@charset "UTF-8";
<link href="https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.7.1/css/lightbox.css" rel="stylesheet">
<link rel="stylesheet" href="magnific-popup.css" />
/*共有部分
ーーーーーーーーーーーーーーーーーーーーーーーーーー
*/


html{
	font-size: 100%
}
body{
	/* font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; */

}

a{
	text-decoration: none;
}
img{
	max-width: 100%;
}
h1,li,dl,dt,dd,p,span, {
	font-size: small;
}

/*ヘッダー
ーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
* {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
}

:root {
     --nav-height: 10vh;
     --nav-background: #fff;
}

.logo h1 {
	
     font-size: 20px;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 3px;
     white-space: nowrap;
}
.logo a {
	  color: black;
  text-decoration: none;
}
.logo a:hover {
  color: #8A8A8A;
	  text-decoration: underline;
}
.logo a :visited{
	color : black;
}


/* nav-links */

/* .nav-links {
     display: flex;
     height: var(--nav-height);
     align-items: center;
     margin-left: auto;
}

.nav-links li {
	
     list-style: none;
     margin: 0 15px;
     height: var(--nav-height);
     line-height: var(--nav-height);
     text-align: center;
}

.nav-links li a {
     text-decoration: none;
     color: rgb(99, 99, 99);
     position: relative;
} */

/* menu */
.menu {
	max-width: 700px;
  cursor: pointer;
  background: var(--nav-background);
  border: none;
  outline: none;
  display: none;
  display: block;
  margin: 0px auto 0px;
  /* margin-left: auto; */
  padding-left: 12px;
  padding-top: 10px;
  
}

/* responsive */


     




/*コンテンツ
ーーーーーーーーーーーーーーーーーーーーーーーーー*/
.hone-content{
	text-align: center;
	margin-top: 10%;
}
.hone-content{
	/* max-width: 850px; */
	margin: 0 auto;

	font-size: 1.125rem;
}


/*about
ーーーーーーーーーーーーーーーーーーーーーーーーー*/
.about{
	text-align: left;
	max-width: 700px;
	margin: 3em auto 10em;
			 padding : 20px ;
}

/*news
ーーーーーーーーーーーーーーーーーーーーーーーーー*/
.news{
	text-align: left;
	max-width: 700px;
	margin: 3em auto 10em;
			 padding : 20px ;
	}
/*artists
ーーーーーーーーーーーーーーーーーーーーーーーーー*/
.artists{
	display: flex;
	max-width: 700px;
	margin: 100px auto 100px;
	justify-content: space-between;
				 padding : 20px ;
	
}
.item{
	width: 150px;
}
.artists a{
	color: darkgray
}
.artists a:hover{
	color: black;
}
.artists img{
	 transition:1s all;
	
}
.artists img:hover{ 
	transform:scale(1.1,1.1);
	transition:1s all;
}

/*各アーティストページ
ーーーーーーーーーーーーーーーーーーーーーーーーー*/
.sub-title {
  font-size:medium;
  text-align: center;

}
.artists1 a{
	color: darkgray
}
.artists1 a:hover{
	color: black;
}

.artists1{
	max-width: 700px;
	display: flex;
	justify-content: space-between;
	margin:50px auto 50px;
}
aside{
	width: 150px;
	padding: 0px 10px ;
}
.sub-title{
	padding: 0 8px 8px;
	border-bottom: 2px #808080 solid;
	font-weight: normal;
}
.artistslist{
	margin-bottom: 60px;
	list-style: none;
  padding: 0%;
  text-align: center;
}
.artistslist li{
	border-bottom: 1px #ddd solid;
	font-size: small;
	padding: 10px;
}
.artistslist a{
	display: block;
	
}



article{
	width: 74%;
  padding: 0px 10px 0px 0px;
}

.artiststatle{
	display: flex;
	font-weight: normal;
  padding-left: 32px;
}
.artiststatle img{
	flex-direction: row;
	width: 30px;
	margin:5px 5px;
}
.artiststatle h1{
	font-size: 30px;
	padding: 0 0 10px;
}
.ryakureki h1{
	border-bottom: 2px #878787 solid;
}
.ryakureki h2{
	font-size:small;
	margin-top: 10px;
}

/*コンテンツ
ーーーーーーーーーーーーーーーーーーーーーーーーー*/
.contents a{
	color: darkgray
}
.contents a:hover{
	color: black;
}
	
.contents img{
	width: 100%;
	height: 100px;
	object-fit: cover;
	margin: 0 auto 5px;
}
.contents img:hover{ 
	transform:scale(1.1,1.1);
	transition:1s all;
}
.contents{
	max-width: 700px;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
				 padding : 20px ;
}

/*内見2021
ーーーーーーーーーーーーーーーーーーーーーーーーー*/
.naiken2021{
	margin: 0 auto;
	       padding: 0;
	flex-direction: column;
  height: auto;
		max-width: 700px;
				 padding : 20px ;
}
.naiken2021 img{
	width: 100%;
	object-fit: cover;
	margin: 0 auto 5px;
}



/*StudioHAUSU(動画ページ)
flex-wrap:wrap;
	justify-content: space-around;
ーーーーーーーーーーーーーーーーーーーーーーーーー*/
.c-Studiohausu{
	margin: 0 auto;
	       padding: 0;
	flex-direction: column;
  height: auto;
		max-width: 700px;
				 padding : 20px ;
  
}
.map{
	text-align : center 
	
}
img[usemap]{
	 margin : 0 auto 
  max-width: 100%;
  height: auto;
}

/*StudioHAUSU(動画ページ)のMagnific Popupの設定
ーーーーーーーーーーーーーーーーーーーーーーーーー*/
.mfp-bg{
  opacity: 0;
  transition: opacity 1s;
}
.mfp-bg.mfp-ready{
  opacity: 0.8;
}
.mfp-bg.mfp-removing{
  opacity: 0;
}

.mfp-wrap .mfp-content{
  opacity: 0;
  transition: opacity 1s;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*トップへ戻る
ーーーーーーーーーーーーーーーーーーーーーーーーー*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #b5b5b5;
  opacity: 0.6;
				 padding : 20px ;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*StudioHAUSU(動画ページ)の画像
ーーーーーーーーーーーーーーーーーーーーーーーーー*/
.movieitem{
	padding: 2.5% 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
	
}

.c-Studiohausu iframe {
    display : block;
    margin : 0 auto;
}

.movieitem img {
    /* 幅もしくは高さを最大100%に設定、もう一方はauto */
  width: 100%;
  height: 150px;
  object-fit: cover;
}
 .movieitem> *{
  min-width: 8%;
  flex-basis: 25%;
  background: #fff;
  font-size: 64px;
  text-align: center;
}
.map2{
	width: 500px;
 text-align: center;
}

/*youtubeをレスポンシブルに
ーーーーーーーーーーーーーーーーーーーーーーーーー*/
.frame-wrapper__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.frame-wrapper__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}



/*搬入搬出
flex-wrap:wrap;
	justify-content: space-around;
ーーーーーーーーーーーーーーーーーーーーーーーーー*/
.hannyudouga{
	display: flex;
	max-width: 700px;
	margin: 0 auto;
	flex-direction: column;
}


/*アクセス
ーーーーーーーーーーーーーーーーーーーーーーーーー*/
.access{
	max-width: 700px;
	margin: 100px auto 100px;
				 padding : 20px ;
	}
.access h1{
	border-bottom: 2px dotted gray;
}
.access a{
	color: darkgray
}
.access a:hover{
	color: black;
}

/*フッター
ーーーーーーーーーーーーーーーーーーーーーーーーー*/

footer{
	text-align: center;
	width: 100%;
	max-width: 1100px;
	margin: 1em auto 2em;
				 padding : 20px ;
}
	


/* ↓吉田追加CSS */

.nav-item1{
  margin-right: 10px;
}

.container p{
  font-size: 15px;
}
.container h1{
  color: black;
}
.container-fluid h1{
  color: black;
}

/* カード */


@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');

:root {
  --primary: #0d6efd;
  --dark: #21252f;
  --body: #888;
  /* --orange: rgb(221, 155, 94); */
  --box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}

body {

  font-family: 'Josefin Sans', sans-serif;
  line-height: 1.7;
  color: var(--body);
}
/* トップ画タイトル */
.hero h1{
  font-size: 70px;
}
/* ホームタイトル */
.row h1{
  font-size: 35px;
  font-weight:400

}

h1{
  font-size: 20px;
  font-weight:400
}
h2,
h3,
h4,
h5,
h6,
.display-4 {
  color: var(--dark);
  font-weight: 700;
}

a {
  color: var(--dark);
  text-decoration: none;
}

img {
  width: 100%;
}

.navbar {
  /* box-shadow: var(--box-shadow); */
  
}

.logo {
  width: 160px;
}

.navbar-brand{
  font-weight: 600;
}

.navbar .nav-link {
  font-size: 14px;
  font-weight: 500;
  
}

.navbar .nav-link {
  /* color: #fff !important; */
}

.btn {
  padding: 14px 18px;
  border-width: 2px;
  border-radius: 0;
}

.hero {
  background-image: url(http://shiny-ohita-9276.sub.jp/image/studio-in.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 2;
}

.hero::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.327);
  z-index: -1;
}

section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.card-effect {
  box-shadow: var(--box-shadow);
  background-color: #fff;
  padding: 25px;
  transition: all 0.35s ease;
}

.card-effect:hover {
  box-shadow: none;
  transform: translateY(5px);
}

.iconbox {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  color: white;
  font-size: 32px;
  border-radius: 100px;
  flex: none;
}

.service {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.service::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  background-color: var(--primary);
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s ease;
}

.service:hover h5,
.service:hover p {
  color: white;
}

.service:hover .iconbox {
  background-color: #fff;
  color: var(--primary);
}

.service:hover::after {
  opacity: 1;
  top: 0;
}

/* features section */
.col-img {
  background-image: url(http://shiny-ohita-9276.sub.jp/image/studio-out.jpg);
  background-position: center;
  background-size: cover; /* 画像の全部を収めることができる。 */
  min-height: 500px;
}

.project {
  position: relative;
  overflow: hidden;
}

.project .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(37, 39, 71, 0.7);
  padding: 30px;
  display: flex;
  align-items: flex-end;
  transition: all 0.4s ease;
  opacity: 0;
}

.project img {
  transition: all 0.4s ease;
}

.project:hover .overlay {
  opacity: 1;
}

.project:hover img {
  transform: scale(1.1);
}

.team-member img {
  width: 125px;
  height: 125px;
  border-radius: 100px;
}

.social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icons a {
  width: 34px;
  height: 34px;
  background-color: var(--primary);
  border: 2px solid var(--primary);
  color: #fff;
  /* iのアイコンをaの中で中央揃えしてるみたい。
  １つの要素に対して中央に寄せるときに親要素に
  flexを付ける場合もある。 */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  margin-left: 5px;
  transition: all 0.4s ease;
}

.social-icons a:hover {
  color: var(--primary);
  background-color: transparent;
}

form input.form-control {
  height: 56px;
}

form .form-control {
  border: transparent;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.04);
}

.footer-top {
  padding-bottom: 90px;
  padding: 90px;
  background-color: var(--dark);
}

.footer-top a {
  color: var(--body);
}

.footer-top a:hover {
  color: #fff;
}

@media (min-width: 992px){
.col-lg-15 {
  width: 20%;
  flex: 0 0 20%;
}
}

/* アーティスト */
.content {
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
}

.card-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
 
}

.card-list {
  max-width: 400px;
  margin-bottom: 50px;
  
  /* margin-right: 40px; */
}

/* .card-list:nth-child(3n) {
  margin-right: 0;
} */

.card-listTitle {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0;
  margin-top: 30px;
  text-align: center;
}

.card-listText {
  line-height: 1.6;
}
.card-list h4{
  font-weight: 300;
  margin: 30px 0px 30px 0px
}
@media screen and (max-width:800px){
  .card-wrap {
 justify-content: space-around;
  }
}

/* ボタン */
/* 006 */
.button006 a {
    background: #eee;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items:flex-end
    margin: 0 auto;
    max-width: 200px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button006 a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -1em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #6bb6ff;
    transition: 0.3s;
    
}
.button006 a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1em;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background-color: #6bb6ff;
    transition: 0.3s;
}
.button006 a:hover:before, .button006 a:hover:after {
    right: -1.5em;
}
.button006 a:hover {
    background: #edf6ff;
    color: #6bb6ff;
}

/* もっとみる下線 */
/* LINE001 */
.button_line001 a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 150px;
  padding: 10px 25px;
  color: #313131;
  transition: 0.3s ease-in-out;
  /* font-weight: 600; */
}
.button_line001 a:before {
  position: absolute;
  bottom: 0px;
  left: 50%;
  content: '';
  width: 100%;
  height: 2px;
  background: rgba(0,0,0,.1);
  transform: translateX(-50%);
}
.button_line001 a:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.button_line001 a:hover {
  opacity: 0.7;
}
.button_line001 a:hover:after {
  transform: scale(1, 1);
}