@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
  font-family: 'Noto Sans JP', sans-serif;
  }

#header{
  padding: 0px;
  background:#666;
    color: #fff;
  text-align: center;
}

.mainlogo{
  width:500px;
  margin:5px;
  color:#fff;
  position:relative;
  padding:4px;
}

.box{
    color: #fff;
    padding: 0px;
  display:flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#box1{
    background-image: url(https://arch-wizard.llc/img/bg.jpg);
    background-size: cover;
    width: 100%;
    background-position:center center;        
}
#box2{
    background: #000;
}
#box3{
    background: #000;
}
#box4{
    background: #000;
}

#footer{
  padding: 0px;
  background:#666;
    color: #fff;
  text-align: center;
}

.about {
  width: 100%;
  max-width: 1000px;
  margin: auto!important;
  padding-bottom: 3rem;
  position: relative;
  text-align: left;
  width: 100%;
  padding: 8px;
  word-wrap: break-word;
  box-sizing: border-box;
  background-size: cover;
  table-layout: fixed;
  line-height: 250%
}

/*---carousel---*/

.carousel {
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 1000px;
  max-height: 550px;   
  overflow: hidden;
position: relative;
}

.carousel-item {
visibility:visible;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
    -webkit-align-items: center;
  -webkit-justify-content: flex-end;
  position: relative;
  background-color: #000000;
  flex-shrink: 0;
 -webkit-flex-shrink: 0;
  position: absolute;
  z-index: 0;
transition: 0.6s all linear;
}


.carousel-item__image {
  width: 100%;
  height: 100%;
  order: 1;
  align-self: flex-end;
  flex-basis: 100%;

    -webkit-order: 1;
  -webkit-align-self: flex-end;
  -webkit-flex-basis: 100%;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 position:relative;
transform: translateX(100%);
transition: 0.6s all ease-in-out;
}

.carousel-item__subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 3px;
  font-size: 10px;
  text-transform: uppercase;
  margin: 0;
  color: #7E7E7E;    
  font-weight: 700;
  transform: translateY(25%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all ease-in-out;
}

.carousel-item__title {
  margin: 15px 0 0 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 44px;
  line-height: 45px;
  letter-spacing: 3px;
  font-weight: 100;
  color: #495862;
  transform: translateY(25%);
  opacity: 0;
  visibility: hidden;
  transition: 0.6s all ease-in-out;
}

.carousel-item__description {
  transform: translateY(25%);
  opacity: 0;
  visibility: hidden;
  transition: 0.6s all ease-in-out;
  margin-top: 35px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  color: #7e7e7e;
  line-height: 22px;
  margin-bottom: 35px;
}

.carousel-item--1 .carousel-item__image{
background-image: url('https://arch-wizard.llc/img/works/kawakami.jpg');
}

.carousel-item--2 .carousel-item__image{
background-image: url('https://arch-wizard.llc/img/works/kitagawa.jpg');
}

.carousel-item--3 .carousel-item__image{
background-image: url('https://arch-wizard.llc/img/works/sanriku.jpg');
}

.carousel-item--4 .carousel-item__image{
background-image: url('https://arch-wizard.llc/img/works/amaterasu.jpg');
}

.carousel-item__btn {
  width: 35%;
  color: #2C2C2C;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 3px;
  font-size: 11px;
  text-transform: uppercase;
  margin: 0;
  width: 35%;
  font-weight: 700;
text-decoration: none;
    transform: translateY(25%);
  opacity: 0;
  visibility: hidden;
  transition: 0.6s all ease-in-out;
}

.carousel__nav {
  position: absolute;
  right: 0;
  z-index: 2;
  background-color: #fff;
bottom: 0;
}

.carousel__icon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
fill: #5d5d5d;
}

.carousel__arrow {
  cursor: pointer;
  display: inline-block;
  padding: 11px 15px;
  position: relative;
}

.carousel__arrow:nth-child(1):after {
  content:'';
  right: -3px;
  position: absolute;
  width: 1px;
  background-color: #b0b0b0;
  height: 14px;
  top: 50%;
  margin-top: -7px;
}

.active{
 z-index: 1;
display: flex;
visibility:visible;
}

.active .carousel-item__subtitle, .active .carousel-item__title, .active .carousel-item__description,.active .carousel-item__btn{
  transform: translateY(0);
  opacity: 1;
transition: 0.6s all ease-in-out;
  visibility: visible;
}



.active .carousel-item__image{ 
transition: 0.6s all ease-in-out;
transform: translateX(0);
}




/*=========pageCSS ===============*/

.pagination {
  position:fixed;
  right:20px;
  top: 50%;
    transform: translateY(-50%);
  font-size:1em;
  z-index: 10;
  list-style: none;
}

.pagination a {
  display:block;
  height:20px;
  margin-bottom:5px;
  color:#fff;
  position:relative;
  padding:4px;
}

.pagination a.active:after {
  box-shadow:inset 0 0 0 5px;
}

/*now*/
.pagination a .hover-text {
  position:absolute;
  right:15px;
  top:0;
  opacity:0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  padding-right: 15px;
}

.pagination a:hover .hover-text {
  opacity: 1;
}

.pagination a:after {
  -webkit-transition:box-shadow 0.5s ease;
  transition:box-shadow 0.5s ease;
  width:10px;
  height:10px;
  display: block;
  border:1px solid;
  border-radius:50%;
  content:"";
  position: absolute;
  margin:auto;
  top:0;
  right:3px;
  bottom:0;
}

/* copyright */

small{
  position: fixed;
  font-size: 50%;
  left:20px;
  top:40%;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}  

/*under768px_nomaps*/
@media screen and (max-width:768px) { 
  .pagination a .hover-text{
    display: none;
  } 
}
@media screen and (min-width: 768px){
  .br-sp {display: none; }
  }
  
@media screen and (max-width:768px) { 
  .mainlogo{
    width:500px;
    margin:5px;
    color:#fff;
    position:relative;
    padding:4px;
    transform: rotate(90deg);    
  }
  .carousel-item__image {
    width: 100%;
    height: 50%;
    order: 1;
    align-self: center;
    flex-basis: 100%;
  
      -webkit-order: 1;
    -webkit-align-self: center;
    -webkit-flex-basis: 100%;
  
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   position:relative;
  transform: translateX(100%);
  transition: 0.6s all ease-in-out;
  }
  
} 

  