@charset "utf-8";
html{
	font-size:16px;
}

body{
  background-color: #ebebeb;

}
hr{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fdd1d8;
  width: 75%;
  margin: 0 auto;
}
.ADORES-header {
 background-image: url(../tenpo/images/bg_02.png);
 background-repeat: repeat;
 background-position: center top;
 background-color: #fff;
}
.ADORES-contents{
 margin: 0 auto;
 display: flex;
 justify-content: space-evenly;
 flex-wrap: wrap;
}
.ADORES-footer{
  margin-top: 80px;
}
#storelist-title img{
  width: 100%;
  margin-bottom: 50px;
}
.storelist-title-short{
  display: none;
}
@media screen and (max-width: 560px) {
  .storelist-title-short{
    display: block;
  }
  .storelist-title-long{
    display: none;
  }
}



/* 全体レイアウト */
body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
  background-color: #f9f9f9;
  color: #333;
}

/* コンテンツの最大幅制限と中央寄せ */
.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 16px;
}

/* 各コーナーの共通スタイル */
.section {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  margin-bottom: 24px;
  padding: 20px;
}

/* セクションタイトル */
.section h2 {
  font-size: 1.5rem;
  margin-bottom: 12px;
  border-left: 6px solid #ff9800;
  padding-left: 12px;
  color: #444;
}

/* モバイル対応 */
@media screen and (max-width: 600px) {
  .container {
    padding: 12px;
  }

  .section h2 {
    font-size: 1.25rem;
  }
}

.close{display:none;}

/* 自社シングル紹介 */
#original-machine{
	margin:30px auto 30px
}
.original-machine_innner{
	width:80%;
	margin:0 auto
}
@media screen and (max-width: 768px) {
  .original-machine_innner {
    width:100%;
  }
}

.original-machine_innner img{
	max-width:100%;
	margin:0 auto;
	display:block
}



/* リアルタイムランキング */
#realtime-ranking{
	margin:30px auto 30px
}
.realtime_innner{
	width:80%;
	margin:0 auto
}
@media screen and (max-width: 768px) {
  .realtime_innner {
    width:100%;
  }
}

#realtime-ranking img{
	width:100%;
	margin-bottom:1rem
}


/* 共通ランキングボックス */
.rank-box {
	width:80%;
  position: relative;
  border: 5px solid #a9926a;
  margin:20px auto 32px;
  overflow: hidden;
	padding:5px;
}
@media screen and (max-width: 768px) {
  .rank-box {
    width:100%;
  }
}


.rank-header, .rank-main{
	width:100%;
	margin:0 auto;
}

.rank-header {
  padding: 16px;
  font-size: 1.4rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}


/* 下部中央のメッセージ */
.rank-congrats {
  position: absolute;
  bottom: 10px;        /* 下からの距離。調整OK */
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
  font-weight: 900;
  font-family: 'Merriweather', serif;
  color: #000000;
  pointer-events: none; /* クリックを邪魔しない */
}


.rank-main {
  /*padding: 20px;*/
	padding-left: 15%;
	padding-right: 15%;
	margin-bottom:13%;
}


@media screen and (max-width: 480px) {
.rank-header, .rank-main{
	width: 100%;
}
.rank-header{
	padding: 0;
}
}


/* シングル部門背景と装飾 */
.single {

}

.single .corner {
  background-image: url('../jackpot_img/jp/corner_r.png');
}

/* 大型部門背景と装飾 */
.mass {

}

.mass .corner {
  background-image: url('../jackpot_img/jp/corner_b.png');
}

/* 四隅の装飾画像 */
.corner {
  position: absolute;
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
	border-radius:0;
	
}
@media screen and (max-width: 480px) {
.corner{
  width: 50px;
  height: 50px;
}
}

.corner.tl { top: 4px; left: 4px;; transform: rotate(0deg); }
.corner.tr { top: 4px;; right: 4px;; transform: rotate(90deg); }
.corner.bl { bottom: 4px;; left: 4px;; transform: rotate(270deg); }
.corner.br { bottom: 4px;; right: 4px;; transform: rotate(180deg); }


/* 共通タイトル画像 */
.header-title {
  display: block;
  max-width: 220px;
  height: auto;
  margin: 0 auto 12px;
}

/* サブタイトルボックス */
.subtitle-box {
  background-image: url('../jackpot_img/jp/bg_subtitle.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 12px 0;
  text-align: center;
  margin-bottom: 16px;
}

.subtitle-text {
  font-size: 2rem;
  color: #666;
  /*font-weight: bold;*/
  /*text-shadow: 1px 1px 2px #333;*/
}
@media screen and (max-width: 480px) {
	.subtitle-text{
		font-size: 1.2rem;
		font-weight: bold;
	}
}


/* サムネ背景＋画像配置 */
.photo-box {
	position: relative;
	width: 100%;
	height: 220px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	/*border:1px solid red;*/
}


/* 部門ごとの背景画像 */
.single-header .photo-box {
  background-image: url('../jackpot_img/jp/bg_photo2.png');
}

.mass-header .photo-box {
  background-image: url('../jackpot_img/jp/bg_photo.png');
}

/* サムネ画像の配置：中央揃え＋下寄せ */
.photo-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-height: 100%;
  max-width: 90%;
}


/*1～3位表示*/
.rank-item {
  margin-bottom: 24px;
  position: relative;
}

/* 上部3カラム */
.rank-topline {
	display: flex;
	flex-wrap: nowrap; 
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
}

.rank-col {
  font-weight: bold;
	color:#000;
  word-wrap: break-word;
}

.rank-col.left   {
	flex: 1;
	text-align: left;
}
.rank-col.center {
	flex: 3.7;
	font-size:1rem;
	text-align: left;
	display: flex;
	align-items: flex-end;
}
@media screen and (min-width: 769px) {
  .rank-col.center {
    padding-left: 2em;
    text-indent: -2em;
  }
}
@media screen and (max-width: 768px) {
  .rank-col.center {
    padding-left: 0;
    text-indent: 0;
  }
}



.rank-col.right  {
	flex: 1.3;
	text-align: right;
	font-size:1rem;
}

.rank-bg {
  position: relative;
  height: 70px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left;
}

.single-first .rank-bg {
  background-image: url('../jackpot_img/jp/rankbg1st_single.png');
}
.mass-first .rank-bg {
  background-image: url('../jackpot_img/jp/rankbg1st_mass.png');
}

.single-second .rank-bg,
.single-third .rank-bg {
  background-image: url('../jackpot_img/jp/rankbg_single.png');
}
.mass-second .rank-bg,
.mass-third .rank-bg {
  background-image: url('../jackpot_img/jp/rankbg_mass.png');
}

.score {
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translateY(-50%);
	font-family: 'Merriweather', serif;
  font-size: 3.5rem;
  font-weight: 900;
  color: #fff;
  text-shadow: 2px 2px 4px #000;
}
.single-first .score {
-webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #833e15;
}
.single-second .score, .single-third .score {
-webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #833e15;
}

.mass-first .score {
-webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #005a71;
}
.mass-second .score, .mass-third .score {
-webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #005a71;
}

.score::after{
	content: "MEDAL";
	font-size:0.9rem;
	color:#000;
    text-shadow:none;
-webkit-text-stroke-width: 0px;
}
@media screen and (max-width: 480px) {
	.score::after{
		display:none
	}
}



.medal {
  position: absolute;
  left: -1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 100px;
  background-image: url('../jackpot_img/jp/medal.png');
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 600px) {
  .rank-topline {
    display: grid;
    grid-template-columns: 0.8fr 3.2fr;
    grid-template-rows: auto auto;
    column-gap: 8px;
	margin-bottom: -1rem;
  }
.rank-col {
	font-size:14px;
}
  .rank-col.left {
    grid-row: 1 / span 2;
    grid-column: 1;
    text-align: left;
  }

  .rank-col.center {
    grid-row: 1;
    grid-column: 2;
    text-align: left;
	word-break: keep-all;
  }

  .rank-col.right {
    grid-row: 2;
    grid-column: 2;
    text-align: right;
  }
	
  .score {
    font-size: 2.2rem;
  left: 5%;
  }
	
.medal {
  width: 50px;
  height: 50px;
}
	
}


/*サイド飾り画像*/
.single .rank-main {
  position: relative;
  overflow: visible;
}

.single .rank-main::before,
.single .rank-main::after {
  content: "";
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  background-repeat: repeat-y;
  background-position: top;
  background-size: contain;
  pointer-events: none;
}

.single .rank-main::before {
  left: 0;
  background-image: url("../jackpot_img/jp/bg_left2.png");
}

.single .rank-main::after {
  right: 0;
  background-image: url("../jackpot_img/jp/bg_right2.png");
}

.mass .rank-main {
  position: relative;
  overflow: visible;
}

.mass .rank-main::before,
.mass .rank-main::after {
  content: "";
  position: absolute;
  top: 0;
  width: 40px;
  height: 100%;
  background-repeat: repeat-y;
  background-position: top;
  background-size: contain;
  pointer-events: none;
}

.mass .rank-main::before {
  left: 0;
  background-image: url("../jackpot_img/jp/bg_left.png");
}

.mass .rank-main::after {
  right: 0;
  background-image: url("../jackpot_img/jp/bg_right.png");
}

/* 4位以降 */
.rank-row {
  margin-bottom: 20px;
  font-family: 'Merriweather', serif;
}
.rank-upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
}
.rank-score {
  font-size: 1.8rem;
  font-weight: 900;
  position: relative;
}
.rank-score::after {
	content: "MEDAL";
	font-size:0.9rem;
	color:#000;
    text-shadow:none;
-webkit-text-stroke-width: 0px;
}
@media screen and (max-width: 480px) {
	.rank-score::after{
		display:none
	}
}

/* 順位ラベル */
.rank-score .rank-label {
  font-size: 0.9rem;
  color: #666666;
  position: absolute;
  top: -0.8em;
  left: 0;
}
.rank-machine {
  font-size: 1rem;
  font-weight: 700;
  text-align: right;
}
.rank-lower {
  background: #efefef;
  color: #666666;
  display: flex;
  justify-content: space-between;
  padding: 6px 10px;
  font-size: 0.95rem;
	font-family: 'Segoe UI', 'Helvetica Neue', sans-serif;
}
.rank-store,
.rank-photo {
  flex: 1;
  text-align: center;
}

.rank-photo a {
  color: #505A78;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
	
.rank-row {
  margin-bottom: 1rem;
}

  .rank-upper {
    display: block;
  }

  .rank-score {
    font-size: 1.6rem;
    margin-bottom: 4px;
  }

  .rank-score .rank-label {
    position: static;
    margin-right: 6px;
    font-size: 0.9rem;
  }

  .rank-machine {
    text-align: left;
    font-size: 1rem;
    margin-bottom: 4px;
	 font-weight: 400;
  }

  .rank-lower {
    display: block;
    padding: 8px 10px;
  }

  .rank-store {
    margin-bottom: 4px;
  }
	
}
@media screen and (max-width: 480px) {
  .rank-machine {
    font-size: 0.8rem;
  }
}

/* 認定証について */
.cert-section{
	width:80%;
	margin:0 auto 30px;
}
@media screen and (max-width: 768px) {
  .cert-section {
    width:100%;
  }
}

.cert-divider {
  border: none;
  border-top: 1px solid #999;
  margin: 30px 0 20px;
	width:100%;
	display: block;
	box-sizing: border-box;
}
.cert-text {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #333;
}
.cert-text h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: 700;
}
.cert-images {
  text-align: center;
  margin-top: 20px;
}

.cert-images img {
  max-width: 650px;
  width: 100%;
  height: auto;
}




/*レアマシン設置店情報*/
/*---------------------------------------------------------------------*/
.rare-wrap{
	width:80%;
	margin:2rem auto;
}
@media screen and (max-width: 768px) {
	.rare-wrap{
	width:100%;
	}
}

.rare-intro {
  text-align: center;
  color: #0000ff;
  border: 1px solid #0000ff;
  padding: 12px 20px;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.rare-box {
  border: 1px solid #ff0000;
  padding: 15px;
  margin-bottom: 30px;
}
.rare-genre {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.rare-content {
  display: flex;
  gap: 20px;
}
.rare-img img {
  width: 300px;
  height: auto;
}
.rare-text {
  flex: 1;
	width:100%;
	text-align:center;
}
.rare-name {
  font-size: 1.3rem;
  font-weight: 900;
  margin-bottom: 1rem;
}
.rare-stores {
  font-size:0.95rem;
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
.rare-stores li {
  margin-bottom: 4px;
}
.rare-desc {
  font-size:0.9rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .rare-content {
    flex-direction: column;
  }
  .rare-img img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
}

/*THE out of ran-KING*/
/*---------------------------------------------------------------------*/
/* タイトル画像 */
.out-title img,
.out-subtitle img {
  display: block;
  margin: 50px auto 0;
  max-width: 100%;
}

/* 注意テキスト */
.out-note {
  text-align: center;
  color: #ff6600;
  margin: 1rem 0;
  font-weight: 700;
}

/* 2カラムグリッド */
.out-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin: 20px 10%;
}

/* 各アイテム */
.out-item {
  text-align: center;
}

/* サムネイル画像 */
.out-thumb img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  cursor: pointer;
}

/* 店舗名 */
.out-store a {
  color: #0066cc;
  text-decoration: underline;
  font-size: 0.95rem;
  display: inline-block;
  margin: 8px 0;
}

/* 画像タイトル */
.out-caption {
  font-size: 1rem;
  font-weight: 700;
}

/* モーダル */
.out-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}

.out-modal-content {
  background: #fff;
  margin: 5% auto;
  padding: 20px;
  width: 90%;
  max-width: 600px;
  border-radius: 6px;
  text-align: center;
}

.out-modal-close {
  float: right;
  font-size: 2rem;
  cursor: pointer;
}

.out-modal-content img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.out-modal-store {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #333;
}

.out-modal-machine {
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 8px;
}

.out-modal-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.out-modal-comment {
  font-size: 0.9rem;
  line-height: 1.6;
	white-space: pre-line;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .out-grid {
	margin: 20px 0;
  }
}

/*jackpot-overview*/
/*---------------------------------------------------------------------*/
.overview-box {
	width:80%;
  padding: 20px;
  margin: 20px auto 30px;
}

@media screen and (max-width: 768px) {
	.overview-box{
	width:100%;
	}
}



.blue-box {
  border: 1px solid #0000ff;
}
.red-box {
  border: 1px solid #ff0000;
}

.overview-title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.overview-list {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

.overview-numlist {
	list-style:decimal;
  padding-left: 1.5rem;
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}
/*JACKPOTランキング　カテゴリ*/
/*---------------------------------------------------------------------*/
.categories-box {
	width:80%;
  border: 2px solid #00cc00;
  padding: 20px;
  margin: 20px auto 40px;
}

@media screen and (max-width: 768px) {
	.categories-box{
	width:100%;
	}
}

.categories-title {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.categories-img1,
.categories-img2 {
  display: block;
	max-width: 100%;
	height: auto;
  margin-bottom: 15px;
}

.cat-text {
  color: #000000;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.cat-note {
  color: #ff3300;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

.cat-indent {
  margin-left: 1.5rem;
  margin-bottom: 20px;
}

/* 余白 */
.cat-space {
  height: 20px;
}

.cat-list {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 20px;
}

.cat-list li {
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}

.cat-desc {
  font-weight: normal;
  color: #000000;
  margin-top: 5px;
  line-height: 1.6;
	font-size:1rem;
}

.cat-final {
  text-align: center;
  color: #ff0000;
  font-size: 1rem;
  margin-top: 20px;
}

