@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

body {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Osaka", "Osaka-等幅", "Osaka-Mono", "MS UI Gothic", "MS Pゴシック", "MS PGothic", "MS ゴシック", "MS Gothic", sans-serif;
}

main {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .wrap {
    margin: 0;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .wrap {
    margin: 0 auto;
    padding: 0 0 80px;
    max-width: 1180px;
    width: calc(100% - 45px);
  }
}

.head {
  position: relative;
  margin: 0;
  padding: 0;
}

.head_img {
  margin: 0;
  padding: 0;
  position: relative;
}
.head_img img {
  width: 100%;
}

.shop_name {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .shop_name {
    line-height: 1.3;
  }
  .shop_name font {
    size: 1.6rem;
    weight: bold;
  }
}
@media only screen and (min-width: 768px) {
  .shop_name font {
    size: 60px;
    weight: bold;
  }
}
.shop_name a {
  text-decoration: none;
  color: #fff;
}
.shop_name:hover {
  text-decoration: none;
}

.shr_name {
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media only screen and (max-width: 767px) {
  .shr_name {
    font-size: 1.2rem;
    transform: translate(-50%, -1.6rem);
  }
}
@media only screen and (min-width: 768px) {
  .shr_name {
    font-size: 40px;
    transform: translate(-50%, -60px);
  }
}

.top_slid {
  height: 80%;
}
@media only screen and (max-width: 767px) {
  .top_slid {
    width: 100%;
    margin: 20px auto 20px;
  }
}
@media only screen and (min-width: 768px) {
  .top_slid {
    max-width: 1180px;
    margin: 30px auto 5px;
  }
}

.content {
  padding: 0;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .content {
    flex-direction: column;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    justify-content: space-between;
    margin: 10px 0 0;
  }
}

h2 {
  color: #fff;
  background: #2e4e7b;
  margin: 0 0 15px;
  line-height: 100%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
    padding: 8px 10px;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 22px;
    padding: 8px 15px;
  }
}
h2 .nav_icon_h2 {
  margin-right: 7px;
}
@media only screen and (max-width: 767px) {
  h2 .nav_icon_h2 img {
    height: 20px;
  }
}

.main {
  width: 100%;
}

.floorinfo {
  margin-top: 0;
}

.shop_detail {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .shop_detail {
    flex-direction: column;
    margin: 20px 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .shop_detail {
    justify-content: space-between;
    margin: 30px 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .map {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .map {
    width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .access {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .access {
    width: 40%;
    margin-left: 25px;
  }
}
.access table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
}
.access th {
  border: 1px solid #d9d9d9;
}
@media only screen and (max-width: 767px) {
  .access th {
    width: 22%;
    padding: 20px auto;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    text-align: center;
    vertical-align: middle;
    background-color: #f2f2f2;
    vertical-align: center;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .access th {
    width: 22%;
    padding: 3px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-align: left;
    vertical-align: middle;
    background-color: #f2f2f2;
    line-height: 20px;
  }
}
.access td {
  text-align: left;
  vertical-align: center;
  background: #fff;
  border: 1px solid #d9d9d9;
}
@media only screen and (max-width: 767px) {
  .access td {
    padding: 20px 20px;
    font-size: 14px;
    width: 78%;
    white-space: normal;
  }
}
@media only screen and (min-width: 768px) {
  .access td {
    line-height: 26px;
    padding: 15px 20px;
    font-size: 14px;
    width: 78%;
  }
}

.topics_area {
  padding: 0;
  margin: 0;
}
.topics_area .slick-prev::before, .topics_area .slick-next::before {
  color: black !important;
}

.topics_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: calc(100% - 70px);
}
.topics_list .post_block {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .topics_list .post_block {
    width: 49%;
    display: block;
    margin-bottom: 15px;
    margin: 0 5px;
  }
}
@media only screen and (min-width: 768px) {
  .topics_list .post_block {
    width: 18%;
    display: block;
    margin: 0 8px;
  }
}
.topics_list .post_block .pic {
  display: flex;
  overflow: hidden;
  background-color: #f1f1f1;
  position: relative;
}
.topics_list .post_block .pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.topics_list .post_block .pic a {
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .topics_list .post_block .pic a {
    width: 100%;
    height: 90px;
    padding: 5px 0;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .topics_list .post_block .pic a {
    width: 100%;
    height: 130px;
    padding: 5px 0;
    margin: 0;
  }
}
.topics_list .post_block .pic a:hover {
  opacity: 0.8;
}
.topics_list .post_block .pic a .noimage {
  color: #5C90A3;
  font-size: 15px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .topics_list .post_block .pic a .noimage {
    line-height: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .topics_list .post_block .pic a .noimage {
    line-height: 130px;
  }
}
.topics_list .post_block .caption {
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  .topics_list .post_block .caption {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .topics_list .post_block .caption {
    margin-top: 10px;
  }
}
.topics_list .post_block .caption p {
  margin: 0;
  padding: 0;
  font-weight: bold;
  height: 42px;
  overflow: hidden;
  text-align: left;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 767px) {
  .topics_list .post_block .caption p {
    font-size: 0.85rem;
    line-height: 1.35rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics_list .post_block .caption p {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
.topics_list .post_block .caption p a {
  text-decoration: none;
  color: #373737;
}
.topics_list .post_block .caption p a:hover {
  text-decoration: underline;
}
.topics_list .post_block .caption_block {
  display: flex;
}
.topics_list .post_block .caption_other {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .topics_list .post_block .caption_other {
    flex-direction: column;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .topics_list .post_block .caption_other {
    justify-content: space-between;
    margin-top: 10px;
  }
}
.topics_list .post_block .category {
  display: inline-block;
  color: #fff;
  background-color: #ca000c;
  font-size: 10px;
  padding: 0 10px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .topics_list .post_block .category {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .topics_list .post_block .category {
    max-width: 120px;
  }
}
.topics_list .post_block .date {
  font-size: 13px;
  color: #5A5A5A;
}
@media only screen and (max-width: 767px) {
  .topics_list .post_block .date {
    text-align: left;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .topics_list .post_block .date {
    text-align: right;
  }
}

.shop_detail_other {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .shop_detail_other {
    flex-direction: column;
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .shop_detail_other {
    justify-content: space-between;
    margin: 35px 0 0;
  }
}

.floorinfo {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .twitter {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .twitter {
    width: 31%;
    margin-left: 25px;
  }
}

h4 {
  color: #000;
  background: #fff;
  font-family: "Mplus 1p";
}
@media only screen and (max-width: 767px) {
  h4 {
    text-align: left;
    font-size: 35px;
    padding: 0 14px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  h4 {
    text-align: left;
    font-size: 35px;
    padding: 0 5px;
    margin: 0 auto 0;
    max-width: 1200px;
  }
}

.block {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .block {
    justify-content: center;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .block {
    justify-content: space-between;
    margin: 0;
  }
}

.box {
  border: #6b86ae solid 3px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .box {
    width: 46%;
    margin: 0 4px 10px;
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .box {
    width: 31.5%;
    margin: 0 0 15px;
    position: relative;
  }
  .box a:hover {
    opacity: 0.8;
  }
}

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

.boxname {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .boxname {
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .boxname {
    bottom: 0;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .small {
    width: 46%;
    margin: 0 4px 10px;
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .small {
    width: 23.3%;
    margin: 0 0 15px;
    position: relative;
  }
}

.boxname_s {
  position: absolute;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .boxname_s {
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .boxname_s {
    bottom: 0;
    left: 0;
  }
}

h3 {
  color: #fff;
  border-radius: 2px;
  background: #2e4e7b;
  margin: 0;
  padding: 5px 15px 2px;
  font-size: 14px;
  font-weight: normal;
  font-family: "Mplus 1p";
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  h3 {
    max-width: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .cosplay {
    margin: 10px 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .cosplay {
    margin-top: 20px;
  }
}

.cos_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .cos_block::before {
    content: "";
    display: block;
    width: 23.3%;
    order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .cos_block::after {
    display: block;
    content: "";
    width: 23.3%;
  }
}

.cos_box {
  border: #6b86ae solid 3px;
}
@media only screen and (max-width: 767px) {
  .cos_box {
    width: 47%;
    margin: 0 0 15px;
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .cos_box {
    width: 23.3%;
    margin: 0 0 15px;
    position: relative;
  }
}

.thum {
  padding: 0;
  margin: 0;
}
.thum img {
  border-radius: 0;
}
.thum:hover {
  opacity: 0.8;
}

.cosname {
  position: absolute;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .cosname {
    bottom: 0;
    left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .cosname {
    bottom: 0;
    left: 0;
  }
}
.cosname p {
  color: #fff;
  border-radius: 2px;
  background-color: #2e4e7b;
  padding: 3px 15px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  font-family: "Mplus 1p";
}

.doujin_title {
  font-family: "Mplus 1p";
  background-color: #e5005d;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .doujin_title {
    padding: 4px;
    font-size: 20px;
    margin: 10px 0;
  }
}
@media only screen and (min-width: 768px) {
  .doujin_title {
    padding: 5px;
    font-size: 22px;
    margin: 20px 0 10px;
  }
}

.slid {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .slid_item {
    width: 49%;
  }
}
@media only screen and (min-width: 768px) {
  .slid_item {
    width: 100%;
    margin: 0 5px;
  }
}

@media only screen and (max-width: 767px) {
  .banner {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .banner {
    margin-top: 50px;
  }
}
.banner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 0;
  padding: 0;
}
.banner li {
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .banner li {
    width: 49%;
  }
}
@media only screen and (min-width: 768px) {
  .banner li {
    width: 16.3%;
  }
}
.banner liimg {
  margin-bottom: 2px;
}

.calender {
  padding: 10px 0 40px;
  margin: 0 auto;
  text-align: center;
}
.calender .calender_img img {
  max-width: 100%;
}

.slid_img {
  margin: 0 5px;
}

/* グローバルヘッド */
.global_head {
  margin: 0;
  padding: 0;
}

/* 池袋店のみ */
@media only screen and (max-width: 767px) {
  .bkr_item {
    padding: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .bkr_item {
    padding: 0 0 30px;
  }
}
.bkr_item .bkr_item_block {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
}
@media only screen and (min-width: 768px) {
  .bkr_item .bkr_item_block .bkr_item_blockleft {
    max-width: 30%;
  }
  .bkr_item .bkr_item_block .bkr_item_blockright {
    display: flex;
    max-width: 70%;
  }
  .bkr_item .bkr_item_block .bkr_item_insideblock {
    flex-wrap: wrap;
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .bkr_item .bkr_item_box {
    width: 49%;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .bkr_item .bkr_item_box {
    margin: 0 5px 10px 0;
  }
}
.bkr_item p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: left;
}

.youtube_layor {
  background: #000;
}

.youtube {
  margin: 0;
  position: relative;
  padding-bottom: 20%;
  height: 0;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=shop_style.css.map */