@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/* -375 */
/* -750 */
/* 751- */
/*　751px - $w_tb　*/
/* innerの幅 */
/* MX⇨画面幅が最大になったとき*/
/* gnav.jsの変数「gNav_bpoint」も数値を合わせる */
/*----------------------------------------------------
transition
----------------------------------------------------*/
/* ホバー変更はやさ*/
/*----------------------------------------------------
ホバー
----------------------------------------------------*/
/* 左から右に線が出る */
/*====================================================
クリエーターページ
====================================================*/
.lead {
  margin: 20px 0 60px;
}
@media all and (min-width: 751px) {
  .lead {
    margin: 20px 0 60px;
  }
}
.lead p {
  font-size: 13px;
  line-height: 1.73;
}
@media all and (min-width: 751px) {
  .lead p {
    font-size: 18px;
    line-height: 1.94;
  }
}

/*----------------------------------------------------
クリエーター
----------------------------------------------------*/
.creators {
  max-width: 1440px;
  margin: 0 auto;
}
.creators .list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
  row-gap: 0px;
}
@media all and (min-width: 751px) {
  .creators .list {
    grid-template-columns: repeat(auto-fill, minmax(33%, 1fr));
  }
}
.creators .list li.item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.creators .list li.item a .image {
  overflow: hidden;
}
.creators .list li.item a .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.creators .list li.item a:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.creators .list li.item.morinaga {
  background: #69bd83;
}
.creators .list li.item.hirokawa {
  background: #eba5b1;
}
.creators .list li.item.hara {
  background: #d9e361;
}
.creators .list li.item.tsujikawa {
  background: #ed7971;
}
.creators .list li.item.misawa {
  background: #c6b4ac;
}
.creators .list li.item.mizuguchi {
  background: #5ec2cb;
}
.creators .list li.item.inui {
  background: #a2cf82;
}
.creators .list li.item.tagawa {
  background: #ead352;
}
.creators .list li.item.sudo {
  background: #f18f57;
}
.creators .list li.item.shibata {
  background: #bb97c5;
}
.creators .list li.item.nishizawa {
  background: #b6b963;
}
.creators .list li.item.minagawa {
  background: #7aa4d7;
}
.creators .list li.item.tane {
  background: #c6a271;
}
.creators .list li.item.dummy {
  background: #BA9595;
}
.creators .list .item_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
}
@media all and (min-width: 751px) {
  .creators .list .item_info {
    padding: 30px;
  }
}
.creators .list .item_info .item_l {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: -webkit-min-content;
  -ms-grid-rows: min-content;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  height: 100%;
  width: 70%;
}
.creators .list .item_info .item_l .job {
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1.2;
}
@media all and (min-width: 751px) {
  .creators .list .item_info .item_l .job {
    font-size: 25px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .creators .list .item_info .item_l .job {
    font-size: 18px;
  }
}
.creators .list .item_info .item_l .name {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  margin: 0 0 10px;
}
@media all and (min-width: 751px) {
  .creators .list .item_info .item_l .name {
    font-size: 40px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .creators .list .item_info .item_l .name {
    font-size: 30px;
  }
}
.creators .list .item_info .item_l .art_title {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
}
@media all and (min-width: 751px) {
  .creators .list .item_info .item_l .art_title {
    font-size: 25px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .creators .list .item_info .item_l .art_title {
    font-size: 18px;
  }
}
.creators .list .item_info .item_r {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.creators .list .item_info .item_r .place {
  background: #bcc2c8;
  font-weight: bold;
  font-size: 10px;
  padding: 10px 5px;
  text-align: end;
  line-height: 1.8;
}
@media all and (min-width: 751px) {
  .creators .list .item_info .item_r .place {
    font-size: 25px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  .creators .list .item_info .item_r .place {
    font-size: 18px;
  }
}

/*====================================================
詳細ページ
====================================================*/
body.pageDetail {
  /*----------------------------------------------------
  メインビジュアル
  ----------------------------------------------------*/
  /*----------------------------------------------------
  ページ内リンク
  ----------------------------------------------------*/
}
body.pageDetail main {
  padding-top: unset;
}
@media all and (max-width: 750px) {
  body.pageDetail main {
    margin-top: unset;
  }
}
body.pageDetail #mv {
  padding: 90px 0 40px;
}
@media all and (min-width: 751px) {
  body.pageDetail #mv {
    padding: 150px 0 100px;
  }
}
body.pageDetail #mv .inner {
  margin-inline: auto;
  padding: 0 25px;
}
@media all and (min-width: 751px) {
  body.pageDetail #mv .inner {
    max-width: 1440px;
    padding: 0 5px;
  }
}
@media all and (min-width: 751px) and (max-width: 1500px) {
  body.pageDetail #mv .inner {
    padding: 0 4%;
  }
}
body.pageDetail #mv .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 45px;
}
@media all and (min-width: 751px) {
  body.pageDetail #mv .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.pageDetail #mv .wrap > .texts {
    width: 44.47%;
  }
  body.pageDetail #mv .wrap > .thumbnail {
    width: 48.13%;
  }
}
body.pageDetail #mv .texts {
  position: relative;
  z-index: 1;
}
body.pageDetail #mv .texts h1 {
  font-weight: bold;
  margin-bottom: 46px;
}
@media all and (min-width: 751px) {
  body.pageDetail #mv .texts h1 {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  body.pageDetail #mv .texts h1 {
    margin-bottom: 40px;
  }
}
body.pageDetail #mv .texts h1 span {
  display: block;
}
body.pageDetail #mv .texts h1 .name {
  font-size: 23px;
}
@media all and (min-width: 751px) {
  body.pageDetail #mv .texts h1 .name {
    font-size: 50px;
  }
}
body.pageDetail #mv .texts h1 .job {
  font-size: 13px;
}
@media all and (min-width: 751px) {
  body.pageDetail #mv .texts h1 .job {
    font-size: 30px;
    margin-top: 0.1em;
  }
}
body.pageDetail #mv .texts .area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #bcc2c8;
  font-weight: bold;
  font-size: 11px;
  padding: 0.2em 0.8em;
  margin-bottom: 12px;
}
@media all and (min-width: 751px) {
  body.pageDetail #mv .texts .area {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 751px) and (max-width: 1300px) {
  body.pageDetail #mv .texts .area {
    font-size: 2.2vw;
  }
}
body.pageDetail #mv .texts .art_title,
body.pageDetail #mv .texts .copy {
  font-weight: bold;
  font-size: 15px;
}
@media all and (min-width: 751px) {
  body.pageDetail #mv .texts .art_title,
  body.pageDetail #mv .texts .copy {
    font-size: 40px;
  }
}
@media all and (min-width: 751px) and (max-width: 1300px) {
  body.pageDetail #mv .texts .art_title,
  body.pageDetail #mv .texts .copy {
    font-size: 2.9vw;
  }
}
body.pageDetail #mv .texts .map {
  position: absolute;
  z-index: -1;
  top: -20px;
  right: 0;
  width: 60%;
}
@media all and (min-width: 751px) {
  body.pageDetail #mv .texts .map {
    top: -50px;
    width: min(390px, 70%);
  }
}
body.pageDetail #mv .thumbnail {
  position: relative;
  z-index: 1;
}
body.pageDetail #mv .thumbnail a {
  display: block;
}
body.pageDetail #mv .thumbnail a .image {
  position: relative;
}
body.pageDetail #mv .thumbnail a .image::before {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #ffffff;
  aspect-ratio: 3/4;
  width: 8%;
  inset: 0;
  margin: auto;
  -webkit-transform: translateX(12%);
          transform: translateX(12%);
  z-index: 2;
}
body.pageDetail #mv .thumbnail a .image::after {
  position: absolute;
  content: "";
  background-color: rgba(206, 206, 206, 0.7);
  border-radius: 50%;
  aspect-ratio: 1;
  inset: 0;
  margin: auto;
  width: 24%;
  z-index: 1;
}
body.pageDetail #mv .thumbnail a p {
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  margin-top: 1em;
}
@media all and (min-width: 751px) {
  body.pageDetail #mv .thumbnail a p {
    font-size: 16px;
  }
}
@media (hover: hover) {
  body.pageDetail #mv .thumbnail a .image {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  body.pageDetail #mv .thumbnail a:hover .image {
    -webkit-transform: translateY(-20px) translateZ(0);
            transform: translateY(-20px) translateZ(0);
    -webkit-filter: drop-shadow(2px 3px 20px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(2px 3px 20px rgba(0, 0, 0, 0.2));
  }
}
body.pageDetail #mv .tx {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.8;
  margin-top: 25px;
}
@media all and (min-width: 751px) {
  body.pageDetail #mv .tx {
    font-size: 18px;
    line-height: 2.22;
    margin-top: 50px;
  }
}
@media all and (min-width: 751px) and (max-width: 1300px) {
  body.pageDetail #mv .tx {
    font-size: 16px;
  }
}
body.pageDetail #mv.morinaga {
  background-color: #69bd83;
}
body.pageDetail #mv.hirokawa {
  background-color: #eba5b1;
}
body.pageDetail #mv.hara {
  background-color: #d9e361;
}
body.pageDetail #mv.tsujikawa {
  background-color: #ed7971;
}
body.pageDetail #mv.misawa {
  background-color: #c6b4ac;
}
body.pageDetail #mv.mizuguchi {
  background-color: #5ec2cb;
}
body.pageDetail #mv.inui {
  background-color: #a2cf82;
}
body.pageDetail #mv.sudo {
  background-color: #f18f57;
}
body.pageDetail #mv.tagawa {
  background-color: #ead352;
}
body.pageDetail #mv.shibata {
  background-color: #bb97c5;
}
body.pageDetail #mv.nishizawa {
  background-color: #b6b963;
}
body.pageDetail #mv.minagawa {
  background-color: #7aa4d7;
}
body.pageDetail #mv.tane {
  background-color: #c6a271;
}
body.pageDetail #mv.dummy {
  background-color: #BA9595;
}
body.pageDetail .jump_btn_area {
  margin-top: 28px;
}
@media all and (min-width: 751px) {
  body.pageDetail .jump_btn_area {
    margin-top: 80px;
  }
}
@media all and (min-width: 751px) {
  body.pageDetail .jump_btn_area .inner {
    max-width: 1200px;
  }
}
body.pageDetail .jump_btn_area .jump_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.pageDetail .jump_btn_area .jump_btn_list li a {
  position: relative;
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 10px;
  padding: 8px 0.5em;
}
@media all and (min-width: 751px) {
  body.pageDetail .jump_btn_area .jump_btn_list li a {
    font-size: 30px;
    padding: 12px 0.5em;
  }
}
@media all and (min-width: 751px) and (max-width: 1300px) {
  body.pageDetail .jump_btn_area .jump_btn_list li a {
    font-size: 2.5vw;
  }
}
body.pageDetail .jump_btn_area .jump_btn_list li a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  background-image: url(../../images/common/fukidashi.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 10/1;
  width: 90px;
}
@media all and (min-width: 751px) {
  body.pageDetail .jump_btn_area .jump_btn_list li a::before {
    -webkit-transition: bottom 0.3s;
    transition: bottom 0.3s;
    width: 220px;
  }
}
@media all and (min-width: 751px) and (max-width: 900px) {
  body.pageDetail .jump_btn_area .jump_btn_list li a::before {
    width: 180px;
  }
}
@media (hover: hover) {
  body.pageDetail .jump_btn_area .jump_btn_list li a:hover::before {
    bottom: -10px;
  }
}
@media all and (max-width: 750px) {
  body.pageDetail .jump_btn_area .jump_btn_list li:nth-child(1), body.pageDetail .jump_btn_area .jump_btn_list li:nth-child(2) {
    margin-right: -10px;
  }
}
@media all and (min-width: 751px) {
  body.pageDetail .jump_btn_area .jump_btn_list li:nth-child(2) {
    margin-right: -40px;
  }
}
body.pageDetail .main_contents {
  padding-bottom: 44px;
}
@media all and (min-width: 751px) {
  body.pageDetail .main_contents {
    padding-bottom: 100px;
  }
}
/*# sourceMappingURL=creators.css.map */