@charset "utf-8";
/*---------------------------------------- ↓common ----------------------------------------*/
.inner {
  width: 960px;
  margin: 0 auto;
}
body {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "MS PMincho", serif;
  transition: opacity 1s;
}
#anchor01,
#anchor02,
#anchor03 {
  padding: 50px 0 0 0;
  margin: -50px 0 0 0;
}
#anchor04 {
  padding: 150px 0 0 0;
  margin: -150px 0 0 0;
}
.hov {
  transition: opacity 0.2s;
}
.hov:hover {
  opacity: 0.7;
}
/*---------------------------------------- ↓header ----------------------------------------*/
.header-fix {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 20px 30px;
  z-index: 1000;
  min-width: 800px;
  transition: 0.7s;
  left: 0;
  top: 0;
}
.header-fix.fixed {
  position: fixed;
  padding: 20px 30px;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.main-logo {
  float: left;
}
.list-main-nav {
  float: right;
}
.list-main-nav li {
  float: left;
}
.list-main-nav a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  letter-spacing: 1px;
  margin: 0 0 0 30px;
  position: relative;
}
.list-main-nav a:after {
  content: "";
  width: 0;
  position: absolute;
  height: 1px;
  background: #fff;
  left: 50%;
  bottom: 0;
  transition: 0.2s;
}
.list-main-nav a:hover:after,
.list-main-nav a.active:after {
  width: 100%;
  left: 0;
}
/*---------------------------------------- ↓footer ----------------------------------------*/
footer {
  background: #000;
  min-width: 960px;
}
.list-f-nav {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0;
}
.list-f-nav li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.list-f-nav a {
  display: block;
  color: #fff;
  border: 3px solid #fff;
  padding: 5px 25px;
  font-size: 88%;
  transition: 0.3s;
}
.list-f-nav a:hover {
  color: #000;
  background: #fff;
}
.copyright {
  background: #4d4d4d;
  padding: 100px 0 20px;
  min-width: 960px;
}
.copyright .text {
  width: 960px;
  margin: 0 auto;
  text-align: right;
}
.copyright .text small {
  color: #fff;
  font-size: 75%;
}
/*---------------------------------------- ↓front ----------------------------------------*/
.block-main-title {
  background: url(../img/main-bg.jpg) no-repeat center center;
  background-size: cover;
  min-width: 960px;
  min-height: 600px;
  display: table;
  width: 100%;
  text-align: center;
}
.block-main-title .main-title {
  display: table-cell;
  vertical-align: middle;
}
/*--------------- ↓about -----------------*/
.block-about {
  min-width: 960px;
  background: url(../img/about-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 100px 0;
  display: table;
  width: 100%;
  height: auto;
  text-align: center;
  height: 750px;
}
.block-about .area-white {
  display: table-cell;
  vertical-align: middle;
}
.block-about .bg-white {
  width: 600px;
  margin: 0 auto;
  padding: 40px 0 30px;
  background: rgba(255, 255, 255, 0.8);
}
.block-about .strong-text {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 25px;
}
.block-about .text {
  font-size: 88%;
  margin: 15px 0;
  line-height: 1.8;
}
.block-about .spot-email {
  overflow: hidden;
}
.block-about .spot-email p {
  display: inline-block;
  line-height: 30px;
}
.block-about .spot-email .bg-black a {
  display: block;
  background: #000;
  color: #fff;
  padding: 0 30px;
  margin: 0 15px 0 0;
  font-size: 88%;
  letter-spacing: 1px;
}
.block-about .spot-email .email a {
  text-decoration: underline;
  transition: color 0.2s;
}
.block-about .spot-email .email a:hover {
  color: #80273f;
}
/*--------------- ↓service -----------------*/
.block-service {
  background: #000;
  position: relative;
  width: 100%;
  min-width: 960px;
  height: 630px;
  padding: 170px 0 0;
  background: url(../img/studio-bg01.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.block-service .area-text {
  color: #fff;
  width: 520px;
  margin: 0 auto;
  padding: 40px;
  background: rgba(0, 0, 0, 0.8);
}
.block-service .area-text .sec-title {
  text-align: center;
  margin: 0 0 20px 0;
}
.block-service .list-service li {
  list-style-type: disc;
  margin: 0.5em 0 0.5em 1.2em;
}
.area-service-top {
  background: #f4f4f4;
  min-width: 960px;
  padding: 0 0 80px 0;
}
.area-service-top .sec-title {
  position: relative;
  top: -35px;
  text-align: center;
}
.area-service-top .service-text {
  width: 600px;
  margin: 20px auto;
}
.area-service-detail {
  background: #000;
  color: #fff;
  min-width: 960px;
}
.area-service-detail .spot-service-detail {
  position: relative;
  overflow: hidden;
}
.area-service-detail .spot-service-detail + .spot-service-detail {
  border-top: 1px solid #fff;
}
.area-service-detail .spot-service-detail .title {
  display: inline-block;
  padding: 10px 0;
  border: solid 1px #fff;
  font-size: 18px;
  margin: 0 0 30px 0;
  text-align: center;
  width: 300px;
}
.area-service-detail .spot-service-detail .text {
  line-height: 1.8;
  margin: 0 0 70px 0;
}
.area-service-detail .spot-service-detail .list-service-detail {
  font-size: 88%;
}
.area-service-detail .spot-service-detail .text-area {
  position: relative;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  padding: 80px 0 80px 80px;
}
.area-service-detail .spot-service-detail .animation-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 800px;
  z-index: 0;
}
.spot-service-detail.service01 .animation-bg {
  background: url(../img/studio-bg01.png) no-repeat right center;
  background-size: cover;
}
.spot-service-detail.service02 .animation-bg {
  background: url(../img/studio-bg02.png) no-repeat right center;
  background-size: cover;
}
.spot-service-detail.service03 .animation-bg {
  background: url(../img/studio-bg03.png) no-repeat right center;
  background-size: cover;
}
/*--------------- ↓studio -----------------*/
.block-studio {
  padding: 150px 0 0 0;
  text-align: center;
}
.block-studio .studio-bg {
  background: #f4f4f4;
  min-width: 960px;
  padding: 0 0 150px 0;
}
.block-studio .sec-title {
  position: relative;
  top: -38px;
}
.block-studio .text {
  font-size: 88%;
  line-height: 1.8;
}
.block-studio .text + .text {
  margin: 25px 0 70px 0;
}
.block-studio .area-studio-video iframe {
  width: 960px;
  height: 540px;
  margin: 10px auto 100px;
}
.list-studio-image {
  width: 960px;
  margin: 0 auto;
}
.list-studio-image li {
  width: 50%;
  display: table;
  height: 480px;
  float: left;
  overflow: hidden;
}
.list-studio-image li:nth-child(1) {
  background: url(../img/studio-img01.png) no-repeat center center;
}
.list-studio-image li:nth-child(2) {
  background: url(../img/studio-img02.png) no-repeat center center;
}
.list-studio-image li:nth-child(3) {
  background: url(../img/studio-img03.png) no-repeat center center;
}
.list-studio-image li:nth-child(4) {
  background: url(../img/studio-img04.png) no-repeat center center;
}
.list-studio-image li:nth-child(5) {
  background: url(../img/studio-img05.png) no-repeat center center;
}
.list-studio-image li:nth-child(6) {
  background: url(../img/studio-img06.png) no-repeat center center;
}
.list-studio-image li:nth-child(7) {
  background: url(../img/studio-img07.png) no-repeat center center;
}
.list-studio-image li:nth-child(8) {
  background: url(../img/studio-img08.png) no-repeat center center;
}
.list-studio-image li:nth-child(9) {
  background: url(../img/studio-img09.png) no-repeat center center;
}
.list-studio-image li:nth-child(10) {
  background: url(../img/studio-img10.png) no-repeat center center;
}
.list-studio-image .hover-bg {
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
  transition: 0.7s;
}
.list-studio-image li:hover .hover-bg,
.list-studio-image li.sp-touch {
  opacity: 1;
}
.list-studio-image .hover-bg.bg-black {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.list-studio-image .hover-bg.bg-white {
  background: rgba(255, 255, 255, 0.7);
  color: #000;
}
.list-studio-image .hover-text {
  line-height: 3;
  font-size: 115%;
}
/*--------------- ↓access -----------------*/
.block-access .sec-title {
  text-align: center;
  position: relative;
  top: -20px;
}
.area-ggmap {
  width: 100%;
  margin: 20px 0 40px;
}
.block-access .area-access-logo {
  text-align: center;
  margin: 0 0 70px 0;
}
.block-access .area-access-logo .access-text {
  margin: 10px 0 0;
  font-size: 88%;
}
.area-access-method {
  width: 960px;
  margin: 0 auto 100px;
  overflow: hidden;
}
.area-access-method .spot-method {
  float: left;
  box-sizing: border-box;
  padding: 170px 12px 0px;
  font-size: 75%;
  min-height: 270px;
}
.area-access-method .spot-method.car {
  background: url(../img/icon01.png) no-repeat center 20px;
  border-left: solid 1px #000;
  width: 22%;
}
.area-access-method .spot-method.train {
  background: url(../img/icon02.png) no-repeat center 20px;
  border-left: solid 1px #000;
  width: 23%;
}
.area-access-method .spot-method.bus {
  background: url(../img/icon03.png) no-repeat center 76px;
  border-left: dotted 1px #999;
  border-right: dotted 1px #999;
  position: relative;
  width: 33%;
}
.area-access-method .spot-method.taxy {
  background: url(../img/icon04.png) no-repeat center 76px;
  border-right: solid 1px #000;
  width: 22%;
}
.area-access-method .spot-method.bus:before {
  content: url(../img/arrow.png);
  position: absolute;
  left: -17px;
  top: 45%;
  text-align: center;
}
.area-ggmap {
  height: 450px;
  width: 100%;
}
.gmap-text {
  font-size: 115%;
  text-align: center;
  margin: 20px 0 0 0;
}
.gmap-text p {
  border: solid 1px #000;
  display: inline-block;
  margin: 0 5px;
}
.gmap-text a {
  display: block;
  padding: 10px 20px;
  transition: 0.3s;
}
.gmap-text .gmap-move {
  background: #000;
  color: #fff;
}
.gmap-text .gmap-pdf {
  background: #fff;
  color: #000;
}
.gmap-text a:hover {
  opacity: 0.7;
}
.btnArea a {
  display: block;
  width: 250px;
  padding: 10px 0;
  margin: 15px auto 0;
  border: 1px solid #000000;
  transition: 0.3s;
}
.btnArea a:hover {
  opacity: 0.6;
}
@media screen and (max-device-width: 768px) {
  .list-main-nav a:after {
    display: none;
  }
  .block-main-title {
    height: 800px !important;
  }
}
@media print {
  .wow {
    visibility: visible !important;
  }
}

#english .contentsArea {
  background: url("../img/en/back.jpg");
  background-size: cover;
  width: 920px;
  height: 900px;
  margin: 0 auto;
  position: relative;
}
.contentsArea .textArea01 {
  color: #ffffff;
  text-shadow: 2px 2px 3px #000000;
  position: absolute;
  top: 210px;
  left: 45px;
}
.contentsArea .textArea01 h1 {
  margin: 0 0 20px;
  font-size: 1.4em;
  line-height: 1.2em;
}
.contentsArea .textArea01 h1 span {
  font-size: 0.6em;
}
.contentsArea .textArea01 p {
  margin: 0 0 20px;
}
.contentsArea .textArea01 p.red {
  color: #ee220c;
}
.contentsArea .textArea02 {
  position: absolute;
  bottom: 40px;
  right: 10px;
}
.contentsArea .textArea02 a {
  color: #006bb7;
  text-decoration: underline;
}
.contentsArea .textArea02 a.red {
  color: #ee220c;
}
.contentsArea .textArea02 a:hover {
  text-decoration: none;
}

.storng {
  font-weight: bold;
  font-size: 1.1em;
}

.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 1001;
  top: 0;
}
.btn_area {
  width: 80%;
  max-width: 800px;
  height: 80%;
  max-height: 610px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  text-align: center;
  z-index: 2;
  padding: 15px 45px 40px;
  text-align: left;
  line-height: 1.8;
  overflow-y: scroll;
}
.btn_area a:hover {
  opacity: 0.7;
}
.btn_area .ttl {
  font-weight: bold;
  text-align: center;
  margin: 30px 0 20px;
}
.btn_area p {
  margin: 0 0 15px;
}
.btn_area li {
  list-style: disc outside;
  margin: 0 0 15px 20px;
}
.btn_area button {
  display: block;
  color: #333;
  padding: 12px 40px;
  border: 3px solid #333;
  margin: 40px auto 0;
  transition: 0.3s;
  background: #fff;
}
.btn_area button:hover {
  cursor: pointer;
  opacity: 0.7;
}
.noscroll {
  overflow: hidden;
}
.btn_style {
  display: inline-block;
  padding: 14px 32px;
  color: #fff;
  border-radius: 24px;
  background-color: #962c4e;
  transition: 0.3s;
  line-height: 1em;
}
@media screen and (max-device-width: 768px) {
  .block-about {
    background-attachment: unset;
  }
  .block-service {
    background-attachment: unset;
  }
}
