@charset "UTF-8";

/* common 
-------------------------------------------------------------*/
* {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

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

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

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

/* header
-------------------------------------------------------------*/
#header_wrap {
  margin: 0 auto;
  width: 100%;
  z-index: 999999;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
 
  /*overflow: hidden;*/
  position: fixed;
}

#header {
  margin: 0 auto;
  padding: 0 15px;
}

#header h1 {
  padding: 10px 0;
  float: left;
}

#header #gnav { display: none; }

#sp_nav {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  padding: 60px 0 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
}

#sp_nav { display: none; }
#gnavi { border-top: solid 1px #fff; }

#gnavi > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 1px #fff;
  position: relative;
}

#gnavi > li > a, #gnavi > li > a:visited, #gnavi > li > a, #gnavi > li > .nav_btn a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  text-decoration: noen;
  padding: 15px;
  height: 50px;
  display: block;
}

#gnavi > li > i, #hd_nav > li > i { display: none; }
#gnavi li .subnavi_wrap, #hd_nav li .subnavi_wrap { display: none; }
#gnavi > li > a, #gnavi > li > span:nth-child(1), #gnavi > li > a, #gnavi > li > .nav_btn span:nth-child(1) { display: inline-block; }

#gnavi > li > a, #gnavi > li > span:nth-child(2), #gnavi > li > a, #gnavi > li > .nav_btn span:nth-child(2) {
  font-family: 'Montserrat', Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  margin-left: 10px;
  right: 10px;
  display: inline-block;
  position: absolute;
}

#nav_btn {
  z-index: 1000;
  top: 0;
  right: 0;
  display: block;
  position: absolute;
}

#nav_btn a {
  color: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  background: #ff7219;
  position: relative;
}

#nav_btn a span {
  width: 32px;
  height: 2px;
  left: 10px;
  background-color: #fff;
  position: absolute;
}

#nav_btn a span:nth-child(1) { top: 12px; }
#nav_btn a span:nth-child(2) { top: 20px; }
#nav_btn a span:nth-child(3) { top: 28px; }

#nav_btn a span:nth-child(4) {
  font-family: 'Montserrat', Arial, Helvetica, Verdana, sans-serif;
  font-size: 10px;
  bottom: 18px;
  background-color: transparent;
}

#nav_btn a span {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#nav_btn a span:nth-child(5) { display: none; }

#nav_btn a.active span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}

#nav_btn a.active span:nth-child(2) { opacity: 0; }

#nav_btn a.active span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

#nav_btn a.active span:nth-child(4) { opacity: 0; }

#nav_btn a.active span:nth-child(5) {
  font-family: 'Montserrat', Arial, Helvetica, Verdana, sans-serif;
  font-size: 10px;
  bottom: 18px;
  display: block;
  background-color: transparent;
}

#header #gnavi .subnavi, .subnavi02, #gnavi .subnavi_st { display: none; }
#gnavi .subnavi_sst { padding: 10px; }

/* 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;
  box-sizing: boder-box;
  color: #fff;
  margin: 0 auto;
  padding: 20px;
  max-width: 100%;
  overflow: hidden;
}

.f_info {
  font-size: 12px;
  text-align: center;
  width: 100%;
}

.f_info .f_logo {
  text-align: center;
  margin: 0 0 10px 0;
  width: 100%;
}

.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;
  margin: 20px 0 0 0;
  width: 100%;
}

.f_contact li {
  font-size: 16px;
  padding: 0 0 0 10px;
  width: 100%;
}

.f_contact li a { color: #fff; }

.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;
  text-align: center;
  margin: 0 5px 5px 0;
  padding: 2px 15px;
  width: 100px;
  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;
  text-align: center;
  margin-bottom: 15px;
  display: block;
}

#f_badge {
  align-items: end;
  padding: 15px 0 0;
  width: 100%;
  display: flex;
  clear: both;
}

#f_badge li {
  padding: 0 -5px 0 5px;
  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: 4px;
  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: 10px 0;
  max-width: 100%;
}

#f_subnav_wrap #f_subna ul {
  text-align: center;
  float: none;
}

#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;
  text-align: center;
}

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

/*#mainimg img {
  margin-left: -190px;
  width: 100%;
  max-width: 100%;
  left: 50%;
  bottom: 0;
  position: absolute;
}*/
#mainimg h1 {
  font-size: 18px;
  text-align: center;
  width: 100%;
  top: 80px;
  position: absolute;
}

#mainimg h1 span {
  font-size: 30px;
  letter-spacing: 0.05em;
  padding: 12px 5px;
  display: block;
}

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

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

.kvanime_path {
  stroke: #000;
  fill: none;
  stroke-width: 1;
  stroke-dasharray: 2000;
  stroke-dashoffset: -2000;
  -webkit-animation: DASH 3s 0s forwards;
  animation: DASH 3s 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 3s 0s forwards;
  animation: DASH2 3s 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: 40px 0 50px 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: 24px;
  font-weight: normal;
  line-height: 1.1;
  text-align: center;
}

.st span {
  font-size: 20px;
  margin: 0 0.3em;
}

.st_copy {
  font-size: 12px;
  text-align: center;
  padding: 10px 15px 0;
}

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

.product_b01 {
  margin: 20px 0 0 0;
  width: 100%;
}

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

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

.product_b02 li { width: 100%; }

.product_b03 {
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.product_b03 li {
  width: 50%;
}

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


/* video_block */
 .video_box {
    width: 90%;
    margin: 0 auto 40px;
    position: relative;
  }
 .video_box .video {
    width: 100%;
    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 #play svg {
    width: 60px;
}


/* link */
.top_product .product_b01 li a .mask, .top_product .product_b02 li a .mask, .top_product .product_b03 li a .mask { display: none; }

/* 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: 60px auto 0;
  max-width: 100%;
  background: rgba(255, 255, 255, 1.0);
}

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

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

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

/* news and topics */
.top_news {
  box-sizing: boder-box;
  margin: 60px auto 0;
  padding: 15px 25px;
  max-width: 100%;
  background: rgba(51, 51, 51, 0.08);
}

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

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

.top_news .news_list dt {
  padding: 0 0 2px 0;
  width: 100%;
  clear: both;
}

.top_news .news_list dd { padding: 5px 0 20px 0; }
.top_news .news_list dd:last-child { padding-bottom: 0; }
.top_news .news_list span { display: inline-block; }

/* 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;
}
