/*--------------------------------------------------------------------------
 lineup
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz@6..96&display=swap');


body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    letter-spacing: 0.2em;
}

.btn-close-top img {
  display: block;
  width: 70px;
  height: 70px;
  padding: 20px 0;
  position: fixed;
  top: 10px;
  right: 10px;
  background: #333;
  opacity: 0.8;
  color: #fff;
  text-align: center;
  z-index: 1000;
}
@media screen and (max-width: 800px) {
.btn-close-top img {
  display: block;
  width: 60px;
  height: 60px;
  padding: 20px 0;
  position: fixed;
  top: 10px;
  right: 10px;
  background: #333;
  opacity: 0.8;
  color: #fff;
  text-align: center;
}
}


h1 { 
  margin: 100px 0 50px;
  text-align: center;
  font-size: 17px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 400;
}

@media screen and (max-width: 800px) {
h1 { 
  margin: 40px 0 30px;
  text-align: center;
}
}

/*==========NEW DRESS==========*/
.new-dress ul.lineup {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.new-dress ul.lineup::before {
    content: "";
    display: block;
    width: 30%;
    order: 1;
}
.new-dress ul.lineup::after {
    content: "";
    display: block;
    width: 30%;
}
.new-dress ul.lineup li {
    max-width: 30%;
    flex: 0 1 30%;
    pointer-events: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.new-dress ul.lineup li:hover {
    opacity: 0.5;
}
.new-dress ul.lineup li a {
    text-decoration: none;
    color: #333;
}
.new-dress ul.lineup li img {
    width: 100%;
    height: auto;
}
.new-dress ul.lineup li .info {
    margin: 18px 0 50px;
    position: relative;
} 
.new-dress ul.lineup li .info h2 {
    font-family: 'Bodoni Moda', serif;
    font-size: 24px;
    line-height: 24px;
}
.new-dress ul.lineup li .info h2.ja {
    font-size: 18px;
    line-height: 18px;
}  
.new-dress ul.lineup li .info p {
    margin-top: 10px;
    font-family: 'Bodoni Moda', serif;
    font-size: 15px;
    line-height: 15px;
} 
.new-dress ul.lineup li .info span {
    display: block;
    margin-top: 10px;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 0.1em;
    opacity: 0.5;
} 

@media screen and (max-width: 768px) {
    .new-dress .cat_ttlbox h1 + p {
    text-align: left;
}
.new-dress .cat_ttlbox h1 + p br {
    display: none;
}
.new-dress .cat_ttlbox p {
    margin-bottom: 10px;
}
.new-dress ul.lineup::before {
    display: none;
}
.new-dress ul.lineup::after {
    display: none;
}
.new-dress ul.lineup li {
    width: 90%;
    max-width: initial;
    flex: initial;
    margin: 0 auto 40px;
    position: relative;
}
.new-dress ul.lineup li .info {
    width: 80%;
    margin: -90px 0 0;
    padding: 20px;
    background: #fff;
} 
.new-dress ul.lineup li:nth-child(even) .info {
    margin: -90px 0 0 auto;
} 
.new-dress ul.lineup li .info h2 {
    font-family: 'Bodoni Moda', serif;
    font-size: 18px;
    line-height: 18px;
}
.new-dress ul.lineup li .info p {
    margin-top: 10px;
    font-family: 'Bodoni Moda', serif;
    font-size: 13px;
    line-height: 13px;
} 
}

.btn-close {
  width: 90%;
  margin: 60px auto 60px;
  max-width: 400px;
  text-align: center;
  background: #333;
  border-radius: 2px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn-close a {
  display: block;
  width: 100%;
  height: auto;
  padding: 25px 0; 
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn-close:hover {
  background: #fff;
  box-shadow: 0 0 0 1px #333 inset;
}
.btn-close:hover a {
  color: #333;
}

@media screen and (max-width: 800px) {
.btn-close {
  margin: 30px auto 50px;
}
}

.comment {
  margin-bottom: 60px;
  text-align: center;
  font-size: 12px;
  line-height: 1.8em;
  opacity: 0.8;
} 

@media screen and (max-width: 800px) {
.comment {
  margin-bottom: 40px;
  letter-spacing: 0.05em;
} 
}

footer p {
  margin-bottom: 30px;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0.1em;
}

