body {
  background: #000;
  color:#fff;
}

main {
  background-image: none;
  background: #000;
}

section#overview {
  background: #000;
  letter-spacing: 0;
  width:100%;
  max-width:1280px; margin:20px auto;
}


section#overview .section_in {
  padding: 20px 20px;
  width: 100%;
  max-width: 1280px;
  box-sizing: border-box;
  margin: 0 auto;
  letter-spacing: 0;
}

section#overview .section_in h1 {
  display: block;
  font-weight: 700;
  padding: 10px 15px;
  box-sizing: border-box;
}

section#overview .section_in .overview_detail {
  padding: 30px 30px 50px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

section#overview .section_in .overview_detail .overviewDetail_header {
  padding: 10px 0;
}

section#overview .section_in .overview_detail .overviewDetail_header h2 {
  font-size: 28px;
  font-weight: bold;
  padding: 10px 0;
}

section#overview .section_in .overview_detail .overviewDetail_header h2 span {
  font-size: 16px;
  display: block;
  color: #e3007e;
}

section#overview .section_in .overview_detail .overviewDetailSns {
  margin-bottom: 20px;
}

section#overview .section_in .overview_detail .overviewDetailSns img {
  width: auto;
  height: 20px;
  vertical-align: top;
}

section#overview .section_in .overview_detail .overviewDetail_body {
  padding: 10px 0;
}

section#overview .section_in .overview_detail .overviewDetail_body p.overviewDetail_text {
  font-size: 16px;
  font-weight:500;
  line-height:1.8;
}

section#overview .section_in .overview_list {
  padding: 0 15px 50px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

section#overview .section_in .overview_list ul.overviewList {
  padding: 10px 0;
}

section#overview .section_in .overview_list ul.overviewList li {
  display: block;
  width: 100%;
}

section#overview .section_in .overview_list ul.overviewList li a {
  display: block;
  padding: 12px;
  letter-spacing: -0.4em;
  box-sizing: border-box;
}

section#overview .section_in .overview_list ul.overviewList li a span {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 18px;
}

section#overview .section_in .overview_list ul.overviewList li a span.overviewList_date {
  width: 7em;
  color: #e3007e;
}

section#overview .section_in .overview_list ul.overviewList li a span.overviewList_text {
  width: calc(100% - 7em);
  color: #fff;
}

section#overview .section_in .overview_list .pager.js-pager {
  display: none;
}

section#overview .section_in .btn_area {
  text-align: center;
  margin: 20px 0 0 0;
  display: block;
}

section#overview .section_in .btn_area .link_btn {
  display: inline-block;
}

section#overview .section_in .btn_area .link_btn a {
  padding: 12px 1em;
  font-size: 14px;
  font-weight: bold;
  color: #e3007e;
  border: solid 2px #e3007e;
  text-decoration: none;
  -webkit-transition: all .4s;
  transition: all .4s;
}

section#overview .section_in .btn_area .link_btn a:hover {
  background: #e3007e;
  color: #fff;
  border: solid 2px #e3007e;
}

@media print, screen and (max-width: 768px) {
  section#overview .section_in {
    padding: 40px 20px;
  }
  section#overview .section_in .overview_detail {
    padding: 20px 10px 50px;
  }
  section#overview .section_in .overview_detail .overviewDetail_header h2 {
    font-size: 21px;
  }
  section#overview .section_in .overview_detail .overviewDetail_header h2 span {
    font-size: 13px;
  }
  section#overview .section_in .overview_detail .overviewDetail_body p.overviewDetail_text {
    font-size: 15px;
  }
  section#overview .section_in .overview_list {
    padding: 20px 10px 50px;
    box-sizing: border-box;
  }
  section#overview .section_in .overview_list ul.overviewList li a span {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    font-size: 16px;
  }
}

@media print, screen and (max-width: 640px) {
  section#overview {
    background: #000;
    letter-spacing: 0;
  }
  section#overview .section_in {
    padding: 30px 20px;
  }

  section#overview .section_in .overview_detail {
    padding: 0 10px 40px;
  }
  section#overview .section_in .overview_detail .overviewDetail_header {
    padding: 10px 0 0;
  }
  section#overview .section_in .overview_detail .overviewDetail_header h2 {
    font-size: 18px;
  }
  section#overview .section_in .overview_detail .overviewDetail_header h2 span {
    font-size: 13px;
  }
  section#overview .section_in .overview_detail .overviewDetail_body {
    padding: 10px 0;
  }
  section#overview .section_in .overview_detail .overviewDetail_body p.overviewDetail_text {
    font-size: 14px;
  }
  section#overview .section_in .overview_list {
    padding: 10px 0px 50px;
    box-sizing: border-box;
  }
  section#overview .section_in .overview_list ul.overviewList li a span {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    font-size: 15px;
  }
}

@media print, screen and (max-width: 480px) {
  section#overview .section_in {
    padding: 30px 12px;
  }
  section#overview .section_in .section_ttl {
    margin-bottom: 15px;
  }
  section#overview .section_in h1 {
    font-size: 24px;
  }
  section#overview .section_in .overview_detail {
    padding: 0 10px 40px;
  }
  section#overview .section_in .overview_detail .overviewDetail_header h2 {
    font-size: 18px;
  }
  section#overview .section_in .overview_detail .overviewDetail_header h2 span {
    font-size: 12px;
  }
  section#overview .section_in .overview_list {
    padding: 10px 0 40px;
    box-sizing: border-box;
  }
  section#overview .section_in .overview_list ul.overviewList li a span {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    font-size: 14px;
  }
}

.sample_photo{width:100%; max-width:1200px; padding:0 0 20px; margin:0 auto; letter-spacing: -0.4em;}
.sample_photo span{display:inline-block; vertical-align:top; letter-spacing:0; width:50%;}
.sample_photo span img{width:auto; height:auto; max-width:100%;}
.sample_photo span.type02{width:65%;}

@media print, screen and (max-width: 768px) {
  .sample_photo{width:100%; max-width:1200px; padding:0 0 20px; margin:0 auto; letter-spacing: -0.4em;}
  .sample_photo span{display:block; vertical-align:top; letter-spacing:0; width:90%;}
  .sample_photo span img{width:auto; height:auto; max-width:100%;}
  .sample_photo span.type02{width:90%;}
}

@media print, screen and (max-width: 640px) {
  .sample_photo{width:100%; max-width:1200px; padding:0 0 20px; margin:0 auto; letter-spacing: -0.4em;}
  .sample_photo span{display:block; width:100%;}
  .sample_photo span img{width:auto; height:auto; max-width:100%;}
  .sample_photo span.type02{width:100%;}
}

section.normal_block .section_in h1 img{height:48px;}
h1.ttl_ticket{font-size:36px; display:block; padding:35px 0; font-weight:700; color:#e3007e;}
h1 .ancher{padding:25px 0; text-align:center;}
h1 .ancher a{display:inline-block; padding:15px; width:12em; margin:0.25em; color:#e3007e; border:solid 1px #e3007e; font-size:18px; font-weight:700; transition:all .4s;}
h1 .ancher a:hover{background:#fff; border:solid 1px #fff;}
.item_block p.caption{font-size:15px;}
.box_round{padding:10px; border-radius:12px; margin:10px 0; box-sizing:border-box; background:#fff;}

@media print, screen and (max-width: 768px) {
  section.normal_block .section_in h1 img{height:40px;}
  h1.ttl_ticket{font-size:28px; display:block; padding:25px 0;}
  h1 .ancher{padding:25px 0 20px;}
  h1 .ancher a{color:#e3007e; padding:15px; font-size:16px; font-weight:700;}
  .item_block p.caption{font-size:14px;}
}

@media print, screen and (max-width: 576px) {
  section.normal_block .section_in h1 img{height:32px;}
  h1.ttl_ticket{font-size:24px; display:block; padding:20px 0;}
  h1 .ancher{padding:12px 0;}
  h1 .ancher a{padding:12px; font-size:13px; font-weight:700; width:9em;}
  .item_block p.caption{font-size:13px;}
}
