﻿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: inherit;
  font-size: 100%;
  vertical-align: baseline
}
html {line-height: 1}
html, body {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #414A52;
  -webkit-text-size-adjust: 100%
}
body {overflow-x: hidden}
/*2023.6.14*/
body.active {
  height: 100%;
  overflow: hidden;
}
/*2023.6.14*/

ul.example_txt {padding-left: 40px;}
ul.example_txt li {list-style: disc; font-size: 14px; line-height: 25px; padding-bottom: 15px; color: #000;}
ul.follow-nav li img {width:90px}

a img {border: none}
a img.h-opacity{
opacity:1.0;
-moz-opacity:1.0;
filter: alpha(opacity=100);
}
a:hover img.h-opacity{
opacity:0.6;
-moz-opacity:0.6;
filter: alpha(opacity=60);
}

p {font-size: 15px; line-height: 27px; padding-bottom: 15px; color: #414a52}

h1 {font-size: 45px; font-weight: 300; line-height: 68px}
h2 {font-size: 26px; font-weight: 600; color: #000; line-height: 40px}
h2 span {display: block; font-size: 18px}

.default h2 {margin: 35px 0}
.default img {width: 100%}

h2.catchphrase {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  line-height: 50px;
  margin: 35px 0 35px
}

h3 {font-size: 20px; font-weight:600; line-height: 32px; margin-top: 20px; margin-bottom: 20px; color: #000}

.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown, .fadeIn {
  visibility: visible
}

table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  /*table-layout: fixed;*/
}

table tr {
  background-color: #fff;
  padding: .35em;
  border: 2px solid #adb0b3;
}
table td {
  padding: 1em .5em;
  border-right: 2px solid #adb0b3;
  text-align: center;
  width: 25%;
  vertical-align: middle;
}

div.price_list table td {
  padding: .8em .5em;
  border-right: 2px solid #adb0b3;
  text-align: center;
  width: 25%;
  vertical-align: middle;
}

table.price_list-003 td {
  padding: 2em .5em;
  border-right: 2px solid #adb0b3;
  text-align: center;
  width: 20%;
  vertical-align: middle;
}
.table_txt {
  text-align: left;
  padding-left: 1em;
  width: 75%;
}
.table_txt_1 {
  text-align: left;
  padding-left: 1em;
  width: 100%;
  background:#d7d7d8;
  padding: .5em
}
.table_txt_2{
  text-align: left;
  padding-left: 1em;
  width: 100%;
  padding: .5em
}
.table_bk-01 {
  background:#d7d7d8
}
.table_bk-02 {
  background:#eef0f0
}
.table_bk-03 {
  background:#ffe380
}
.table_bk-04 {
  background:#ff8469
}
.table_bk-05 {
  background:#ade468
}

a.form_link {
  display: block;
  border: #a6ffe1 2px solid;
  padding: 30px;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  color: #414a52
}
a.form_link:hover {background: rgba(166,255,255,0.1); color: #414a52}

.bold-italic {font-weight: 600; font-style: italic}

.view-more {margin-top: 70px}

.has-padding-t {padding: 85px 0 0}
.has-padding-end {padding: 85px 0 170px}

.footer-bg {background-color: #000000}
.is-centered {text-align: center}
.group:after {display: table; clear: both; content: ''}
.no-padding {padding: 0}
.no-margin {margin: 0}

a {color: #7ae2de}
a:hover {text-decoration: none; color: #71d5d2}

.character-spacing_s {margin-top: 40px}
.character-spacing_l {margin-top: 80px}
.character-spacing_bs {margin-bottom: 40px}
.character-spacing_stb {margin-top: 40px; margin-bottom: 40px}
.wide {width: auto; max-height: 100%}
.tall {max-width: 100%; height: auto}
.bold {font-weight: 600}

/*header*/
.header-nav-wrapper {
  position: relative;
  background-color: #fff
}

/* 2023.4.30更新 */
.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* 2023.4.30更新 */

/*header logo*/
.header-nav-wrapper .logo {
  display: inline-block;
  width: 210px;
  padding: 10px 0 10px 34px;
  text-align: center;
}
.header-nav-wrapper .logo img {
  width: 100%
}

/* 2023.4.30更新 */
.header-nav .logo {
  flex-basis: 15%;
  text-align: center;
}
/* 2023.4.30更新 */

/*header navi*/
.header-nav-wrapper .primary-nav-wrapper {
  float: right;
  -webkit-transition: all 300ms;
  transition: all 300ms
}
ul.secondary-nav li.navi-reserve i {color: #63af43;}
ul.secondary-nav li.navi-mobile i {color: #f7ab00;}
ul.secondary-nav li.navi-inquiry i {color: #5212f8;}
ul.secondary-nav li.navi-phone i {color: #dc5555;}
/*
.header-nav-wrapper nav {
  display: inline-block;
  margin-right: 3px;
  padding: 20px 0
}
*/
.header-nav-wrapper nav ul {
  display: inline-block
}
.header-nav-wrapper nav ul li {
  font-size: 13px;
  display: inline-block;
  padding: 10px 20px;
  letter-spacing: 1px;
  text-transform: none;
  /*border-right: solid 1px #E5E7E9*/
}
.header-nav-wrapper nav ul li:last-child {
  border-right: none
}
.header-nav-wrapper nav ul li a {
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  text-decoration: none;
  color: #414a52
}
.header-nav-wrapper nav ul li a:hover {
  color: #7ae2de
}
.header-nav-wrapper nav ul li a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 2px;
  content: '';
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #7ae2de
}
.header-nav-wrapper nav ul li a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}
.header-nav-wrapper .is-visible {
  visibility: visible;
  opacity: 1
}
.primary-nav-wrapper.open {
  visibility: visible;
  opacity: 1
}

/* 2023.4.30更新 */
.header-nav .primary-nav {
  flex-basis: 55%;
  text-align: center;
}
.header-nav .secondary-nav {
  flex-basis: 23%;
  text-align: center;
}
.header-nav .primary-nav ul, .header-nav .secondary-nav ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.header-nav ul.primary-nav li {
  flex-basis: calc(20% - 10px);
  text-align: center;
  padding: 10px;
}
.header-nav ul.secondary-nav li {
  flex-basis: calc(30% - 2px);
  text-align: center;
  padding: 10px;
}
ul.secondary-nav li a {
  color: #000;
}
ul.secondary-nav li a i {
  font-size: 34px;
}
ul.secondary-nav li a span {
  display: block;
  font-size: 13px;
  padding-top: 8px;
}
.footer-secondary-nav{display: none;}
/* 2023.4.30更新 */

/*header navi toggle*/
.nav-toggle {
  position: absolute;
  z-index: 999999;
  top: 50%;
  left: 50%;
  padding: 21px;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.nav-toggle:focus {
  outline: none
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  content: '';
  cursor: pointer;
  border-radius: 1px;
  background: #7b797a; /*#595758;*/
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto
}
.nav-toggle span:before {
  top: -10px
}
.nav-toggle span:after {
  bottom: -10px
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out
}
.nav-toggle.active span {
  background-color: transparent
}
.nav-toggle.active span:before, .nav-toggle.active span:after {
  top: 0
}
.nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.nav-toggle.active span:after {
  top: 10px;
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg)
}
.navicon {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  width: 24px;
  height: 26px;
  padding: 37px 37px 36px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out
}

/*header follow navi*/
.header-nav-wrapper .follow-nav {
  position: fixed;
  right: 10px;
  top: 190px;
  z-index: 10;
}
.header-nav-wrapper .follow-nav a {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.header-nav-wrapper .follow-nav a:hover {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: .7;
}
.header-nav-wrapper .follow-nav li {
  margin-bottom: 10px;
}

.fixed {
  position: fixed;
  z-index: 999
}

#header-nav-wrapper.scroll {
  position: fixed;
  animation-name: anime;
  animation-duration: 0.3s;
  z-index: 999;
  width: 100%;
  opacity: 0.8;
}

.carousel-cell {
  display: table;
  width: 100%;
  height: calc(100vh - 73px);
  margin-right: 10px;
  background-size: cover;
}
.rental-backimg {
  background-image: url(../images/studio/studio_top.jpg)
}
.rec-backimg {
  background-image: url(../img/rec_top.jpg)
}
.online-backimg {
  background-image: url(../img/online_top.jpg)
}
.movie-backimg {
  background-image: url(../img/movie_top.jpg)
}
.post-backimg {
  background-image: url(../img/post_top.jpg)
}
.media-backimg {
  background-image: url(../img/media_top.jpg)
}
.access-backimg {
  background-image: url(../img/access_top.jpg)
}
/*header.header-container {
  position: relative;
  display: table;
  width: 100%;
  height: calc(100vh - 73px);
  max-height: 760px
}*/
header.header-container .header-txt {
  display: table-cell;
  vertical-align: bottom
}
header.header-container h1 {font-size: 1em; line-height: 1}
header.header-container h1 img {width: 100%}
.scroller {
  margin-bottom: 10px
}
.scroller a {
  color: #fff
}
.scroller img {
  padding-bottom: 5px;
}

.strength p {color:#000;}

footer p {
  font-size: 14px;
  color: #fff
}
footer ul li {
  font-size: 14px;
  color: #fff;
  list-style: none;
}
footer ul li i {
  margin-right: 5px
}
footer ul li a {
  color: #fff
}
footer ul li a:hover {
  color: #7AE2DE
}
footer .footer-branding {
  margin-bottom: 40px
}
footer .footer-branding p {
  line-height: 15px;
  padding-bottom: 0
}
footer .footer-branding ul {
  margin-top: 7px;
  line-height: 20px;
  list-style: none;
}
.footer-branding img {width: 60%;}
footer .footer-branding .footer-branding-logo {
  margin-bottom: 10px
}
footer .footer-nav {
  padding-top: 40px;
  /*border-top: solid 1px rgba(255, 255, 255, 0.15)*/
}
footer .footer-nav ul.footer-primary-nav {
  /*display: inline-block;*/
  margin-bottom: 30px
}
footer .footer-nav ul.footer-primary-nav li {
  display: inline-block;
  margin-right: 50px
}
footer .footer-nav ul.footer-primary-nav li:last-child {
  margin-right: 0
}
footer .footer-nav ul.footer-share {
  display: inline-block;
  float: right
}
footer .footer-nav ul.footer-share>li {
  display: inline-block;
  margin-right: 50px
}
footer .footer-nav ul.footer-share>li:last-child {
  margin-right: 0
}
footer ul.footer-secondary-nav {
  margin-top: 80px
}
footer .footer-nav ul.footer-secondary-nav li {
  color: #8A9097
}
.is-open {
  top: -20px;
  opacity: 1
}
.img-full {
  width: 100%
}

div.price_list img {
  width: 88%;
}

img.line-bnr {width: 232px;}
img.line-qr {width: 130px;}
p.line-txt {font-size: 17px;}
p.line-bnr-txt {font-weight: bold; font-size: 17px; padding-top: 23.5px;}
p.line-qr-txt {font-weight: bold; font-size: 17px; padding-top: 51.5px;}

a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}

a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}
a.btn--orange:visited {
  color: #fff;
}

a.btn-pc {
  float: right;
  margin-left: 15px;
}
a.btn-sp {
  display: none;
}
/*
a.btn-c {
  font-size: 2rem;
  position: relative;
  padding: 1.5rem 3rem 1.5rem 2rem;
}
*/

a.btn-c i.fa, a.btn-c i.fas {
  margin-right: .5rem;
}

.youtube {
  margin-top: 30px;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1402px) {
  .header-nav-wrapper nav {
    padding: 4px 0
  }
  .primary-nav-wrapper {
    width: 82%
  }
}
@media screen and (max-width: 1322px) {}
@media screen and (max-width: 1200px) {
  .header-nav-wrapper nav {
    margin-right: 10px
  }
  .header-nav-wrapper .logo {
    width: 174px
  }
}
@media screen and (max-width: 1024px) {
  .pc_hidden {display: none;}
  .mobile_hidden {display: block;}
  .carousel-cell {
    background: url(../img/topimg.png) no-repeat;
    background-size: cover; /*cover:contain*/
    height: calc(100vh - 101px);
  }
  .secondary-nav {display: none;}
  .primary-nav-wrapper {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #414A52
  }
  .navicon {
    visibility: visible
  }
  .header-nav {display: block;}
  .header-nav-wrapper nav {
    width: 100%;
    padding: 100px 0 0;
    text-align: center
  }
  .header-nav-wrapper nav ul {
    display: block
  }
  .header-nav-wrapper nav ul li {
    font-size: 21px;
    display: block;
    padding: 10px 20px;
    border-right: none
  }
  .header-nav-wrapper nav ul li a {
    display: block;
    padding-bottom: 30px;
    color: #fff
  }
  .header-nav-wrapper nav ul li a:before {
    display: none
  }
  .header-nav .primary-nav ul {
    display: block !important;
  }
  ul.follow-nav li img {width:80px}

  a.btn-pc {
    display: none;
  }
  a.btn-sp {
    display: inline-block;
    margin-right: 15px;
  }

}
@media screen and (max-width: 991px) {
  h4 {
    margin-left: 0
  }
  footer .footer-nav ul.footer-primary-nav li {
    margin-right: 40px
  }
}
@media screen and (max-width: 1024px) {
  footer ul.footer-secondary-nav {
    margin-top: 80px
  }
  footer ul.footer-secondary-nav li a {
    margin-top: 10px
  }
  .footer-secondary-nav {
    display: block;
    position: sticky;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
  .footer-secondary-nav ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
  }
  ul.footer-secondary-nav li {
    flex-basis: calc(33.333%);
    text-align: center;
    padding: 10px;
  }
  ul.footer-secondary-nav li a {
    color: #fff;
  }
  ul.footer-secondary-nav li a i {
    font-size: 34px;
  }
  ul.footer-secondary-nav li a span {
    display: block;
    font-size: 13px;
    padding-top: 8px;
  }
  ul.footer-secondary-nav li.navi-reserve {
    background: #63af43;
  }
  ul.footer-secondary-nav li.navi-mobile {
    background: #f7ab00;
  }
  ul.footer-secondary-nav li.navi-inquiry {
    background: #5212f8;
  }
  ul.footer-secondary-nav li.navi-phone {
    background: #dc5555;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  ul.footer-secondary-nav li a span.mobile_navi{display:none;}
}
@media screen and (max-width: 767px) {
  ul.footer-secondary-nav li a span.tablet_navi{display:none;}
}

@media screen and (max-width: 768px) {
  footer .footer-branding {
    margin-bottom: 20px
  }
  .footer-branding img {width: 35%; padding-top: 20px; margin-top: -150px}
  footer .footer-nav {
    padding-top: 0;
    /*border-top: solid 1px rgba(255, 255, 255, 0.15)*/
  }
  footer .footer-nav ul.footer-primary-nav {
    display: block;
    margin-bottom: 0
  }
  footer .footer-nav ul.footer-primary-nav li {
    display: block;
    margin: 0 0 20px;
    padding: 15px 0;
    border-bottom: dashed 1px rgba(255, 255, 255, 0.25)
  }
  footer ul li a {
    display: block
  }
  footer .footer-nav ul.footer-share {
    display: block;
    float: none
  }
  footer .footer-nav ul.footer-share>li {
    display: block;
    margin: 0 0 20px;
    padding: 15px 0;
    border-bottom: dashed 1px rgba(255, 255, 255, 0.25)
  }
}
@media screen and (max-width: 640px) {
  header.header-container {
    height: auto
  }
  ul.follow-nav li img {width:60px}
  .carousel-cell {
    background: url(../img/topimg.png) no-repeat;
    background-size: cover;
    height: 100%
  }
  header.header-container h1 {
    font-size: 18px;
    line-height: 25px;
  }
  header.header-container h1 span {
    font-size: 13px
  }
  .scroller {
    display: none
  }
  .header-nav-wrapper nav ul li {
    font-size: 18px;
    display: block;
    padding: 10px 20px;
    border-right: none
  }
  .header-nav-wrapper nav ul li a {
    display: block;
    padding-bottom: 10px;
    color: #fff
  }
  .sg-logo {width: 80%; padding-top: 0}
  .footer-branding img {width: 50%; padding-top: 20px; margin-top: -50px}
  .has-padding {
    padding: 12px 0 0
  }
  .has-padding-t {
    padding: 50px 0 0
  }
  .has-padding-end {
    padding: 50px 0 50px
  }
  .has-padding-tall {
    padding: 80px 0
  }
  .char-sp_reset {margin-top: 25px}
  .strength h2, .default h2 {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 25px
  }
  .strength h2 span, .default h2 span {
    font-size: 13px
  }
  h3 {
    font-size: 16px;
    margin: 15px 0;
    font-weight: 600
  }
  table td {font-size: 12px;}
  .view-more {
    margin: 40px 0
  }
  .character-spacing_l {margin-top: 40px}
  .no-display{display:none}

  div.price_list img {
    width: 100%;
  }

  div.price_list p.price_list_txt {
    font-size: 13px;
    text-align: left;
    margin-top: 10px;
  }

  img.line-bnr {width: 100%;}
  img.line-qr {width: 100%;}
  p.line-txt {font-size: 14px;}
  p.line-bnr-txt {font-weight: bold; font-size: 13px; padding-top: 6px;}
  p.line-qr-txt {font-weight: bold; font-size: 13px; padding-top: 49.5px;}

}
@media (orientation: landscape) and (max-width: 1024px) {
  /* 横向きの場合のスタイル */
  .carousel-cell {
    background-image: url(../img/topimg.png)
  }
}
@media (orientation: landscape) and (max-width: 768px) {
  /* 横向きの場合のスタイル */
  .carousel-cell {
    background-image: url(../img/topimg.png)
  }
  header.header-container h1 {
    font-size: 18px;
    line-height: 25px;
  }
  header.header-container h1 span {
    font-size: 13px
  }
  .scroller {
    display: none;
  }
  h3 {
    font-size: 16px;
    margin: 15px 0;
    font-weight: 600
  }
  .column-xs-2 {
    width: 50%
  }
  .column-xs-3 {
    width: 33.33333333%;
    float: left;
  }
}
@media screen and (max-width: 480px) {
  .header-nav-wrapper .logo {
    padding-left:10px
  }
}
