@charset "utf-8";


@import url("/_shared/2017/css/default.css");
@import url("/_shared/2017/css/base.css?20170414");
/*
body {
  min-width: 0;
  background: #fff url("bg.jpg") center center no-repeat fixed;
  background-size: cover;
}
*/
/*
body {
  min-width: 0;
  background: #06a2eb url("bg_bottom.jpg") bottom no-repeat;
  background-size: contain;
}
*/

body {
  min-width: 0;
  background-image: url("bg_top.jpg"), url("bg_bottom.jpg");
  background-repeat: no-repeat;
  background-size: contain, contain;
  background-position: center top, center bottom;
  background-color: #fff;
  background-attachment: fixed;
}

body, input, textarea {
  font-family: YakuHanJP_Noto,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}
/*
@media (max-width: 500px){
  body { 
    min-width: 0;
    background-image: url("bg_top.jpg"), url("bg_bottom.jpg");
    background-repeat: no-repeat;
    background-size: contain, contain;
    background-position: center top, center bottom;
    background-color: #fff;
    background-attachment: fixed;
  }
}
*/
/*
@media (max-width: 500px){
  body { 
    background-image: url("bg_sp.jpg");
    background-position: center top;
    background-attachment: scroll;
    background-size: contain;
    background-repeat: repeat;
  }
}
*/
/*
header:before {
  background-color: #000;
  background-color: transparent;
}

header:after {
  content: '';
  display: block;
}

nav a,
nav a:link,
nav a:visited,
nav a:active {
  color: #000;
}

nav ul li a {
  border: solid 2px #000;
  background-color: #FFF;
}
*/

article {
  margin: 0 10px;
  padding: 0 0 10px;
}

.sns {
  padding: 20px;
  text-align: center;
}

.sns * {
  vertical-align: middle;
}

.sns .twitter-share-button {
  margin-right: 10px;
  display: inline-block;
}

.copyright,
.sns {
  padding-top: 10px;
  text-align: center;
}

.sns * {
  vertical-align: middle;
}

.sns .twitter-share-button {
  margin-right: 10px;
  display: inline-block;
}


header {
  background: transparent;
}

header .aj {
  padding-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.8);
}

header .aj span {
  display: block;
  margin: 0 auto 5px;
  text-align: center;
  max-width: 1000px;
}

header .aj span img {
  max-width: 50%;
}

header .aj a {
  display: inline-block;
  padding: 3px 30px;
  background-color: #0074ae;
  background: linear-gradient(to bottom, #0074ae, #0081c1);
  border-radius: 12px;
  font-size: 12px;
  text-decoration: none !important;
  color: #FFF !important;
  transition: all 0.2s ease-out;
}

header h1 {
  color: #FFF;
  border-top: solid 1px #0074AF;
  padding-top: 10px;
  text-align: center;
}

header h1 img {
  max-width: 400px;
  /*background: rgba(0, 0, 0, 0.5);*/
  border-radius: 20px
}

header .description,
header > p {
  max-width: 690px;
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: justify;
  line-height: 1.6;
}

header .description {
  margin-bottom: 15px;
  padding: 10px 0;
  color: #333;
  font-weight: bold;
}

header .description > p {
  text-align: center;
  font-size: 18px;
}

header .description > p + p {
  margin-top: .4em;
}

header .description .notes {
  text-align: center;
}

@media (max-width: 500px){
  header .description > p {
    font-size: 13px;
  }
}

header ul {
  padding-bottom: 20px;
  text-align: center;
  color: #333;
}

header ul li {
  display: inline-block;
  margin: 0 10px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}

header p + ul li {
  font-size: 14px;
  font-weight: normal;
}

header ul li span {
  display: inline-block;
  background-color: #0074ae;
  color: #FFF;
  padding: 7px 15px;
  margin-right: 10px;
  border-radius: 2px;
}

header .notice {
  padding-bottom: 20px;
  box-shadow: 0 5px 7px -2px #CCC;
  text-align: center;
}

header .notice ul {
  display: block;
  text-align: center;
}

header .notice ul li {
  display: inline-block;
  padding: 10px 30px;
  border: solid 5px #F00;
  font-size: 20px;
}

header p.end {
  text-align: center;
}

nav {
  margin: 0 auto 40px;
  padding: 0;
  text-align: center;
}

nav ul li {
  margin: 0;
}

nav ul li a {
  border-radius: 0;
  min-width: 9.2em;
  margin: 5px;
  padding: 10px 20px;
  line-height: 1;
  font-size: 18px;
  color: #0098e4;
  border: solid 2px #000;
  border-radius: 4px;
  transition: all 0.2s ease-out;
  background-color: #FFF;
}


@media (max-width: 800px){
  nav ul li a {
    border-radius: 0;
    min-width: 9.2em;
    margin: 5px;
    padding: 8px 15px;
    line-height: 1;
    font-size: 14px;
    color: #0098e4;
    border: solid 2px #000;
    border-radius: 4px;
    transition: all 0.2s ease-out;
    background-color: #000;
  }
}


nav a,
nav a:link,
nav a:visited,
nav a:active {
  color: #0098e4;
  text-decoration: none;
}

nav ul li a.now,
nav ul li a:hover {
  color: #FFF;
  border: solid 2px #fb004b;
  background: #fb004b;
}


#stage_info .schedule .official div,
.goods_info .product .official div,
.photospot_info .product .official div {
  display: inline-block;
  margin-top: .5em;
  font-size: 12px;
}

#stage_info .schedule .official div a,
.goods_info .product .official div a,
#stage_info .schedule .entry .entry_button a,
.photospot_info .product .official div a {
  display: inline-block;
  padding: 5px 8px;
  text-decoration: none;
  line-height: 1;
  color: #0098e4;
  border: solid 1px #0098e4;
  border-radius: 3px;
  transition: all 0.2s ease-out;
}

#stage_info .schedule .official div a:hover,
.goods_info .product .official div a:hover,
#stage_info .schedule .entry .entry_button a:hover,
.photospot_info .product .official div a:hover {
  color: #FFF;
  background: #0098e4;
}



#stage_info {
  text-align: center;
}

#stage_info > div {
  margin-bottom: 50px;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  text-align: left;
}

#stage_info .youtube {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}

#stage_info .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#stage_info h2 {
  font-size: 30px;
  text-align: center;
  color: #333;
}

#stage_info .mc {
  text-align: center;
  font-size: 20px;
}

#stage_info .live {
  text-align: center;
  font-size: 16px;
  max-width: 500px;
  margin: 10px 10px 0;
  padding: 5px 4px;
  background: rgba(255, 255, 255, 0.9);
  border: solid 1px #e60003;
}

#stage_info .live a {
  display: inline-block;
  padding: 5px 30px;
  background-color: #e60003;
  background: linear-gradient(to bottom, #e60003, #d30005);
  border-radius: 10px;
  text-decoration: none;
  color: #FFF;
  transition: all 0.2s ease-out;
}

#stage_info .live a:hover {
  background-color: #900;
}

#stage_info .live a i {
  font-size: 110%;
  margin-right: .2em
}

#stage_info .schedule {
  max-width: 500px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 10px;
}

#stage_info .schedule td,
#stage_info .schedule th {
  border: solid 1px #666;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.9);
  padding-bottom: 1em;
}


#stage_info .schedule .time {
  display: inline-block;
  text-align: center;
  margin-bottom: 5px;
  padding: 2px 4px;
  font-size: 15px;
  border: solid 1px #666;
  border-top: 0;
  border-left: 0;
  background: #F6F6F6;
}

#stage_info .schedule td > ul.notes li:only-child {
  text-align: center;
  margin-top: 10px;
}


#stage_info .schedule .title,
#stage_info .schedule .stage_name,
#stage_info .schedule .cast,
#stage_info .schedule .mc_cast,
#stage_info .schedule .official {
  text-align: center;
}

#stage_info .schedule .title span {
  display: block;
  margin-bottom: 1em;
}

#stage_info .schedule .title .comingsoon {
  margin: 40px 0;
}

#stage_info .schedule .title img {
  max-width: 70%;
}

#stage_info .schedule .tetsuryo .title img {
  max-width: 60%;
}

#stage_info .schedule .hanaorisan .title img {
  max-width: 60%;
}














#stage_info .schedule .stage_name {
  font-size: 16px;
  margin-bottom: 5px;
}

#stage_info .schedule .cast {
}

#stage_info .schedule .mc_cast {
  margin-left: .5em;
}

#stage_info .schedule .cast ul:not(.notes) {
  padding-left: 0;
  list-style: none;
  display: inline-block;
}

#stage_info .schedule .cast ul:not(.notes):before {
  margin-right: -.3em;
  content: '【出演】';
  color: #555;
}
#stage_info .schedule .cast ul + ul:not(.notes):before {
  margin-right: -.5em;
  content: '【MC】';
  color: #555;
}

#stage_info .schedule .cast ul:not(.notes) li {
  display: inline-block;
}

#stage_info .schedule .cast ul:not(.notes) li:after {
  content: '、';
}

#stage_info .schedule .cast ul:not(.notes) li:last-child:after {
  content: '';
}

#stage_info .schedule .cast ul:not(.notes) + ul.notes {
  text-align: center;
  margin-left: 1.3em
}


#stage_info .schedule .entry {
  width: 95%;
  margin: 15px auto 0;
  padding-bottom: 5px;
  border: dashed 1px #000;
}

#stage_info .schedule .entry .ticket {
  margin-bottom: 5px;
  padding-top: 8px;
  text-align: center;
}

#stage_info .schedule .entry .ticket strong {
  font-weight: normal;
  color: #FFF;
  background: #333;
  border-radius: 3px;
  margin: 3px;
  padding: 1px 5px 3px;
}

#stage_info .schedule .entry .notes li:only-child {
  text-align: center;
}

#stage_info .schedule .entry .date {
  text-align: center;
}

#stage_info .schedule .entry .entry_button {
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: center;
}

#stage_info .schedule .entry p {
  padding: 0 5px;
  font-size: 13px;
  text-align: justify;
}

#stage_info_desc {
  padding-top: 30px;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

#stage_info_desc .act {
  margin: 0 auto;
  margin-bottom: 50px;
  box-shadow: 0 2px 7px -2px #666;
  background-color: #FFF;
  width: 930px;
  padding: 10px 25px;
  padding-bottom: 0;
}

#stage_info_desc .act .official li {
  display: inline-block;
  margin-top: .5em;
  font-size: 12px;
}

#stage_info_desc .act .official li a {
  padding: 3px 5px;
  padding-top: 0;
  text-decoration: none;
  line-height: 1;
  color: #FFF;
  background: #0098e4;
  border-radius: 3px;
  transition: all 0.2s ease-out;
}

#stage_info_desc .act .official li a:hover {
  background: #0074ae;
}


.pagenav {
  background-color: #FFF;
  margin: 20px 0;
  padding: 30px 0;
  text-align: center
}

.pagenav li {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin: 0 10px;
}

.pagenav li img {
  max-width: 280px;
  max-height: 70px;
}


.goods_info {
  margin-bottom: 50px;
}

.goods_info .product {
  margin: 0 auto;
  padding: 30px;
  border: solid 3px #202020;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
  max-width: 1268px;
  padding-bottom: 0;
}

.goods_info .product h2 {
  padding-top: 10px;
  font-size: 40px;
  text-align: center;
}

.goods_info .product h2 img {
  max-width: 70%;
  max-height: 150px;
}

.goods_info .product#utamille h2 img {
  width: 400px;
}




.goods_info .product {
  text-align: center;
}


.goods_info .product .copyright {
  margin: 0 -30px;
  padding: 3px 0;
  text-align: center;
  font-size: 10px;
  border-radius: 0 0 8px 8px;
  color: #000; /* ★ */
  background-color: #F6F6F6; /* ★ */
}



.goods_info .product > .bonus {
  max-width: 650px; /* width A */
  margin: auto;
  margin-bottom: 20px;
  padding: 5px 20px;
  border-radius: 4px;
  border: solid 2px #E5002D;
}



.goods_info .product > .bonus h3 {
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #000;
}

.goods_info .product > .bonus h3 strong {
  display: block;
  font-weight: normal;
  font-size: 90%;
}

.goods_info .product > .bonus p {
  margin-bottom: 10px;
}






.goods_info .product .item {
  display: inline-block;
  vertical-align: top;
  width: 300px; /* width A */
  margin: 15px 5px 30px;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.9);
  border: solid 1px #000;
  border-radius: 2px;
}

.goods_info .product .item.limited {
  border: solid 2px #E5002D;
}

.goods_info .product .item.early {
  border: solid 2px #f4af54;
}

.goods_info .product .item:last-child {
}

.goods_info .product .item > .figure {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 10px;
  line-height: 1;
  width: 300px;
  height: 250px;
}


.goods_info .product .item > .figure img {
  max-height: 250px;
  max-width: 300px; /* width A 以下 */
}

.goods_info .product .item > .description .bonus .figure {
  padding: 10px;

  width: 100%;
  text-align: center;
  line-height: 1;
}


@media (max-width: 730px){
  .goods_info .product {
    padding: 0px;  
  }

  .goods_info .product .item {
    margin: 5px 2px 10px;
    width: 47%; /* width A */
  }
  
  .goods_info .product .item > .figure {
    max-width: 100%;
  }
  
  .goods_info .product .item > .figure img {
    max-width: 100%; /* width A 以下 */
  }

  .goods_info .product .copyright {
    margin: 0;
  }
}

.goods_info .product .item > .figure > a,
.goods_info .product .item > .figure > .no {
}

.goods_info .product .item > .figure > a > img,
.goods_info .product .item > .figure > .no img,
.goods_info .product .item > .description .bonus .figure > a > img {
}

.goods_info .product .item > .figure.no > a img,
.goods_info .product .item > .description .bonus .figure.no > a > img {
}




.goods_info .product .item .title {
  padding: 5px 15px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}

.goods_info .product .item .title strong {
  display: block;
  font-weight: normal;
  font-size: 12px;
}

@media (max-width: 730px){
  .goods_info .product .item .title {
    font-size: 14px;
  }
  .goods_info .product .item .title strong {
    font-size: 10px;
  }
}

.goods_info .product .item .price {
  margin: auto 15px;
  padding: 3px 0;
  border-top: solid 1px #CCC;
}

.goods_info .product .item .price span {
  font-size: .85em;
  margin-left: -3px;
}

.goods_info .product .item .purchase_limit {
  padding: 3px 0;
}

.goods_info .product .item .purchase_limit + .description p {
  padding-top: 10px;
  border-top: solid 1px #CCC;
}

.goods_info .product .item .description {
  padding: 5px 15px;
  color: #000;
  font-family: sans-serif;
}

.goods_info .product .item .description p,
.goods_info .product .item .description ul.notes {
  margin-bottom: 10px;
}

.goods_info .product .item .description p {
  text-align: left;
}

.goods_info .product .item .description .bonus ul.notes {
  margin-bottom: 0;
}

.goods_info .product .item .bonus p:last-child {
  margin-bottom: 0;
}

.goods_info .product .item .order_made {
  margin-right: 15px;
  padding: 15px;
  border-width: 2px;
  border-style: solid;
}

.goods_info .product .item .order_made table,
.goods_info .product .item .order_made table tbody,
.goods_info .product .item .order_made table tr {
  display: block;
  width: 100%;
}

.goods_info .product .item .order_made table tr:first-child {
  margin-top: 10px;
}

.goods_info .product .item .order_made table tr {
  margin-bottom: 10px;
}

.goods_info .product .item .order_made table th {
  display: block;
  margin-bottom: 2px;
  padding-right: .5em;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  text-align: left;
}

.goods_info .product .item .order_made table td {
  display: block;
}

.goods_info .product .item .order_made .cart {
  float: none;
  width: auto;
  padding-top: 20px;
  padding-bottom: 0;
}


.goods_info .product .item .cart {
  color: #000;
  text-align: center;
}

.goods_info .product .item .cart + .notes {
  margin-top: -20px;
  text-align: center;
}

.goods_info .product .item .cart a,
.goods_info .product .item .cart span {
  display: block;
  margin-bottom: 10px;
}

.goods_info .product .item .cart a img,
.goods_info .product .item .cart span img {
  background-color: #000; /* ★ */
  box-shadow: 0 0 7px -1px #666;
}

.goods_info .product .item .cart a img {
  box-shadow: 0 2px 7px -2px #000;
  transition: all 0.2s ease-out;
}

.goods_info .product .item .cart a img:hover {
  opacity: 0.8;
}



.goods_info .product .spec,
.goods_info .product .include {
  font-size: 12px;
  margin-bottom: 10px;
  padding: 10px 15px;
  background-color: #F0F0F0;
}

@media (max-width: 730px){
  .goods_info .product .spec,
  .goods_info .product .include {
    font-size: 10px;
  }
}

.goods_info .product .include {
  background-color: #FFF;
  margin-bottom: 0;
  text-align: left;
}

.goods_info .product .include h4 {
  display: inline-block;
  margin-right: .5em;
  font-weight: normal;
  vertical-align: top;
}

.goods_info .product .include ul:not(.notes) {
  display: inline-block;
  list-style: disc outside;
  padding-left: 20px;
}

.goods_info .product .include ol {
  display: inline-block;
  list-style: decimal outside;
  padding-left: 25px;
}

.goods_info .product .item .bonus {
  margin-bottom: 5px;
  padding: 2px 0;
}

.goods_info .product .item .bonus span {
  padding: 2px 6px;
  color: #FFF;
  background-color: #E5002D;
}

.goods_info .product .item .bonus p {
  margin: 5px 12px 0;
  font-size: 12px;
}

.goods_info .product .item.early .bonus span {
  background-color: #f4af54;
}

.goods_info .product .item .bonus .figure {
}

.goods_info .product .item .bonus h4 {
  display: inline-block;
  margin-right: .5em;
  color: #E5002D;
  vertical-align: top;
}

.goods_info .product .item .bonus ul:not(.notes) {
  display: inline-block;
  list-style: disc outside;
  padding-left: 20px;
}

.goods_info .product .item .bonus ul.notes {
  display: inline-block;
}

.goods_info .product .item { zoom: 1; }
.goods_info .product .item:after { content: ""; display: block; clear: both; }


.goods_info .product .item .bonus table {
  margin-top: 10px;
  font-size: 12px;
}

.goods_info .product .item .bonus table tr th {
  padding: 0 10px;
  white-space: nowrap;
  font-weight: normal;
}

.goods_info .product .item .bonus table tr th,
.goods_info .product .item .bonus table tr td {
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: top;
  border-bottom: solid 1px #666;
}

.goods_info .product .item .bonus table caption {
  padding: 5px 0;
  background-color: #EEE;
  font-weight: bold;
  font-size: 14px;
}

.goods_info .product .item .bonus table tr td ul.notes {
  padding-top: 0;
  padding-bottom: 0;
}




.goods_info .product .event {
  margin: 0 auto;
  padding-bottom: 20px;
  max-width: 700px;
}


.goods_info .product .event h4 {
  margin: 0 3px 4px;
  padding: 5px 20px;
  border-radius: 4px;
  color: #FFF;
  background-color: #E5002D;
}


.goods_info .product .event table {
  border-collapse: separate;
  border-spacing: 3px;
}

.goods_info .product .event table tr {
}

.goods_info .product .event table tr th {
  border: solid 1px #CCC;
  background-color: #F9F9F9;
  white-space: nowrap;
  padding: 5px 15px; 
  border-radius: 4px;
}

.goods_info .product .event table tr td {
  border: solid 1px #CCC;
  padding: 5px 20px; 
  border-radius: 4px;
  text-align: left;
}




.novelty_info {
  margin-bottom: 50px;
  text-align: center;
}

.novelty_info .product {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  max-width: 450px;
  margin: 15px 5px 30px;
  padding: 10px 0 0;
  background: rgba(255, 255, 255, 0.9);
  border: solid 1px #000;
  border-radius: 4px;
}

@media (max-width: 1100px){
  .novelty_info .product {
    width: 45%;
  }
}

@media (max-width: 730px){
  .novelty_info .product {
    width: 90%;
  }
}


.novelty_info .product .title {
  margin-bottom: 10px;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  background: 
}

.novelty_info .product .date {
  margin: auto 15px;
  padding: 10px 0 0;
  border-top: solid 1px #CCC;
  margin-bottom: 20px;
}

.novelty_info .product .notification {
  margin-bottom: 10px;
  border: 0 none;
  text-align: left;
}

.novelty_info .product .notification p {
  font-size: 14px;
}

.novelty_info .product .related {
  text-align: center;
}

.novelty_info .product .related img {
  margin: 15px 0 10px;
  max-width: 60%;
  vertical-align: middle;
}

.novelty_info .product#sorairoutility .related img {
  width: 45%;
}

.novelty_info .product .copyright {
  margin-top: 10px;
  padding: 3px 0;
  text-align: center;
  font-size: 10px;
  border-radius: 0 0 4px 4px;
  color: #000; /* ★ */
  background-color: #F6F6F6; /* ★ */
}






.photospot_info {
  margin-bottom: 50px;
  text-align: center;
}

.photospot_info .product {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  max-width: 300px;
  margin: 25px 5px 0;
  padding: 10px 0 0;
  background: rgba(255, 255, 255, 0.9);
  border: solid 1px #000;
  border-radius: 4px;
}

@media (max-width: 1100px){
  .photospot_info .product {
    width: 45%;
  }
}

@media (max-width: 730px){
  .photospot_info .product {
    width: 90%;
  }
}


.photospot_info .product .hashtag {
  margin: 10px 0;
  text-align: center;
}

.photospot_info .product .hashtag span {
  display: block;
  font-size: 12px;
}

.photospot_info .product .hashtag input {
  padding: 5px 10px;
  font-size: 18px;
  width: 80%;
}

.photospot_info .product .hashtag textarea {
  padding: 5px 10px;
  font-size: 18px;
  width: 80%;
  min-height: 3.6em;
  line-height: 1.1
}

.photospot_info .product .title {
  padding: 10px 0;
  min-height: 60px
}

.photospot_info .product .title img {
  max-width: 80%;
}

.photospot_info .product .mabotai .title img {
  max-width: 60%;
}


.photospot_info .product .copyright {
  margin-top: 10px;
  padding: 3px 0;
  text-align: center;
  font-size: 10px;
  border-radius: 0 0 4px 4px;
  color: #000; /* ★ */
  background-color: #F6F6F6; /* ★ */
}

/*

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

*/



article #notifications {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
}

article .notification + .notification {
  margin-top: 30px;
}

article .notification {
  max-width: 868px;
  margin: 0 auto;
  padding: 5px 20px 20px 10px;
  border: solid 1px #000;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.9);
}

article .notification.cs {
  max-width: 662px;
}


article .notification h2 {
  margin-bottom: 10px;
  padding: 5px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #000;
  border-bottom: solid 1px #CCC;
}

article .notification h2 strong {
  display: block;
  font-weight: normal;
  font-size: 90%;
}

article .notification h3 {
  margin-top: 1.3em;
  margin-bottom: .3em;
}

article .notification p {
  padding-left: 1em;
}

article .notification ul + p,
article .notification p + p {
  margin-top: .9em
}

article .notification ul:not(.notes) {
  list-style: circle;
  padding: .5em 0;
  padding-left: 2em;
  line-height: 1.5;
}

article .notification ul.notes {
  padding-left: 2em;
}

article .notification strong {
  color: red;
}




#common_caution {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
  border: solid 3px #F33;
  border-radius: 2px;
}

#common_caution h2 {
  font-size: 20px;
  padding: 0 4px 2px;
  text-align: center;
  font-size: 15px;
  color: #FFF;
  font-weight: normal;
  background: #F33;
}

#common_caution > div {
  padding: 10px 15px;
  padding-left: 5px;
}


#common_caution h3 {
  margin-bottom: 5px;
  padding-left: 5px;
  font-size: 19px;
  color: #F33;
  line-height: 1.2
}

#common_caution p {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 12px;
}

#common_caution ul {
  padding-left: 25px;
  padding-left: 1.3em;
  text-align: justify;
}

#common_caution strong {
  color: #F33;
  text-decoration: underline;
}

#common_caution > ul > li {
  margin-bottom: 6px;
}

#common_caution > ul > li:before {
  content: "○";
  font-family: Osaka-mono, "Osaka-等幅", "ＭＳ ゴシック", monospace;
  font-size: 100%;
  margin-right: .2em;
  margin-left: -1.2em;

}

#common_caution > ul ul li {
  list-style: disc outside;
}



section#copyrights {
  width: 95%;
  margin: 0 auto;
  padding: 50px 0 20px;
  font-size: 11px;
  color: #333;
  word-break: break-all;
  text-align: center;
  line-height: 2;
}

section#copyrights ul li {
  display: inline-block;
  margin: 0 1em;
}


aside {
  margin-top: 50px;
  text-align: center;
}

aside ul li {
  text-align: center;
  display: inline-block;
  padding: 0 10px;
}

aside ul li img {
  width: 220px;
  border: solid 1px #F0F0F0;
  transition: all 0.2s ease-out;
}

aside ul li img:hover {
  border: solid 1px #ffb955;
}


.pagetop {
  display: none;
}



ul.notes2 li {
  clear: both;
  padding: 2px 0;
  text-align: justify;
  font-size: 12px;
  line-height: 1.4;
  color: #666;
  list-style-type: none;
  text-indent: -1em;
}

ul.notes2 li {
  padding: 2px 0;
}

ul.notes2 li:before {
  display: inline;
  content: "※";
}


footer {
  background-color: transparent;
  padding-bottom: 10px;
}


footer .guide {
  padding-top: 5px;
  padding-bottom: 5px;
}

footer .guide li {
  padding: 3px 9px;
  border-radius: 4px;
  background-color: #AAA;
}

footer .guide li:hover {
}

footer .guide li a:hover {
  background-color: transparent;
}

.copyright {
  padding-top: 0;
  color: #b1b1b1;
}

.footer_bg img {
  width: 100%;
  vertical-align: bottom;
}

/*
.footer_bg {
  min-width: 0;
  background: #fff url(bg_bottom.jpg) bottom no-repeat fixed;
  background-size: contain;
}
*/

.treasure-chest_box {
  margin: 0 auto 20px;
  width: 200px;
}

.treasure-chest_box img {
  width: 100%;
  vertical-align: bottom;
}