@charset "utf-8";


@import url("/_shared/2019/css/default.css");
@import url("/_shared/2019/css/base.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@1,800&display=swap');


body {
  background: #FFF;
}

header:before {
  background-color: #207ec4;
  background-color: transparent;
}

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

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

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

article {
  padding: 10px 0;
}

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

.sns * {
  vertical-align: middle;
}

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

h1 {
  text-align: center;
}

h1 img {
  max-width: 300px;
}

.movie {
  margin-bottom: 20px;
  text-align: center;
}

.movie iframe {
  width: 640px;
  height: 480px;
  box-shadow: 0 2px 7px 0px #207ec4;
}

::selection {
  color: #FFF;
  background: #207ec4;
}

.products {
  text-align: center;
}

.products + .products {
  margin-top: 50px;
}

.products h2 {
  margin: 0 auto 20px;
  border-bottom: solid 3px #207ec4;
  color: #207ec4;
  font-size: 40px;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
}

.products .item,
.products .limited_bonus,
.products .special_bonus {
  display: inline-block;
  vertical-align: top;
  width: 315px; /* width A */
  margin: 0 5px 10px;
  padding: 10px 0;
  background-color: #FFF;
  border: solid 2px #207ec4;
  border-radius: 3px;
}

.products .item .title {}

.products .item .title strong,
.products .item .title span {
  display: block;
}

.products .item .title span {
  font-size: 12px;
}

.products .item .title span:not(.type) {
  color: #666;
}

.products .item .price,
.products .item .price_release,
.products .item .release_price,
.products .item .release,
.products .item .stock {
  margin: 5px 0;
  color: #666;
  font-size: 12px;
}

.products .item .release {}

.products .item .price {}

.products .item .price span {
  font-size: 90%;
  margin-left: .2em;
}

.products .item .release + .price {
  margin-top: -5px
}

.products .item .stock {
  display: inline-block;
  margin: 5px 0;
  padding: 1px 8px;
  color: #FFF;
  background: #207ec4;
  font-size: 12px;
}

.products .item .bonus {
  margin: 0 10px;
  margin-bottom: 10px;
  padding: 5px 0;
  color: #FFF;
  background-color: #489ee0;
  border-radius: 3px;
}

.products .item .bonus + .bonus {
}

.products .item .bonus > span {
  padding: 2px 4px;
  margin: 0 3px;
  border-radius: 3px;
  font-size: 90%;
  border: solid 1px #FFF;
}

.products .item .bonus > div {
  padding-top: 5px;
}

.products .item .bonus > strong {
  display: inline-block;
  padding-top: 5px;
  font-weight: normal;
}

.products .item .bonus em {
}

.products .item .bonus .notes {
  margin-top: 3px;
  padding-bottom: 0;
}

.products .item .bonus .notes li:only-child {
  text-align: center;
}

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

.products .item .bonus .figure {
  height: auto;
}

.products .item .figure img {
  max-height: 300px;
  max-width: 100%; /* width A 以下 */
  background-color: #207ec4;
}

.products .item .cart {
  text-align: center;
}

.products .item .cart + .notes {
  padding-top: 5px;
  text-align: center;
}

.products .item .cart + .notes li:only-child {
  text-align: center;
}

.products .item .bonus .cart {
  margin-top: 5px;
}

.products .item .cart a,
.products .item .cart span {
  display: inline-block;
}

.products .item .cart form span {
  display: block;
  margin-top: 2px;
}

.products .item .cart form select {
  margin: 10px 0;
  max-width: 80%;
}

.products .item .cart a + a,
.products .item .cart a + span,
.products .item .cart span + a,
.products .item .cart span + span {
  margin-top: 10px;
}

.products .item .cart a img,
.products .item .cart span img {
  width: 180px;
}

.products .item .bonus .cart a img {
  width: 230px;
}

.products .item .cart a img,
.products .item .cart span img {
  transition: all 0.2s ease-out;
  background-color: #eb6c7c;
  box-shadow: 0 2px 2px -2px #eb6c7c;
  vertical-align: middle;
}

.products .item .cart a img:hover,
.products .item .cart span img:hover {
  background-color: #15476d;
}





.products .special_bonus,
.products .limited_bonus,
.products .made_to_order .caution {
  display: block;
  width: 720px;
  margin: 0 auto 20px;
  padding: 0;
  color: #FFF;
  background-color: #207ec4;
  border: 0 none;
}

.products .special_bonus .title,
.products .limited_bonus .title,
.products .made_to_order .caution .title {
  margin-bottom: 5px;
  padding: 5px 5px;
  text-align: center;
  border-bottom: 2px solid #FFF;
  font-size: 16px;
  text-align: center;
}

.products .special_bonus p,
.products .limited_bonus p {
  text-align: left;
  margin-bottom: 5px;
  padding-left: 10px;
}

.products .special_bonus .copy,
.products .limited_bonus .copy {
  text-align: center;
  padding-right: 10px;
}

.products .special_bonus .notes,
.products .limited_bonus .notes,
.products .made_to_order .caution .notes {
  padding-left: 20px;
  color: #E0E0E0;
}

.products .special_bonus strong,
.products .limited_bonus strong {
  color: #fffc35;
  text-decoration: underline;
  font-weight: bold;
}

.products .limited_bonus div,
.products .limited_bonus table,
.products .special_bonus table,
.products .made_to_order .caution table {
  text-align: left;
}

.products .limited_bonus table,
.products .special_bonus table,
.products .made_to_order .caution table {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 5px;
  font-size: 12px;
}

.products .limited_bonus table.schedule {
  margin-bottom: 10px;
}

.products .limited_bonus table th,
.products .special_bonus table th,
.products .made_to_order .caution table th {
  width: 8em;
  color: #207ec4;
  background-color: #FFF;
  font-weight: normal;
  text-align: center;
}

.products .limited_bonus table th,
.products .limited_bonus table td,
.products .special_bonus table th,
.products .special_bonus table td,
.products .made_to_order .caution table th,
.products .made_to_order .caution table td {
  padding: 3px 0;
  vertical-align: middle;
}

.products .limited_bonus table td .notes,
.products .special_bonus table td .notes,
.products .made_to_order .caution table td .notes {
  padding-top: 0;
  padding-bottom: 0;
}

.products .limited_bonus table td ul:not(.notes),
.products .special_bonus table td ul:not(.notes),
.products .made_to_order .caution table td ul:not(.notes) {
  list-style: disc outside;
  padding-left: 20px;
}

.products .limited_bonus table td ol,
.products .limited_bonus table td ol li {
  display: inline;
}

.products .limited_bonus table td ol li .act {
  display: inline-block;
  margin-right: 5px;
  margin-left: .5em;
  padding: 1px 6px;
  border-radius: .5em;
  font-size: 90%;
  color: #FFF;
  background-color: #207ec4;
}




article .information {
  width: 85%;
  margin: 0 auto 20px;
  padding: 10px 20px 15px;
  color: #000;
  border: solid 1px #000;
  background-color: #FFF;
}

article .information h3 {
  padding: 5px;
  text-align: center;
}

article .information p {
  font-size: 12px;
}

article .information p + p {
  margin-top: .5em;
}

article .information p strong {
  text-decoration: underline;
}

article .information .section {
  margin: 10px 0;
  padding: 0 10px;
}

article .information ul:not(.notes) {
  padding: 1em;
}






.products .made_to_order {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  background-color: rgba(31, 126, 197, 0.2);
}


.products .made_to_order .caution strong {
  color: #EE3;
}



