/*--------------------------------------------------------------------------
 lineup
---------------------------------------------------------------------------*/
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;
}
@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: 50px 0;
  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;
}
}

ul.cate {
  width: 94%;
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 80px;
  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;
}
ul.cate li {
  flex: 0 1 48%;
  max-width: 48%;
  box-shadow: 0 0 0 1px #dc99b4 inset;
  padding: 25px 0;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  color: #c77f9c;
}
ul.cate li.active {
  background: #dc99b4;
  color: #fff;
}

@media screen and (max-width: 800px) {
ul.cate {
  width: 90%;
  margin-bottom: 40px;
  padding: 0;
}
ul.cate li {
  padding: 15px 0;
}
}

#lineup {
 width: 90%;
 margin:0 auto;
 max-width: 1100px;
 text-align: center;
}

#lineup .label { 
  margin: 30px 0 70px;
  font-size: 18px;
  text-align: center;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 400;
}
#lineup .label span { 
  display: block;
  margin-top: 15px;
  font-size: 10px;
  line-height: 10px;
  color: #a7a7a7;
}

@media screen and (max-width: 800px) {
#lineup .label {
  margin: 0 0 40px;
  font-size: 13px;
  letter-spacing: 0.2em;
}
}


#lineup .cate_box {
  display: none;
}
#lineup .cate_box.active {
  display: block;
}

#lineup ul.cate_list {
  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;
}

#lineup ul.cate_list::before {
  content: "";
  display: block;
  width: 22%;
  order: 1;
}
#lineup ul.cate_list::after {
  content: "";
  display: block;
  width: 22%;
}
#lineup ul.cate_list li {
  width: 22%;
  margin-bottom: 40px; 
  text-align: left;
}
#lineup ul.cate_list li .info {
  margin: 20px 0 20px;
  font-size: 15px;
  letter-spacing: 0.1em;
}
#lineup ul.cate_list li .info span {
  display: block;
  margin-top: 8px;
  color: #C5C5CA;
  font-size: 11px;
  font-weight: normal;
}

@media screen and (max-width: 980px) {
#lineup ul.cate_list::before {
  content: "";
  display: block;
  width: 47%;
  order: 1;
}
#lineup ul.cate_list::after {
  content: "";
  display: block;
  width: 47%;
}
#lineup ul.cate_list li {
  width: 47%;
  margin: 0 0 20px;
  text-align: left;
}
#lineup ul.cate_list li .info {
    margin: 15px 0 20px;
}
#lineup ul.cate_list li .info span {
    margin-top: 7px;
}
}

.note {
  font-size: 12px;
  line-height: 1.6em;
  color: #828282;
  letter-spacing: 0.1em;
}
.note br {
  display: none;
}
@media screen and (max-width: 800px) {
.note {
  font-size: 11px;
  line-height: 1.8em;
  color: #828282;
  letter-spacing: 0.05em;
}
.note br {
  display: block;
}
}

.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: 14px;
  line-height: 1.8em;
} 

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

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

