@charset "UTF-8";
/*----------------------------------------------PC用ページ用設定*/
/*最初の目標・ページヘッダーのPC・SPの完成*/
/*共通の設定*/
/*サイトの基本設定*/
/*コンテンツの基本設定*/
/*ヘッダー*/
/*グローバルナビゲーション*/
/*H1設定*/
/*H2各ページのメインビジュアル設定*/
/*H3設定トップページでは不使用*/
/*H4設定トップページでは不使用*/
/*main設定（不使用）※ティザーのメインビジュアル*/
/*スライドバナー設定*/
/*スライドバナー設定（下層ページ）*/
/*商品情報と初心者の方へのバナー*/
/*ムービー設定(トップページ)*/
/* ニュース設定 */
/*タブのナビゲーション*/
/*タブのレイアウト*/

/*カード検索設定*/
/*フォームアイテムの設定*/

/*ボタン設定*/
/*ニュース設定*/
/*ニュースリスト*/
/*ニュースアイコンカラー設定*/
/*SNSへのリンク*/
/*フッター*/
/*表示非表示*/
/*ページローダー*/
/*YOUTUBEレスポンシブ*/
/*------------------------------------------------------PC用ページ用設定*/
/*--------------------------------------------------------------------*/
/*共通の設定*/
img,
svg {
  max-width: 100%;
  height: auto;
}
/*セクション・ピクチャーの設定*/
section picture {
  position: relative;
  display: block;
}
/*--------------------------------------------------------------------*/
/*注釈文字*/
small {opacity: 0.8;}
/*--------------------------------------------------------------------*/
/*リンク*/
a:link,
a:visited {text-decoration: none;}
a:hover,
a:active {text-decoration: none;}
/*--------------------------------------------------------------------*/
/*サイトの基本設定*/
/*--------------------------------------------------------------------*/
body {
  font-size: 15px;
  color: #333;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
/*SPメニューを開い時にbodyを固定*/
body.fixed {
  position: fixed;
}
/*--------------------------------------------------------------------*/
/*コンテンツの基本設定*/
/*--------------------------------------------------------------------*/
#conan {
  background: url("../_image/BG.jpg") repeat center top/1600px auto;
  border-top: 1px solid #223687;
}
/*--------------------------------------------------------------------*/
/*ヘッダー*/
/*--------------------------------------------------------------------*/
#header01 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  background: #FFF;
  margin: 0 auto;
  padding: 4px 12px;
  font-size: 0;
  text-align: left;
  /*justify-content: center;*/
}
#header01.fix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
}
/*PCのロゴ*/
  #header01 #logo {
    width: 192px;
    margin-left: 0;
    margin-right: 0;
  }
/*--------------------------------------------------------------------*/
/*グローバルナビゲーション*/
/*--------------------------------------------------------------------*/
#header01 nav ul#globalNavi {
  display: flex;
  flex-wrap: nowrap;
  min-width: 732px;
  font-size: 15px;
  /*bold設定*/
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#header01 nav ul#globalNavi li {
  margin-left: 1.2em;
}
/*リンク*/
#header01 nav ul#globalNavi li a {
  color: #11315b;
}
/*アクティブリンク*/
#header01 nav ul#globalNavi li.active a {
  background: #11315b;
  padding: 0 2px;
  color: #fff;
}
/*--------------------------------------------------------------------*/
/*H1設定*/
/*--------------------------------------------------------------------*/
h1 {
  background: #223687;
  padding: 4px 0;
  font-size: 13px !important;
  color: #FFF;
  font-weight: normal !important;
}
/*--------------------------------------------------------------------*/
/*H2各ページのメインビジュアル設定*/
/*--------------------------------------------------------------------*/
h2 {
  width: 100%;
  position: relative;
  background: url("../_image/h2BG.webp") no-repeat center top/auto 100%;
  background-position: left;
    background-repeat: no-repeat;
  color: #FFF;
  line-height: 1;
  padding: 2em 2em 2.5em 4.5em;
}

/*キャラクター画像
h2 .picture,h2 .shadow  {
  position: relative;
  width: 100%;
  position: absolute;
  height: 220px;
}*/

/*--------------------------------------------------------------------*/
/*始めての方へ
h2.beginner .picture {
  background: url("../_image/h2_beginner.png") no-repeat center top/auto 100%;
  z-index: 3;
}
h2.beginner .shadow {
  background:url("../_image/h2_beginner_sh.png") no-repeat center top/auto 100%;
  mix-blend-mode: overlay; 
  z-index: 2;
}*/
/*ルール・Q&A
h2.rule {
  background: url("../_image/h2_rule.jpg") no-repeat center top, url("../_image/h2BG.png") no-repeat center top;
}*/
/*商品情報
h2.products {
  background: url("../_image/h2_products.jpg") no-repeat center top, url("../_image/h2BG.png") no-repeat center top;
}*/
/*イベント情報
h2.event {
  background: url("../_image/h2_event.jpg") no-repeat center top, url("../_image/h2BG.png") no-repeat center top;
}*/
/*カード検索
h2.cardlist {
  background: url("../_image/h2_cardlist.jpg") no-repeat center top, url("../_image/h2BG.png") no-repeat center top;
}*/
/*ニュース
h2.news {
  background: url("../_image/h2_news.jpg") no-repeat center top, url("../_image/h2BG.png") no-repeat center top;
}*/
/*取り扱いショップ
h2.store {
  background: url("../_image/h2_store.jpg") no-repeat center top, url("../_image/h2BG.png") no-repeat center top;
}*/
/*ムービーページ（不使用）
h2.movie {
  background: url("../_image/h2_movie.jpg") no-repeat center top, url("../_image/h2BG.png") no-repeat center top;
}*/
/*--------------------------------------------------------------------*/
/*H2見出しテキスト*/
h2 b {
  display: block;
  width: fit-content;
  color: #FFF;
  font-size: 32px;
  letter-spacing: 0.05em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
  width: fit-content;
}
/*--------------------------------------------------------------------*/
/*DETECTIVE CONAN CARD GAME*/
h2 i {
  position: absolute;
  display: none;
  width: 100%;
  padding: 86px 0 4px;
  color: #FFF;
  font-size: 6px;
  letter-spacing: 0.05em;
  font-style: normal;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
  z-index: 5;

}
/*--------------------------------------------------------------------*/
/*不使用メインビジュアルの画像設定*/
h2 .ph {
  position: absolute;
  height: 220px;
  top: 0;
  left: 51%;
  z-index: 3;
}
/*--------------------------------------------------------------------*/
/*不使用メインビジュアルのシャドウの画像設定*/
h2 picture.shadow {
  mix-blend-mode: overlay;
  /* オーバーレイを指定 */
  z-index: 1;
}
/*--------------------------------------------------------------------*/
/*h3設定*/
/*--------------------------------------------------------------------*/
h3 {
}
  /*トップページ専用（NEWSとMOVIEs）*/
  .h3Sub {
  width: 128px;
  margin: 0 auto;
}


/*--------------------------------------------------------------------*/
/*h4設定*/
/*--------------------------------------------------------------------
h4 {
  background: url("../_image/h2Line.svg") no-repeat center top/1px 100%;
  padding: 0 0 80px;

}*/
/*--------------------------------------------------------------------*/
/*main設定（不使用）*/
/*--------------------------------------------------------------------
main {
  display: block;
  width: 100%;
  background: #000306 url("../_image/mainBG.png") repeat-x center top/auto 100%;
}*/

/*--------------------------------------------------------------------*/
/*メインスライドバナー設定*/
/*--------------------------------------------------------------------*/
/* スライドバナー */
section#mainBanners {
  width: 100%;
  margin: 0 auto;
  padding: 45px 0;
  overflow: hidden;
  background: #000306 url("../_image/mainBG.jpg") repeat-x center top/2200px auto;
}
section#mainBanners li img {
  width: 100%;
}
/*バナーの左右のパディング*/
.sliderBanner li {
  padding: 0 15px;
}
/*--------------------------------------------------------------------*/
/*メインスライドバナー設定（下層ページ）*/
/*--------------------------------------------------------------------*/
.slider2 {
  max-width: 1016px;
  margin: 40px auto;
  background: #f3f3f3;
  padding: 20px 30px;
}
.slider2 .sliderBanner li {
  padding:5px;
}

/*--------------------------------------------------------------------*/
/*商品情報と初心者の方へのバナー*/
/*--------------------------------------------------------------------*/
/* レイアウト */
section#subBanners {
  width: 820px;
  margin: 0 auto;
  padding: 40px 0 0;

}
/*バナーのリスト*/
section#subBanners ul {
  display: flex;
  justify-content: center;
}

section#subBanners ul li {
  margin: 0 10px;
}
/*--------------------------------------------------------------------*/
/*バナーのサイズ基本*/
.subBanner {
  width: 380px;
  height: 250px;
  margin: 0;
  padding: 0;
  position: relative;
}
/*--------------------------------------------------------------------*/
/*バナーの名前（デバイスフォント）*/
.subBanner .bnTitle {
  position: absolute;
  z-index: 5;
  bottom: 6px;
  color: #FFF;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 18px;
}
/*--------------------------------------------------------------------*/
/*ロゴ*/
.subBanner .logo {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
}
/*始めての方はこちら*/
.subBanner.subBanner2 .logo {
  right: 0;
  bottom: auto;
  top: 10x;
}
/*--------------------------------------------------------------------*/
/*角Rのマスク（修正で四角形になったので画像差し替え）*/
.subBanner .mask {
  position: absolute;
  z-index: 2;
  width: 380px;
  height: 210px;
  mask-image: url(../_image/bn_mask.png);
  -webkit-mask-image: url(../_image/bn_mask.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
/*マスクの画像*/
.subBanner .mask img {
  position: absolute;
  right: 0;
  top: 0;
}
/*マスクの画像（初めての方はこちら）*/
.subBanner.subBanner2 .mask img {
  position: absolute;
  right: 0px;
  top: 0px;
}
/*--------------------------------------------------------------------*/
/*バナーの背景*/
.subBanner .base {
  position: absolute;
  z-index: 1;
}

/*--------------------------------------------------------------------*/
/* ムービー設定 */
/*--------------------------------------------------------------------*/
/*トップページ用背景*/
section#movie {
  width: 100%;
  background: #000306 url("../_image/mainBG.jpg") repeat-x center top/2200px auto;
  margin: 0 auto;
  padding: 50px 0;
}
/*動画のサイズ*/
section#movie .mov {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content:space-between;
}

/*--------------------------------------------------------------------*/
/* ニュース設定 */
/*--------------------------------------------------------------------*/
/*タブのナビゲーション*/
/*--------------------------------------------------------------------*/
.tab-area {
  display: flex;
  width: 670px;
  margin: 20px auto 28px;
  font-size: 15px;
  cursor: pointer;
  justify-content: center;
  /* カーソルポインターに */
}
.tab {
  border: 1px solid #dddddd;
  margin: 3px;
  background-color: #e6e6e6;
  width: calc(100%/6);
  padding: 8px 3px;
  text-align: center;
  border: solid 1px #FFF;
  outline: solid 1px #FFF;
}
#products .tab {
  width: calc(100%/4);

}
/*選択中のタブ*/
.tab.active,.newsTab li.tab-selected3 {
  background-color: #11315b;
  color: #fff;
  border: solid 1px #FFF;
  outline: solid 1px #999;
}

/*--------------------------------------------------------------------*/
/*タブのレイアウト*/
/*--------------------------------------------------------------------*/
/*タブの見出し*/
.caption {
  padding-bottom: 20px;
  font-size: 24px;
  color: #11315b;
  /*bold設定*/
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
/*ニュースがない場合*/

.grid-container p i {
  font-style: normal;
  opacity: 0.6;
}

/*--------------------------------------------------------------------*/
/*タブを初期状態で非表示に設定*/
.panel {
  color: #000;
/*  display: none;*/
  text-align: center;
}
/*クリックでを表示に設定*/
.panel.active {
  display: block;
}
/*--------------------------------------------------------------------*/
/*ニュースリスト*/
/*--------------------------------------------------------------------*/
section#news {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
/*ニュースのリスト*/
ul.newsList {
  max-width: 920px;
  margin: 0 auto;
}
/*ニュースのリスト1件レイアウト*/
ul.newsList li {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  background: #FFF;
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #ececec;
  box-sizing: border-box;
  transition: all 1s ease-out;
}
ul.newsList li:hover{
 opacity: 0.6;
 transition: all 1s ease-out;
}
/*--------------------------------------------------------------------*/
/*リンクを要素全体*/
ul.newsList li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/*--------------------------------------------------------------------*/
/*サムネイル*/
ul.newsList li .icon {
  width: 20%;
    padding: 0;
    position: relative;
/*    background-color: #eee;*/
    margin: 0 20px 0 0;
}
ul.newsList li .icon:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
    position: relative;
}
ul.newsList li .icon img {
    position: absolute;
    width: calc(100% - 2px);
    height: 100%;
    top: 50%;
    left: 50%;
    object-fit: contain;
    transform: translate(-50%, -50%);
}
/*テキストレイアウト*/
ul.newsList li .text {
  width: 80%;
  text-align: left;
}
/*--------------------------------------------------------------------*/
/*記事の見出し*/
ul.newsList li .text .title {
  margin: 0.3em 0 0.3em;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
}
/*発売日と価格*/
ul.newsList li .text .day,
ul.newsList li .text .price {
  font-size: 15px;
  color: #9a9a9a;
}
/*--------------------------------------------------------------------*/
/*ニュースアイコンカラー設定*/
/*--------------------------------------------------------------------*/
/*デッキ・イベント1*/
ul.newsList li .text span.category,
ul.newsList li .text span.deck,
ul.newsList li .text span.event1 {
  font-size: 11px;
  color: #FFF;
  background: #ff8400;
  padding: 5px 10px;
}
ul.newsList li .text span.category{
	display: block;
	width: fit-content;
	position:relative;
}
ul.newsList li .text span.category:before {
    width: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}
/*ul.newsList li .text span.category.products {
    color: #ff8400;
}
ul.newsList li .text span.category.products:before {
    content: "商品情報";
}*/
/*ul.newsList li .text span.category.events {
    color: #217fce;
}
ul.newsList li .text span.category.events:before {
    content: "イベント";
}*/
ul.newsList li .text span.category.news{
    background: #af402f;
}
/*ul.newsList li .text span.category.news:before {
    content: "ニュース";
}
ul.newsList li .text span.category.other:before {
    content: "その他";
}*/
ul.newsList li .text time {
    color: #999;
    font-size: .85rem;
    display: block;
    width: fit-content;
    padding-bottom: .5em;
}
/*商品情報・パック・イベント2*/
ul.newsList li .text span.category.product,
ul.newsList li .text span.category.pack,
ul.newsList li .text span.event2 {
  background: #ff0042;
}
/*イベント・その他・イベント3*/
ul.newsList li .text span.category.events,
ul.newsList li .text span.category.other,
ul.newsList li .text span.event3 {
  background: #217fce;
}
/*キャンペーン*/
ul.newsList li .text span.category.campaign {
  background: #69c029;
/*  color:#69c029;*/
}
/*ul.newsList li .text span.category.campaign:before {
  content:"キャンペーン";
  color:#fff;
}*/
ul.newsList li .text span.category.other{
    background: #ab9323;
}
ul.newsList li .text span.category.prd_goods {
    background: #ab9323;
}



/*--------------------------------------------------------------------*/
/*用途不明*/
/*仮想ページで出てくると考えられる*/
/*--------------------------------------------------------------------*/
.panel.active p.midashi {
  font-size: 25px;
  margin: 1em 0;
  text-align: center;
  width: 100%;
}
/*--------------------------------------------------------------------*/
/*用途不明*/
/*仮想ページで出てくると考えられる*/
/*--------------------------------------------------------------------*/
.comment {
  background: url("../_image/commentBG.png") repeat center top/ auto 100%;
  padding: 0;
}
/*--------------------------------------------------------------------*/
/*用途不明*/
/*仮想ページで出てくると考えられる*/
/*--------------------------------------------------------------------*/
#mv video {
  width: 800px;
  margin: 0 auto;
}



/* 0324記事用のCSS追加 */
article {
  width: 968px;
  background: #FFF;
  margin: 50px auto;
  padding: 0 0 50px;
  border: 1px solid #c8c8c8;
}


h3 {
  width: 1016px;
  background-image: url("../_image/newsH3BG.png"), url("../_image/newsH3BG_BtmL.svg"), url("../_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);
}

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);
}
/*
p {
  width: 780px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}*/

.newsKey {
 /* padding: 55px;*/
}

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;
}

.boxBg {
  width: 780px;
  background: #ebf5fd;
  margin: 45px auto;
  padding: 12px 24px;
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
  border-radius: 10px;
}

.boxBg.green {
  background: #f1f8ee;
}

.boxBg.gray {
  background: #ededed;
}

.boxBg.red {
  background: #f4eaea;
}

.boxBg.gold {
  background: #f9f7e8;
}

.cardList {
  margin: 45px 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
}

.cardList li {
  margin: 3px;
}

small {
  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;
}

.imgBox small {
  display: block;
  width: 480px;
  margin: 0 auto;

}

.news h4 {
  width: 794px;
  background: none;
  background-image: url("../_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);
}

.news h4.green {
  background-image: url("../_image/newsH4BG_green.png");
}

.news h4.gray {
  background-image: url("../_image/newsH4BG_gray.png");
}

.news h4.red {
  background-image: url("../_image/newsH4BG_red.png");
}

.news h4.gold {
  background-image: url("../../image/newsH4BG_brown.png");
}

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

strong.event {
  display: block;
  text-align: left;
  color: #7e925c;
  font-size: 24px;
}


a b {
  width: 40%;
  display: block;
  font-size: 18px;
  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;
}
a:hover b{
	opacity:.8;
}

a b.green {
  background: #0f4f21;
}

a b.gray {
  background: #5f5f5f;
}

a b.red {
  background: #881210;
}

a b.gold {
  background: #56300a;
}

a i {
  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;
}


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;
}

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

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 dt.bold {
  font-size: 24px;
  color: #092463;
}

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

/*-----------------------------------------------カード詳細設定*/
#popup {
  width: 1024px;
  margin: 0 auto;
/*  background: url(../_image/commentBG.png)no-repeat;*/
  position: relative;
}

#popup dl {
  width: 960px;
  margin: 40px auto 80px;
  color: #646464;
}

#popup dl.vertically_long dt {
  width: 400px;
  float: left;
  border: none;
}

#popup dl.vertically_long dd {
  margin-left: 440px;
}

#popup dl.horizontally_long dt {
  width: 520px;
  float: left;
  border: none;
}

#popup dl.horizontally_long dd {
  margin-left: 520px;
}

.cardName {
  width: 100%;
  height: 112px;
  background: url(_image/bg_cardheader_pc.png)no-repeat;
  font-size: 36px;
  text-align: center;
  color: #FFF;
  line-height: 2.2em;
}

ul#cardInfo li {
  display: flex;
  border-bottom: 1px solid #cad1d9;
}

ul#cardInfo li span {
  width: 50%;
  padding: 10px 0;
  font-size: 16px;
}

ul#cardInfo li span.label {
  font-weight: bold;
  color: #000;
}

ul#cardInfo li:last-child {
  border: none
}

.ability {
  position: relative;
  margin: 80px 0 20px;
  background: #DEDEDE;
  padding: 20px;
  border-radius: 10px;
}

.ability .label {
  background-color: #DEDEDE;
  position: absolute;
  top: -2em;
  left: 0px;
  padding: 10px 20px 20px 30px;
  border-radius: 10px;
  font-weight: bold;
  color: #000;
}

.ability .label:before {
  content: '';
  display: block;
  width: 14px;
  height: 23px;
  background-image: url(../card/_image/icon_ability.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 7px;
  left: 10px;
}

p.flaver {
  color: #3e70b3;
}

div.cardNumId {
  width: 100%;
  height: 62px;
  background: url(_image/bg_cardfooter_pc.png)no-repeat;
  font-size: 12px;
  line-height: 3em;
  color: #FFF;
  text-align: right;
  padding-right: 3em;
}









/*-----------------------------------------------*/
/*カード検索設定*/
/*-----------------------------------------------*/
/*ページの幅*/
article#search {
  width: 1016px;
  background: none;
  margin: 0 auto;
  border: none;
}
/*検索の全体レイアウト*/
#searchBox {
  position: relative;
  width: 100%;
  margin: 50px auto 0;
}
/*formエリアの背景*/
#searchBox form {
  background: #FFF;
}
/*-----------------------------------------------*/
/*屋根（非表示にした）*/
#searchBox:before {
  content: '';
  /*display: block;*/
  display: none;
  width: 1016px;
  height: 71px;
  background-image: url(../card/_image/header_search.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -71px;
  left: -7px;
}
/*-----------------------------------------------*/
/*検索条件のレイアウト（左右に分割）*/
#searchBox .flex2 {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 2px;
}
/*-----------------------------------------------*/
/*見出し（フリーワード・商品名・色・カードの種類）*/
.heading {
  width: 240px;
  background: #f2f2f2;
  padding: 10px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*-----------------------------------------------*/
/*選択肢ボタンのレイアウト*/
#searchBox .flex2 div.parts {
  width: 100%;
  text-align: left;
  padding: 10px 35px;
  position: relative;
}

/*-----------------------------------------------*/
/*フォームアイテムの設定*/
/*-----------------------------------------------*/
/*インプットエリア*/
.free_text {
  width: 100%;
  padding: 5px;
  border: 1px solid #eee;
}
/*-----------------------------------------------*/
/*セレクトボックスのレイアウト*/
.selectBox {
  position: relative;
  width: 60%;
  padding: 5px;
  display: inline-block;
  border: 1px solid #eee;
  vertical-align: middle;
}
/*-----------------------------------------------*/
.selectBox select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
/*下三角*/
.selectBox:before {
  position: absolute;
  top: 0.9em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #FFF;
  pointer-events: none;
  z-index: 1;
}
/*下三角背景*/
.selectBox:after {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  width: 2em;
  content: '';
  border-radius: 2px;
  background: #573421;
  z-index: 0;
}
/*矢印文のスペース*/
.selectBox select {
  padding: 0 0 0 0;
  color: #666666;
}
/*-----------------------------------------------*/
/*検索条件ボタン*/
/*-----------------------------------------------*/
/*ボタンを一つ一つ横並びにレイアウト*/
.btn_wrap {
  position: relative;
  display: inline-block;
}
/*チェックボックス*/
.btn_wrap input {
  position: absolute;
  opacity: 0;
  left: 0;
}
/*ラベル*/
.btn_wrap label {
  border: solid 1px #FFF;
  outline: solid 1px #FFF;
  padding: 5px 10px;
  background: #eee;
  display: inline-block;
  cursor: pointer;
  transition: .5s;
}
/*-----------------------------------------------*/
/*ボタンのホバーとチェックされた時に背景を変更*/
.btn_wrap label:hover,
.btn_wrap input:checked+label {
  border: solid 1px #FFF;
  color: #FFF;
  outline: solid 1px #999;
  background: #0c0f2b;
}

/*-----------------------------------------------*/
.btn_wrap input:focus+label {
  box-shadow: 0 0 4px #af975e;
}
/*-----------------------------------------------*/
/*条件をクリアレイアウト*/
#searchText {
  display: flex;
  margin:48px 0 0 8px;
  text-align: left;
}
/*クリアボタン*/
#searchText .cardReset {
  background: #FFF;
  margin-right: 20px;
  padding: 10px;
  color: #11315b;
  border: 1px solid #11315b;
  border-radius: 8px;
}
/*件数*/
#searchText strong {
  display: inline;
  font-size: 28px;
  margin-right: 5px;
}

/*-----------------------------------------------カードリスト*/

ul#cardList {
  display: flex;
  flex-wrap: wrap;
  margin: 10px auto;
}

ul#cardList li {
  width: 18%;
  margin: 1%;
}


ul#cardList li.horizontally_long {
  background: #d4d4d4;
  border-radius: 8px;
  position: relative;
}

ul#cardList li.horizontally_long img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*-----------------------------------------------ページネーション設定*/

.page-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.controls-pagination {
  color: #FFF;
}

button.page-control {
  width: 35px;
  margin: 0 5px;
  height: 35px;
  background: #00132f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  border: 1px solid #FFF;
  justify-content: center;
}

button.page-control.page-control-active {
  background: #FFF;
  color: #00132f;
  border: 1px solid #000
}

.page-control-prev,
.page-control-next {
  background: #00132f;
  border-radius: 20px;
  padding: 0 20px;
  height: 35px;
  margin: 0 20px;
}

/*--------------------------------------------------------------------*/
/*ボタン設定*/
/*--------------------------------------------------------------------*/
/*通常ボタン（紺色）*/
.btnRound b {
  display: block;
  width: 420px;
  background: #11315b;
  margin: 24px auto 0;
  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;
}


/*検索ボタン*/
.btnRound.searchBtn {
  display: block;
  width: 420px;
  background: #573421;
  margin: 24px auto 0;
  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;
}
/*グレ-ボタン*/
.btnRound.sub {
  display: block;
  width: 420px;
  background: #eee;
  margin: 24px auto 0;
  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;
}
/*-----------------------------------------------------------*/
/*SNSへのリンク*/
/*-----------------------------------------------------------*/
.snsList {
  margin: 100px auto 60px;
  text-align: center;
}

.snsList li {
  display: inline-block;
  width: 160px;
  padding: 5px;
  vertical-align: top;
}
.snsList li a:hover {
	opacity:.8;
}
/*-----------------------------------------------------------*/
/*フッター*/
/*-----------------------------------------------------------*/
.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000306 url("../_image/mainBG.jpg") repeat-x center top/2200px auto;
  padding: 24px 0 12px;
  min-width: unset;
}
.footer .wrap_footer_logo {
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 20px;
}
.footer .wrap_footer_logo img {
    margin-bottom: 10px;
}
.footer .wrap_footer_logo .copy {
    color: #fff;
    font-size: .8rem;
}
.footer .footer_annotation {
    max-width: 400px;
    color: #fff;
    font-size: .6rem;
    text-align: left;
    padding: 0 2em;
}

/*-----------------------------------------------------------*/
/*表示非表示*/
/*-----------------------------------------------------------*/
.pc {
  display: block;
}
.sp {
  display: none;
}

/*-----------------------------------------------------------*/
/*ページローダー*/
/*-----------------------------------------------------------*/
/*ローディング画像*/
#loader {
  position: absolute;
  width: 86px;
  height: 96px;
  top: 50%;
  left: 50%;
  margin: -43px 0 0 -48px;
  z-index: 3002;
  opacity: 1;
}

/*アイコン（初期状態は非表示）*/
.loading {
/*  display: none;*/
  z-index: 2;
}

/*背景（初期状態は非表示）*/
.loadingBG {
  position: absolute;
  display: none;
  animation: load 4s linear 0s infinite normal;
  /*①名前②再生時間③ease(linear等速)④ディレイ⑤リピート1回（infinite）⑥先頭から再生 */
  z-index: 1;
}

/*ローダーの背景*/
#loader-bg {
  background: #FFF;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 3001;
}

/*-----------------------------------------------------------*/
/*YOUTUBEレスポンシブ*/
/*-----------------------------------------------------------*/
#movie .youtube {
  position: relative;
  width: 62%;
/*  padding-top: 56.25%;*/
  box-sizing: border-box;
}
#movie .youtube:before {
	content:"";
    padding-top: 56%;
    display: block;
    width: 100%;
    position: relative;
}
#movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#movie .wrap_mov_list {
    width: 37%;
    position: relative;
}

#movie ul.mov_list {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
}
#movie ul.mov_list li {
    display: flex;
    background-color: #fff;
    margin-bottom: 8px;
    align-items: flex-start;
}
#movie ul.mov_list li .mov_thumb {
    width: 35%;
    position: relative;
}
#movie ul.mov_list li .mov_thumb:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 55%;
}
.mov_thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#movie ul.mov_list li .mov_txt {
    padding: .5em 1em;
    width: 65%;
    text-align: left;
    line-height: 1.5em;
    font-size: .7rem;
}

@media print{
	.onscreen.slick-slide{
		display:none;
	}
}