/* ----------------------------------------------------------------
  .page_influencer
---------------------------------------------------------------- */
.page_influencer {
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 0 0 60px;
}
.page_influencer > :last-child {
  margin-bottom: 0;
}
.page_influencer em {
  font-style: normal;
}
.page_influencer a {
  transition: .3s;
}
@media only screen and (max-width: 768px) {
  .page_influencer {
    padding: 0 0 40px;
  }
}

.page_influencer .pankuzu_area {
  max-width: 1030px;
  padding: 0 15px;
  margin: 15px auto;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .page_influencer .pankuzu_area {
    display: none;
  }
}

.page_influencer_inner > :last-child {
  margin-bottom: 0;
}


/* ----------------------------------------------------------------
  .influencer_section
---------------------------------------------------------------- */
.influencer_section {
  padding: 70px 0;
}
.influencer_section_inner {
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
}
.influencer_section_inner > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .influencer_section {
    padding: 45px 0;
  }
}


/* ----------------------------------------------------------------
  .influencer_mv
---------------------------------------------------------------- */
.influencer_mv {
  background: #0A0F10;
  color: #fff;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
}
.influencer_mv_title {
  width: 100%;
  background: #4C4C4C;
  color: #fff;
  font-size: 3.0rem;
  text-align: center;
  padding: 25px 15px;
  display: block;
}
.influencer_mv_video {
  height: 520px;
}
.influencer_mv_video video {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .influencer_mv_title {
    font-size: 2.0rem;
    padding: 7px 15px;
  }
  .influencer_mv_video {
    height: 300px;
  }
}


/* ----------------------------------------------------------------
  .influencer_hdg_lv2
---------------------------------------------------------------- */
.influencer_hdg_lv2 {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 5px;
  padding: 0 0 20px;
  margin: 0 0 50px;
  position: relative;
}
.influencer_hdg_lv2::before {
  content: '';
  width: 50px;
  height: 3px;
  background: #AC1757;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .influencer_hdg_lv2 {
    font-size: 1.8rem;
    letter-spacing: 3px;
    padding: 0 0 20px;
    margin: 0 0 25px;
  }
}


/* ----------------------------------------------------------------
  .influencer_catch
---------------------------------------------------------------- */
.influencer_catch {
  color: #AC1757;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 3px;
  margin: 0 0 35px;
}
.influencer_catch_label {
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .influencer_catch {
    font-size: 1.8rem;
    line-height: 1.9;
    letter-spacing: 1px;
    margin: 0 -15px 15px;
  }
}


/* ----------------------------------------------------------------
  .influencer_txt
---------------------------------------------------------------- */
.influencer_txt {
  color: #333;
  text-align: center;
  line-height: 2;
  margin: 0 0 35px;
}
@media only screen and (max-width: 768px) {
  .influencer_txt {
    line-height: 1.7;
    text-align: justify;
    word-break: break-all;
    margin: 0 0 20px;
  }
}


/* ----------------------------------------------------------------
  .influencer_icon_newwin
---------------------------------------------------------------- */
.influencer_icon_newwin {
  width: 16px;
  vertical-align: middle;
  padding: 0 0 3px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .influencer_icon_newwin {
    width: 15px;
  }
}


/* ----------------------------------------------------------------
  .influencer_list_check
---------------------------------------------------------------- */
.influencer_list_check_wrap {
  text-align: center;
  margin: 0 0 35px;
}
.influencer_list_check_wrap > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
}

.influencer_list_check {
  margin: 0 0 35px;
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.influencer_list_check > li {
  text-align: left;
  padding: 0 0 0 25px;
  margin: 0 0 15px;
  position: relative;
}
.influencer_list_check > li:last-child {
  margin-bottom: 0;
}
.influencer_list_check > li::before {
  content: '';
  width: 17px;
  height: 12px;
  background: url('../img/icon_check.svg') no-repeat 50% 50%;
  background-size: auto 100%;
  position: absolute;
  top: .4em;
  left: 0;
  display: block;
}
@media only screen and (max-width: 768px) {
  .influencer_list_check {
  }
  .influencer_list_check > li {
    margin: 0 0 10px;
  }
  .influencer_list_check > li::before {
    width: 16px;
    top: .4em;
  }
}


/* ----------------------------------------------------------------
  .influencer_section_info / インフルエンサー事業について
---------------------------------------------------------------- */
.influencer_section_info {}

.info_txt {}
@media only screen and (max-width: 768px) {
  .info_txt {
    line-height: 2;
  }
}


/* ----------------------------------------------------------------
  .influencer_production / アカウントプロデュース
---------------------------------------------------------------- */
.influencer_section_production {}
.influencer_section_production .influencer_section_inner {
  padding: 0 155px;
}
@media only screen and (max-width: 768px) {
  .influencer_section_production .influencer_section_inner {
    padding: 0 15px;
  }
}

.production_layout {
  margin: 0 0 45px;
  display: flex;
  justify-content: center;
  column-gap: 60px;
}
.production_layout_picture {
  max-width: 390px;
}
.production_layout_contents {
  width: 270px;
}
@media only screen and (max-width: 768px) {
  .production_layout {
    margin: 0 0 35px;
    display: block;
  }
  .production_layout_picture,
  .production_layout_contents {
    max-width: none;
    width: 100%;
  }
  .production_layout_picture {
    margin: 0 0 30px;
  }
  .production_layout_contents {
    padding: 0 32px;
  }
}

.production_flow {}
.production_flow > :last-child {
  margin-bottom: 0;
}
.production_flow_head {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 3px;
  margin: 0 0 15px;
}
.production_flow_body {}
.production_flow_body > :last-child {
  margin-bottom: 0;
}
.production_flow_list {
  margin: 0 0 40px;
}
.production_flow_list > li {
  background: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 4px 15px 1px 33px;
  margin: 0 0 14px;
  position: relative;
}
.production_flow_list > li::before {
  content: '';
  width: 1px;
  height: 10px;
  background: url('../img/line-01.svg') no-repeat 50% 50%;
  background-size: auto 100%;
  position: absolute;
  bottom: -12px;
  left: 15px;
  display: block;
}
.production_flow_list > li:last-child {
  margin-bottom: 0;
}
.production_flow_list > li:last-child::before {
  display: none;
}
.production_flow_point_wrap {
  margin: 0 0 20px;
}
.production_flow_point {}
.production_flow_point > li {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 0 0 0 25px;
  margin: 0 0 10px;
  position: relative;
}
.production_flow_point > li:last-child {
  margin-bottom: 0;
}
.production_flow_point > li::before {
  content: '';
  width: 12px;
  height: 12px;
  background: #AC1757;
  position: absolute;
  top: .3em;
  left: 3px;
  display: block;
}
@media only screen and (max-width: 768px) {
  .production_flow {}
  .production_flow_head {
    text-align: center;
  }
  .production_flow_body {}
  .production_flow_body p {
    text-align: center;
  }
  .production_flow_list {
    margin: 0 0 25px;
  }
  .production_flow_list > li {
    text-align: center;
    padding: 4px 15px;
    margin: 0 0 16px;
  }
  .production_flow_list > li::before {
    height: 12px;
    bottom: -14px;
    left: 16px;
  }
  .production_flow_point_wrap {
    text-align: center;
    margin: 0 0 15px;
  }
  .production_flow_point {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .production_flow_point > li {
    font-size: 1.5rem;
    padding: 0 0 0 20px;
  }
  .production_flow_point > li::before {
    top: .2em;
    left: 0;
  }
}

.production_other {}
.production_other > :last-child {
  margin-bottom: 0;
}
.production_other p {
  margin: 0 0 1em;
}
.production_other_title {
  max-width: 320px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 3px;
  padding: 8px 0;
  margin: 0 auto 30px;
}
.production_other_catch {
  text-align: center;
  margin: 0 0 1em;
}
.production_other_catch_label {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 3px;
}
@media only screen and (max-width: 768px) {
  .production_other_title {
    max-width: 165px;
    font-size: 1.5rem;
    letter-spacing: 2.5px;
    padding: 4px 0;
    margin: 0 auto 20px;
  }
  .production_other_catch {
  }
  .production_other_catch_label {
    font-size: 1.6rem;
  }
}


/* ----------------------------------------------------------------
  .influencer_operation / SNS動画広告の制作・運用
---------------------------------------------------------------- */
.influencer_section_operation {}
.influencer_section_operation .influencer_section_inner {
  padding: 0 155px;
}
@media only screen and (max-width: 768px) {
  .influencer_section_operation .influencer_section_inner {
    padding: 0 15px;
  }
}

.operation_column {
  padding: 0 95px;
  display: flex;
  column-gap: 70px;
}
.operation_column_item {}
.operation_column_item > :last-child {
  margin-bottom: 0;
}
.operation_column_head {
  border: 1px solid #C6C6C6;
  text-align: center;
  line-height: 1;
  padding: 8px 15px 6px;
  margin: 0 0 15px;
}
.operation_column_body {
  text-align: center;
}
.operation_column_body > :last-child {
  margin-bottom: 0;
}
.operation_column_img {
  margin: 0 0 15px;
  display: block;
}
.operation_column_txt {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .operation_column {
    padding: 0 32px;
    display: block;
  }
  .operation_column_item {
    margin: 0 0 30px;
  }
  .operation_column_item:last-child {
    margin-bottom: 0;
  }
  .operation_column_head {
    padding: 8px 15px 6px;
    margin: 0 0 20px;
  }
  .operation_column_body {
  }
  .operation_column_img {
  }
  .operation_column_txt {
  }
}


/* ----------------------------------------------------------------
  .influencer_casting / インフルエンサーキャスティング
---------------------------------------------------------------- */
.influencer_section_casting {
  background: url('../img/img_casting-01.png') no-repeat 50% 50% #F4F4F4;
  background-size: auto 315px;
}
@media only screen and (max-width: 768px) {
  .influencer_section_casting {
    background: #F4F4F4;
  }
}

.casting_img {
  display: none;
}
@media only screen and (max-width: 768px) {
  .casting_img {
    margin: 0 0 20px;
    display: block;
  }
}

.casting_check {}
.casting_check .influencer_list_check {
  margin: 0 0 25px;
}
.casting_check_txt {}
@media only screen and (max-width: 768px) {
  .casting_check .influencer_list_check {
    margin: 0 0 15px;
  }
}


/* ----------------------------------------------------------------
  .influencer_achievement / 自社アカウントの実績
---------------------------------------------------------------- */
.influencer_section_achievement {}
.influencer_section_achievement .influencer_section_inner {
  padding: 0 155px;
}
@media only screen and (max-width: 768px) {
  .influencer_section_achievement .influencer_section_inner {
    padding: 0 15px;
  }
}

.achievement_block {
  margin: 0 0 70px;
}
.achievement_block > :last-child {
  margin-bottom: 0;
}
.achievement_block_title {
  max-width: 320px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 4px;
  padding: 12px 0;
  margin: 0 auto 40px;
}
.achievement_block_layout {
  margin: 0 0 40px;
  display: flex;
}
.achievement_block_layout_item {
  width: 167px;
  margin: 0 33px 0 0;
}
.achievement_block_layout_contents {
  width: calc(100% - 200px);
  text-align: justify;
  word-break: break-all;
}
.achievement_block_layout_contents > :last-child {
  margin-bottom: 0;
}
.achievement_block_txt {
  line-height: 1.6;
  margin: 0 0 1em;
}
.achievement_block_data {}
.achievement_block_data_head {
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 10px;
}
.achievement_block_data_head .min {
  font-size: 1.3rem;
  font-weight: normal;
  margin: 0 0 0 .5em;
  display: inline-block;
}
.achievement_block_data_body {}
.achievement_block_data_body > :last-child {
  margin-bottom: 0;
}
.achievement_block_sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  column-gap: 30px;
  row-gap: 15px;
}
.achievement_block_sns > li {
  line-height: 30px;
  letter-spacing: .75px;
}
.achievement_block_sns > li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 8px;
}
.achievement_block_sns > li .achievement_block_sns_label {
  text-box: trim-both cap alphabetic;
}
.achievement_block_sns > li [class^="icon_"]::before {
  content: '';
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  vertical-align: middle;
  display: inline-block;
}
.achievement_block_sns > li .icon_youtube::before {
  width: 35px;
  height: 25px;
  background-image: url('../img/logo_youtube.png');
}
.achievement_block_sns > li .icon_tiktok::before {
  background-image: url('../img/logo_tiktok.png');
}
.achievement_block_sns > li .icon_instagram::before {
  background-image: url('../img/logo_instagram.png');
}
@media only screen and (max-width: 768px) {
  .achievement_block {
    margin: 0 0 45px;
  }
  .achievement_block_title {
    max-width: 260px;
    font-size: 1.6rem;
    letter-spacing: 3px;
    padding: 10px 0;
    margin: 0 auto 20px;
  }
  .achievement_block_layout {
    margin: 0 0 30px;
    display: block;
  }
  .achievement_block_layout_item {
    width: 90px;
    margin: 0 auto 20px;
  }
  .achievement_block_layout_contents {
    width: 100%;
  }
  .achievement_block_txt {
    margin: 0 0 1.5em;
  }
  .achievement_block_data {
    text-align: center;
  }
  .achievement_block_data_head {
    margin: 0 0 15px;
  }
  .achievement_block_data_head .min {
    font-size: 1.2rem;
  }
  .achievement_block_data_body {}
  .achievement_block_sns {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 20px;
  }
  .achievement_block_sns > li {
    letter-spacing: 1.5px;
  }
  .achievement_block_sns > li a {
    padding: 0 0 0 43px;
    position: relative;
  }
  .achievement_block_sns > li [class^="icon_"]::before {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    display: block;
  }
  .achievement_block_sns > li .icon_youtube::before {
    width: 37px;
    height: 26px;
    left: 0;
  }
  .achievement_block_sns > li .icon_tiktok::before {
  }
  .achievement_block_sns > li .icon_instagram::before {
  }
}

.achievement_post {}
.achievement_post > :last-child {
  margin-bottom: 0;
}
.achievement_post_title {
  color: #AC1757;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 3px;
  margin: 0 0 30px;
}
.achievement_post_list {
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  column-gap: 45px;
  row-gap: 30px;
}
.achievement_post_list > li {
  width: calc((100% / 3) - (45px / 1.5));
  text-align: center;
}
.achievement_post_list > li > :last-child {
  margin-bottom: 0;
}
.achievement_post_list_img {}
.achievement_post_list_img img {
  width: 100%;
  margin: 0 0 15px;
}
.achievement_post_list_img figcaption {}
.achievement_post_list_img figcaption .min {
  font-size: 1.3rem;
  font-weight: normal;
  display: inline-block;
}
.achievement_post_txt {
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
}
@media only screen and (max-width: 768px) {
  .achievement_post {}
  .achievement_post_title {
    font-size: 1.6rem;
    margin: 0 0 15px;
  }
  .achievement_post_list {
    margin: 0 0 15px;
    column-gap: 12px;
  }
  .achievement_post_list > li {
    width: calc((100% / 3) - (12px / 1.5));
  }
  .achievement_post_list_img img {
    margin: 0 0 10px;
  }
  .achievement_post_list_img figcaption {
    font-size: 1.3rem;
  }
  .achievement_post_list_img figcaption .min {
    font-size: 1.2rem;
  }
  .achievement_post_txt {
    font-size: 1.3rem;
    letter-spacing: 2.5px;
  }
}


/* ----------------------------------------------------------------
  .influencer_partner / パートナー
---------------------------------------------------------------- */
.influencer_section_partner {}
@media only screen and (max-width: 768px) {
  .influencer_section_partner .influencer_txt {
    margin: 0 0 35px;
  }
}

.partner_list {
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  column-gap: 50px;
  row-gap: 30px;
}
.partner_list > li {
  width: calc((100% / 3) - (50px / 1.5));
}
.partner_list_inner {}
.partner_list_inner > :last-child {
  margin-bottom: 0;
}
.partner_list_head {
  text-align: center;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
}
.partner_list_head_name {
  font-weight: normal;
}
.partner_list_head_img {
  background: #fff;
  margin: 0 0 25px;
  display: block;
}
.partner_list_body {
  text-align: justify;
  word-break: break-all;
}
.partner_list_body > :last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .partner_list {
    margin: 0 0 15px;
    display: block;
  }
  .partner_list > li {
    width: 100%;
    margin: 0 0 35px;
  }
  .partner_list > li:last-child {
    margin-bottom: 0;
  }
  .partner_list_inner {}
  .partner_list_head {
  }
  .partner_list_head_name {
  }
  .partner_list_head_img {
    width: 272px;
    margin: 0 auto 20px;
  }
  .partner_list_body {
  }
}


/* ----------------------------------------------------------------
  .influencer_news / NEWS
---------------------------------------------------------------- */
.influencer_section_news {}
.influencer_section_news .influencer_section_inner {}
@media only screen and (max-width: 768px) {
}


/* ----------------------------------------------------------------
  #inquiry_btn
---------------------------------------------------------------- */
#inquiry_btn {
  position: fixed;
  bottom: 80px;
  right: 40px;
  z-index: 9;
  width: 135px;
  height: 135px;
}
#inquiry_btn img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #inquiry_btn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 110px;
    height: 110px;
  }
}


/* ----------------------------------------------------------------
  お問い合せ
---------------------------------------------------------------- */
.influencer_section_inquiry {
  padding-top: 120px;
  margin-top: -120px;
}
.influencer_section_inquiry .influencer_section_inner {}
@media only screen and (max-width: 768px) {
  .influencer_section_inquiry {
    padding-top: 80px;
    margin-top: -80px;
  }
}

#inquiry_area .content_block.two_column {
  display: flex;
  flex-flow: nowrap;
  max-width: 1000px;
  width: 100%;
}
#inquiry_area .content_block.two_column > a {
  display: block;
  width: 50%;
  position: relative;
  text-align: right;
}
#inquiry_area .content_block.two_column > a > :last-child {
  margin-bottom: 0;
}
#inquiry_area .content_block.two_column > a .text_area {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #fff;
}
#inquiry_area .content_block.two_column > a .text_area > :last-child {
  margin-bottom: 0;
}
#inquiry_area .content_block.two_column > a .inquiry_title {
  font-size: 2.8rem;
  font-weight: 600;
  color: #fff;
  vertical-align: middle;
  line-height: 28px;
  text-align: right;
  margin-bottom: 12px;
}
#inquiry_area .content_block.two_column > a .inquiry_title img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 0 5px 10px;
}
#inquiry_area .content_block.two_column > a .inquiry_text {
  width: 335px;
  text-align: left;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #inquiry_area .content_block.two_column {
    display: block;
  }
  #inquiry_area .content_block.two_column > a {
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
  #inquiry_area .content_block.two_column > a .text_area {
    padding: 0 15px;
    right: 0;
    bottom: 15px;
  }
  #inquiry_area .content_block.two_column > a img {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #inquiry_area .content_block.two_column > a .inquiry_title {
    font-size: 2.0rem;
    line-height: 20px;
    margin-bottom: 15px;
  }
  #inquiry_area .content_block.two_column > a .inquiry_title img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 5px 5px;
  }
  #inquiry_area .content_block.two_column > a .inquiry_text {
    width: 100%;
    font-size: 1.3rem !important;
    display: block;
  }
}


/* ----------------------------------------------------------------
  .fade
---------------------------------------------------------------- */
.fade-in {
  opacity: 1;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.fade-out {
  opacity: 0;
  z-index: -1 !important;
}