main.service .serviceInner {
  position: relative;
  overflow: hidden;
  background-color: #f4f4f4;
}
main.service .serviceInner::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 760px;
  margin-top: calc(10% - 64px);
  transform: skewY(-11.3deg);
  background-color: #fff;
}
main.service .serviceInner::after {
  content: '';
  position: absolute;
  top: auto;
  bottom: -10%;
  width: 100%;
  height: 20%;
  margin-top: 0;
  transform: skewY(-11.3deg);
  background-color: #fff;
}
main.service .tabSec {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 120px;
}
main.service .tabSec .tabArea {
  position: relative;
  z-index: 1;
}
main.service .tabSec .tabArea h1, main.service .tabSec .tabArea h2, main.service .tabSec .tabArea h3, main.service .tabSec .tabArea h4, main.service .tabSec .tabArea h5, main.service .tabSec .tabArea h6, main.service .tabSec .tabArea p, main.service .tabSec .tabArea span, main.service .tabSec .tabArea a, main.service .tabSec .tabArea li, main.service .tabSec .tabArea dt, main.service .tabSec .tabArea dd {
  font-family: "Noto Sans JP",sans-serif;
}
main.service .tabSec .tabArea__btnBox {
  display: flex;
  justify-content: space-between;
}
main.service .tabSec .tabArea__btnBoxItem {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32.5%;
  height: 90px;
  text-align: center;
  background-color: #fff;
}
main.service .tabSec .tabArea__btnBoxItem:hover {
  cursor: pointer;
}
main.service .tabSec .tabArea__btnBoxItem span {
  position: relative;
  padding-right: 42px;
  color: #c8161d;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
main.service .tabSec .tabArea__btnBoxItem span::before, main.service .tabSec .tabArea__btnBoxItem span::after {
  content: "";
  display: block;
  position: absolute;
  top: -50%;
  right: 0;
  bottom: -50%;
  margin: auto;
}
main.service .tabSec .tabArea__btnBoxItem span::before {
  width: 24px;
  height: 24px;
  background-color: #c8161d;
  border-radius: 50%;
  z-index: 0;
}
main.service .tabSec .tabArea__btnBoxItem span::after {
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateX(-8px) translateY(-2px) rotate(45deg);
  z-index: 1;
}
main.service .tabSec .tabArea__btnBoxItem.active {
  background-color: #c8161d;
}
main.service .tabSec .tabArea__btnBoxItem.active span {
  color: #fff;
}
main.service .tabSec .tabArea__btnBoxItem.active span::before {
  background-color: #fff;
}
main.service .tabSec .tabArea__btnBoxItem.active span::after {
  border-right-color: #c8161d;
  border-bottom-color: #c8161d;
}
main.service .tabSec .tabArea__conts {
  display: none;
  background-color: #fff;
}
main.service .tabSec .tabArea__conts.show {
  display: block;
}
main.service .tabSec .tabArea__contsTitle {
  min-height: 240px;
  padding: 48px 59px;
  background-color: #c8161d;
  color: #fff;
}
main.service .tabSec .tabArea__contsTitle h2 {
  margin-bottom: 23px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
main.service .tabSec .tabArea__contsTitle p {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
}
main.service .tabSec .tabArea__contsBottom {
  position: relative;
  padding: 60px 63px;
  background-color: #fff;
}
main.service .tabSec .tabArea__conts--influencer .tabArea__contsTitle--type02 {
  min-height: 300px;
  padding-top: 52px;
}
main.service .tabSec .tabArea__conts--influencer .tabArea__contsBottom {
  min-height: 533px;
}
main.service .tabSec .tabArea__conts--influencer .tabArea__contsBottom::before {
  content: "";
  position: absolute;
  top: -7%;
  left: 87px;
  width: 2px;
  min-height: 460px;
  height: 100%;
  max-height: 500px;
  background-color: #acacac;
  z-index: 0;
}
main.service .tabSec .tabArea__conts--influencer .tabArea__contsBottomFlow {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  z-index: 1;
}
main.service .tabSec .tabArea__conts--influencer .tabArea__contsBottomFlow dt {
  display: flex;
  align-items: center;
  width: 257px;
}
main.service .tabSec .tabArea__conts--influencer .tabArea__contsBottomFlow dt span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 14px;
  background-image: linear-gradient(-35deg, #ae0a0d, #ae0a0d 50%, #c8161d, #c8161d 50%);
  font-family: "Roboto Condensed",sans-serif;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  border-radius: 50%;
}
main.service .tabSec .tabArea__conts--influencer .tabArea__contsBottomFlow dt p {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
main.service .tabSec .tabArea__conts--influencer .tabArea__contsBottomFlow dd {
  width: calc(100% - 257px);
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
main.service .tabSec .tabArea__conts--influencer .tabArea__contsBottomFlow:last-of-type {
  margin-bottom: 0;
}
main.service .tabSec .tabArea__conts--production .tabArea__contsTitle > p {
  margin-bottom: 59px;
}
main.service .tabSec .tabArea__conts--production .tabArea__contsTitleBottom .person {
  display: flex;
  justify-content: center;
  margin-bottom: 58px;
}
main.service .tabSec .tabArea__conts--production .tabArea__contsTitleBottom .person > div {
  margin: 0 15px;
}
main.service .tabSec .tabArea__conts--production .tabArea__contsTitleBottom .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 420px;
  height: 80px;
  z-index: 50;
  margin: 0 auto;
  background-color: #fff;
}
main.service .tabSec .tabArea__conts--production .tabArea__contsTitleBottom .btn p {
  color: #c8161d;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: .3s;
}
main.service .tabSec .tabArea__conts--production .tabArea__contsTitleBottom .btn svg {
  fill: #c8161d;
  margin-right: 20px;
  transition: .3s;
}
main.service .tabSec .tabArea__conts--production .tabArea__contsTitleBottom .btn::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -50px;
  width: 160%;
  height: 120%;
  background: #0c0c0c;
  transform-origin: right top;
  transform: skewX(30deg) scale(0, 1);
  transition: transform .3s;
  backface-visibility: hidden;
  z-index: -1;
}
main.service .tabSec .tabArea__conts--production .tabArea__contsTitleBottom .btn:hover p {
  color: #fff;
}
main.service .tabSec .tabArea__conts--production .tabArea__contsTitleBottom .btn:hover svg {
  fill: white;
}
main.service .tabSec .tabArea__conts--production .tabArea__contsTitleBottom .btn:hover::after {
  transform-origin: left top;
  transform: skewX(30deg) scale(1, 1);
  backface-visibility: hidden;
}
main.service .tabSec .tabArea__conts--production .tabArea__contsBottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 87px 5.71429% 80px 8.57143%;
}
main.service .tabSec .tabArea__conts--production .tabArea__contsBottomTitle {
  flex-shrink: 0;
  margin-right: 4.375%;
}
main.service .tabSec .tabArea__conts--production .tabArea__contsBottomTitle h2 {
  display: inline-block;
  padding: 15px 0 14px;
  color: #c8161d;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0.1em;
  border-bottom: 4px solid;
}
main.service .tabSec .tabArea__conts--production .tabArea__contsBottomSns {
  width: 100%;
  max-width: 419px;
  height: 360px;
}
main.service .tabSec .tabArea__conts--production .tabArea__contsBottomSns p {
  font-family: "Roboto Condensed",sans-serif;
}
main.service .tabSec .tabArea__conts--production .tabArea__contsBottomSns .lowerPage__serivce__SecondSec__tab__list__production__bottom__sns__block {
  margin-bottom: 20px;
}
main.service .tabSec .tabArea__conts--production .tabArea__contsBottomSns .lowerPage__serivce__SecondSec__tab__list__production__bottom__sns__block__bar-01, main.service .tabSec .tabArea__conts--production .tabArea__contsBottomSns .lowerPage__serivce__SecondSec__tab__list__production__bottom__sns__block__bar-02, main.service .tabSec .tabArea__conts--production .tabArea__contsBottomSns .lowerPage__serivce__SecondSec__tab__list__production__bottom__sns__block__bar-03, main.service .tabSec .tabArea__conts--production .tabArea__contsBottomSns .lowerPage__serivce__SecondSec__tab__list__production__bottom__sns__block__bar-04 {
  max-width: 100%;
}
main.service .tabSec .tabArea__conts--creative .tabArea__contsTitle {
  padding: 51px 59px 63px;
}
main.service .tabSec .tabArea__conts--creative .tabArea__contsTitle h2 {
  margin-bottom: 22px;
}
main.service .tabSec .tabArea__conts--creative .tabArea__contsTitle > img {
  margin-bottom: 26px;
}

@media screen and (max-width: 768px) {
  main.service .serviceInner::before {
    margin-top: calc(10% - 27px);
    top: 0;
    height: 380px;
  }
  main.service .serviceInner::after {
    bottom: -160px;
  }
  main.service .tabSec {
    width: 100%;
    padding: 0 10% 60px;
  }
  main.service .tabSec .tabArea {
    position: relative;
    z-index: 1;
  }
  main.service .tabSec .tabArea h1, main.service .tabSec .tabArea h2, main.service .tabSec .tabArea h3, main.service .tabSec .tabArea h4, main.service .tabSec .tabArea h5, main.service .tabSec .tabArea h6, main.service .tabSec .tabArea p, main.service .tabSec .tabArea span, main.service .tabSec .tabArea a, main.service .tabSec .tabArea li, main.service .tabSec .tabArea dt, main.service .tabSec .tabArea dd {
    font-family: "Noto Sans JP",sans-serif;
  }
  main.service .tabSec .tabArea__btnBox {
    flex-flow: column;
  }
  main.service .tabSec .tabArea__btnBoxItem {
    width: 100%;
    height: 40px;
    margin-bottom: 5px;
  }
  main.service .tabSec .tabArea__btnBoxItem span {
    padding-right: 25px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  main.service .tabSec .tabArea__btnBoxItem span::before {
    width: 16px;
    height: 16px;
  }
  main.service .tabSec .tabArea__btnBoxItem span::after {
    width: 4px;
    height: 4px;
    transform: translateX(-6px) translateY(-1px) rotate(45deg);
  }
  main.service .tabSec .tabArea__conts {
    display: none;
    background-color: #fff;
  }
  main.service .tabSec .tabArea__conts.show {
    display: block;
  }
  main.service .tabSec .tabArea__contsTitle {
    min-height: unset;
    padding: 18px 3% 12px;
  }
  main.service .tabSec .tabArea__contsTitle h2 {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  main.service .tabSec .tabArea__contsTitle p {
    font-size: 1.2rem;
  }
  main.service .tabSec .tabArea__contsBottom {
    padding: 18px 3% 12px;
  }
  main.service .tabSec .tabArea__conts--influencer .tabArea__contsTitle h2 {
    text-align: center;
  }
  main.service .tabSec .tabArea__conts--influencer .tabArea__contsTitle--type02 {
    min-height: unset;
    padding-top: 24px;
  }
  main.service .tabSec .tabArea__conts--influencer .tabArea__contsTitle--type02 h2 {
    text-align: left;
  }
  main.service .tabSec .tabArea__conts--influencer .tabArea__contsBottom {
    min-height: unset;
    padding: 30px 3% 27px;
  }
  main.service .tabSec .tabArea__conts--influencer .tabArea__contsBottom::before {
    content: none;
  }
  main.service .tabSec .tabArea__conts--influencer .tabArea__contsBottomFlow {
    position: static;
    flex-flow: column;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  main.service .tabSec .tabArea__conts--influencer .tabArea__contsBottomFlow dt {
    width: 100%;
    margin-bottom: 5px;
  }
  main.service .tabSec .tabArea__conts--influencer .tabArea__contsBottomFlow dt span {
    width: 30px;
    height: 30px;
    margin-right: 7px;
    font-size: 1.6rem;
  }
  main.service .tabSec .tabArea__conts--influencer .tabArea__contsBottomFlow dt p {
    font-size: 1.4rem;
    letter-spacing: normal;
  }
  main.service .tabSec .tabArea__conts--influencer .tabArea__contsBottomFlow dd {
    width: 100%;
    font-size: 1.2rem;
  }
  main.service .tabSec .tabArea__conts--influencer .tabArea__contsBottomFlow:last-of-type {
    margin-bottom: 0;
  }
  main.service .tabSec .tabArea__conts--production .tabArea__contsTitle {
    padding: 24px 6% 30px;
  }
  main.service .tabSec .tabArea__conts--production .tabArea__contsTitle h2 {
    margin-bottom: 13px;
  }
  main.service .tabSec .tabArea__conts--production .tabArea__contsTitle > p {
    margin-bottom: 29px;
  }
  main.service .tabSec .tabArea__conts--production .tabArea__contsTitleBottom .person {
    flex-flow: column;
    align-items: center;
    margin-bottom: 12px;
  }
  main.service .tabSec .tabArea__conts--production .tabArea__contsTitleBottom .person > div {
    margin: 0 0 19px;
  }
  main.service .tabSec .tabArea__conts--production .tabArea__contsTitleBottom .btn {
    width: 85%;
    height: 40px;
    margin: 0 auto;
  }
  main.service .tabSec .tabArea__conts--production .tabArea__contsTitleBottom .btn p {
    font-size: 1.4rem;
  }
  main.service .tabSec .tabArea__conts--production .tabArea__contsTitleBottom .btn svg {
    margin-right: 11px;
  }
  main.service .tabSec .tabArea__conts--production .tabArea__contsTitleBottom .btn::after {
    content: none;
  }
  main.service .tabSec .tabArea__conts--production .tabArea__contsTitleBottom:hover {
    background-color: #fff;
  }
  main.service .tabSec .tabArea__conts--production .tabArea__contsTitleBottom:hover p {
    color: #c8161d;
  }
  main.service .tabSec .tabArea__conts--production .tabArea__contsTitleBottom:hover svg {
    fill: #c8161d;
  }
  main.service .tabSec .tabArea__conts--production .tabArea__contsBottom {
    flex-flow: column;
    width: 100%;
    max-width: unset;
    padding: 29px 3% 18px;
  }
  main.service .tabSec .tabArea__conts--production .tabArea__contsBottomTitle {
    margin: 0 0 30px;
    text-align: center;
  }
  main.service .tabSec .tabArea__conts--production .tabArea__contsBottomTitle h2 {
    padding: 0 0 5px;
    font-size: 3rem;
    border-bottom: 1px solid;
  }
  main.service .tabSec .tabArea__conts--production .tabArea__contsBottomSns {
    width: 80%;
    max-width: unset;
    height: auto;
    margin: 0 auto;
  }
  main.service .tabSec .tabArea__conts--production .tabArea__contsBottomSns .lowerPage__serivce__SecondSec__tab__list__production__bottom__sns__block {
    margin-bottom: 20px;
  }
  main.service .tabSec .tabArea__conts--production .tabArea__contsBottomSns .lowerPage__serivce__SecondSec__tab__list__production__bottom__sns__block__bar-01, main.service .tabSec .tabArea__conts--production .tabArea__contsBottomSns .lowerPage__serivce__SecondSec__tab__list__production__bottom__sns__block__bar-02, main.service .tabSec .tabArea__conts--production .tabArea__contsBottomSns .lowerPage__serivce__SecondSec__tab__list__production__bottom__sns__block__bar-03, main.service .tabSec .tabArea__conts--production .tabArea__contsBottomSns .lowerPage__serivce__SecondSec__tab__list__production__bottom__sns__block__bar-04 {
    max-width: 100%;
  }
  main.service .tabSec .tabArea__conts--creative .tabArea__contsTitle {
    padding: 23px 3% 24px;
  }
  main.service .tabSec .tabArea__conts--creative .tabArea__contsTitle h2 {
    text-align: center;
    margin-bottom: 9px;
  }
  main.service .tabSec .tabArea__conts--creative .tabArea__contsTitle > img {
    margin-bottom: 14px;
  }
}

.lowerPage__serivce__SecondSec__tab__list__production__bottom__sns__block:nth-child(4) {
    position: relative;
}
.lowerPage__serivce__SecondSec__tab__list__production__bottom__sns__block__bar-04 {
    overflow: hidden;
    display: block;
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: bar
}

@media screen and (min-width: 769px) {
    .lowerPage__serivce__SecondSec__tab__list__production__bottom__sns__block__bar-04 {
        width: 203px;
        height: 24px;
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }
}

@media screen and (max-width: 768px) {
    .lowerPage__serivce__SecondSec__tab__list__production__bottom__sns__block__bar-04 {
        width: 48%;
        height: 100%;
        min-height: 12px
    }
}

.lowerPage__serivce__SecondSec__tab__list__production__bottom__sns__block__bar-04__bg {
    display: block;
    width: 100%;
    height: 100%;
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: bar
}

@media screen and (min-width: 769px) {
    .lowerPage__serivce__SecondSec__tab__list__production__bottom__sns__block__bar-04__bg {
        background: url(../img/service/bar.png);
        background-size: cover;
        border-radius: 5px;
        -ms-grid-row: 2;
        -ms-grid-column: 3
    }
}

@media screen and (max-width: 768px) {
    .lowerPage__serivce__SecondSec__tab__list__production__bottom__sns__block__bar-04__bg {
        background: url(../img/service/bar.png);
        background-size: cover;
        border-radius: 3px
    }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
    _:-ms-lang(x)::-ms-backdrop,
    .lowerPage__serivce__SecondSec__tab__list__production__bottom__sns__block__bar-04 {
        max-width: 153px
    }
}

.lowerPage__serivce__SecondSec__tab__list__production__bottom__sns__block:nth-child(4) {
    position: relative
}

.lowerPage__serivce__SecondSec__tab__list__production__bottom__sns__block:nth-of-type(4) svg {
    position: absolute;
    /* bottom: 14px; */
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: image
}

@media screen and (min-width: 769px) {
    .lowerPage__serivce__SecondSec__tab__list__production__bottom__sns__block:nth-of-type(4) svg {
        width: 35px;
        height: 35px;
        -ms-grid-row: 2;
        -ms-grid-column: 1
    }
}

@media screen and (max-width: 768px) {
    .lowerPage__serivce__SecondSec__tab__list__production__bottom__sns__block:nth-of-type(4) svg {
        left: -2px;
        width: 25px;
        height: 25px
    }
}

.lowerPage__serivce__SecondSec__tab__list__production__bottom__sns__block:nth-of-type(4) svg path {
    fill: #c8161d
}

_:-ms-lang(x)::-ms-backdrop,
.lowerPage__serivce__SecondSec__tab__list__production__bottom__sns__block:nth-of-type(4) svg {
    top: 35px
}

@supports (-ms-ime-align: auto) {
    @media screen and (min-width: 769px) {
        .lowerPage__serivce__SecondSec__tab__list__production__bottom__sns__block:nth-of-type(4) svg {
            top: 35px
        }
    }
}