.dno{
	display: none !important;
}

/* pcview */
.pc { display: block !important; }
.sp { display: none !important; }

/* spview */
@media only screen and (max-width: 750px) {
  .pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	img {
		max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
	}
}

@font-face {
    font-family: 'crea-font';
    src: url('/css/font/NotoSansJP-Regular-ss.otf') format('opentype');
      font-weight: 400;
      font-style: normal;
}
@font-face {
    font-family: 'crea-font';
    src: url('/css/font/NotoSansJP-Bold-ss.otf') format('opentype');
      font-weight: 700;
      font-style: bold;
}

html, body {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  font-family: 'crea-font', '游ゴシック', 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-weight: 400;
	font-size: 1em;
	overscroll-behavior: none;
  overflow-x: hidden;
  /*background: #f6f6f6;
  background: #f0f0f0;*/
  /*background: linear-gradient(
      90deg
      , #f0f0f0 0%, #f0f0f0 50%, #e5e5e5 50%, #e5e5e5 100%);*/
}
a {
    text-decoration: none;
    color: #190A07;
}
ul {
	list-style: none;
	padding-left: unset;
}
li {
    padding: 0.3em;
}
li a {
	display: contents;
	font-size: 12px;
	letter-spacing: 0.24px;
}
img {
  image-rendering: -webkit-optimize-contrast;
}
/*h1,h2,h3 {
  font-family: Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}*/

header.fixed {
    margin-top: 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	border-bottom: 2px solid #F6F5F5;
	box-shadow: 0px 1px 1px #00000029;
	opacity: 1;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 60px;
    transition: 0.5s;
}

header #navbar {
    width: 100%;
    overflow: hidden;
    padding: 5px 0;
    box-sizing: border-box;
    margin-bottom: auto;
    border-bottom: 1px solid #ddd;
}
div.drawer{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 1em;
}
div.drawer a img {
	max-width: 100%;
  width: 10rem;
  image-rendering: -webkit-optimize-contrast;
}
.navbtn a {
    display:block;
    padding: 1.1em;
    border-bottom: 1px dotted #e5e5e5;
    color: #221915;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 3.2px;
    text-decoration:none;
}
.navbtn{
    text-align:center;
    background-color: #fffffff2;
    transition: 0.5s ease;
    -webkit-transform: translateX(100%);
    display: none;
}
.navbtn.open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    display: block;
    background: #00adb5fa;
}
li.listitm,
li.sub-menu-item {
  padding: 0;
}

div.top {
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}

h1.hidden {
  position: fixed;
  z-index: -1;
  opacity: 0;
  width: 4px;
  height: 4px;
  top: 0;
  left: 0;
}

div.video-area {
  display: flex;
  justify-content: center;
  align-items: center;
}

main {
  flex: 1;
}

div.top.service {
    color: #221915;
   /* margin: 5em auto 0;*/
}

div.h-title p {
  font-size: 1.1rem;
  font-weight: 700;
  text-align: left;
  margin: 0 0 0 0.2rem;
  color: #3e3a39;
}
div.h-title p img {
  width: 2rem;
  vertical-align: middle;
  margin: 0 6px 3px;
}


article.service-inner,
section#recruit {
    margin: 0 auto;
    margin-bottom: 3em;
    padding-bottom: 2em;
    background: #ffffffb3;
}
h2.c-hdg01,
h3.c-hdg01 {
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    color: #ffffff;
    padding: 0.47em 0;
    white-space: pre-line;
    line-height: 45px;
}
h2.c-hdg01.st {
    background: no-repeat center/100% url(/img/top/studio.png);
}
h2.c-hdg01.st.mv {
    background: no-repeat center/100% url(/img/top/movie.png);
}
h2.c-hdg01.st.gd {
    background: no-repeat center/100% url(/img/top/goods.png);
}
h2.c-hdg01.st.ls {
    background: no-repeat center/100% url(/img/service/lives-top.png);
}
h2.c-hdg01.st.cr {
  background: no-repeat center/100% url(/img/top/live.png);
}
h2.c-hdg01.st.os {
    background: no-repeat center/100% url(/img/top/shop.png);
}
h2.c-hdg01.st.pp {
    /*background: no-repeat center/100% url(/img/service/studio/room__img02.png);*/
    text-shadow: 0 2px 8px #333;
    background: linear-gradient(140deg, #bdbdbd, #e5e5e5);
}
h2.c-hdg01.st.cm {
    color: #000000b3;
    background: none;
    margin-bottom: 0;
}
h2.c-hdg01.st.cm span {
    border-top: 1px solid #000000b3;
}
h2.c-hdg01.st span {
    font-size: 0.4em;
    font-weight: 700;
    border-top: 1px solid #ffffffb3;
    padding-top: 8px;
}
h3.c-hdg01 {
    text-align: start;
    margin-left: 4%;
    color: #222;
    border-left: 5px solid #00adb5;
    padding: 0;
    padding-left: 1%;
    padding-bottom: 0.5%;
    margin-top: 0%;
    font-size: 2.2em;
}

#swpapp {
    overflow: hidden;
    position: revert;
    margin: 0 auto;
    margin-bottom: 2.5em;
}
#swpapp div.swiper-container  {
  width: 100%;
  max-width: 720px !important;
  margin: 0 auto !important;
  overflow: visible !important;
}
:root {
    --swiper-navigation-size: 20px;
    --swiper-theme-color: #00ADB5;
}

div.top-content {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20%;
}
h2.dftitle {
    position: relative;
    font-size: 2em;
    font-weight: 700;
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 8px;
    color: #000000b3;
}
h2.dftitle::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 130px;
    height: inherit;
    border-bottom: 4px solid #00ADB5;
}
ul.infolist,
div.inner.info {
    background: #F9F9F9;
}
div.inner.info {
    display: block;
}
li.list_item {
    border-bottom: 1px solid #ddd;
}
ul.infolist li a {
    padding: 4%;
    display: flex;
}
ul.infolist li a .listimg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1em;
    max-width: 34%;
}
p.artistname,
a.artistname {
    padding: 5px;
    border: 1px solid #bdbdbd;
    background: #fcfcfc;
    width: fit-content;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.6em;
    color: #666;
    margin-bottom: 0.5em;
}
span.content-date {
    font-size: 0.8em;
}
h4.content-title {
    margin: 2% 8% 0 0;
    font-size: 0.8em;
    font-weight: 700;
    text-decoration: underline;
    line-height: 20px;
}

div.right {
    text-align: right;
    padding: 0% 5% 0 0;
    margin-bottom: 5%;
}

section#service,
section.top.rectuit>div {
    margin-bottom: 12%;
}
section#artist {
  margin: 40px 0 80px;
}
div.artistall {
    margin-top: 0;
}
a.uk-first-column {
  display: flex;
  flex-direction: column-reverse;
}
p.a_name {
  font-size: 1.2em;
  padding: 10px 8px;
  font-weight: 700;
  border-left: 5px solid #ddd;
}

/* Blur */
.blurimg {
    position: relative;
    width: auto;
    padding: 0 24px 115px;
    height: 600px;
}
.blurimg > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
}
.img__original {
    transition: opacity ease .5s;
    z-index: 1;
}
.img__blurred {
    z-index: -1;
    border: 1px solid #fff;
    border-radius: 100px;
    opacity: 0.8;
    filter: blur(20px);
    right: 0;
    margin: auto;
    box-shadow: 0 0 60px #e0e0e0;
    position: absolute;
    top: 40px;
    left: 20px;
    width: 90%;
}

.img__blurred.topview {
    top: 70px;
}


div.imginner {
  position: relative;
}
div.uk-card a p  {
  color: #fff;
  font-weight: 700;
  font-size: 1.3em;
  text-shadow: 0 0 5px #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
div.imginner img.sv.two  {
  height: 126px;
  object-fit: cover;
}
div.svstxt {
  margin-top: 4%;
}
div.svstxt h3 {
  font-size: 1.2em;
  letter-spacing: 1.2px;
  font-weight: 700;
  margin-bottom: 10px;
  border-left: 4px solid #00adb5;
  padding-left: 2%;
}
div.svstxt p {
  line-height: 23px;
  letter-spacing: 0.8px;
  color: #606060;
  margin-top: 0;
  white-space: pre-line;
  font-size: 14px;
}

section.service .inner h2.dftitle,
section.rectuit h2.dftitle {
    margin-bottom: 8%;
}

/*For Creators*/
div.txtbox.fc {
  background: #F1F1F1;
  padding: 1em 0.5em;
  font-size: 14px;
  color: #606060;
  white-space: pre-line;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 3em;
}
div.txtbox.fc p.txt {
  font-size: 15px;
  text-align: start;
  margin: 0.5em;
}
div.txtbox.fc p.txt span.txtmin {
  width: auto;
}
#for_creators form {
  padding: 0% 8% 6%;
}
h3.txttitle {
  font-size: 1.17em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
div.txtbox.fc p.txtmin {
  margin: 0px 2px;
  line-height: 20px;
}

/*arrow*/
.arrow {
    position: relative;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 16px;
}
.arrow::before,
.arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

a.arrow::after {
    left: 74%;
    margin-left: 20%;
    width: 8px;
    height: 8px;
    border-top: 4px solid #00ADB5;
    border-right: 4px solid #00ADB5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s;
}
a.arrow.two::after {
    left: 88%;
    margin-left: 20%;
    width: 4px;
    height: 4px;
    border-top: 2px solid #00ADB5;
    border-right: 2px solid #00ADB5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s;
}

div.det-desc {
    width: 100%;
}
div.det-desc.news {
    border-left: 3px solid #00adb5;
    border-bottom: 1px solid #ddd;
    margin: 1em 0 0;
    padding: 0 0 0.5em 1em;
    width: auto;
}
div.det-desc.news h4.content-title {
    text-decoration: unset;
    margin: 1.2% 0;
    font-size: 18px;
    line-height: 26px;
}
div.news-main {
    margin: 0 auto;
    background: #fff;
}
div.news-main img {
    margin: 0 auto;
    display: block;
}
p.newstxt {
    padding: 2em 0;
    border-top: 1px solid #ddd;
    width: 85%;
    line-height: 21px;
    white-space: pre-line;
    margin: 0 auto;
    margin-top: 2em;
    font-size: 15px;
    word-break: break-all;
}
p.newstxt a {
    text-decoration: underline;
    color: #00adb5;
}
p.newstxt a:hover {
  opacity: 0.8;
}
section.nwsall.news.foot {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5em;
    margin-top: 2em;
}
section.nwsall.news.foot h3 {
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding-bottom: 20px;
}
section.nwsall.news.foot ul {
    margin-top: 0;
}

a.arw {
    background: #fff;
    display: flex;
    border: 1px solid #BDBDBD;
  }
  a.arw p.a_name {
    font-size: 1.1em;
    align-items: center;
    display: flex;
    padding: 4%;
    font-weight: 700;
    border: none;
  }



a.btn-more {
    color: #190a07;
    background: #fcfcfc;
    border: 1px solid #111;
    box-shadow: 4px 4px 0 #deb887;
    padding: 1em;
    display: block;
    width: 50%;
    margin: 0 0 0 auto;
}
a.btn-more img,
button.btn-more img {
    margin-left: 12%;
}
section.top.show .toptxt {
    background: #fff;
    width: auto;
    position: unset;
    height: auto;
}
section.top.show .toptxt h2 {
    color: #221915;
    border: none;
    margin: 10px 0 0;
}
section.top.show .toptxt video {
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}
section.top.bn {
    padding: 4em 10%;
    background: #231915;
    height: auto;
}
footer {
    padding: 5% 0 0;
    background: #fff;
}
div.company,
div.foot-corp {
    text-align: center;
}
div.company {
  padding: 0 4% 0;
  display: block;
  text-align: center;
  background: #efefef;
  opacity: 1;
}
div.foot-cont {
    margin: 20px auto;
}
div.foot-logo a img {
    width: 80%;
}
div.foot-cont {
    margin: 8% 0 0;
}
div.foot-cont a {
    margin: 2% 0;
    width: 80%;
}
div.foot-logo {
    padding: 10px 20px 4%;
    width: 40%;
    margin: 0 auto;
}
div.foot-logo .foot-cont img {
    width: 100%;
}
div.foot-logo .foot-cont img:hover {
    opacity: 0.8;
    cursor: pointer;
}
div.foot-mr {
    margin: 5% 0;
    display: flex;
    justify-content: center;
}
div.foot-mr p {
    margin: 0 auto;
    border-right: 1px solid #ddd;
    padding-right: 3%;
    margin-right: 3%;
    font-size: 0.9em;
    margin-left: 0;
}
div.foot-mr p:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
ul.foot-ml {
    display: none;
}
div.foot-menu ul li {
    padding: 3%;
}
div.foot-menu ul li.link {
    padding: unset;
}
div.foot-menu ul li a {
    font-size: 13px;
}
div.foot-menu ul li p,
div.foot-menu ul li p a {
    color: #221915;
    font-weight: 700;
    letter-spacing: 2.2px;
    font-size: 0.98em;
    margin-bottom: 0.5em;
}
div.foot-menu ul li p a {
    font-size: 1em;
}
div.foot-menu>div p a {
    color: #221915;
    font-weight: 700;
    font-size: 0.95em;
    letter-spacing: 2.2px;
}
div.foot-corp {
    padding: 2%;
    align-items: center;
    background: linear-gradient(45deg, #FF8E2C, #EA5413);
}
div.copy {
    font-size: 12px;
    margin: 2% 0;
    color: #221915;
}
div.copy p {
    margin-bottom: 0;
    color: #fff;
    font-size: 12px;
}
a.linetxt.nodata {
  color: #ddd;
}

div.topup {
    display: block;
    text-align: right;
    margin-bottom: 2%;
}
nav.pan {
  margin: 3%;
}
nav.pan ol {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 18px;
}
nav.pan ol li {
    font-size: 12px;
    letter-spacing: 0.24px;
    color: #190A07;
    display: inline;
    list-style: none;
    padding: 0.3em 0;
}
nav.pan ol li::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 10px 0;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
nav.pan ol li:last-child:after {
    border: none;
}
nav.pan ol li a {
    color: #666;
}
nav.pan ol li a:hover {
    text-decoration: underline;
    color: #00adb5;
}
#page-top a{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #00adb573;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.6rem;
    transition: all 0.3s;
  }
  #page-top a:hover{
    background: #777;
  }
  #page-top {
    position: fixed;
    right: 10px;
    z-index: 2;
    opacity: 0;
    transform: translateY(100px);
  }
  #page-top.UpMove{
    animation: UpAnime 0.5s forwards;
  }
  @keyframes UpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  #page-top.DownMove{
    animation: DownAnime 0.5s forwards;
  }
  @keyframes DownAnime{
    from {
      opacity: 1;
    transform: translateY(0);
    }
    to {
      opacity: 1;
    transform: translateY(100px);
    }
  }

header>div a h1 {
    margin-bottom: 0;
}

div.artist {
    padding: 22px 0 0;
    margin-bottom: 4%;
}
/*img.nameimg {
  position: absolute;
  width: 30%;
  right: 0;
}*/
section.artist-name {
    margin: 0 auto;
}
section.artist-name h1.nameonly {
    text-align: center;
    margin-bottom: 0;
    font-size: 1.6em;
    line-height: 1.7em;
    padding: 0.5% 0;
    color: #fff;
    background: linear-gradient(to right, #0edca7ab 0%, #00adb5f0 100%);
}
section.artist-name h1.artisttop {
    color: #fff;
    padding: 2% 2% 2.2%;
    margin-bottom: 0;
    font-size: 1.6em;
    text-align: center;
    background: linear-gradient(to right, #0edca7ab 0%, #00adb5f0 100%);
 }
 section.artist-name h1.artisttop::after {
   background: linear-gradient(
 135deg
 , rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.5) 49%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 74%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.5) 100%);
 }
 @keyframes artisttop {
  from {
    opacity: 0;
    transform: translateX(150px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*.artisttop {
  animation-name: artisttop;
  animation-duration: 1s;
  animation-timing-function: ease;
}*/
div.artistimg {
  position: relative;
}
div.artistimg img.topimg {
  height: 250px;
  object-fit: cover;
}

div.a-logo {
  position: absolute;
  padding: 3px 6px 0;
  background: #fff;
  margin: 0 8%;
  box-shadow: 0 4px 8px #ddd;
}
div.a-logo::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -6px;
  left: 0;
  border-style: solid;
  border-width: 6px 30px 0;
  z-index: 1;
  border-color: #ffffff transparent transparent transparent;
  -webkit-filter: drop-shadow(2px 2px 2px #ddd);
}
div.a-logo img {
  width: 48px;
  height: auto;
}


/*div.sns {
    padding: 2.6%;
    margin: 0 auto;
    background: #fff;
    margin-top: 2%;
    border-radius: 6px;
}*/
span.sns {
  padding: 3% 6%;
  background: #fffffff7;
  line-height: 35px;
  color: #333;
  font-size: 14px;
  display: block;
  white-space: pre-line;
}
.sns a {
    color: #00adb5;
    font-weight: 700;
    margin-right: 4px;
}
.sns a:hover {
    text-decoration: underline;
}
.sns a:last-child {
  margin-right: 0;
}
.sns a img {
  width: 30px;
}

nav.svc-nav.sps {
  border-radius: 50px;
}
ul.c-menu.sps {
  flex-wrap: unset;
  gap: unset;
  display: flex;
  margin-bottom: 0;
  justify-content: space-evenly;
  align-items: center;
  height: 70px;
}

nav.artist-nav,
nav.svc-nav {
    margin: 0 auto;
    background: #fff;
    border-radius: 0;
    /*margin-top: 1%;*/
    margin-bottom: 4%;
    z-index: 2;
    position: relative;
    box-shadow: 0 5px 10px #00000029;
}
nav.artist-nav ul li {
  flex: 1;
  text-align: center;
  padding: unset;
}
nav.artist-nav.common {
    margin-top: 0;
    margin-bottom: -1%;
}

nav.artist-nav ul,
ul.c-menu {
    gap: 1px;
}
nav.artist-nav ul li.m-menu {
  border-bottom: 1px dotted #ccc;
}
nav.artist-nav ul li.m-menu:last-child {
  border: none;
}
nav.artist-nav ul li.m-menu ul {
  display: flex;
  align-items: baseline;
  padding: 10px 0 5px;
}
nav.artist-nav ul li.m-menu ul li {
  width: 98px;
  height: 62px;
  border-right: 1px dotted #ccc;
}
nav.artist-nav ul li.m-menu ul li:last-child {
  border-right: none;
}
nav.artist-nav ul li.m-menu ul li p,
nav.artist-nav ul li.m-menu ul li a span {
  font-size: 14px;
}
nav.artist-nav ul li.m-menu ul li p.now span {
  padding: unset;
}
ul.c-menu {
  height: 70px;
}
li.menu__link {
  padding: 0;
}
p.now {
  margin-bottom: 5px;
}
p.now span {
  color: #00adb5;
  font-weight: 700;
  letter-spacing: 0.2px;
  padding: 0.1em 0.3em;
  line-height: 22px;
  border-bottom: 2px solid #00ADB5;
  margin-bottom: auto;
}


nav.artist-nav ul li p.now img.filter,
nav.artist-nav ul li a.linetxt img {
  width: 30px;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}
nav.artist-nav ul li p.now img.filter,
nav.artist-nav ul li a.linetxt:hover img.filter {
  filter: invert(58%) sepia(38%) saturate(6141%) hue-rotate(152deg) brightness(100%) contrast(101%);
}
nav.artist-nav ul li a.linetxt img.filter {
  filter: invert(0%) sepia(0%) saturate(4616%) hue-rotate(338deg) brightness(20%) contrast(98%);
}
nav.artist-nav ul li a.linetxt.nodata img {
  filter: invert(93%) sepia(0%) saturate(16%) hue-rotate(201deg) brightness(120%) contrast(90%);
}

nav.artist-nav ul li a span,
nav.svc-nav ul li a span {
    font-size: 1.3em;
    font-weight: 700;
}
p.artist-txt {
  width: calc(100% - 80px);
  margin: 0 auto;
  margin-top: 2em;
  font-size: 15px;
  background: #fff;
  border-radius: 6px;
  padding: 5.5%;
  line-height: 26px;
  letter-spacing: 1px;
  white-space: pre-line;
  color: #221915;
  word-break: break-all;
}
p.artist-txt a {
    color: #00adb5;
}
p.artist-txt a:hover {
    text-decoration: underline;
}

section.artist.news,
section.artist.movie,
section.artist.disc {
    margin: 0 auto;
    width: calc(100% - 40px);
    margin-top: 3em;
    margin-bottom: 4em;
}
div.newsall {
    margin-bottom: 30%;
}
/*section.artist.news h2.dftitle {
    color: #1A82B7;
}
section.artist.news h2.dftitle::before {
    width: 7%;
    height: inherit;
    border-bottom: 4px solid #1A82B7;
}
section.artist.movie h2.dftitle {
    color: #EEC617;
}
section.artist.movie h2.dftitle::before {
    width: 8%;
    height: inherit;
    border-bottom: 4px solid #EEC617;
}
section.artist.disc h2.dftitle {
    color: #479031;
}
section.artist.disc h2.dftitle::before {
    width: 16%;
    height: inherit;
    border-bottom: 4px solid #479031;
}
section.artist.news.default h2.dftitle {
    color: #00adb5;
}
section.artist.news.default h2.dftitle::before {
    width: 16%;
    height: inherit;
    border-bottom: 4px solid #00adb5;
}*/
section.artist.news ul li.list_item a {
    padding: 0;
    justify-content: center;
    align-items: center;
    height: 106px;
}
section.artist.movie div.mov {
    display: block;
    justify-content: space-evenly;
}
section.artist.disc div.uk-flex {
    display: block;
    margin-bottom: 2%;
   /* justify-content: space-evenly;*/
}
section.artist.disc div.uk-flex.inner,
section.artist.movie div.mov.uk-flex.inner {
    justify-content: unset;
    flex-wrap: wrap;
}
div.innerall {
    margin: 0 auto;
}
div.movin {
  margin: auto;
  width: auto;
  margin-bottom: 3em;
}
div.movin iframe {
    width: 100%;
}
a.disco,
div.disco {
    width: 228px;
    margin: 0 auto;
    display: block;
    margin-bottom: 2em;
}
h4.movttl {
    border-left: 4px solid #00adb5;
    font-weight: 700;
    margin-top: 24px;
    padding-left: 0.5em;
    font-size: 18px;
}
section.artist.disc div a.disco:hover {
    color: unset;
    text-decoration: unset;
}
section.artist.disc div a img,
section.artist.disc div div.disco img {
    box-shadow: 0 4px 7px #00000029;
    height: 233px;
    width: 233px;
    object-fit: scale-down;
    background: #fff;
    display: block;
    margin: 0 auto;
}
section.artist.disc div div.disco.nolink img {
  box-shadow: none;
}
section.artist.disc div a img:hover {
    opacity: 0.85;
}
section.artist.disc div a:hover h4 {
    text-decoration: underline;
}
section.artist.disc div a:last-child,
section.artist.disc div div.disco:last-child {
    margin-right: auto;
}
div.disc_min {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 8% 0 4%;
}
div.disc_min span {
    font-size: 0.74em;
}
div.disc_min span.cate {
    background: #fff;
    border-radius: 14px;
    border: 1px solid #bdbdbd;
    padding: 5px;
    font-weight: 700;
    width: 80px;
    text-align: center;
}
section.artist.disc div a h4,
section.artist.disc div div.disco h4 {
    margin-top: 6%;
    overflow-wrap: break-word;
    font-size: 1em;
}
p.nothing {
    padding: 5%;
    max-width: 100%;
    margin-bottom: 0;
    text-align: center;
    font-size: 1.3em;
    letter-spacing: 0.1em;
    color: #221915;
}
div.top-content.news {
    padding: 4% 0;
    margin-top: 5%;
    margin-bottom: 0;
}
p.noimg {
  width: 228px;
  height: 233px;
  background: #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  box-shadow: 0 4px 7px #00000029;
  color: #00adb5;
  font-weight: 700;
  font-size: 1.25em;
  padding: 0 0.5em 0;
}
p.noimg.link {
  box-shadow: none;
  border: none;
  color: #000000b3;
}
p.noimg:hover {
  opacity: 0.8;
}
p.noimg.link:hover {
  opacity: 1;
}

 /* togglebtn */
span.toggle_btn {
	position: absolute;
    transform: translateY(-90%);
    display: block;
    width: 24px;
    height: 24px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    right: 2%;
    border: 1px solid #ccc;
    border-radius: 4px;
}
dt.toggle_e span.toggle_btn:before,
dt.toggle_e span.toggle_btn:after,
h3.toggle_title span.toggle_btn:before,
h3.toggle_title span.toggle_btn:after {
	display: block;
	content: '';
	background-color: #111;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
dt.toggle_e span.toggle_btn:before,
h3.toggle_title span.toggle_btn:before {
	width: 2px;
	height: 10px;
}
dt.toggle_e.selected .toggle_btn:before,
h3.toggle_title.selected .toggle_btn:before {
	content: normal;
}
dt.toggle_e.selected,
h3.toggle_title.selected {
    box-shadow: none;
}
.equiplist dd {
    display: none;
    padding: 0em 1.5em 2em;
    overflow-x: auto;
    white-space: nowrap;
}
div.qa p {
	display: none;
    padding: 0em 1.5em 2em;
}
.equiplist dd table {
    padding: 0 2em 2em;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
}
.equiplist dd table tbody {
    border: 1px solid #ddd;
}
.equiplist dd table tbody tr {
    height: 36px;
}
.equiplist dd table tbody tr td {
    border: 1px solid #ddd;
    width: 30%;
    color: #111;
    font-size: 15px;
    padding: 0.5em 1em;
    border-bottom: none;
}
.equiplist dd table tbody tr td.nomaker{
    border: none;
}

.equiplist dd table tbody tr td:last-child {
    text-align: center;
}
.equiplist dd table tr.listtitle {
    padding: 0 2em 2em;
    text-align: center;
    background: #ddd;
}
.equiplist dd table tr.listtitle th {
    padding: 0;
}
div.equip-con {
    text-align: center;
    margin: 0 auto;
    margin-top: 3em;
    white-space: pre-line;
    line-height: 23px;
}
section.list button.btn-more {
    width: 100%;
    padding: 26px;
    display: block;
    font-size: 20px;
    margin-bottom: 40px;
}
div.equip-con a.btn-more {
    margin: 0 auto;
    width: auto;
    padding: 1.5em 0;
    font-size: 20px;
}

div.movie-detail {
    justify-content: center;
    align-items: center;
}
div.movie-detail .mvline {
    margin-top: 50px;
}
div.movie-detail .mvline h2 {
    color: #333;
    font-size: 15px;
    font-weight: 700;
    border-left: 3px solid #deb887;
    padding-left: 8px;
    margin-bottom: 8px;
    white-space: pre-line;
}

div.txtbox.con p.txt {
    font-size: 17px;
}

div.map {
    margin: 10% 0;
}
div.map div.detailtxt {
    background: #ffffffe7;
    padding: 1.5em;
    margin: 0 10%;
}
div.detailtxt a.btn-more {
    width: auto;
    margin: 0 auto;
    padding: 20px;
    font-size: 20px;
}
div.detailtxt p {
    color: #111111;
    white-space: pre-line;
    line-height: 25px;
    font-size: 16px;
    margin: 20px 0;
}
div.map div.detailtxt p a {
    text-decoration: underline;
}
div.map .l {
    margin: 20px auto;
}

div.ques {
    margin-bottom: 3em;
}
div.qa {
    background: #fff;
    padding: 1.5em;
    margin: 0 0 2px;
}
h3.toggle_title {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700;
}
h3 span.toggle_btn {
    right: 9%;
}
div.qa p {
    padding: 0;
    margin: 1.5em 0 0.5em;
    color: #111;
    line-height: 1.5em;
    /*font-size: 18px;*/
}
div.qa p a {
    text-decoration: underline;
}

div.formbox {
    margin-bottom: 15px;
}
input.att_box {
    margin: 0 auto;
    padding: 12px 0;
    width: -webkit-fill-available;
}
label.form-label {
    color: #221915;
    cursor: auto;
    display: block;
    margin: 10px 0 8px;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
}
span.form_require {
    color: #fff;
    background: #FF7070;
    border-radius: 4px;
    font-size: 11px;
    padding: 1px 5px;
    margin-left: 5px;
    vertical-align: middle;
}
input.inp_box,
select.inp_box {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 40px;
    margin: 5px 0 10px;
    padding: 0 8px;
    font-size: 15px;
    display: inline-block;
    width: -webkit-fill-available;
    width: -moz-available;
}
input.inp_box:focus,
textarea.inp_box:focus {
    outline: none;
}
input.inp_box::placeholder,
input.inp_box::-webkit-input-placeholder
{
    color: #bbb;
}

span.note {
    color: #606060;
    font-size: 15px;
    display: block;
    margin-bottom: 30px;
}
textarea.inp_box {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 200px;
    margin: 5px 0;
    padding: 10px;
    font-size: 15px;
    width: -webkit-fill-available;
    width: -moz-available;
}
div.form_checkbox {
    padding: 30px 0;
    margin: 30px 0;
    border-top: 1px solid #ddd;
    text-align: center;
    font-size: 18px;
}
div.form_checkbox label {
    display: flex;
    justify-content: center;
    align-items: center;
}
input#check_privacy {
    width: 20px;
    height: 20px;
}
a.privacymodal {
    padding: 0 8px;
    text-decoration: underline;
}
a.privacymodal:hover,
div.topre a:hover {
    color: #ea5413;
}
div.foot-corp a:hover {
    color: #fff;
}
.uk-modal-dialog.uk-modal-body.uk-margin-auto-vertical {
    padding: 24px 12px;
    background-color: #ffffffef;
}
h4.pptitle {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}
div.pribacytxt {
    margin: 3% 4%;
    line-height: 19px;
    font-size: 14px;
    color: #333;
}
p.intro {
    font-size: 18px;
    line-height: 24px;
}
div.ppblock h5 {
    margin: 0;
    line-height: unset;
    font-weight: 700;
}
div.ppblock p.pptxt {
    margin-top: 6px;
    white-space: pre-line;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.6px;
}
div.ppfooter {
    white-space: pre-line;
    text-align: right;
}
form button.btn-more {
    width: 80%;
    margin: 1rem;
}

h2.thanksh2 {
    font-weight: 700;
    border-bottom: 5px solid #deb88763;
    margin: 80px auto 50px;
    text-align: center;
}
div.txtbox p.txt {
    font-size: 16px;
    white-space: pre-line;
    line-height: 26px;
}
div.txtbox p.txt span.txtmin  {
    text-align: left;
    display: block;
    font-size: 16px;
    background: #fff;
    border-radius: 4px;
    padding: 3%;
    margin: 20px auto 30px;
}
div.txtbox.tnx {
  padding: 1em;
}
div.topre {
    text-align: center;
}

section.main-detail.price {
    padding-top: 2em;
}
section.main-detail table.uk-table.uk-table-divider {
    background: #fff;
}
section.main-detail tbody tr td span.zeiin {
    color: #666;
    font-weight: normal;
    font-size: 13px;
}
section.main-detail tbody tr td.time {
    white-space: pre-line;
    line-height: 1.5em;
    font-weight: 700;
    font-size: 15px;
}
td.ryokin {
    white-space: pre-line;
    width: 50%;
    line-height: 23px;
    padding: 1.7em 1em;
    font-weight: 700;
}
td.time span {
    color: #666;
    font-weight: normal;
    font-size: 13px;
}
div.pricetxt {
    margin: 0 auto;
}
div.pricetxt h4 {
    margin: 60px 0 0;
    background: linear-gradient(transparent 60%, #fff084 60%);
    width: 200px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}
div.pricetxt p {
    white-space: pre-line;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    margin-top: 0;
    background: #fff;
    border-radius: 0 6px 6px 6px;
    margin: 0 auto;
    padding: 20px 5%;
}
div.pricetxt p.cantxt span {
    display: inline-block;
    width: 200px;
}
div.pricetxt p.cantxt span.en {
    font-weight: 700;
    margin-left: 1em;
}

/*サービス・事業*/
div.photoBlock {
    text-align: center;
}
div.photo__1col {
    margin: 0 auto;
}
div.photo__4col,
div.photo__2col,
div.photo__3col {
    display: flex;
    justify-content: center;
}
div.txtBlock {
    padding: 4% 4%;
    line-height: 1.5em;
}
div.btnBlock {
    display: flex;
    justify-content: center;
}
div.btnBlock a {
    margin-right: 4%;
    padding: 10px;
    background: #f8f8f8;
    border-radius: 4px;
    border: 1px solid #bbb;
    box-shadow: 0 3px 3px #ddd;
    transition: 0.3s;
}
div.btnBlock a:hover {
    color: #fcfcfc;
    opacity: 0.9;
    text-decoration: unset;
    background: #bdbdbd;
}
.tableBlock {
    margin: 0 auto;
    width: 90%;
}
.tableBlock .priceTable--01 {
    width: 100%;
    border: 1px solid #717071;
    color: #606060;
    margin-bottom: 15px;
    background: #fff;
}
.tableBlock .priceTable--01 thead {
    background-color: #717071;
    color: #fff;
    width: 100%;
}
.tableBlock .priceTable--01 .table__ttl {
    position: relative;
    text-align-last: left;
    font-size: 16px;
}
.tableBlock .priceTable--01 .table__ttl p,
.tableBlock .priceTable--02 .table__ttl p {
    display: block;
    margin-bottom: 0;
    padding: 1%;
}
.tableBlock .priceTable--01 .table__ttl span {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.75rem;
}
.tableBlock .priceTable--01 tbody {
    background-color: #e4e4e4;
}
.tableBlock .priceTable--01 td {
    padding: 17px 25px;
    font-weight: lighter;
    text-align: center;
    font-size: 16px;
}
.tableBlock .priceTable--01 td.bld,
.tableBlock .priceTable--02 td.bld {
    font-weight: 700;
}
.tableBlock .priceTable--02 {
    width: 100%;
    border: 1px solid #717071;
    color: #606060;
    margin-bottom: 15px;
}
.tableBlock .priceTable--02 thead {
    background-color: #717071;
    color: #fff;
    width: 100%;
}
.tableBlock .priceTable--02 .table__ttl {
    position: relative;
    text-align: left;
    background-color: #717071;
    padding: 5px 6px;
    font-size: 14px;
    font-weight: 700;
}
.tableBlock .priceTable--02 .table__ttl p {
    display: block;
}
.tableBlock .priceTable--02 th {
    padding: 15px 25px;
    font-weight: lighter;
    background-color: #e4e4e4;
    font-size: 16px;
}
.tableBlock .priceTable--02 td {
    padding: 10px 0;
    width: 38%;
    font-weight: lighter;
    font-size: 16px;
    text-align: center;
    border-top: 1px solid #ddd;
}
p.txt {
    line-height: 24px;
    white-space: pre-line;
    font-size: 15px;
    letter-spacing: 0.5px;
}
section#room h3 {
  margin-top: 30px;
}
p.txt.room {
  font-size: 14px;
  background: #efefef;
  border-right: 1px solid #fff;
  margin: 0 auto;
}
p.txt.room.l {
  border-right: 0;
}

/* MOVIE */
main.l-main.movie {
    margin-top: 50px;
  }
  .photoBlock.movietop img.pc {
    width: 94%;
    margin: 0 auto;
    margin-top: 3%;
    image-rendering: -webkit-optimize-contrast;
}
div.photoBlock.movietop {
  padding: 5px 20px;
}
div.mov-tl {
  font-size: 22px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
div.mov-tl b {
  color: #f0506e;
  font-weight: unset;
}
div.photoBlock.movietop p {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.6px;
  margin-top: 12px;
}
  div.biz-content {
    margin: 0 auto;
    width: 90%;
  }
  div.biz-content h2 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #088395;
  }
  div.contilte {
    border-bottom: 1px solid #000;
    display: flex;
    position: relative;
    margin-top: 10px;
  }
  div.contilte h3 {
    border-left: 4px solid #000;
    padding-left: 10px;
    left: 0;
  }
  div.movielabel {
    right: 0;
    position: absolute;
    font-size: 14px;
  }
  span.label {
    border-radius: 4px;
    color: #fff;
    padding: 2px 8px;
    font-size: 12px;
  }
  span.gb {
    background: #088395;
    margin-right: 6px;
  }
  span.yll {
    background: #BEBD48;
  }
  div.con-block {
    margin: 24px 0;
    display: block;
    justify-content: space-around;
    /* justify-content: space-between; 制作実績が6個になったらこっちを適用 */
  }
  div.conbox,
  figure.conbox {
    border: 2px solid;
    border-radius: 6px;
    width: auto;
    margin-bottom: 16px;
  }
  div.conbox h4 {
    background: #000;
    color: #fff;
    padding: 8px 10px;
    margin-bottom: 0;
    font-size: 17px;
    letter-spacing: 1.5px;
  }
  div.conbox>div {
    padding: 10px;
  }
  div.conbox>div p {
    font-size: 15px;
    margin: 0;
    line-height: 23px;
    white-space: pre-line;
    letter-spacing: 0.5px;
  }
  div.conbox>div a.arrow.mv {
    position: relative;
    display: inline-block;
    padding: 8px 0 8px 16px;
    color: #00adb5;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 700;
  }
  a.arrow.mv::before,
  a.arrow.mv::after{
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      content: "";
      vertical-align: middle;
  }
  div.conbox>div a.arrow.mv::after{
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #088395;
    border-right: 2px solid #088395;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  div.flowmain {
    margin: 30px 0;
    text-align: start;
    line-height: 22px;
  }
  div.flowmain p {
    margin-top: 24px;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.5px;
  }
  img.conbox {
    width: auto;
    margin-bottom: 16px;
  }
  div.biz-content.flow p.blocklast {
    white-space: pre-line;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }
  div.biz-content.flow p.blocklast a {
    color: #000;
    text-decoration: underline;
    white-space: pre-line;
  }
  div.biz-content.flow p.blocklast a:hover,
  div.conbox>div a.arrow.mv:hover {
      opacity: 0.85;
      color: #088395;
  }

  figure.conbox.pro {
    border: 1px solid #ddd;
    border-radius: unset;
    max-width: 408px;
    position: relative;
    overflow: hidden;
    margin-top: 0;
    background: #fff;
  }
  figure.conbox.pro img {
    background-color: #F5F5F5;
  }
  figure.conbox.pro>div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  figure.conbox.pro>div h5 {
    background-color: #088395ed;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    padding: 5px 20px;
    width: 260px;
  }
  figure.conbox.pro>div h5 span {
    font-size: 14px;
    font-weight: normal;
  }
  figure.conbox.pro div.labels {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 72px;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    margin: 14px 10px 0 10px;
    justify-content: left;
  }
  span.b-label {
    border-radius: 15px;
    background: #000;
    color: #fff;
    font-size: 13px;
    padding: 5px 6px;
    margin-right: 4px;
  }
  figure.conbox.pro p {
    margin: 16px 10px;
    font-size: 15px;
    white-space: pre-line;
    line-height: 25px;
    letter-spacing: 0.8px;
  }
  figcaption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background: #343434bd;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  figcaption>div {
    padding: 10px;
  }
  figcaption a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    width: 150px;
    text-decoration: none;
  }
  figcaption a:last-child {
    margin-bottom: 0;
  }
  figure.conbox.pro figcaption img {
    border: 2px solid #000;
    padding: 10px;
    background-color: #fff;
    box-shadow: 5px 5px 0px #f5f5f5;
  }
  figure:hover figcaption {
    opacity: 1;
  }
  figcaption a span {
    color: #000;
    font-size: 18px;
    background-color: #fff;
    padding: 12px;
    border: 2px solid #000;
    box-shadow: 5px 5px 0px #f5f5f5;
  }
  figcaption a.txt {
    width: auto;
    white-space: pre-line;
  }
  figcaption a:hover,
  figcaption a.txt:hover {
      text-decoration: none;
      opacity: 0.85;
  }
  div.copytxt {
    width: auto;
    margin: 0 auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  div.g.m h2 {
    text-align: center;
    color: #088395;
  }

  li.info__item.det-other img.smlimg {
    background: none;
  }
  section#prpo {
    margin: 4% 6% 2%;
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  section#prpo h1 {
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 20px;
  }
  a.prpoli {
    font-size: 12px;
    text-decoration: none;
    color: #333;
  }
  a.prpoli:hover {
    text-decoration: underline;
  }
  a.prpoli:visited {
    color: #333;
  }
  p.prpl-txt {
    font-size: 14px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  p.copy.forcre span {
    display: block;
    margin-top: 10px;
  }
  footer.l-footer {
    margin-top: 60px;
  }

  @media screen and (max-width: 1300px){
    figure.conbox.pro div.labels {
      height: auto;
    }
    span.b-label {
      margin-bottom: 2px;
    }
  }

  /*form*/

  div.g.form {
    width: 90%;
    margin: 0 auto;
  }
  div.g form {
    margin: 0 auto;
    background-color: #f6f6f6;
    padding: 30px;
    text-align: start;
  }
  div.g form div.formbox {
    margin: 0 auto;
  }
  div.gtxt {
    text-align: center;
    margin: 0 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  p.gtxtd {
      position: relative;
      padding: 0 40px;
      text-align: center;
      margin-bottom: 0;
  }
  p.gtxtd:before,
  p.gtxtd:after {
      content: '';
      position: absolute;
      top: 50%;
      display: inline-block;
      width: 44px;
      height: 2px;
      background-color: #61CCD8;
  }
  p.gtxtd:before {
    left:0;
    transform: rotate(60deg);
  }
  p.gtxtd:after {
    right: 0;
    transform: rotate(-60deg);
  }
  span.note {
    color: #606060;
    font-size: 12px;
    display: block;
  }
  textarea.inp_box {
/*    border: 1px solid #707070;*/
    border-radius: 4px;
    height: 100px;
    margin: 5px 0;
    padding: 10px;
    font-size: 15px;
    width: -webkit-fill-available;
    width: -moz-available;
  }
  div.form_checkbox {
    padding: 20px 0;
    border-top: 1px solid #ddd;
    text-align: center;
  }
  button.btn-primary {
    margin: 0 auto;
    margin-top: 6%;
    width: auto;
    display: block;
    background: #00adb5;
    color: #fff;
    box-shadow: 0px 4px 0px #00000029;
    border-radius: 4px;
    border: none;
    padding: 16px 80px;
    font-size: 16px;
  }
  button.btn-primary:hover {
    cursor: pointer;
    opacity: 0.9;
}
p.copy.forcre {
    margin-top: 20px;
    position: relative;
    width: 88%;
}
div.thanksh2 {
    color: #333333;
    text-align: center;
    margin: 8% 0 5%;
    font-size: 1.6em;
    font-weight: 700;
  }
  div.topre {
    text-align: center;
    margin: 4%;
  }
  div.topre a {
    text-decoration-line: none;
    color: #00adb5;
  }
  div.topre a:hover {
      text-decoration: underline;
  }

  div.form_detail input.inp_box.half{
    flex: 1;
  }

  div.form_detail.loose {
    display: flex;
    align-items: center;
  }

  div.form_detail.loose > *{
    margin-right: 10px;
  }
  div.form_detail.loose input.inp_box{
    width: 80px;
  }

  div.form_detail.loose.loose2 input.inp_box{
    width: 53px;
  }


  div.form_detail input.inp_box.half:first-child{
    margin-right: 5px;
  }

  textarea.inp_box{
    resize: none;
  }

  div.pp-div{
    white-space: pre-line;
    line-height: 20px;
    text-align: left;
    font-size: 80%;
  }

  section.c-block article{
    display: none;
  }

  li.info__item p.txt,
  div.txtBlock__inner p.txt{
    white-space: pre-line;
  }



/*goods*/
.goodstop {
    width: 94%;
    margin: 0 auto;
    letter-spacing: 0.5px;
    line-height: 23px;
}
.goodstop img {
    margin: 0 auto;
}
#goods {
    margin: 0;
  }
  #goods h1.c-hdg01 {
    color: #c9c76a;
  }
  div.goodstop img {
    margin: 0 auto;
    margin: 30px 0;
  }
  p.g-txt {
    white-space: pre-line;
    text-align: start;
    width: 96%;
    margin: 0 auto;
    line-height: 24px;
  }
  div.g {
    text-align: center;
    margin: 50px 0;
  }
  div.g h2 {
    color: #00adb5;
    margin-bottom: 20px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
  }
  div.route img {
    margin: 0 auto;
  }
  div.points {
    width: 100%;
  }
  div.pointdt {
    border: 1px solid #ddd;
    border-radius: 10px 10px 0 0;
    width: 320px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  div.pointtxt {
    padding: 18px 0;
    background: #fff;
  }
  div.pointdt h3 {
    font-size: 16px;
    color: #343434;
    white-space: pre-line;
      height: 40px;
      margin-bottom: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  div.pointdt p.g-txt {
    width: 280px;
    font-size: 14px;
    line-height: 22px;
    color: #343434;
    padding: 16px 0;
  }
div.g.route img.sp {
    background: #fff;
}

  /*swiper*/
div.slidcover {
    width: 90%;
    margin: 0 auto;
  }
  div.swiper-container {
    width: 100%;
  }
  div.slider {
    /* height: 80vh; */
  }

  div.slider-thumbnail .swiper-wrapper {
    margin: 0 auto;
    /*display: flex;
    justify-content: center;
    align-items: center;
    width: 830px;*/
    margin-top: 2px;
  }
  .slider-thumbnail .swiper-wrapper .swiper-slide {
    width: 16.5%;
    height: 100%;
    opacity: 0.5;
    overflow: hidden;
    margin-right: 1.8px;
  }
  div.slider-thumbnail .swiper-wrapper .swiper-slide:last-child {
    margin-right: 0;
  }

  .swiper-slide.swiper-slide-visible.swiper-slide-next.swiper-slide-thumb-active,
  .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
    opacity: 1;
  }
  div.swiper-button-prev {
    --swiper-theme-color: #61CCD8;
  }
  div.swiper-button-next {
    --swiper-theme-color: #61CCD8;
  }

/*company*/
div.sv.inner {
    display: block;
    width: 90%;
    margin: 0 auto;
}
div.company__img {
    width: 100%;
    margin-right: 5%;
}
.company__txt {
    opacity: 1;
    transform: translateY(0px);
    width: 100%;
}
.company__name {
    font-size: 1.5rem;
    font-weight: normal;
    margin: 20px 0;
    text-align: center;
}
.company__status {
    font-size: 0.9375rem;
    display: flex;
    margin-bottom: 0;
}
.company__status dt {
    width: 150px;
}
.company__status dd {
    width: calc(100% - 150px);
    line-height: 22px;
    white-space: pre-line;
}
.company__status {
    font-size: 0.9375rem;
    display: flex;
    margin-bottom: 0;
    align-items: center;
}
.company__detail {
    margin: 20px auto;
}
.company__detail__ttl {
    font-size: 1rem;
    color: #606060;
}
.company__detail__txt {
    font-size: 0.9375rem;
    color: #606060;
    margin-top: 2%;
    line-height: 26px;
}
.company__status.live {
    margin-bottom: 10px;
}
.company__status.live dt {
    width: 86px;
}
.company__status.live dd {
    width: calc(100% - 86px);
}
a.btnmap {
    background: #190a07 0% 0% no-repeat padding-box;
    box-shadow: 4px 4px 0px rgb(0 0 0 / 16%);
    width: 60%;
    padding: 3%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin: 0 auto;
    margin-bottom: 4%;
    margin-top: 2%;
}

a.oshitolink:hover,
a.unravellink:hover {
    opacity: 0.85;
}

/* recruit */
#recruit {
    margin: 40px 0;
  }
  #recruit h1 {
    color: #60c8a8;
  }
  div.recruit_area {
    width: 90%;
    margin: 10px 0;
    margin-left: auto;
    margin-right: auto;
  }
  div.recruit_area h2 {
    border-left: 4px solid #606060;
    padding-left: 10px;
    border-bottom: 1px solid #ddd;
    margin: 40px 0;
  }
  div.recruit_area div.rec-txt {
    text-align: start;
    margin-bottom: 4%;
    line-height: 24px;
}
  div.job_list {
    display: grid;
    padding: 10px 0;
  }
  div.job_list a {
    margin: 0 20px;
    position: relative;
    padding: 0 0 0 24px;
    color: #333;
    text-decoration: underline;
    width: fit-content;
    font-weight: 700;
    font-size: 110%;
  }
  div.job_list a::before{
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-left: 8px solid #00adb5;
    z-index: 2;
  }
  div.job_list a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: -6px;
    margin: auto;
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #00adb5;
    border-radius: 9px;
    background: #FFF;
    z-index: 1;
  }
  div.job_list a:hover {
    text-decoration: underline;
    color: #00adb5;
   }
   div.job_list p{
    margin-left: 45px;
    color: #777;
    margin-bottom: 20px;
    font-size: 85%;
   }

  footer.l-footer.jobs {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
  }
  ul.job_ditail li {
    display: block;
  }
  ul.job_ditail> li + li {
    border-top: 1px solid #ddd;
    margin-top: 35px;
  }
  div.jd-title {
    font-size: 16px;
    font-weight: bold;
    width: 240px;
    color: #000000;
    white-space: pre-line;
    line-height: 34px;
  }
  div.jd-txt {
    font-size: 14px;
    flex: 1;
    margin-left: 10px;
  }
  div.jd-txt p {
    font-size: 15px;
    white-space: pre-line;
    line-height: 30px;
  }
  div.jd-txt span {
    white-space: pre-line;
    display: block;
    font-size: 13px;
    margin-top: 5px;
  }
  div.jd-txt b {
    margin-top: 6px;
    display: block;
  }
  div.jd-txt b span {
    display: unset;
  }
  ul.job_ditail {
    margin-bottom: 60px;
  }

  div.form_detail {
    display: flex;
  }
  div.form_detail input.inp_box {
    width: 100%;
  }

  div.recruit_area h3 {
    border-left: 4px solid #606060;
    padding-left: 10px;
    border-bottom: 1px solid #ddd;
    margin: 40px 0;
    margin-left: -10px;
}

div #appmodal {
    display: inline-block;
    vertical-align: middle;
  }
  div #appmodal button {
    background: none;
    border: none;
    font-size: 16px;
    text-decoration-line: underline;
    color: #3085d6;
  }
  input#check_privacy {
    vertical-align: middle;
  }

  #overlay {
    /*　要素を重ねた時の順番　*/
    z-index:1;

    /*　画面全体を覆う設定　*/
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);

    /*　画面の中央に要素を表示させる設定　*/
    display: flex;
    align-items: center;
    justify-content: center;

  }

  #modaltxt {
    z-index: 2;
    width: 80%;
    height: 80%;
    padding: 1em;
    background: #fff;
    overflow: scroll;
  }
  p.intro,p.pptxt {
    text-align: start;
    font-size: 13px;
    white-space: pre-line;
    letter-spacing: 0;
  }
  div.ppblock h5 {
    text-align: start;
    padding-top: 6px;
  }
  div.ppfooter {
    white-space: pre-line;
    text-align: right;
    font-size: 12px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
    line-height: 20px;
  }


div.top h1 {
  position: absolute;
  top: 4.5em;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-shadow: 0 0 15px #666;
  font-size: 5em;
  z-index: 1;
}
div.top h1 span {
  font-size: 0.7em;
  letter-spacing: 0.2em;
}

div.top h1 {
    display: flex;
    justify-content: center;
}
div.top h1 img {
  max-width: 100%;
}

main.service h2,
div.svblock,
div.svblock h3 {
  color: #EA5413;
}
main.service h2 {
  font-size: 4rem;
  letter-spacing: -0.4rem;
  font-weight: 700;
  text-align: left;
  margin: 0 0.6rem;
}
div.s-detail h3 img {
  width: 64%;
}
div.s-detail h4 {
  margin: 0 1rem;
  color: #EA5413;
  font-weight: 700;
  font-size: 1.4rem;
  white-space: pre-line;
}
div.s-detail p,
div.com-in.sv>div p {
  line-height: 1.6;
  margin: 1rem 0.5rem;
  white-space: pre-wrap;
  color: #333;
  font-size: 1rem;
}
div.s-detail p {
  font-size: 100%;
}
div.s-detail p b {
  font-size: 110%;
}
div.s-detail p span {
  font-size: 130%;
  color: #ea5413;
  padding: 0 4px;
}
div.s-detail>div,
div.com-in.sv>div>div {
  margin: 3rem 0 0;
  padding-bottom: 3rem;
  text-align: center;
}
div.s-detail>div a,
div.com-in.sv>div a,
button.btn-more {
  padding: 0.7rem 3rem;
  border: 2px solid #EA5413;
  border-radius: 3rem;
  font-size: 1rem;
  font-weight: 700;
  color: #ea5413;
  text-decoration: none;
  background:#ffffffd1;
}
div.s-bn {
  background: url(/img/service/saunarch-sv-b.png) no-repeat;
  padding: 3rem 1rem;
  background-size: contain;
  background-position-x: -3rem;
}

div.company h2 {
  color: #ea5413;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 0;
}

div.com-in.sv>div a h3 {
  color: #fff;
}
div.com-in.sv>div {
  text-align: start;
  position: relative;
  z-index: 0;
  margin: 0 1rem 3rem;
}
div.com-in.sv>div::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: brightness(40%);
  z-index: -1;
}
div.com-in.sv>div:first-child {
  background: url(/img/service/sv-ul.webp) no-repeat;
  background-position-x: left;
  background-size: cover;
}
div.com-in.sv>div:nth-child(2) {
  background: url(/img/service/sv-xo.webp) no-repeat;
  background-position-x: center;
  background-size: cover;
}

div.com-in.sv div.h-title.sec p.wow {
  padding-top: 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 auto;
}


div.com-in.sv>div h3 {
  font-weight: 700;
  color: #fff;
  text-align: center;
}
div.com-in.sv>div p {
  color: #fff;
  text-align: center;
  font-weight: unset;
}
div.com-in.sv>div a:hover {
  background: #fff;
}
div.com-in.sv>div:nth-child(2) a h3 {
  text-align: end;
  right: 0.5em;
}
div.video-area {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.video-area:not(.js_active)::before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgb(255 255 255 / 70%);
  content: "";
}
.video-area:not(.js_active)::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url(./img/loading.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

div.nn {
  position: relative;
  margin-top: -5em;
}
div.grn {
  height: 3.7em;
  position: relative;
}
div.grn::after,
div.wht::after {
  transform: skewX(22deg);
  position: absolute;
  content: "";
  background-color: #00a2a2eb;
  top: 0;
  left: 0;
  bottom: 0;
  height: auto;
  width: 39em;
  z-index: 0;
  transform-origin: right bottom;
  transition: all .2s ease-in-out;
}
div.wht::after {
  background: #fff;
  top: 3.7em;
  height: 2.5em;
  width: 40em;
}
div.gly {
  background: #ABABAB 0% 0% no-repeat padding-box;
  height: 40px;
}

div.com-in.sv>div a img {
  filter: drop-shadow(8px 8px #00000029);
}
div.com-in.sv>div a:hover img {
  filter: drop-shadow(12px 12px #030303);
  transition: 0.3s;
}
div.svblock {
  text-align: center;
}
p.svtxt {
  text-align: start;
  line-height: 1.4em;
  white-space: pre-line;
  padding: 1em 2em;
}
a.svlink {
  letter-spacing: 1.2px;
  color: #00A2A2;
}
div.aboutus.sv {
  grid: 2em 3em / 8em 28em;
  margin: 0 0em 1em;
  font-size: 0.85em;
  white-space: pre-line;
}
div.comp {
  display: flex;
  align-items: center;
}
img.prs {
  width: 12em;
  margin: 0 auto;
  pointer-events: none;
}

form h3 {
  font-size: 1.5rem;
  color: #333;
  text-shadow: none;
  font-weight: 700;
  text-align: center;
  margin: 1rem;
}
div.pv {
  padding: 1rem 1rem 0;
}
label.contact-pv {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
form.pv-form {
  text-align: center;
}

fieldset {
  margin: 0;
  padding: 0;
}
.sweet-alert h2 {
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}

/*SP*/
div.top {
  min-height: auto;
}
div.top h1 {
  font-size: 4em;
}
div>video {
  height: 26em;
  max-width: fit-content;
}
div.grn::after {
  width: 13em;
}
div.wht::after {
  width: 13.95em;
}
main.service {
  text-align: center;
 /* margin: 2rem 1rem 4rem;*/
}
div.com-in.sv>div h3 {
  white-space: normal;
  font-size: 2em;
  margin-top: 0.5rem;
}
div.company {
  padding: 2em 0;
}
div.foot-logo {
  padding: 0;
  width: 80%;
}
div.aboutus {
  margin: 0 auto;
  line-height: 1.5em;
  color: #333;
  font-size: 0.9em;
  font-family: 'ヒラギノ角ゴ ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', sans-serif;
}
footer#footer {
  padding: 0;
}
.uk-modal-dialog.uk-modal-body.uk-margin-auto-vertical {
  padding: 0;
  border-radius: 1em;
}
ul.uk-slideshow-items {
  border-radius: 10px 10px 0 0;
}
div.uk-position-relative.uk-visible-toggle.uk-light {
  height: 14em;
}
.uk-dotnav>.uk-active>* {
  background: #00A2A2;
}
div.aboutus.sv > div {
    color: #030303;
}
div.aboutus {
  line-height: 2em;
  padding: 0 5%;
  margin: 0 auto;
  width: auto;
  display: grid;
  grid: auto / 12% auto;
  text-align: left;
  color: #333;
  font-size: 0.9em;
  font-weight: 100;
}
div.aboutus div.bold {
  font-weight: 700;
  display: grid;
}
div.aboutus div.add span {
  line-height: 1.4em;
  display: block;
}
div.svblock h3 {
  font-size: 2em;
  white-space: nowrap;
}
div.aboutus.sv>div:last-child {
  margin: 0;
}

div.aboutus > div:last-child {
  white-space: pre-line;
}
li.uk-height-medium img {
  border-radius: 10px 10px 0 0;
}
div.uk-position-relative.uk-visible-toggle.uk-light {
  height: auto;
}
img.uk-cover {
  max-width: 100%;
  top: 7em;
}

div.imgs {
  position: relative;
  height: 60vh;
}
div.scs {
  position: absolute;
  top: -40px;
}
div.com-info {
  padding: 0.6rem;
  display: grid;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.5;
  background: #fff;
}

/* footerarrow */
.foot-arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font-size: 12px;
}
.foot-arrow::before,
.foot-arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.foot-arrow::before{
    left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #fcfcfc;
}




/* 404 */
.error-page {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100vh;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    background: #333;
  }
  .error-page h1 {
    font-size: 30vh;
    font-weight: bold;
    position: relative;
    margin: -8vh 0 0;
    padding: 0;
  }
  .error-page h1:after {
    content: attr(data-h1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: transparent;
    /* webkit only for graceful degradation to IE */
    background: -webkit-repeating-linear-gradient(-45deg, #71b7e6, #69a6ce, #b98acc, #ee8176, #b98acc, #69a6ce, #9b59b6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 400%;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.25);
    animation: animateTextBackground 10s ease-in-out infinite;
  }
  .error-page h1 + p {
    color: #d6d6d6;
    font-size: 8vh;
    font-weight: bold;
    line-height: 10vh;
    max-width: 600px;
    position: relative;
  }
  .error-page h1 + p:after {
    content: attr(data-p);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: transparent;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
  }

  #particles-js {
    /*position: fixed;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  @keyframes animateTextBackground {
    0% {
      background-position: 0 0;
    }
    25% {
      background-position: 100% 0;
    }
    50% {
      background-position: 100% 100%;
    }
    75% {
      background-position: 0 100%;
    }
    100% {
      background-position: 0 0;
    }
  }
  @media (max-width: 767px) {
    .error-page h1 {
      font-size: 32vw;
    }
    .error-page h1 + p {
      font-size: 8vw;
      line-height: 10vw;
      max-width: 70vw;
    }
  }
  a.back {
    position: fixed;
    right: 40px;
    bottom: 40px;
    background: -webkit-repeating-linear-gradient(-45deg, #71b7e6, #69a6ce, #b98acc, #ee8176);
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding: 15px 30px;
    text-decoration: none;
    transition: 0.25s all ease-in-out;
  }
  a.back:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  }


  /*font family*/

.navbtn a,
nav.artist-nav ul li a span, nav.svc-nav ul li a span,
p.now {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 18px;
}

/*Contact*/
.form__block {
  margin-bottom: 30px;
}

.form__block label {
  display: inline-block;
  padding: 5px;
  color: #606060;
}

.form__block select {
  width: 100%;
  padding: 1rem;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  text-indent: .01px;
  text-overflow: "";
  box-sizing: border-box;
  line-height: 1.25;
  color: #221915;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #979797;
  border-radius: 8px;
  display: block;
  position: relative;
  font-size: 1rem;
}
.form__block .select{
  position: relative;
}
.form__block .select::before{
  content: '';
  display: block;
  position: absolute;
  top:22px;
  right: 10px;
  border-right: 5px solid transparent;
  border-bottom: 8.6025px solid #979797;
  border-left: 5px solid transparent;
  z-index: 1;
  transform: rotate(180deg);
}


.form__tag {
  background-color: #d9534f;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  padding: 2px 5px;
}

.form__submit {
  border: none;
  background-color: #00adb5;
  box-shadow: 0px 4px 0px #00000029;
  width: 90%;
  margin: 0 auto;
  padding: 13px 20px;
  display: block;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-size: 1.25rem;
}

.form__input {
  display: block;
  width: 100%;
  padding: 0.75rem 0.95rem;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.25;
  color: #221915;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 2px solid #979797;
  border-radius: 8px;
}
.formrun-system-show {
  color: #f0506e;
  margin-top: 5px;
}


/*sv*/
.animation-container {
  position: relative;
  overflow: hidden;
}

.text-container {
  white-space: nowrap;
  overflow: hidden;
}

.letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(100%);
  animation: slideIn 0.8s forwards;
  animation-delay: calc(0.1s * var(--index));
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

