@charset "UTF-8";

/* CSS Document */

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

img {
  max-width: 100%;
  height: auto;
}


/*------------------------------------------
【cmn css】
--------------------------------------------*/

body {
  background: #fff;
  color: #000;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

fieldset,
img {
  border: 0;
}

a {
  text-decoration: none;
}

ul,
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

p,
img {
  margin: 0;
  padding: 0;
}

img {
  border: none;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.red {
  color: rgb(255, 0, 0);
}

.blue {
  color: rgb(0, 0, 255);
}

.box-title{
  font-size: 1.2em;
  padding: 4px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}

.bg_red{
  color: #ffffff;
  background: #ff0000;
}

.bg_blue{
  color: #ffffff;
  background: #0055ff;
}

.bg_yellow{
  background: #ffff33;
}

.mt {
  margin-top: 1.5em;
}

.mb {
  margin-bottom: 1.5em;
}


/*---clearfix--*/

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0;
}

* {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}


/*==================================
【basic color】
==================================*/

body ::selection {
  background: #E60012;
  color: #fff;
  /* Safari */
}

body ::-moz-selection {
  background: #E60012;
  color: #fff;
  /* Firefox */
}


/*-------index-------*/

#header {
  background: #000;
}

#main_inner {
  background: #f6f6f6;
}

#news,
#footer {
  background: #000;
  color: #fff;
}

#bp_copy {
  background: #333333;
  color: #fff;
}

#contents_inner,
#contents_inner02 {
  background-color: #fff;
}

h1#header_txt {
  color: #fff;
}

#kujitop a {
  color: #000;
}

#kujitop a:hover {
  color: #ff0012;
}

.topics_selectarea li,
.topics_selectarea li {
  background: #e5e5e5;
}

.topics_selectarea li:nth-child(2n) {
  background: #f7f7f7;
}

.topics_selectarea li a {
  text-decoration: underline;
  color: #000;
}

.topics_selectarea li a:hover {
  text-decoration: none;
  color: #E60012;
}

.topics_selectarea .topics_day {
  background: #000;
  color: #fff;
}


/*==================================
【リンク時の挙動】
==================================*/

a img {
  opacity: 1;
  transition: all 0.3s ease-out 0s;
}

a img:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.info_text_center{
  text-align:center;
}

.info_text a{
  color:#00f;
}

.info_text a.blacktext{
  color:#000;
}

.info_text a:hover{
  text-decoration:underline;
}

/*==================================
【basic pc style】
==================================*/


/*-------header-------*/

#header_inner {
  width: 100%;
  max-width: 1200px;
  height: 45px;
  margin: 0 auto;
  position: relative;
}

h1#header_txt {
  font-size: 16px;
  padding: 7px 0 0 10px;
  line-height: 2em;
}

#sns_area {
  position: absolute;
  width: 200px;
  top: 13px;
  right: 0;
}

#snsbtn li {
  float: right;
  margin: 0 10px 0;
}

#snsbtn li:last-child {
  margin: 0 !important;
}

#snsbtn #sns_tw {
  padding: 0;
}

#snsbtn #sns_fb {
  padding: 0;
  line-height: 0 !important;
}

#snsbtn iframe {
  margin: 0 !important;
}

#top_borderarea {
  height: 10px;
  width: 100%;
  background: url(../images/bg_border.gif);
}

h1.tit_onepieceportal {
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0 0 0;
}


/*-------main-------*/

#main {
  background: url(../images/bg_border.gif);
  margin: 0 0 5px 0;
}

#main_inner {
  width: 1200px;
  margin: 0 auto;
  height: 550px;
  padding: 0 2px 0 10px;
}

li.bnr_area {
  width: 232px;
  margin: 0 9px 0 0;
}

#main_inner li:last-child {
  margin: 0;
}


/*-------news-------*/

#news_inner {
  width: 1120px;
  margin: 0 auto;
  padding: 5px 0;
  font-size: 14px;
}

#news_tit {
  float: left;
  width: 70px;
  height: 25px;
}

hr#news_line {
  display: none;
}

#news_txt {
  float: left;
  padding: 0 0 0 40px;
  overflow: hidden;
  line-height: 1.7;
}


/*-------contents-------*/

#contents {
  background: url(../images/bg_border.gif);
  padding: 25px 0 20px 0;
}

.monthly_update {
  display: block;
  width: 1120px;
  height: 117px;
  margin: 0 auto 20px auto;
}

.monthly_update_sp {
  display: none;
}

#contents_inner,
#contents_inner02 {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 40px;
}

#contents_inner02 {
  margin-top: 30px;
}

#contents_area {
  float: left;
  width: 660px;
}


/*-------topics-------*/

#iframe_area {
  width: 660px;
  height: 520px !important;
  -webkit-overflow-scrolling: touch;
}

#iframe_area iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.new_topics,
.archive_topics {
  width: 660px;
  padding: 10px 0 0 0;
}

.topics_selectarea li {
  float: left;
  width: 325px;
  padding: 0;
  margin: 0 10px 10px 0;
  font-size: 12px;
}

.topics_selectarea li:nth-child(2n) {
  margin: 0;
}

.topics_selectarea .topics_day {
  font-size: 12px;
  display: inline-block;
  text-align: center;
  padding: 0 5px;
  line-height: 1.6;
}

.topics_txt {
  padding: 5px 10px 10px 10px;
  line-height: 2.0;
}

.topics_btn_more,
.topics_btn_close {
  text-align: center;
  width: 660px;
  height: 35px;
}

.topics_btn_more {
  background: url(../images/topics_btn_more.png) #000 no-repeat top center;
  background-size: 90px;
  background-position: center;
  cursor: pointer;
}

.topics_btn_close {
  background: url(../images/topics_btn_close.png) #000 no-repeat top center;
  background-size: 90px;
  background-position: center;
  cursor: pointer;
}


/*-------twitter-------*/

#twitter_timeline {
  float: right;
  width: 350px;
  margin: 10px 0 0 0;
  height: 740px;
}

#twitter_timeline iframe {
  height: 740px !important;
}

#twitter_timeline02 {
  float: right;
  width: 350px;
  margin: 10px 0 0 0;
  height: 320px;
}

#twitter_timeline02 iframe {
  height: 320px !important;
}


/*-------link-------*/

#link {
  width: 1120px;
  margin: 20px auto 0 auto;
}

#link_area {
  width: 500px;
  margin: 0 auto;
}

#link_area li {
  width: 240px;
  height: 60px;
  float: left;
  margin: 0 15px 0 0;
}

#link_area li:last-child {
  margin: 0;
}

#link_area2 {
  width: 510px;
  margin: 0 auto;
}

#link_area2 li {
  width: 240px;
  height: 60px;
  float: left;
  margin: 0 15px 0 0;
}

#link_area2 li:nth-child(3) {
  width: 174px;
  margin: 0;
}

#howto_banner {
  width: 740px;
  margin: 0 auto 15px auto;
}


/*-------kujitop-------*/

#kujitop {
  width: 1120px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 30px 0 10px 0;
  font-size: 14px;
  line-height: 1.5;
}

#kujitop a:link {
  text-decoration: underline;
}

#kujitop a:hover {
  text-decoration: none;
}


/*-------footer-------*/

#footer {
  padding: 15px 0 10px 0;
  position: relative;
}

#footer_inner {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 11px;
}

#footer_left {
  float: left;
}

#footer_right {
  float: right;
  text-align: right;
}


/*-------bp_copy-------*/

#bp_copy {
  padding: 8px 0;
  font-size: 11px;
  text-align: center;
}


/* Media Queries - Small Tablet & Smartphone */

@media (max-width: 767px) {
  /*-------header-------*/
  #header_inner {
    width: 95%;
    position: relative;
    height: auto;
  }
  #sns_area {
    position: static;
    margin: 0 auto;
    width: auto;
  }
  #sns_area li {
    float: right;
    margin: 0 0 0 15px;
    list-style: none outside none;
    display: block;
  }
  #sns_area #snsbox #snsbtn #sns_tw a {
    margin: 0px;
    padding: 0px;
    display: block;
  }
  #sns_area #snsbox #snsbtn #sns_fb {
    padding: 4px 0 0;
    overflow: hidden !important;
  }
  #sns_area #snsbox #snsbtn #sns_fb span {
    padding: 0 !important;
  }
  #top_borderarea {
    height: 15px;
  }
  h1.tit_onepieceportal {
    width: 95%;
    padding: 3% 0 0 0;
  }
  /*-------main-------*/
  #main {
    margin: 0 0 1% 0;
    overflow: hidden;
  }
  #main_inner {
    width: 75%;
    height: auto;
    padding: 0 1.5% 0 3%;
  }
  /*-------news-------*/
  #news_inner {
    width: 95%;
    padding: 3% 0 3% 0;
  }
  #news_tit {
    float: none;
    width: 75px;
  }
  hr#news_line {
    display: block;
    width: 100%;
    border: none;
    border-bottom: solid 1px #a2a2a2;
    padding: 2% 0 0 0;
  }
  #news_txt {
    float: none;
    padding: 2% 0 0 0;
    overflow: hidden;
  }
  /*-------contents-------*/
  #contents {
    padding: 4% 0 0 0;
    overflow: hidden;
  }
  .monthly_update {
    display: none;
  }
  .monthly_update_sp {
    display: block;
    width: 95%;
    margin: 0 auto 1% auto;
  }
  #contents_inner,
  #contents_inner02 {
    width: 100%;
    padding: 2%;
  }
  #contents_inner02 {
    margin-top: 3%;
  }
  #contents_area {
    float: none;
    width: 100%;
  }
  /*-------topics-------*/
  #iframe_area {
    width: 100%;
    height: 300px !important;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }
  #iframe_area iframe {
    width: 100%;
    height: 100%;
    display: block;
  }
  .new_topics,
  .archive_topics {
    width: 100%;
    padding: 2% 0 0 0;
  }
  .topics_selectarea li {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 0 2% 0;
  }
  .topics_selectarea li:nth-child(2n) {
    margin: 0;
  }
  .topics_selectarea .topics_day {
    font-size: 12px;
    padding: 0 2%;
    line-height: 1.6;
  }
  .topics_txt {
    padding: 1% 2% 2% 2%;
    font-size: 12px;
  }
  .topics_btn_more,
  .topics_btn_close {
    margin-bottom: 5%;
    width: 100%;
  }
  /*-------twitter-------*/
  #twitter_timeline,
  #twitter_timeline02 {
    float: none;
    width: 100%;
    margin: 0 auto;
    height: 300px;
  }
  #twitter_timeline iframe,
  #twitter_timeline02 iframe {
    height: 300px !important;
    width: 100%;
    margin: 0 auto;
  }
  /*-------link-------*/
  #link {
    width: 95%;
    margin: 0 auto 0 auto;
    padding: 5% 0 0 0;
  }
  #link_area {
    float: none;
    width: 90%;
    margin: 0 auto;
    padding: 3% 0 0 0;
  }
  #link_area li {
    width: 48%;
    float: left;
    margin: 0 3% 0 0;
  }
  #link_area li:last-child {
    margin: 0;
  }
  #link_area2 {
    float: none;
    width: 70%;
    margin: 0 auto;
    padding: 3% 0 0 0;
  }
  #link_area2 li {
    width: 100%;
    float: none;
    margin: 0 0 7% 0;
  }
  #link_area2 li:nth-child(3) {
    width: 100%;
    margin: 0 0 7% 0;
  }
  #howto_banner {
    width: 100%;
    margin: 0 auto 0% auto;
  }
  /*-------kujitop-------*/
  #kujitop {
    width: 95%;
    margin: 0 auto 0 auto;
    font-size: 14px;
    padding-bottom: 17%;
  }
  #kujitop a:link {
    text-decoration: underline;
  }
  #kujitop a:hover {
    text-decoration: none;
  }
  /*-------footer-------*/
  #footer {
    padding: 3% 0 4% 0;
  }
  #footer_inner {
    width: 95%;
    font-size: 11px;
  }
  #footer_left {
    float: none;
  }
  #footer_right {
    float: none;
    text-align: left;
    padding: 4% 0 0 0;
  }
  /*-------bp_copy-------*/
  #bp_copy {
    padding: 3% 0;
    font-size: 11px;
  }
}


/*===================================================
SP時の表示(768px以下)＆ipadの縦に適用
====================================================*/

@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
    font-size: 4.44444vw;
  }
  .kuji_logo {
    width: 12%;
    position: fixed;
    z-index: 100;
    top: 1%;
    left: 1%;
  }
  /*==================================
【basic color】
==================================*/
  .prize_language {
    background: #000;
  }
  .prize_language_inner li {
    background: #fff;
    color: #000;
  }
  .prize_language_inner li a {
    color: #000;
  }
  .prize_inner {
    background: #f3f3f3;
  }
  h1#header_txt {
    font-size: 13px;
    font-size: 3.61111vw;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) and (min-width: 500px) {
  h1#header_txt {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  /*-------prize-------*/
  .prize_top {
    margin: 0 0 1em;
  }
  .prize_topimg {
    margin: 0.5em 0;
  }
  .prize_topimg img {
    width: 100%;
    height: auto;
  }
  .prize_info h3 {
    margin: 0.5em 0;
    font-size: 16.5px;
    font-size: 4.58333vw;
  }
  .prize_info_list {
    margin: 0.5em 0;
  }
  .prize_info_list li {
    font-size: 3.88889vw;
    margin: 0 0 0.2em 1em;
    text-indent: -1em;
  }
  .info_text {
    font-size: 3.88889vw;
  }
  .info_text a:hover{
    text-decoration:none;
  }
  .tit_prize {
    font-size: 24px;
    font-size: 6.66667vw;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
  }
  .tit_prize img {
    display: block;
    width: 90%;
    text-align: center;
    margin: auto;
  }
  .prize_language_inner {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 10px 0;
    font-size: 3vw;
    text-align: center;
  }
  .prize_language_inner li {
    border-radius: 6px;
    margin: 0 1%;
  }
  .prize_language_inner li a {
    display: block;
    border-radius: 6px;
    line-height: 1.5em;
    text-align: center;
    padding: 5px 10px;
    font-weight: bold;
  }
  .prize_language_inner li.current a {
    background: #ffe200;
    pointer-events: none;
  }
  .tit_whats {
    text-align: center;
  }
  .tit_whats h2 {
    width: 95%;
    overflow: hidden;
    text-align: center;
    margin: auto;
  }
  .tit_whats h2 span {
    font-size: 20px;
    font-size: 5.55556vw;
    position: relative;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 0.5em;
    text-align: left;
  }
  .tit_whats h2 span::before,
  .tit_whats h2 span::after {
    position: absolute;
    top: 30%;
    content: '';
    width: 400%;
    height: 13px;
    background: url(../images/bg_howto.png);
  }
  .tit_whats h2 span::before {
    right: 100%;
  }
  .tit_whats h2 span::after {
    left: 100%;
  }
  .prize_area {
    width: 100%;
    margin: 1em auto 0 auto;
  }
  .prize_area img {
    width: 100%;
    height: auto;
  }
  .prize_item {
    width: 100%;
    padding: 3% 2%;
    background-color: #efefef;
    margin-bottom: 1.5em;
  }
  .prize_name {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-bottom: 5px;
  }
  .prize_name h3 {
    width: 26%;
    text-align: center;
    padding: 0 5px;
    font-size: 57px;
    font-size: 15.83333vw;
    font-weight: bold;
    line-height: .8;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, rgba(255, 228, 0, 0.8) 0%) repeat scroll 0 0;
  }
  .prize_name h3 span {
    font-size: 27px;
    font-size: 7.5vw;
  }
  .prize_name .prize_name_detail {
    padding: 0;
    font-weight: bold;
    font-size: 13.5px;
    font-size: 3.75vw;
    margin-left: 2%;
    line-height: 1.2;
  }
  .prize_name.prize_name_LO,
  .prize_name.prize_name_DC {
    display: block;
  }
  .prize_name.prize_name_LO h3,
  .prize_name.prize_name_DC h3 {
    width: 100%;
    font-size: 24px;
    font-size: 6.66667vw;
    text-align: left;
    line-height: 1;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, rgba(255, 228, 0, 0.8) 0%) repeat scroll 0 0;
    margin-bottom: 0.3em;
  }
  .prize_maker {
    padding: 0 0 0.2em;
    font-weight: bold;
  }
  .prize_image {
    border: 1px solid #ccc;
    background: #fff;
  }
  .prize_image img {
    display: block;
    width: 100%;
  }
  .prize_text {
    padding: 2% 0 0;
    font-size: 14px;
    font-size: 3.88889vw;
  }
  .pagetop {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .pagetop a {
    display: block;
    height: 40px;
    text-align: center;
    background: #000;
    font-weight: bold;
    color: #fff;
  }
  .pagetop a span {
    display: inline-block;
    line-height: 40px;
    background: url(../images/pagetop.png) no-repeat 5px 16px;
    padding: 2px 10px 2px 21px;
  }
}


/*===================================================
PC時の表示(769px以上)＆ipadの横に適用
====================================================*/

@media only screen and (min-width: 769px) {
  #EN .prize_name_detail {
    font-size: 16px;
  }
  /*==================================
【basic color】
==================================*/
  .prize_language {
    background: #000;
  }
  .prize_language_inner li {
    background: #fff;
    color: #000;
  }
  .prize_language_inner li a {
    color: #000;
  }
  .prize_inner {
    background: #f3f3f3;
  }
  /*==================================
【basic pc style】
==================================*/
  .kuji_logo {
    position: fixed;
    z-index: 100;
    top: 6%;
    left: 1%;
  }
  .prize_top {
    margin: 0 0 2em;
  }
  .prize_topimg {
    margin: 0.5em 0;
  }
  .prize_topimg img {
    width: 100%;
    height: auto;
  }
  .prize_info h3 {
    margin: 0.5em 0;
  }
  .prize_info_list {
    margin: 0.5em 0;
  }
  .prize_info_list li {
    margin: 0 0 0.2em 1em;
    text-indent: -1em;
  }
  /*-------prize-------*/
  .tit_prize {
    text-align: center;
    padding: 10px 0 0 0;
  }
  .tit_prize img {
    display: block;
    text-align: center;
    margin: auto;
  }
  .prize_language_inner {
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
  }
  .prize_language_inner li {
    margin: 0 8px;
    border-radius: 6px;
  }
  .prize_language_inner li a {
    display: block;
    border-radius: 6px;
    line-height: 1.5em;
    text-align: center;
    padding: 5px 15px;
    font-weight: bold;
    transition: background 0.3s ease 0s;
  }
  .prize_language_inner li a:hover {
    background: #e1e3e7;
    cursor: pointer;
  }
  .prize_language_inner li.current a {
    background: #ffe200;
    pointer-events: none;
  }
  .tit_whats {
    text-align: center;
  }
  .tit_whats h2 {
    overflow: hidden;
    text-align: center;
  }
  .tit_whats h2 span {
    font-size: 40px;
    position: relative;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 0.7em;
    text-align: left;
  }
  .tit_whats h2 span::before,
  .tit_whats h2 span::after {
    position: absolute;
    top: 32%;
    content: '';
    width: 400%;
    height: 16px;
    background: url(../images/bg_howto.png);
  }
  .tit_whats h2 span::before {
    right: 100%;
  }
  .tit_whats h2 span::after {
    left: 100%;
  }
  .prize_area {
    width: 100%;
    margin: 2em auto 0 auto;
  }
  .prize_area img {
    width: 100%;
    height: auto;
  }
  .prize_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .prize_item {
    width: 49%;
    padding: 20px;
    background-color: #efefef;
    margin-bottom: 2em;
  }
  .prize_name {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-bottom: 5px;
  }
  .prize_name h3 {
    width: 28%;
    padding: 0 5px;
    font-size: 75px;
    font-weight: bold;
    text-align: center;
    line-height: .8;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%, rgba(255, 228, 0, 0.8) 0%) repeat scroll 0 0;
  }
  .prize_name h3 span {
    font-size: 50px;
  }
  .prize_name .prize_name_detail {
    padding: 0 5px 0;
    font-weight: bold;
    font-size: 17px;
    margin-left: 2%;
    line-height: 1.2;
  }
  .prize_name.prize_name_LO {
    display: block;
  }
  .prize_name.prize_name_LO h3 {
    width: 100%;
    font-size: 35px;
    text-align: left;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, rgba(255, 228, 0, 0.8) 0%) repeat scroll 0 0;
  }
  .prize_name.prize_name_LO .prize_name_detail {
    padding: 13px 0 0;
  }
  .prize_maker {
    padding: 0 0 5px;
    font-weight: bold;
  }
  .prize_text {
    padding: 5px 0 0;
  }
  .prize_image {
    border: 1px solid #ccc;
    background: #fff;
  }
  .prize_image img {
    display: block;
    width: 100%;
  }
  .prize_text {
    padding: 15px 0 0;
  }
  .prize_item_DC {
    width: 100%;
  }
  .prize_item_DC h3 {
    width: 100%;
    font-size: 35px;
    line-height: 1;
    text-align: left;
  }
  .prize_item_DC .prize_item_DCinner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 10px;
  }
  .prize_item_DC .prize_item_DCinner .prize_image {
    width: 30%;
  }
  .prize_item_DC .prize_item_DCinner .prize_text {
    width: 68%;
  }
  .pagetop {
    padding: 5px;
  }
  .pagetop a {
    display: block;
    font-weight: bold;
    color: #fff;
    background: #000 url(../images/pagetop.png) no-repeat 8px 10px;
    border-radius: 15px;
    padding: 2px 10px 2px 21px;
  }
}

.line1032 {
  clear: both;
  width: 100%;
  height: 33px;
  background: #7c0000;
  margin: 0 auto;
  border-radius: 5px;
  margin-bottom: 1em;
}
.line1032 img{
  width: auto;
  margin-top: -10px;
}

@media only screen and (min-width: 769px) {
  .line4{
    min-height: 5.6em;
  }
}

/* ==================== BANDAI SPIRITS ロゴ ==================== */

.bspLogo {
  display: block;
  width: 4.23vw;
  max-width: 50px;
  margin: 10px 0 0 auto;
  padding-right: 10px;
  box-sizing: content-box;
}

.bspLogo img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .bspLogo {
    width: 12.4vw;
    margin: 4vw auto 0;
    padding: 0;
  }
}


/* ==================== slider ==================== */

#bx-pager {
  width: 100%;
}

.bx-wrapper {
  border: 1px solid #bb0000;
  box-sizing: border-box;
}

.item_img img {
  border: 1px solid #bb0000;
  box-sizing: border-box;
  margin: 10px 0 0 0;
}

#bx-pager {
  margin-bottom: 0.5em;
}

#bx-pager a {
  width: -webkit-calc(97% / 6);
  width: calc(97% / 6);
  margin-left: 0.5%;
  margin-top: 1%;
  float: left;
  border: 1px solid #bb0000!important;
  box-sizing: border-box;
}

#bx-pager a.active {
    border: 1px solid #F00!important;
}

/* ===================== 動画 ======================== */

.movieEmbed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movieEmbed iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ==================== タイトル特有 ==================== */

.pv_title{
  border: 5px solid #ffa500; 
  padding: 8px; 
  font-size: large;
  color: #ffa500;
  font-weight: bold;
  text-align: center;
}

.text_center{
  text-align: center;
  color: #000!important;
}
.text_center:hover{
  text-decoration:underline;
}
.twitter_cp{
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.twitter_cp img{
  max-width: 100%;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.twitter_cp:hover{
 /*opacity: 0.5; */
}
.twitter_cp img:hover{
 opacity: 1; 
}
.twitter_cp img:last-child{
  position: absolute;
  top: 0;
  left: 0;
  
      opacity: 0;
      pointer-events: none;
      animation-name :mvchange;
      animation-duration: 10.0s;
      animation-timing-function: ease-out;
      animation-iteration-count: infinite;
      animation-direction: normal;
      animation-fill-mode: forwards;
      animation-delay: 0s;
    }
    @keyframes mvchange {
      0% {opacity: 0;pointer-events: none;}
      45% {opacity: 0;pointer-events: none;}
      50% {opacity: 1;pointer-events: auto;}
      94% {opacity: 1;pointer-events: auto;}
      99% {opacity: 0;pointer-events: none;}
    }

@media only screen and (max-width: 768px) {
  #sns_line {
    display: block;
  }
  .btn_shop,
  .btn_shop_02 {
    text-align: center;
  }
  .btn_shop_02 {
    margin: 3% 0;
  }
  .pv_title{
    border: 4px solid #ffa500; 
    font-size: 0.9em;
    padding: 2%; 
  }
}

@media only screen and (min-width: 769px) {
  #sns_line {
    display: none;
  }
  .btn_shop,
  .btn_shop_02 {
    text-align: center;
  }
  .btn_shop_02 {
    margin: 35px 0;
  }
}

.pc_only{
  display: none;
}
.sp_only{
  display: block;
}
@media only screen and (min-width: 769px) {
  .pc_only{
  display: block;
  }
  .sp_only{
    display: none;
  }
}
