/*
Theme Name: DIGITRUE
Theme URI: https://www.digitrue.tv/
Author: DIGITRUE
Author URI: http://www.digitrue.tv/
Description: DIGITRUE WEB スタイルシート
Version: 2.0
*/


/* WEBフォントの設定
------------------------------------------------------------------------------------------- */

/*-- Noto Sans Japanese -----*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 300;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format('opentype');
}

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 400;
   src: local('NotoSansJP-Regular.otf'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
 }

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
 }

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
 }

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 900;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format('opentype');
 }


/* 基本
------------------------------------------------------------------------------------------- */
@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

html {
  background-color: #FFF;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  font-family: 'Roboto','Noto Sans Japanese', sans-serif;
  color: #666;
  font-size: 4.375vw;
  font-weight: 400;
  line-height: 1.7;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-text-size-adjust: none;
  overflow-wrap: break-word;
}

/*-- フォントサイズ -----*/
h1 {
  color: #333;
  font-size: 5.333vw;
  font-weight: 400;
  letter-spacing: 0.025em;
}
h1.post_title {
  line-height: 1.5;
  margin: 0 0 1em 0;
}
h2 {
  font-size: 4.8vw;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.025em;
  margin: 1.5em 0 1em 0;
}
h3 {
  font-size: 4.5vw;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.025em;
  margin: 1.5em 0 1em 0;
}

@media screen and (min-width: 960px) {
  h1 {
    font-size: 21px;
  }
  h1.post_title {
    display: inline-block;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
}


* {
  outline: none;
}

img {
  border: 0;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
  -ms-interpolation-mode: bicubic;
}

#main img,
.item img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.item img {
  max-height: 720px;
}

/*-- サムネイル -----*/
.cover {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}

li {
  list-style: none;
}

::selection {
  background-color: #00b5d9;
  color: #FFF!important;
}

/*-- リンク -----*/
a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

#main .item a,
.main-container a {
  color: #00b5d9;
  transition: .2s;
}
#main .item a:hover,
.main-container a:hover {
  color: #e50099;
}


/*-- リンク先によってアイコン -----*/
#main .item a[target="_blank"]::before {
  font-family: "Font Awesome 5 Free";
  content: '\f35d';
  font-weight: bold;
  padding: 0 0.3em 0 0.2em;
}
#main .item a[href^="https://www.youtube.com/"]::before,
#main .item a[href^="https://youtu.be/"]::before {
  font-family: "Font Awesome 5 Brands";
  content: '\f167';
  padding: 0 0.3em 0 0.2em;
}
#main .item a[href^="https://vimeo.com/"]::before {
  font-family: "Font Awesome 5 Brands";
  content: '\f27d';
  padding: 0 0.3em 0 0.2em;
}


/*-- リンクボタン -----*/
a.catch-btn {
  font-size:120%;
  color: #FFF;
  background-color: #00b5d9;
  height: 2em;
  line-height: 2em;
  letter-spacing: 0.1em;
  padding: 0 1em;
  margin: 1em 0;
  transition: .2s;
}
a.contact::before {
  font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  font-weight: bold;
  font-size: 85%;
  padding-right: 0.3em;
}
a.catch-btn:hover {
  color: #FFF;
  background-color: #e50099;
}


/* #wrapper
------------------------------------------------------------------------------------------- */
#wrapper {
  position: relative;
  width: 100%;
}


/* #header
------------------------------------------------------------------------------------------- */
#header {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  color: #666;
  line-height: 1;
  padding: 30px 1em;
  box-sizing: border-box;
  z-index: 2;
}
#header .top-logo h1,
#header .top-logo p {
  font-size: 12.5px;
  font-weight: normal;
  letter-spacing: 0;
  margin: 10px 0 0 2px;
}
#header .top-logo img {
  width: 200px;
  height: auto;
  vertical-align: middle;
}


/* global_navi
------------------------------------------------------------------------------------------- */
#global_navi {
  width: 100%;
}
#global_navi div {
  position: fixed;
  top: 33px;
  right: 1em;
  display: block;
  cursor: pointer;
  font-size: 26px;
  text-align: center;
  width: 54px;
  height: 54px;
  line-height: 54px;
  background-color: #FFF;
  border: 1px #CCC solid;
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

#global_navi ul {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 70%;
  height: 100vh;
  background-color: rgba(255,255,255,0.9);
  box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
  box-sizing: border-box;
}

#global_navi div.active .fa-bars.myedit:before {
  content: '×';
  font-size: 150%;
  font-weight: 500;
}

#global_navi li a {
  color: #666;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  padding: 1em 2em;
  margin-top: 0.5em;
}
#global_navi li:first-child a {
  margin-top: 2em;
}
#global_navi li.contact {
  font-size:120%;
}
#global_navi li.contact a.fa-envelope::before {
  font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  font-weight: bold;
  font-size: 85%;
  padding-right: 0.3em;
  margin-left: -0.3em;
}


/* #top_slider
------------------------------------------------------------------------------------------- */
#top_slider {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.slider_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  z-index: 10;
}

#top_more {
  display: inline-block;
  color: #666;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 6vw;
  text-align: center;
  letter-spacing: 0.2em;
  margin: 0.5em 0 0 calc(50% - 5em);
}
#top_more a {
  display: block;
  margin: 0 auto;
  font-size: 4.375vw;
  color: #FFF;
  width: 11em;
  letter-spacing: 0.1em;
  background-color: rgba(0,0,0,0.5);
  border: 1px #FFF solid;
  padding: 0.2em 0;
  margin-top: 0.25em;
  transition: 0.2s;
}
#top_more a:hover {
  background-color: rgba(255,255,255,0.3);
}


/* #contents
------------------------------------------------------------------------------------------- */
#contents {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #FFF;
  box-sizing: border-box;
}


/* #main
------------------------------------------------------------------------------------------- */
#main {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 1.5em 1em 2em 1em;
  box-sizing: border-box;
}


/* TOPページ
------------------------------------------------------------------------------------------- */
p.top-text {
  margin: 1em 0;
}
p.top-title {
  font-weight: 300;
  font-size: 6vw;
  text-align: center;
  letter-spacing: 0.2em;
  margin: 1.5em 0 0.7em 0;
}
#content_page p.top-title:first-child {
  margin-top: 0;
}

#top_page p.calendar {
  margin: 0;
}
.top-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0 0 4em 0;
}
.top-btn a {
  font-size: 4.375vw;
  color: #FFF;
  letter-spacing: 0.1em;
  background-color: rgba(0,0,0,0.5);
  padding: 0.2em 1em;
  margin-top: 0.25em;
  transition: 0.2s;
}
.top-btn a:hover {
  color: #FFF;
  background-color: #00b5d9;
}


/* #main .item
------------------------------------------------------------------------------------------- */
#main .client-name {
  display: block;
  margin: -0.6em 0 1.5em 0;
}
#main .post-edit {
  display: none;
}

#main .post-credit {
  margin: 0 0 1em 0;
}
p.calendar,
ul.post-cate {
  font-size: 90%;
}
p.calendar i,
ul.post-cate i {
  padding-right: 0.3em;
}
ul.post-cate {
  margin: 0.2em 0 0 0;
}
ul.post-cate li {
  display: inline-block;
  margin-right: 1em;
}
ul.post-cate li a {
  color: #666;
  transition: .2s;
}
ul.post-cate li a:hover {
  color: #00b5d9;
}

.categories a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f07c';
  font-weight: bold;
  padding: 0 0.3em 0 0.2em;
}
.categories a {
  margin-right: 1em;
  toransition: .2s;
}
.categories a:hover {
  color: #00b5d9!important;
}


#main .item img,
#main .item .youtube {
  margin: 1.5em 0;
}
#main .item p {
  margin: 1em 0;
}
#main .item p:first-child {
  margin-top: 0;
}


/*-- 3DCG WORK & フレームのアルバム -----*/
ul.video-image-column,
ul.cg-image-column {
  width: 100%;
  letter-spacing: -0.5em;
  margin: 4em 0 0 0;
}
ul.cg-image-column {
  margin-bottom: -1em;
}
ul.video-image-column h2,
ul.cg-image-column h2 {
  letter-spacing: 0.1em;
}
ul.video-image-column li,
ul.cg-image-column li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  line-height: 0;
  width: 50%;
}

ul.video-image-column li {
  position: relative;
  counter-increment: count;
}
ul.video-image-column li::after {
  content: '#0'counter(count);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 80%;
  height: 1.5em;
  line-height: 1.5;
  color: #FFF;
  background-color: rgba(0,0,0,0.5);
  padding: 0 0.5em;
  z-index: 2;
}

ul.cg-image-column li {
  width: 100%;
  border: 1px #DDD solid;
  box-sizing: border-box;
  margin: 0 0 1em 0;
}
ul.video-image-column li img,
ul.cg-image-column li img {
  margin: 0!important;
}

ul.video-image-column li a {
  transition: .2s;
}
ul.video-image-column li a:hover {
  opacity: 0.7;
}

ul.cg-image-column.insta h2 {
  margin-bottom: 0.25em;
}
ul.cg-image-column.insta li {
  border: 0;
}
ul.cg-image-column.insta li p {
  margin: 1.5em 0!important;
}
ul.cg-image-column.insta iframe.instagram-media {
  margin: 0!important;
}
ul.cg-image-column.insta iframe.instagram-media img {
  max-width: 100%;
}

@media screen and (min-width: 960px) {

  ul.video-image-column li {
    width: 25%;
  }
  ul.cg-image-column {
    width: 101%;
    margin-right: -1%;
  }
  ul.cg-image-column li {
    width: 49%;
    margin-right: 1%;
  }

}


/*-- shadowboxの設定 -----*/
#sb-overlay {
  opacity: 0.7!important;
}
#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
  font-family: 'Roboto','Noto Sans Japanese', sans-serif!important;
  line-height: 1.5!important;
  background-color: rgba(0,0,0,0.6)!important;
}
#sb-title, #sb-title-inner {
  height: auto!important;
}
#sb-title-inner {
  font-size: 90%!important;
  font-weight: 400!important;
  padding: 0.75em 1em!important;
  box-sizing: border-box!important;
}
#sb-info, #sb-info-inner {
  height: 2.5em!important;
}
#sb-info-inner {
  font-size: 100%!important;
  font-weight: 500!important;
  padding: 0.5em 1em!important;
}
#sb-nav {
  height: 2.5em!important;
}
#sb-nav a {
  height: 1em!important;
  width: 1em!important;
  margin-left: 1em!important;
}
#sb-nav-close {
  margin-left: 1em!important;
}

@media screen and (min-width: 960px) {

  #sb-title, #sb-title-inner {
    height: 40px!important;
  }

}


#main .item .credit {
  margin: 5em 0 3em 0;
}
#main .item .credit strong {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 85%;
  letter-spacing: 0.05em;
  color: #FFF;
  background-color: #AAA;
  width: 6em;
  height: 1.7em;
  text-align: center;
  margin: 1.5em 0 0.7em 0;
}

/*-- カテゴリー選択 -----*/
ul.catelist {
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 4em 0;
}
ul.catelist a,
ul.catelist a.single.active {
  font-size: 90%;
  color: #666;
  border: 1px #666 solid;
  height: 2.2em;
  line-height: 2.2em;
  padding: 0 0.6em;
  margin: 0 1em 0.6em 0;
  transition: .2s;
}
ul.catelist a:hover,
ul.catelist a.single.active:hover {
  color: #00b5d9;
  border: 1px #00b5d9 solid;
}
ul.catelist a.active {
  color: #e50099;
  border: 1px #e50099 solid;
  transition: unset;
}
ul.catelist i {
  padding-right: 0.2em;
}

.categories ul {
  margin: 0.5em 0;
}
.categories li {
  display: inline-block;
}
.categories li a {
  color: #666!important;
}


/*-- 記事ページ送り -----*/
ul.post_navi {
  color: #999;
  margin: 3.5em 0;
  width: 100%;
  letter-spacing: -0.5em;
}
ul.post_navi li {
  display: inline-block;
  letter-spacing: normal;
  width: 100%;
  vertical-align: top;
  margin-top: 1em;
}
ul.post_navi li.prev {
  text-align: right;
}
ul.post_navi li.next i {
  padding-right: 0.3em;
}
ul.post_navi li.prev i {
  padding-left: 0.3em;
}
ul.post_navi li a {
  color: #00b5d9;
  transition: .2s;
}
ul.post_navi li a:hover {
  color: #e50099;
}

ul.post_navi li.list,
ul.post_navi li.work {
  width: 33.33333%!important;
  vertical-align: middle;
}
ul.post_navi li.list {
  text-align: center;
}
ul.post_navi li.list i {
  font-size: 10vw;
}
ul.post_navi li.work i {
  font-size: 8vw;
}
ul.post_navi li.work span {
  display: none;
}

.bottom-contact {
  text-align: center;
  margin-bottom: 1em;
}
.bottom-contact p.top-title {
  margin-top: 2em!important;
}
.bottom-contact h2 {
  clear: both;
  font-size: 5.333vw;
  font-weight: 400;
  letter-spacing: 0.025em;
  margin: 1em 0;
}
.bottom-contact a.catch-btn {
  letter-spacing: 0.025em;
}


/*-- #main_loop -----*/

/*-- カテゴリー選択 -----*/
ul.catelist.folder {
  margin-bottom: 2em;
}

#main_loop,
.main_loop {
  width :100%;
}
#main_loop li,
.main_loop li {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 3em;
}
/*-- ビデオマークの表示 -----*/
#main_loop li.movie-works .cover::after,
#main_loop li.movie .cover::after,
.main_loop li.movie-works .cover::after,
.main_loop li.movie .cover::after {
  font-family: "Font Awesome 5 Free";
  content: '\f04b';
  font-weight: bold;
  display: block;
  position: absolute;
  top: calc(50% - 1.5em - 1px);
  left: calc(50% - 1.5em - 1px);
  font-size: 80%;
  color: #FFF;
  background-color: rgba(0,0,0,0.5);
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  border: 1px #FFF solid;
  border-radius: 50%;
}
#main_loop li a,
.main_loop li a,
#main_loop li a:hover,
.main_loop li a:hover {
  display: block;
  color: #666;
}
#main .thumb {
  width: 100%;
  transition: .2s;
}
#main a:hover .thumb {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#main .text {
  width: 100%;
}
#main_loop a h2,
.main_loop a h2 {
  margin: 0.5em 0 0 0;
  transition: .2s;
}
.container #main_loop a h2 {
  display: inline-block;
  margin: 1em 0;
}
#main_loop .new,
.main_loop .new {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 85%;
  font-weight: 500;
  color: #FFF;
  width: 3em;
  height:2em;
  line-height: 2em;
  text-align: center;
  background-color: #e50099;
}
.container #main_loop .new {
  position: static;
  display: inline;
  color: #e50099;
  font-size: 85%;
  font-weight: 500;
  background: none;
  margin-left: 0.5em;
}

/*-- viewの表示 -----*/
.view {
  position: absolute;
  top: 0em;
  right: 0;
  display: block;
  font-size: 12px;
  letter-spacing: 0;
  color: #FFF;
  background-color: rgba(0,0,0,0.6);
  padding: 0 0.3em;
}

#main_loop li a:hover h2,
.main_loop li a:hover h2 {
  color: #00b5d9;
}
#main_loop .calendar,
.main_loop .calendar {
  margin: 1em 0 0.5em 0;
}
#main_loop .post-tag,
.main_loop .post-tag {
  text-align: left;
  margin: 0.2em 0 0 0;
}
.container #main_loop .post-tag {
  margin: 0.5em 0 0 0;
}
#main_loop .post-tag li,
.main_loop .post-tag li {
  letter-spacing: normal!important;
  display: inline-block!important;
  font-size: 90%;
  width: auto!important;
  margin: 0 1em 0 0!important;
}
#main_loop .post-tag li:before,
.main_loop .post-tag li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f07c';
  font-weight: bold;
  padding: 0 0.3em 0 0.2em;
}
#main_loop .post-tag.topic li:before,
.main_loop .post-tag.topic li:before {
  content: '\f02b';
}
#main_loop a .outline,
.main_loop a .outline {
  position: absolute;
  top: 3em;
  font-size: 85%;
  color: #FFF;
  width: 90%;
  padding: 2em;
  background-color: rgba(0,0,0,0.8);
  box-sizing: border-box;
  margin: 0 0 0 5%;
  opacity: 0;
  transition: .3s;
}
#main_loop a:hover .outline,
.main_loop a:hover .outline {
  opacity: 1;
}

#main .container li {
  margin-bottom: 3em;
}


/*-- 一覧ページ送り -----*/
.tablenav {
  font-size: 110%;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  margin: 3em 0;
}
.tablenav a {
  color: #FFF;
  width: 1.7em;
  height: 1.7em;
  line-height: 1.7em;
  background-color: #CCC;
  border-radius: 50%;
  transition: .2s;
}
.tablenav a:hover {
  background-color: #00b5d9;
}
.tablenav .current {
  display: inline-block;
  color: #999;
  width: 1.7em;
  height: 1.7em;
  line-height: 1.7em;
  border: 1px #CCC solid;;
  box-sizing: border-box;
  border-radius: 50%;
}
.tablenav a,
.tablenav .current {
  margin: 0 0.2em;
}


/* #content_page
------------------------------------------------------------------------------------------- */
.main-container {
  position: relative;
  width: 100%;
}
.main-container h1 {
  margin: 1em 0;
}
.sec-title {
  font-weight: 400;
  font-size: 5vw;
  text-align: center;
  letter-spacing: 0.2em;
  margin: 4em 0 0 0!important;
}
.head-column {
  text-align: center;
  margin-bottom: 4em;
}
.head-column h2 {
  margin: 1em 0;
}
.main-container p {
  margin: 1em 0;
}

.column-container {
  letter-spacing: -0.5em;
  width: 100%;
  margin: 4em 0;
}
.column-container-left,
.column-container-right {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}

/*-- SERVICE -----*/
.service .column-container-left {
  width: 3em;
  text-align: center;
}
.service .column-container-right {
  width: calc(100% - 4em);
  padding-left: 1em;
  border-left: 2px #00b5d9 solid;
  margin-left: 1em;
}
.service .column-container-left .num {
  font-size: 200%;
  line-height: 1.2;
}
.fa-angle-double-down.service {
  color: #CCC;
  font-size: 180%;
  margin: 1em 0.25em 0 0;
}
.service .column-container-right h2 {
  margin-top: 0.35em;
}

/*-- FAQ -----*/
.box-column {
  width: 100%;
  border: 3px #888 solid;
  box-sizing: border-box;
  margin: 2em 0;
}
.box-column.last {
  margin-bottom: 3em;
}
.box-column h2 {
  color: #FFF;
  width: 100%;
  background-color: #888;
  padding: 0.2em 1em;
  box-sizing: border-box;
  margin-top: 0;
}
.box-column h2 .num {
  font-size: 150%;
  margin-right: 0.3em;
}
.box-column .inner {
  letter-spacing: -0.5em;
  width: 100%;
  padding: 0.5em 1em;
  box-sizing: border-box;
}
.box-column .inner p {
  margin-top: 0!important;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.box-column .inner p:first-child {
  color: #e50099;
  font-size: 160%;
  width: 1.5em;
  line-height: 1.1;
}
.box-column .inner p:nth-child(2) {
  width: calc(100% - 2.4em);
  margin-top: 0.15em!important;
}

/*-- ABOUT -----*/
.table {
  letter-spacing: -0.5em;
  width: 100%;
}
.table li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin: 0.7em 0;
}
.about .table .table-left {
  width: 6em;
}
.about .table .table-right {
  width: calc(100% - 6em);
  padding-left: 2em;
}

.profile-column .photo {
  width: 100%;
  margin: 2em 0;
}
.profile-column .photo img.small {
  width: 31.5%!important;
  margin-right: 1%;
}
.profile-column .photo img.small:last-child {
  margin: 0;
}

.about .head-column h2 {
  margin: 1em 0 0 0;
}
.about .head-column h2,
.about .head-column span {
  letter-spacing: 0.1em;
}
.about .head-column span {
  font-size: 90%;
}
.about .photo-left {
  width: 40%;
  float: left;
  margin: 0 1em 1em 0;
}

.main-container a.fa-envelope:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  font-weight: bold;
  padding-right: 0.2em;
}

.main-container h3 {
  font-size: 5vw;
  border-bottom: 1px #666 dotted;
}
.main-container .sec-column {
  margin: 2em 0;
}
.sec-column .text-box {
  display: inline-block;
  border: 1px #666 solid;
  line-height: 1.5em;
  padding: 0.3em 0.6em;
}
.sec-column .price {
  color: #333;
  font-size: 200%;
  font-weight: 400;
  margin: -0.3em 0 0 0;
}
.sec-column .price span {
  font-size: 55%;
}
.sec-column .description {
  font-size: 90%;
  margin-top: 0;
}


/* contactページ
----------------------------------------------- */
.main-container.contact .notice {
  width: 100%;
  font-size: 90%;
  border: 2px #BBB solid;
  padding: 0 1em;
  box-sizing: border-box;
  margin: 4em 0;
}
.main-container.contact .notice h3 {
  color: #FFF;
  text-align: center;
  height: 2em;
  line-height: 2em;
  background-color: #999;
  border: none;
  box-sizing: border-box;
}
.main-container.contact .notice .tel,
.main-container.contact .notice .mail {
  font-size: 170%;
  text-align: center;
  margin: -0.25em 0 1.5em 0;
}
.main-container.contact .notice .fas,
.main-container.contact .notice .far {
  padding-right: 0.2em;
}
.main-container.contact .notice-text {
  margin-left: 1em;
  text-indent: -1em;
}

.form input {
  font-family: 'Noto Sans Japanese', sans-serif;
  max-width: 90%;
}
.mw_wp_form select {
  font-family: 'Noto Sans Japanese', sans-serif;
}
.form textarea {
  font-family: 'Noto Sans Japanese', sans-serif;
  min-width: 90%;
  max-width: 90%;
}
.form .final-check {
  margin: 2em 0 0.5em 0;
}
span.kome {
  display: inline-block;
  font-size: 120%;
  color: red;
  vertical-align: middle;
}
span.error {
  display: inline-block;
  color: red;
  font-weight: normal;
  vertical-align: middle;
  margin-left: 0.5em;
}
.form p:first-child {
  margin-bottom: 1em;
}
.form p:nth-child(odd) {
  margin: -0.7em 0 1.7em 0;
}
.form  p:nth-child(even) {
  color: #333;
}
.mwform-checkbox-field.vertical-item label {
  display: block;
}

/*-- 確認画面 -----*/
.mw_wp_form_preview p:nth-child(even) {
  font-weight: normal;
  color: #666;
}
.mw_wp_form_preview p:nth-child(odd) {
  color: #333;
  margin-left: 1em;
}
.mw_wp_form_preview p:first-child {
  font-weight: normal;
}
.mw_wp_form_preview .final-check {
  display: none;
}

/*-- 完了画面 -----*/
.mw_wp_form_complete {
  width: 100%;
  border: 4px #DDD solid;
  padding: 2em;
  box-sizing: border-box;
}
.mw_wp_form_complete strong {
  color: #e50099;
  font-size: 150%;
  font-weight: 400;
  margin-bottom: 2em;
}
.mw_wp_form_complete p {
  color: #666!important;
  margin: 1em 0!important;
}

/*-- 送信ボタン -----*/
.form input[type="submit"] {/* iOSのボタンをリセット */
  -webkit-appearance: none;
  border-radius: 0;
}
.submit-btn {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 105%;
  font-weight: 500;
  cursor: pointer;
  display :inline-block;
  height: 2.5em;
  line-height: 2.5em;
  color: #FFF;
  background: none;
  background-color: #00b5d9;
  border: 0;
  padding: 0 2em;
  margin: 1em 1em 1em 0;
  transition: .2s;
}
.submit-btn:hover {
  background-color: #e50099;
}


/*-- PRIVACY POLICY -----*/
.main-container.privacy h2 {
  text-align: center;
}
.main-container.privacy strong {
  display: block;
  font-weight: 400;
  color: #333;
  margin: 2em 0 -0.3em 0;
}
.main-container.privacy .notice-text {
  margin-left: 1em;
  text-indent: -1em;
}


/*-- SITEMAP -----*/
.main-container.sitemap .map-chart {
  width: 100%;
  letter-spacing: -0.5em;
}
.main-container.sitemap .map-chart > li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: bottom;
  border-bottom: 1px #CCC dotted;
  padding-bottom: 0.5em;
  box-sizing: border-box;
  margin-top: 2em;
}
.main-container.sitemap .map-chart li.name {
  width: 8em;
}
.main-container.sitemap .map-chart li.description {
  width: calc(100% - 9.412em);
  font-size: 85%;
  padding: 0 0 0.75em 1em;
}
.main-container.sitemap .map-chart li.no-border {
  border: none;
}
.main-container.sitemap .map-chart .catelist {
  letter-spacing: normal;
  border-bottom: 1px #CCC dotted;
  padding: 0 0 1em 2em;
  box-sizing: border-box;
  margin: 1em 0;
}
.main-container.sitemap .map-chart li.name i {
  padding-right: 0.5em;
}
.main-container.sitemap .map-chart:last-child {
  margin-bottom: 4em;
}

/*-- 404エラー -----*/
.main-container.error-404 p {
  text-align: center;
}
.main-container.error-404 a.catch-btn {
  letter-spacing: 0.025em;
  margin: 0.25em 0;
}


/* #right_column
------------------------------------------------------------------------------------------- */
#right_column ul {
  margin-bottom: 3em;
}
#right_column ul:first-child h3 {
  margin-top: 4em;
}
#right_column p.calendar {
  color: #888;
}
#right_column .side a {
  color: #666;
  margin: 0.4em 0 0.7em 0;
  transition: .2s;
}
#right_column .side a:hover {
  color: #00b5d9;
}


/* #footer
------------------------------------------------------------------------------------------- */
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #edf0f1;
  border-top: 1px solid #dee3e5;
  padding: 0 1em;
  box-sizing: border-box;
}
#footer .container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 2em 0;
}
#sns_btn {
  width: 100%;
  text-align: center;
  letter-spacing: -0.5em;
  font-size: 130%;
}
#sns_btn li {
  display: inline-block;
  letter-spacing: normal;
}
#sns_btn li a {
  color: #FFF;
  background-color: #999;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 0.5em 0 0;
  transition: .2s;
}
#sns_btn li:last-child a {
  margin-right: 0;
}
#sns_btn li .fab {
  width: 2em;
  height: 2em;
  line-height: 2em;
}
#sns_btn li a:hover {
  background-color: #00b5d9;
}
.footer-navi {
  font-size: 90%;
  text-align: center;
  margin: 2em 0 1em 0;
}
.footer-navi a {
  color: #666;
  margin: 0 0.5em;
  transition: .2s;
}
.footer-navi a:hover {
  color: #00b5d9;
}
.copyright {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 70%;
  text-align: center;
  color: #666;
  letter-spacing: 0.05em;
}


/*-- #pagetop -----*/
#pagetop {
  display: none;
}


/* YouTubeレスポンシブサイズ
------------------------------------------------------------------------------------------ */
div.youtube {
  position: relative;
  max-width: 100%;
  padding-top: 56.25%;
}
div.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}





@media screen and (min-width: 960px) {

  body {
    font-size: 15px;
  }


  /*-- #header -----*/
  #header {
    padding: 50px 0;
    letter-spacing: -0.5em;
  }
  #header .top-logo,
  #global_navi {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: bottom;
  }
  #header .top-logo {
    width: 250px;
  }
  #header .top-logo img {
    margin-top: -5px;
  }
  #global_navi {
    width: calc(100% - 250px);
    text-align: right;
    margin-bottom: -0.6em;
  }


  /*-- #global_navi -----*/
  #global_navi div {
    display: none;
  }
  #global_navi ul {
    display: block;
    position: static;
    width: 100%;
    height: auto;
    background: none;
    box-shadow: none;
  }
  #global_navi li {
    display: inline-block;
  }
  #global_navi li a {
    font-weight: 700;
    padding: 0.8em 1em 0.5em 0.9em;
    margin: 0;
    transition: .2s;
  }
  #global_navi li:first-child a {
    margin-top: 0;
  }

  #global_navi li a:hover,
  #global_navi li a.active {
    color: #00b5d9;
  }
  #global_navi li:nth-child(-n+5) a::after {
    position: absolute;
    bottom: -0em;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #00b5d9;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
  }
  #global_navi li a:hover::after,
  #global_navi li a.active::after {
    transform: scale(1, 1);
  }
  #global_navi li a.active,
  #global_navi li a.active::after {
    transition: unset;
  }

  #global_navi li.contact {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 45px;
    font-size: 15px;
  }
  #global_navi li.contact a {
    color: #FFF;
    font-weight: 500;
    background-color: #00b5d9;
    padding: 0.5em 1.8em;
  }
  #global_navi li.contact a.fa-envelope::before {
    font-size: 15px;
    padding-right: 0.5em;
    margin: 0;
  }
  #global_navi li.contact a:hover {
    background-color: #e50099;
  }


  /*-- #top_slider -----*/
  #top_slider {
    position: fixed;
    top: 0;
    left: 0;
  }
  .slider_cover {
    position: fixed;
    top: 0;
    left: 0;
    background: url("./images/video-dot.png");
  }

  #top_more {
    position: fixed;
    color: #FFF;
    font-size: 36px;
    margin-top: 0;
  }
  #top_more a {
    font-size: 15px;
    padding: 0.5em 0;
  }


  /*-- #contents -----*/
  #top_page #contents {
    min-height: 100vh!important;
    margin-top: 100vh;
  }


  /*-- #main -----*/
  #main {
    padding: 2.5em 0 5em 0;
  }


  /*-- TOPページ -----*/
  p.top-title {
    font-size: 36px;
  }
  p.top-text {
    text-align: center;
  }
  .top-btn a {
    font-size: 15px;
    height: 3em;
    line-height: 3em;
    padding: 0 1em;
  }


  /*-- #main .item -----*/
  #main .client-name {
    display: inline-block;
    margin: 0 0 0 1.5em;
  }
  #main .post-edit {
    display: inline-block;
    position: absolute;
    right: 0;
  }
  #main .post-edit a {
    color: #666;
    font-size: 12px;
    padding: 0.2em 0.5em;
    border: 1px #666 solid;
  }
  #main .post-credit {
    margin-top: -0.5em;
  }
  p.calendar,
  ul.post-cate {
    display: inline-block;
  }
  p.calendar {
    margin-right: 2em;
  }
  #main .item img,
  #main .item .youtube {
    margin: 3em 0;
  }

  .bottom-contact h2 {
    font-size: 21px;
  }

  /*-- 記事ページ送り -----*/
  ul.post_navi {
    margin: 4.5em 0;
  }
  ul.post_navi li {
    width: 50%;
    margin: 0;
  }
  ul.post_navi li.work span {
    display: inline;
  }
  ul.post_navi li.list i {
    font-size: 30px;
  }
  ul.post_navi li.work i {
    font-size: 14px;
  }


  /*-- .container #right_column -----*/
  #main .container {
    display: inline-block;
    width: 75%;
    padding-right: 3em;
    box-sizing: border-box;
  }
  #right_column {
    display: inline-block;
    width: calc( 25% - 0.5em);
    text-align: right;
  }
  #main .container,
  #right_column {
    vertical-align: top;
  }

  #right_column ul {
    text-align: left;
  }


  /*-- #main_loop -----*/

  #main_loop,
  .main_loop {
    letter-spacing: -0.5em;
  }
  #main_loop li,
  .main_loop li {
    letter-spacing: normal;
    width: 33.33333333%;
    vertical-align: top;
  }
  #main .container #main_loop li {
    width: 100%;
  }
  #main .text {
    padding: 0 1em;
    box-sizing: border-box;
  }
  #main .container .text {
    padding: 0;
  }

  #main .container li {
    width: 100%;
    letter-spacing: -0.5em;
  }
  #main .container .thumb,
  #main .container .text {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
  }
  #main .container .thumb {
    width: 45%;
    padding-right: 2em;
  }
  #main .container .text {
    width: 55%;
  }
  .container #main_loop a h2 {
    margin: 0 0 1em 0;
  }
  #main_loop a .outline,
  .main_loop a .outline {
    margin-left: calc(4.25% - 1em);
  }


  /*-- #content_page -----*/
  .main-container {
    padding: 0;
  }
  .head-column {
    margin-bottom: 5em;
  }

  /*-- SERVICE -----*/
  .container-box {
    width: 100%;
    border: 4px #DDD solid;
    padding: 0 3em;
    box-sizing: border-box;
  }
  .service .column-container-left {
    width: 5em;
  }
  .service .column-container-right {
    width: calc(100% - 8em);
    border-left: 3px #00b5d9 solid;
    padding-left: 2.5em;
    margin-left: 2.5em;
  }
  .service .column-container-left .num {
    font-size: 300%;
    line-height: 1.35;
  }
  .service .column-container-right h2 {
    margin-top: 1em;
  }

  /*-- ABOUT -----*/
  .profile-column {
    width: 80%;
    letter-spacing: -0.5em;
    margin: 0 auto;
  }
  .about .table,
  .profile-column .photo {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
  }
  .about .table {
    width: 80%;
  }
  .about .table .table-right {
    width: calc(100% - 6.5em);
    padding-left: 4em;
  }
  .profile-column .photo {
    width: 20%;
    padding-left: 3em;
    margin: 1em 0 0 0;
  }
  .profile-column .photo img.small {
    width: 100%!important;
    margin: 0 0 0.5em 0;
  }
  .about .photo-left {
    width: 16%;
    margin: 0 2em 1em 0;
  }

  /*-- CONTACT -----*/
  .main-container.contact .form-column {
    position: relative;
    width: 100%;
    letter-spacing: -0.5em;
    margin: 5em 0;
  }
  .main-container.contact .form-column .form,
  .main-container.contact .form-column .notice {
    letter-spacing: normal;
    display: inline-block;
    box-sizing: border-box;
  }
  .main-container.contact .form-column .form {
    width: 100%;
    padding-left: 31%;
    margin: 0.4em 0 2em 0;
  }
  .main-container.contact .form-column .notice {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    padding: 0 1.5em 0.5em 1.5em;
    margin: 0;
  }
  .main-container.contact .form-column .notice h3 {
    font-size: 15px;
  }
  /*-- 完了画面 -----*/
  .mw_wp_form_complete {
    min-height: 640px;
  }

  /*-- PRIVACY POLICY -----*/
  .main-container.privacy .short-width {
    width: 60%;
    margin: 0 auto;
  }

  /*-- SITEMAP -----*/
  .main-container.sitemap .map-chart {
    width: 50%;
    letter-spacing: -0.5em;
    margin: 0 auto;
  }
  .main-container.sitemap .map-chart li.name {
    width: 25%;
    font-size: 18px;
  }
  .main-container.sitemap .map-chart li.description {
    width: 75%;
    font-size: 15px;
    padding-left: 2em;
  }


  .sec-title {
    font-size: 24px;
    margin-top: 5em!important;
  }
  .box-column h2 {
    padding: 0.2em 2.4em;
  }
  .box-column .inner {
    padding: 0.7em 3em;
  }
  .main-container h3 {
    font-size: 18px;
  }

  .sec-column h3 {
    margin-top: 4em;
  }


  /*-- #right_column -----*/
  #right_column ul:first-child h3 {
    margin-top: 0;
  }


  /*-- #footer -----*/
  #footer {
    padding: 0;
  }
  #footer .container {
    padding: 2.5em 0 4em 0;
  }
  #sns_btn li .fab {
    width: 2.3em;
    height: 2.3em;
    line-height: 2.3em;
  }
  .footer-navi {
    float: right;
    margin: 0;
  }
  .copyright {
    float: left;
    font-size: 11px;
    line-height: 3;
  }
  .footer-navi,
  .copyright {
    display: inline-block;
    vertical-align: top;
    margin: 2em 0 4em 0;
  }

  /*-- #pagetop -----*/
  #pagetop {
    clear: both;
    display: block;
    position: fixed;
    bottom: 15em;
    right: 4em;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    text-align: center;
  }
  #pagetop .fas {
    display: block;
    font-size: 36px;
  }
  #pagetop a {
    color: #999;
    transition: .2s;
  }
  #pagetop a:hover {
    color: #00b5d9;
  }

}
