@charset 'utf-8';


/****************************共通****************************/
body {
    color: #1c1b1a;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
}


.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}




.sublogo {
    width: 18%;
    padding: 3.5rem 0;
}



a {
    transition: 0.3s;
}

a:hover {
    color: #a89182;
}


a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}

img {
    transition: 0.5s;
}


.logosm {
    display: none;
}

.hamburger{
    display: none;
}

.globalMenuSp {
    display: none;
}


/***************************ヘッダー*****************************/

.logo {
    width: 80%;
    margin-left: 2rem;
}


header {
    margin: 2rem 1rem 0 0;
}



nav li {
    margin-left: 20px;
}

/**************************コンセプト******************************/



.italic {
    font-family: 'Niconne', cursive;
}

.elegant {
    font-family: 'Playfair Display', serif;
}


.concept {
    text-align: center;
}


.concept p {
    font-size: 4.5rem;
    letter-spacing: 0.5rem;
}


.mv {
    width: 90%;
    margin: 2rem 0 10rem 0;
}




/****************************コレクション****************************/

.collection {
    background-color: #a89182;
    width: 100%;
    padding: 100px 40px;
    align-items: flex-start;
    justify-content: space-around;
    font-family: 'Playfair Display', serif;
}


h2 {
    font-size: 3rem;
    letter-spacing: 0.5rem;
    padding-bottom: 5rem;
}


.collection_container {
    display: block;
    text-align: center;
}

.collection_container p {
    font-size: 1.5rem;
    line-height: 2.8rem;
    letter-spacing: 0.3rem;
    text-align: left;
    display: inline-block;
}

.collection img {
    width: 35%;
}


.collection {
    margin-bottom: 5rem;
}

/***************************ITEM*****************************/



.flex-wrapper{
    display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    -webkit-flex-direction: row; /* Safari */
    flex-direction:         row;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap:         wrap;
    -webkit-justify-content: flex-start; /* Safari */
    justify-content:         flex-start;
    -webkit-align-items: stretch; /* Safari */
    align-items:         stretch;
    -webkit-align-content: stretch; /* Safari */
    align-content:         stretch;

    max-width: 1600px;
    margin: 0 auto;
}


.flex-wrapper .flex-item {
    width: 20%;
    text-align: center;
}


.flex-wrapper .flex-item img {
    width: 210px;
}


/***************************NEWSLETTER*****************************/

.newsletter {
    font-family: 'Playfair Display', serif;
}

form {
    width: 100%;
    text-align: center;
}

form h2 {
    margin: 10rem 0 0 0;
    font-size: 2.3rem;
}




input[type=text],
input[type=submit] {
    width: 40%;
    padding: 1rem;
    display: inline-block;
    border: 3px solid #a89182;
    box-sizing: border-box;
    font-size: 1.3rem;
}



input[type=submit] {
    background-color: #a89182;
    color: white;
    width: 15rem;
    text-align: center;
}




input[type=submit]:hover {
    opacity: 0.8;
}

input::placeholder {
    color: #a89182;
    text-align: left;
    font-size: 1.3rem;
}



.container {
    margin: 0 0 10rem 0;
}

/****************************FOOTER****************************/
.footerflex {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
}


footer {
    background-color: #a89182;
    text-align: center;
    margin-top: 5rem;
    padding-bottom: 1.5rem;
    font-size: 1.5rem;
    line-height: 2.8rem;
    letter-spacing: 0.3rem;
}


footer a:hover {
    color: white;
}

footer img {
    width: 20%;
    padding: 2rem 0;
}


.footersublogo {
    width: 14rem;
    margin: 3rem 5rem 3rem 8rem;
}

.footerlink {
    padding: 1.8rem;
    text-align: left;
}


h3 {
    font-weight: bold;
    padding: 1rem 0;
}


.footercontainer {
    display: flex;
    justify-content: left;
}

/****************************レスポンシブ****************************/













@media screen and (max-width:480px){




    .logosm {
        max-width: 60%;
    }

    .pcnav {
        display: none;
    }

    .sublogo {
        width: 30%;
        padding: 1rem;
    }




    .smheader {
        text-align: center;
    }

.concept p {
    font-size: 25px;
}

.mv {
    margin: 2rem 0 2rem 0;
}


.collection {
    display: block;
    font-size: 20px;
    padding: 5px;
    text-align: center;
    margin-bottom: 15px;
}

h2 {
    font-size: 30px;
    margin: 0;
    padding: 10px 10px;
}

.collection_container {
    margin: 20px;
    font-size: 20px;

}

.collection_container p {
    display: block;
    text-align: center;
    font-size: 15px;
letter-spacing: 3px;
line-height: 15px;

}


.collection img {
display: none;
}






.selection {
    display: inline;
}



.flex-wrapper .flex-item {
    display: inline;
    margin: 0 auto;
}



.flex-wrapper .flex-item img {
width: 180px;
}



.flex-wrapper .flex-item:last-child {
    display: none;

}


.newsletter {
margin: 0 auto;
}



.newsletter h2 {
    font-size: 25px;
    margin: 20px auto;
}



.newsletter input {
    width: 100%;
    display: block;
}

input[type=submit]  {
    margin-top: 10px;
}




.container {
    margin: 0;
    padding: 0;
}


.ftlogo {
    display: none;
}


.footercontainer {
    display: inline;
}

.footerflex{
    display: block;
}


.footerlink {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
}

h3 {
    padding: 0;
}


.footersublogo {
    margin: 0 auto;
    width: 40%;
}




















.hamburger {
    display : block;
    position: fixed;
    z-index : 3;
    right : 13px;
    top   : 12px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    left    : 6px;
    background : #555;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition   : 0.5s ease-in-out;
    transition        : 0.5s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top : 16px;
    left: 6px;
    background : #fff;
    -webkit-transform: rotate(315deg);
    -moz-transform   : rotate(315deg);
    transform        : rotate(315deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    background : #fff;
    -webkit-transform: rotate(-315deg);
    -moz-transform   : rotate(-315deg);
    transform        : rotate(-315deg);
  }
  
  nav.globalMenuSp {
      display: block;
    position: fixed;
    z-index : 2;
    top  : 0;
    left : 0;
    color: #fff;
    background: rgba(0,0,0,0.7);
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
  }
  
  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;

  }
  
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
    margin: 0;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
  nav.globalMenuSp ul li:hover{
    background :#a89182;
  }
  
  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration :none;
  }
  

  nav.globalMenuSp.active {
    opacity: 100;
  
  }




}　
/****************************レスポンシブ終わりのかっこ****************************/





























