@charset "UTF-8";

.booth_info .wrap .booth_info_head .btn.exhibit {
  font-weight: bold;
  background-color: #fff;
}
.booth_info .wrap .booth_info_head .btn.exhibit p {
  color: #000;
}

@media screen and (min-width: 768px) {
  .booth_info .wrap .title_list > ul li.andmore {
    cursor: auto;
  }
  .booth_info .wrap .title_list > ul li.andmore:hover img{
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.comingsoon {
    margin: 0 auto;
    padding: 6rem 0;
    font-size: 4rem;
    font-weight: bold;
    background: rgba(255, 255, 255, .3);
    border-radius: 6px;
    text-align: center;
}
#nijigen_cospa .comingsoon span{
  color: #0069af;
  display: block;
}
#geestore .comingsoon span{
  color: #d15400;
  display: block;
}
.comingsoon span:nth-child(2){
  font-size: 50%;
}

.goods_item .img a {
  display: block;
  position: relative;
  padding-bottom: 100%;
}
.goods_item .img a img{
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.modal .modal_overlay .modal_container .goods_list .goods_item .img {
  position: relative;
}
.hide::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14%;
  height: 24%;
  background: #ffffff;
  z-index: 1;
  pointer-events: none;
}

li.noclick {
  position: relative;
  cursor: auto!important;
}

li.noclick::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,153,255,.2);
  z-index: 1;
}

li.noclick>p {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  z-index: 2;
  color: #09f;
}

@media screen and (min-width: 768px){
.booth_info .wrap .title_list > ul li.noclick:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
}

@media screen and (max-width: 970px){
  li.noclick>p {
    font-size: 10px;
  }
}

#geestore li.noclick::before {
  background: rgba(255,102,0,.2);
}
#geestore li.noclick>p {
  color: #FF6600;
}

#tbs li.noclick::before {
  background: rgba(0,80,255,.2);
}
#tbs li.noclick>p {
  color: #0050FF;
}

.attention-box {
  border: 1px solid #ccc;
  padding: 1em;
  margin: 0 0 1em;
  text-align: justify;
  border-radius: 2px;
}
.attention-box h4{
  background: #ffe6e6;
  padding: 0.5em;
  margin: 0 0 0.5em;
}

p.t-coming {
  color: #f20;
  padding: 1em;
  margin: 1em 0 2em;
  font-size: 1.4em;
  font-weight: bold;
  border: 2px solid #f20;
  text-align: center;
}

.pc-br {
  display: block;
}
@media screen and (max-width: 500px){
  .pc-br {
    display: none;
  }
}

.modal .modal_overlay .modal_container #nijigen_campaign p.campaign-kikan {
  border: 1px solid #150c3b;
  line-height: 1.4;
  padding: 0.5em 0;
  margin: 0.5em 0;
}



li.creators_text {
  background: #f1f1f1;
}
li.creators_text h3 {
  font-size: 1.2em;
  text-align: center;
  background: #150c3b;
  color: #fff;
  padding: 0.5em;
  margin: 0 0 0.2em;
  border-radius: 4px;
  line-height: 1.2;
}
@media screen and (min-width: 768px){
  .modal .modal_overlay .modal_container .creators_list {
    -ms-grid-columns: 1fr 1fr 2fr;
    grid-template-columns: 1fr 1fr 2fr;
  }
}
@media screen and (min-width: 900px){
  .modal .modal_overlay .modal_container .creators_list {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

#campaign_icon {
  grid-column: span 2;
  background: #fff;
  border: 2px solid #150c3b;
  border-radius: 4px;
}

h3 {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 2px solid #140a3c;
  border-left: 8px solid #140a3c;
  margin: 0 0 2rem;
  padding: 0.5em;
  line-height: 1.2;
}

.title_item {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.booth_info .wrap .title_list > ul li.new::before {
  content: 'NEW';
  position: absolute;
  font-size: min(3.5vw,16px);
  font-weight: 500;
  top: 0;
  left: 0;
  color: #fff900;
  background: #000;
  border-radius: 0 0 10px 0;
  padding: 0 1em;
  z-index: 1;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.about__right {
  height: 500px;
  overflow-y: scroll;
}
@media screen and (min-width: 768px){
.about__right {
    height: 800px;
}
}

#cospa-twitter {
    position: relative;
    text-align: center;
    display: block;
    background: linear-gradient(45deg, #00148c,#000050,#461e78);
    padding: 1em;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 100px;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #000050;
    margin: 2rem auto;
    max-width: 500px;
}
#cospa-twitter::before {
  content: '';
  background: url(../img/arrow_right_white.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  width: 1.6em;
  height: 1.6em;
  top: 0;
  bottom: 0;
  right: 1.2em;
  margin: auto;
  transition: all 0.2s ease;
}
#cospa-twitter:hover {
  background: #140a3c;
  box-shadow: 0 0 0 1px #140a3c;
}
#cospa-twitter:hover::before {
  transform: translateX(.2em);
}

@media screen and (min-width: 768px){
  #cospa-twitter {
    font-size: 1.6rem;
  }
}

.pr-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
#pr-img {
  max-width: 500px;
  margin: 2em;
}
@media screen and (max-width: 1000px){
  .pr-wrap {
    flex-wrap: wrap;
  }
}

.sns {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 0 1em;
  font-weight: normal;
  height: 60px;
}
.sns li {
  list-style: none;
  margin: 5px;
  color: #ffffff;
}
.sns li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #fff;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
#t-icon a {
  padding: 10px;
}
#t-icon path {
  fill: #000;
}
#f-icon path {
  fill: #1877f2;
}
#l-icon path {
  fill: #00B900;
}
#share {
  text-align: center;
  margin: 20px 0 0;
  font-size: 1.2rem;
  font-weight: bold;
  color: #150c3b;
}

.booth_info .wrap .title_list > ul li.no-img {
  position: relative;
  padding-bottom: 100%;
  background: #fff;
}
.booth_info .wrap .title_list > ul li.no-img span{
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: min(1.8vw,26px);
  font-weight: 900;
  color: #150c3b;
  align-content: center;
}
@media screen and (max-width: 899px){
  .booth_info .wrap .title_list > ul li.no-img span {
    font-size: min(2.5vw,26px);
  }
}
@media screen and (max-width: 599px){
  .booth_info .wrap .title_list > ul li.no-img span {
    font-size: min(3.6vw,20px);
  }
}

.booth_info .wrap .title_list > ul li:not(.yokoku):hover {
  box-shadow: 0 0 0 3px #000;
}
.booth_info .wrap .title_list > ul li.yokoku {
  cursor: unset;
  border: 4px solid #fff;
  padding-bottom: calc(100% - 8px);
}
.booth_info .wrap .title_list > ul li.yokoku span{
  color: #fff;
}
#nijigen_cospa .wrap .title_list > ul li.yokoku {
  background: #09f;
}
#geestore .wrap .title_list > ul li.yokoku {
  background: #f60;
}
#bbshop .wrap .title_list > ul li.yokoku {
  background: #f35a4b;
}

#top .wrap .top_text__wrap p#senkoinfo {
  position: relative;
  border: 2px solid #f00;
  color: #f00;
  background: #fff;
  margin: 1em auto;
  max-width: 500px;
  cursor: pointer;
  border-radius: 50px;
  padding: 1em;
}
#top .wrap .top_text__wrap p#senkoinfo::before {
    content: '';
    background: url(../img/arrow_right_red.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    width: 1.6em;
    height: 1.6em;
    top: 0;
    bottom: 0;
    right: 1.2em;
    margin: auto;
    transition: all 0.2s ease;
}
#senkoinfo:hover::before {
  transform: translateX(.2em);
}

.booth_info#kogado {
  background-color: #fff800;
}
#kogado .booth_name {
  color: #000;
}
.modal .modal_overlay .modal_container .modal_close[data-shop="kogado"] {
  background-color: #fff800;
  color: #000;
}


.pay_list {
  margin: 0 auto;
  background: #000000;
  text-align: center;
}
.pay_list>img {
  max-width: 1024px;
}
ul.about_list {
  padding: 0;
  list-style: none;
  list-style-position: inside;
  margin: 1rem 0;
  text-align: justify;
}
ul.about_list li{
  position: relative;
  margin: 0 0 .8rem;
  line-height: 1.5;
  padding-left: 1.2em;
}
ul.about_list li::before {
  content: '●';
  position: absolute;
  left: 0;
  margin: auto;
  color: #150c3b;
}

p.cat {
  padding: 0 .5rem;
}
p.cat span {
  position: relative;
}
p.cat span::before {
  padding: 0 4px;
  margin: 0 4px 0 0;
}
p.cat span.new::before {
  content: '新商品';
  border: 1px solid #f20;
  color: #f20;
  background: #fff;
}
p.cat span.senko::before {
  content: '先行販売';
  border: 1px solid #02f;
  color: #fff;
  background: #02f;
}
p.cat span.gentei::before {
  content: '限定販売';
  border: 1px solid #f20;
  color: #fff;
  background: #f20;
}
@media screen and (max-width: 767px){
  p.cat {
    font-size: .8rem;
  }
}

