@charset "UTF-8";

/* common 
-------------------------------------------------------------*/
* { box-sizing: border-box; }

body {
  font-size: 14px;
  line-height: 150%;
}

.pc { display: block; }
.sp { display: none; }

a {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a:hover {
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

/* wrapper 
-------------------------------------------------------------*/
#wrapper {
  border-top: none;
  position: relative;
}



/* footer
-------------------------------------------------------------*/
#footer_wrap {
  margin: 0 auto;
  width: 100%;
  background: #000;
  overflow: hidden;
}

#footer {
  font-family: 'Montserrat', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'メイリオ', Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  color: #fff;
  margin: 0 auto;
  padding: 40px 0;
  max-width: 1150px;
  overflow: hidden;
}

.f_info {
  font-size: 12px;
  /*width: 570px;*/
  width: auto;
  float: left;
}

.f_info .f_logo {
  margin-right: 40px;
  float: left;
}

.f_contact {
  font-family: 'Montserrat', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'メイリオ', Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 0.1em;
  width: 555px;
  float: right;
}

.f_contact li {
  font-size: 18px;
  padding: 0 0 10px;
  width: 33%;
  float: left;
}

.f_contact li span {
  border-radius: 3px;
  font-family: 'Montserrat', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'メイリオ', Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px!important;
  margin-bottom: 5px;
  padding: 2px 15px;
  display: inline-block;
  background: #434343;
}

.f_contact span.dirname {
  font-family: 'Montserrat', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'メイリオ', Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
  display: block;
}

#f_badge {
  padding: 40px 0 0;
  width: 100%;
  clear: both;
}

#f_badge li {
  padding: 0 -10px 0 15px;
  display: inline-block;
}

#f_network #f_badge li a {
  padding: 0;
  background: none;
}

#f_badge li img { vertical-align: middle; }

#f_badge li:last-child img {
  margin-top: -2px;
  padding: 2px;
  width: 40px;
  height: 40px;
  background: #fff;
}

/* footer // sub navi */
#f_subnav_wrap {
  width: 100%;
  background: #fff;
}

#f_subnav_wrap #f_subna {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 1150px;
}

#f_subnav_wrap #f_subna ul { float: left; }

#f_subnav_wrap #f_subna ul li {
  font-size: 12px;
  line-height: 1.2;
  margin: 0 0 0 15px;
  padding: 0 15px 0 0;
  border-right: 1px solid #666;
  display: inline-block;
}

#f_subnav_wrap #f_subna ul li:last-child { border-right: 0; }

#f_subnav_wrap #f_subna .copyright {
  font-family: 'Montserrat', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'メイリオ', Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 10px;
  float: right;
}

/* mainimage
-------------------------------------------------------------*/
#mainimg {
  margin: 0 auto;
  width: 100%;
  height: 470px;
  background: url(../../img/bg_main_t.png) repeat center top #f4f42b;
  overflow: hidden;
  position: relative;
}

/*#mainimg img {
  margin-left: -750px;
  width: 1500px;
  left: 50%;
  bottom: 0;
  position: absolute;
}*/

#mainimg h1 {
  font-size: 36px;
  text-align: center;
  width: 100%;
  top: 200px;
  position: absolute;
}

#mainimg h1 span {
  font-size: 58px;
  letter-spacing: 0.1em;
  padding: 0 10px;
}

.disp_anime {
  -webkit-animation-duration: 5s;
  -ms-animation-duration:  5s;
  animation-duration: 5s;
}

.kvanime {
  -webkit-transform: translateX(-50%); /* Safari用 */
  transform: translateX(-50%);
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 470px;
  min-width: 1500px;
  top: 0;
  left: 50%;
  position: absolute;
}

.kvanime svg {
  top: 200px;
  position: relative;
}

.kvanime_path {
  stroke: #000;
  fill: none;
  stroke-width: 1;
  stroke-dasharray: 2000;
  stroke-dashoffset: -2000;
  -webkit-animation: DASH 6s 0s forwards;
  animation: DASH 6s 0s forwards;

}

@keyframes DASH {
  0% { stroke-dashoffset: -1500; }
100% { stroke-dashoffset: 0; }

}

@-moz-keyframes DASH {
  0% { stroke-dashoffset: -1500; }
100% { stroke-dashoffset: 0; }

}

@-webkit-keyframes DASH {
  0% { stroke-dashoffset: -1500; }
100% { stroke-dashoffset: 0; }

}

.kvanime_path2 {
  stroke: #000;
  fill: none;
  stroke-width: 1;
  stroke-dasharray: 3000;
  stroke-dashoffset: 0;
  -webkit-animation: DASH2 5s 0s forwards;
  animation: DASH2 5s 0s forwards;
}

@keyframes DASH2 {
  0% { stroke-dashoffset: 3000; }
100% { stroke-dashoffset: 0; }

}

@-moz-keyframes DASH2 {
  0% { stroke-dashoffset: 3000; }
100% { stroke-dashoffset: 0; }

}

@-webkit-keyframes DASH2 {
  0% { stroke-dashoffset: 3000; }
100% { stroke-dashoffset: 0; }

}
/* contents
-------------------------------------------------------------*/
.container {
  margin: 0 auto;
  padding: 80px 0 100px 0;
  width: 100%;
  background: url(../../img/bg_main_g.png) repeat center top #f1f1f1;
}

.st {
  font-family: 'Montserrat', Arial, Helvetica, Verdana, sans-serif;
  font-size: 38px;
  font-weight: normal;
  text-align: center;
}
.st span {
  font-size: 34px;
  margin: 0 0.3em;
}

.st_copy {
  text-align: center;
  padding-top: 30px;
}

/* DIGITAL MARKETING PRODUCTS */
.top_product {
  margin: 0 auto;
width:100%;
  max-width: 1150px;
}

.top_product a img:hover { opacity: 1; }

.product_b01 {
  margin: 40px 0 0 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.product_b01 li {
  width: 48%;
  float: left;
}

.product_b02 {
  margin: 0;
  width: 100%;
}

.product_b02 li {
  width: 100%;
  float: left;
}

.product_b03 {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.product_b03 li {
  width: 24%;
  float: left;
}

.product_b01 li img, .product_b02 li img, .product_b03 li img { width: 100%; }


/* video_block */

.video_box {
    width: 770px;
    position: relative;
    margin: 0 auto 80px;
}
.video_box .video {
    width: 770px;
    height: auto;
    z-index: 1;
}

.video_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    transition: all 0.5s linear;
}

#vid_overlay.hide {
    opacity: 0;
    z-index: -1;
}
.video_box #play {
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.video_box:hover #play svg circle {
    fill: #df5600;
    transition: all 0.6s ease;
}


/* link */
.top_product .product_b01 li a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
display:block;
}

.top_product .product_b02 li a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
display:block;
}

.top_product .product_b03 li a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
display:block;
}

.top_product .product_b01 li a .caption, .top_product .product_b02 li a .caption, .top_product .product_b03 li a .caption {
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-align: center;
  width: 90%;
  top: 50%;
  left: 50%;
  position: absolute;
}

.top_product .product_b01 li a .mask, .top_product .product_b02 li a .mask, .top_product .product_b03 li a .mask {
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 100%;
  height: 100%;
  top: -100px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
}

.top_product .product_b01 li a:hover .mask {
  opacity: 1;
  height: 100%;
  top: 0;
}

.top_product .product_b02 li a:hover .mask {
  opacity: 1;
  height: 100%;
  top: 0;
}

.top_product .product_b03 li a:hover .mask {
  opacity: 1;
  height:100%;
  top: 0;
}

/* link */
/*.top_product li a {
  display: block;
  overflow: hidden;
  position: relative;
}

.top_product li a img { vertical-align: top; }

.top_product li a:after {
  transition: 0.2s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0%;
  height: 0%;
  z-index: 9999;
  top: 50%;
  left: 50%;
  content: "";
  position: absolute;
}

.top_product li a:hover:after {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  background: rgba(223, 100, 23, 0.7);
}*/
/* client */
.top_client {
  margin: 120px auto 0;
  max-width: 100%;
  background: rgba(255, 255, 255, 1.0);
}

.top_client .st {
  top: -11px;
  position: relative;
}

.top_client .client_list { padding: 25px 0; }

.top_client .client_list p {
  font-size: 10px;
  margin-top: 10px;
}

/* news and topics */
.top_news {
  box-sizing: boder-box;
  margin: 120px auto 0;
  padding: 50px;
  max-width: 1150px;
  background: rgba(51, 51, 51, 0.08);
}

.top_news .st {
  top: -61px;
  position: relative;
}

.top_news .news_list { vertical-align: middle; }

.top_news .news_list dt {
  padding: 0;
  width: 190px;
  clear: both;
  float: left;
position:relative;
}

.top_news .news_list dd { padding: 5px 0 20px 205px; }
.top_news .news_list dd:last-child { padding-bottom: 0; }
.top_news .news_list span { display: inline-block; }
.top_news .news_list span.news_icon{position:absolute;right:0;}
/* news icon */
.news_icon {
  border-radius: 3px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin-left: 5px;
  margin-left: 20px;
  padding: 3px 0;
  width: 90px;
  display: inline-block;
}

.icon_cate01 { background: #ff7219; }
.icon_cate02 { background: #999; }
.icon_cate03 { background: #000; }

.top_news .news_list a {
  color: #666666;
  text-decoration: underline;
}

.top_news .news_list a:visited {
  color: #666666;
  text-decoration: underline;
}

.top_news .news_list a:hover {
  color: #ff7219;
  text-decoration: none;
}
