@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
.format-area .format-txt {
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .format-area .format-txt {
    padding: 0 0%;
  }
}
.format-area .format-txt a {
  color: #000;
  text-decoration: underline !important;
}
.format-area .format-txt a img {
  -webkit-transition: 0.3s;
  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(:last-child) {
  margin-bottom: 1em;
}
.format-area .format-txt strong {
  font-weight: bold;
}
.format-area .format-txt em {
  font-style: italic;
}
.format-area .format-txt img {
  height: auto;
}
.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 {
  top: 0.6em;
  left: 0;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  position: absolute;
}
.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 {
  font-size: 0;
  text-align: center;
}
.format-area .format-img img {
  max-height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
}
.format-area .img-caption {
  font-size: 1.4rem;
  line-height: 36px;
  margin-top: 10px;
  text-align: left;
}
.format-area .format-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1141px) {
  .format-area .format-border {
    padding: 2% 6% 6% 0;
  }
}
@media screen and (max-width: 1140px) {
  .format-area .format-border {
    padding: 2% 2% 2% 0;
  }
}
@media screen and (max-width: 767px) {
  .format-area .format-border {
    padding: 2% 2% 2% 2%;
  }
}
@media screen and (min-width: 1141px) {
  .format-area .format-border2 {
    padding: 0% 4% 4% 0;
  }
}
@media screen and (max-width: 1140px) {
  .format-area .format-border2 {
    padding: 0% 2% 2% 0;
  }
}
@media screen and (max-width: 767px) {
  .format-area .format-border2 {
    padding: 0% 2% 2% 2%;
  }
}
.format-area .format01 {
  margin: 60px auto;
}
.format-area .format02 {
  margin: 60px auto;
}
.format-area .format03 {
  margin: 60px auto;
}
.format-area .format04 {
  margin: 60px auto;
}
.format-area .format05 {
  margin: 60px auto;
}
.format-area .format06 {
  margin: 60px auto;
}
.format-area .format01 .ttl-lrg {
  font-size: 2.6rem;
  color: #393634;
  border-bottom: 0px solid #393634;
  font-weight: 700;
  line-height: 45px;
  padding: 0 0 10px;
  text-align: left;
  position: relative;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.format-area .format01 .ttl-lrg::after {
  content: none;
  position: absolute;
  max-width: 125px;
  width: 100%;
  height: 0.5px;
  background-color: #000;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.format-area .format02 .ttl-mid {
  font-size: 2.2rem;
  color: #393634;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: left;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.format-area .format06 .format-img img {
  width: 100%;
  max-height: 100%;
}
.format-area .format09 .format-youtube {
  max-width: 1140px;
  margin: 0 auto 100px;
  padding: 0 4%;
  width: 100%;
  height: 50vw;
  max-height: 695px;
}
.format-area .format09 .format-youtube iframe {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .format-area {
    padding-bottom: 40px;
  }
  .format-area .format-rowPC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .format-area .format-rowPC .head,
  .format-area .format-rowPC .body {
    width: 48%;
  }
  .format-area .format04 .format-rowPC {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .format-area .format04 .ttl-lrg {
    font-size: 2.6rem;
    color: #383231;
    border-bottom: 0px solid #a28a76;
    font-weight: 700;
    line-height: 45px;
    padding: 0 0 10px;
    text-align: left;
    position: relative;
    font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin-bottom: 30px;
  }
  .format-area .format04 .ttl-lrg::after {
    content: none;
    position: absolute;
    max-width: 125px;
    width: 100%;
    height: 0.5px;
    background-color: #000;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
  .format-area .format04 .ttl-mid {
    font-size: 2.2rem;
    color: #383231;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: left;
    font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin-bottom: 30px;
  }
  .format-area .format05 .format-rowPC {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .format-area .format05 .ttl-lrg {
    font-size: 2.6rem;
    color: #383231;
    border-bottom: 0px solid #a28a76;
    font-weight: 700;
    line-height: 45px;
    padding: 0 0 10px;
    text-align: left;
    position: relative;
    font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin-bottom: 30px;
  }
  .format-area .format05 .ttl-lrg::after {
    content: none;
    position: absolute;
    max-width: 125px;
    width: 100%;
    height: 0.5px;
    background-color: #000;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
  .format-area .format05 .ttl-mid {
    font-size: 2.2rem;
    color: #383231;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: left;
    font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin-bottom: 30px;
  }
  .format07 .format-img {
    width: 48%;
    margin-bottom: 60px;
  }
  .format07 .format-img-wrap {
    position: relative;
    overflow: hidden;
    padding-top: 68.78%;
  }
  .format07 .format-img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    max-width: inherit;
  }
  .format08 .format-img {
    width: 31.3333333333%;
    margin: 0 1%;
    position: relative;
    overflow: hidden;
    padding-top: 22.2%;
    padding-top: 0%;
    margin-bottom: 60px;
  }
  .format08 .format-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    max-width: inherit;
  }
  .format08 .format-img img {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    margin: auto;
    height: auto;
    width: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .format-area .format-rowPC .head {
    margin-bottom: 25px;
  }
  .format-area .format01 .ttl-lrg {
    font-size: 2.4rem;
  }
  .format-area .format02 .ttl-mid {
    font-size: 2rem;
  }
  .format-area .format04 .ttl-lrg {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .format-area .format04 .ttl-mid {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .format-area .format05 .ttl-lrg {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .format-area .format05 .ttl-mid {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .format-area .format07 .format-row {
    display: block;
    margin-bottom: 40px;
  }
  .format-area .format07 .format-img {
    width: 100%;
    padding: 0 4%;
  }
  .format-area .format07 .format-img:first-child {
    margin-bottom: 40px;
  }
  .format-area .format08 .format-row {
    display: block;
  }
  .format-area .format08 .format-img {
    width: 100%;
    padding: 0 4%;
  }
  .format-area .format08 .format-img:not(last-chird) {
    margin-bottom: 60px;
  }
  .format-area .format09 .format-youtube {
    max-width: 100%;
    margin: 0 auto 60px;
    padding: 0 4%;
    width: 100%;
    height: 50vw;
  }
  .format-area .format09 .format-youtube iframe {
    height: 100%;
  }
}
@media screen and (max-width: 576px) {
  .format-area .format01 {
    margin: 40px auto;
  }
  .format-area .format02 {
    margin: 40px auto;
  }
  .format-area .format03 {
    margin: 40px auto;
  }
  .format-area .format04 {
    margin: 40px auto;
  }
  .format-area .format05 {
    margin: 40px auto;
  }
  .format-area .format06 {
    margin: 40px auto;
  }
  .format-area .format07 {
    margin: 40px auto;
  }
  .format-area .format08 {
    margin: 40px auto;
  }
  .format-area .format09 {
    margin: 40px auto;
  }
  .format-area .format01 .ttl-lrg {
    font-size: 2.2rem;
  }
  .format-area .format02 .ttl-mid {
    font-size: 1.8rem;
  }
}
/*==========================================
共通
===========================================*/
.sec-ttl-item {
  margin-bottom: 30px;
}
.sec-ttl-item .ttl-en {
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 4rem;
}
@media screen and (max-width: 1140px) {
  .sec-ttl-item .ttl-en {
    font-size: clamp(2.8rem, 7vw, 4.8rem);
  }
}
.sec-ttl-item .ttl-ja {
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (min-width: 768px) {
  .sec-ttl-item .ttl-ja {
    font-size: clamp(1.8rem, 7vw, 3.6rem);
  }
}
.sec-ttl-item.Dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.sec-ttl-item.Dflex .ttl-ja {
  margin-left: 0.5em;
}
.sec-ttl-item.Dflex .ttl-ja::before, .sec-ttl-item.Dflex .ttl-ja::after {
  content: "｜";
}
.sec-ttl-item.Dflex .ttl-ja span {
  padding: 0 0.3em;
}
.sec-ttl-item.Dblock .ttl-ja::before, .sec-ttl-item.Dblock .ttl-ja::after {
  content: "｜";
}
.sec-ttl-item.Dblock .ttl-ja span {
  padding: 0 0.3em;
}

.main .cts-head {
  width: 100%;
  position: relative;
  margin-bottom: 0px;
}
@media screen and (max-width: 1140px) {
  .main .cts-head {
    width: 100%;
    margin-bottom: 0px;
    position: relative;
    top: 0px;
    bottom: 0;
    z-index: 5;
  }
}
.main .cts-head .flex-cts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0px;
}
@media screen and (max-width: 1140px) {
  .main .cts-head .flex-cts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .main .cts-head .flex-cts {
    margin-bottom: 0px;
  }
}
.main .cts-head .left-cts {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1140px) {
  .main .cts-head .left-cts {
    width: 100%;
    margin-bottom: 0px;
  }
}
.main .cts-head .right-cts {
  width: 100%;
  /*.cate-list {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
    @include max-width(lg) {
      justify-content: center;
      margin-bottom: 0px;
     flex-wrap: wrap;
    }
    @include max-width(xs) {
      flex-direction: column;
      align-items: center;
      margin-bottom: 0px;
    }
    .cate-block {
      max-width: 280px;
      width: auto;
      @include max-width(lg) {
        max-width: 280px;
      }
      position: relative;
        &:not(:last-of-type) {
          margin-right: 5%;
              @include max-width(lg) {
                 margin-bottom: 5%;
              }
              @include max-width(xs) {
                 margin-right: 0%;
                 margin-bottom: 5%;
              }
          &::after{
            content: "";
            position: absolute;
            top: 50%;
            right: -15%;
            -webkit-transform: translate(0%, -50%) rotate(35deg);
            transform: translate(-50%, -50%) rotate(35deg);
            width: 1px;
            height: 100%;
            max-height: 50px;
            background-color: $gray;
              @include max-width(mdS) {
                 right: -8%;
              }
              @include max-width(xs) {
                    content: none;
                    top: auto;
                    right: 50%;
                    bottom: -60%;   
                    -webkit-transform: translate(-50%, 0%) rotate(90deg);
                    transform: translate(-50%, 0%) rotate(90deg);
              }
          }
      }
      .block-link {
        transition: all 0.3s;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 45px;
        letter-spacing: 0.2em;
        padding: 0 10px;
        font-size: clamp(1.4rem,5vw,1.8rem);
        font-weight: 500;
        @include max-width(lg) {
          min-height: 35px;
          height: auto;
          font-size: clamp(1.2rem,5vw,1.6rem);
        }
        &.is-active {
          pointer-events: none;
         .ttl-ja {
            &:after{
            width: 100%;
            }
          }
        }
        &:hover {
         .ttl-ja {
            &:after{
            width: 100%;
            }
          }
        }
      }
      .block-ttl {
        text-align: center;
      }
      .ttl-en {
        color: $blk;
        transition: all 0.3s;
        font-family: $font_almoroi;
        font-size: clamp(1.4rem,1vw,1.8rem);
        letter-spacing: 0.15em;
        font-weight: 500;
      }
      .ttl-ja {
        color: $blk;
        transition: all 0.3s;
        position: relative;
        width: auto;
        display: inline-block;
        font-size: clamp(1.2rem,1vw,1.6rem);
        letter-spacing: 0.2em;
        font-weight: 500;
          &:after{
                content: "";
                position: absolute;
                width: 0%;
                height: 1px;
                background-color: $gray;
                transition: all 0.3s;
                left: 50%;
                bottom: -5px;
                -webkit-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
          }
      }
    }
  }*/
  /*cate-list*/
}
@media screen and (max-width: 1140px) {
  .main .cts-head .right-cts {
    width: 100%;
  }
}
.main .cts-head .right-cts .cate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0px;
}
@media screen and (max-width: 1140px) {
  .main .cts-head .right-cts .cate-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .main .cts-head .right-cts .cate-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 316px) {
  .main .cts-head .right-cts .cate-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.main .cts-head .right-cts .cate-list .cate-block {
  max-width: 280px;
  width: auto;
  position: relative;
}
@media screen and (max-width: 1140px) {
  .main .cts-head .right-cts .cate-list .cate-block {
    max-width: 280px;
  }
}
.main .cts-head .right-cts .cate-list .cate-block:not(:last-of-type) {
  margin-right: 5%;
}
@media screen and (max-width: 1140px) {
  .main .cts-head .right-cts .cate-list .cate-block:not(:last-of-type) {
    margin-bottom: 4%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .main .cts-head .right-cts .cate-list .cate-block:not(:last-of-type) {
    margin-bottom: 0%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 576px) {
  .main .cts-head .right-cts .cate-list .cate-block:not(:last-of-type) {
    margin-bottom: 0%;
    margin-right: 0%;
  }
}
@media screen and (max-width: 315px) {
  .main .cts-head .right-cts .cate-list .cate-block:not(:last-of-type) {
    margin-right: 0%;
    margin-bottom: 5%;
  }
}
.main .cts-head .right-cts .cate-list .cate-block:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15%;
  -webkit-transform: translate(0%, -50%) rotate(35deg);
  transform: translate(-50%, -50%) rotate(35deg);
  width: 1px;
  height: 100%;
  max-height: 50px;
  background-color: #393634;
}
@media screen and (max-width: 576px) {
  .main .cts-head .right-cts .cate-list .cate-block:not(:last-of-type)::after {
    right: 0%;
    -webkit-transform: translate(0%, -50%) rotate(15deg);
    transform: translate(-50%, -50%) rotate(15deg);
  }
}
@media screen and (max-width: 315px) {
  .main .cts-head .right-cts .cate-list .cate-block:not(:last-of-type)::after {
    content: none;
    top: auto;
    right: 50%;
    bottom: -60%;
    -webkit-transform: translate(-50%, 0%) rotate(90deg);
    transform: translate(-50%, 0%) rotate(90deg);
  }
}
.main .cts-head .right-cts .cate-list .cate-block .block-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  letter-spacing: 0.2em;
  padding: 0 10px;
  font-size: clamp(1.4rem, 5vw, 1.8rem);
  font-weight: 500;
}
@media screen and (max-width: 1140px) {
  .main .cts-head .right-cts .cate-list .cate-block .block-link {
    min-height: 35px;
    height: auto;
    font-size: clamp(1.2rem, 5vw, 1.6rem);
  }
}
.main .cts-head .right-cts .cate-list .cate-block .block-link.is-active .ttl-ja:after {
  width: 100%;
}
.main .cts-head .right-cts .cate-list .cate-block .block-link:hover .ttl-ja:after {
  width: 100%;
}
.main .cts-head .right-cts .cate-list .cate-block .block-ttl {
  text-align: center;
}
.main .cts-head .right-cts .cate-list .cate-block .ttl-en {
  color: #393634;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Almarai", sans-serif;
  font-size: clamp(1.4rem, 1vw, 1.8rem);
  letter-spacing: 0.15em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .main .cts-head .right-cts .cate-list .cate-block .ttl-en {
    font-size: clamp(1.2rem, 1vw, 1.8rem);
  }
}
@media screen and (max-width: 382px) {
  .main .cts-head .right-cts .cate-list .cate-block .ttl-en {
    font-size: clamp(1rem, 1vw, 1.8rem);
  }
}
.main .cts-head .right-cts .cate-list .cate-block .ttl-ja {
  color: #393634;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  width: auto;
  display: inline-block;
  font-size: clamp(1.2rem, 1vw, 1.6rem);
  letter-spacing: 0.2em;
  font-weight: 500;
}
@media screen and (max-width: 382px) {
  .main .cts-head .right-cts .cate-list .cate-block .ttl-ja {
    font-size: clamp(1rem, 1vw, 1.8rem);
  }
}
.main .cts-head .right-cts .cate-list .cate-block .ttl-ja:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: #393634;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 50%;
  bottom: -5px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main .cts-head .head-block.block01 {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .main .cts-head .head-block.block01 {
    margin-bottom: 30px;
  }
}
.main .cts-head .head-block.block01 .left-cts {
  width: 100%;
}
.main .cts-head .head-block.block02 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .main .cts-head .head-block.block02 {
    margin-bottom: 30px;
  }
}
.main .cts-head .head-block.block02 .left-cts {
  width: 80%;
}
.main .cts-head .head-block.block02 .right-cts {
  width: 0%;
}
.main .cts-head .head-block.block03 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .main .cts-head .head-block.block03 {
    margin-bottom: 30px;
  }
}
.main .cts-head .head-block.block03 .left-cts {
  width: 50%;
}
@media screen and (max-width: 1140px) {
  .main .cts-head .head-block.block03 .left-cts {
    width: 100%;
  }
}
.main .cts-head .head-block.block03 .right-cts {
  width: 50%;
}
@media screen and (max-width: 1140px) {
  .main .cts-head .head-block.block03 .right-cts {
    width: 100%;
  }
}
.main .cts-head .head-block.block03.triple {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .main .cts-head .head-block.block03.triple {
    margin-bottom: 30px;
  }
}
.main .cts-head .head-block.block03.triple .left-cts {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .main .cts-head .head-block.block03.triple .left-cts {
    width: 100%;
  }
}
.main .cts-head .head-block.block03.triple .center-cts {
  width: 33.3333333333%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .main .cts-head .head-block.block03.triple .center-cts {
    width: 100%;
  }
}
.main .cts-head .head-block.block03.triple .right-cts {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .main .cts-head .head-block.block03.triple .right-cts {
    width: 100%;
  }
}
.main .cts-head .head-block.block04 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .main .cts-head .head-block.block04 {
    margin-bottom: 30px;
  }
}
.main .cts-head .head-block.block04 .left-cts {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .main .cts-head .head-block.block04 .left-cts {
    width: 100%;
  }
}
.main .cts-head .lead-block .lead-ttl {
  max-width: 1040px;
  margin: auto;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: clamp(1.4rem, 5vw, 1.8rem);
  line-height: 37px;
}

/*==========================================
　KUMAKI’S  performance一覧
===========================================*/
.archive-performance {
  background: #e1e2e2;
  padding: 120px 0 0;
}
@media screen and (min-width: 768px) {
  .archive-performance {
    padding: 120px 0 0;
  }
}
@media screen and (min-width: 1141px) {
  .archive-performance {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #e1e2e2));
    background: linear-gradient(transparent 50%, #e1e2e2 50%);
    padding: 250px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .archive-performance .sec-ttl {
    margin-bottom: 10px;
  }
}
.archive-performance .cts-body .flex-cts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1140px) {
  .archive-performance .cts-body .flex-cts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.archive-performance .cts-body .left-cts {
  width: 20%;
  display: none;
}
@media screen and (max-width: 1140px) {
  .archive-performance .cts-body .left-cts {
    width: 100%;
  }
}
.archive-performance .cts-body .right-cts {
  width: 100%;
}
.archive-performance .sec-performance {
  padding: 0px 0 80px;
}
@media screen and (min-width: 768px) {
  .archive-performance .sec-performance {
    padding: 0px 0 120px;
  }
}
@media screen and (min-width: 1141px) {
  .archive-performance .sec-performance {
    padding: 0px 0 150px;
  }
}
.archive-performance .performance-list {
  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;
  padding-left: 4%;
}
@media screen and (max-width: 1140px) {
  .archive-performance .performance-list {
    padding-left: 0%;
  }
}
@media screen and (max-width: 382px) {
  .archive-performance .performance-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.archive-performance .performance-list::before {
  content: "";
  display: block;
  width: 24%;
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; /* 疑似要素beforeの順番を必ず指定する*/
}
@media screen and (max-width: 1140px) {
  .archive-performance .performance-list::before {
    width: calc(32% - 1px);
  }
}
@media screen and (max-width: 767px) {
  .archive-performance .performance-list::before {
    width: calc(48% - 1px);
  }
}
@media screen and (max-width: 576px) {
  .archive-performance .performance-list::before {
    width: 0;
  }
}
.archive-performance .performance-list::after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
}
@media screen and (max-width: 1140px) {
  .archive-performance .performance-list::after {
    width: calc(32% - 1px);
  }
}
@media screen and (max-width: 767px) {
  .archive-performance .performance-list::after {
    width: calc(48% - 1px);
  }
}
@media screen and (max-width: 576px) {
  .archive-performance .performance-list::after {
    width: 0;
  }
}
.archive-performance .performance-list .performance-item {
  width: 24%;
  margin-bottom: 30px;
  /*      .item-img {
    img {
      aspect-ratio: 1/1;
      @include of($of_height: 50%);
      @include min-width(mdS) {
        height: 30vw;
        aspect-ratio: 1/1;
      }
      @include min-width(lgL) {
        height: 30vw;
        aspect-ratio: 1/1;
      }
    }
  }*/
}
@media screen and (max-width: 1140px) {
  .archive-performance .performance-list .performance-item {
    width: calc(32% - 1px);
  }
  .archive-performance .performance-list .performance-item:nth-of-type(n + 4) {
    margin-top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .archive-performance .performance-list .performance-item {
    width: calc(48% - 1px);
  }
  .archive-performance .performance-list .performance-item:nth-of-type(n + 4) {
    margin-top: 2px;
  }
}
@media screen and (max-width: 576px) {
  .archive-performance .performance-list .performance-item {
    width: calc(48% - 1px);
  }
  .archive-performance .performance-list .performance-item:nth-of-type(n + 3) {
    margin-top: 2px;
  }
}
@media screen and (max-width: 382px) {
  .archive-performance .performance-list .performance-item {
    width: calc(96% - 1px);
  }
  .archive-performance .performance-list .performance-item:nth-of-type(n + 1) {
    margin-top: 2px;
  }
}
.archive-performance .performance-list .performance-item a {
  display: block;
}
@media screen and (min-width: 768px) {
  .archive-performance .performance-list .performance-item a:hover .item-more {
    opacity: 1;
  }
}
.archive-performance .performance-list .performance-item .item-head {
  font-size: 0;
  position: relative;
  margin-bottom: 10px;
}
.archive-performance .performance-list .performance-item .item-body {
  background: #fff;
  padding: 1em 1em;
}
@media screen and (max-width: 767px) {
  .archive-performance .performance-list .performance-item .item-body {
    padding: 10px 5px;
  }
}
.archive-performance .performance-list .performance-item .item-more {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(162, 138, 118, 0.8);
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.archive-performance .performance-list .performance-item .item-more .circle {
  border: 1px solid #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.6rem;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 1141px) {
  .archive-performance .performance-list .performance-item .item-more .circle {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .archive-performance .performance-list .performance-item .item-img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 2/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .archive-performance .performance-list .performance-item .item-img img {
    width: 100%;
    height: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 2/3;
  }
}
.archive-performance .performance-list .performance-item .item-ttl {
  font-size: clamp(1.4rem, 4vw, 1.8rem);
  min-height: 3em;
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  .archive-performance .performance-list .performance-item .item-ttl {
    padding-bottom: 0px;
    font-size: clamp(1.6rem, 3vw, 1.6rem);
  }
}

/*==========================================
　KUMAKI’S  performance詳細
===========================================*/
.single-performance {
  padding: 120px 0 0;
}
@media screen and (min-width: 768px) {
  .single-performance {
    padding: 120px 0 0;
  }
}
@media screen and (min-width: 1141px) {
  .single-performance {
    padding: 250px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .single-performance .sec-ttl {
    margin-bottom: 30px;
  }
}
.single-performance .cts-body .lead-block {
  margin-bottom: 8%;
}
.single-performance .cts-body .lead-block.after-bg {
  position: relative;
}
.single-performance .cts-body .lead-block.after-bg::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0%;
  right: 0;
  display: block;
  width: 90%;
  height: 60%;
  background-color: #e1e2e2;
}
@media screen and (max-width: 1140px) {
  .single-performance .cts-body .lead-block.after-bg::after {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .single-performance .cts-body .lead-block.after-bg::after {
    top: 0;
    bottom: auto;
    width: 88%;
    height: 100%;
  }
}
.single-performance .cts-body .lead-block .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1280px;
  margin: auto;
  padding-bottom: 4%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single-performance .cts-body .lead-block .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-performance .cts-body .lead-block .left-box {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 4%;
}
@media screen and (max-width: 767px) {
  .single-performance .cts-body .lead-block .left-box {
    width: 100%;
    padding-left: 0%;
  }
}
.single-performance .cts-body .lead-block .right-box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .single-performance .cts-body .lead-block .right-box {
    width: 100%;
  }
}
.single-performance .cts-body .lead-block .box-top {
  display: block;
}
.single-performance .cts-body .lead-block .box-bottom {
  display: block;
  padding-top: 4%;
  padding-left: 8%;
}
@media screen and (min-width: 768px) {
  .single-performance .cts-body .lead-block .box-bottom {
    width: 45%;
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .single-performance .cts-body .lead-block .box-bottom {
    padding: 5% 4%;
    text-align: justify;
  }
}
.single-performance .cts-body .lead-block .box-ttl {
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.2;
  font-size: clamp(2rem, 3vw, 3.6rem);
  padding: 6% 0 6%;
  min-height: 6em;
  word-break: break-word;
  text-align: justify;
}
@media screen and (max-width: 1140px) {
  .single-performance .cts-body .lead-block .box-ttl {
    padding: 6% 4%;
    min-height: 6em;
  }
}
@media screen and (max-width: 767px) {
  .single-performance .cts-body .lead-block .box-ttl {
    padding: 5% 4%;
    min-height: 6em;
    text-align: center;
  }
}
.single-performance .cts-body .lead-block .box-txt {
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 36px;
  font-size: clamp(1.4rem, 5vw, 1.8rem);
}
@media screen and (max-width: 1140px) {
  .single-performance .cts-body .lead-block .box-txt {
    font-size: clamp(1.4rem, 2vw, 1.8rem);
  }
}
.single-performance .cts-body .lead-block .box-img {
  text-align: center;
}
.single-performance .cts-body .lead-block .box-img img {
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single-performance .cts-body .lead-block .box-img img {
    width: 90%;
    margin: auto;
  }
}
.single-performance .sec-performance {
  padding: 0px 0 80px;
}
@media screen and (min-width: 768px) {
  .single-performance .sec-performance {
    padding: 0px 0 120px;
  }
}
@media screen and (min-width: 1141px) {
  .single-performance .sec-performance {
    padding: 0px 0 100px;
  }
}
.single-performance .sec-other {
  background-color: #e1e2e2;
  padding: 60px 0 60px;
}
@media screen and (min-width: 768px) {
  .single-performance .sec-other {
    padding: 60px 0 60px;
  }
}
@media screen and (min-width: 1141px) {
  .single-performance .sec-other {
    padding: 60px 0 60px;
  }
}
.single-performance .sec-other .sec-ttl {
  text-align: center;
}
.single-performance .sec-other .ttl-ja {
  color: #383231;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.single-performance .sec-other .sec-body {
  margin-bottom: 30px;
}
.single-performance .sec-other .sec-body .other-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-performance .sec-other .sec-body .other-list::before {
  content: "";
  display: block;
  width: 24.5%;
  height: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; /* 疑似要素beforeの順番を必ず指定する*/
}
@media screen and (max-width: 1140px) {
  .single-performance .sec-other .sec-body .other-list::before {
    width: 0;
  }
}
@media screen and (max-width: 767px) {
  .single-performance .sec-other .sec-body .other-list::before {
    width: 0;
  }
}
@media screen and (max-width: 576px) {
  .single-performance .sec-other .sec-body .other-list::before {
    width: 0;
  }
}
.single-performance .sec-other .sec-body .other-list::after {
  content: "";
  display: block;
  width: 24.5%;
  height: 0;
}
@media screen and (max-width: 1140px) {
  .single-performance .sec-other .sec-body .other-list::after {
    width: 32.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .single-performance .sec-other .sec-body .other-list::after {
    width: 0;
  }
}
@media screen and (max-width: 576px) {
  .single-performance .sec-other .sec-body .other-list::after {
    width: 0;
  }
}
.single-performance .sec-other .sec-body .other-list .list-item {
  margin-bottom: 10px;
  width: 24.5%;
}
@media screen and (max-width: 1140px) {
  .single-performance .sec-other .sec-body .other-list .list-item {
    width: 32.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .single-performance .sec-other .sec-body .other-list .list-item {
    width: 49%;
  }
}
@media screen and (max-width: 576px) {
  .single-performance .sec-other .sec-body .other-list .list-item {
    width: 98%;
  }
}
.single-performance .sec-other .sec-body .other-list .item-link {
  background-color: #fff;
  display: block;
  border: 1px solid #fff;
}
.single-performance .sec-other .sec-body .other-list .item-link:hover {
  background-color: #383231;
  border: 1px solid #383231;
  color: #fff;
}
.single-performance .sec-other .sec-body .other-list .item-txt {
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 700;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  padding: 10px;
  max-height: 3em;
  line-height: 2em;
}

/*==========================================
 pager
===========================================*/
.wp-pagenavi {
  margin-top: 60px;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: none;
}
.wp-pagenavi .extend {
  border: none;
}
.wp-pagenavi span.current {
  border-color: #b5334e !important;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
  border: solid 1px #383231;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  display: inline-block;
  font-weight: bold;
  color: #383231;
  margin-right: 10px;
}
.wp-pagenavi .page:last-child,
.wp-pagenavi .current:last-child {
  margin-right: 0px;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi .page:hover,
  .wp-pagenavi .current:hover {
    border: solid 1px #b5334e;
    background: #b5334e;
    color: #fff;
  }
}
.wp-pagenavi .current {
  border: solid 1px #b5334e;
  background: #b5334e;
  color: #fff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  font-size: 0;
  border: none;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
}
.wp-pagenavi .first,
.wp-pagenavi .last {
  border: none;
}
.wp-pagenavi .previouspostslink {
  margin-right: 15px;
  position: relative;
}
.wp-pagenavi .previouspostslink::before {
  border-width: 0;
  border-color: transparent #000 transparent transparent;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 10%;
  top: calc(50% - 10px);
  border-top: solid 1px;
  border-left: solid 1px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  color: #383231;
}
.wp-pagenavi .nextpostslink {
  margin-left: 15px;
  position: relative;
}
.wp-pagenavi .nextpostslink::before {
  border-width: 0;
  border-color: transparent transparent transparent #383231;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10%;
  top: calc(50% - 10px);
  border-top: solid 1px;
  border-right: solid 1px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  color: #383231;
}

/*==========================================
ページ下部共通
===========================================*/
/*施工事例*/
.sec-works {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .sec-works {
    padding: 40px 0;
  }
}
.sec-works .article-otherslider.works-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec-works .article-otherslider.works-list {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 576px) {
  .sec-works .article-otherslider.works-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec-works .article-otherslider.works-list .swiper-slide {
  margin-right: 0.5vw !important;
  margin-left: 0.5vw !important;
}
.sec-works .article-otherslider.works-list .works-item {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .sec-works .article-otherslider.works-list .works-item {
    width: 48%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .sec-works .article-otherslider.works-list .works-item {
    width: 98%;
  }
}
.sec-works .article-otherslider.works-list .works-item a {
  display: block;
}
@media screen and (min-width: 768px) {
  .sec-works .article-otherslider.works-list .works-item a:hover .item-more {
    opacity: 1;
  }
}
.sec-works .article-otherslider.works-list .works-item .item-head {
  font-size: 0;
  position: relative;
  margin-bottom: 0px;
}
.sec-works .article-otherslider.works-list .works-item .item-body {
  background: #fff;
  padding: 1em 1em;
}
@media screen and (max-width: 767px) {
  .sec-works .article-otherslider.works-list .works-item .item-body {
    padding: 10px 5px;
  }
}
.sec-works .article-otherslider.works-list .works-item .item-more {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(162, 138, 118, 0.8);
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sec-works .article-otherslider.works-list .works-item .item-more .circle {
  border: 1px solid #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 1.6rem;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 1141px) {
  .sec-works .article-otherslider.works-list .works-item .item-more .circle {
    width: 150px;
    height: 150px;
  }
}
.sec-works .article-otherslider.works-list .works-item .item-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-works .article-otherslider.works-list .works-item .item-ttl {
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: clamp(1.4rem, 4vw, 1.8rem);
  margin-bottom: 10px;
  font-weight: 700;
  min-height: 3em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 576px) {
  .sec-works .article-otherslider.works-list .works-item .item-ttl {
    min-height: unset;
  }
}
.sec-works .article-otherslider.works-list .works-item .item-data-box {
  color: #b5334e;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(1.4rem, 4vw, 1.6rem);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .sec-works .article-otherslider.works-list .works-item .item-data-box {
    font-size: clamp(1.2rem, 2vw, 1.6rem);
  }
}
.sec-works .article-otherslider.works-list .works-item .item-data-box .list-item:not(:last-of-type) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #b5334e;
  font-family: font_almoroi;
}

/*more-cts*/
.sec-more-cts .more-cts-bg {
  background-image: url("../img/playthehome/more-cts-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec-more-cts .more-cts-bg:hover {
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}
.sec-more-cts .flex-cts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .sec-more-cts .flex-cts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-more-cts .left-cts {
  width: 50%;
  margin: 0 1em 0 0;
}
@media screen and (max-width: 767px) {
  .sec-more-cts .left-cts {
    width: 100%;
    margin: 0 0em 0 0em;
  }
}
.sec-more-cts .right-cts {
  width: 50%;
  margin: 0 0em 0 1em;
}
@media screen and (max-width: 767px) {
  .sec-more-cts .right-cts {
    width: 100%;
    margin: 0 0em 0 0em;
  }
}
@media screen and (max-width: 767px) {
  .sec-more-cts .logo-block {
    max-width: 70%;
    margin: 0 auto 60px;
  }
}
.sec-more-cts .flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec-more-cts .link-block {
  max-width: 283px;
  width: auto;
}
@media screen and (max-width: 1140px) {
  .sec-more-cts .link-block {
    max-width: 283px;
    margin: auto;
    width: 100%;
  }
}
.sec-more-cts .link-block:last-of-type .block-ttl {
  border-bottom: 1px solid #fff;
}
.sec-more-cts .link-block .block-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.sec-more-cts .link-block .block-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 8px;
  height: 21px;
  background-image: url("../img/common/arrow_r_wht.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.sec-more-cts .link-block .block-link:hover {
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
}
.sec-more-cts .link-block .block-link:hover::after {
  right: -10%;
}
.sec-more-cts .link-block .block-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 30px 0px;
  font-size: clamp(1.4rem, 5vw, 1.8rem);
  font-family: 500;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 1140px) {
  .sec-more-cts .link-block .block-ttl {
    font-size: clamp(1.2rem, 5vw, 1.6rem);
  }
}
.sec-more-cts .link-block .ttl-en {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Almarai", sans-serif;
  font-size: clamp(1.4rem, 1vw, 1.8rem);
  letter-spacing: 0.15em;
  margin-bottom: 10px;
}
.sec-more-cts .link-block .ttl-ja {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: clamp(1.2rem, 1vw, 1.6rem);
  letter-spacing: 0.2em;
}
.sec-more-cts .link-block .both-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1em;
}
.sec-more-cts .link-block .both-border::before, .sec-more-cts .link-block .both-border::after {
  content: "";
  height: 1px;
  width: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #fff;
}
.sec-more-cts .link-block .both-border::before {
  margin-right: 1rem;
}
.sec-more-cts .link-block .both-border::after {
  margin-left: 0.5rem;
}

/*more-bnr*/
.sec-more-bnr .logo-block {
  text-align: center;
}
.sec-more-bnr .block-link {
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width: 1100px;
  margin: 40px auto 80px;
}
@media screen and (max-width: 767px) {
  .sec-more-bnr .block-link {
    max-width: 80%;
    margin: 30px auto 30px;
  }
}
.sec-more-bnr .block-link:hover {
  -webkit-filter: brightness(1.4);
          filter: brightness(1.4);
}/*# sourceMappingURL=play_performance.css.map */