@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 767px) {
  html {
    box-sizing: border-box;
  }
  /* contents */
  #contents {
    padding: 0!important;
  }
  #contents * {
    box-sizing: border-box;
  }

  .sp-display-hidden {
    display: none;
  }

  .creatorContentsWrap {
    padding: 0 15px;
  }

  /* creatorMainHeading1 */
  .creatorMainHeading1Title {
    font-size: 20px;
    font-weight: bold;
  }

  /* creatorMain */
  .creatorMain {
    margin: 0 -15px;
    background-color: #edf6ff;
    margin-top: 15px;
  }
  .creatorMainInner {
    padding: 25px 15px 27px 15px;
  }
  .creatorMainHeadingTitle {
    font-size: 33px;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
  }
  .creatorMainHeadingLabel {
    position: relative;
    z-index: 1;
    display: inline-block;
  }
  .creatorMainHeadingLabel::after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 13px;
    background: #fff000;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: -1;
  }

  /* creatorMainTextCenter */
  .creatorMainTextCenter {
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
  }

  /* creatorMainMovie */
  .creatorMainMovieTitle {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;
  }
  .creatorMainMovieTitleInner {
    padding: 0 25px;
    position: relative;
  }
  .creatorMainMovieFrame {
    margin-top: 15px;
    aspect-ratio: 16 / 9;
    position: relative;
    width: 100%;
  }
  .creatorMainMovieFrame > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  .creatorMainBody {
    margin-top: 26px;
  }
  .creatorMainMovieTitleInner::before {
    content: "";
    position: absolute;
    background: url("/showroom/akasaka/creator/images/cmn_ic10.png") no-repeat center / contain;
    width: 36px;
    height: 38px;
    top: 50%;
    transform: translateY(-50%);
    left: -2px;
  }
  .creatorMainMovieTitleInner::after {
    content: "";
    position: absolute;
    background: url("/showroom/akasaka/creator/images/cmn_ic11.png") no-repeat center / contain;
    width: 36px;
    height: 38px;
    top: 50%;
    transform: translateY(-50%);
    right: -2px;
  }

  /* creatorMainAncCard */
  .creatorMainAncCard {
    margin-top: 14px;
  }
  .creatorMainAncCardInner {
    background-color: #fff;
    border: 1px solid #e2e2e2;
  }
  .creatorMainAncCardType {
    display: grid;
    padding: 14px 33px 14px 14px;
    background: url(/common/img/ico_img_04.svg) no-repeat right 13px center;
    background-size: 20px 20px;
  }
  .creatorMainAncCardType:hover {
    text-decoration: none;
  }
  .creatorMainAncCardImage {
    grid-area: 1 / 1 / 3 / 2;
    width: 88px;
  }
  .creatorMainAncCardImage > img {
    width: 100%;
  }
  .creatorMainAncCardSubtitle {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    grid-area: 1 / 2 / 2 / 3;
    line-height: 1.3;
  }
  .creatorMainAncCardTitle {
    color: #005ab4;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 5px;
    grid-area: 2 / 2 / 3 / 3;
  }
  .creatorMainAncCardDescription {
    font-size: 14px;
    color: #333;
    margin-top: 8px;
    grid-area: 3 / 1 / 4 / 3;
  }

  /* creatorAncNavi */
  .creatorAncNavi {
    margin: 0 -15px;
  }
  .creatorAncNaviCardItem {
    width: 100%;
    border-top: 1px solid #e2e2e2;
  }
  .creatorAncNaviCardItem:last-child {
    border-bottom: 1px solid #e2e2e2;
  }
  .creatorAncNaviCardType {
    display: flex;
    align-items: center;
    padding: 13px 40px 12px 16px;
    background: url(/common/img/ico_img_04.svg) no-repeat right 15px center;
    background-size: 20px 20px;
  }
  .creatorAncNaviCardType:hover {
    text-decoration: none;
    color: #005AB4;
  }
  .creatorAncNaviCardHead {
    margin-right: 10px;
  }
  .creatorAncNaviCardImage {
    width: 30px;
  }
  .creatorAncNaviCardImage > img {
    width: 100%;
  }
  .creatorAncNaviCardTitle {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
  }

  /* creatorHeading2 */
  .creatorHeading2 {
    text-align: center;
    margin-top: 43px;
  }
  .creatorHeading2Inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .creatorHeading2Image {
    width: 60px;
  }
  .creatorHeading2Image + .creatorHeading2Title {
    margin-top: 24px;
  }
  .creatorHeading2Title {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.4;
  }

  /* creatorTextCenter */
  .creatorTextCenter {
    font-size: 14px;
    text-align: center;
    margin-top: 13px;
  }

  /* creatorColLv1 */
  .creatorColLv1 {
    margin-top: 26px;
  }
  .creatorColLv1Item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .creatorColLv1Item + .creatorColLv1Item {
    margin-top: 31px;
  }
  .creatorColLv1Inner {
    flex-grow: 1;
  }
  /* creatorColLv1Balloon */
  .creatorColLv1Balloon {
    background-color: #005ab4;
    position: relative;
    padding: 13px 15px 10px 15px;
  }
  .creatorColLv1Balloon::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: url(/showroom/akasaka/creator/images/cmn_ic04.png) no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
  }
  .creatorColLv1BalloonText {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
  }
  .creatorColLv1Text {
    font-size: 14px;
    line-height: 1.63;
    margin-top: 11px;
  }
  /* creatorColLv1NotesList */
  .creatorColLv1NotesListWrap {
    margin-top: 5px;
  }
  .creatorColLv1NotesList {
    position: relative;
  }
  .creatorColLv1NotesList > li {
    font-size: 12px;
    padding-left: 38px;
  }
  .creatorColLv1NotesListMark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* creatorColLv1Movie */
  .creatorColLv1Movie {
    margin-top: 12px;
  }
  .creatorColLv1MovieFrame {
    aspect-ratio: 16 / 9;
    position: relative;
    width: 100%;
  }
  .creatorColLv1MovieFrame > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  .creatorColLv1MovieFrameNoMovie {
    display: flex;
    aspect-ratio: 16 / 9;
    border: 2px solid #e2e2e2;
    background-color: #eee;
    align-items: center;
    justify-content: center;

  }
  .creatorColLv1MovieFrameNoMovie > .creatorColLv1MovieReady {
    color: #888;
    font-size: 1.3rem;
    font-weight: bold;
  }

  /* creatorColLv1Insta */
  .creatorColLv1Insta {
    margin-top: 12px;
  }

  /* creatorBcColor */
  .creatorBcColorWrap {
    background-color: #fafafa;
    margin: 41px -15px;
    padding: 42px 15px;
  }
  .creatorBcColorInner > section > .creatorHeading2 {
    margin-top: 0;
  }

  /* creatorSliderCard */
  .creatorSliderCard {
    margin-top: 15px;
    position: relative;
  }
  .creatorSliderCardImage {
    width: 100%;
  }
  .creatorSliderCardImage > img {
    width: 100%;
  }
  .creatorSliderCardBody {
    margin-top: 18px;
  }
  .creatorSliderCardTitle {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    color: #005ab4;
  }
  .creatorSliderCardTitle > .creatorSliderCardBlankImg {
    position: relative;
    display: inline-block;
    top: 3px;
    margin-left: 9px;
  }
  .creatorSliderCardDescription {
    color: #333;
    font-size: 14px;
    line-height: 1.63;
    margin-top: 13px;
  }
  .creatorSliderCardNumber {
    font-size: 10px;
    line-height: 1.58;
    color: #333;
    padding: 3px 9px 2px 9px;
    border: 1px solid #e2e2e2;
    border-radius: 50px;
    display: inline-block;
    margin-top: 11px;
  }
  .creatorSliderCardTypeModal:hover {
    text-decoration: none;
  }
  .creatorSliderCardTypeModal .creatorSliderCardImage {
    position: relative;
  }
  .creatorSliderCardTypeModal .creatorSliderCardImage:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(0, 122, 194, 0.9);
  }
  .creatorSliderCardTypeModal .creatorSliderCardImage:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 23px;
    border-color: transparent transparent transparent #fff;
    margin-left: 3px;
  }
  .creatorSliderCardType:hover {
    text-decoration: none;
  }
  .creatorSliderCardType .creatorSliderCardTitle::after {
    content: "";
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: no-repeat 50% / contain;
    background-image: url(/common/img/ico_img_03.svg);
    width: 10px;
    height: 16px;
    margin-left: 7px;
    top: 3px;
  }
  .creatorSliderCardTypeBlank:hover {
    text-decoration: none;
  }
  .creatorSliderCard .slick-list {
    margin: 0 28px;
    padding: 0!important;
  }
  .prev {
    left: 0;
    border: none;
    background: none;
    text-indent: -100vw;
    white-space: nowrap;
    width: 20px;
    height: 25px;
  }
  .prev::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translate(-50%, -50%);
    transform-origin: center;
    width: 14px;
    height: 25px;
    background: url(/showroom/akasaka/creator/images/cmn_ic09.svg) no-repeat 50% / contain;
  }
  .next {
    right: 0;
    border: none;
    background: none;
    text-indent: -100vw;
    white-space: nowrap;
    width: 20px;
    height: 25px;
  }
  .next::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -7px;
    transform: translate(-50%, -50%) scaleX(-1);
    transform-origin: center;
    width: 14px;
    height: 25px;
    background: url(/showroom/akasaka/creator/images/cmn_ic09.svg) no-repeat 50% / contain;
  }
  .slick-arrow {
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
  }
  .creatorSliderCard .slick-dots li.slick-active button:before {
    color: #005ab4;
  }
  .creatorSliderCard .slick-dots li {
    margin: 0 6px;
  }
  .creatorSliderCard .slick-dots li button:before {
    font-size: 14px;
  }
  .creatorSliderCard .slick-dots {
    bottom: -38px;
  }
  .creatorSliderCard.slick-dotted.slick-slider {
    margin-bottom: 62px;
  }



  /* creatorButtonWrapCenter */
  .creatorButtonWrapCenter {
    display: flex;
    justify-content: center;
    margin-top: 26px;
  }
  .creatorButton {
    width: 100%;
    background: url(/common/img/ico_img_01.svg) no-repeat left 17px center;
    background-size: 20px 20px;
    text-align: center;
  }
  .creatorButtonType {
    display: block;
    border: 1px solid #005ab4;
    color: #005ab4;
    font-size: 14px;
    line-height: 1.4;
    padding: 11px 30px 10px 61px;
  }
  .creatorButtonType:hover {
    text-decoration: none;
    color: #005ab4;
  }

  /* creatorMedia */
  .creatorMedia {
    margin-top: 13px;
  }
  .creatorMediaHead {
    width: 100%;
  }
  .creatorMediaTitle {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    margin-top: 16px;
  }
  .creatorMediaDescription {
    font-size: 14px;
    line-height: 1.63;
    margin-top: 7px;
  }
  .creatorMediaImage > img {
    width: 100%;
  }
  .creatorMedia > .creatorMediaBody > .creatorButtonWrap {
    margin-top: 13px;
  }

  /* creatorBox */
  .creatorBox {
    margin-top: 28px;
    padding: 12px 15px 14px 15px;
    border: 1px solid #e2e2e2;
  }
  .creatorBoxCard {
    display: flex;
    align-items: center;
  }
  .creatorBoxHead {
    flex-shrink: 0;
    position: relative;
  }
  .creatorBoxCardHead {
    margin-right: 9px;
  }
  .creatorBoxCardSubtitle {
    font-size: 12px;
    line-height: 1.63;
  }
  .creatorBoxCardTitle {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    margin-top: 2px;
  }
  .creatorBoxCardTypeBlank {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    color: #005ab4;
    margin-top: 1px;
    display: inline-block;
  }
  .creatorBoxCardTypeBlank:hover {
    text-decoration: none;
    color: #005ab4;
  }
  .creatorBoxCardTypeBlank > .creatorBoxCardBlankImg {
    position: relative;
    display: inline-block;
    top: 3px;
    margin-left: 9px;
  }
  .creatorBoxText {
    font-size: 14px;
    line-height: 1.63;
  }
  .creatorBoxCardImage {
    width: 54px;
  }
  .creatorBoxCardImage > img {
    width: 100%;
  }
  .creatorBoxBody {
    margin-top: 10px;
    padding-top: 12px;
    border-top: 1px solid #e2e2e2;
  }

  /* creatorCard */
  .creatorCard {
    margin-top: 14px;
  }
  .creatorCardInner {
    display: flex;
    flex-flow: row wrap;
    gap: 22px 15px;
  }
  .creatorCardImage > img{
    width: 100%;
  }
  .creatorCardItem {
    width: calc((100% - 15px) / 2);
  }
  .creatorCardTitle {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
  }
  .creatorCardBody {
    margin-top: 14px;
  }
  .creatorCardType:hover {
    text-decoration: none;
    color: #005ab4;
  }
  .creatorCardType .creatorCardTitle::after {
    content: "";
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: no-repeat 50% / contain;
    background-image: url(/common/img/ico_img_03.svg);
    width: 10px;
    height: 16px;
    top: 3px;
    margin-left: 5px;
  }

  /* creatorCardLv2 */
  .creatorCardLv2 {
    margin-top: 13px;
  }
  .creatorCardLv2Item {
    display: flex;
    width: 100%;
    background: url(/common/img/ico_img_01.svg) no-repeat right 12px center;
    background-size: 20px 20px;
  }
  .creatorCardLv2Item + .creatorCardLv2Item {
    margin-top: 14px;
  }
  .creatorCardLv2Type {
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #e2e2e2;
    padding: 13px 43px 13px 16px;
  }
  .creatorCardLv2Type:hover {
    text-decoration: none;
    color: #005ab4;
  }
  .creatorCardLv2Head {
    flex-shrink: 0;
    margin-right: 13px;
  }
  .creatorCardLv2Title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
  }
  .creatorCardLv2Image {
    width: 45px;
  }
  .creatorCardLv2Image > img {
    width: 100%;
  }
  .creatorCardLv2 + .creatorButtonWrapCenter {
    margin-top: 32px;
  }
}