@charset "UTF-8";
/*------------------------------------------------------------*/
/*記事の背景*/
/*メインビジュアル*/
/*H3記事の大見出し*/
/*H4記事の中見出し*/
/*段落*/
/*引用*/
/*イベントトップリスト設定*/
/*------------------------------------------------------------*/

/*------------------------------------------------------------*/
/*記事の背景*/
/*------------------------------------------------------------*/
article {
  width: 968px;
  background: #FFF;
  margin: 50px auto;
  padding: 0 0 50px;
}
/*------------------------------------------------------------*/
/*メインビジュアル*/
/*------------------------------------------------------------*/
.newsKey {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.newsKey img{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
/*------------------------------------------------------------*/
/*H3記事の大見出し*/
/*------------------------------------------------------------*/
#event h3 {
  width: 1016px;
  background-image: url("/products/conan-cardgame/public/_image/newsH3BG.png"), url("/products/conan-cardgame/public/_image/newsH3BG_BtmL.svg"), url("/products/conan-cardgame/public/_image/newsH3BG_BtmR.svg");
  background-repeat: no-repeat;
  background-position: center bottom 22px, left bottom, right bottom;
  background-size: 100% auto, 25px 22px, 25px 22px;
  margin: 0 0 0 -25px;
  padding: 4px 0 26px;
  font-size: 26px;
  color: #FFF;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}
#event h3 strong {
  display: block;
  padding: 12px 0 12px;
  font-size: 26px;
  border-top: 2px solid rgba(255, 255, 255, 0.4);
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}
/*------------------------------------------------------------*/
/*H4記事の中見出し*/
/*------------------------------------------------------------*/
#event h4 {
  width: 794px;
  background: none;
  background-image: url("/products/conan-cardgame/public/_image/newsH4BG.png");
  background-position: center bottom;
  margin: 40px auto 24px;
  padding: 8px 12px 8px;
  border-radius: 12px;
  font-size: 22px;
  color: #FFF;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}

/*------------------------------------------------------------*/
/*強調文字*/
/*------------------------------------------------------------*/
strong {
  font-size: 24px;
}

/*------------------------------------------------------------*/
/*段落*/
/*------------------------------------------------------------*/
p {
  max-width: 780px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}
/*------------------------------------------------------------*/
/*<i>設定*/
/*------------------------------------------------------------*/ 
i {font-style:normal

}


/*------------------------------------------------------------*/
/*引用*/
/*------------------------------------------------------------*/
blockquote {
  width: 780px;
  background: #ededed;
  margin: 0 auto;
  padding: 12px 24px;
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
}
/*引用内見出し*/
blockquote b {
  display: block;
  font-size: 18px;

}
/*------------------------------------------------------------*/
/*注意文言*/
/*------------------------------------------------------------*/
small {
  display: inline-block;
  padding: 4px 0;
  opacity: 0.6;
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;

}
/*赤文字*/
small em {
  opacity: 1;
  text-align: left;
  font-size: 13px;
  color: #bf1f1f;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}

/*赤文字*/
small i {
  font-style: normal;
}
/*------------------------------------------------------------*/
/*画像内の注意文言*/
.imgBox small {
  display: block;
  width: 480px;
  margin: 0 auto;

}

/*------------------------------------------------------------*/
/*リンク設定*/
/*------------------------------------------------------------*/
/*青いボタン*/
a b {
  display: block;
  width: 420px;
  background: #11315b;
  margin: 24px auto;
  padding: 10px 12px 9px;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  border-radius: 40px;
  text-decoration: none;
  text-align: center;

}
/*グレーのボタン*/
a i {
  display: block;
  width: 420px;
  background: #ededed;
  margin: 24px auto 0;
  padding: 10px 12px 9px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  border-radius: 40px;
  text-decoration: none;
  text-align: center;
  width: 40%;
}

i.btn {
  opacity: .4;
  width: 40%;
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  background: #ededed;
  text-align: center;
  margin: 0 auto;
  font-style: normal;
  border-radius: 40px;
  text-decoration: none;
  padding: 10px 12px 9px;
}
.box_btn {
    width: 70%;
    margin: 0 auto;
}

a {
  color: #134791;
  text-decoration: none;
}

a:visited {
  color: #134791;
  text-decoration: none;
}



/*------------------------------------------------------------*/
/*開催エリア・会場*/
/*------------------------------------------------------------*/
figure.table {
  max-width: 794px;
  margin: 0 auto;
}
td{
display:block;
}
td:first-child {
  font-size: 20px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 8px;
  padding: 0 24px 8px;
  border-bottom: 1px solid #CCC;
  text-align: left;
}
td:last-child {
  font-size: 15px;
  text-align: left;
  padding: 0 24px 16px;
}
article ul, article ol {
  width: 794px;
  margin: 0 auto;
  text-align: left;
  padding-left: 40px;
  list-style: disc;
}

/*------------------------------------------------------------*/
/*tableに差し変わったので削除*/
/*------------------------------------------------------------*/
dl {
  width: 760px;
  margin: 0 auto;
  padding: 0;
  margin: 0 auto;
}

dl dt {
  font-size: 20px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 8px;
  padding: 0 24px 8px;
  border-bottom: 1px solid #CCC;
  text-align: left;
}

dl dd {
  font-size: 15px;
  text-align: left;
  padding: 0 24px 16px;
}

/*--------------------------------------------------------------------*/
/*イベントトップリスト設定*/
/*--------------------------------------------------------------------*/


#event h4 {
  max-width: 920px;
	width: 100%;
  background: none;
  background-image: url("/products/conan-cardgame/public/_image/newsH4BG.png");
  background-position: center bottom;
  margin: 40px auto 24px;
  padding: 8px 12px 6px;
  border-radius: 12px;
  font-size: 22px;
  color: #FFF;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
  background-size: cover;
}

/*ニュースのリスト*/
ul.eventList {
  max-width: 920px;
  margin: 0 auto;
  padding: 24px 0 50;
    display: flex;
    flex-wrap: wrap;
    gap: 0px 2%;
}
/*ニュースのリスト1件レイアウト*/
ul.eventList li {
  position: relative;
  width: 49%;
  background: #FFF;
  margin-bottom: 20px;
  padding: 16px 16px 4em;
  border-radius: 16px;
  border: 1px solid #ececec;
  box-sizing: border-box;
  transition: all 1s ease-out;
}
/*ul.eventList li:hover{
 opacity: 0.6;
 transition: all 1s ease-out;
}*/
/*--------------------------------------------------------------------*/
/*リンクを要素全体*/
/*ul.eventList li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}*/
ul.eventList li .box_btn a {
    position: static;
    background-color: #11315b;
    color: #fff;
    padding: .4em 2em .5em;
    border-radius: 100px;
    display: block;
    width: fit-content;
    margin: .8em auto 0;
}
ul.eventList li .box_btn a:hover{
	opacity:.7;
}
/*--------------------------------------------------------------------*/
/*サムネイル*/
ul.eventList li .icon {
  margin-bottom: 10px;
  position: relative;
}
/*ul.eventList li .icon:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 62.5%;
}
ul.eventList li .icon picture {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}
ul.eventList li .icon picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}*/
a.overlay_link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
a.overlay_link:hover {
    background-color: rgba(255, 255, 255, .3);
}

/*テキストレイアウト*/
ul.eventList li .text {
/*  width: 60%;
  text-align: left;*/
}
/*--------------------------------------------------------------------*/
/*記事の見出し*/
ul.eventList li .title {
  margin: 0.3em 0;
  font-size: 18px;
  line-height: 1.4;
  border-left: 5px solid #333;
    padding-left: .5em;
    font-weight: bold;
}
/*発売日と価格*/
ul.eventList li .text .day,
ul.eventList li .text .price {
  font-size: 15px;
  color: #9a9a9a;
}
ul.eventList li .text p {
  width: 100%;
}

.wrap_outline .box_btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
}
/*--------------------------------------------------------------------*/
/*ニュースアイコンカラー設定*/
/*--------------------------------------------------------------------*/
/*デッキ・イベント1*/
ul.eventList li .text span.category,
ul.eventList li .text span.deck,
ul.eventList li .text span.event1 {
  font-size: 11px;
  color: #FFF;
  background: #ff8400;
  padding: 5px 10px;
}
/*商品情報・パック・イベント2*/
ul.eventList li .text span.category.product,
ul.eventList li .text span.category.pack,
ul.eventList li .text span.event2 {
  background: #ff0042;
}
/*イベント・その他・イベント3*/
ul.eventList li .text span.category.event,
ul.eventList li .text span.category.other,
ul.eventList li .text span.event3 {
  background: #217fce;
}
/*キャンペーン*/
ul.eventList li .text span.category.campaign {
  background: #69c029;
}

@media screen and (max-width:900){
	section#event {
	    padding: 0 15px;
	    box-sizing: border-box;
	}
}

/*-----------------------------------------------SP用ページ用設定*/
@media screen and (max-width: 667px) {
  h2 {
/*    position: relative;
    width: 100%;
    height: auto;
    background: url("../../_image/h2BG.png")repeat-x center top/auto 100%;
    padding-bottom: calc(100% * 160/800);
    padding-bottom: calc(100% * 300/800);
    color: #FFF;
    line-height: 1;
    text-align: center;
    box-shadow: inset 0px 12px 25px 5px rgba(0, 0, 0, 0.8);*/
  }

  h2 b {
/*    display: block;
    color: #FFF;
    font-size: 28px;
    letter-spacing: 0.05em;
    padding: 26px 0 4px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);*/
  }

  h2 i {
/*    display: block;*/
    display: none;
    color: #FFF;
    font-size: 8px;
    letter-spacing: 0.05em;
    font-style: normal;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
  }

  h2 .ph {
    position: absolute;
    height: calc(100% * 300/800);
    top: 0;
    left: 55%;
    z-index: 3;
  }

  h2 .ph2 {

    position: absolute;
    height: calc(100% * 300/800);
    top: 0;
    left: 58%;
    mix-blend-mode: overlay;
    /* オーバーレイを指定 */
    z-index: 2;
  }



  #conan {
/*    background: url("/products/conan-cardgame/public/_image/BG.png") repeat center top/1600px auto;*/
  }




  article {
    width: 100%;
    background: #FFF;
    margin: 24px auto;
    padding: 0 0 24px;
  }


  h3 {
    min-height: 60px;
    position: relative;
    width: 100%;
    background-image: url("/products/conan-cardgame/public/_image/newsH3BG.png"), url("/products/conan-cardgame/public/_image/newsH3BG_BtmL.svg"), url("/products/conan-cardgame/public/_image/newsH3BG_BtmR.svg");
    background-repeat: no-repeat;
    background-position: center bottom 8px, left bottom, right bottom;
    background-size: 100% auto, 10px auto, 10px auto;
    margin: 0 auto -14%;
    padding: 4px 0 12px;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
  }



  h3 strong {
    display: block;
    padding: 12px 0 10px;
    font-size: 18px;
    border-top: 2px solid rgba(255, 255, 255, 0.4);
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);

  }



  p {
    width: 88%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
  }


  blockquote {
    width: 88%;
    background: #ededed;
    margin: 0 auto;
    padding: 12px 24px;
    font-size: 15px;
    line-height: 1.6;
    text-align: left;
  }

  blockquote b {
    display: block;
    font-size: 16px;

  }


  small {
    opacity: 0.6;
    text-align: left;
    font-size: 13px;
    line-height: 1.6;
  }

  small em {
    opacity: 1;
    text-align: left;
    font-size: 13px;
    color: #bf1f1f;
  }


  .imgBox small {
    display: block;
    width: 90%;
    margin: 12px auto 0;

  }


  .news h4 {
    width: 94%;
    background: none;
    background-image: url("/products/conan-cardgame/public/_image/newsH4BG.png");
    background-position: center bottom;
    margin: 40px auto 24px;
    padding: 8px 12px 6px;
    border-radius: 12px;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
  }

  strong {
    display: block;
    font-size: 18px;
  }

  a b {
    width: 90%;
    display: block;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    background: #042c64;
    text-align: center;
    margin: 0 auto;
    border-radius: 40px;
    text-decoration: none;
    padding: 10px 12px 9px;

  }
  .box_btn a b{
	margin:24px auto;
  }

  a i {
    width: 90%;
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    background: #ededed;
    text-align: center;
    margin: 0 auto;
    font-style: normal;
    border-radius: 40px;
    text-decoration: none;
    padding: 10px 12px 9px;


  }

  i.btn {
    opacity: .4;
    width: 90%;
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    background: #ededed;
    text-align: center;
    margin: 0 auto;
    font-style: normal;
    border-radius: 40px;
    text-decoration: none;
    padding: 10px 12px 9px;


  }

  a {
    color: #134791;
    text-decoration: none;
  }


  dl {
    width: 94%;
    margin: 0 auto;
    padding: 0;
    margin: 0 auto;
  }

  dl dt {
    font-size: 16px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 8px;
    padding: 0 8px 8px;
    border-bottom: 1px solid #CCC;
    text-align: left;
  }

  dl dd {
    font-size: 15px;
    text-align: left;
    padding: 0 8px 16px;
  }

/*--------------------------------------------------------------------*/
/*イベントトップリスト設定*/
/*--------------------------------------------------------------------*/
#event h4 {
  width:98%;
  background: none;
  background-image: url("/products/conan-cardgame/public/_image/newsH4BG.png");
  background-position: center bottom;
  margin: 40px auto 6px;
  padding: 8px 12px 6px;
  border-radius: 12px;
  font-size: 15px;
  color: #FFF;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}

/*ニュースのリスト*/
ul.eventList {
  width:98%;
  margin:0 auto;
padding: 6px 0;
}
/*ニュースのリスト1件レイアウト*/
ul.eventList li {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background: #FFF;
  margin-bottom: 10px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #ececec;
  box-sizing: border-box;
  transition: all 1s ease-out;
}
ul.eventList li:hover{
 opacity: 0.6;
 transition: all 1s ease-out;
}
.wrap_outline .box_btn {
    position: static;
    transform: unset;
}
/*--------------------------------------------------------------------*/
/*リンクを要素全体*/
ul.eventList li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/*--------------------------------------------------------------------*/
/*サムネイル*/
ul.eventList li .icon {
/*  width: 40%;
  padding: 0 20px 0 0;*/
}
/*テキストレイアウト*/
ul.eventList li .text {
/*  width: 60%;
  text-align: left;*/
}
/*--------------------------------------------------------------------*/
/*記事の見出し*/
ul.eventList li .text .title {
  margin: 0.3em 0 0.3em;
/*  font-size: 15px;*/
  line-height: 1.4;
}
/*発売日と価格*/
ul.eventList li .text .day,
ul.eventList li .text .price {
  font-size: 14px;
  color: #9a9a9a;
}
ul.eventList li .text p {
  width: 100%;
}

  /*end media----------------------------------*/
}