@charset "UTF-8";
.animate .fadein {
  opacity: 0;
  transform-style: preserve-3d;
  transition-property: opacity;
  transition-duration: 2000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .fadein {
  opacity: 1;
}
.animate .slidein_left {
  opacity: 0;
  transform: translateX(-100px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_right {
  opacity: 0;
  transform: translateX(100px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_left, .animate.show .slidein_right {
  opacity: 1;
  transform: translateX(0);
}
.animate .slidein_top {
  opacity: 0;
  transform: translateY(-20px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_bottom {
  opacity: 0;
  transform: translateY(20px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_top, .animate.show .slidein_bottom {
  opacity: 1;
  transform: translateY(0);
}
.animate .zoomin {
  opacity: 0;
  transform: scale(1.5, 1.5);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 500ms;
  transition-delay: 0ms;
}
.animate .zoomout {
  opacity: 0;
  transform: scale(0.5, 0.5);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 500ms;
  transition-delay: 0ms;
}
.animate.show .zoomin, .animate.show .zoomout {
  opacity: 1;
  transform: scale(1, 1);
}
.animate .d1 {
  transition-delay: 100ms;
}
.animate .d2 {
  transition-delay: 200ms;
}
.animate .d3 {
  transition-delay: 300ms;
}
.animate .d4 {
  transition-delay: 400ms;
}
.animate .d5 {
  transition-delay: 500ms;
}
.animate .d6 {
  transition-delay: 600ms;
}
.animate .d7 {
  transition-delay: 700ms;
}
.animate .d8 {
  transition-delay: 800ms;
}
.animate .d9 {
  transition-delay: 900ms;
}
.animate .d10 {
  transition-delay: 1000ms;
}
.animate .d11 {
  transition-delay: 1100ms;
}
.animate .d12 {
  transition-delay: 1200ms;
}
.animate .d13 {
  transition-delay: 1300ms;
}
.animate .d14 {
  transition-delay: 1400ms;
}
.animate .d15 {
  transition-delay: 1500ms;
}
.animate .d16 {
  transition-delay: 1600ms;
}
.animate .d17 {
  transition-delay: 1700ms;
}
.animate .d18 {
  transition-delay: 1800ms;
}
.animate .d19 {
  transition-delay: 1900ms;
}
.animate .d20 {
  transition-delay: 2000ms;
}

main article .main_contents section.special {
  margin-bottom: 150px;
  padding-top: 46px;
}
main article .main_contents section.special .hero {
  margin: 0 auto;
  width: 880px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main article .main_contents section.special .hero h1 span, main article .main_contents section.special .hero h1 small {
  display: block;
}
main article .main_contents section.special .hero h1 span {
  line-height: 85px;
  font-size: 70px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
}
main article .main_contents section.special .hero h1 small {
  font-size: 20px;
}
main article .main_contents section.special .contents {
  margin: 0 auto 60px auto;
  width: 880px;
  overflow: hidden;
}
main article .main_contents section.special .contents .content {
  padding-top: 100px;
  margin-bottom: 50px;
  border-top: 3px solid #FFFFFF;
}
main article .main_contents section.special .contents .content:first-child {
  border-top: 0;
}
main article .main_contents section.special .contents .content#kodai_dna .detail {
  padding-top: 0;
}
main article .main_contents section.special .contents .content#kodai_dna .detail h3 {
  padding: 0 10px;
  height: 30px;
  background: #DC000C;
  line-height: 30px;
  font-size: 16px;
}
main article .main_contents section.special .contents .content#kodai_dna .detail p.text {
  margin-left: 0;
}
main article .main_contents section.special .contents .content#kodai_dna .detail dl.about {
  margin-top: 60px;
}
main article .main_contents section.special .contents .content#kodai_dna .detail dl.about dt {
  margin-bottom: 20px;
  padding: 0 10px;
  height: 30px;
  background: #ffffff;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
main article .main_contents section.special .contents .content#kodai_dna .detail dl.about dd {
  line-height: 28px;
  font-size: 14px;
}
main article .main_contents section.special .contents .content#talkshow h2 span.text {
  display: block;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 42px;
  font-size: 28px;
}
main article .main_contents section.special .contents .content#talkshow h2 span.text small {
  display: block;
  font-size: 20px;
}
main article .main_contents section.special .contents .content#talkshow p.copy {
  margin-bottom: 40px;
  line-height: 28px;
  font-size: 14px;
}
main article .main_contents section.special .contents .content#talkshow ul.profile {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
main article .main_contents section.special .contents .content#talkshow ul.profile:before {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  left: calc(50% - 40px);
  top: 80px;
  background: url("../image/special/icon_kakeru.svg") no-repeat center center/contain;
}
main article .main_contents section.special .contents .content#talkshow ul.profile li {
  width: 360px;
}
main article .main_contents section.special .contents .content#talkshow ul.profile li img {
  margin-bottom: 40px;
  width: 100%;
  height: auto;
  display: block;
}
main article .main_contents section.special .contents .content#talkshow ul.profile li dl dt {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
}
main article .main_contents section.special .contents .content#talkshow ul.profile li dl dt small {
  font-size: 14px;
}
main article .main_contents section.special .contents .content#talkshow ul.profile li dl dd {
  line-height: 28px;
  font-size: 14px;
}
main article .main_contents section.special .contents .content#talkshow .frame {
  margin-bottom: 20px;
  padding: 30px;
  background: #ffffff;
  color: #000000;
}
main article .main_contents section.special .contents .content#talkshow .frame h3 {
  margin-bottom: 20px;
  padding: 0 10px;
  display: inline-block;
  background: #000000;
  line-height: 25px;
  font-size: 14px;
  color: #ffffff;
}
main article .main_contents section.special .contents .content#talkshow .frame ul {
  margin-bottom: 20px;
  overflow: hidden;
}
main article .main_contents section.special .contents .content#talkshow .frame ul li {
  padding-left: 80px;
  width: 50%;
  float: left;
  box-sizing: border-box;
  line-height: 28px;
  font-size: 14px;
}
main article .main_contents section.special .contents .content#talkshow .frame ul li.strong {
  margin-bottom: 20px;
  width: 100%;
  float: none;
  line-height: 32px;
  font-size: 18px;
  font-weight: bold;
}
main article .main_contents section.special .contents .content#talkshow .frame ul li.strong a {
  padding: 0 6px;
  min-width: 90px;
  height: 20px;
  display: inline-block;
  border: 1px solid #969696;
  box-sizing: border-box;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  color: #969696;
}
main article .main_contents section.special .contents .content#talkshow .frame ul li span {
  margin-left: -80px;
  width: 70px;
  float: left;
  position: relative;
  text-align: justify;
  text-align-last: justify;
}
main article .main_contents section.special .contents .content#talkshow .frame ul li span:after {
  content: "：";
  position: absolute;
  right: -13px;
  top: 0;
}
main article .main_contents section.special .contents .content#talkshow .frame p.btn a {
  margin: 0 auto;
  width: 375px;
  height: 50px;
  display: block;
  background: #000000;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  opacity: 1;
  transform-style: preserve-3d;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: linear;
  transition-delay: 0ms;
}
main article .main_contents section.special .contents .content#talkshow .frame p.btn a:hover {
  opacity: 0.8;
}
main article .main_contents section.special h2 {
  margin-bottom: 26px;
  line-height: 36px;
  font-size: 28px;
  font-weight: bold;
}
main article .main_contents section.special h2.is_badge {
  padding-top: 10px;
  padding-left: 105px;
  min-height: 72px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
main article .main_contents section.special h2.is_badge span.badge {
  width: 89px;
  height: 89px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../image/bg_premium_ticket.png") no-repeat center center/contain;
  text-align: center;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
main article .main_contents section.special dl.date {
  margin-bottom: 30px;
  line-height: 28px;
  font-weight: bold;
}
main article .main_contents section.special dl.date dt {
  width: 80px;
  height: 28px;
  float: left;
  background: #DC000C;
  text-align: center;
  font-size: 14px;
}
main article .main_contents section.special dl.date dd {
  margin-left: 98px;
  font-size: 18px;
}
main article .main_contents section.special p.note {
  margin-bottom: 24px;
  padding-left: 1em;
  line-height: 22px;
  font-size: 14px;
}
main article .main_contents section.special p.note span {
  margin-left: -1em;
  width: 1em;
  display: block;
  float: left;
}
main article .main_contents section.special .row {
  margin-bottom: 50px;
  overflow: hidden;
}
main article .main_contents section.special .row p.image {
  width: 350px;
  float: left;
}
main article .main_contents section.special .row > dl {
  margin-left: 380px;
}
main article .main_contents section.special .row > dl > dt {
  margin-bottom: 4px;
  padding-bottom: 4px;
  line-height: 32px;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
}
main article .main_contents section.special .row > dl > dd {
  line-height: 28px;
  font-size: 14px;
}
main article .main_contents section.special .row > dl > dd a {
  text-decoration: underline;
}
main article .main_contents section.special .row > dl > dd a:hover {
  text-decoration: none;
}
main article .main_contents section.special .row > dl.matters {
  margin-top: 30px;
  margin-left: 0;
  width: 350px;
  clear: both;
  float: left;
}
main article .main_contents section.special .row > dl.matters dt {
  margin-bottom: 20px;
  padding: 0 10px;
  height: 28px;
  display: inline-block;
  border: 1px solid #ffffff;
  line-height: 26px;
  font-size: 14px;
  font-weight: bold;
}
main article .main_contents section.special .row > dl.matters dd {
  line-height: 28px;
  font-size: 14px;
}
main article .main_contents section.special .row > dl.matters dd ul li {
  padding-left: 1em;
}
main article .main_contents section.special .row > dl.matters dd ul li:before {
  content: "※";
  margin-left: -1em;
  width: 1em;
  display: block;
  float: left;
}
main article .main_contents section.special .row p.text {
  margin-left: 380px;
  line-height: 28px;
  font-size: 14px;
}
main article .main_contents section.special .row p.text a {
  text-decoration: underline;
}
main article .main_contents section.special .row p.text a:hover {
  text-decoration: none;
}
main article .main_contents section.special .row .detail {
  margin-left: 380px;
  padding-top: 36px;
}
main article .main_contents section.special .row .detail h3 {
  margin-bottom: 14px;
  line-height: 32px;
  font-size: 16px;
  font-weight: bold;
}
main article .main_contents section.special .row .detail ul.list {
  margin-bottom: 14px;
}
main article .main_contents section.special .row .detail ul.list li {
  padding-left: 6em;
  line-height: 28px;
  font-size: 14px;
}
main article .main_contents section.special .row .detail ul.list li > span {
  margin-left: -6em;
  width: 5em;
  display: block;
  float: left;
  position: relative;
  text-align: justify;
  text-align-last: justify;
}
main article .main_contents section.special .row .detail ul.list li > span:after {
  content: "：";
  position: absolute;
  right: -1em;
  top: 0;
  display: block;
}
main article .main_contents section.special .row .detail dl.frame {
  margin-bottom: 30px;
  padding: 10px 15px;
  border: 1px solid #ffffff;
  line-height: 28px;
  font-size: 14px;
}
main article .main_contents section.special .row .detail dl.frame dd > span {
  width: 6em;
  display: inline-block;
  text-align: justify;
  text-align-last: justify;
}
main article .main_contents section.special .row .detail dl.frame dd a {
  text-decoration: underline;
}
main article .main_contents section.special .row .detail dl.frame dd a:hover {
  text-decoration: none;
}
main article .main_contents section.special .row .detail dl.precautions dt {
  margin-bottom: 8px;
  width: 80px;
  height: 25px;
  background: #ffffff;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
main article .main_contents section.special .row .detail dl.precautions dd ul li {
  padding-left: 1em;
  line-height: 22px;
  font-size: 12px;
}
main article .main_contents section.special .row .detail dl.precautions dd ul li span {
  margin-left: -1em;
  width: 1em;
  display: block;
  float: left;
}
main article .main_contents section.special .row .detail table.cost {
  margin-top: 20px;
  margin-bottom: 12px;
  width: 100%;
}
main article .main_contents section.special .row .detail table.cost th, main article .main_contents section.special .row .detail table.cost td {
  padding: 7px 0;
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #707070;
  color: #000000;
}
main article .main_contents section.special .row .detail table.cost thead tr th {
  text-align: center;
}
main article .main_contents section.special .row .detail table.cost thead tr th.none {
  width: 215px;
  background: transparent;
  border: none;
}
main article .main_contents section.special .row .detail table.cost thead tr th.tue {
  background: #DC000C;
  color: #ffffff;
}
main article .main_contents section.special .row .detail table.cost thead tr th.normal {
  background: #C8C8C8;
}
main article .main_contents section.special .row .detail table.cost tbody tr th {
  background: #C8C8C8;
  text-align: center;
}
main article .main_contents section.special .row .detail table.cost tbody tr td {
  padding-right: 28px;
  background: #ffffff;
  text-align: right;
}
main article .main_contents section.special .row .detail dl.event_period {
  margin-bottom: 30px;
  border-bottom: 1px solid #ffffff;
}
main article .main_contents section.special .row .detail dl.event_period dt {
  position: relative;
}
main article .main_contents section.special .row .detail dl.event_period dt span {
  padding-right: 15px;
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #070405;
  line-height: 32px;
  font-size: 16px;
  font-weight: bold;
}
main article .main_contents section.special .row .detail dl.event_period dt:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
}
main article .main_contents section.special .row .detail dl.event_period dd {
  padding: 10px 0;
  line-height: 24px;
  font-size: 14px;
}
main article .main_contents section.special .row p.sns_banner {
  margin-top: 73px;
  width: 350px;
  float: left;
  clear: both;
}
main article .main_contents section.special .row p.sns_banner a {
  margin: 0 auto 16px auto;
  width: 250px;
  height: 60px;
  display: block;
  opacity: 1;
  transform-style: preserve-3d;
  transition-property: opacity;
  transition-duration: 300ms;
  transition-timing-function: linear;
  transition-delay: 0ms;
}
main article .main_contents section.special .row p.sns_banner a:hover {
  opacity: 0.8;
}
main article .main_contents section.special .row p.sns_banner a img {
  width: 100%;
  height: 100%;
}
main article .main_contents section.special .row p.sns_banner span {
  display: block;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
}
main article .main_contents section.special p.banner {
  margin: 0 auto 40px auto;
  width: 550px;
}
main article .main_contents section.special p.banner a {
  display: block;
}
main article .main_contents section.special .go_top {
  clear: both;
}
main article .main_contents section.special .go_top a {
  margin: 0 auto;
  width: 280px;
  height: 50px;
  display: block;
  position: relative;
  border: 1px solid #000000;
  background: #ffffff;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  transform-style: preserve-3d;
  transition-property: filter;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
main article .main_contents section.special .go_top a:after {
  content: "";
  width: 12px;
  height: 17px;
  display: block;
  background: url("../image/icon_btn_arrow.svg") no-repeat center center/contain;
  position: absolute;
  top: calc(50% - 8px);
  right: 18px;
}
@media (hover: hover) {
  main article .main_contents section.special .go_top a:hover {
    filter: invert(1);
  }
}

@media screen and (max-width: 767px) {
  main article .main_contents section.special {
    margin-bottom: 108px;
    padding-top: 27px;
  }
  main article .main_contents section.special .hero {
    margin: 0 auto 50px auto;
    padding: 0 30px;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  main article .main_contents section.special .hero h1 {
    width: 100%;
  }
  main article .main_contents section.special .hero h1 span {
    line-height: 60px;
    font-size: 50px;
  }
  main article .main_contents section.special .hero .vijual {
    width: 87%;
  }
  main article .main_contents section.special .contents {
    margin: 0 auto 40px auto;
    padding: 0 30px;
    width: auto;
  }
  main article .main_contents section.special .contents .content {
    padding-top: 50px;
    padding-bottom: 0;
  }
  main article .main_contents section.special .contents .content#kodai_dna .detail {
    padding-top: 40px;
  }
  main article .main_contents section.special .contents .content#kodai_dna .detail h3 {
    padding: 5px 8px;
    height: auto;
    box-sizing: border-box;
    line-height: 22px;
  }
  main article .main_contents section.special .contents .content#kodai_dna .detail dl.about dt {
    padding: 5px 8px;
    height: auto;
    box-sizing: border-box;
    background: #ffffff;
    line-height: 22px;
  }
  main article .main_contents section.special .contents .content#talkshow h2 span.text {
    line-height: 20px;
    font-size: 14px;
  }
  main article .main_contents section.special .contents .content#talkshow h2 span.text small {
    margin-bottom: 6px;
    line-height: 20px;
    font-size: 14px;
  }
  main article .main_contents section.special .contents .content#talkshow p.copy {
    margin-bottom: 50px;
  }
  main article .main_contents section.special .contents .content#talkshow ul.profile {
    margin-bottom: 40px;
    display: block;
  }
  main article .main_contents section.special .contents .content#talkshow ul.profile:before {
    display: none;
  }
  main article .main_contents section.special .contents .content#talkshow ul.profile li {
    width: 100%;
  }
  main article .main_contents section.special .contents .content#talkshow ul.profile li:first-child {
    margin-bottom: 110px;
    position: relative;
  }
  main article .main_contents section.special .contents .content#talkshow ul.profile li:first-child:after {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: calc(50% - 25px);
    bottom: -80px;
    background: url("../image/special/icon_kakeru.svg") no-repeat center center/contain;
  }
  main article .main_contents section.special .contents .content#talkshow ul.profile li img {
    margin-bottom: 30px;
  }
  main article .main_contents section.special .contents .content#talkshow ul.profile li dl dt small {
    font-size: 12px;
  }
  main article .main_contents section.special .contents .content#talkshow ul.profile li dl dd {
    line-height: 28px;
    font-size: 14px;
  }
  main article .main_contents section.special .contents .content#talkshow .frame {
    margin-bottom: 15px;
    padding: 20px;
  }
  main article .main_contents section.special .contents .content#talkshow .frame h3 {
    margin-bottom: 15px;
  }
  main article .main_contents section.special .contents .content#talkshow .frame ul {
    margin-bottom: 40px;
    overflow: hidden;
  }
  main article .main_contents section.special .contents .content#talkshow .frame ul li {
    padding-left: 80px;
    width: 100%;
    float: none;
    line-height: 24px;
  }
  main article .main_contents section.special .contents .content#talkshow .frame ul li.strong {
    margin-bottom: 30px;
    line-height: 28px;
    font-size: 16px;
  }
  main article .main_contents section.special .contents .content#talkshow .frame ul li.strong a {
    margin-top: 25px;
    padding: 0 6px;
    min-width: 120px;
    height: 30px;
    line-height: 28px;
  }
  main article .main_contents section.special .contents .content#talkshow .frame ul li span {
    margin-left: -80px;
    width: 70px;
    float: left;
    position: relative;
    text-align: justify;
    text-align-last: justify;
  }
  main article .main_contents section.special .contents .content#talkshow .frame ul li span:after {
    content: "：";
    position: absolute;
    right: -13px;
    top: 0;
  }
  main article .main_contents section.special .contents .content#talkshow .frame p.btn a {
    margin: 0 auto;
    padding: 10px;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    line-height: 24px;
    font-size: 18px;
  }
  main article .main_contents section.special h2 {
    margin: 0 auto 30px auto;
    padding: 0;
    line-height: 30px;
    font-size: 20px;
  }
  main article .main_contents section.special h2.is_badge {
    padding-right: 0;
    padding-left: 94px;
  }
  main article .main_contents section.special dl.date dt {
    width: 70px;
    font-size: 14px;
  }
  main article .main_contents section.special dl.date dd {
    margin-left: 88px;
    padding-top: 4px;
    line-height: 20px;
    font-size: 14px;
  }
  main article .main_contents section.special dl.date dd span {
    display: block;
    text-align: right;
  }
  main article .main_contents section.special .row {
    overflow: hidden;
  }
  main article .main_contents section.special .row p.image {
    margin-bottom: 26px;
    width: 100%;
    float: none;
  }
  main article .main_contents section.special .row > dl {
    margin-left: 0;
  }
  main article .main_contents section.special .row > dl > dt {
    margin-bottom: 12px;
    padding-bottom: 0;
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: none;
  }
  main article .main_contents section.special .row > dl.matters {
    float: none;
  }
  main article .main_contents section.special .row > dl.matters dt {
    margin-bottom: 15px;
  }
  main article .main_contents section.special .row p.text {
    margin-left: 0;
  }
  main article .main_contents section.special .row .detail {
    margin-left: 0;
  }
  main article .main_contents section.special .row .detail h3 {
    margin-bottom: 16px;
    line-height: 28px;
  }
  main article .main_contents section.special .row .detail dl.frame {
    padding: 8px 10px;
    font-size: 13px;
  }
  main article .main_contents section.special .row .detail table.cost {
    margin-top: 20px;
    margin-bottom: 14px;
  }
  main article .main_contents section.special .row .detail table.cost th, main article .main_contents section.special .row .detail table.cost td {
    padding: 4px 0;
    line-height: 20px;
    font-size: 12px;
  }
  main article .main_contents section.special .row .detail table.cost thead tr th.none {
    width: 45%;
  }
  main article .main_contents section.special .row .detail table.cost tbody tr td {
    padding-right: 20px;
  }
  main article .main_contents section.special .row .detail p.note {
    line-height: 20px;
    font-size: 12px;
  }
  main article .main_contents section.special .row .detail dl.event_period {
    margin-bottom: 30px;
  }
  main article .main_contents section.special .row .detail dl.event_period dt {
    position: relative;
  }
  main article .main_contents section.special .row .detail dl.event_period dt span {
    line-height: 28px;
    font-size: 14px;
  }
  main article .main_contents section.special .row .detail dl.event_period dd {
    padding: 10px 0;
    line-height: 20px;
    font-size: 12px;
  }
  main article .main_contents section.special .row p.sns_banner {
    margin-top: 50px;
    width: 100%;
    float: none;
  }
  main article .main_contents section.special .row p.sns_banner a {
    margin-bottom: 40px;
  }
  main article .main_contents section.special p.banner {
    margin: 0 auto 30px auto;
    width: 100%;
  }
}