/* layout
    ========================================================================== */
@import url('html5reset.css');
@import url('animation.css');
@import url('normalize.css');

body {
  margin: 0 auto;
  font-family: Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  padding: 10px;
  position: relative;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

.contents_inner a {
  text-decoration: none;
}

/* Hides from IE Mac \*/

* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* End Hack */

.flexbox {
  display: flex;
  justify-content: center;
}

#top {
  padding: 0;
}

.cnt_fl {
  float: left;
  text-align: left;
  padding-right: 5px;
}

.cnt_fr {
  float: right;
  text-align: left;
  padding-left: 5px;
}

.mt {
  margin-top: 50px;
}

.mb {
  margin-bottom: 30px;
}

.bg_yellow {
  background-color: #ffe600;
}

.description_contents {
  background: #001443;
}

.ticket_contents {
  background: #2e4fb5;
  color: #FFFFFF;
}

.ouen_contents {
  background: #e70012;
}

.ticket_link,
.ticket_buy {
  background-color: #FFFFFF;
}

.web_ticket_link {
  background-color: #e30030;
}

.ouen_description_box {
  background-color: #FFFFFF;
  border-radius: 20px;
}

.outline_contents {
  background-color: #dcdcdc;
  padding: 1em;
  text-align: left;
}

.caption_txt a {
  color: #0084d8;
  text-decoration: underline;
}

.caption_link a {
  color: #2a2e9c;
}

.ticket_txt_date {
  font-size: 1em;
}

.ticket_txt a {
  color: #ffffff;
}

/* PC */
@media screen and (min-width:1241px) {
  body {
    width: 100%;
    margin: 0 auto;
    font-family: Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
    font-size: 2em;
    padding: 10px;
    position: relative;
  }

  .hide_pc {
    display: none;
  }

  .hide_tablet {
    display: none;
  }

  #pagetop {
    width: 50px;
    position: fixed;
    bottom: 0;
    right: 20px;
    text-align: right;
    line-height: 0;
  }

  #pagetop a:hover {
    opacity: 0.7;
  }

  .contents_inner {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
  }

  .cnt_wrap {
    width: 100%;
    margin: 0 auto;
    display: table;
  }

  .cnt_wrap li {
    display: table-cell;
    vertical-align: middle;
  }

  .cnt_margin {
    margin: 5em auto 5em auto;
  }

  .txt_bold {
    font-size: 1.6em;
    line-height: 1.2;
    font-weight: bold;
  }

  .txt_red {
    color: #e30030;
  }

  .txt_white {
    color: #ffffff;
  }

  .txt_yellow {
    color: #ffe600;
    line-height: 1.3;
  }

  .main_visual {
    max-width: 1240px;
    width: 100%;
    height: 501px;
    margin: 0 auto;
    position: relative;
    background: url(../img/main_bg.jpg) no-repeat;
    background-size: cover;
    border-bottom: #e70012 6px solid;
    padding-top: .5em;
  }

  .main_visual .main_date {
    position: absolute;
    top: 80%;
    left: 36%;
    background-color: #001443;
    color: #FFFFFF;
    padding: .5em 1em;
  }

  .main_visual .main_vs {
    position: absolute;
    top: 93%;
    left: 36%;
    padding: .5em;
    display: table;
    z-index: 1;
    background-color: #ffb400;
    color: #000000;
    font-weight: bold;
    font-size: 1.2em;
  }

  .main_vs span {
    padding-right: .5em;
    display: table-cell;
    vertical-align: middle;
  }

  .ouen_description_txt {
    display: block;
    padding-top: .5em;
  }

  .caption_txt {
    display: block;
    font-size: .7em;
    color: #e30030;
  }

  .txt_blue {
    color: #2a2e9c;
  }

  .web_ticket_link,
  .ticket_link {
    width: 81%;
    margin: 30px auto;
    padding: 1em;
  }

  .ticket_buy {
    width: 50%;
    margin: 30px auto;
    padding: 1em;
    font-size: 1em;
    font-weight: bold;
  }

  .bg_box {
    width: 80%;
    padding: 1.5em;
    margin: 0 auto;
  }

  .ticket_point {
    text-align: left;
    margin: 0 0 30px 5em;
  }

  .ticket_number {
    padding-right: .5em;
  }

  .description_contents_inner {
    width: 80%;
    line-height: 1.5;
    padding: 1.3em;
    margin: 1% auto 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
  }

  .description_contents,
  .ticket_contents,
  .ouen_contents {
    padding: 1.5em;
  }

  .ouen_description_box {
    padding: 1em;
  }

  .txt_person {
    padding-left: .5em;
  }

  .main_vs_inner {
    /* width: 260px; */
    margin: 0 auto;
  }

  .main_character {
    width: 12%;
    position: absolute;
    top: 75%;
    left: 70%;
    z-index: 2;
  }

  .description_contents,
  .ouen_contents,
  .ticket_point {
    position: relative;
  }

  .description_character {
    width: 8%;
    position: absolute;
    top: -2%;
    left: 14%;
    z-index: 2;
  }

  .ouen_character {
    width: 12%;
    position: absolute;
    top: -3%;
    left: 75%;
    z-index: 2;
  }

  .present_item {
    width: 195px;
    position: absolute;
    top: 30%;
    left: 73%;
    z-index: 2;
  }

  .ticket_txt {
    width: 55%;
    margin: 0 auto;
    /*    text-align: left;*/
  }

  .outline_contents .caption_txt {
    width: 50%;
    margin: 0 auto;
    color: #000000;
  }

}

/* PC */
@media screen and (min-width:1025px) and (max-width:1240px) {
  body {
    width: 100%;
    margin: 0 auto;
    font-family: Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
    font-size: 2em;
    padding: 10px;
    position: relative;
  }

  .hide_pc {
    display: none;
  }

  .hide_tablet {
    display: none;
  }

  #pagetop {
    width: 50px;
    position: fixed;
    bottom: 0;
    right: 20px;
    text-align: right;
    line-height: 0;
  }

  #pagetop a:hover {
    opacity: 0.7;
  }

  .contents_inner {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
  }

  .cnt_wrap {
    width: 100%;
    margin: 0 auto;
    display: table;
  }

  .cnt_wrap li {
    display: table-cell;
    vertical-align: middle;
  }

  .cnt_margin {
    margin: 5em auto 5em auto;
  }

  .txt_bold {
    font-size: 1.6em;
    m;
    line-height: 1.2;
    font-weight: bold;
  }

  .txt_red {
    color: #e30030;
  }

  .txt_white {
    color: #ffffff;
  }

  .txt_yellow {
    color: #ffe600;
    line-height: 1.3;
  }

  .main_visual {
    width: 100%;
    height: 501px;
    margin: 0 auto;
    position: relative;
    background: url(../img/main_bg.jpg) no-repeat;
    background-size: cover;
    border-bottom: #e70012 6px solid;
    padding-top: .5em;
  }

  .main_visual .main_date {
    position: absolute;
    top: 78%;
    left: 37%;
    background-color: #001443;
    color: #FFFFFF;
    padding: .5em 1em;
  }

  .main_visual .main_vs {
    position: absolute;
    top: 92%;
    left: 37%;
    background-color: #ffb400;
    color: #000000;
    font-weight: bold;
    font-size: 1.2em;
    padding: .5em;
    display: table;
    z-index: 1;
  }

  .main_vs span {
    padding-right: .5em;
    display: table-cell;
    vertical-align: middle;
  }

  .ouen_description_txt {
    display: block;
    padding-top: .5em;
  }

  .caption_txt {
    display: block;
    font-size: .7em;
    color: #e30030;
  }

  .txt_blue {
    color: #2a2e9c;
  }

  .web_ticket_link,
  .ticket_link {
    width: 81%;
    margin: 30px auto;
    padding: 1em;
  }

  .ticket_buy {
    width: 50%;
    margin: 30px auto;
    padding: 1em;
    font-size: 1em;
    font-weight: bold;
  }

  .bg_box {
    width: 80%;
    padding: 1.5em;
    margin: 0 auto;
  }

  .ticket_point {
    text-align: left;
    margin: 0 0 30px 5em;
  }

  .ticket_number {
    padding-right: .5em;
  }

  .description_contents_inner {
    width: 80%;
    line-height: 1.5;
    padding: 1.3em;
    margin: 1% auto 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
  }

  .description_contents,
  .ticket_contents,
  .ouen_contents {
    padding: 1.5em;
  }

  .ouen_description_box {
    padding: 1em;
  }

  .txt_person {
    padding-left: .5em;
  }

  .main_vs_inner {
    /* width: 260px; */
    margin: 0 auto;
  }

  .main_character {
    width: 12%;
    position: absolute;
    top: 75%;
    left: 73%;
    z-index: 2;
  }

  .description_contents,
  .ouen_contents,
  .ticket_point {
    position: relative;
  }

  .description_character {
    width: 8%;
    position: absolute;
    top: -2%;
    left: 14%;
    z-index: 2;
  }

  .ouen_character {
    width: 12%;
    position: absolute;
    top: -3%;
    left: 75%;
    z-index: 2;
  }

  .present_item {
    width: 195px;
    position: absolute;
    top: 15%;
    left: 73%;
    z-index: 2;
  }

  .ticket_txt {
    width: 56%;
    margin: 0 auto;
    /*    text-align: left;*/
  }

  .outline_contents .caption_txt {
    width: 50%;
    margin: 0 auto;
    color: #000000;
  }

}

/*tablet*/
@media screen and (min-width:956px) and (max-width:1024px) {
  body {
    width: 100%;
    margin: 0 auto;
    font-family: Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
    font-size: 2em;
    padding: 10px;
    position: relative;
  }

  .hide_pc {
    display: none;
  }

  #pagetop {
    display: block;
    width: 20%;
    position: fixed;
    bottom: 0;
    right: 10px;
    text-align: right;
    line-height: 0;
  }

  #pagetop a:hover {
    opacity: 0.7;
  }

  .contents_inner {
    width: 767px;
    margin: 0 auto;
    font-weight: bold;
  }

  .cnt_wrap {
    width: 100%;
    margin: 0 auto;
    display: table;
  }

  .cnt_wrap li {
    display: table-cell;
    vertical-align: middle;
  }

  .cnt_margin {
    margin: 5em auto 5em auto;
  }

  .txt_bold {
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: bold;
  }

  .txt_red {
    color: #e30030;
  }

  .txt_white {
    color: #ffffff;
  }

  .txt_yellow {
    color: #ffe600;
    line-height: 1.3;
  }

  .main_visual {
    width: 767px;
    height: 510px;
    margin: 0 auto;
    position: relative;
    background: none;
    background-size: cover;
    padding-top: 0;
  }

  .main_visual .main_date {
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    background-color: #001443;
    color: #FFFFFF;
    padding: .5em;
    margin-top: 1.5em;
  }

  .main_visual .main_vs {
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    background-color: #ffb400;
    color: #000000;
    font-weight: bold;
    font-size: 1.2em;
    padding: .5em;
    margin-top: 1em;
    border-bottom: #e70012 6px solid;
    display: none;
  }

  .main_vs span {
    padding-right: .5em;
    display: table-cell;
    vertical-align: middle;
  }

  .ouen_description_txt {
    display: block;
    padding-top: .5em;
  }

  .caption_txt {
    display: block;
    font-size: .7em;
    color: #e30030;
  }

  .txt_blue {
    color: #2a2e9c;
  }

  .web_ticket_link,
  .ticket_link {
    width: 90%;
    margin: 30px auto;
    padding: 1em;
  }

  .ticket_buy {
    width: 50%;
    margin: 30px auto;
    padding: 1em;
    font-size: 1em;
    font-weight: bold;
  }

  .bg_box {
    width: 90%;
    padding: 1.5em;
    margin: 0 auto;
  }

  .ticket_point {
    text-align: left;
    margin: 0 0 30px 0;
  }

  .ticket_number {
    padding-right: .5em;
  }

  .description_contents_inner {
    width: 90%;
    line-height: 2;
    padding: 1em;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
  }

  .description_contents,
  .ticket_contents,
  .ouen_contents {
    padding: 1.5em;
  }

  .ouen_description_box {
    padding: 1em;
  }

  .txt_person {
    padding-left: .5em;
  }

  .sp_main {
    width: 50%;
  }

  .sp_zaseki {
    width: 50%;
  }

  .main_vs_inner {
    width: 305px;
    margin: 0 auto;
  }

  .main_character {
    width: 12%;
    position: absolute;
    top: 78%;
    left: 78%;
    z-index: 2;
  }

  .description_contents,
  .ouen_contents,
  .ticket_point {
    position: relative;
  }

  .description_character {
    width: 10%;
    position: absolute;
    top: -1%;
    left: 14%;
    z-index: 2;
  }

  .ouen_character {
    width: 12%;
    position: absolute;
    top: -3%;
    left: 75%;
    z-index: 2;
  }

  .present_item {
    width: 14%;
    position: absolute;
    top: 10%;
    left: 73%;
    z-index: 2;
  }

  .ticket_txt {
    width: 80%;
    margin: 0 auto;
    /*    text-align: left;*/
  }

  .outline_contents .caption_txt {
    width: 80%;
    margin: 0 auto;
    color: #000000;
  }

}


/*tablet*/
@media screen and (min-width:641px) and (max-width:955px) {
  body {
    width: 100%;
    margin: 0 auto;
    font-family: Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
    font-size: 2em;
    padding: 10px;
    position: relative;
  }

  .hide_tablet {
    display: none;
  }

  .hide_sp {
    display: none;
  }

  #pagetop {
    display: block;
    width: 20%;
    position: fixed;
    bottom: 0;
    right: 10px;
    text-align: right;
    line-height: 0;
  }

  #pagetop a:hover {
    opacity: 0.7;
  }

  .contents_inner {
    max-width: 767px;
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
  }

  .cnt_wrap {
    width: 100%;
    margin: 0 auto;
    display: table;
  }

  .cnt_wrap li {
    display: table-cell;
    vertical-align: middle;
  }

  .cnt_margin {
    margin: 5em auto 5em auto;
  }

  .txt_bold {
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: bold;
  }

  .txt_red {
    color: #e30030;
  }

  .txt_white {
    color: #ffffff;
  }

  .txt_yellow {
    color: #ffe600;
    line-height: 1.3;
  }

  .main_visual {
    max-width: 767px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    background: none;
    background-size: cover;
    padding-top: 0;
  }

  .main_visual .main_date {
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    background-color: #001443;
    color: #FFFFFF;
    padding: .5em;
    margin-top: 1.5em;
  }

  .main_visual .main_vs {
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    background-color: #ffb400;
    color: #000000;
    font-weight: bold;
    font-size: 1.2em;
    padding: .5em;
    margin-top: 1em;
    border-bottom: #e70012 6px solid;
    display: none;
  }

  .main_vs span {
    padding-right: .5em;
    display: table-cell;
    vertical-align: middle;
  }

  .ouen_description_txt {
    display: block;
    padding-top: .5em;
  }

  .caption_txt {
    display: block;
    font-size: .7em;
    color: #e30030;
  }

  .txt_blue {
    color: #2a2e9c;
  }

  .web_ticket_link,
  .ticket_link {
    width: 90%;
    margin: 30px auto;
    padding: 1em;
  }

  .ticket_buy {
    width: 50%;
    margin: 30px auto;
    padding: 1em;
    font-size: 1em;
    font-weight: bold;
  }

  .bg_box {
    width: 90%;
    padding: 1.5em;
    margin: 0 auto;
  }

  .ticket_point {
    text-align: left;
    margin: 0 0 30px 0;
  }

  .ticket_number {
    padding-right: .5em;
  }

  .description_contents_inner {
    width: 90%;
    line-height: 2;
    padding: 1em;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
  }

  .description_contents,
  .ticket_contents,
  .ouen_contents {
    padding: 1.5em;
  }

  .ouen_description_box {
    padding: 1em;
  }

  .txt_person {
    padding-left: .5em;
  }

  .sp_main {
    width: 50%;
  }

  .sp_zaseki {
    width: 50%;
  }

  .main_vs_inner {
    width: 305px;
    margin: 0 auto;
  }

  .main_character {
    width: 12%;
    position: absolute;
    top: 78%;
    left: 78%;
    z-index: 2;
  }

  .description_contents,
  .ouen_contents,
  .ticket_point {
    position: relative;
  }

  .description_character {
    width: 10%;
    position: absolute;
    top: -1%;
    left: 11%;
    z-index: 2;
  }

  .ouen_character {
    width: 12%;
    position: absolute;
    top: -3%;
    left: 75%;
    z-index: 2;
  }

  .present_item {
    display: none;
    width: 16%;
    position: absolute;
    top: 11%;
    left: 78%;
    z-index: 2;
  }

  .ticket_txt {
    width: 80%;
    margin: 0 auto;
    /*    text-align: left;*/
  }

  .outline_contents .caption_txt {
    width: 80%;
    margin: 0 auto;
    color: #000000;
  }

}

/* SP */
@media screen and (min-width:321px) and (max-width:640px) {
  body {
    width: 100%;
    margin: 0 auto;
    font-family: Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
    font-size: 1.8em;
    padding: 10px;
    position: relative;
  }

  .mb {
    margin-bottom: 1em;
  }

  .hide_sp {
    display: none;
  }

  .hide_tablet {
    display: none;
  }

  #pagetop {
    display: block;
    width: 20%;
    position: fixed;
    bottom: 0;
    right: 10px;
    text-align: right;
    line-height: 0;
  }

  #pagetop a:hover {
    opacity: 0.7;
  }

  .contents_inner {
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
  }

  .cnt_wrap {
    width: 100%;
    margin: 0 auto;
    display: table;
  }

  .cnt_wrap li {
    display: table-cell;
    vertical-align: middle;
  }

  .cnt_margin {
    margin: 5em auto 5em auto;
  }

  .txt_bold {
    font-size: 1.2em;
    font-weight: bold;
  }

  .txt_red {
    color: #e30030;
  }

  .txt_white {
    color: #ffffff;
  }

  .txt_yellow {
    color: #ffe600;
    line-height: 1.6;
  }

  .main_visual {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    background: none;
    background-size: cover;
    padding-top: 0;
  }

  .main_visual .main_date {
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    background-color: #001443;
    color: #FFFFFF;
    padding: .5em;
    margin-top: 1.5em;
  }

  .main_visual .main_vs {
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    background-color: #ffb400;
    color: #000000;
    font-weight: bold;
    font-size: 1.2em;
    padding: .5em;
    margin-top: 1em;
    border-bottom: #e70012 6px solid;
    display: none;
  }

  .main_vs span {
    padding-right: .5em;
    display: table-cell;
    vertical-align: middle;
  }

  .ouen_description_txt {
    display: block;
    padding-top: .5em;
  }

  .caption_txt {
    display: block;
    font-size: .7em;
    color: #e30030;
  }

  .txt_blue {
    color: #2a2e9c;
  }

  .web_ticket_link,
  .ticket_link {
    width: 100%;
    margin: 30px auto;
    padding: 1em;
  }

  .ticket_buy {
    width: 75%;
    margin: 30px auto;
    padding: 1em;
    font-size: 1em;
    font-weight: bold;
  }

  .bg_box {
    width: 100%;
    padding: 1.5em;
    margin: 0 auto;
  }

  .ticket_point {
    text-align: left;
    margin: 0 0 30px 0;
  }

  .ticket_number {
    padding-right: .5em;
  }

  .description_contents_inner {
    width: 100%;
    line-height: 1.5;
    padding: 1em;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    font-size: 1em;
  }

  .description_contents,
  .ticket_contents,
  .ouen_contents {
    padding: 1.5em;
  }

  .ouen_description_box {
    padding: 1em;
  }

  .txt_person {
    padding-left: .5em;
  }

  .sp_main {
    width: 70%;
  }

  .sp_zaseki {
    width: 70%;
  }

  .main_visual:after {
    border-bottom: #e70012 6px solid;
  }

  .main_vs_inner {
    width: 305px;
    margin: 0 auto;
  }

  .main_character {
    width: 20%;
    position: absolute;
    top: 85%;
    left: 82%;
    z-index: 2;
  }

  .description_contents,
  .ouen_contents,
  .ticket_point {
    position: relative;
  }

  .description_character {
    width: 20%;
    position: absolute;
    top: -1%;
    left: 3%;
    z-index: 2;
  }

  .ouen_character {
    width: 18%;
    position: absolute;
    top: -3%;
    left: 80%;
    z-index: 2;
  }

  .present_item {
    display: none;
    width: 19%;
    position: absolute;
    top: 12%;
    left: 80%;
    z-index: 2;
  }

  .ticket_txt {
    width: 80%;
    margin: 0 auto;
    /*    text-align: left;*/
  }

  .outline_contents .caption_txt {
    width: 80%;
    margin: 0 auto;
    color: #000000;
  }

  .ticket_txt_date {
    font-size: 1em;
  }

}

@media screen and (max-width:320px) {
  body {
    width: 100%;
    margin: 0 auto;
    font-family: Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
    font-size: 1.8em;
    padding: 10px;
    position: relative;
  }

  .hide_sp {
    display: none;
  }

  .hide_tablet {
    display: none;
  }

  #pagetop {
    display: block;
    width: 20%;
    position: fixed;
    bottom: 0;
    right: 10px;
    text-align: right;
    line-height: 0;
  }

  #pagetop a:hover {
    opacity: 0.7;
  }

  .contents_inner {
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
  }

  .cnt_wrap {
    width: 100%;
    margin: 0 auto;
    display: table;
  }

  .cnt_wrap li {
    display: table-cell;
    vertical-align: middle;
  }

  .cnt_margin {
    margin: 5em auto 5em auto;
  }

  .txt_bold {
    font-size: 1.2em;
    font-weight: bold;
  }

  .txt_red {
    color: #e30030;
  }

  .txt_white {
    color: #ffffff;
  }

  .txt_yellow {
    color: #ffe600;
    line-height: 1.6;
  }

  .main_visual {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    background: none;
    background-size: contain;
    padding-top: 0;

  }

  .main_visual .main_date {
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    background-color: #001443;
    color: #FFFFFF;
    padding: .5em;
    margin-top: 1.5em;
  }

  .main_visual .main_vs {
    width: 100%;
    position: static;
    top: 0;
    left: 0;
    background-color: #ffb400;
    color: #000000;
    font-weight: bold;
    font-size: 1.2em;
    padding: .5em;
    margin-top: 1em;
    border-bottom: #e70012 6px solid;
    display: none;
  }

  .main_vs span {
    padding-right: .5em;
    display: table-cell;
    vertical-align: middle;
  }

  .ouen_description_txt {
    display: block;
    padding-top: .5em;
  }

  .caption_txt {
    display: block;
    font-size: .7em;
    color: #e30030;
  }

  .txt_blue {
    color: #2a2e9c;
  }

  .web_ticket_link,
  .ticket_link {
    width: 100%;
    margin: 30px auto;
    padding: 1em;
  }

  .ticket_buy {
    width: 83%;
    margin: 30px auto;
    padding: 1em;
    font-size: 1em;
    font-weight: bold;
  }

  .bg_box {
    width: 100%;
    padding: 1.5em;
    margin: 0 auto;
  }

  .ticket_point {
    width: 100%;
    text-align: left;
    margin: 0 0 30px 0;
  }

  .ticket_number {
    padding-right: .5em;
  }

  .description_contents_inner {
    width: 100%;
    line-height: 1.5;
    padding: 1em;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    font-size: 1em;
  }

  .description_contents,
  .ticket_contents,
  .ouen_contents {
    padding: 1.5em;
  }

  .ouen_description_box {
    padding: 1em;
  }

  .txt_person {
    padding-left: .5em;
  }

  .sp_main {
    width: 70%;
  }

  .sp_zaseki {
    width: 70%;
  }

  .main_visual:after {
    border-bottom: #e70012 6px solid;
  }

  .main_vs_inner {
    width: 245px;
    margin: 0 auto;
  }

  .main_character {
    width: 20%;
    position: absolute;
    top: 90%;
    left: 83%;
    z-index: 2;
  }

  .description_contents,
  .ouen_contents,
  .ticket_point {
    position: relative;
  }

  .description_character {
    width: 20%;
    position: absolute;
    top: -1%;
    left: 3%;
    z-index: 2;
  }

  .ouen_character {
    width: 20%;
    position: absolute;
    top: -4%;
    left: 80%;
    z-index: 2;
  }

  .present_item {
    display: none;
    width: 35%;
    position: absolute;
    top: 78%;
    left: 98%;
    z-index: 2;
  }

  .ticket_txt {
    width: 80%;
    margin: 0 auto;
    /*    text-align: left;*/
  }

  .outline_contents .caption_txt {
    width: 80%;
    margin: 0 auto;
    color: #000000;
  }

  .ticket_txt_date {
    font-size: 1em;
  }

}

/* Twitter */
@media screen and (max-width: 768px) and (min-width: 480px) {
  iframe .twitter-timeline-rendered {
    width: 490px !important;
  }
}

@media screen and (max-width: 480px) {
  iframe.twitter-timeline-rendered {
    width: 450px !important;
    margin: 0 auto;
  }
}

.timeline-Widget {
  max-width: 300px !important;
  width: 200px !important;
}
