@charset "UTF-8";
#p-letter .linkBtn + h5 {
  margin-top: 60px;
}
#p-letter .linkBtn + .txtCol {
  margin-top: 30px;
}
#p-letter h5 {
  margin-top: 30px;
  font-size: 120%;
  font-weight: bold;
  color: #36363c;
}
#p-letter h5 + .mvCol {
  margin-top: 20px;
}
#p-letter h6 {
  font-weight: bold;
  color: #36363c;
}
#p-letter .txtCol {
  margin-bottom: 40px;
}
#p-letter .txt-in {
  margin-bottom: 20px;
}
#p-letter .note {
  margin-top: 30px;
  margin-bottom: 30px;
}
#p-letter .boxEventDate {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 10px;
  background: black;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #ffc800;
}
#p-letter .boxEventDate span {
  display: block;
  font-size: 25px;
  color: #ff3535;
}
#p-letter .relationCol {
  margin-top: 40px;
  text-align: center;
}
#p-letter .relationCol li {
  display: inline-block;
  width: 49%;
}
#p-letter .relationCol li a {
  display: block;
  width: auto;
  text-align: center;
  text-decoration: none;
}
#p-letter .relationCol li a:link, #p-letter .relationCol li a:active, #p-letter .relationCol li a:visited {
  color: #333;
}
#p-letter .relationCol li a:hover, #p-letter .relationCol li a:focus {
  color: #666666;
}
#p-letter .relationCol li a.close:link, #p-letter .relationCol li a.close:active, #p-letter .relationCol li a.close:visited {
  color: #333;
}
#p-letter .relationCol li a.close:hover, #p-letter .relationCol li a.close:focus {
  color: #666666;
}
#p-letter .relationCol li a.prev::before, #p-letter .relationCol li a.next::after {
  border-radius: 50%;
  background-color: #65cdff;
  padding: 6px 12px;
  color: #FFF;
}
#p-letter .relationCol li a:hover.prev::before, #p-letter .relationCol li a:hover.next::after {
  background-color: #ffd81b;
}
#p-letter .relationCol li a:hover.close::before, #p-letter .relationCol li a:hover.close::after {
  background-color: #f1f1f1;
}
#p-letter .relationCol li a.close::before, #p-letter .relationCol li a.close::after {
  background-color: #f1f1f1;
}
#p-letter .relationCol li a.prev::before {
  content: "‹";
  margin-right: 10px;
}
#p-letter .relationCol li a.next::after {
  content: "›";
  margin-left: 10px;
}

@media screen and (max-width: 999px) {
  #p-letter h5 {
    font-size: 105%;
  }
  #p-letter .linkBtn {
    font-size: 90%;
  }
}
#gundam h3 {
  font-family: メイリオ, Gothic, sans-serif;
}
#gundam .prodNavi {
  margin: 20px;
}
#gundam .prodNavi li {
  width: 300px;
  height: 120px;
  display: inline-block;
  margin: 5px;
  box-shadow: 0px 5px 0px 0px #8594bb;
  border: solid 1px #8594bb;
  border-radius: 10px;
  background: #f5f8ff;
}
#gundam .prodNavi li a {
  display: block;
}
#gundam .prodNavi li a img {
  width: 100%;
}
#gundam .prodBox {
  width: 1000px;
  background: #8594bb;
}
#gundam .prodBox .tit {
  padding: 40px 0 60px 20px;
  background-color: #8594bb;
  background-image: url(../../images/news/2019/gundam/img_head1.png), url(../../images/news/2019/gundam/img_head2.png);
  background-position: left top, left bottom;
  background-repeat: no-repeat, no-repeat;
  font-size: 130%;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
#gundam .prodBox .prodBoxCont {
  width: 968px;
  overflow: hidden;
  background: #fff;
  margin: 0 18px;
  padding: 20px;
  box-sizing: border-box;
}
#gundam .prodBox .prodBoxCont .prodImg {
  float: left;
  width: 30%;
}
#gundam .prodBox .prodBoxCont .package {
  float: right;
  color: #797979;
  width: 65%;
  margin-left: 5%;
}
#gundam .prodBox .prodBoxCont .package table tr {
  border-bottom: solid 1px #8594bb;
}
#gundam .prodBox .prodBoxCont .package table th, #gundam .prodBox .prodBoxCont .package table td {
  padding: 20px;
}
#gundam .prodBox .prodBoxCont .package table th {
  width: 80px;
}
#gundam .prodBox .prodBoxCont .package .release {
  font-size: 130%;
  margin: 20px 0;
}

h3.titNotice {
  background: #ea0000;
  padding: 20px 0;
  color: #fff;
}

.capCol {
  margin: 20px 0;
  background: #ecf5ff;
}
.capCol dt {
  padding: 10px 15px;
  background: #5a93d6;
  text-align: center;
  color: #FFF;
  font-weight: bold;
}
.capCol dd {
  padding: 20px;
}
.capCol dd .fontR {
  color: #f00;
}
.capCol dd .false {
  border: solid 1px #ad0000;
  padding: 10px 10px 10px 80px;
  margin: 10px 0;
  position: relative;
  background: #fff;
}
.capCol dd .false::before {
  content: "";
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background: #ad0000;
}
.capCol dd .false::after {
  content: "Wrong";
  position: absolute;
  color: #fff;
  width: 50px;
  height: 1px;
  top: 0;
  left: 5px;
  right: 0;
  bottom: 30px;
  margin: auto 0;
}
.capCol dd .true {
  border: solid 1px #0007ad;
  padding: 10px 10px 10px 80px;
  margin: 10px 0;
  position: relative;
  background: #fff;
}
.capCol dd .true::before {
  content: "";
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  background: #0007ad;
}
.capCol dd .true::after {
  content: "Correct";
  position: absolute;
  color: #fff;
  width: 55px;
  height: 1px;
  top: 0;
  left: 3px;
  right: 0;
  bottom: 30px;
  margin: auto 0;
}

#content.pbitemCol img {
  display: block;
}
#content.pbitemCol .pbitemBtn {
  text-align: center;
}
#content.pbitemCol .memorialcardBtnCol {
  background-color: black;
}
@media screen and (min-width: 1000px) {
  #content.pbitemCol .prizeCol {
    padding-top: 20px;
  }
  #content.pbitemCol .pbitemBtn {
    padding: 20px 0;
  }
  #content.pbitemCol .pbitemBtn a {
    display: block;
    width: 935px;
    margin: 0 auto;
  }
  #content.pbitemCol .pbitemBtn a img {
    -moz-transition: -moz-transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
    -o-transition: -o-transform 0.2s ease;
    -ms-transition: -ms-transform 0.2s ease;
    transition: transform 0.2s ease;
  }
  #content.pbitemCol .pbitemBtn a img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  #content.pbitemCol .pbitemBtn a + a {
    margin-top: 20px;
  }
  #content.pbitemCol .memorialcardBtn {
    padding: 30px 0;
  }
  #content.pbitemCol .memorialcardBtn a {
    display: block;
    width: 868px;
    margin: 0 auto;
  }
  #content.pbitemCol .memorialcardBtn a img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #content.pbitemCol .memorialcardBtn a img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
  }
}
@media screen and (max-width: 999px) {
  #content.pbitemCol img {
    width: 100% !important;
    height: auto !important;
  }
  #content.pbitemCol .prizeCol {
    padding-top: 1em;
  }
  #content.pbitemCol .pbitemBtn, #content.pbitemCol .memorialcardBtn {
    width: 80vw;
    margin: 0 auto;
    padding: 1em 0;
  }
  #content.pbitemCol .pbitemBtn a + a, #content.pbitemCol .memorialcardBtn a + a {
    display: block;
    margin-top: 1em;
  }
}

@media screen and (min-width: 1000px) {
  #pb-ultraman-2018 .btnOrder {
    display: block;
    width: 900px;
    height: 80px;
    margin: 40px auto;
    text-indent: -99999px;
  }
  #pb-ultraman-2018 .btnOrder:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 999px) {
  #pb-ultraman-2018 .btnOrder {
    display: inline-block;
    margin: 20px 10px;
  }
}

@media screen and (min-width: 1000px) {
  #pb-rider-2018 .btnOrder {
    display: block;
    width: 900px;
    height: 80px;
    margin: 40px auto;
    background: url(../../images/news/2018/pb-kamenrider/btn_order.jpg) no-repeat 0 0;
    text-indent: -99999px;
  }
  #pb-rider-2018 .btnOrder img {
    display: inline;
    transition: opacity 0.3s ease-out;
  }
  #pb-rider-2018 .btnOrder:hover {
    background: url(../../images/news/2018/pb-kamenrider/btn_order_hvr.jpg);
  }
}
@media screen and (max-width: 999px) {
  #pb-rider-2018 .btnOrder {
    display: inline-block;
    margin: 20px 10px;
  }
}

#content.cb06sp img {
  width: 100%;
}
#content.cb06sp .catch {
  font-weight: bold;
  font-size: 150%;
}
#content.cb06sp .ques, #content.cb06sp .name {
  font-weight: bold;
}
#content.cb06sp .illustrateCol .contWrap {
  display: inline-block;
  box-sizing: border-box;
  letter-spacing: normal;
}
#content.cb06sp .illustrateCol + .txtCol {
  margin-top: 0;
}
#content.cb06sp .illustrateCol + .txtCol.ques {
  margin-top: 20px;
}
#content.cb06sp .illustrateCol.horizontal .txtCol {
  width: 60%;
}
#content.cb06sp .illustrateCol.horizontal .contWrap {
  width: 60%;
}
#content.cb06sp .illustrateCol.horizontal .contWrap .txtCol {
  width: auto;
}
#content.cb06sp .illustrateCol.horizontal figure {
  width: 40%;
}
#content.cb06sp .illustrateCol.vertical .contWrap {
  width: 60%;
}
#content.cb06sp .illustrateCol.vertical .contWrap .txtCol {
  width: auto;
}
#content.cb06sp .illustrateCol.vertical figure {
  width: 40%;
}
#content.cb06sp .illustrateCol p + p {
  margin-top: 20px;
}
#content.cb06sp .endCol {
  margin: 40px auto;
  padding: 40px;
  background: #EEE;
}
#content.cb06sp .endCol p {
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  color: #333;
}
@media screen and (max-width: 999px) {
  #content.cb06sp .illustrateCol.horizontal, #content.cb06sp .illustrateCol.vertical {
    width: auto;
  }
  #content.cb06sp .illustrateCol.horizontal figure, #content.cb06sp .illustrateCol.vertical figure {
    width: auto;
  }
  #content.cb06sp .illustrateCol.horizontal figure img, #content.cb06sp .illustrateCol.vertical figure img {
    width: 70%;
  }
  #content.cb06sp .illustrateCol.horizontal .contWrap, #content.cb06sp .illustrateCol.vertical .contWrap {
    width: auto;
  }
  #content.cb06sp .illustrateCol.horizontal .txtCol, #content.cb06sp .illustrateCol.vertical .txtCol {
    width: auto;
  }
  #content.cb06sp .illustrateCol img {
    width: 70%;
  }
  #content.cb06sp .endCol {
    margin: 20px auto;
    padding: 20px;
    background: #EEE;
  }
  #content.cb06sp .endCol p {
    text-align: center;
    font-weight: bold;
    font-size: 100%;
    color: #333;
  }
}

@media screen and (max-width: 999px) {
  #news #content img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 999px) {
  .previewInfo {
    width: 100%;
  }
  .previewInfo dd {
    width: 90%;
    margin: 0 auto;
  }
  .previewInfo dd .cardCol {
    width: 30%;
    margin: 0 auto;
  }
  .previewInfo dd.wide {
    width: 100% !important;
  }
  .previewInfo dd .txtCol strong {
    font-size: 120%;
  }
}
@media screen and (max-width: 999px) {
  #pbHeroines2019 .btnOrder {
    position: relative;
  }
  #pbHeroines2019 .btnOrder a {
    width: 90%;
    bottom: 8%;
    right: 14%;
  }
  #pbHeroines2019 .btnOrderBt img {
    margin: 20px auto;
  }
}
@media screen and (max-width: 999px) {
  #gundam .bottom {
    width: 100%;
  }
  #gundam .prodNavi {
    margin: 20px;
  }
  #gundam .prodNavi li {
    width: 31%;
    height: 20%;
    display: inline-block;
    margin: 0;
    box-shadow: 0px 5px 0px 0px #8594bb;
    border: solid 1px #8594bb;
    border-radius: 10px;
    background: #f5f8ff;
  }
  #gundam .prodNavi li a {
    display: block;
  }
  #gundam .prodNavi li a img {
    width: 100%;
  }
  #gundam .prodBox {
    width: 100%;
  }
  #gundam .prodBox .tit {
    padding: 8% 3% 10% 3%;
    background-size: contain;
    font-size: 130%;
    font-weight: bold;
  }
  #gundam .prodBox .prodBoxCont {
    width: 96%;
    margin: 0 2%;
    padding: 20px;
    box-sizing: border-box;
  }
  #gundam .prodBox .prodBoxCont .prodImg {
    float: none;
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  #gundam .prodBox .prodBoxCont .package {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  #gundam .prodBox .prodBoxCont .package table th, #gundam .prodBox .prodBoxCont .package table td {
    padding: 5px;
    width: 100%;
    display: block;
  }
  #gundam .prodBox .prodBoxCont .package table th {
    width: 100%;
  }
  #gundam .prodBox .prodBoxCont .package .release {
    font-size: 130%;
    margin: 20px 0;
  }
}
