@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Raleway:700,800);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

html {
  font-size: 62.5%;
}

/*
body { overflow:auto; font-family:'Amiri', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
*/
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  overflow: auto;
}

.wf700 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}

.wf800 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}

html {
  background: #fff;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-size: 14px;
  font-size: 1.4em;
  line-height: 1em;
}

a:link {
  color: #003b9e;
  text-decoration: none;
}

a:visited {
  color: #003b9e;
  text-decoration: none;
}

a:hover {
  color: #003b9e;
  text-decoration: none;
}

a:active {
  color: #003b9e;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

a.hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

img {
  display: block;
  max-width: 100%;
}

div.loading {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

/* 1604271923 add */
.item_text1 {
  color: #039;
  font-weight: bold;
}

.disk_item-disk_text {
  color: #039;
  font-weight: bold;
}

/* 1606151904 add */
/*
---------------------------------------------------------
スケジュール
---------------------------------------------------------
*/
.section.schedule {
  padding: 0 0 50px 0;
}

#schedule nav p a.active {
  background: #003389;
  color: #fff;
  text-decoration: none;
}

.section.schedule .section-body .entry-body a {
  color: #000;
  display: block;
}

.section.schedule .section-body .entry-body a:hover {
  text-decoration: none;
}

.section.schedule .section-body .entry.link {
  position: relative;
}

.section.schedule .section-body dl {
  background-color: #e7eef8;
  border-bottom: solid 10px #fff;
  display: block;
  margin: 0;
  padding: 0;
}

.section.schedule .section-body dl dt {
  margin: 0;
  padding: 10px 10px 10px 10px;
}

.section.schedule .section-body dl dt .date {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
}

.section.schedule .section-body dl dd {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
  padding: 0 10px 10px 10px;
}

.section.schedule .section-body .entry.link dl dd {
  padding-right: 6em;
}

.section.schedule .section-body a.more {
  background-color: #003389;
  bottom: 10px;
  color: #fff;
  /*	display: block;*/
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 60px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  white-space: nowrap;
}

.section.schedule .section-body .wrap {
  overflow: hidden;
}

.section.schedule .section-body .pagetop {
  display: block;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  padding: 0 0 24px 24px;
  text-align: right;
}

.section.schedule .section-body .pagetop a {
  color: #000;
}

/* カテゴリーアイコン */
.section.schedule .icon {
  color: #fff;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1;
  margin: 0 2px 0 0;
  /*	border-radius: 3px;*/
  /*background-color:#C8C8C8;*/
  padding: 3px 5px 2px 5px;
  vertical-align: middle;
  /*	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);*/
}

.section.schedule .icon.ctg_tour {
  background: #1a6600;
}

.section.schedule .icon.ctg_web {
  background: #00a3d9;
}

.section.schedule .icon.ctg_magazine {
  background: #7f00ff;
}

.section.schedule .icon.ctg_movie {
  background: #c2d900;
}

.section.schedule .icon.ctg_tv {
  background: #ff8000;
}

.section.schedule .icon.ctg_radio {
  background: #ff007f;
}

.section.schedule .icon.ctg_live_event {
  background: #2db200;
}

.section.schedule .icon.ctg_stage {
  background: #404040;
}

.section.schedule .icon.ctg_other {
  background: #c6c6c6;
  color: #000;
  text-shadow: none;
}

footer.schedule.list nav p {
  color: #003389;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1em;
  padding: 0 0 25px 0;
  text-align: center;
}

footer.schedule.list nav p a {
  color: #003389;
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  /*  font-weight: bold;*/
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1em;
  padding: 2px 12px 2px 12px;
}

footer.schedule.list nav p a:link {
  background: #fff;
  color: #003389;
  text-decoration: none;
}

footer.schedule.list nav p a:visited {
  background: #fff;
  color: #003389;
  text-decoration: none;
}

footer.schedule.list nav p a:hover {
  background: #003389;
  color: #fff;
  text-decoration: none;
}

footer.schedule.list nav p a:active {
  background: #003389;
  color: #fff;
  text-decoration: none;
}

footer.schedule.list nav p a:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

footer.schedule.list nav p span {
  background: #003389;
  color: #fff;
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  /*  font-weight: bold;*/
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1em;
  margin: 0 12px 0 12px;
  padding: 2px 12px 2px 12px;
  text-decoration: none;
}

footer.schedule.list nav ul {
  font-size: 0;
  line-height: 0;
  padding: 0 0 25px 0;
  text-align: center;
}

footer.schedule.list nav ul li {
  display: inline-block;
  padding: 0 12px 0 12px;
}

/*  */

/* label
------------------------------------------------*/
.label {
  background: #000;
  border-radius: 0;
  color: #fff;
  cursor: default;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 80px;
  padding: 0.33333rem 0.5rem;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.label.rounded {
  /*水平方向(左上・右上・右下・左下) / 垂直方向(左上・右上・右下・左下) */
  border-radius: 1rem 1rem 1rem 1rem / 1rem 1rem 1rem 1rem;
}

.label.warning {
  background: #f90;
  color: #000;
}

.label.alert {
  background: #f00;
  color: #fff;
}

.label.almost {
  background: #003389;
  color: #fff;
}

/*--------------------------------------
04. modules: popupstore
--------------------------------------*/

/**
 * common
 */

.pageConts--popupstore .postThumbnail {
  -o-object-fit: contain;
  display: block;
  height: auto;
  margin: 24px auto 0;
  max-height: 540px;
  max-width: 400px;
  object-fit: contain;
  width: auto;
}

.pageConts--popupstore .infoLists {
  margin: 80px auto 0;
  max-width: 640px;
}

.pageConts--popupstore .infoLists .infoList .infoList__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pageConts--popupstore .infoLists .infoList .infoList__link .infoList__img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 200px;
}

.pageConts--popupstore .infoLists .infoList .infoList__link .infoList__title {
  margin: 10px 19px 0 19px;
}

.pageConts--popupstore .pageBack__Wrap {
  margin-top: 80px;
}

/* BEGIN popup store detail */
.post__detailPost details {
  -webkit-transition: 0.5s;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: -1px;
  padding: 0;
  position: relative;
  transition: 0.5s;
}

.post__detailPost details:last-child {
  margin-bottom: 24px;
}

.post__detailPost details .popupstoreData__title:after {
  -webkit-box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  border: 1px solid #9a9a9a;
  border-radius: 16px;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 32px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 32px;
}

.post__detailPost details summary {
  border-top: 1px solid #e2e2e2;
  cursor: pointer;
  display: block;
  padding: 20px 40px 20px 0;
  position: relative;
}

.post__detailPost details summary::-webkit-details-marker {
  display: none;
}

.post__detailPost details summary:before, .post__detailPost details summary:after {
  -webkit-transition: all 0.5s;
  background-color: #9a9a9a;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  right: 3px;
  top: 50%;
  transition: all 0.5s;
  width: 13px;
  z-index: 20;
}

.post__detailPost details summary:before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.post__detailPost details summary:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.post__detailPost details[open]:after {
  background-color: #000;
  border-color: #000;
}

.post__detailPost details[open] summary:before {
  background-color: #9a9a9a;
}

.post__detailPost details[open] summary:after {
  display: none;
}

.post__detailPost details .popupstoreData__text {
  font-size: 14px;
  line-height: 1.71;
  margin: -12px 0 20px;
  padding: 12px 0;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media only screen and (min-width: 769px) {
  a {
    -webkit-transition: all 0.25s linear;
    display: block;
    transition: all 0.25s linear;
  }
  header.page {
    -webkit-transition: all 0.25s ease-out;
    background: #003389;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.25s ease-out;
    width: 100%;
    /*height:250px;*/
    z-index: 10;
  }
  header.page h1 {
    -webkit-transition: all 0.25s ease-out;
    padding: 45px 0 35px 0;
    transition: all 0.25s ease-out;
  }
  header.page h1 img {
    -webkit-transition: all 0.25s ease-out;
    height: 122px;
    margin: 0 auto;
    transition: all 0.25s ease-out;
  }
  header.page p.open {
    display: none;
  }
  header.page nav {
    width: 100%;
  }
  header.page nav p.close {
    display: none;
  }
  header.page nav ul {
    font-size: 0;
    padding: 0 0 12px 0;
    text-align: center;
  }
  header.page nav ul li {
    display: inline-block;
    padding: 0 12px 0 12px;
  }
  header.page nav ul li a {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5em;
    text-decoration: none;
  }
  header.page nav ul li a.focus {
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
  header.page aside.service {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  header.page aside.service ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    line-height: 0;
  }
  header.page aside.service ul li {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 58px;
  }
  header.page aside.service ul li span {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 14px;
    text-align: center;
  }
  header.page.fixed {
    /*height:90px;*/
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  header.page.fixed h1 {
    -webkit-transition: all 0.25s ease-out;
    margin-bottom: 34px;
    padding: 15px 0 15px 15px;
    transition: all 0.25s ease-out;
  }
  header.page.fixed h1 img {
    -webkit-transition: all 0.25s ease-out;
    height: 32px;
    margin: 0;
    transition: all 0.25s ease-out;
  }
  div.page {
    -webkit-transition: all 0.25s linear;
    padding: 250px 0 0 0;
    transition: all 0.25s linear;
  }
  div.page.fixed {
    -webkit-transition: all 0.25s linear;
    padding: 120px 0 0 0;
    transition: all 0.25s linear;
  }
  footer.page {
    background: #003389;
    padding: 45px 0 0 0;
  }
  footer.page aside.ygex ul {
    font-size: 0;
    padding: 0 0 45px 0;
    text-align: center;
  }
  footer.page aside.ygex ul li {
    display: inline-block;
    padding: 0 15px 0 15px;
  }
  footer.page aside.banner ul {
    font-size: 0;
    padding: 0 0 45px 0;
    text-align: center;
  }
  footer.page aside.banner ul li {
    display: inline-block;
    padding: 0 5px 0 5px;
  }
  footer.page aside.assist ul {
    font-size: 0;
    padding: 0 0 25px 0;
    text-align: center;
  }
  footer.page aside.assist ul li {
    display: inline-block;
    padding: 0 12px 0 12px;
  }
  footer.page aside.assist ul li a {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    text-decoration: none;
  }
  footer.page small {
    color: #fff;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 0 35px 0;
    text-align: center;
  }
  footer.page p {
    padding: 0 0 45px 0;
  }
  footer.page p a {
    background: #fff;
    border: 1px solid #fff;
    color: #003389;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 400px;
  }
  footer.page p a span {
    vertical-align: -0.1em;
  }
  footer.page p a:hover {
    background: #003389;
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  main#top section.visual div.visual {
    background: #003389;
  }
  main#top section.visual div.visual p.image img {
    width: 100%;
  }
  main#top section.visual div.visual p.title {
    padding: 35px 0 25px 0;
    text-align: center;
  }
  main#top section.visual div.visual p.title span.main {
    color: #fff;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 34px;
    padding: 0 30px 0 30px;
  }
  main#top section.visual div.visual p.title span.ex {
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 34px;
  }
  main#top section.visual div.visual p.title span.sub {
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 34px;
  }
  main#top section.visual div.visual ul {
    font-size: 0;
    line-height: 0;
    padding: 0 0 30px 0;
    text-align: center;
  }
  main#top section.visual div.visual ul li {
    display: inline-block;
    padding: 0 10px 10px 10px;
  }
  main#top section.visual div.visual ul li a {
    background: #fff;
    border: 1px solid #fff;
    color: #003389;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1em;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 400px;
  }
  main#top section.visual div.visual ul li a span {
    vertical-align: -0.1em;
  }
  main#top section.visual div.visual ul li a:hover {
    background: #003389;
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  main#top section.buy {
    display: none;
    overflow: hidden;
  }
  main#top section.buy div.buy {
    background: #e7eef8;
    padding: 35px 0 35px 0;
  }
  main#top section.buy div.buy div.offset {
    margin: 0 auto;
    max-width: 1000px;
  }
  main#top section.buy div.buy div.offset h2 {
    border-bottom: solid 1px #003389;
    color: #003389;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
  }
  main#top section.buy div.buy div.offset ul.list {
    font-size: 0;
    line-height: 0;
    padding: 0 0 45px 0;
  }
  main#top section.buy div.buy div.offset ul.list li {
    display: inline-block;
    padding: 0 10px 10px 0;
  }
  main#top section.buy div.buy div.offset p a {
    display: block;
    margin: 0 auto;
    width: 60px;
  }
  main#top section.buy div.buy ul.btn {
    font-size: 0;
    line-height: 0;
    padding: 30px 0 30px 0;
    text-align: center;
  }
  main#top section.buy div.buy ul.btn li {
    display: inline-block;
    margin: 0 auto;
  }
  main#top section.buy div.buy ul.btn li a {
    background: #003389;
    border: 1px solid #003389;
    color: #fff;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1em;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 400px;
  }
  main#top section.buy div.buy ul.btn li a span {
    vertical-align: -0.1em;
  }
  main#top section.buy div.buy ul.btn li a:hover {
    background: #fff;
    color: #003389;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  main#top section.movie h2 {
    color: #003389;
    font-family: 'Raleway', sans-serif;
    font-size: 80px;
    font-size: 8.0rem;
    font-weight: 700;
    line-height: 1em;
    padding: 90px 0 25px 0;
    text-align: center;
  }
  main#top section.movie div.movie {
    background: #003389;
    padding: 30px 0 0 0;
  }
  main#top section.movie div.movie ul.frame li {
    margin: 0 auto 25px auto;
    max-width: 749px;
    position: relative;
    width: 100%;
  }
  main#top section.movie div.movie ul.frame li p img {
    width: 100%;
  }
  main#top section.movie div.movie ul.frame li a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  main#top section.movie div.movie ul.frame li a em img {
    width: 100%;
  }
  main#top section.movie div.movie ul.frame li a span {
    display: block;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
  }
  main#top section.movie div.movie ul.frame li a span img {
    display: inline;
    width: 200px;
  }
  main#top section.movie div.movie ul.btn {
    font-size: 0;
    line-height: 0;
    padding: 30px 0 30px 0;
    text-align: center;
  }
  main#top section.movie div.movie ul.btn li {
    display: inline-block;
    margin: 0 auto;
  }
  main#top section.movie div.movie ul.btn li a {
    background: #fff;
    border: 1px solid #fff;
    color: #003389;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1em;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 400px;
  }
  main#top section.movie div.movie ul.btn li a span {
    vertical-align: -0.1em;
  }
  main#top section.movie div.movie ul.btn li a:hover {
    background: #003389;
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  main#top section.live h2 {
    color: #003389;
    font-family: 'Raleway', sans-serif;
    font-size: 80px;
    font-size: 8.0rem;
    font-weight: 700;
    line-height: 1em;
    padding: 90px 0 25px 0;
    text-align: center;
  }
  main#top section.live div.live {
    background: #003389;
  }
  main#top section.live div.live div.offset {
    margin: 0 auto;
    max-width: 1000px;
  }
  main#top section.live div.live div.offset h3 {
    color: #fff;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1em;
    padding: 40px 0 25px 0;
    text-align: center;
  }
  main#top section.live div.live ul.frame li {
    margin: 0 0 0 0;
    position: relative;
    width: 100%;
  }
  main#top section.live div.live ul.frame li p img {
    width: 100%;
  }
  main#top section.live div.live ul.frame li a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  main#top section.live div.live ul.frame li a em img {
    width: 100%;
  }
  main#top section.live div.live ul.frame li a span {
    display: block;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
  }
  main#top section.live div.live ul.frame li a span img {
    display: inline;
    width: 200px;
  }
  main#top section.live div.live div.offset ul.list:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#top section.live div.live div.offset ul.list {
    min-height: 1%;
  }
  main#top section.live div.live div.offset ul.list li {
    border-bottom: solid 1px #fff;
    float: left;
    margin: 0 2% 0 2%;
    width: 46%;
  }
  main#top section.live div.live div.offset ul.list li:nth-child(1) {
    border-top: solid 1px #fff;
  }
  main#top section.live div.live div.offset ul.list li:nth-child(2) {
    border-top: solid 1px #fff;
  }
  main#top section.live div.live div.offset ul.list li p > *:first-child {
    border-top: solid 1px #fff;
  }
  main#top section.live div.live div.offset ul.list li p > *:first-child + * {
    border-top: solid 1px #fff;
  }
  main#top section.live div.live div.offset ul.list li dl:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#top section.live div.live div.offset ul.list li dl {
    min-height: 1%;
  }
  main#top section.live div.live div.offset ul.list li dl dt {
    clear: left;
    color: #fff;
    float: left;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5em;
    padding: 14px 0 14px 0;
  }
  main#top section.live div.live div.offset ul.list li dl dd {
    -webkit-box-sizing: border-box;
    border-top: solid 1px #335ca1;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5em;
    padding: 14px 0 14px 170px;
  }
  main#top section.live div.live div.offset ul.list li dl dd:first-child {
    border-top: none;
  }
  main#top section.live div.live div.offset ul.list li dl dd a {
    color: #fff;
    font-weight: bold;
  }
  main#top section.live div.live div.offset ul.btn {
    font-size: 0;
    line-height: 0;
    padding: 30px 0 30px 0;
    text-align: center;
  }
  main#top section.live div.live div.offset ul.btn li {
    display: inline-block;
    margin: 0 auto;
  }
  main#top section.live div.live div.offset ul.btn li a {
    background: #fff;
    border: 1px solid #fff;
    color: #003389;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1em;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 400px;
  }
  main#top section.live div.live div.offset ul.btn li a span {
    vertical-align: -0.1em;
  }
  main#top section.live div.live div.offset ul.btn li a:hover {
    background: #003389;
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  main#top section.campaign h2 {
    color: #003389;
    font-family: 'Raleway', sans-serif;
    font-size: 80px;
    font-size: 8.0rem;
    font-weight: 700;
    line-height: 1em;
    padding: 90px 0 25px 0;
    text-align: center;
  }
  main#top section.campaign div.campaign p.image img {
    width: 100%;
  }
  main#top section.campaign div.campaign div.offset {
    background: #003389;
    position: relative;
  }
  main#top section.campaign div.campaign div.offset p.text {
    /* position:absolute; bottom:30px; left:0; */
  }
  main#top section.campaign div.campaign div.offset p.text {
    color: #fff;
    font-size: 44px;
    font-size: 4.4rem;
    font-weight: bold;
    line-height: 1.5em;
    padding: 18px;
    text-align: center;
    text-decoration: none;
  }
  main#top section.campaign div.campaign div.offset ul.btn {
    font-size: 0;
    line-height: 0;
    padding: 0 0 30px 0;
    text-align: center;
  }
  main#top section.campaign div.campaign div.offset ul.btn li {
    display: inline-block;
    margin: 0 auto;
  }
  main#top section.campaign div.campaign div.offset ul.btn li a {
    background: #fff;
    border: 1px solid #fff;
    color: #003389;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1em;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 400px;
  }
  main#top section.campaign div.campaign div.offset ul.btn li a span {
    vertical-align: -0.1em;
  }
  main#top section.campaign div.campaign div.offset ul.btn li a:hover {
    background: #003389;
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  main#top section.news h2 {
    color: #003389;
    font-family: 'Raleway', sans-serif;
    font-size: 80px;
    font-size: 8.0rem;
    font-weight: 700;
    line-height: 1em;
    padding: 90px 0 25px 0;
    text-align: center;
  }
  main#top section.news div.news div.ul {
    padding: 0 0 24px 0;
  }
  main#top section.news div.news div.ul div.li {
    background: #e7eef8;
    display: table;
    margin: 0 0 10px 0;
    width: 100%;
  }
  main#top section.news div.news div.ul div.li div.left {
    display: table-cell;
    position: relative;
    width: 300px;
  }
  main#top section.news div.news div.ul div.li div.left img {
    width: 300px;
  }
  main#top section.news div.news div.ul div.li div.right {
    display: table-cell;
    position: relative;
    vertical-align: top;
  }
  main#top section.news div.news div.ul div.li div.right p.time {
    font-size: 20px;
    font-size: 2.0rem;
    padding: 25px 0 20px 30px;
  }
  main#top section.news div.news div.ul div.li div.right p.title {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0 0 90px 30px;
  }
  main#top section.news div.news div.ul div.li div.right p.title a {
    display: inline;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.5em;
    text-decoration: none;
  }
  main#top section.news div.news div.ul div.li div.right p.title img {
    display: inline;
  }
  main#top section.news div.news div.ul div.li div.right ul {
    border-left: solid 1px #939393;
    bottom: 0;
    position: absolute;
    right: 0;
  }
  main#top section.news div.news div.ul div.li div.right ul:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#top section.news div.news div.ul div.li div.right ul {
    min-height: 1%;
  }
  main#top section.news div.news div.ul div.li div.right ul li {
    border-bottom: solid 1px #939393;
    border-right: solid 1px #939393;
    border-top: solid 1px #939393;
    float: left;
  }
  main#top section.news div.news div.ul div.li div.right ul li img {
    width: 60px;
  }
  main#top section.news div.news div.ul div.li div.right ul li.ex {
    background: #003389;
    border: none;
    text-align: center;
    width: 200px;
  }
  main#top section.news div.news div.ul div.li div.right ul li.ex a {
    color: #fff;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 62px;
  }
  main#top section.news div.news div.offset ul.btn {
    font-size: 0;
    line-height: 0;
    padding: 0 0 30px 0;
    text-align: center;
  }
  main#top section.news div.news div.offset ul.btn li {
    display: inline-block;
    margin: 0 auto;
  }
  main#top section.news div.news div.offset ul.btn li a {
    background: #003389;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1em;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 400px;
  }
  main#top section.news div.news div.offset ul.btn li a span {
    vertical-align: -0.1em;
  }
  main#top section.news div.news div.offset ul.btn li a:hover {
    background: #fff;
    border: 1px solid #003389;
    color: #003389;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  main#top section.tour h2 {
    /*  line-height: 1em;*/
    color: #003389;
    font-family: 'Raleway', sans-serif;
    font-size: 80px;
    font-size: 8.0rem;
    font-weight: 700;
    line-height: 1.5em;
    padding: 90px 0 25px 0;
    text-align: center;
  }
  main#top section.tour div.tour {
    background: #003389;
    padding: 30px 0 20px 0;
  }
  main#top section.tour div.tour .tour-title {
    color: #fff;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.5em;
    padding: 1em;
    text-align: center;
  }
  main#top section.tour div.tour .tour-table {
    -webkit-box-sizing: border-box;
    border-collapse: collapse;
    box-sizing: border-box;
    display: table;
    margin: 30px auto 30px auto;
    max-width: 945px;
    width: 100%;
  }
  main#top section.tour div.tour .tour-table .img,
  main#top section.tour div.tour .tour-table .list {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: top;
  }
  main#top section.tour div.tour .tour-table .img {
    width: 285px;
  }
  main#top section.tour div.tour .tour-table .img img {
    height: auto;
    width: 285px;
  }
  main#top section.tour div.tour .tour-table .list {
    padding: 0 0 0 30px;
  }
  main#top section.tour div.tour .tour-table .list table {
    -webkit-box-sizing: border-box;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    box-sizing: border-box;
    margin-bottom: -2px;
    width: 100%;
  }
  main#top section.tour div.tour .tour-table .list table tr {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
  }
  main#top section.tour div.tour .tour-table .list table th,
  main#top section.tour div.tour .tour-table .list table td {
    margin: 0;
    padding: 10px 0;
    vertical-align: top;
  }
  main#top section.tour div.tour .tour-table .list table th {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.5em;
    text-align: left;
    width: 200px;
  }
  main#top section.tour div.tour .tour-table .list table td {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5em;
  }
  main#top section.tour div.tour .btn-detail.get-item {
    margin: 0 0 0 0;
    padding: 0;
  }
  main#top section.tour div.tour .btn-detail.get-item a {
    border-radius: 35px;
  }
  main#top section.tour div.tour .btn-detail {
    margin: 0 0 -20px 0;
    padding: 0;
  }
  main#top section.tour div.tour ul.btn {
    text-align: center;
  }
  main#top section.tour div.tour ul.btn li {
    padding: 0 0 10px 0;
  }
  main#top section.tour div.tour ul.btn li a {
    background: #fff;
    border: 1px solid #fff;
    color: #003389;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 400px;
  }
  main#top section.tour div.tour ul.btn li a span {
    vertical-align: -0.1em;
  }
  main#top section.tour div.tour ul.btn li a:hover {
    background: #003389;
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  main#top section.tour div.tour ul.frame li {
    margin: 0 0 25px 0;
    position: relative;
    width: 100%;
  }
  main#top section.tour div.tour ul.frame li p img {
    width: 100%;
  }
  main#top section.tour div.tour ul.frame li a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  main#top section.tour div.tour ul.frame li a em img {
    width: 100%;
  }
  main#top section.tour div.tour ul.frame li a span {
    display: block;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
  }
  main#top section.tour div.tour ul.frame li a span img {
    display: inline;
    width: 200px;
  }
  main#top section.tour div.tour ul.btn {
    font-size: 0;
    line-height: 0;
    padding: 30px 0 30px 0;
    text-align: center;
  }
  main#top section.tour div.tour ul.btn li {
    display: inline-block;
    margin: 0 auto;
  }
  main#top section.tour div.tour ul.btn li a {
    background: #fff;
    border: 1px solid #fff;
    color: #003389;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1em;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 400px;
  }
  main#top section.tour div.tour ul.btn li a span {
    vertical-align: -0.1em;
  }
  main#top section.tour div.tour ul.btn li a:hover {
    background: #003389;
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  main#top section.fanclub h2 {
    /*  line-height: 1em;*/
    color: #003389;
    font-family: 'Raleway', sans-serif;
    font-size: 80px;
    font-size: 8.0rem;
    font-weight: 700;
    line-height: 1.5em;
    padding: 90px 0 25px 0;
    text-align: center;
  }
  main#top section.fanclub div.fanclub {
    background: #003389;
    padding: 30px 0 20px 0;
  }
  main#top section.fanclub div.fanclub p {
    padding: 0 0 20px 0;
  }
  main#top section.fanclub div.fanclub p img {
    margin: 0 auto;
  }
  main#top section.fanclub div.fanclub ul.btn {
    text-align: center;
  }
  main#top section.fanclub div.fanclub ul.btn li {
    padding: 0 0 10px 0;
  }
  main#top section.fanclub div.fanclub ul.btn li a {
    background: #fff;
    border: 1px solid #fff;
    color: #003389;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 400px;
  }
  main#top section.fanclub div.fanclub ul.btn li a span {
    vertical-align: -0.1em;
  }
  main#top section.fanclub div.fanclub ul.btn li a:hover {
    background: #003389;
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  main#top section.twitter h2 {
    color: #003389;
    font-family: 'Raleway', sans-serif;
    font-size: 80px;
    font-size: 8.0rem;
    font-weight: 700;
    line-height: 1em;
    padding: 90px 0 25px 0;
    text-align: center;
  }
  main#top section.twitter div.twitter {
    background: #003389;
    padding: 30px 0 20px 0;
  }
  main#top section.twitter div.twitter p {
    padding: 0 0 20px 0;
  }
  main#top section.twitter div.twitter p img {
    margin: 0 auto;
  }
  main#top section.twitter div.twitter ul.btn {
    text-align: center;
  }
  main#top section.twitter div.twitter ul.btn li {
    padding: 0 0 10px 0;
  }
  main#top section.twitter div.twitter ul.btn li a {
    background: #fff;
    border: 1px solid #fff;
    color: #003389;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 400px;
  }
  main#top section.twitter div.twitter ul.btn li a span {
    vertical-align: -0.1em;
  }
  main#top section.twitter div.twitter ul.btn li a:hover {
    background: #003389;
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  main#top section.profile h2 {
    color: #003389;
    font-family: 'Raleway', sans-serif;
    font-size: 80px;
    font-size: 8.0rem;
    font-weight: 700;
    line-height: 1em;
    padding: 90px 0 25px 0;
    text-align: center;
  }
  main#top section.profile div.profile ul:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#top section.profile div.profile ul {
    min-height: 1%;
  }
  main#top section.profile div.profile ul li {
    float: left;
    position: relative;
    width: 33.33%;
  }
  main#top section.profile div.profile ul li p.image {
    width: 100%;
  }
  main#top section.profile div.profile ul li p.image img {
    width: 100%;
  }
  main#top section.profile div.profile ul li p.name {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  main#top section.profile div.profile ul li p.name a {
    color: #fff;
    display: block;
    filter: alpha(opacity=0);
    font-size: 50px;
    font-size: 5.0rem;
    height: 100%;
    line-height: 1em;
    line-height: 2em;
    opacity: 0;
    text-decoration: none;
    width: 100%;
  }
  main#top section.profile div.profile ul li p.name a:hover {
    background-color: rgba(0, 51, 137, 0.6);
    filter: alpha(opacity=100);
    /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#66003389, EndColorStr=#66003389);*/
    opacity: 1;
  }
  main#top section.profile div.profile ul li p.name a span {
    background-color: rgba(0, 0, 0, 0);
    display: table;
    height: 100%;
    width: 100%;
  }
  main#top section.profile div.profile ul li p.name a span em {
    display: table-cell;
    height: 100%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%;
  }
  main#top section.profile div.profile ul li p.name a span em img {
    display: inline;
    width: 140px;
  }
  main#top section.profile div.profile ul li p.name a span em strong {
    font-size: 18px;
    font-size: 1.8rem;
  }
  main#top section.profile div.profile ul li p.name a span.bbb {
    display: none;
  }
  main#top section.profile div.profile ul li.image p.name a:hover {
    background-color: rgba(255, 255, 255, 0.5);
    filter: alpha(opacity=100);
    /*filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#50ffffff, EndColorStr=#50ffffff);*/
    opacity: 1;
  }
  main.common section.content header.content {
    position: relative;
  }
  main.common section.content header.content h1 {
    color: #003389;
    font-family: 'Raleway', sans-serif;
    font-size: 80px;
    font-size: 8.0rem;
    font-weight: 700;
    line-height: 1em;
    padding: 85px 0 25px 0;
    text-align: center;
  }
  main.common section.content header.content nav p {
    color: #003389;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1em;
    padding: 0 0 50px 0;
    text-align: center;
  }
  main.common section.content header.content nav p a {
    color: #003389;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    /*  font-weight: bold;*/
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1em;
    padding: 2px 12px 2px 12px;
  }
  main.common section.content header.content nav p a:link {
    background: #fff;
    color: #003389;
    text-decoration: none;
  }
  main.common section.content header.content nav p a:visited {
    background: #fff;
    color: #003389;
    text-decoration: none;
  }
  main.common section.content header.content nav p a:hover {
    background: #003389;
    color: #fff;
    text-decoration: none;
  }
  main.common section.content header.content nav p a:active {
    background: #003389;
    color: #fff;
    text-decoration: none;
  }
  main.common section.content header.content nav p a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  main.common section.content header.content nav p span {
    background: #003389;
    color: #fff;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    /*  font-weight: bold;*/
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0 12px 0 12px;
    padding: 2px 12px 2px 12px;
    text-decoration: none;
  }
  main.common section.content footer.content nav ul {
    font-size: 0;
    line-height: 0;
    padding: 0 0 48px 0;
    text-align: center;
  }
  main.common section.content footer.content nav ul li {
    display: inline-block;
    padding: 0 12px 0 12px;
  }
  main.common section.content footer.content nav ul li a {
    background: #003389;
    border: 1px solid #003389;
    color: #fff;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 400px;
  }
  main.common section.content footer.content nav ul li a span {
    vertical-align: -0.1em;
  }
  main.common section.content footer.content nav ul li a:hover {
    background: #fff;
    color: #003389;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  main.common article.list header.list nav p {
    color: #003389;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1em;
    padding: 0 0 25px 0;
    text-align: center;
  }
  main.common article.list header.list nav p a {
    color: #003389;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    /*  font-weight: bold;*/
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1em;
    padding: 2px 12px 2px 12px;
  }
  main.common article.list header.list nav p a:link {
    background: #fff;
    color: #003389;
    text-decoration: none;
  }
  main.common article.list header.list nav p a:visited {
    background: #fff;
    color: #003389;
    text-decoration: none;
  }
  main.common article.list header.list nav p a:hover {
    background: #003389;
    color: #fff;
    text-decoration: none;
  }
  main.common article.list header.list nav p a:active {
    background: #003389;
    color: #fff;
    text-decoration: none;
  }
  main.common article.list header.list nav p a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  main.common article.list header.list nav p span {
    background: #003389;
    color: #fff;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    /*  font-weight: bold;*/
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0 12px 0 12px;
    padding: 2px 12px 2px 12px;
    text-decoration: none;
  }
  main.common article.list header.list h1 {
    color: #003389;
    font-family: 'Raleway', sans-serif;
    font-size: 80px;
    font-size: 8.0rem;
    font-weight: 700;
    line-height: 1em;
    padding: 25px 0 25px 0;
    text-align: center;
  }
  main.common article.list div.list {
    line-height: 1.75em;
    padding: 0 0 12px 0;
  }
  main.common article.list footer.list nav p {
    color: #003389;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1em;
    padding: 0 0 25px 0;
    text-align: center;
  }
  main.common article.list footer.list nav p a {
    color: #003389;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    /*  font-weight: bold;*/
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1em;
    padding: 2px 12px 2px 12px;
  }
  main.common article.list footer.list nav p a:link {
    background: #fff;
    color: #003389;
    text-decoration: none;
  }
  main.common article.list footer.list nav p a:visited {
    background: #fff;
    color: #003389;
    text-decoration: none;
  }
  main.common article.list footer.list nav p a:hover {
    background: #003389;
    color: #fff;
    text-decoration: none;
  }
  main.common article.list footer.list nav p a:active {
    background: #003389;
    color: #fff;
    text-decoration: none;
  }
  main.common article.list footer.list nav p a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }
  main.common article.list footer.list nav p span {
    background: #003389;
    color: #fff;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    /*  font-weight: bold;*/
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0 12px 0 12px;
    padding: 2px 12px 2px 12px;
    text-decoration: none;
  }
  main.common article.list footer.list nav ul {
    font-size: 0;
    line-height: 0;
    padding: 0 0 25px 0;
    text-align: center;
  }
  main.common article.list footer.list nav ul li {
    display: inline-block;
    padding: 0 12px 0 12px;
  }
  main.common article.item header.item:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main.common article.item header.item {
    min-height: 1%;
  }
  main.common article.item header.item time {
    display: block;
    line-height: 1.75em;
    text-align: center;
  }
  main.common article.item header.item h1 {
    border-bottom: solid 1px #003389;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.75em;
    margin: 0 0 12px 0;
    padding: 0 0 12px 0;
    text-align: center;
  }
  main.common article.item header.item aside.social {
    padding: 0 0 24px 0;
  }
  main.common article.item header.item aside.social ul {
    text-align: center;
  }
  main.common article.item header.item aside.social ul li {
    display: inline-block;
    padding: 0 10px 0 10px;
  }
  main.common article.item div.item {
    line-height: 1.75em;
    margin: 0 auto;
    padding: 0 0 50px 0;
    width: 748px;
  }
  main.common article.item div.item a {
    display: inline;
  }
  main.common article.item div.item img {
    display: inline;
  }
  main.common article.item footer.item nav ul {
    font-size: 0;
    line-height: 0;
    padding: 0 0 48px 0;
    text-align: center;
  }
  main.common article.item footer.item nav ul li {
    display: inline-block;
    padding: 0 12px 0 12px;
  }
  main#news article.list div.ul {
    padding: 0 0 24px 0;
  }
  main#news article.list div.ul div.li {
    background: #e7eef8;
    display: table;
    margin: 0 0 10px 0;
    width: 100%;
  }
  main#news article.list div.ul div.li :after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#news article.list div.ul div.li {
    min-height: 1%;
  }
  main#news article.list div.ul div.li div.left {
    display: table-cell;
    position: relative;
    width: 300px;
  }
  main#news article.list div.ul div.li div.left img {
    width: 100%;
  }
  main#news article.list div.ul div.li div.right {
    display: table-cell;
    position: relative;
    vertical-align: top;
  }
  main#news article.list div.ul div.li div.right p.time {
    font-size: 20px;
    font-size: 2.0rem;
    padding: 25px 0 20px 30px;
  }
  main#news article.list div.ul div.li div.right p.title {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0 0 90px 30px;
  }
  main#news article.list div.ul div.li div.right p.title a {
    display: inline;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.5em;
    text-decoration: none;
  }
  main#news article.list div.ul div.li div.right p.title img {
    display: inline;
  }
  main#news article.list div.ul div.li div.right ul {
    border-left: solid 1px #939393;
    bottom: 0;
    position: absolute;
    right: 0;
  }
  main#news article.list div.ul div.li div.right ul:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#news article.list div.ul div.li div.right ul {
    min-height: 1%;
  }
  main#news article.list div.ul div.li div.right ul li {
    border-bottom: solid 1px #939393;
    border-right: solid 1px #939393;
    border-top: solid 1px #939393;
    float: left;
  }
  main#news article.list div.ul div.li div.right ul li img {
    width: 60px;
  }
  main#news article.list div.ul div.li div.right ul li.ex {
    background: #003389;
    border: none;
    text-align: center;
    width: 200px;
  }
  main#news article.list div.ul div.li div.right ul li.ex a {
    color: #fff;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 62px;
  }
  main#schedule article.list dl {
    padding: 0 0 25px 0;
  }
  main#schedule article.list dl:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#schedule article.list dl {
    min-height: 1%;
  }
  main#schedule article.list dl dt {
    background: #e7eef8;
    font-size: 20px;
    font-size: 2.0rem;
    padding: 10px 10px 10px 10px;
  }
  main#schedule article.list dl dd {
    background: #e7eef8;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 10px 0;
    padding: 0 200px 10px 10px;
    position: relative;
  }
  main#schedule article.list dl dd a {
    display: inline;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.5em;
  }
  main#schedule article.list dl dd img {
    display: inline;
  }
  main#schedule article.list dl dd ul {
    border-left: solid 1px #939393;
    bottom: 0;
    position: absolute;
    right: 0;
  }
  main#schedule article.list dl dd ul:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#schedule article.list dl dd ul {
    min-height: 1%;
  }
  main#schedule article.list dl dd ul li {
    border-bottom: solid 1px #939393;
    border-right: solid 1px #939393;
    border-top: solid 1px #939393;
    float: left;
  }
  main#schedule article.list dl dd ul li img {
    width: 60px;
  }
  main#schedule article.list dl dd ul li.ex {
    background: #003389;
    border: none;
    text-align: center;
    width: 200px;
  }
  main#schedule article.list dl dd ul li.ex a {
    color: #fff;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 62px;
  }
  main#live article.list dl {
    padding: 0 0 25px 0;
  }
  main#live article.list dl:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#live article.list dl {
    min-height: 1%;
  }
  main#live article.list dl dt {
    background: #e7eef8;
    font-size: 20px;
    font-size: 2.0rem;
    padding: 10px 10px 0 10px;
  }
  main#live article.list dl dd {
    background: #e7eef8;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 10px 0;
    padding: 0 200px 10px 10px;
    position: relative;
  }
  main#live article.list dl dd a {
    display: inline;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.5em;
  }
  main#live article.list dl dd img {
    display: inline;
  }
  main#live article.list dl dd ul {
    border-left: solid 1px #939393;
    bottom: 0;
    position: absolute;
    right: 0;
  }
  main#live article.list dl dd ul:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#live article.list dl dd ul {
    min-height: 1%;
  }
  main#live article.list dl dd ul li {
    border-bottom: solid 1px #939393;
    border-right: solid 1px #939393;
    border-top: solid 1px #939393;
    float: left;
  }
  main#live article.list dl dd ul li img {
    width: 60px;
  }
  main#live article.list dl dd ul li.ex {
    background: #003389;
    border: none;
    text-align: center;
    width: 200px;
  }
  main#live article.list dl dd ul li.ex a {
    color: #fff;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 62px;
  }
  main#live div.item div.image {
    padding: 0 0 25px 0;
    text-align: center;
  }
  main#live div.item div.text {
    padding: 0 0 25px 0;
  }
  main#live div.item table {
    border: solid 1px #003389;
    border-collapse: collapse;
    margin: 0 0 24px 0;
    width: 100%;
  }
  main#live div.item table th {
    background-color: #003389;
    border: solid 1px #003389;
    color: #fff;
    padding: 6px;
    text-align: center;
  }
  main#live div.item table td {
    border: solid 1px #003389;
    padding: 6px;
  }
  main#discography div.list ul {
    margin: 0 auto 0 auto;
    width: 1000px;
  }
  main#discography div.list ul:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#discography div.list ul {
    min-height: 1%;
  }
  main#discography div.list ul li {
    float: left;
    width: 25%;
  }
  main#discography div.list ul li dl {
    padding: 0 10px 0 10px;
  }
  main#discography div.list ul li dl dt {
    display: table;
    margin: 0 0 6px 0;
    table-layout: fixed;
    width: 100%;
  }
  main#discography div.list ul li dl dt a {
    display: table-cell;
    font-size: 0;
    line-height: 0;
    text-align: center;
    vertical-align: middle;
  }
  main#discography div.list ul li dl dt a img {
    margin: 0 auto;
  }
  main#discography div.list ul li dl dt a:hover img {
    opacity: 0.75;
  }
  main#discography div.list ul li dl dd {
    margin: 0 0 25px 0;
    text-align: center;
  }
  main#discography div.item .title {
    font-size: 108%;
    font-weight: bold;
    line-height: 1em;
    padding: 0 0 12px 0;
  }
  main#discography div.item .centerCol {
    font-size: 93%;
    line-height: 1.75em;
    padding: 0 0 24px 0;
  }
  main#discography div.item .group {
    padding: 0 0 24px 0;
  }
  main#discography div.item .note {
    font-size: 93%;
    line-height: 1.75em;
    padding: 0 0 24px 0;
  }
  main#discography div.item .wrap:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
  main#discography div.item .wrap {
    display: inline-block;
  }
  * html main#discography div.item .wrap {
    height: 1%;
  }
  main#discography div.item .wrap {
    display: block;
  }
  main#discography div.item .musicimg {
    clear: left;
    float: left;
    padding: 0 0 24px 0;
    text-align: center;
    width: 200px;
  }
  main#discography div.item .musicimg img {
    margin: 0 0 12px 0;
    width: 100%;
  }
  main#discography div.item .musicimg .buy {
    padding: 0 0 12px 0;
  }
  main#discography div.item .musicimg .buy {
    text-align: center;
  }
  main#discography div.item .musicimg .buy a {
    border: 1px solid #003389;
    color: #003389;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0 auto;
    padding: 8px 0 8px 0;
    text-align: center;
    text-decoration: none;
    width: 200px;
  }
  main#discography div.item .musicimg .buy a span {
    vertical-align: -0.1em;
  }
  main#discography div.item .musicimg .buy a:hover {
    background: #003389;
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  main#discography div.item .musicimg .dl {
    padding: 0 0 12px 0;
  }
  main#discography div.item .musicimg .dl {
    text-align: center;
  }
  main#discography div.item .musicimg .dl a {
    border: 1px solid #003389;
    color: #003389;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0 auto;
    padding: 8px 0 8px 0;
    text-align: center;
    text-decoration: none;
    width: 200px;
  }
  main#discography div.item .musicimg .dl a span {
    vertical-align: -0.1em;
  }
  main#discography div.item .musicimg .dl a:hover {
    background: #003389;
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  main#discography div.item .musictxt {
    padding: 0 0 24px 236px;
  }
  main#discography div.item .musictxt p {
    font-size: 93%;
    line-height: 1.75em;
    padding: 0 0 4px 0;
  }
  main#discography div.item .musictxt h3 {
    font-size: 123.1%;
    font-weight: bold;
    line-height: 1.75em;
    padding: 0 0 4px 0;
  }
  main#discography div.item .musictxt h4 {
    font-size: 108%;
    font-weight: bold;
    line-height: 1.75em;
  }
  main#discography div.item .discblock {
    font-size: 93%;
    line-height: 1.75em;
    padding: 0 0 12px 0;
  }
  main#movie div.list ul {
    margin: 0 auto;
    width: 1000px;
  }
  main#movie div.list ul:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#movie div.list ul {
    min-height: 1%;
  }
  main#movie div.list ul li {
    float: left;
    width: 33.33%;
  }
  main#movie div.list ul li dl {
    padding: 0 12px 0 12px;
  }
  main#movie div.list ul li dl dt {
    display: table;
    margin: 0 0 6px 0;
    table-layout: fixed;
    width: 100%;
  }
  main#movie div.list ul li dl dt a {
    display: table-cell;
    font-size: 0;
    line-height: 0;
    text-align: center;
    vertical-align: middle;
  }
  main#movie div.list ul li dl dt a:hover img {
    opacity: 0.75;
  }
  main#movie div.list ul li dl dd {
    margin: 0 0 24px 0;
    text-align: center;
  }
  main#goods div.list ul:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#goods div.list ul {
    min-height: 1%;
  }
  main#goods div.list ul li {
    float: left;
    width: 20%;
  }
  main#goods div.list ul li dl {
    padding: 0 12px 0 12px;
  }
  main#goods div.list ul li dl dt {
    display: table;
    margin: 0 0 6px 0;
    table-layout: fixed;
    width: 100%;
  }
  main#goods div.list ul li dl dt a {
    background: #fff;
    display: table-cell;
    font-size: 0;
    line-height: 0;
    padding: 1px;
    text-align: center;
    vertical-align: middle;
  }
  main#goods div.list ul li dl dt a:hover img {
    opacity: 0.75;
  }
  main#goods div.list ul li dl dd {
    margin: 0 0 24px 0;
    text-align: center;
  }
  main#goods div.item div.text {
    padding: 0 0 24px 0;
  }
  main#goods ul.goods:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#goods ul.goods {
    min-height: 1%;
  }
  main#goods ul.goods li {
    float: left;
    width: 20%;
  }
  main#goods ul.goods li dl {
    padding: 0 12px 0 12px;
  }
  main#goods ul.goods li dl dt {
    display: table;
    margin: 0 0 6px 0;
    table-layout: fixed;
    width: 100%;
  }
  main#goods ul.goods li dl dt a {
    background: #fff;
    display: table-cell;
    font-size: 0;
    line-height: 0;
    padding: 1px;
    text-align: center;
    vertical-align: middle;
  }
  main#goods ul.goods li dl dt a:hover img {
    opacity: 0.75;
  }
  main#goods ul.goods li dl dd {
    margin: 0 0 24px 0;
    text-align: center;
  }
  main#goods div.item ul.shop {
    padding: 0 0 36px 0;
  }
  main#goods div.item ul.shop:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#goods div.item ul.shop {
    min-height: 1%;
  }
  main#goods div.item ul.shop li {
    float: left;
    padding: 0 12px 12px 12px;
  }
  main#profile div.list div.image {
    font-size: 0;
    line-height: 0;
    padding: 0 0 24px 0;
    text-align: center;
  }
  main#profile div.list div.image p {
    display: inline-block;
  }
  main#profile div.list div.text {
    margin: 0 auto;
    padding: 0 0 24px 0;
    width: 1000px;
  }
  main#profile div.list ul {
    margin: 0 auto;
    width: 1000px;
  }
  main#profile div.list ul:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#profile div.list ul {
    min-height: 1%;
  }
  main#profile div.list ul li {
    float: left;
    width: 20%;
  }
  main#profile div.list ul li dl {
    padding: 0 12px 0 12px;
  }
  main#profile div.list ul li dl dt {
    display: table;
    margin: 0 0 6px 0;
    table-layout: fixed;
    width: 100%;
  }
  main#profile div.list ul li dl dt a {
    background: #fff;
    display: table-cell;
    font-size: 0;
    line-height: 0;
    text-align: center;
    vertical-align: middle;
  }
  main#profile div.list ul li dl dt a:hover img {
    opacity: 0.75;
  }
  main#profile div.list ul li dl dd {
    margin: 0 0 24px 0;
    text-align: center;
  }
  main#profile div.item dl:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#profile div.item dl {
    min-height: 1%;
  }
  main#profile div.item dl dt {
    clear: left;
    float: left;
    width: 300px;
  }
  main#profile div.item dl dt p {
    font-size: 0;
    line-height: 0;
    padding: 1px;
    text-align: center;
  }
  main#profile div.item dl dd {
    padding: 0 0 24px 336px;
  }
  main#profile div.item dl dd h2 {
    border-bottom: solid 1px #003389;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 12px 0;
    padding: 0 0 12px 0;
  }
  main#free div.item h2 {
    background: #003389;
    color: #fff;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 48px;
    margin: 12px 0 24px 0;
    padding: 0 12px 0 12px;
    text-align: center;
  }
  main#free div.item p {
    padding: 0 0 24px 0;
  }
  main#free div.item table {
    border: solid 1px #003389;
    border-collapse: collapse;
    margin: 0 0 24px 0;
    width: 100%;
  }
  main#free div.item table th {
    background-color: #003389;
    border: solid 1px #003389;
    color: #fff;
    padding: 6px;
    text-align: center;
  }
  main#free div.item table td {
    border: solid 1px #003389;
    padding: 6px;
  }
  main#free div.item aside ul {
    font-size: 0;
    line-height: 0;
    padding: 0 0 48px 0;
    text-align: center;
  }
  main#free div.item aside ul li a {
    background: #003389;
    border: 1px solid #003389;
    color: #fff;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 400px;
  }
  main#free div.item aside ul li a span {
    vertical-align: -0.1em;
  }
  main#free div.item aside ul li a:hover {
    background: #fff;
    color: #003389;
    filter: alpha(opacity=100);
    opacity: 1;
  }
}

@media only screen and (max-width: 768px) {
  header.page {
    -webkit-transition: all 0.25s ease-out;
    background: #003389;
    height: 96px;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.25s ease-out;
    width: 100%;
    z-index: 10;
  }
  header.page h1 {
    padding: 12px 0 10px 0;
  }
  header.page h1 img {
    -webkit-transition: all 0.25s ease-out;
    padding: 0 0 0 55px;
    transition: all 0.25s ease-out;
    width: 35px;
  }
  header.page p.open {
    -webkit-transition: all 0.25s ease-out;
    left: 10px;
    position: absolute;
    top: 10px;
    transition: all 0.25s ease-out;
    width: 35px;
  }
  header.page nav {
    background: #003389;
    height: 100%;
    left: 0;
    position: fixed;
    top: -100%;
    width: 100%;
    z-index: 1;
  }
  header.page nav p.close {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 25px;
  }
  header.page nav ul {
    border-top: solid 1px #4d6fae;
    margin: 55px 30px 40px 30px;
  }
  header.page nav ul li {
    border-bottom: solid 1px #4d6fae;
  }
  header.page nav ul li a {
    color: #fff;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 13px 0 13px 0;
    text-decoration: none;
  }
  header.page nav ul li a.focus {
    opacity: 0.5;
  }
  header.page aside.service {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  header.page aside.service ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    line-height: 0;
  }
  header.page aside.service ul li {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 58px;
  }
  header.page aside.service ul li span {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 14px;
    text-align: center;
  }
  /*
header.page.fixed { height:55px; -webkit-transition:all 0.25s ease-out; transition:all 0.25s ease-out; }
header.page.fixed h1 img { height:35px; -webkit-transition:all 0.25s ease-out; transition:all 0.25s ease-out; }
header.page.fixed p.open { top:15px; -webkit-transition:all 0.25s ease-out; transition:all 0.25s ease-out; }
*/
  div.page {
    -webkit-transition: all 0.25s linear;
    /*width:320px;*/
    padding: 109px 0 0 0;
    transition: all 0.25s linear;
  }
  div.page.fixed {
    -webkit-transition: all 0.25s linear;
    padding: 45px 0 0 0;
    transition: all 0.25s linear;
  }
  footer.page {
    background: #003389;
    padding: 25px 0 0 0;
  }
  footer.page aside.ygex ul {
    font-size: 0;
    padding: 0 0 20px 0;
    text-align: center;
  }
  footer.page aside.ygex ul li {
    display: inline-block;
    padding: 0 10px 0 10px;
    width: 40px;
  }
  footer.page aside.banner ul {
    font-size: 0;
    padding: 0 0 20px 0;
    text-align: center;
  }
  footer.page aside.banner ul li {
    display: inline-block;
    padding: 0 5px 0 5px;
    width: 140px;
  }
  footer.page aside.assist ul {
    font-size: 0;
    padding: 0 0 15px 0;
    text-align: center;
  }
  footer.page aside.assist ul li {
    display: inline-block;
    padding: 0 10px 0 10px;
  }
  footer.page aside.assist ul li a {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
  }
  footer.page small {
    color: #fff;
    display: block;
    font-size: 10px;
    font-size: 1.0rem;
    padding: 0 0 25px 0;
    text-align: center;
  }
  footer.page p {
    padding: 0 0 25px 0;
  }
  footer.page p a {
    background: #fff;
    border: 1px solid #fff;
    color: #003389;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0 auto;
    padding: 8px 0 8px 0;
    text-align: center;
    text-decoration: none;
    width: 240px;
  }
  footer.page p a span {
    vertical-align: -0.1em;
  }
  footer.page p a:hover {
    background: #003389;
    color: #fff;
    opacity: 1;
  }
  main#top section.visual div.visual {
    background: #003389;
  }
  main#top section.visual div.visual p.image img {
    margin: 0 auto;
  }
  main#top section.visual div.visual p.title {
    padding: 15px 0 0 0;
    text-align: center;
  }
  main#top section.visual div.visual p.title span.main {
    color: #fff;
    display: block;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0 0 10px 0;
  }
  main#top section.visual div.visual p.title span.ex {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  main#top section.visual div.visual p.title span.sub {
    color: #fff;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0 0 10px 0;
  }
  main#top section.visual div.visual ul {
    font-size: 0;
    line-height: 0;
    padding: 0 0 15px 0;
    text-align: center;
  }
  main#top section.visual div.visual ul li {
    display: inline-block;
    padding: 0 10px 10px 10px;
  }
  main#top section.visual div.visual ul li a {
    background: #fff;
    border: 1px solid #fff;
    color: #003389;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1em;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 240px;
  }
  main#top section.visual div.visual ul li a span {
    vertical-align: -0.1em;
  }
  main#top section.visual div.visual ul li a:hover {
    background: #003389;
    color: #fff;
    opacity: 1;
  }
  main#top section.buy {
    display: none;
    overflow: hidden;
  }
  main#top section.buy div.buy {
    background: #e7eef8;
    padding: 35px 0 35px 0;
  }
  main#top section.buy div.buy div.offset {
    margin: 0 auto;
    max-width: 1000px;
  }
  main#top section.buy div.buy div.offset h2 {
    border-bottom: solid 1px #003389;
    color: #003389;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 0 15px 0;
    padding: 0 0 15px 15px;
  }
  main#top section.buy div.buy div.offset ul.list {
    font-size: 0;
    line-height: 0;
    padding: 0 0 45px 15px;
  }
  main#top section.buy div.buy div.offset ul.list li {
    display: inline-block;
    padding: 0 10px 10px 0;
  }
  main#top section.buy div.buy div.offset p a {
    display: block;
    margin: 0 auto;
    width: 81px;
  }
  main#top section.buy div.buy ul.btn {
    font-size: 0;
    line-height: 0;
    padding: 0 0 15px 0;
    text-align: center;
  }
  main#top section.buy div.buy ul.btn li {
    display: inline-block;
    margin: 0 auto;
  }
  main#top section.buy div.buy ul.btn li a {
    background: #003389;
    border: 1px solid #003389;
    color: #fff;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1em;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 240px;
  }
  main#top section.buy div.buy ul.btn li a span {
    vertical-align: -0.1em;
  }
  main#top section.buy div.buy ul.btn li a:hover {
    background: #fff;
    color: #003389;
    opacity: 1;
  }
  main#top section.movie h2 {
    color: #003389;
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    font-size: 5.0rem;
    font-weight: 700;
    line-height: 1em;
    padding: 25px 0 10px 0;
    text-align: center;
  }
  main#top section.movie div.movie {
    background: #003389;
  }
  main#top section.movie div.movie ul.frame li {
    margin: 0 0 25px 0;
    position: relative;
    width: 100%;
  }
  main#top section.movie div.movie ul.frame li p img {
    width: 100%;
  }
  main#top section.movie div.movie ul.frame li a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  main#top section.movie div.movie ul.frame li a em img {
    width: 100%;
  }
  main#top section.movie div.movie ul.frame li a span {
    display: block;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
  }
  main#top section.movie div.movie ul.frame li a span img {
    display: inline;
    width: 100px;
  }
  main#top section.movie div.movie ul.btn {
    font-size: 0;
    line-height: 0;
    padding: 15px 0 15px 0;
    text-align: center;
  }
  main#top section.movie div.movie ul.btn li {
    display: inline-block;
    margin: 0 auto;
  }
  main#top section.movie div.movie ul.btn li a {
    background: #fff;
    border: 1px solid #fff;
    color: #003389;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1em;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 240px;
  }
  main#top section.movie div.movie ul.btn li a span {
    vertical-align: -0.1em;
  }
  main#top section.movie div.movie ul.btn li a:hover {
    background: #003389;
    color: #fff;
    opacity: 1;
  }
  main#top section.live h2 {
    color: #003389;
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    font-size: 5.0rem;
    font-weight: 700;
    line-height: 1em;
    padding: 25px 0 10px 0;
    text-align: center;
  }
  main#top section.live div.live {
    background: #003389;
  }
  main#top section.live div.live div.offset {
    margin: 0 auto;
    max-width: 1000px;
  }
  main#top section.live div.live div.offset h3 {
    color: #fff;
    font-size: 20px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5em;
    padding: 20px 0 20px 0;
    text-align: center;
  }
  main#top section.live div.live ul.frame li {
    margin: 0 0 0 0;
    position: relative;
    width: 100%;
  }
  main#top section.live div.live ul.frame li p img {
    width: 100%;
  }
  main#top section.live div.live ul.frame li a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  main#top section.live div.live ul.frame li a em img {
    width: 100%;
  }
  main#top section.live div.live ul.frame li a span {
    display: block;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
  }
  main#top section.live div.live ul.frame li a span img {
    display: inline;
    width: 100px;
  }
  main#top section.live div.live div.offset ul.list {
    border-bottom: solid 1px #fff;
    margin: 0 15px 0 15px;
  }
  main#top section.live div.live div.offset ul.list:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#top section.live div.live div.offset ul.list {
    min-height: 1%;
  }
  main#top section.live div.live div.offset ul.list li {
    border-top: solid 1px #fff;
  }
  main#top section.live div.live div.offset ul.list li dl:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#top section.live div.live div.offset ul.list li dl {
    min-height: 1%;
  }
  main#top section.live div.live div.offset ul.list li dl dt {
    clear: left;
    color: #fff;
    float: left;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5em;
    padding: 7px 0 7px 0;
  }
  main#top section.live div.live div.offset ul.list li dl dd {
    border-top: solid 1px #335ca1;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5em;
    padding: 7px 0 7px 140px;
    word-wrap: break-word;
  }
  main#top section.live div.live div.offset ul.list li dl dd:first-child {
    border-top: none;
  }
  main#top section.live div.live div.offset ul.list li dl dd a {
    color: #fff;
    font-weight: bold;
  }
  main#top section.live div.live div.offset ul.btn {
    font-size: 0;
    line-height: 0;
    padding: 15px 0 15px 0;
    text-align: center;
  }
  main#top section.live div.live div.offset ul.btn li {
    display: inline-block;
    margin: 0 auto;
  }
  main#top section.live div.live div.offset ul.btn li a {
    background: #fff;
    border: 1px solid #fff;
    color: #003389;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1em;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 240px;
  }
  main#top section.live div.live div.offset ul.btn li a span {
    vertical-align: -0.1em;
  }
  main#top section.live div.live div.offset ul.btn li a:hover {
    background: #003389;
    color: #fff;
    opacity: 1;
  }
  main#top section.campaign h2 {
    color: #003389;
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    font-size: 5.0rem;
    font-weight: 700;
    line-height: 1em;
    padding: 25px 0 10px 0;
    text-align: center;
  }
  main#top section.campaign div.campaign {
    padding: 0 0 15px 0;
  }
  main#top section.campaign div.campaign div.offset {
    background: #003389;
  }
  main#top section.campaign div.campaign div.offset p {
    color: #fff;
    font-size: 20px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5em;
    padding: 10px;
    text-align: center;
    text-decoration: none;
  }
  main#top section.campaign div.campaign div.offset ul.btn {
    font-size: 0;
    line-height: 0;
    padding: 15px 0 15px 0;
    text-align: center;
  }
  main#top section.campaign div.campaign div.offset ul.btn li {
    display: inline-block;
    margin: 0 auto;
  }
  main#top section.campaign div.campaign div.offset ul.btn li a {
    background: #fff;
    border: 1px solid #fff;
    color: #003389;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1em;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 240px;
  }
  main#top section.campaign div.campaign div.offset ul.btn li a span {
    vertical-align: -0.1em;
  }
  main#top section.campaign div.campaign div.offset ul.btn li a:hover {
    background: #003389;
    color: #fff;
    opacity: 1;
  }
  main#top section.news h2 {
    color: #003389;
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    font-size: 5.0rem;
    font-weight: 700;
    line-height: 1em;
    padding: 25px 0 10px 0;
    text-align: center;
  }
  main#top section.news div.news div.ul div.li {
    padding: 0 0 15px 0;
  }
  main#top section.news div.news div.ul div.li div.left {
    width: 100%;
  }
  main#top section.news div.news div.ul div.li div.left img {
    width: 100%;
  }
  main#top section.news div.news div.ul div.li div.right {
    background: #e7eef8;
    margin: 0 0 10px 0;
    padding: 15px 15px 55px 15px;
    position: relative;
  }
  main#top section.news div.news div.ul div.li div.right p.time {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 0 10px 0;
  }
  main#top section.news div.news div.ul div.li div.right p.title {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0 0 15px 0;
  }
  main#top section.news div.news div.ul div.li div.right p.title a {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5em;
    text-decoration: none;
  }
  main#top section.news div.news div.ul div.li div.right ul {
    border-left: solid 1px #939393;
    bottom: 0;
    position: absolute;
    right: 0;
  }
  main#top section.news div.news div.ul div.li div.right ul:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#top section.news div.news div.ul div.li div.right ul {
    min-height: 1%;
  }
  main#top section.news div.news div.ul div.li div.right ul li {
    border-bottom: solid 1px #939393;
    border-right: solid 1px #939393;
    border-top: solid 1px #939393;
    float: left;
    width: 40px;
  }
  main#top section.news div.news div.ul div.li div.right ul li.ex {
    background: #003389;
    border: none;
    text-align: center;
    width: 120px;
  }
  main#top section.news div.news div.ul div.li div.right ul li.ex a {
    color: #fff;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 42px;
  }
  main#top section.news div.news div.offset ul.btn {
    font-size: 0;
    line-height: 0;
    padding: 0 0 15px 0;
    text-align: center;
  }
  main#top section.news div.news div.offset ul.btn li {
    display: inline-block;
    margin: 0 auto;
  }
  main#top section.news div.news div.offset ul.btn li a {
    background: #003389;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1em;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 240px;
  }
  main#top section.news div.news div.offset ul.btn li a span {
    vertical-align: -0.1em;
  }
  main#top section.news div.news div.offset ul.btn li a:hover {
    background: #fff;
    border: 1px solid #003389;
    color: #003389;
    opacity: 1;
  }
  main#top section.tour h2 {
    color: #003389;
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    font-size: 5.0rem;
    font-weight: 700;
    line-height: 1em;
    padding: 25px 0 10px 0;
    text-align: center;
  }
  main#top section.tour div.tour {
    background: #003389;
    padding: 30px 0 20px 0;
  }
  main#top section.tour div.tour .tour-title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    padding: 1em;
    text-align: center;
  }
  main#top section.tour div.tour .tour-table {
    display: block;
  }
  main#top section.tour div.tour .tour-table .img,
  main#top section.tour div.tour .tour-table .list {
    display: block;
  }
  main#top section.tour div.tour .tour-table .img {
    margin: auto;
    padding: 20px 0 20px 0;
    width: 285px;
  }
  main#top section.tour div.tour .tour-table .img img {
    height: auto;
    width: 285px;
  }
  main#top section.tour div.tour .tour-table .list {
    padding: 0 0 20px 0;
  }
  main#top section.tour div.tour .tour-table .list table {
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    margin-bottom: -2px;
    width: 100%;
  }
  main#top section.tour div.tour .tour-table .list table tr {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
  }
  main#top section.tour div.tour .tour-table .list table th,
  main#top section.tour div.tour .tour-table .list table td {
    margin: 0;
    padding: 10px;
    vertical-align: top;
  }
  main#top section.tour div.tour .tour-table .list table th {
    color: #fff;
    font-size: 14px;
    line-height: 1.5em;
    width: 120px;
  }
  main#top section.tour div.tour .tour-table .list table td {
    color: #fff;
    font-size: 14px;
    line-height: 1.5em;
  }
  main#top section.tour div.tour ul.btn {
    text-align: center;
  }
  main#top section.tour div.tour ul.btn li {
    padding: 0 0 10px 0;
  }
  main#top section.tour div.tour ul.btn li a {
    background: #fff;
    border: 1px solid #fff;
    color: #003389;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0 auto;
    padding: 8px 0 8px 0;
    text-align: center;
    text-decoration: none;
    width: 240px;
  }
  main#top section.tour div.tour ul.btn li a span {
    vertical-align: -0.1em;
  }
  main#top section.tour div.tour ul.btn li a:hover {
    background: #003389;
    color: #fff;
    opacity: 1;
  }
  main#top section.tour div.tour ul.frame li {
    margin: 0 0 25px 0;
    position: relative;
    width: 100%;
  }
  main#top section.tour div.tour ul.frame li p img {
    width: 100%;
  }
  main#top section.tour div.tour ul.frame li a {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  main#top section.tour div.tour ul.frame li a em img {
    width: 100%;
  }
  main#top section.tour div.tour ul.frame li a span {
    display: block;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
  }
  main#top section.tour div.tour ul.frame li a span img {
    display: inline;
    width: 100px;
  }
  main#top section.tour div.tour ul.btn {
    font-size: 0;
    line-height: 0;
    padding: 15px 0 15px 0;
    text-align: center;
  }
  main#top section.tour div.tour ul.btn li {
    display: inline-block;
    margin: 0 auto;
  }
  main#top section.tour div.tour ul.btn li a {
    background: #fff;
    border: 1px solid #fff;
    color: #003389;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1em;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 240px;
  }
  main#top section.tour div.tour ul.btn li a span {
    vertical-align: -0.1em;
  }
  main#top section.tour div.tour ul.btn li a:hover {
    background: #003389;
    color: #fff;
    opacity: 1;
  }
  main#top section.fanclub h2 {
    color: #003389;
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    font-size: 5.0rem;
    font-weight: 700;
    line-height: 1em;
    padding: 25px 0 10px 0;
    text-align: center;
  }
  main#top section.fanclub div.fanclub {
    background: #003389;
    padding: 30px 0 20px 0;
  }
  main#top section.fanclub div.fanclub p {
    padding: 0 0 20px 0;
  }
  main#top section.fanclub div.fanclub p img {
    margin: 0 auto;
    width: 167px;
  }
  main#top section.fanclub div.fanclub ul.btn {
    text-align: center;
  }
  main#top section.fanclub div.fanclub ul.btn li {
    padding: 0 0 10px 0;
  }
  main#top section.fanclub div.fanclub ul.btn li a {
    background: #fff;
    border: 1px solid #fff;
    color: #003389;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0 auto;
    padding: 8px 0 8px 0;
    text-align: center;
    text-decoration: none;
    width: 240px;
  }
  main#top section.fanclub div.fanclub ul.btn li a span {
    vertical-align: -0.1em;
  }
  main#top section.fanclub div.fanclub ul.btn li a:hover {
    background: #003389;
    color: #fff;
    opacity: 1;
  }
  main#top section.twitter h2 {
    color: #003389;
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    font-size: 5.0rem;
    font-weight: 700;
    line-height: 1em;
    padding: 25px 0 10px 0;
    text-align: center;
  }
  main#top section.twitter div.twitter {
    background: #003389;
    padding: 30px 0 20px 0;
  }
  main#top section.twitter div.twitter p {
    padding: 0 0 20px 0;
  }
  main#top section.twitter div.twitter p img {
    margin: 0 auto;
    width: 167px;
  }
  main#top section.twitter div.twitter ul.btn {
    text-align: center;
  }
  main#top section.twitter div.twitter ul.btn li {
    padding: 0 0 10px 0;
  }
  main#top section.twitter div.twitter ul.btn li a {
    background: #fff;
    border: 1px solid #fff;
    color: #003389;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0 auto;
    padding: 8px 0 8px 0;
    text-align: center;
    text-decoration: none;
    width: 240px;
  }
  main#top section.twitter div.twitter ul.btn li a span {
    vertical-align: -0.1em;
  }
  main#top section.twitter div.twitter ul.btn li a:hover {
    background: #003389;
    color: #fff;
    opacity: 1;
  }
  main#top section.profile h2 {
    color: #003389;
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    font-size: 5.0rem;
    font-weight: 700;
    line-height: 1em;
    padding: 25px 0 10px 0;
    text-align: center;
  }
  main#top section.profile div.profile ul:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#top section.profile div.profile ul {
    min-height: 1%;
  }
  main#top section.profile div.profile ul li {
    width: 100%;
  }
  main#top section.profile div.profile ul li p.image {
    width: 100%;
  }
  main#top section.profile div.profile ul li p.image img {
    width: 100%;
  }
  main#top section.profile div.profile ul li p.name {
    padding: 0 0 10px 0;
    text-align: center;
  }
  main#top section.profile div.profile ul li p.name a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
    text-decoration: none;
  }
  main#top section.profile div.profile ul li p.name a span img {
    width: 140px;
  }
  main#top section.profile div.profile ul li.image {
    position: relative;
  }
  main#top section.profile div.profile ul li.image p.name {
    padding: 0 0 10px 0;
    text-align: center;
  }
  main#top section.profile div.profile ul li.image p.name a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
    text-decoration: none;
  }
  main#top section.profile div.profile ul li.image p.name a span.aaa {
    display: none;
  }
  main.common section.content header.content {
    position: relative;
  }
  main.common section.content header.content h1 {
    color: #003389;
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    font-size: 5.0rem;
    font-weight: 700;
    line-height: 1em;
    padding: 30px 0 15px 0;
    text-align: center;
  }
  main.common section.content header.content nav p {
    color: #003389;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2em;
    padding: 0 0 15px 0;
    text-align: center;
  }
  main.common section.content header.content nav p a {
    color: #003389;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    /*  font-weight: bold;*/
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2em;
    padding: 2px 12px 2px 12px;
  }
  main.common section.content header.content nav p a:link {
    background: #fff;
    color: #003389;
    text-decoration: none;
  }
  main.common section.content header.content nav p a:visited {
    background: #fff;
    color: #003389;
    text-decoration: none;
  }
  main.common section.content header.content nav p a:hover {
    background: #003389;
    color: #fff;
    text-decoration: none;
  }
  main.common section.content header.content nav p a:active {
    background: #003389;
    color: #fff;
    text-decoration: none;
  }
  main.common section.content header.content nav p a:hover {
    opacity: 1;
  }
  main.common section.content header.content nav p span {
    background: #003389;
    color: #fff;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    /*  font-weight: bold;*/
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0 12px 0 12px;
    padding: 2px 12px 2px 12px;
    text-decoration: none;
  }
  main.common section.content footer.content nav ul {
    font-size: 0;
    line-height: 0;
    padding: 15px 0 30px 0;
    text-align: center;
  }
  main.common section.content footer.content nav ul li {
    display: inline-block;
    padding: 0 12px 0 12px;
  }
  main.common section.content footer.content nav ul li a {
    background: #003389;
    border: 1px solid #003389;
    color: #fff;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0 auto;
    padding: 8px 0 8px 0;
    text-align: center;
    text-decoration: none;
    width: 240px;
  }
  main.common section.content footer.content nav ul li a span {
    vertical-align: -0.1em;
  }
  main.common section.content footer.content nav ul li a:hover {
    background: #fff;
    color: #003389;
    opacity: 1;
  }
  main.common article.list header.list nav {
    padding: 0 0 15px 0;
  }
  main.common article.list header.list nav p {
    color: #003389;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1em;
    padding: 0 0 15px 0;
    text-align: center;
  }
  main.common article.list header.list nav p a {
    color: #003389;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    /*  font-weight: bold;*/
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1em;
    padding: 2px 5px 2px 5px;
  }
  main.common article.list header.list nav p a:link {
    background: #fff;
    color: #003389;
    text-decoration: none;
  }
  main.common article.list header.list nav p a:visited {
    background: #fff;
    color: #003389;
    text-decoration: none;
  }
  main.common article.list header.list nav p a:hover {
    background: #003389;
    color: #fff;
    text-decoration: none;
  }
  main.common article.list header.list nav p a:active {
    background: #003389;
    color: #fff;
    text-decoration: none;
  }
  main.common article.list header.list nav p a:hover {
    opacity: 1;
  }
  main.common article.list header.list nav p span {
    background: #003389;
    color: #fff;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    /*  font-weight: bold;*/
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0 5px 0 5px;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
  }
  main.common article.list header.list h1 {
    color: #003389;
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    font-size: 5.0rem;
    font-weight: 700;
    line-height: 1em;
    padding: 15px 0 15px 0;
    text-align: center;
  }
  main.common article.list div.list {
    line-height: 1.5em;
    padding: 0 0 12px 0;
  }
  main.common article.list footer.list nav p {
    color: #003389;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1em;
    padding: 0 0 15px 0;
    text-align: center;
  }
  main.common article.list footer.list nav p a {
    color: #003389;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    /*  font-weight: bold;*/
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1em;
    padding: 2px 5px 2px 5px;
  }
  main.common article.list footer.list nav p a:link {
    background: #fff;
    color: #003389;
    text-decoration: none;
  }
  main.common article.list footer.list nav p a:visited {
    background: #fff;
    color: #003389;
    text-decoration: none;
  }
  main.common article.list footer.list nav p a:hover {
    background: #003389;
    color: #fff;
    text-decoration: none;
  }
  main.common article.list footer.list nav p a:active {
    background: #003389;
    color: #fff;
    text-decoration: none;
  }
  main.common article.list footer.list nav p a:hover {
    opacity: 1;
  }
  main.common article.list footer.list nav p span {
    background: #003389;
    color: #fff;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    /*  font-weight: bold;*/
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0 5px 0 5px;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
  }
  main.common article.list footer.list nav ul {
    display: none;
    font-size: 0;
    line-height: 0;
    padding: 0 0 30px 0;
    text-align: center;
  }
  main.common article.list footer.list nav ul li {
    display: inline-block;
    padding: 0 5px 0 5px;
  }
  main.common article.item header.item:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main.common article.item header.item {
    min-height: 1%;
  }
  main.common article.item header.item time {
    display: block;
    line-height: 1.5em;
    text-align: center;
  }
  main.common article.item header.item h1 {
    border-bottom: solid 1px #003389;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    text-align: center;
  }
  main.common article.item header.item aside.social {
    padding: 0 0 15px 0;
  }
  main.common article.item header.item aside.social ul {
    text-align: center;
  }
  main.common article.item header.item aside.social ul li {
    display: inline-block;
    padding: 0 10px 0 10px;
  }
  main.common article.item div.item {
    line-height: 1.5em;
    padding: 10px;
  }
  main.common article.item div.item img {
    display: inline;
  }
  main.common article.item footer.item {
    display: none;
  }
  main.common article.item footer.item nav ul {
    font-size: 0;
    line-height: 0;
    padding: 0 0 25px 0;
    text-align: center;
  }
  main.common article.item footer.item nav ul li {
    display: inline-block;
    padding: 0 5px 0 5px;
  }
  main#news article.list div.ul div.li {
    padding: 0 0 15px 0;
  }
  main#news article.list div.ul div.li div.left {
    width: 100%;
  }
  main#news article.list div.ul div.li div.left img {
    width: 100%;
  }
  main#news article.list div.ul div.li div.right {
    background: #e7eef8;
    margin: 0 0 10px 0;
    padding: 15px 15px 55px 15px;
    position: relative;
  }
  main#news article.list div.ul div.li div.right p.time {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 0 10px 0;
  }
  main#news article.list div.ul div.li div.right p.title {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0 0 15px 0;
  }
  main#news article.list div.ul div.li div.right p.title a {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5em;
    text-decoration: none;
  }
  main#news article.list div.ul div.li div.right ul {
    border-left: solid 1px #939393;
    bottom: 0;
    position: absolute;
    right: 0;
  }
  main#news article.list div.ul div.li div.right ul:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#news article.list div.ul div.li div.right ul {
    min-height: 1%;
  }
  main#news article.list div.ul div.li div.right ul li {
    border-bottom: solid 1px #939393;
    border-right: solid 1px #939393;
    border-top: solid 1px #939393;
    float: left;
    width: 40px;
  }
  main#news article.list div.ul div.li div.right ul li.ex {
    background: #003389;
    border: none;
    text-align: center;
    width: 120px;
  }
  main#news article.list div.ul div.li div.right ul li.ex a {
    color: #fff;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 42px;
  }
  main#schedule article.list dl:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#schedule article.list dl {
    min-height: 1%;
  }
  main#schedule article.list dl dt {
    background: #e7eef8;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 10px 0 10px;
  }
  main#schedule article.list dl dd {
    background: #e7eef8;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
  }
  main#schedule article.list dl dd a {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5em;
  }
  main#schedule article.list dl dd ul {
    padding: 10px 0 0 0;
  }
  main#schedule article.list dl dd ul:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#schedule article.list dl dd ul {
    min-height: 1%;
  }
  main#schedule article.list dl dd ul li {
    border-bottom: solid 1px #939393;
    border-right: solid 1px #939393;
    border-top: solid 1px #939393;
    float: right;
    width: 40px;
  }
  main#schedule article.list dl dd ul li.ex {
    background: #003389;
    border: none;
    text-align: center;
    width: 120px;
  }
  main#schedule article.list dl dd ul li.ex a {
    color: #fff;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 42px;
  }
  main#live article.list dl {
    padding: 0 0 15px 0;
  }
  main#live article.list dl:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#live article.list dl {
    min-height: 1%;
  }
  main#live article.list dl dt {
    background: #e7eef8;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 10px 0 10px;
  }
  main#live article.list dl dd {
    background: #e7eef8;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
    position: relative;
  }
  main#live article.list dl dd a {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5em;
  }
  main#live article.list dl dd ul {
    padding: 10px 0 0 0;
  }
  main#live article.list dl dd ul:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#live article.list dl dd ul {
    min-height: 1%;
  }
  main#live article.list dl dd ul li {
    border-bottom: solid 1px #939393;
    border-right: solid 1px #939393;
    border-top: solid 1px #939393;
    float: right;
    width: 40px;
  }
  main#live article.list dl dd ul li.ex {
    background: #003389;
    border: none;
    text-align: center;
    width: 120px;
  }
  main#live article.list dl dd ul li.ex a {
    color: #fff;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 42px;
  }
  main#live div.item div.image {
    padding: 0 0 15px 0;
    text-align: center;
  }
  main#live div.item div.text {
    padding: 0 0 15px 0;
  }
  main#live div.item table {
    border: solid 1px #003389;
    border-collapse: collapse;
    margin: 0 0 15px 0;
    width: 100%;
  }
  main#live div.item table th {
    background-color: #003389;
    border: solid 1px #003389;
    color: #fff;
    font-size: 10px;
    font-size: 1.0rem;
    padding: 2px;
    text-align: center;
  }
  main#live div.item table td {
    border: solid 1px #003389;
    font-size: 10px;
    font-size: 1.0rem;
    padding: 2px;
  }
  main#discography div.list ul:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#discography div.list ul {
    min-height: 1%;
  }
  main#discography div.list ul li {
    float: left;
    width: 50%;
  }
  main#discography div.list ul li dl {
    padding: 5px;
  }
  main#discography div.list ul li dl dt {
    display: table;
    margin: 0 0 5px 0;
    table-layout: fixed;
    width: 100%;
  }
  main#discography div.list ul li dl dt a {
    display: table-cell;
    font-size: 0;
    line-height: 0;
    text-align: center;
    vertical-align: middle;
  }
  main#discography div.list ul li dl dt a img {
    margin: 0 auto;
  }
  main#discography div.list ul li dl dt a:hover img {
    opacity: 0.75;
  }
  main#discography div.list ul li dl dd {
    margin: 0 0 15px 0;
    text-align: center;
  }
  main#discography div.item .title {
    border-bottom: 1px solid #eaeaea;
    color: #fe359f;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    text-align: center;
  }
  main#discography div.item .title img {
    margin: 0 auto;
  }
  main#discography div.item .centerCol {
    font-size: 12px;
    font-size: 1.2rem;
  }
  main#discography div.item .group {
    padding: 0 0 20px 0;
  }
  main#discography div.item .note {
    padding: 0 0 20px 0;
  }
  main#discography div.item .wrap {
    border-bottom: 1px solid #eaeaea;
    margin: 0 0 20px 0;
    overflow: hidden;
    padding: 0 20px 0 20px;
  }
  main#discography div.item .wrap {
    zoom: 1;
  }
  main#discography div.item .wrap:after {
    clear: both;
    content: '';
    display: block;
  }
  main#discography div.item .musicimg {
    margin: 0 auto;
    padding: 0 0 10px 0;
    text-align: center;
    width: 200px;
  }
  main#discography div.item .musicimg img {
    max-height: 200px;
    max-width: 200px;
  }
  main#discography div.item .musicimg .buy {
    padding: 0 0 12px 0;
  }
  main#discography div.item .musicimg .buy {
    text-align: center;
  }
  main#discography div.item .musicimg .buy a {
    border: 1px solid #003389;
    color: #003389;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0 auto;
    padding: 8px 0 8px 0;
    text-align: center;
    text-decoration: none;
    width: 200px;
  }
  main#discography div.item .musicimg .buy a span {
    vertical-align: -0.1em;
  }
  main#discography div.item .musicimg .buy a:hover {
    background: #003389;
    color: #fff;
    opacity: 1;
  }
  main#discography div.item .musicimg .dl {
    padding: 0 0 12px 0;
  }
  main#discography div.item .musicimg .dl {
    text-align: center;
  }
  main#discography div.item .musicimg .dl a {
    border: 1px solid #003389;
    color: #003389;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0 auto;
    padding: 8px 0 8px 0;
    text-align: center;
    text-decoration: none;
    width: 200px;
  }
  main#discography div.item .musicimg .dl a span {
    vertical-align: -0.1em;
  }
  main#discography div.item .musicimg .dl a:hover {
    background: #003389;
    color: #fff;
    opacity: 1;
  }
  main#discography div.item .musictxt {
    padding: 0 0 20px 0;
  }
  main#discography div.item .musictxt p {
    padding: 0 0 4px 0;
  }
  main#discography div.item .musictxt h3 {
    font-size: 123.1%;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0 0 4px 0;
  }
  main#discography div.item .musictxt h4 {
    font-size: 108%;
    font-weight: bold;
    line-height: 1.5em;
  }
  main#discography div.item .discblock {
    padding: 0 0 12px 0;
  }
  main#discography div.item iframe {
    width: 100%;
  }
  main#movie div.list ul {
    padding: 0 5px 0 5px;
  }
  main#movie div.list ul:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#movie div.list ul {
    min-height: 1%;
  }
  main#movie div.list ul li {
    float: left;
    width: 50%;
  }
  main#movie div.list ul li dl {
    padding: 0 5px 0 5px;
  }
  main#movie div.list ul li dl dt {
    display: table;
    margin: 0 0 5px 0;
    table-layout: fixed;
    width: 100%;
  }
  main#movie div.list ul li dl dt a {
    display: table-cell;
    font-size: 0;
    line-height: 0;
    text-align: center;
    vertical-align: middle;
  }
  main#movie div.list ul li dl dt a:hover img {
    opacity: 0.75;
  }
  main#movie div.list ul li dl dd {
    margin: 0 0 15px 0;
    text-align: center;
  }
  main#goods div.list ul {
    padding: 0 5px 0 5px;
  }
  main#goods div.list ul:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#goods div.list ul {
    min-height: 1%;
  }
  main#goods div.list ul li {
    float: left;
    width: 50%;
  }
  main#goods div.list ul li dl {
    padding: 0 5px 0 5px;
  }
  main#goods div.list ul li dl dt {
    display: table;
    margin: 0 0 6px 0;
    table-layout: fixed;
    width: 100%;
  }
  main#goods div.list ul li dl dt a {
    background: #fff;
    display: table-cell;
    font-size: 0;
    line-height: 0;
    padding: 1px;
    text-align: center;
    vertical-align: middle;
  }
  main#goods div.list ul li dl dt a:hover img {
    opacity: 0.75;
  }
  main#goods div.list ul li dl dd {
    margin: 0 0 15px 0;
    text-align: center;
  }
  main#goods div.item div.text {
    padding: 0 0 15px 0;
  }
  main#goods ul.goods {
    padding: 0 5px 0 5px;
  }
  main#goods ul.goods:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#goods ul.goods {
    min-height: 1%;
  }
  main#goods ul.goods li {
    float: left;
    width: 50%;
  }
  main#goods ul.goods li dl {
    padding: 0 5px 0 5px;
  }
  main#goods ul.goods li dl dt {
    display: table;
    margin: 0 0 5px 0;
    table-layout: fixed;
    width: 100%;
  }
  main#goods ul.goods li dl dt a {
    background: #fff;
    display: table-cell;
    font-size: 0;
    line-height: 0;
    padding: 1px;
    text-align: center;
    vertical-align: middle;
  }
  main#goods ul.goods li dl dt a:hover img {
    opacity: 0.75;
  }
  main#goods ul.goods li dl dd {
    margin: 0 0 15px 0;
    text-align: center;
  }
  main#goods div.item ul.shop {
    padding: 0 0 15px 0;
  }
  main#goods div.item ul.shop:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#goods div.item ul.shop {
    min-height: 1%;
  }
  main#goods div.item ul.shop li {
    float: left;
    padding: 0 5px 5px 5px;
  }
  main#profile div.list div.image {
    font-size: 0;
    line-height: 0;
    padding: 0 0 15px 0;
    text-align: center;
  }
  main#profile div.list div.text {
    padding: 0 10px 15px 10px;
  }
  main#profile div.list ul {
    padding: 0 5px 0 5px;
  }
  main#profile div.list ul:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#profile div.list ul {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    min-height: 1%;
  }
  main#profile div.list ul li {
    width: 50%;
  }
  main#profile div.list ul li dl {
    padding: 0 5px 0 5px;
  }
  main#profile div.list ul li dl dt {
    margin: 0 0 5px 0;
  }
  main#profile div.list ul li dl dd {
    margin: 0 0 15px 0;
    text-align: center;
  }
  main#profile div.item dl:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  main#profile div.item dl {
    min-height: 1%;
  }
  main#profile div.item dl dt {
    padding: 0 10px 15px 10px;
    text-align: center;
  }
  main#profile div.item dl dt p {
    font-size: 0;
    line-height: 0;
    text-align: center;
  }
  main#profile div.item dl dd h2 {
    border-bottom: solid 1px #003389;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
  }
  main#free div.item h2 {
    background: #003389;
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 33px;
    margin: 0 0 24px 0;
    padding: 0 0 0 0;
    text-align: center;
  }
  main#free div.item p {
    padding: 0 0 24px 0;
  }
  main#free div.item table {
    border: solid 1px #003389;
    border-collapse: collapse;
    margin: 0 0 15px 0;
    width: 100%;
  }
  main#free div.item table th {
    background-color: #003389;
    border: solid 1px #003389;
    color: #fff;
    font-size: 10px;
    font-size: 1.0rem;
    padding: 2px;
    text-align: center;
  }
  main#free div.item table td {
    border: solid 1px #003389;
    font-size: 10px;
    font-size: 1.0rem;
    padding: 2px;
  }
  main#free div.item aside ul {
    font-size: 0;
    line-height: 0;
    padding: 0 0 48px 0;
    text-align: center;
  }
  main#free div.item aside ul li a {
    background: #003389;
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0 auto;
    padding: 8px 0 8px 0;
    text-align: center;
    text-decoration: none;
    width: 240px;
  }
  main#free div.item aside ul li a span {
    vertical-align: -0.1em;
  }
  main#free div.item aside ul li a:hover {
    background: #fff;
    border: 1px solid #003389;
    color: #003389;
    opacity: 1;
  }
  main#free footer.content nav ul {
    font-size: 0;
    line-height: 0;
    padding: 15px 0 30px 0;
    text-align: center;
  }
  main#free footer.content nav ul li {
    display: inline-block;
    padding: 0 12px 0 12px;
  }
  main#free footer.content nav ul li a {
    background: #003389;
    border: 1px solid #003389;
    color: #fff;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1em;
    margin: 0 auto;
    padding: 8px 0 8px 0;
    text-align: center;
    text-decoration: none;
    width: 240px;
  }
  main#free footer.content nav ul li a span {
    vertical-align: -0.1em;
  }
  main#free footer.content nav ul li a:hover {
    background: #fff;
    color: #003389;
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .section.schedule .section-body dl dd {
    font-size: 2.1rem;
  }
  .section.schedule .section-body .entry.link dl dd {
    padding-bottom: 40px;
    padding-right: 0;
  }
  .section.schedule .section-body a.more {
    font-size: 14px;
    line-height: 35px;
    padding: 0 15px;
  }
  .section.schedule .section-body a.more:hover {
    /*		background-color: #b40a0b;*/
  }
  .section.schedule .section-body .wrap {
    /*		overflow: hidden;*/
  }
  .section.schedule .section-body .pagetop {
    /*
		display: block;
		text-align: right;
		padding: 0 0 24px 24px;
		font-family: 'Raleway', sans-serif;
		font-weight: 700;
*/
  }
  .section.schedule .section-body .pagetop a {
    /*		color: #000;*/
  }
}

@media screen and (min-width: 768px) {
  .pageConts--popupstore div.ul {
    padding: 0 0 24px 0;
  }
  .pageConts--popupstore div.ul div.li {
    background: #e7eef8;
    display: table;
    margin: 0 0 10px 0;
    width: 100%;
  }
  .pageConts--popupstore div.ul div.li :after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  .pageConts--popupstore div.ul div.li {
    min-height: 1%;
  }
  .pageConts--popupstore div.ul div.li div.left {
    display: table-cell;
    position: relative;
    width: 300px;
  }
  .pageConts--popupstore div.ul div.li div.left img {
    width: 100%;
  }
  .pageConts--popupstore div.ul div.li div.right {
    display: table-cell;
    position: relative;
    vertical-align: top;
  }
  .pageConts--popupstore div.ul div.li div.right p.time {
    font-size: 20px;
    font-size: 2.0rem;
    padding: 25px 0 20px 30px;
  }
  .pageConts--popupstore div.ul div.li div.right p.title {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0 0 90px 30px;
  }
  .pageConts--popupstore div.ul div.li div.right p.title a {
    display: inline;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.5em;
    text-decoration: none;
  }
  .pageConts--popupstore div.ul div.li div.right p.title img {
    display: inline;
  }
  .pageConts--popupstore div.ul div.li div.right ul {
    border-left: solid 1px #939393;
    bottom: 0;
    position: absolute;
    right: 0;
  }
  .pageConts--popupstore div.ul div.li div.right ul:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  .pageConts--popupstore div.ul div.li div.right ul {
    min-height: 1%;
  }
  .pageConts--popupstore div.ul div.li div.right ul li {
    border-bottom: solid 1px #939393;
    border-right: solid 1px #939393;
    border-top: solid 1px #939393;
    float: left;
  }
  .pageConts--popupstore div.ul div.li div.right ul li img {
    width: 60px;
  }
  .pageConts--popupstore div.ul div.li div.right ul li.ex {
    background: #003389;
    border: none;
    text-align: center;
    width: 200px;
  }
  .pageConts--popupstore div.ul div.li div.right ul li.ex a {
    color: #fff;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 62px;
  }
  .pageConts--popupstore {
    margin: 0 auto;
    max-width: 940px;
  }
  .pageConts--popupstore .infoLists .infoList .infoList__link .infoList__img {
    margin: 0 0 0 19px;
  }
  .pageConts--popupstore .pageBack__Wrap {
    margin-bottom: 0;
  }
  .post__detailPost details .popupstoreData__title:hover:after {
    background-color: #000;
    border-color: #000;
  }
  .post__detailPost details .popupstoreData__title:hover summary:before, .post__detailPost details .popupstoreData__title:hover summary:after {
    background-color: #fff;
  }
  .post__detailPost details[open] .popupstoreData__text {
    -webkit-animation: fadeIn 0.25s ease;
    animation: fadeIn 0.25s ease;
  }
  .post__detailPost details .popupstoreData__text {
    -webkit-animation: fadeOut 0.25s ease;
    animation: fadeOut 0.25s ease;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  .pageConts--popupstore div.ul div.li {
    padding: 0 0 15px 0;
  }
  .pageConts--popupstore div.ul div.li div.left {
    width: 100%;
  }
  .pageConts--popupstore div.ul div.li div.left img {
    width: 100%;
  }
  .pageConts--popupstore div.ul div.li div.right {
    background: #e7eef8;
    margin: 0 0 10px 0;
    padding: 15px 15px 55px 15px;
    position: relative;
  }
  .pageConts--popupstore div.ul div.li div.right p.time {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 0 10px 0;
  }
  .pageConts--popupstore div.ul div.li div.right p.title {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0 0 15px 0;
  }
  .pageConts--popupstore div.ul div.li div.right p.title a {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5em;
    text-decoration: none;
  }
  .pageConts--popupstore div.ul div.li div.right ul {
    border-left: solid 1px #939393;
    bottom: 0;
    position: absolute;
    right: 0;
  }
  .pageConts--popupstore div.ul div.li div.right ul:after {
    clear: both;
    content: '.';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
  }
  .pageConts--popupstore div.ul div.li div.right ul {
    min-height: 1%;
  }
  .pageConts--popupstore div.ul div.li div.right ul li {
    border-bottom: solid 1px #939393;
    border-right: solid 1px #939393;
    border-top: solid 1px #939393;
    float: left;
    width: 40px;
  }
  .pageConts--popupstore div.ul div.li div.right ul li.ex {
    background: #003389;
    border: none;
    text-align: center;
    width: 120px;
  }
  .pageConts--popupstore div.ul div.li div.right ul li.ex a {
    color: #fff;
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 42px;
  }
  .pageConts--popupstore {
    margin: 0 6%;
  }
  .pageConts--popupstore .pageTitle {
    margin-left: -4px;
  }
  .pageConts--popupstore .postThumbnail {
    max-height: 440px;
    max-width: 98%;
  }
  .pageConts--popupstore .infoLists .infoList .infoList__link {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    align-items: center;
    flex-direction: column;
  }
  .pageConts--popupstore .infoLists .infoList .infoList__link .infoList__img {
    margin: 0 0 9px 0;
  }
  .pageConts--popupstore .infoLists .infoList .infoList__link .infoList__title {
    width: 100%;
  }
  .pageConts--popupstore .pageBack__Wrap {
    margin-bottom: 44px;
    margin-top: 64px;
  }
}
