body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
q:before, q:after {
  content: '';
}
object, embed {
  vertical-align: top;
}
legend {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
img, abbr, acronym, fieldset {
  border: 0;
}
body {
  line-height: 1.9;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #363636;
  background: #F2F2F2;
  min-width: 320px;
}
a {
  color: #0066ff;
  text-decoration: none;
}
a:hover, .active {
  text-decoration: underline;
}
a:active, a:focus, input:active, input:focus {
  outline: 0;
}
/* Google Map モノクロ設定 */
#map iframe {
  filter: grayscale(40%);
}
/* iOS 電話番号リンク対策 5AC9FF*/
.ios_telnumber a {
  color: #FFF;
  text-decoration: none;
}
/* スクロールバー*/ ::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #AAA;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb {
  background: #FFF;
  border-radius: 3px;
  box-shadow: 0px 0px 1px #AAA;
}
/* ヘッダー
------------------------------------------------------------*/
#header {
  text-align: center;
  position: relative;
}
#headerWrap {
  background: url(../images/system/bgGrid.jpg) left top repeat-x #555555;
  padding: 5px 0 0;
}
#header h1 {
  text-align: left;
}
#logoHead {
  position: relative;
  z-index: 9999;
}
h1#logoHead, p#logoHead {
  width: 165px;
  padding: 0;
  margin: 0;
}
h1#logoHead a, p#logoHead a {
  width: 165px;
  height: 58px;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url(../images/system/logo.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 10 0 0 10px;
}
h1#title {
  font-size: 32px;
  text-align: center;
  margin: 0;
  color: #FFF;
  margin-top: -60px;
}
#mainnav a {
  color: #DDD;
}
#mainImg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 528px;
}
#mainImg img {
  position: absolute;
  left: 50%;
  max-width: 1280px;
  width: 1280px;
  height: 528px;
  margin-left: -640px;
}
#mainnav .fixed {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.60);
  backdrop-filter: blur(5px);
}
#subnav {
  position: absolute;
  line-height: 0;
  top: 18px;
  right: 25px;
  display: flex;
  align-items: center;
}
#subnav a {
  color: #FFF;
  font-size: 36px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 800;
  text-decoration: none;
}
#subnav li {
  padding: 0px;
  margin: 0 0 0 15px;
  display: flex;
}
/* フッター
------------------------------------------------------------*/
#footer {
  font-size: clamp(3px, 0.999vw, 14px);
  clear: both;
  text-align: center;
  background: #333;
  color: #FFF;
}
.footer-inner {
  height: 100%;
  width: 70%;
  margin: 10px auto;
  padding: 20px 0px;
}

.container {
  position: relative;
  background: #333;
  height: 50vh;
}
.wave::before, .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}
.wave::before {
  width: 55%;
  height: 20%;
  background-color: #333;
  right: -1.5%;
  top: 60%;
}
.wave::after {
  width: 55%;
  height: 20%;
  background-color: #2c3e50;
  left: -1.5%;
  top: 40%;
}

#siteMap {
  width: 100%;
  margin: 0 auto;
  display: flex;
}
.innerS {
  width: 60%;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  padding-bottom: 100px;
}

/* 共通
------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}
.swiper {
}
section {
  clear: both;
}
section h2 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  width: 60%;
  margin: 0 auto 100px;
  padding-top: 100px;
  font-size: 42px;
  font-weight: normal;
  text-align: center;
  background-size: 1px 1px;
}
section h2 span {
  padding: 0 70px;
  border-bottom: 6px solid #ffcc00;
}
section h3 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  width: 100%;
  margin: 0 auto 100px;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
section h3 span {
  padding: 0 20px;
  border-bottom: 3px double #DDD;
}
section h4 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  width: 100%;
  margin: 0;
  padding: 15px 0px;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
#globalTop_main {
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.breadcrumb_inner {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 100px;
}
#anchor-1 {
  padding-top: 80px;
  margin-top: -80px;
}
#anchor-2 {
  padding-top: 80px;
  margin-top: -80px;
}
#anchor-3 {
  padding-top: 80px;
  margin-top: -80px;
}
/* メイン設定
------------------------------------------------------------*/
.BG, .BG_ma-1, .BG_ma-2 {
  color: #FFF;
  text-shadow: 0px 0px 5px rgba(0,0,0,1.0);
  padding: 100px 0 1px 0;
  margin-bottom: 100px;
  background-attachment: fixed;
  background-repeat: repeat;
  background-position: bottom;
  background-origin: border-box;
  height: auto;
}
.BG {
  background-image: url(../images/postpro/nonlinear_01.jpg);
  background-size: 1920px;
}
.BG_ma-1 {
  background-image: url(../images/postpro/MA-1.jpg);
  background-size: 1960px;
}
.BG_ma-2 {
  background-image: url(../images/postpro/MA-2.jpg);
  background-size: 2460px;
}
.text_overview {
  text-align: center;
  margin: 0 auto 100px;
  font-size: 18px;
}
#post_production h4 {
  background-color: #888;
  color: #FFF;
  line-height: 1em;
  font-size: 18px;
  margin-bottom: 60px;
  padding: 10px 0 !important;
}
#post_production .bottom-space {
  margin-bottom: 100px;
}

#post_production .bottom-space2 {
  margin-bottom: 200px;
}

#post_production_sec01 {
  margin: 0 auto;
}

#post_production_sec02 .grid_box {
  display: grid;
  grid-template-rows: 50%;
  grid-template-columns: 1fr 1fr;
}
#post_production_sec02 .grid_box h4 {
  margin: 10px 0 0 0 !important;
  font-weight: 600 !important;
  font-size: 26px !important;
  line-height: 1em !important;
}
#post_production_sec02 h5 {
  text-align: center;
  margin: 0 0 15px 0;
  line-height: 1em;
}
#post_production_sec02 .linear {
  list-style: square;
  padding-left: 1.5em;
}
#post_production_sec02 .box_inner {
  font-size: clamp(12px, 1.56vw, 18px);
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-bottom: 2.5em;
}
#post_production_sec02 .box1 {
  background: #FFCC00;
  grid-row: 1 / 3;
  grid-column: 1 / 2;
  text-align: center;
  z-index: -10;
  display: flex;
  justify-content: center;
  align-items: center;
}
#post_production_sec02 .box1 h4 {
  background: #FFCC00 !important;
  color: #363636 !important;
}
#post_production_sec02 .box2 {
  background: #888;
  color: #FFF;
  grid-row: 1 / 2;
  grid-column: 2 / 4;
  position: relative;
}
#post_production_sec02 .box2::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 60px;
  border-right-color: #888;
  transform: scale(2, 0.5);
  position: absolute;
  right: 100%;
  z-index: -1;
  top: 25%;
}
#post_production_sec02 .box3 {
  background: #2c569b;
  color: #FFF;
  grid-row: 2 / 3;
  grid-column: 2 / 4;
}
#post_production_sec02 .box3 h4 {
  background: #2c569b !important;
}
#post_production_sec02 ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#post_production_sec02 .VTR {
  background: #373232;
  margin: 0 auto 100px;
  padding-top: 6%;
  padding-bottom: 6%;
  font-size: clamp(14px, 1.5vw, 24px);
  line-height: 1.0em;
  color: #FFFFFF;
}
#post_production_sec02 .VTR .parent-container {
  width: 68%;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  gap: 40px;
}
#post_production_sec02 .VTR .parent-container li {
  margin: 0 0.4em;
  list-style: none;
}
#post_production_sec02 .VTR .child-container {
  border-bottom: 1px dotted #FFF;
  display: flex;
  justify-content: space-between;
}
#post_production_sec03 .ma_equipment table {
  width: 100%;
  font-size: clamp(12px, 0.999vw, 18px);
  margin-bottom: 100px;
  border-collapse: separate;
  border-spacing: 10px;
}
#post_production_sec03 .ma_equipment th {
  background-color: #FFCC00;
  color: #363636;
  min-width: 100px;
}
#post_production_sec03 .ma_equipment td {
  background-color: #2c569b;
  color: #FFF;
}
#post_production_sec03 .ma_equipment th, #post_production_sec03 .ma_equipment td {
  padding: 10px;
}

#post_production_sec05 .tel_number, .mail {
  max-width: 400px;
  height: 60px;
  display: block;
  margin: auto;
  text-align: left;
  color: #257daa;
  line-height: 0px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#post_production_sec05 .tel_number {
  background-image: url(../images/postpro/tel_number.png);
}
#post_production_sec05 .mail {
  background-image: url(../images/postpro/mail.png);
}
#post_production_sec05 .material-icons-outlined {
  font-size: clamp(24px, 11vw, 48px);
  font-weight: 500;
  position: relative;
  left: 25px;
  top: 11%;
}


#post_production_sec05 ul {
  list-style: disc;
  margin-left: 1.5em;
}

/*parallax*/
#nonelinear {
  background-image: url(../images/recording/wood-texture.jpg);
  background-position: top center;
  background-attachment: fixed;
  background-size: 50%;
  background-repeat: repeat;
}

