body {
  padding: 0;
  margin: 0;
  background-color: #B2B2B2;
}
#wrapper {
  width: 1200px;
  background-color: #FFFFFF;
  font-family: 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic Pro', 'Meiryo', sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}
header {
  width: 1200px;
  height: 300px;
  background-color: #CCC;
  color: #FFF;
  font-weight: bold;
  position: relative;
}
header img {
  z-index: 0;
}
#logo {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 30px;
  left: 30px;
  transform: rotate(-15deg);
}
#phone {
  width: 250px;
  height: 50px;
  position: absolute;
  top: 225px;
  right: 30px;
  font-size: 27px;
  text-align: center;
  font-weight: bold;
  line-height: 27px;
}
h1 {
  font-size: 18px;
  position: absolute;
  transform: rotate(-15deg);
  z-index: 1;
}
h2 {
  font-size: 15px;
  position: absolute;
  top: 105px;
  left: 48px;
  transform: rotate(-15deg);
  z-index: 2;
}
#covid {
  width: 380px;
  height: 18px;
  position: absolute;
  top: 270px;
  left: 30px;
}
#covid a {
  color: #FFF;
}
nav {
  width: 1200px;
  color: #CCC;
  padding: 10px 0 15px 0;
}
nav ul {
  width: 1200px;
  list-style: none;
  margin: 0 auto 0 auto;
}
nav ul li {
  float: left;
}
nav ul li a {
  margin: 0 16px 0 16px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-size: 12px;
}
nav ul li a:hover {
  background: linear-gradient(transparent 0%, #ffff66 0%);
}
nav ul li + li {
  border-left: 1px solid #000;
}
#main {
  width: 950px;
  float: left;
}
#side {
  width: 250px;
  float: right;
}
h3 {
  width: 240px;
  text-align: center;
  font-size: 17px;
  color: #FFF;
  padding: 5px 30px 5px 30px;
  margin: 25px 0 25px 0;
  background-color: #1d95d4;
}
h4 {
  text-align: center;
  font-size: 14px;
  color: #1d95d4;
  padding: 5px 10px 5px 10px;
  border: 2px #1d95d4 solid;
  margin-bottom: 10px;
  margin-top: 40px;
}
h5 {
  text-align: center;
  font-size: 14px;
  color: #1d95d4;
  padding: 5px 10px 5px 10px;
  border: 2px #1d95d4 solid;
  margin-bottom: 10px;
  margin-top: 40px;
}
#description {
  width: 1000px;
  height: 300px;
}
#reserve {
  width: 225px;
  height: 90px;
  margin: 0 0 20px 0;
  border: 2px #1d95d4 solid;
  float: left;
  transition: 0.1s ease-in-out;
}
#reserve:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#virus {
  width: 215px;
  height: 50px;
  margin: 5px 0 5px 0;
  padding: 10px 0 10px 10px;
  border: 2px #1d95d4 solid;
  line-height: 1.4;
  text-align: center;
  transition: 0.1s ease-in-out;
  float: left;
}
#virus:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#news {
  width: 225px;
  height: 90px;
  margin: 0 0 40px 0;
  border: 2px #1d95d4 solid;
  transition: 0.1s ease-in-out;
}
#news:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#pickup_header {
  width: 225px;
  height: 20px;
  margin: 0 0 5px 0;
  padding: 0 0 0 5px;
  font-size: 13px;
  font-weight: bold;
  color: #1d95d4;
  float: left;
}
#pickup {
  width: 225px;
  margin: 0 0 20px 0;
  font-size: 10px;
  float: left;
}
#media_header {
  width: 215px;
  height: 20px;
  margin: 20px 0 5px 0;
  padding: 0 0 0 5px;
  font-size: 13px;
  font-weight: bold;
  color: #1d95d4;
  float: left;
}
#media {
  width: 215px;
  margin: 0 0 40px 0;
  padding: 5px 5px 10px 5px;
  font-size: 10px;
  line-height: 17px;
  background-color: #E5F3FF;
  border: #B5DDFF solid 1px;
  float: left;
}
#link {
  width: 225px;
  height: 180px;
  margin: 0 0 25px 0;
  border: 2px #1d95d4 solid;
  transition: 0.1s ease-in-out;
}
#link:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#path {
  width: 550px;
  height: 20px;
  margin: 15px 0 0 25px;
}
#path ol {
  margin: 0;
  padding: 0;
}
#path ol li {
  display: inline;
  list-style-type: none;
  text-decoration: none;
  color: #111;
  font-size: 12px;
}
#path ol li:after {
  content: " > ";
}
#path ol li:last-child:after {
  content: none;
}
#path ol li a {
  text-decoration: none;
  color: #DDD;
}
#path ol li a:hover {
  text-decoration: none;
  color: #000;
}
footer {
  width: 1200px;
  color: #CCC;
  background-color: #efefef;
  padding-top: 30px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 20px;
  text-align: center;
  color: #1d95d4;
  line-height: 18px;
}
footer img {
  transition: 0.1s ease-in-out;
}
footer img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.tel {
  font-size: 20px;
  font-weight: bold;
}
.time {
  font-size: 13px;
  font-weight: bold;
}
.address {
  font-size: 13px;
}
#copyright {
  width: 1200px;
  background-color: #FFF;
  padding: 6px 0 4px 0;
  text-align: center;
  font-size: 11px;
}
a {
  color: #1d95d4;
}
.clear {
  clear: both;
  padding: 0px;
  margin: 0px;
}
#reamp1 {
  width: 900px;
  margin: 0 25px 50px 25px;
  line-height: 25px;
}
.reamp-upper {
  color: #1d95d4;
  padding-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 30px;
  margin: 0;
}
.reamp-lower {
  background-color: #efefef;
  color: #1d95d4;
  margin: 0;
  padding: 10px 15px 5px 15px;
}
#ui-tab table {
  width: 860px;
  border: 2px #1d95d4 solid;
  border-collapse: collapse;
  background-color: #FFF;
}
#ui-tab table.two {
  width: 860px;
  border: none;
  background-color: #efefef;
}
#ui-tab table td.box {
  border: 2px #1d95d4 solid;
  background-color: #FFF;
  width: 30%;
}
#ui-tab table td.box2 {
  border: 2px #1d95d4 solid;
  background-color: #FFF;
  width: 45%;
}
#ui-tab table td.none {
  border-bottom: none;
  border-top: none;
  background-color: #efefef;
}
#ui-tab .black {
  font-size: 12px;
  color: #000;
  text-align: center;
}
#ui-tab .blue {
  font-size: 16px;
  text-align: center;
  margin: 15px 0 10px 0;
}
#price1 {
  width: 900px;
  margin: 0 25px 50px 25px;
  line-height: 25px;
  letter-spacing: 0px;
}
table {
  width: 900px;
  border: 2px #1d95d4 solid;
  border-collapse: collapse;
}
table tr td {
  border: 2px #1d95d4 solid;
  text-align: center;
  padding: 18px 0 12px 0;
  font-size: 16px;
  color: #1d95d4;
}
#price1 table tr td {
  padding: 8px 15px;
  border: 2px #1d95d4 solid;
  text-align: center;
  padding: 15px 0 12px 0;
  font-size: 17px;
  color: #1d95d4;
}
#price3 {
  width: 900px;
  margin: 0 25px 50px 25px;
  line-height: 25px;
  letter-spacing: 0px;
}
#price3 table tr td {
  border: 2px #1d95d4 solid;
  text-align: center;
  padding: 16px 0 13px 0;
  font-size: 16px;
  color: #1d95d4;
}
#price2 {
  width: 900px;
  margin: 0 25px 50px 25px;
  line-height: 24px;
  letter-spacing: 0px;
}
#price2 table tr td {
  border: 2px #1d95d4 solid;
  text-align: center;
  padding: 15px 0 15px 0;
  font-size: 16px;
  color: #1d95d4;
}
table tr.bg {
  background-color: #efefef;
}
table td.bg {
  background-color: #efefef;
}
table .description {
  font-size: 12px;
}
table .description2 {
  font-size: 13px;
  color: #000;
}
table .campaign {
  font-size: 12px;
  color: #FF0004;
}
table .campaign2 {
  font-size: 12px;
  color: #1d95d4;
}
#mixing1 {
  width: 900px;
  margin: 0 25px 25px 25px;
  line-height: 25px;
  letter-spacing: 0px;
}
#mixing2 {
  width: 871px;
  margin: 0 25px 50px 25px;
  padding: 50px 0 25px 25px;
  line-height: 25px;
  letter-spacing: 0px;
  border: 2px #1d95d4 solid;
  position: relative;
}
#mixing_label {
  width: 200px;
  text-align: center;
  font-size: 17px;
  color: #FFF;
  padding: 5px 5px 5px 5px;
  background-color: #1d95d4;
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: -20px;
  transform: rotate(-15deg);
  z-index: 2;
}
#recording1 {
  width: 900px;
  margin: 0 25px 35px 25px;
  line-height: 25px;
  letter-spacing: 0px;
}
.recording_box {
  width: 900px;
  border: 2px #1d95d4 solid;
  margin: 0 0 30px 0;
  letter-spacing: 1px;
}
.recording_box_upper {
  position: relative;
  height: 60px;
}
.recording_box_lower {
  width: 885px;
  background-color: #EFEFEF;
  text-align: right;
  padding: 10px 15px 10px 0;
  font-size: 14px;
  color: #1d95d4;
  line-height: 30px;
}
.recording_title {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 18px;
  left: 25px;
  color: #1d95d4;
}
.recording_icon {
  height: 50px;
  position: absolute;
  top: 8px;
  right: 15px;
}
#equipments1 {
  width: 900px;
  margin: 0 25px 50px 25px;
  line-height: 25px;
}
#equipments1 table {
  width: 900px;
  border: 2px #1d95d4 solid;
  border-collapse: collapse;
  background-color: #FFF;
}
#equipments1 table tr td {
  padding: 8px 15px;
  border: 2px #1d95d4 solid;
  text-align: left;
  padding: 20px 0 20px 20px;
  font-size: 13px;
  color: #000;
}
#equipments1 table img {
  vertical-align: -18px;
}
#topics {
  width: 900px;
  margin: 0 25px 50px 25px;
  line-height: 25px;
  letter-spacing: 0px;
}
.topics_yt {
  width: 720px;
}
#studio1 {
  width: 900px;
  margin: 0 25px 40px 25px;
  line-height: 25px;
  letter-spacing: 0px;
}
.zumen {
  width: 748px;
  padding-left: 50px;
}
.photos {
  width: 900px;
  margin-bottom: 15px;
}
.photos img {
  transition: 0.1s ease-in-out;
}
.photos img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.photo-l {
  float: left;
}
.photo-r {
  margin-left: 15px;
  float: left;
}
.icons_box {
  width: 270px;
  height: 40px;
  margin-bottom: 15px;
  float: left;
}
.icon-l {
  width: 40px;
  height: 40px;
  float: left;
}
.icon-r {
  width: 220px;
  height: 30px;
  padding: 10px 0 0 10px;
  float: left;
}
.smoke {
  height: 50px;
  margin-top: 25px;
}
.smoke-l {
  width: 40px;
  height: 40px;
  float: left;
}
.smoke-r {
  width: 850px;
  height: 30px;
  padding: 10px 0 0 10px;
  float: left;
}
#studio1 img {
  vertical-align: -10px;
}
#access {
  width: 900px;
  margin: 0 25px 50px 25px;
  line-height: 25px;
}
#tokucho {
  width: 900px;
  height: 119px;
  padding: 15px 0 35px 0;
}
#tokucho_uta {
  width: 900px;
  height: 130px;
  padding: 30px 0 15px 0;
}
#tokucho_rec {
  width: 900px;
  height: 134px;
  padding: 25px 0 0 0;
}
.circle_3 {
  width: 125px;
  height: 100px;
  border-radius: 50%;
  padding: 25px 0 0 0;
  margin-right: 21px;
  font-size: 14px;
  font-weight: bold;
  color: #268DC5;
  text-align: center;
  float: left;
  border-color: #268DC5;
  border: 2px solid;
}
.circle_2 {
  width: 125px;
  height: 90px;
  border-radius: 50%;
  padding: 35px 0 0 0;
  margin-right: 21px;
  font-size: 14px;
  font-weight: bold;
  color: #268DC5;
  text-align: center;
  float: left;
  border-color: #268DC5;
  border: 2px solid;
}
.circle_1 {
  width: 125px;
  height: 75px;
  border-radius: 50%;
  padding: 50px 0 0 0;
  margin-right: 21px;
  font-size: 14px;
  font-weight: bold;
  color: #268DC5;
  text-align: center;
  float: left;
  border-color: #268DC5;
  border: 2px solid;
}
.circle_3b {
  width: 115px;
  height: 93px;
  border-radius: 50%;
  padding: 22px 0 0 0;
  margin-right: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #268DC5;
  text-align: center;
  float: left;
  border-color: #268DC5;
  border: 2px solid;
}
.circle_2b {
  width: 115px;
  height: 83px;
  border-radius: 50%;
  padding: 32px 0 0 0;
  margin-right: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #268DC5;
  text-align: center;
  float: left;
  border-color: #268DC5;
  border: 2px solid;
}
.mail_left {
  width: 400px;
  height: 40px;
  float: left;
  margin: 15px 15px 15px 0;
}
#contact {
  width: 900px;
  margin: 0 25px 50px 25px;
  font-size: 14px;
  color: #000;
}
#rec_sample {
  width: 900px;
  height: 160px;
}
#reamp_sample {
  width: 900px;
  margin-left: 25px;
  margin-bottom: 30px;
}
.youtube2 {
  width: 252px;
  height: 155px;
  float: left;
  margin-top: 5px;
  margin-right: 45px;
}
.youtube {
  width: 252px;
  height: 188px;
  float: left;
  font-size: 11px;
  line-height: 15px;
  margin-bottom: 30px;
  margin-right: 45px;
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #121212;
    color: #E5E5E5;
  }
  #wrapper {
    background-color: #000;
    color: #E5E5E5;
  }
  #media {
    font-size: 10px;
    line-height: 17px;
    background-color: #E5F3FF;
    border: #B5DDFF solid 1px;
    color: black;
  }
  nav {
    color: #E5E5E5;
  }
  nav ul li a {
    color: #E5E5E5;
  }
  #path ol li {
    color: #E5E5E5;
  }
  #path ol li a {
    color: #E5E5E5;
  }
  #path ol li a:hover {
    color: #E5E5E5;
  }
  #contact {
    color: #FFFFFF;
  }
  footer {
    color: #E5E5E5;
    background-color: #222;
  }
  #copyright {
    background-color: #222;
  }
  #equipments1 table {
    background-color: #000;
  }
  #equipments1 table tr td {
    color: #E5E5E5;
  }
  table tr.bg {
    background-color: #222;
  }
  table td.bg {
    background-color: #222;
  }
  table .description2 {
    font-size: 13px;
    color: #E5E5E5;
  }
}