<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 &gt; .l_section__item + .l_section__item {
  margin-top: 35px;
}
.l_section--secondary &gt; .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 &gt; 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 &gt; 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 &gt; 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 &gt; 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 &gt; 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 &gt; 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;
}

</pre></body></html>