 /*
 Theme Name: architect_wp
 */

/*====== 全体にかかる要素 =======*/

body {
  font-family: 'Noto Sans JP', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
background-color: rgb(243, 243, 243);
}

img {
  margin: 0;
}

.content {
  width: 80%;
  margin: 0 auto ;
}

.sp_only {
    display: none;
}

/*====== ヘッダー部分 =======*/

/* kv */
.kv {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
}

/* .main-copy {
  color: #fff;
  font-size: 50px; 
  text-align: center;
  letter-spacing: 0.5em;
  
}

.sub-copy {
  color: #fff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 1em;
	margin-bottom:30px;
}
 */

.fvimg {
    width: 50%;
    margin-bottom: 80px;
}

/* vide */
.video {
  width:100%;
  height: 100vh;
  background: url(./img/mein.png) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  z-index: -1;
}



.video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/* ナビ */
.header_content_nav {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.header_content_nav a {
  display: inline-block;
  text-align: center;
  text-decoration: none;  
  color: #fff;
  background-color: rgba(22, 22, 23,0.5);
  padding: 5px 30px;
  margin: 0 10px;
  width: 120px;
}

.header_content_nav01 {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.header_content_nav01 a {
  display: inline-block;
  text-align: center;
  text-decoration: none;  
  color: #fff;
  background-color: rgba(22, 22, 23,0.5);
  padding: 5px 30px;
  margin: 0 10px;
  width: 120px;
}

/*スクロールダウン全体の場所*/
.scrolldown1{
  /*描画位置※位置は適宜調整してください*/
position:absolute;
left:50%;
bottom:10px;
  /*全体の高さ*/
height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span{
  /*描画位置*/
position: absolute;
left:-15px;
bottom: 50px;
  /*テキストの形状*/
color: #fff;
font-size: 0.9rem;
letter-spacing: 0.05em;
text-align: center;
}

/* 線の描写 */
.scrolldown1::after{
content: "";
  /*描画位置*/
position: absolute;
top: 0;
  /*線の形状*/
width: 2px;
height: 30px;
background: #fff;
  /*線の動き1.4秒かけて動く。永遠にループ*/
animation: pathmove 1.4s ease-in-out infinite;
opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
0%{
  height:0;
  top:0;
  opacity: 0;
}
30%{
  height:30px;
  opacity: 1;
}
100%{
  height:0;
  top:50px;
  opacity: 0;
}
}

/*====== main =======*/

.title {
  line-height: 40px;
  margin: 10px 0 50px 0;
  font-family: 'Shippori Mincho', serif;
  text-align: center;
}

.title h1 {
  font-size: 1.2rem;
  border-bottom: solid 1px rgb(46, 46, 45);
  padding-bottom: 20px;
  margin-bottom: 100px;
  width: 30%;
  margin: 0 auto;
}

.title p {
  padding-top: 20px;
  font-size: 16px;
}

.carouelImg {
  width: 90%;
}

.main_visual {
  margin-bottom: 150px;
}

.visual_body {
  line-height: 40px;
  margin: 50px 0 50px 0;
	  font-family: 'Shippori Mincho', serif;
  text-align: center;
}

.visual_body p {
  padding-top: 0px;
  font-size: 15px;
}

/* ユーザーボイス */
.main_uservoice {
  background-color: #e2e2e2;; 
  padding: 30px 0;
	  font-family: 'Shippori Mincho', serif;
}


.balloon5 {
  display: flex;
  width: 65%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.faceicon {
  width: 20%;
  text-align: center;
}

.balloon5 img {
  width: 150px;
}

.chatting {
  margin-left: 35px;
}

.says {
  position: relative;
  border: solid 3px #555;
  box-sizing: border-box;
  padding: 10px;
  background-color: #fff;
}

.says:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.says:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}

.says p {
  margin: 0;
  padding: 0;
}

/* オーダーフロウ */
.main_oderfllow {
  margin-top: 150px;
    font-family: 'Shippori Mincho', serif;
}

/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin:0 auto;
}

.accordion-area li{
  margin: 10px 0;
}

.accordion-area section {
border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.accordion-title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size:1rem;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all .5s ease;
}

/*アイコンの＋と×*/
.accordion-title::before,
.accordion-title::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #333;
  
}
.accordion-title::before{
  top:48%;
  left: 15px;
  transform: rotate(0deg);
  
}
.accordion-title::after{    
  top:48%;
  left: 15px;
  transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.accordion-title.close::before{
transform: rotate(45deg);
}

.accordion-title.close::after{
transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;/*はじめは非表示*/
  background: #ebebeb;
margin:0 3% 3% 3%;
  padding: 3%;
}

/*========= レイアウトのためのCSS ===============*/
h2{
  text-align: center;
  margin: 30px 0;
  font-size:1rem;
}

.footer {
  background-color: #555;
  color: #fff;
  /* text-align: center; */
  font-size: 12px;
  padding: 30px 0;
  margin-top: 180px;
}

.footer_nav {
  width: 80%;
  margin: 0 auto;

}

.footer_nav  a {
  text-decoration: none;
  list-style: none;
  color: #FFF;
}

.footer-copy {
  font-size: 3em;
  margin-bottom: 10px;
  letter-spacing: 0.3em;
}

.sns {
  width:4em;
  display: flex;
  margin-bottom: 5px;
}

.insta {
margin-right: 5px;
}

.footer_link {
  font-size: 20px;
  margin-bottom: 5px;
  margin-right: 10px;
  letter-spacing: 4px;
}

.ar::before {
  content: "\0bb";
	font-size: 129%;
}

.ctv_btn {
  width: 30%;
  background-color: #555;
  padding: 20px 30px;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 40px;
}

.btn {
  margin-top: 40px;
  text-align: center;
}

.btn a {
  display: inline-block;
  text-decoration: none;
  background-color: rgba(22, 22, 23,0.5);
  padding: 10px 40px;
  color: #FFF;
}

.ftimg {
    width: 40%;
    margin-bottom: 12px;
}



@media screen and (max-width:768px) {
	
	.title h1 {
  width: 80%;
}

	.sp_only {
	display:block;
}
	
  .container {
    width: 90%;
  }
  .video {
    width:100%;
  }

  .kv .main-copy {
    font-size: 40px; 
    text-align: center;
    line-height: 1.5; 
    letter-spacing: 0.5em;
    
  }
  
  .kv .sub-copy {
    color: #fff;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1em;
  }
  
.fvimg {
    width: 100%;
    margin-bottom: 80px;
}
  /* ナビ */
  .header_content_nav {
  bottom: 5%;
}

  .header_content_nav a {
 display: block;
 margin-bottom: 10px;
  }

  .balloon5 {
    width: 100%;
    flex-direction: column;
    margin: 0 auto;
/*     text-align: center; */
    justify-content: center;
    align-items: center;
  }

  .faceicon {
    width: 50%;
    text-align: center;  
  }

  .balloon5 img {
    width: 150px;
    text-align: center;
    margin-top: 30px;
  }

  .chatting {
    margin-left: 0px;
  }

  .says {
    width: 80%;
    margin: 0 auto;

  }

  .says:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 2;
  }
  
  .says:after {
    content: "";
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-bottom: 14px solid #555;
    z-index: 1;
  }
	
	
.ftimg {
    width: 70%;
}


  }





