@charset "shift_jis";
/* CSS Document */

#contents .bg_pc {
background: url(../images/bg_2503_pc.jpg) top center repeat-y;
background-size: 100% auto;
}


#contents .ct_inbox {
width: 100%;
max-width: 480px;
margin: 0 auto;
background: url(../images/bg_2503.jpg) top center repeat-y;
background-size: 100% auto;
padding: 0;
}
@media (min-width: 481px){
#contents .ct_inbox {
border-left: 2px solid #008FC8;
border-right: 2px solid #008FC8;
}

/* min-width: 481px */}


#contents .bx-wrapper .bx-viewport {
background: none;
}

#contents .bx-wrapper .bx-pager {
position: inherit;
width: 100%;
margin-top: 7px;
}
#contents .bx-wrapper .bx-pager.bx-default-pager a {
background-color: #b5b5b5;
}
#contents .bx-wrapper .bx-pager.bx-default-pager a.active {
background-color: #444;
}
#contents .bx-wrapper .bx-controls-direction a {
width: 30px;
}

#contents .bx-wrapper .bx-prev {
background: url(../images/topslide_arow_left.png) no-repeat top left 5px;
background-size: 24px 24px;
}
#contents .bx-wrapper .bx-next {
background: url(../images/topslide_arow_right.png) no-repeat top right 5px;
background-size: 24px 24px;
}
#contents .promo_inbox {
margin-bottom: 10px;
}


#contents .bx-pager{
max-width: 980px;
margin: 0 auto 20px;
width: 95%;
}
#contents .bx-pager {
display: -webkit-flex;
display: flex;

-webkit-justify-content: center;
justify-content: center;

-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
#contents .bx-pager a {
	display:block;
	border: solid 2px #fff;
	margin: 0 2px 4px;
}
#contents .bx-pager.promo a.active {
	border: solid 2px #f00;
}




#contents .btntop_whats {
display: block;
width: 90%;
margin: 0 auto 20px;
}

#contents section.sec_break {
margin-bottom: 60px;
position: relative;
}


#contents h2.ttl2503 {
display: block;
margin-bottom: 15px;
position: relative;
}


#contents .ct_inbox .lineup_inbox .flex_box {
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-around;
justify-content: space-around;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

#contents .ct_inbox .lineup_inbox .flex_box>* {
margin: 0 1% 15px;
width: 31%;
max-width: 140px;
background-size: cover;
}


#contents .btn_lineup_anchor {
display: block;
width: 60%;
margin: 10px auto;
position: relative;
color: #fff;
background: url(../images/ttl_bule_bg.png);
background-size: cover;
background-position: center;
border-radius: 100px;
border: 3px #fff solid;
}

#contents .btn_lineup_anchor:hover{
  opacity: 0.7;
}

#contents .link_box {
margin-bottom: 30px;
}


#contents .link_box .link_listbox {
padding: 17px 0 5px;
margin: 0 auto;
background: url(../images/link_listbox_bg.png);
position: inherit;
}

#contents .link_box .link_listbox .link_listbox_inbox a {
display: block;
color: #fff;
margin: 0 7px 12px;
font-size: 15px;
font-weight: bold;
padding-left: 18px;
line-height: 1.1;
background: url(../images/lineup_down_arrow.png) left center no-repeat;
background-size: 14px 8px;
}

#contents h3.lineup_ttl {
margin-bottom: 10px;
position: relative;
}

#contents h3.lineup_ttl_2 {
margin: 60px 0 0px;
position: relative;
}

#contents .slider_photo li {
padding: 0 3px 8px;
}
#contents .slider_photo img {
display: block;
height: 30vw;
max-height: 100px;
min-height: 90px;
border: solid 1px #fff;

-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2) ;
box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2) ;
}

#contents .ct_inbox .lineup_txt {
display: block;
color: #000;
margin-bottom: 10px;
font-size: 13px;
text-align: center;
}
#contents .ct_inbox #other_list .lineup_inbox {
margin: 0 auto 15px;
}


#contents .copyright_text {
  width: 60%;
  text-align: left;
  font-size: 11px;
  color: #000;
}

#contents .copyright_text span {
display: inline-block;
padding-left: 1em;
text-indent: -1em;
}


/*---------------------------*/

#contents .modal_wrap{
  position: fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100000;
display: none;
}

#contents .modal_inner{
background: #000;
  /* width: 90%;
max-width: 920px; */
/* max-height: 90vh; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  transform:translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
border: solid 1px #fff;
}


@media (min-width: 481px){
#contents .modal_wrap#modal_about_moncolle .modal_inner{
width: 600px;
}
/* min-width: 481px */}

@media (max-width: 480px) {
#contents .modal_wrap#modal_about_moncolle .modal_inner{
width: 96%;
}
/* max-width: 480px */}



#contents .modal_wrap#modal_2503_maboroshi .modal_inner{
display: inline-block;
/* max-height: 90vh;
width: auto; */
position: relative;
}

#contents .modal_wrap#modal_2503_maboroshi .modal_inner a{
display: block;
position: absolute;
left:0;
right:0;
margin: 0 auto;
width: 70%;
bottom: 4.5%;
}

@media (min-width: 481px){
#contents .modal_wrap#modal_2503_maboroshi .modal_inner {
width: 420px;
max-height: 90vh;
}
/* min-width: 481px */}

@media (max-width: 480px) {
#contents .modal_wrap#modal_2503_maboroshi .modal_inner{
max-height: 80vh;
width: 80%;
}
/* max-width: 480px */}



#contents #modal_2504_book .modal_inner>div{
position: relative;
}
#contents #modal_2504_book .modal_inner>div a{
display: block;
position: absolute;
width: 42%;
bottom:2%;
right:0;
left:0;
margin: 0 auto;
}

@media (min-width: 481px){
#contents #modal_2504_book .modal_inner{
max-width: 440px;
}
#contents #modal_2504_book .modal_inner img{
max-height: 90vh;
}
/* min-width: 481px */}

@media (max-width: 480px) {
#contents #modal_2504_book .modal_inner{
width: 90%;
}
/* max-width: 480px */}


/* ----------------------------------- */

/* 250908翻訳用cssここから */
.flex_box a{
  text-decoration: none;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  margin-bottom: 30px;
}

.flex_box .pokemon_txt_box{
  padding: 4px 5px 8px;
}
.flex_box .pokemon_txt_box .number_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  line-break: auto;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.flex_box .pokemon_txt_box .number_flex .number{
  color: #19aac4;
  font-weight: bold;
  font-size: 0.78rem;
  line-height: 1em;
  width: 50%;
}

.flex_box .pokemon_txt_box .number_flex .new_sale{
  color: #fff;
  font-weight: bold;
  background: #ee3927;
  border-radius: 3px;
  padding: 5px;
  font-size: 0.625rem;
  text-align: center;
  line-height: 1em;
  width: 50%;
}

.flex_box .pokemon_txt_box .name{
  color: #000;
  font-weight: bold;
  font-size: 0.8rem;
  text-align: center;
  margin-top: 4px;
  line-height: 1.2em;
}

.flex_box .pokemon_txt_box .name .name_txt_small{
  font-size: 0.625rem;
}

.ttl_txt_1{
  font-size: 1.7rem;
  font-weight: bold;
  text-shadow: 1px 1px #000000;
  color: #fff;
  text-align: center;
  border-top: 3px #fff solid;
  border-bottom: 3px #fff solid;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
}

.ttl_txt_2{
  font-size: 1.7rem;
  font-weight: bold;
  color: #e50012;
  text-shadow: -1px -1px 1px #ffffff, 1px 1px #000000;
  text-align: center;
  margin-top: -10%;
}

.btn_lineup_anchor_txt{
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 5px;
}

.btn_lineup_anchor_arrow{
  max-width: 25px;
  width: 8%;
  margin-bottom: 1%;
}

.ttl_01_img_box, .ttl_02_img_box{
  position: relative;
  margin-bottom: 30px;
}
.ttl_01_img_txt_01{
  position: absolute;
  font-size: 1.2rem;
  font-weight: bold;
  color: #e50012;
  -webkit-text-stroke: 6px rgb(255, 255, 255);
  paint-order: stroke;
  bottom: 10%;
  right: 5%;
  letter-spacing: 0.01em;
}
.ttl_01_img_txt_01 span{
  font-size: 2rem;
}

.ttl_01_img_txt_02{
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin: 10px 0;
}

.ttl_02_img_txt_01{
  position: absolute;
  font-size: 1.2rem;
  font-weight: bold;
  color: #e50012;
  -webkit-text-stroke: 6px rgb(255, 255, 255);
  paint-order: stroke;
  bottom: 18%;
  right: 10%;
  letter-spacing: 0.01em;
}
.ttl_02_img_txt_01 span{
  font-size: 2rem;
}

.link_s_txt_box{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
}
.link_s_txt {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  width: 90%;
  text-align: center;
  line-height: 1.3em;
}
.link_s_arrow{
  width: 7px;
}

@media (max-width: 480px) {
.flex_box .pokemon_txt_box .name{
  font-size: 3vw;
}
.flex_box .pokemon_txt_box .number{
  font-size: 3vw;
}
.flex_box .pokemon_txt_box .number_flex .new_sale{
  font-size: 2.15vw;
  padding: 3px;
}
.flex_box .pokemon_txt_box .name .name_txt_small{
  font-size: 2vw;
}
.ttl_txt_1, .ttl_txt_2{
  font-size: 5.67vw;
  margin-top: -9vw;
}
.ttl_01_img_txt_01, .ttl_02_img_txt_01{
  font-size: 4.00vw;
}
.ttl_01_img_txt_01 span, .ttl_02_img_txt_01 span{
  font-size: 6.67vw;
}
.btn_lineup_anchor_txt{
  font-size: 5vw;
}
.link_s_txt {
  font-size: 3.33vw;
}
}
/* ----------------------------------- */