@charset "UTF-8";

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
body {
	font-family: 'Roboto',"游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", 'Hiragino Kaku Gothic ProN', meiryo, sans-serif;
	font-size: 62.5%;
	line-height: 1.0;
	-webkit-text-size-adjust: 100%;
	color: #000;
  background: #fff;
  overflow: hidden;
}
.en {
	font-family: 'Roboto', sans-serif;
}
::selection {
	background: #d7d7d7;
}
::-moz-selection {
	background: #d7d7d7;
}
p {
	max-height: 999999px;
}
li {
	max-height: 999999px;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:hover {
	text-decoration: none;
}
.link a {
  position: relative;
  text-decoration: none;
}
.link a::before {
  position: relative;
  text-decoration: none;
}
.link a::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #7daac8;
  display: block;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}
.link a:hover::before {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1)
}
input::placeholder,
textarea::placeholder {
	color: #999;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}
.ul {
	letter-spacing: -.4em;
}
.ul li {
	letter-spacing: normal;
	vertical-align: top;
	display: inline-block;
  box-sizing: border-box;
}
.inviewfadeIn {
	opacity: 0;
  -webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
}
.fadeIn {
	opacity: 1.0;
}
.inviewfadeInUp {
	opacity: 0;
  transform: translate(0, 30px);
	-webkit-transform: translate(0, 30px);
  -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.fadeInUp {
	opacity: 1.0;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
.inviewfadeInDown {
	opacity: 0;
  transform: translate(0, -30px);
	-webkit-transform: translate(0, -30px);
  -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.fadeInDown {
	opacity: 1.0;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
.inviewfadeInLeft {
	opacity: 0;
	transform: translate3d(-30px, 0, 0);
	-webkit-transform: translate3d(-30px, 0, 0);
  -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.fadeInLeft {
	opacity: 1.0;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.inviewfadeInRight {
	opacity: 0;
	transform: translate3d(30px, 0, 0);
	-webkit-transform: translate3d(30px, 0, 0);
  -webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.fadeInRight {
	opacity: 1.0;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.pc {
	display: block;
}
.sp {
	display: none;
}

/* common */
.wrapper {
  width: 100%;
  height: auto;
}

/* header */
.header {
  width: 100%;
  height: auto;
  background: rgba(255,255,255,0.8);
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.logo {
  width: 170px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

/* top */
.top {
	width: 100%;
	height: 100%;
  position: relative;
	background-size: cover;
	background-position: center;
  box-sizing: border-box;
}
.logo-pc {
  width: 300px;
  height: auto;
  position: absolute;
	bottom: 30px;
	left: 30px;
  display: block;
}
.scroll {
  width: 30px;
  height: auto;
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 20;
}

/* main */
.main {
  width: 100%;
  height: auto;
}

/* swiper */
.swiper-container {
  width: 100%;
  height: auto;
}
.swiper-slide {
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/* baLon shinjuku */
.top-balon-shinjuku {
  background-image: url(../img/top/top-balon-shinjuku-pc.jpg);
}
.logo-balon-shinjuku {
  width: 200px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -100px;
}
.balon-shinjuku {
  width: 100%;
  height: auto;
  background: #F5F5F0;
  padding: 50px 0 55px 0;
}
.title-wrap {
  text-align: center;
}
.title {
  font-size: 2.0em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  background: #fff;
  display: inline-block;
  padding: 0 100px;
}
.interior {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}
.interior-wrap {
  width: 92%;
  max-width: 900px;
  height: auto;
  margin: 50px auto 0 auto;
}
.staff {
  width: 100%;
  height: auto;
  padding: 50px 0 0 0;
}
.staff-ul {
  width: 97.9%;
  max-width: 1400px;
  height: auto;
  margin: 2% auto 0 auto;
}
.staff-ul li {
  width: 29.3%;
  height: auto;
  margin: 2%;
  position: relative;
}
.staff-ul-txt {
  font-size: 1.4em;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.01em;
  color: #000;
  background: #fff;
  display: inline-block;
  padding: 5px 10px;
  white-space: nowrap;
}
.staff-ul-txt-wrap {
  position: absolute;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
}
.price {
  width: 100%;
  height: auto;
  padding: 50px 0 0 0;
}
.table-price {
	width: 80%;
	max-width: 400px;
	border-collapse: collapse;
	margin: 50px auto 0 auto;
}
.table-price td {
	padding: 3px 0;
 	border: none;
	line-height: 1.8;
}
.txt-price {
	font-size: 1.4em;
	font-weight: bold;
}
.t-left {
	font-size: 1.3em;
	text-align: left;
}
.t-right {
	font-size: 1.3em;
	text-align: right;
}
.txt-price-sub {
	font-size: 1.2em;
  color: #3a3a3a;
  padding-top: 13px !important;
}
.info {
  width: 100%;
  height: auto;
  padding: 50px 0 0 0;
}
.info-balon-shinjuku {
  width: 150px;
  height: auto;
  margin: 40px auto 0 auto;
}
.info-txt-wrap {
  text-align: center;
  margin: 40px auto 0 auto;
  padding: 0 30px;
}
.info-txt {
  font-size: 1.4em;
  line-height: 1.8;
  text-align: left;
  display: inline-block;
}
.info-txt a {
  color: #000;
  border-bottom: 1px solid #000;
  padding: 0 0 5px 0;
}
.info-txt a:hover {
  padding: 0 10px 5px 0;
}
.app-icon {
  width: 150px;
  height: auto;
  margin: 40px auto;
}

/* baLon fem */
.top-balon-fem {
  background-image: url(../img/top/top-balon-fem-pc.jpg);
}
.logo-balon-fem {
  width: 200px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -100px;
}
.balon-fem {
  width: 100%;
  height: auto;
  background: #BEC8C8;
  padding: 50px 0 55px 0;
}
.info-balon-fem {
  width: 150px;
  height: auto;
  margin: 40px auto 0 auto;
}

/* atelier fem */
.top-atelier-fem {
  background-image: url(../img/top/top-atelier-fem-pc.jpg);
}
.atelier-fem {
  width: 100%;
  height: auto;
  background: #fefbf6;
  padding: 50px 0 55px 0;
}

/* studio noll */
.top-studio-noll {
  background-image: url(../img/top/top-studio-noll-pc.jpg);
}
.logo-studio {
  width: 200px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -85px 0 0 -100px;
}
.studio-noll {
  width: 100%;
  height: auto;
  background: #C3BEBE;
  padding: 50px 0 55px 0;
}
.info-studio {
  width: 150px;
  height: auto;
  margin: 40px auto 0 auto;
}

/* studio ett */
.top-studio-ett {
  background-image: url(../img/top/top-studio-ett-pc.jpg);
}
.studio-ett {
  width: 100%;
  height: auto;
  background: #E1D7C8;
  padding: 50px 0 55px 0;
}

/* studio tva */
.top-studio-tva {
  background-image: url(../img/top/top-studio-tva-pc.jpg);
}
.studio-tva {
  width: 100%;
  height: auto;
  background: #cdd3de;
  padding: 50px 0 55px 0;
}

/* lad A */
.top-ladA {
  background-image: url(../img/top/top-ladA-pc.jpg);
}
.logo-ladA {
  width: 200px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -100px;
}
.ladA {
  width: 100%;
  height: auto;
  background: #d9d9d1;
  padding: 50px 0 55px 0;
}
.info-ladA {
  width: 150px;
  height: auto;
  margin: 40px auto 0 auto;
}

/* shop list */
.shop-ul {
  width: 97.9%;
  max-width: 1400px;
  height: auto;
  margin: 2% auto 0 auto;
}
.shop-ul li {
  width: 29.3%;
  height: auto;
  margin: 2%;
  position: relative;
}
.shop-bg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.shopList {
  width: 100%;
  height: auto;
  position: absolute !important;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
.shop-logo {
  width: 50%;
  max-width: 150px;
  height: auto;
  position: absolute !important;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	left: 50%;
}

/* company */
.company {
  width: 100%;
  height: auto;
  padding: 120px 0 0 0;
}
.company-img {
  padding: 0 0 50px 0;
}
.company-table {
  width: 90%;
  max-width: 600px;
  height: auto;
  margin: 40px auto 0 auto;
}
.company-table td {
  font-size: 1.3em;
  line-height: 1.8;
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 20px 15px 20px 15px;
}
.company-table td span {
  font-weight: bold;
}
.td-l {
  width: 23%;
}

/* recruit */
.recruit {
  width: 100%;
  height: auto;
  padding: 50px 0 0 0;
}
.recruit-txt-1 {
  font-size: 1.5em;
  line-height: 1.8;
  text-align: center;
  border-bottom: 2px solid #C3BEBE;
  padding: 40px 0 0 0;
  display: inline-block;
}
.recruit-txt-2 {
  font-size: 1.3em;
  line-height: 1.8;
  text-align: center;
  padding: 30px 0 0 0;
}
.recruit-txt-3 {
  font-size: 1.3em;
  line-height: 1.8;
  text-align: center;
  padding: 40px 0 0 0;
}

/* app */
.app {
  width: 100%;
  height: auto;
  padding: 50px 0 100px 0;
}
.app-txt {
  font-size: 1.3em;
  line-height: 1.8;
  text-align: center;
  padding: 40px 0 0 0;
}
.app-ul {
  width: 800px;
  height: auto;
  margin: 40px auto 0 auto;
}
.app-ul li {
  width: 150px;
  height: auto;
  margin: 0 25px;
}
.app-cap {
  font-size: 1.2em;
  color: #000;
  text-align: center;
  padding: 15px 0 0 0;
}

/* footer */
.footer {
  width: 100%;
  height: auto;
  padding: 30px 0;
  background: #fff;
}
.copy {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width:900px) {
  /* staff */
  .staff-ul {
    width: 96%;
  }
  .staff-ul li {
    width: 46%;
  }
  /* shop list */
  .shop-ul {
    width: 96%;
  }
  .shop-ul li {
    width: 46%;
  }
  /* app */
  .app-ul {
    width: 400px;
    margin: 0 auto;
  }
  .app-ul li {
    margin: 40px 25px 0 25px;
  }
}

@media screen and (max-width:700px) {
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
  /* header */
  .logo {
    width: 130px;
  }
  /* top */
  .logo-pc {
    display: none;
  }
  .scroll {
    width: 25px;
    right: 20px;
    bottom: 30px;
  }
  /* baLon shinjuku */
  .top-balon-shinjuku {
    background-image: url(../img/top/top-balon-shinjuku-sp.jpg);
  }
  .logo-balon-shinjuku {
    width: 180px;
    margin: -20px 0 0 -90px;
  }
  .balon-shinjuku {
    padding: 30px 0 35px 0;
  }
  .title {
    font-size: 1.4em;
    padding: 0 50px;
  }
  .interior-wrap {
    margin: 30px auto 0 auto;
  }
  .staff {
    padding: 30px 0 0 0;
  }
  .staff-ul {
    margin: 20px auto 0 auto;
  }
  .staff-ul-txt {
    font-size: 1.0em;
    line-height: 1.4;
    padding: 3px 8px;
  }
  .staff-ul-txt-wrap {
    bottom: 10px;
  }
  .price {
    padding: 30px 0 0 0;
  }
  .table-price {
  	margin: 30px auto 0 auto;
  }
  .txt-price {
  	font-size: 1.3em;
  }
  .t-left {
  	font-size: 1.2em;
  }
  .t-right {
  	font-size: 1.2em;
  }
  .txt-price-sub {
  	font-size: 1.1em;
  }
  .info {
    padding: 30px 0 0 0;
  }
  .info-balon-shinjuku {
    margin: 30px auto 0 auto;
  }
  .info-txt-wrap {
    margin: 30px auto 0 auto;
    padding: 0 10%;
  }
  .info-txt {
    font-size: 1.3em;
  }
  .app-icon {
    width: 130px;
    margin: 30px auto;
  }
  /* baLon fem */
  .top-balon-fem {
    background-image: url(../img/top/top-balon-fem-sp.jpg);
  }
  .logo-balon-fem {
    width: 180px;
    margin: -60px 0 0 -90px;
  }
  .balon-fem {
    padding: 30px 0 35px 0;
  }
  .info-balon-fem {
    margin: 30px auto 0 auto;
  }
  /* atelier fem */
  .top-atelier-fem {
    background-image: url(../img/top/top-atelier-fem-sp.jpg);
  }
  .atelier-fem {
    padding: 30px 0 35px 0;
  }
  /* studio noll */
  .top-studio-noll {
    background-image: url(../img/top/top-studio-noll-sp.jpg);
  }
  .logo-studio {
    width: 180px;
    margin: -85px 0 0 -90px;
  }
  .studio-noll {
    padding: 30px 0 35px 0;
  }
  .info-studio-noll {
    margin: 30px auto 0 auto;
  }
  /* studio ett */
  .top-studio-ett {
    background-image: url(../img/top/top-studio-ett-sp.jpg);
  }
  .studio-ett {
    padding: 30px 0 35px 0;
  }
  /* studio tva */
  .top-studio-tva {
    background-image: url(../img/top/top-studio-tva-sp.jpg);
  }
  .studio-tva {
    padding: 30px 0 35px 0;
  }
  /* lad A */
  .top-ladA {
    background-image: url(../img/top/top-ladA-sp.jpg);
  }
  .logo-ladA {
    width: 180px;
    margin: -85px 0 0 -90px;
  }
  .ladA {
    padding: 30px 0 35px 0;
  }
  .info-ladA {
    margin: 30px auto 0 auto;
  }
  /* shop list */
  .shop-ul {
    margin: 4% auto 0 auto;
  }
  /* company */
  .company {
    padding: 100px 0 0 0;
  }
  .company-img {
    padding: 0 0 30px 0;
  }
  .company-table {
    margin: 30px auto 0 auto;
  }
  .company-table td {
    font-size: 1.1em;
    padding: 15px 10px 15px 10px;
  }
  .td-l {
    width: 23%;
  }
  /* recruit */
  .recruit {
    padding: 30px 0 0 0;
  }
  .recruit-txt-1 {
    font-size: 1.3em;
    padding: 30px 0 0 0;
  }
  .recruit-txt-2 {
    font-size: 1.1em;
    padding: 30px 0 0 0;
  }
  .recruit-txt-3 {
    font-size: 1.1em;
    padding: 30px 0 0 0;
  }
  /* app */
  .app {
    padding: 30px 0 80px 0;
  }
  .app-txt {
    font-size: 1.1em;
    padding: 30px 0 0 0;
  }
  .app-ul {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .app-ul li {
    width: 40%;
    margin: 30px 5% 0 5%;
  }
  .app-cap {
    font-size: 1.1em;
    padding: 15px 0 0 0;
  }
  /* footer */
  .copy {
    font-size: 1.2em;
  }
}
