﻿@charset "utf-8";
/* CSS Document */

.sponly {display: none;}
@media screen and (max-width:768px) {
	.sponly {display: block;}
}

.article-edit-area .small {font-size:0.8em;line-height:1.6;}
@media screen and (max-width:768px) {
	.article-edit-area .small {font-size:0.7em;}
	}
.article-edit-area .bold  {font-weight: bold;}
.article-edit-area .center {text-align: center;}

/*YouTube埋め込み*/
/*特に指定が無い場合（旧記事）*/
.article-edit-area iframe {
    width: 100% !important;
    height: 480px !important;
	}
@media screen and (max-width:768px) {
	.article-edit-area iframe {height: 300px!important;}	
	}

@media screen and (max-width:480px) {
	.article-edit-area iframe {height: 200px!important;}	
	}

/*指定がある場合*/
.article-edit-area .youtube {
    margin: 0 auto;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
	}

.article-edit-area .youtube iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
	}

/*table*/
.article-edit-area table {
	margin:0 auto 60px;
	width:calc(100% - 20px);
	border:1px solid rgba(45,45,45,.1)
	}

.article-edit-area th {
    background-color: #f9f9f9;
    font-size: 16px;
    font-weight: 400;
    padding: 16px 10px;
    border-bottom: 1px solid rgba(45,45,45,.1);
    letter-spacing: .2em;
	text-align: left;
    vertical-align: middle;
	width: inherit!important;
	}

.article-edit-area td {
    padding: 14px 30px;
    border-bottom: 1px solid rgba(45,45,45,.1);
    border-left: 1px solid rgba(45,45,45,.1);
    font-size: 14px;
    letter-spacing: .27em;
    line-height: 2.2;
    vertical-align: middle;
	width: auto!important;
	}

@media screen and (max-width:768px) {
	.article-edit-area table　{
		width: 100%;
		margin: 0 auto 60px;
		border: 1px solid rgba(45,45,45,.1);
		}

	.article-edit-area table.folding tr {
		display: flex;
		flex-direction: column;
		}

	.article-edit-area table th {
		padding: 15px;
		text-align: left;
		font-size: 13px;
		font-weight: 400;
		border-bottom: 1px solid rgba(45,45,45,.1);
		border-top: 0;
		}

	.article-edit-area table td {
		font-size: 12px;
		padding: 12px 15px;
		line-height: 2;
		letter-spacing: .1em;
		}
	
	.article-edit-area table td.folding {border-left: 0;}
	}

/*Flexボックス*/
.flexBox {
	box-sizing: border-box;
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	}

.flexBox>div {
	padding: 0;
	margin-bottom: 10px;
	word-break: break-all;
	}

.flexBox>div img {
	display: block;
	width: 96%;
	margin: auto;
	}

.flexBox>div p {
	margin: 0;
	word-break: break-all;
	padding: 1em;
    line-height: 1.6;
	}

.boxset5>div {flex-basis: 20%;}
.boxset4>div {flex-basis: 25%;}
.boxset3>div {flex-basis: 33%;}
.boxset2>div {flex-basis: 50%;}

@media only screen and (max-width: 768px) {
	.flexBox>div img{width: 100%;}
	.boxset2>div {flex-basis: 100%;}
	.boxset3>div {flex-basis: 50%;}
	.boxset4>div {flex-basis: 33%;}	
	.boxset5>div {flex-basis: 20%;}
	}
	
@media only screen and (max-width: 480px) {
	.boxset4>div {flex-basis: 50%;}
    .boxset5>div {flex-basis: 33%;}
	}

/*FlexBoxの中にボタンがあるときは*/
.article-edit-area .flexBox p.button a {width: 95%;padding: 0;margin: 0 auto;}
.article-edit-area .flexBox p.button {line-height:1;padding-bottom: 0;}

/*生配信一覧用*/
.square>div {position: relative;margin-bottom: 50px;}
.square div > h4 {
    line-height: 1.2;
    min-height: 2.4em;
    position: absolute;
    background-color: rgba(0,0,0,0.70);
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    width: 96%;
    margin: 0 2%;
	padding: 10px 10px;
	font-weight: normal;
	font-size: 11px;
	}
@media only screen and (max-width: 768px) {
	.square div > h4{width: calc(100% - 20px);margin: 0 10px;}
	}


/*昔の画像の段組み*/
.article-edit-area img.block3 {
	width: 30%;
	height: auto;
	max-width: 100%!important;
	margin: 0 1.5% 0 1.5%;
	}

.article-edit-area img.block2 {
	width: 47%;
	height: auto;
	max-width: 100%!important;
	margin: 0 1.5% 0 1.5%;
	}

@media only screen and (max-width: 480px) {
.article-edit-area img.block3, .article-edit-area img.block2 {
		display: block;
		width: inherit;
		max-width: 80%;
		margin: 0 auto 4%;
		}
	}

/*店舗記事用*/
.store-content {
	/*width: 320px;*/
	max-width: 320px;
	padding: 0;
	overflow: auto;
	margin: 0 auto;
	letter-spacing: normal;
	line-height: 2;
	}
.store-content p, .store-content span{letter-spacing: normal;line-height: 2;}
.store-content p {margin-bottom: 0.5em;}
.store-content strong {color:#f00;}
.store-content img {max-width:275px;}


/*スケジュールカレンダー*/
.gc_wrapper {
	max-width: 1000px; 
	min-width: 300px; 
	margin: 2.0833% auto;
	}
 
.responsive-iframe-container {
	position: relative;
	padding-bottom: 100%;
	height: 0;
	}

.responsive-iframe-container iframe,   
.responsive-iframe-container object,  
.responsive-iframe-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
	}

@media only screen and (min-width: 768px) {
.responsive-iframe-container  {padding-bottom: 75%; }
	}

.chrome-navigation h1 {display: none!important;}

/*グッズ情報内のボックス破壊対応*/
.prize-detail-text img{display: block;max-width: 100%;}

/*店舗詳細ページのブロック崩れ対応*/
@media only screen and (min-width: 768px) {
.subpage-main{min-height: 1300px;}
}

/*取扱店舗一覧のリンク有無で矢印を制御*/
.game-detail-branch-name::after{background-image:none;}
.store-branch-name::after{background-image:none;}

a .game-detail-branch-name::after{background-image: url(../images/icon-pixel-arrow.png);}
a .store-branch-name::after{background-image: url(../images/icon-pixel-arrow.png);}

/*新着情報のコピーライト*/
.topic-article-content p.copy{
	margin-top: 50px;
	color: #aaa;
	font-size: 10px;
	}

/*MD商品用マーカー*/
.mdHL{display: inline-block;width: 5em;background-color: #f00;border-radius: 2px;text-align: center;line-height: 1.7;font-size: 0.7em;color: #fff;margin-right: 1em;}


/*テンプレ版特設ページ用*/
.freeContent {position:relative;z-index: 12;}
.freeContent a {text-decoration: none;}
.freeContent .copyarea {font-size: 0.7em;line-height:1.2;padding-top:2em;}

@media only screen and (max-width: 768px){
	.freeContent {
		margin: 50px auto auto;
		padding: 55px 0 0;
		width: calc(100% - 40px);
		}
	}

/*ヘッダのタイトル部幅制限解除*/
.page-title-heading{max-width: none;}
@media screen and (max-width:768px) {
.page-title-heading{max-width: 90%;}
}

/*メインバナースマホ時*/
@media screen and (max-width:767px) {
.slider--main {height: 88vw;}
}

/*新着情報のタイムスタンプ*/
.timestamp {
	font-size: 12px;
	letter-spacing: .15em;
	text-align: right;
	margin-right: 2em;
	color: #aaa;
	}

@media screen and (max-width:767px) {
/*おすすめプライズの表示個数制御をキャンセル*/
.prize-detail-grid-list-item.nospctrl:last-child {display: block;}
/*イベント一覧のタイトル折り返しを補正*/
.event-list .section-article-meta-title {white-space:normal;}
}

/*ゲーム・アプリの画像補正*/
.game-detail-slider-image {background-size: contain;}

/*トップページ70周年バナー*/
.extend70th {
	position: relative;
	z-index: 10;
	}

.extend70th > a {
	display: flex;
	height: 83px;
	width: 100%;
	max-width: 1280px;
	margin: -24px auto 80px;
	background-color: #fff;
	box-shadow: 0px 0px 6px 0 rgba(0,0,0,0.05);
	}

.extend70th > a > img {
	display: block;
	width: 40%;
	margin: 0 auto;
	}

@media screen and (max-width:768px) {
	.extend70th > a {
		height: 51px;
		width: inherit;
		margin: 10px 19px 40px;
		}
	
	.extend70th > a > img {
		width: 80%;
		margin: 0 auto;
		padding: 10px 0;
		}
	}

/*感染症対策ページへのリンク*/
.covid19 {
	z-index: 10;
	position: relative;
	text-align: center;
	margin: -2em 0 4em 0;
	letter-spacing: 0.2em;
	font-size: 0.9em;
	}

.covid19 a {
	color: #000;
	}

@media screen and (max-width:768px) {
	.covid19 {
		margin: -1em 0 1em 0;
		font-size: 0.8em;
		}
	}

/*店舗電子マネー対応表示サイズ*/
.section-information-image {
	 width: 500px;
	}

/*タイトープライズの日時表示*/
.prize-detail-text.prize-detail-text--red em, .prize-list-grid-redtext.ng-binding em, .prize-detail-grid-red em, .prize-detail-sidebar-meta-text.ng-binding em {
    font-style: normal;
    }

/*店舗一覧　その他の地域追加　202309*/
.store-region .store-region-list--gc.block01 {width:20%; max-width: 200px;}
.store-region .store-region-list--gc.block02 {width:80%!important; /*max-width: 800px!important;*/}
.store-region .store-region-list--gc.block01 .store-region-list-item{width:100%;}
.store-region .store-region-list--gc.block01 .store-region-link{height: 100px; padding-top: 25px;}
.store-region .store-region-list--gc.block01 .store-region-link::before{top: 45px;}

/*フッタのソーシャルメディア並び4＞5*/
.footer-profile-list-item img {
	height: 90px;
	}

@media screen and (max-width: 767px) {
	.footer-profile-list-item img {
	height: auto;
	width: 50px !important;
	}
}

/*TAITO CHANNELアイコンのサイズ調整*/
@media screen and (max-width: 767px) {
    .footer-profile-list-item .profile-link-icon--taito-live {
    width: 120px !important;
    height: auto !important;
    }
}

/*タイトープライズの拡張バナーエリアを2段組対応に*/
@media screen and (min-width: 767px) {
	.banner-list {flex-wrap: wrap;}
    .banner--big .banner-list-item {
	width: calc(50% - 20px);
	margin-bottom: 40px;
	}
}

@media screen and (max-width: 767px) {
	/*プライズブロック補正*/
	.section-list-item--prize-details:last-child {display: inherit;}
	/*併設・関連店舗用補正*/
	.section-list-item--prize-details.optimized {border-bottom: none;}
	.section-prize-gc-detail-page .section-article-heading--prize-details.optimized{margin-bottom: 0px!important;}
	}

/*プライズ入荷情報に表示追加*/
h2.prizeInfoText {
	position: relative;
	z-index: 3;
	width: 90%;
	max-width: 1150px;
	text-align: left;
	margin: -1em auto 0;
	font-weight: 500;
	font-size: 1em;
	letter-spacing: 0.1em;
	color: #e60012;
	}
@media screen and (max-width: 767px) {
	h2.prizeInfoText {
		width: 85%;
		margin: 1.2em auto -0.9em;
		font-size: 0.8em;
	}
}
