@charset "shift_jis";
/* CSS Document */

.switchImg {}
.w100 {
	display:block;
	width:100%;
	height:auto;
}
.clear{
	clear:both;
}
.pconly {
	display:block;
}
.sponly {
	display:none;
}

#wrapper {
	background:#fff;
}

/* パンくずリスト */

nav.breadcrumb_nav {
background: #fff;
padding: 5px 10px 7px;
}

.breadcrumb {
display: flex;
flex-wrap: wrap;
list-style: none;
max-width: 1200px;
margin: 0 auto;
font-size: 11px;
}

.breadcrumb li:not(:last-of-type)::after {
content: ">";
margin: 0.5em; /* 記号の左右の余白 */
color: #777; /* 記号の色 */
}


/* 映画バナー非表示 */
.bnr_movie {
display: none!important;
}


#contents {
width: 100%;
padding: 0;
font-family: "���C���I", Meiryo, "�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "�l�r �o�S�V�b�N", "MS PGothic", sans-serif;
}
#contents .w980{
max-width: 980px;
width: 100%;
margin:  0 auto;
}

#contents a {
text-decoration: none;
}
#contents a:hover,
#contents a:hover img {
opacity: 0.70;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}



header.pokemon_head {
border-bottom: solid 4px #fff;
position: relative;
}
header.pokemon_head .head_inbox {
background: url("../images/common/hd_bg.gif") bottom center repeat-x;
border-bottom: solid 6px #008fc8;
position: relative;
}
header.pokemon_head .head_inbox .w980 {
position: relative;
padding: 10px 0 16px;
}
header.pokemon_head .head_inbox h1 {
display: block;
width: 50%;
max-width: 320px;
margin: 0 auto;
}

header.pokemon_head .head_inbox .hd_icon {
position: absolute;
width: 24px;
height: 24px;
display: none!important;
left:0;
right:0;
bottom:-18px;
z-index: 100;
margin:0 auto;
}

.SNS_share_box {
padding: 30px 0;
display: block;
text-align: center;
}
.SNS_share_box>a {
display: inline-block;
width: 45%;
max-width: 200px;
}
.SNS_share_box>a:nth-child(1) {
margin-right: 5px;
}
.SNS_share_box>a:nth-child(2) {
margin-left: 5px;
}


/*-----------------------------*/

.SNS_share_box_2402 {
padding: 25px 20px 15px;
display: block;
text-align: center;
background: #000;
position: relative;
}

.SNS_share_box_2402>a {
display: inline-block;
max-width: 76px;
width: 30%;
}
.SNS_share_box_2402>a:nth-child(2) {
margin: 0 30px;
}

.snsLink_msg {
  display: none;
  position: absolute;
  width: 300px;
  height: 40px;
  line-height: 40px;
  background-color: #FFF;
  color: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom:0;
  margin: auto;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
}

/*------------------------------*/



footer.pokemon_footer {
background: #000;
color:#e4e4e4;
position: relative;
padding-top: 12px;
}
footer.pokemon_footer .hd_icon {
position: absolute;
width: 24px;
height: 24px;
display: none!important;
left:0;
right:0;
top:-10px;
z-index: 100;
margin: auto;
}
footer.pokemon_footer .copyright_box {
  background:#000;
  color:#fff;
  font-size:12px;
  overflow:hidden;
  padding:10px 20px;
}
footer.pokemon_footer .copyright_box a {
display: inline-block;
margin: 0 10px 10px 0;
max-width: 300px;
width: 100%;
}
footer.pokemon_footer .copyright_box p {
  display:block;
  clear:both;
}
footer.pokemon_footer .copyright_box a.bnr_mezastar {
max-width: 230px;
}


header.pokemon_head .head_inbox.product_head .w980 {
display: -webkit-flex;
display: flex;

-webkit-align-items: center;
align-items: center;
}
header.pokemon_head .head_inbox.product_head .btn_top {
max-width: 169px;
margin-right: 10px;
width: 30%;
}
header.pokemon_head .head_inbox.product_head .btn_top .hd_pokemon_logo_s {
display: block;
margin-bottom: 5px;
}

header.pokemon_head .head_inbox.product_head h1 {
width: calc(100% - 179px);
max-width: inherit;
text-align: center;
margin-left: 179px;
}
header.pokemon_head .head_inbox.product_head h1 img {
display: block;
width: 70%;
max-width: 320px;
height: auto;
margin: 0 auto;
}



/* 商品ページ用取説ボタン */
.manual_btn_box {
max-width: 371px;
width: 80%;
margin: 30px auto;
}
.manual_btn_box a {
display: block;
margin-bottom: 30px;
}



/* copyright 202406～ */


#contents .copyright_box2406 {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
justify-content: center;

align-items: center;

padding: 20px 10px;
}

#contents .copyright_box2406 .copyright_img {
width: 35%;
max-width: 200px;
}

#contents .copyright_box2406 .copyright_txt {
width: 65%;
text-align: left;
font-size: 11px;
color:#000;
}

#contents .copyright_box2406 .copyright_txt span {
display: inline-block;
padding-left: 1em;
text-indent: -1em;
}