@charset "UTF-8";
/*スマホファースト（PC背景）
=======================================================*/
.pc-max-bx {
  max-width: 1500px;
  min-width: initial;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.sub-contents-fixed {
  width: 100%;
  max-width: 1500px;
  height: 100%;
  position: fixed;
  top: 38px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

.sub-contents {
  position: absolute;
  width: 300px;
  height: auto;
  box-sizing: border-box;
}

.sub-contents-lt {
  left: 0;
  top: 0;
}

.sub-contents-lb {
  left: 0;
  bottom: 0;
}

.sub-contents-rt {
  right: 0;
  top: 0;
}

.sub-contents-rb {
  right: 0;
  bottom: 0;
}

.sub-contents-side-lt {
  position: fixed;
  top: 0;
  margin-left: -211px;
}

.sub-contents-side-lb {
  position: fixed;
  bottom: 0;
  margin-left: -211px;
}

.sub-contents-side-rt {
  position: fixed;
  top: 0;
  margin-left: 360px;
}

.sub-contents-side-rb {
  position: fixed;
  bottom: 0;
  margin-left: 360px;
}

.main-contents-container {
  width: 375px;
  background: #fff;
  position: absolute;
  top: 0;
  box-sizing: border-box;
  margin: 0 0 0 auto;
}

.main-contents-bx {
  height: 100%;
  position: relative;
}

.contents-r {
  right: 0;
}

.contents-c {
  left: 0;
  right: 0;
  margin: 0 auto;
}
