@charset "UTF-8";
/* CSS Document */
/**********
base
**********/
/*初期設定CSS*/
.l_main {
  color: #333;
  font: 400 14px "Helvetica Neue", "Noto Sans JP", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, メイリオ, Meiryo, sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
  font-size: 16px;
}
/* リセット */
#base {
  width: 1220px;
}
div#cont {
  margin: 0;
}
div#cont div#c3_lrr {
  overflow: visible;
}
div#cont div#c3_lrr {
  width: 970px;
}
@media screen and (max-width: 768px) {
  #base {
    width: 100%;
  }
  div#cont div#c3_lrr {
    width: 95%;
    margin: auto;
  }
  .fr {
    float: none;
  }
}
/**********
layout
**********/
/* 節 */
.l_section {}
.l_section__item {}
.l_section--primary {}
.l_section--secondary {}
.l_section--primary > .l_section__item + .l_section__item {
  margin-top: 35px;
}
.l_section--secondary > .l_section__item + .l_section__item {
  margin-top: 35px;
}
/* グリッド */
.l_grid {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.l_grid__item {
  display: flex;
}
.l_grid__inner {
  display: block;
  width: 100%;
}
.l_grid--lineup {
  margin: -20px;
}
.l_grid--lineup .l_grid__item {
  padding: 20px;
}
.l_nav {}
.l_nav__item {
  border-left: 1px dashed #fff;
  border-right: 1px dashed #fff;
  margin-top: 10px;
  background-color: #eee;
  transition: .3s;
}
.l_nav__item:hover {}
.l_nav__item + .l_nav__item {
  border-right: 1px dashed #fff;
}
.l_main {}
@media screen and (max-width: 768px) {
  .l_grid {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .l_nav__item.u_resMdCol6 {
    width: 49%;
  }
}
/**********
module
**********/
/* 見出し  */
.m_heading {}
.m_heading__ttl {}
/* トップ画 */
.m_heading {}
.m_heading__img {
  display: flex;
  width: 100%;
}
.m_heading__img-sp {
  display: none;
}
.m_heading__imgLeft {
  background-image: url("../../img/dougahyakkaten/video_kodawari/topimg_left.jpg");
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.m_heading__imgLeft_ttlBg {
  position: absolute;
  z-index: 1;
  top: 0;
  margin-top: 45px;
  background-color: rgba(152, 4, 22, 1);
  width: 100%;
  height: 45%;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
.m_heading__imgLeft_ttlMain {
  position: absolute;
  z-index: 2;
  top: 0;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 45px;
  padding: 0 20px;
  height: 45%;
  display:flex;
  flex-direction: column;
  justify-content: center;
}
 .m_heading__imgLeft_ttlMain-vyond > br {
   display: none;
 }
.m_heading__imgLeft_ttlSub {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.m_heading__imgLeft_msg {
  padding: 20px 0 30px 40px;
  align-self: flex-end;
  margin-top: auto;
  width: 100%;
}
.m_heading__imgLeft_msg-easyOrder{
  padding: 20px 0 30px 40px;
}
.m_heading__imgLeft_msgMain {
  font-size: 15px;
}
.m_heading__imgRight_main {
  vertical-align: bottom;
}
.m_heading__mitemo {
    margin-top: 10px;
}
.m_heading__mitemoMain{
  font-size: 14px;
  color: #A0A0A0;
  text-align: right;
}
.m_heading__body {}
.m_heading__nav {}
.m_heading__nav_ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  transition: .3s;
}
.l_nav__item:hover .m_heading__nav_ttl {
  background-color: #980416;
  color: #fff;
}
.m_heading__nav_target {
  color: #000;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .m_heading__img-pc {
    display: none;
  }
  .m_heading__img-sp.m_heading__img {
    display: block;
  }
  .m_heading__imgLeft {
    background-image: none;
    position: relative;
    display: block;
  }
  .m_heading__imgLeft_main {
    width: 100%;
    height: auto;
  }
  .m_heading__imgLeft_ttlBg {
    background-color: rgba(152, 4, 22, 1);
    mix-blend-mode: multiply;
    z-index: 1;
    margin-top: 0;
    position: absolute;
    top: 15%;
    width: 100%;
    height: 60%;
    opacity: 0.9;
  }
  .m_heading__imgLeft_ttlMain {
    padding: 0px 40px;
    top: 15%;
    height: 60%;
    margin-top: 0px;
  }
  .m_heading__imgLeft_msg {
    padding: 20px 0;
  }
  .m_heading__mitemo {
    margin-top: 0px;
  }
  .l_nav__item {
    border-left: none;
    border-right: none;
    margin-top: 10px;
    transition: .3s;
  }
  .l_nav__item + .l_nav__item {
    border-right: none;
  }
}
@media screen and (max-width: 599px) {
  .m_heading__imgLeft_ttlMain-vyond > br {
    display: block;
  }
  .m_heading__mitemoMain {
    font-size: 12px;
  }
  .m_heading__nav_ttl {
    font-size: 14px;
  }
}
@media screen and (max-width: 499px) {
  .m_heading__imgLeft_ttlMain-slideCharacter{
    font-size: 22px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 399px) {
  .m_heading__imgLeft_ttlMain-customize{
    padding: 0 30px;
  }
  .m_heading__imgLeft_ttlMain-vyond{
    font-size: 20px;
    padding: 0 20px;
  }
  .m_heading__imgLeft_ttlMain-motionComic{
    font-size: 22px;
    padding: 0 20px;
  }
}
/**********
こだわり動画
**********/
.m_vk__heading {
  margin-bottom: 15px;
}
.m_vk__ttl {
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.m_vk__ttl:before {
  content: "";
  background-image: url("../../img/dougahyakkaten/video_kodawari/icon_bottom-heading.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 32px;
  height: 26px;
  padding-right: 10px;
}
.m_vk__msgmain {
  font-weight: 500;
}
.m_vk__msgBullets {
  border-left: 5px solid #980416;
  padding: 5px 0;
}
.m_vk__msgBullet {
  list-style: none;
  padding-left: 10px;
  font-weight: bold;
}
.m_vk__msgBullet-attention{
  font-size: 14px;
  color: #A0A0A0;
  font-weight: normal;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .m_vk__msgBullet {
    padding-left: 1.5rem;
    text-indent: -1rem;
  }
}
@media screen and (max-width: 599px) {}





/*サービス内容・価格*/
.m_vk__price {
  margin-top: 15px;
}
.m_vk__priceheading_ttl {
  border: 1px solid #980416;
}
.m_vk__priceheading_ttlMain {
  font-size: 18px;
  font-weight: bold;
  color: #980416;
  padding-left: 20px;
}
.m_vk__priceheading_ttlSub {
  font-size: 14px;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  padding-left: 20px;
}
/*table start*/
.m_vk__priceTable {
  margin-top: 10px;
  margin-left: 20px;
}
.m_vk__priceTable_service {
  width: 100%;
}
.m_vk__priceTable_serviceTtl {
  display: flex;
  color: #fff;
}
.m_vk__priceTable_serviceCont {
  display: flex;
}
.m_vk__priceTable_optTtl_main-sp {
  display: none;
}
.m_vk__priceTable_numTtl_main, .m_vk__priceTable_optTtl_main, .m_vk__priceTable_priceTtl_main {
  background-color: #C24846;
  font-weight: 500;
}
.m_vk__priceTable_optCont, .m_vk__priceTable_priceCont_main {
  font-weight: 500;
}
.m_vk__priceTable_numTtl_main, .m_vk__priceTable_numCont_main {
  flex-basis: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.m_vk__priceTable_optTtl_main, .m_vk__priceTable_optCont {
  flex-basis: 663px;
}
.m_vk__priceTable_space {
  background-color: #fff;
  flex-basis: 3px
}
.m_vk__priceTable_priceCont_wrap{
  display: flex;
}
.m_vk__priceTable_priceTtl_main, .m_vk__priceTable_priceCont {
  display: flex;
  flex-basis: 254px;
}
.m_vk__priceTable_priceCont_main-sheet {
  display: flex;
  align-items: center;
}
.m_vk__priceTable_priceCont_main-sheet-case{}
/*table_border start*/
.m_vk__priceTable_numTtl_main {
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}
.m_vk__priceTable_optTtl_main, .m_vk__priceTable_priceTtl_main {
  border: 1px solid #333;
  border-bottom: none;
}
.m_vk__priceTable_numCont_main, .m_vk__priceTable_optCont, .m_vk__priceTable_priceCont {
  border: 1px solid #333;
  border-bottom-style: dotted;
  border-top: none;
}
.m_vk__priceTable_numCont_main {
  border-right: none;
}
.m_vk__priceTable_serviceCont:last-of-type .m_vk__priceTable_numCont_main, 
.m_vk__priceTable_serviceCont:last-of-type .m_vk__priceTable_optCont, 
.m_vk__priceTable_serviceCont:last-of-type .m_vk__priceTable_priceCont {
  border-bottom-style: solid;
}
/*table_border end*/
.m_vk__priceTable_optTtl_main, .m_vk__priceTable_optCont {
  padding: 5px 20px;
}
.m_vk__priceTable_priceTtl_main, .m_vk__priceTable_priceCont {
  padding: 5px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.m_vk__priceTable_numCont_main {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
.m_vk__priceTable_priceCont_sub {
  font-size: 14px;
  margin-top: -3px;
}
.m_vk__priceTable_optCont{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.m_vk__priceTable_optCont_main > br{
  display: none;  
}
.m_vk__priceTable_optCont_none{
  color: #4F81BD;
}
.m_vk__priceTable_optCont_have{
  color: #C24846;
}
.m_vk__priceTable_optCont_mainSpan {
  font-size: 14px;
  color: #A0A0A0;
  font-weight: 400;
}
.m_vk__priceTable_serviceCont:hover .m_vk__priceTable_numCont_main,
.m_vk__priceTable_serviceCont:hover .m_vk__priceTable_optCont,
.m_vk__priceTable_serviceCont:hover .m_vk__priceTable_priceCont {
  background-color: #F8ECEB;
}
.m_vk__priceTable_priceCont_main{
  display: flex;
  align-items: center;
}
.m_vk__priceTable_priceCont_main:before{
}
.m_vk__priceTable_priceCont_mainNum {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  min-width: 28px;
  display: inline-block;
  text-align: right;
  padding-right: 5px;
}
/*table end*/
.m_vk__priceAttention {
  margin-left: 20px;
  margin-top: 5px;
}
.m_vk__priceAttention_main {
  font-size: 14px;
  color: #A0A0A0;
  text-indent: -1rem;
  padding-left: 1rem;
}
.m_vk__priceAttention_main > br {
  dispaly: none;
}





@media screen and (max-width: 768px) {
  .m_vk__priceTable {
    margin-top: 5px;
    margin-left: 0px;
  }
  .m_vk__priceTable_space {
    flex-basis: 0px
  }
  .m_vk__priceTable_numTtl_main, .m_vk__priceTable_numCont_main{
    flex-basis: 20px;
    min-width: 20px;
  }
  .m_vk__priceTable_optCont_main > br{
    display: block;  
  }
  .m_vk__priceTable_optCont_mainSpan {
    display: block;
  }
  .m_vk__priceTable_optTtl_main{
    flex-basis: 100%;
  }
  .m_vk__priceTable_optTtl_main-sp {
    display: inline-block;
  }
  .m_vk__priceTable_priceCont{
    padding: 5px 5px;
  }
  .m_vk__priceAttention {
    margin-left: 0px;
  }
  .m_vk__priceAttention_main > br {
    display: block;
  }
  /*▼table-border u768*/
  .m_vk__priceTable_priceTtl_main {
    border-left: none;
    display: none;
  }
  .m_vk__priceTable_space {
    display: none;
  }
  .m_vk__priceTable_serviceCont {
    border-bottom: 1px dotted #333;
    justify-content: space-between;
  }
  .m_vk__priceTable_serviceCont:last-of-type {
    border-bottom: none;
  }
  .m_vk__priceTable_optCont {
    border-right: none;
    border-bottom: none;
    padding: 5px 5px;
  }
  .m_vk__priceTable_numCont_main{
     border-bottom: none;
  }
  .m_vk__priceTable_priceCont_wrap {
    justify-content:center;
  }
  .m_vk__priceTable_priceCont_main {
    border-left: none;
    border-bottom: none;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .m_vk__priceTable_priceCont_main-sheet{
    justify-content: center;
  }
  .m_vk__priceTable_priceCont{
    border-bottom:none;
  }
  .m_vk__priceTable_serviceCont:last-of-type .m_vk__priceTable_numCont_main,
  .m_vk__priceTable_serviceCont:last-of-type .m_vk__priceTable_optCont,
  .m_vk__priceTable_serviceCont:last-of-type .m_vk__priceTable_priceCont{
    border-bottom: 1px solid #333;
  }
  /*▲table_border u768*/
}
@media screen and (max-width: 599px) {
  .m_vk__priceTable_priceCont_wrap{
    display: block;
  }
  .m_vk__priceTable_priceCont_main-sheet{
    margin-top: -5px;
    padding-left: 24px;
  }
  .m_vk__priceTable_priceCont_main-sheet-case{
    padding-left: 8px;
  }
}




/*動画サンプル*/
.m_vk__sampleMsg{
}
.m_vk__sampleMsg_main{
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .m_vk__sampleYoutube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .m_vk__sampleYoutube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}
/*制作フロー*/
.m_vk__flowTable {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.m_vk__flowTable_item {
  width: 33.333%;
  position: relative;
}

.m_vk__flowTable_item:before {
  content: "";
  height: 87%;
  width: 1px;
  bottom: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #333;
}
.m_vk__flowTable-roleplay .m_vk__flowTable_item:before{
  height: 93%;
}
.m_vk__flowTable_item:after {
  content: "";
  display: inline-block;
  position: absolute;
  border: 18px solid transparent;
  border-left-color: #333;
  right: -28px;
  top: 50%;
}
.m_vk__flowTable_item:last-of-type:before, .m_vk__flowTable_item:last-of-type:after {
  content: none;
}
.m_vk__flowTable_itemTtl {
  margin-bottom: 5px;
}
.m_vk__flowTable_itemTtl, .m_vk__flowTable_itemCont {
  margin-left: 10px;
  margin-right: 10px;
}
.m_vk__flowTable_item:first-of-type .m_vk__flowTable_itemTtl, .m_vk__flowTable_item:first-of-type .m_vk__flowTable_itemCont {
  margin-left: 0;
}
.m_vk__flowTable_item:nth-of-type(3) .m_vk__flowTable_itemTtl, .m_vk__flowTable_item:nth-of-type(3) .m_vk__flowTable_itemCont {
  margin-right: 0;
}
.m_vk__flowTable_itemTtl_main {
  font-size: 18px;
  font-weight: bold;
  color: #980416;
}
.m_vk__flowTable_itemCont {
  border-top: 5px solid #C24846;
  position: relative;
}
.m_vk__flowTable_itemCont_bulletsMain {
  font-weight: 500;
  list-style: none;
  padding-left: 1rem;
  text-indent: -1rem;
}
.m_vk__flowTable_itemCont_bulletsMain_attention{
  font-size: 14px;
  color: #A0A0A0;
  font-weight: 400;
}
.m_vk__flowTable_itemCont_ttl {
  background-color: #F9ECEC;
}
.m_vk__flowTable_itemCont_ttlMain {
  font-weight: bold;
}
.m_vk__flowTable_itemCont_ttlMain, .m_vk__flowTable_itemCont_bulletsMain {
  margin: 0px 0 5px 10px;
}
.vk__flowAttention {
  margin-top: 5px;
}
.m_vk__flowAttention_main {
  font-size: 14px;
  color: #A0A0A0;
  text-indent: -1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .m_vk__flowTable {
    display: block;
  }
  .m_vk__flowTable_item {
    padding-bottom: 30px;
  }
  .m_vk__flowTable_item + .m_vk__flowTable_item {
    margin-top: 20px;
  }
  .m_vk__flowTable_item:last-of-type {
    padding-bottom: 0;
  }
  .m_vk__flowTable_item:before {
    content: "";
    height: 1px;
    width: 100%;
    bottom: 0;
    right: 0;
    position: absolute;
    display: inline-block;
    background-color: #333;
  }
  .m_vk__flowTable-roleplay .m_vk__flowTable_item:before{
    height: 1px;
  }
  .m_vk__flowTable_item:after {
    content: "";
    display: inline-block;
    position: absolute;
    border: 18px solid transparent;
    border-left-color: transparent;
    border-top-color: #333;
    right: 50%;
    transform: translateX(50%);
    top: auto;
    bottom: -25px;
  }
  .m_vk__flowTable_item {
    width: 100%;
  }
  .m_vk__flowTable_itemTtl, .m_vk__flowTable_itemCont {
    margin-left: 0;
    margin-right: 0;
  }
  .m_vk__flowTable_itemCont_bulletsMain {
    margin: 5px 0 5px 10px;
  }
}
/*無料カウンセリング*/
.m_vk__contact-free {
  width: 880px;
  margin: 40px auto 50px auto;
}
.m_vk__contact-free .m_vk__contactWrap {
  border: 2px solid #980416;
  border-radius: 6px;
  box-shadow: 5px 5px #980416;
  padding: 10px 20px;
  box-sizing: border-box;
  margin-right: 5px;
}
.m_vk__contactTtl {
  border-bottom: 2px solid #980416;
  padding-bottom: 5px;
}
.m_vk__contactTtl_main {
  font-size: 22px;
  font-weight: bold;
  color: #980416;
}
.m_vk__contactMsg {
  margin: 10px 10px 0px 10px;
}
.m_vk__contactMsg_main {
  font-size: 16px;
  font-weight: 500;
}
.m_vk__contactLink {
  display: flex;
  align-items: stretch;
  justify-content: center;
  font-size: 24px;
  margin: 20px auto 10px auto;
  width: 50%;
  height: 2.5em;
}
.m_vk__contactLink-voice{
  margin-top: 30px;
}
.m_vk__contactLink_target {
  color: #fff;
  background: #5a4705;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.m_vk__contactLink_target:hover {
  opacity: .8;
  transition: .3s;
}
.m_vk__contactSub {
  text-align: center;
}
.m_vk__contactSub_main {
  text-align: left;
  font-size: 14px;
  color: #A0A0A0;
  display: inline-block;
  padding-left: 1rem;
  text-indent: -1rem;
}
@media screen and (max-width: 768px) {
  .m_vk__contact-free {
    width: 100%;
  }
  .m_vk__contact-free .m_vk__contactWrap {
    padding: 10px;
  }
  .m_vk__contactTtl_main {
    font-size: 20px;
  }
  .m_vk__contactMsg {
    margin: 10px;
  }
  .m_vk__contactLink {
    width: 100%;
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .m_vk__contactTtl_main {
    font-size: 19px;
  }
}
/*事例・お客様の声*/
.m_vk__voice {
  width: 70%;
  margin: 20px 30px;
}
.m_vk__voiceCont {
  display: flex;
  align-items: center;
}
.m_vk__voiceCont-motionComic{
  margin-top: 10px;
}
#vk__voice .m_vk__msgBullets {
  margin: 10px 0;
}
.m_vk__voiceCont_img{
  min-width: 68px;
}
.m_vk__voiceCont_imgMain {
  vertical-align: bottom;
}
.m_vk__voiceCont_msg {
  position: relative;
  border: 1px solid #980416;
  box-shadow: 3px 3px #980416;
  margin-left: 30px;
  font-weight: 500;
}
.m_vk__voiceCont_msgShadow:before {
  content: '';
  display: inline-block;
  width: 0px;
  height: 0px;
  transform: translateY(-50%);
  position: absolute;
  left: -25px;
  top: 58%;
  border: 7px solid transparent;
  border-right-width: 25px;
  border-right-color: #980416;
}
.m_vk__voiceCont_msgBorder:before, .m_vk__voiceCont_msgBorder:after {
  content: '';
  width: 0px;
  height: 0px;
  transform: translateY(-50%);
  position: absolute;
  left: -33px;
  top: 50%;
  border: 7px solid transparent;
  border-right-width: 25px;
  border-right-color: #980416;
}
.m_vk__voiceCont_msgBorder:after {
  border-right-color: #fff;
  left: -30px;
}
.m_vk__voiceCont_msgMain {
  padding: 10px 30px;
}
.m_vk__voiceCont_msgMain:before {
  content: "";
  width: 10px;
  height: 100%;
  background-color: #fff;
  display: inline-block;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
}
.m_vk__voiceCont-reverse.m_vk__voiceCont {
  flex-direction: row-reverse
}
.m_vk__voiceCont-reverse .m_vk__voiceCont_msg {
  margin-right: 30px;
}
.m_vk__voiceCont-reverse .m_vk__voiceCont_msgShadow:before {
  content: '';
  right: -35px;
  left: auto;
  top: 56%;
  border: 7px solid transparent;
  border-left-width: 25px;
  border-left-color: #980416;
}
.m_vk__voiceCont-reverse .m_vk__voiceCont_msgBorder:before, .m_vk__voiceCont-reverse .m_vk__voiceCont_msgBorder:after {
  content: '';
  width: 0px;
  height: 0px;
  transform: translateY(-50%);
  position: absolute;
  left: auto;
  right: -33px;
  top: 50%;
  border: 7px solid transparent;
  border-left-width: 25px;
  border-left-color: #980416;
}
.m_vk__voiceCont-reverse .m_vk__voiceCont_msgBorder:after {
  border-left-color: #fff;
  right: -30px;
  left: auto;
}
@media screen and (max-width: 768px) {
  .m_vk__voice {
    width: 100%;
    margin: 20px 0;
  }
  .m_vk__voiceCont + .m_vk__voiceCont {
    margin-top: 10px;
  }
  .m_vk__voiceCont-reverse .m_vk__voiceCont_msg {
    margin-left: 0;
  }
  .m_vk__voiceCont_msgMain {
    padding: 10px;
    font-size: 14px;
  }
}
/*関連サービス*/
.m_vk__msgBullet_link {
  color: #333333;
  text-decoration: underline;
  font-weight: 500;
}
.m_vk__msgBullet_link:hover {
  opacity: 0.6;
  transition: .3s;
}
.m_vk__msgBullet_link-bold{
  color: #333333;
  text-decoration: underline;
  font-weight: bold;
}
.m_vk__msgBullet_link-bold:hover {
  opacity: 0.6;
  transition: .3s;
}
.fa-external-link-alt {
  font-size: 13px;
  margin-left: 5px;
}
.m_vk__contact-footer {
  margin: 40px auto;
}
.m_vk__contactLink-toTop.m_vk__contactLink {}
.m_vk__contactLink_target-toTop.m_vk__contactLink_target {
  color: #333;
  background: #fff;
  border: 1px solid #333;
}
.m_vk__contactLink_target-toTop.m_vk__contactLink_target:hover {
  opacity: 0.5;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  .fa-external-link-alt {
    margin-left: 1.2rem;
  }
}
/**********
utility
**********/
/*横幅*/
.u_col1{width:8.333%;}
.u_col2{width:16.667%;}
.u_col3{width:25%;}
.u_col4{width:33.333%;}
.u_col5{width:41.666%;}
.u_col6{width:50%;}
.u_col7{width:58.333%;}
.u_col8{width:66.666%;}
.u_col9{width:75%;}
.u_col10{width:83.33%;}
.u_col11{width:91.666%;}
.u_col12{width:100%;}
@media screen and (max-width:768px){
  .u_resMdCol1{width:8.333%;}
  .u_resMdCol2{width:16.667%;}
  .u_resMdCol3{width:25%;}
  .u_resMdCol4{width:33.333%;}
  .u_resMdCol5{width:41.666%;}
  .u_resMdCol6{width:50%;}
  .u_resMdCol7{width:58.333%;}
  .u_resMdCol8{width:66.666%;}
  .u_resMdCol9{width:75%;}
  .u_resMdCol10{width:83.33%;}
  .u_resMdCol11{width:91.666%;}
  .u_resMdCol12{width:100%;}
  .u_resMdHide{display: none;}
  .u_resMdInline{display: inline;}
  .u_resMdUnset{display: unset;}
  .m_original_movie__body{
    flex-direction: column-reverse;
  }
  .m_original_movie__movie{
    padding-left: 0px;
    margin-top: 20px;
  }
  .m_original_movie__pattern + .m_original_movie__pattern{
    margin-left: unset;
  }
  .m_original_movie__msgWrap{
    width: auto;
  }

}
@media screen and (max-width:599px){
  .u_resSmCol1{width:8.333%;}
  .u_resSmCol2{width:16.667%;}
  .u_resSmCol3{width:25%;}
  .u_resSmCol4{width:33.333%;}
  .u_resSmCol5{width:41.666%;}
  .u_resSmCol6{width:50%;}
  .u_resSmCol7{width:58.333%;}
  .u_resSmCol8{width:66.666%;}
  .u_resSmCol9{width:75%;}
  .u_resSmCol10{width:83.33%;}
  .u_resSmCol11{width:91.666%;}
  .u_resSmCol12{width:100%;}
  .u_resSmHide{display: none;}
  .u_resSmInline{display: inline;}
  .m_original_movie__body{
    flex-direction: column-reverse;
  }
  .m_original_movie__movie{
    padding-left: 0px;
    margin-top: 20px;
  }
  .m_original_movie__pattern + .m_original_movie__pattern{
    margin-left: unset;
  }
}

/* 間隙 */
.u_mr10{
  margin-right: 10px;
}
.u_mb16{
  margin-bottom: 16px;
}

.m0{ margin:0px !important; }
.m5{ margin:5px !important; }
.m10{ margin:10px !important; }
.m15{ margin:15px !important; }
.m20{ margin:20px !important; }
.m25{ margin:25px !important; }
.m30{ margin:30px !important; }
.m35{ margin:35px !important; }
.m40{ margin:40px !important; }
.m45{ margin:45px !important; }
.m50{ margin:50px !important; }

.mt0{ margin-top:0px !important; }
.mt5{ margin-top:5px !important; }
.mt10{ margin-top:10px !important; }
.mt15{ margin-top:15px !important; }
.mt20{ margin-top:20px !important; }
.mt25{ margin-top:25px !important; }
.mt30{margin-top:30px !important;}
.mt35{ margin-top:35px !important; }
.mt40{ margin-top:40px !important; }
.mt45{ margin-top:45px !important; }
.mt50{ margin-top:50px !important; }

.ml0{ margin-left:0px !important; }
.ml1{ margin-left:1px !important; }
.ml5{ margin-left:5px !important; }
.ml10{ margin-left:10px !important; }
.ml15{ margin-left:15px !important; }
.ml20{ margin-left:20px !important; }
.ml25{ margin-left:25px !important; }
.ml30{ margin-left:30px !important; }
.ml35{ margin-left:35px !important; }
.ml40{ margin-left:40px !important; }
.ml45{ margin-left:45px !important; }
.ml50{ margin-left:50px !important; }
.ml55{ margin-left:55px !important; }
.ml60{ margin-left:60px !important; }

.mr0{ margin-right:0px !important; }
.mr3{ margin-right:3px !important; }
.mr5{ margin-right:5px !important; }
.mr10{ margin-right:10px !important; }
.mr15{ margin-right:15px !important; }
.mr20{ margin-right:20px !important; }
.mr25{ margin-right:25px !important; }
.mr30{ margin-right:30px !important; }
.mr35{ margin-right:35px !important; }
.mr40{ margin-right:40px !important; }
.mr45{ margin-right:45px !important; }
.mr50{ margin-right:50px !important; }

.mb0{ margin-bottom:0px !important; }
.mb5{ margin-bottom:5px !important; }
.mb10{ margin-bottom:10px !important; }
.mb15{ margin-bottom:15px !important; }
.mb20{ margin-bottom:20px !important; }
.mb25{ margin-bottom:25px !important; }
.mb30{ margin-bottom:30px !important; }
.mb35{ margin-bottom:35px !important; }
.mb40{ margin-bottom:40px !important; }
.mb45{ margin-bottom:45px !important; }
.mb50{ margin-bottom:50px !important; }

/* 要素を出す/隠す */
.u_hide{
  display: none !important;
}
@media screen and (max-width:599px){
  .u_resSmHide{
    display: none !important;
  }
  .u_resSmInline{
    display: inline !important;
  }
}

/* 左右寄せ */
.u_fr{
  float: right;
}

.u_fl{
  float: left;
}



/* アニメーションページ用css */

/* 汎用 */
.u_fz13 {
  font-size: 13px !important;
}
.u_fz14 {
  font-size: 14px !important;
}
.u_fz15 {
  font-size: 15px !important;
}
.u_fz28 {
  font-size: 28px !important;
}

/*    Modal
=====================================================*/
.g_modal {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999;
}
.js_modal_open {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

.g_modal_bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}

.g_modal_content {
  position: fixed;
  width: 80%;
  /* max-height: 77%; */
  height: auto;
  aspect-ratio: 560/315;
  /* max-width: 110.4rem; */
  top: 50%;
  left: 50%;
  padding: 86px 24px 27px;
  background-color: var(--color-reverse);
  transform: translate(-50%, -50%);
  /* border-radius: 10px; */
  /* overflow-y: auto; */
  background-color: #fff;
}

.modal_close_btn {
  position: fixed;
  top: 20px;
  right: 18px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: none;
  cursor: pointer;
}

/* 共通 */
.modal_close_btn::before,
.modal_close_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;        /* 線の長さ */
  height: 4px;        /* 線の太さ */
  background-color: #000;
  transform-origin: center;
}

/* 斜め1本目 */
.modal_close_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* 斜め2本目 */
.modal_close_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/*-- Scroll prevent --*/
.u_scrollPrevent {
  overflow: hidden;
}

@media (max-width: 896px) {
  .g_modal_content {
    padding:40px 10px 10px;
  }
  .g_modal_content {
    width: 90%;
  }
  .modal_close_btn {
    top: 0px;
    right: 8px;
  }
}



/* MV */
/* .kodawari_m_heading__imgRight_main {
    vertical-align: bottom;
    max-width: 480px;
    aspect-ratio: 16/10;
} */

.m_heading__img_wide img {
  width: 100%;
  display: block;
  line-height: 0;
}

/* アンカーリンク */
.l_nav__animation_list {
  margin-top: 10px;
}
.l_nav__animation_item {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  margin-top: 2px;
  background-color: #eee;
  transition: .3s;
  position: relative;
}
.l_nav__animation_item::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;

  background-color: #333;
  mask-image: url("../../img/dougahyakkaten/video_kodawari/icon_kodawari_arrow_down.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}

.l_nav__animation_item:hover::after {
  background-color: #fff;
  transition: .3s;
}
.l_nav__animation_item.l_nav__item + .l_nav__animation_item.l_nav__item {
    border-right: 1px solid #fff;
}
.m_heading__nav_ttl_br_sm {
  display: none;
}

/*こだわり動画制作『アニメーション』とは？*/
.icon_person::before {
  background-image: url("../../img/dougahyakkaten/video_kodawari/icon_kodawari_person.svg");
}

/* このような課題をお持ちの方へ */
.icon_cloud::before {
  background-image: url("../../img/dougahyakkaten/video_kodawari/icon_kodawari_cloud.svg");
}
#vk__issue .issue_list {
  gap: 8px;
}
#vk__issue .issue_item {
  font-size: 15px;
  border-radius: 5px;
  background: #FFF0F2;
  display: flex;
  width: auto;
  padding: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: none;

  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
}

/* アニメーション　サービス内容・価格 */
.icon_inspiration::before {
  background-image: url("../../img/dougahyakkaten/video_kodawari/icon_kodawari_inspiration.svg");
}
.m_vk__animation_service_wrap {
  border-radius: 8px;
  border-top: 2px solid#980416;
  border-right: 2px solid#980416;
  border-left: 2px solid#980416;
  background: #F9F9F9;

  padding: 35px 25px 25px 25px;
  margin-top: 45px;

  position: relative;
}
.m_vk__animation_service {
  display: flex;
  gap: 8px;
}

.m_vk__animation_service_ttl {
  position: absolute;
  left: 50%;
  top: -17px;
  background: #F9F9F9;
  transform: translateX(-50%);
  padding: 0 31px;
  color:#980416;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  background: linear-gradient(
    to bottom,
    #fff 0%,
    #fff 50%,
    #F9F9F9 50%,
    #F9F9F9 100%
  );
}
.m_vk__animation_service_ttl::before {
  content: "";
  width: 14.281px;
  height: 31.046px;
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;

  /* background-color: #333; */
  background-image: url("../../img/dougahyakkaten/video_kodawari/icon_kodawari_service_ttl_left.svg");
}
.m_vk__animation_service_ttl::after {
  content: "";
  width: 14.281px;
  height: 31.046px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;

  /* background-color: #333; */
  background-image: url("../../img/dougahyakkaten/video_kodawari/icon_kodawari_service_ttl_right.svg");
}
.m_vk__animation_service_ttl_br_md {
  display: none;
}
.m_vk__animation_service__inr_left {
  border-radius: 8px;
  border: 2px solid #616161;
  /* max-width: 403.23px; */
  width: 100%;
  padding-bottom: 102px;
  position: relative;
}
.m_vk__animation_service__inr_left::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  /* left: 25px; */
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -1px;
  right: 30.25px;
  background-image: url("../../img/dougahyakkaten/video_kodawari/icon_kodawari_speaker_icon_gray.svg");
}
.m_vk__animation_service__inr_left_ttl {
  color: #FFF;
  /* font-family: "Noto Sans CJK JP"; */
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* border-radius: 8px 8px 0 0; */
  background: #616161;
  text-align: center;
  padding: 15px 0;
}
.m_vk__animation_service__inr_left figure img,
.m_vk__animation_service__inr_right figure img {
  width: 100%;
  padding: 24px 24px;
  display: block;
  line-height: 0;
  max-width: 367px;
  margin: 0 auto;
}
.m_vk__animation_service__inr_right {
  border-radius: 8px;
  border: 2px solid #A11F24;
  /* max-width: 403.23px; */
  width: 100%;
  padding-bottom: 30px;
  position: relative;
}
.m_vk__animation_service__inr_right::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    /* left: 25px; */
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -1px;
    right: 30.25px;
    background-image: url("../../img/dougahyakkaten/video_kodawari/icon_kodawari_speaker_icon_red.svg");
}
.m_vk__animation_service__inr_right_ttl {
  color: #FFF;
  /* font-family: "Noto Sans CJK JP"; */
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* border-radius: 8px 8px 0 0; */
  background:#A11F24;
  text-align: center;
  padding: 15px 0;
}
.m_vk__animation_service_inr_triangle {
  display: flex;
  align-items: center;
}
.m_vk__animation_service__inr_txt {
  color: #000;
  /* font-family: "Noto Sans CJK JP"; */
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  padding: 0px 24px;
}
.m_vk__animation_service__inr_left_txt,
.m_vk__animation_service__inr_right_txt {
  padding-left: 49px;
  position: relative;
}
.m_vk__animation_service__inr_left_txt::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 16px;
  left: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 4px;
  background-image: url("../../img/dougahyakkaten/video_kodawari/icon_kodawari_spinning_stars.svg");
}
.m_vk__animation_service__inr_right_txt::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 10px;
  left: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 8px;
  background-image: url("../../img/dougahyakkaten/video_kodawari/icon_kodawari_check.svg");
}
.m_vk__animation_service__inr_txt + .m_vk__animation_service__inr_txt {
  margin-top: 10px;
}
.m_vk__animation_service__inr_txt span {
  font-weight: 700;
}


.m_vk__animation_sample_wrap {
  border-radius: 8px;
  border-bottom: 2px solid#980416;
  border-right: 2px solid#980416;
  border-left: 2px solid#980416;
  background: #ffffff;
  padding: 45px 25px 25px 25px;
  position: relative;
}
.m_vk__animation_sample_ttl_wrap {
  max-width: 750px;
  margin: 0 auto;
}
.m_vk__animation_sample_ttl_wrap p {
  width: fit-content;
}
.m_vk__animation_sample_ttl {
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    padding: 0 31px;
    color: #980416;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%;
    padding-left: 40px;
}
.m_vk__animation_sample_ttl::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s;
  /* background-color: #333; */
  background-image: url("../../img/dougahyakkaten/video_kodawari/icon_kodawari_movie_icon.svg");
}

.m_vk__animation_sample {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.m_vk__animation_sample_item {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.m_vk__animation_sample_item__01 {
  border-right: 1px solid #e1e1e1;
  padding-right: 24px;
}

.m_vk__animation_sample_item__02 {
  border-right: 1px solid #e1e1e1;
  padding:0 24px;
}

.m_vk__animation_sample_item__03 {
  padding-left: 24px;
}

.m_vk__animation_sample_item figure,
.m_vk__animation_sample_example_item figure {
  margin-top: 20px;
}

.m_vk__animation_sample_item figure img,
.m_vk__animation_sample_example_item figure img {
  width: calc((970px - 150px) / 3);
  display: block;
  line-height: 0;
}

.m_vk__animation_sample_item_modal {
  width: 100%;
  height: 100%;
}

.m_vk__animation_sample_item_modal iframe {
  width: 100%;
  height: 100%;
}
.m_vk__animation_sample_item_ttl {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  border-radius: 999px;
  background: #A11F24;
  padding: 9px 15px;
  width: fit-content;
  margin: 0 auto;
}

.m_vk__animation_sample_item_txt {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.60;
  margin-top: 15px;
  /* padding: 0 11px; */
}

.m_vk__animation_sample_item_value_wrap {
  border-radius: 2px;
  border: 1px solid #980416;
  background: #FFF;
  padding: 9px 16px 10px 16px;
  margin: 15px 11px 0px;
}

.m_vk__animation_sample_item_value_txt {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  border-radius: 999px;
  background: #980416;
  padding: 0 8px;
  width: fit-content;
  margin: 0 auto;
}
.m_vk__animation_sample_item_value {
  color: #980416;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  margin-top: 8px;
}

.m_vk__animation_sample_example {
  border-top: 1px solid #000;
  position: relative;
  margin-top:40px;
}

.m_vk__animation_sample_example_ttl {
  position: absolute;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
  padding: 0 24px;
  color: #000;
  background-color: #fff;
  font-family: "Noto Sans CJK JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.m_vk__animation_sample_example .m_vk__animation_sample_item_ttl {
  border: 1.5px solid #980416;
  color:#980416;
  background-color: #fff;
}

.m_vk__animation_sample_example .m_vk__animation_sample_example_item {
    margin-top: 40px;
}

.m_vk__animation_sample_example_item {
  margin-top: 24px;
}

#vk__variation .m_vk__contact-free .m_vk__contactWrap {
    max-width: 483px;
    padding: 15px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

#vk__variation .m_vk__contactLink_target {
    color: #fff;
    background: #5a4705;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 56px;
}

#vk__variation .m_vk__contactLink {
  width: fit-content;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin: 12px 40px 12px;
}
#vk__variation .m_vk__contact-free {
  width: 880px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

@media (max-width:768px) {
  /* アンカーリンク */
  .l_nav__animation_list {
    margin-top: 0px;
  }
  .l_nav__animation_item {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    margin-top: 10px;
    background-color: #eee;
    transition: .3s;
    position: relative;
  }
  .l_nav__animation_item .m_heading__nav_ttl {
    padding-right: 20px;
  }
  .l_nav__animation_item::after {
    right: 6px;
  }
  /* このような課題をお持ちの方へ */
  #vk__issue .issue_item {
    width: 100%;
    padding: 15px;
  }
  #vk__issue .issue_list {
    width: 100%;
  }
  /* サービス内容・価格 */
  .m_vk__animation_service_wrap {
    padding: 50px 25px 25px 25px;
  }
  .m_vk__animation_service_ttl {
    top: -30px;
    width: 310px;
    text-align: center;
    line-height: 150%;
    padding: 0 16px;
  }
  .m_vk__animation_service_ttl::before {
    top: 44px;
    left: 12px;
  }
  .m_vk__animation_service_ttl::after {
    top: 44px;
    right: 20px;
  }
  .m_vk__animation_service_ttl_br_md {
    display: block;
  }
  .m_vk__animation_service {
    display: flex;
    flex-direction: column;
    gap:0px;
  }
  .m_vk__animation_service__inr_left figure img, 
  .m_vk__animation_service__inr_right figure img {
    width: 100%;
    max-width: 100%;
}
  .m_vk__animation_service_inr_triangle {
    align-items: center;
    justify-content: center;
  }
  .m_vk__animation_service_inr_triangle figure {
    transform: rotate(90deg); 
    display: block;
    line-height: 0;
  }

  .m_vk__animation_sample_wrap {
    padding: 110px 25px 25px 25px;
  }
  .m_vk__animation_service__inr_right {
    padding-bottom: 60px;
  }
  /* .m_vk__animation_sample_ttl {
    top: 10px;
    width: 425px;

    line-height: 150%;
  } */
  .m_vk__animation_sample_ttl {
    width: 300px;
    padding-top: 32px;
    padding-left: 0px;
    line-height: 150%;
    text-align: center;
    padding-right: 0px;
  }
  .m_vk__animation_sample_ttl::before {
    left: 50%;
    transform: translateX(-50%);
    top: -4px;
  }
  .m_vk__animation_sample {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .m_vk__animation_sample_item figure img,
  .m_vk__animation_sample_example_item figure img {
    width: 100%;
    display: block;
    line-height: 0;
  }
  .m_vk__animation_sample_item__01 {
    border-right: none;
    padding: 0px;
  }
  .m_vk__animation_sample_item__02 {
    border-right: none;
    padding: 0px;
  }
  .m_vk__animation_sample_item__03 {
    border-right: none;
    padding: 0px;
  }
  .m_vk__animation_sample_item {
    margin-top: 40px;
  }
  .m_vk__animation_sample_item .js_modal_open {
    width: 100%;
  }
  .m_vk__animation_sample_item + .m_vk__animation_sample_item,
  .m_vk__animation_sample_example_item + .m_vk__animation_sample_example_item {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #E1E1E1;
  }
  .m_vk__animation_sample_example {
    border-top: 1px solid #000;
    position: relative;
    margin-top: 50px;
  }
  #vk__variation .m_vk__contact-free {
    width: 100%;
  }
  #vk__variation .m_vk__contact-free .m_vk__contactWrap {
    width: 100%;
    max-width: 100%;
    padding: 15px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }
  #vk__variation .m_vk__contactLink_target {
    padding: 0px;
  }
  #vk__variation .m_vk__contactLink {
    margin: 12px 6px 6px;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .m_heading__nav_ttl_br_sm {
    display: block;
  }
  .l_nav__animation_item .m_heading__nav_ttl {
    padding: 8px 20px 8px 8px;
    height: 50px;
    line-height: 120%;
  }
  .m_vk__animation_service_ttl {
    width: 280px;
    top: -28px;
  }
  .m_vk__animation_service_ttl::before {
    top: 44px;
    left: 2px;
  }
  .m_vk__animation_service_ttl::after {
    top: 44px;
    right: 6px;
  }
}