@charset "UTF-8";

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

/* L1 ######################################## HTML要素 ######################################## */

html {
	font-size: 62.5%;
	
	-webkit-text-size-adjust: none;
}

/* L1 ######################################## 汎用要素 ######################################## */

a         { color: #ff9900; }
a:hover   { color: #ffff00; text-decoration: none; }
a:visited { color: inherit !important; }


img {
	vertical-align: middle;
	border: none;
	
	-webkit-transform: translateZ(0px);
}

hr {
	margin: 2em 0;
	height: 1px;
	border: 0;
	
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
}

span.mark[data-auto-delete] {
	display: none;
}

span.mark {
	position: relative;
	top: -0.1em;
	display: inline-block;
	padding: 0 0.5em;
	color: #ffffff;
	font-size: 60%;
	vertical-align: middle;
	background: #cc6600;
	
	border-radius: 5px;
}

/* L2 **************************************** data-auto-open **************************************** */

*[data-auto-show] {
	display: none !important;
}


/* L1 ######################################## 汎用クラス ######################################## */

.fs-10 { font-size: 1.0rem !important; }
.fs-11 { font-size: 1.1rem !important; }
.fs-12 { font-size: 1.2rem !important; }
.fs-13 { font-size: 1.3rem !important; }
.fs-14 { font-size: 1.4rem !important; }
.fs-15 { font-size: 1.5rem !important; }
.fs-16 { font-size: 1.6rem !important; }
.fs-17 { font-size: 1.7rem !important; }
.fs-18 { font-size: 1.8rem !important; }
.fs-19 { font-size: 1.9rem !important; }
.fs-20 { font-size: 2.0rem !important; }
.fs-21 { font-size: 2.1rem !important; }
.fs-22 { font-size: 2.2rem !important; }
.fs-23 { font-size: 2.3rem !important; }
.fs-24 { font-size: 2.4rem !important; }
.fs-25 { font-size: 2.5rem !important; }
.fs-26 { font-size: 2.6rem !important; }
.fs-27 { font-size: 2.7rem !important; }
.fs-28 { font-size: 2.8rem !important; }
.fs-29 { font-size: 2.9rem !important; }
.fs-30 { font-size: 3.0rem !important; }
.fs-31 { font-size: 3.1rem !important; }
.fs-32 { font-size: 3.2rem !important; }
.fs-33 { font-size: 3.3rem !important; }
.fs-34 { font-size: 3.4rem !important; }
.fs-35 { font-size: 3.5rem !important; }
.fs-36 { font-size: 3.6rem !important; }
.fs-37 { font-size: 3.7rem !important; }
.fs-38 { font-size: 3.8rem !important; }
.fs-39 { font-size: 3.9rem !important; }
.fs-40 { font-size: 4.0rem !important; }

/* L1 ######################################## BODY要素 ######################################## */

body {
	overflow-y: scroll;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-family: "メイリオ", "HiraKakuProN-W3", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 1.4rem;
	line-height: 1.75;
	background: #000000;
	background-image: linear-gradient(45deg,  rgba(255, 255, 255, 0.08) 25%, rgba(255, 255, 255, 0.08) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.08) 75%, rgba(255, 255, 255, 0.08) 75%), linear-gradient(-45deg, rgba(255, 255, 255, 0.08) 25%, rgba(255, 255, 255, 0.08) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.08) 75%, rgba(255, 255, 255, 0.08) 75%);
	background-size: 35px 35px;
	/* animation: bg-slider 1s linear infinite; */
}

@keyframes bg-slider {
	from { background-position: 0 0; }
    to { background-position: -35px -35px; }
}

/* L1 ######################################## サイトタイトル ######################################## */

h1 {
	position: relative;
	z-index: 1;
	font-family: "メイリオ", "HiraKakuProN-W3", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	margin: 1.5em 2% 1.5em 2%;
	font-size: 1.42rem;
	font-weight: normal;
	line-height: 1.25;
	text-decoration: none !important;
}
h1::before {
	content: "Eighteen Diver Search";
	display: block;
	font-family: "Ubuntu Condensed", sans-serif;
	font-size: 3.8rem;
}

h1 a {
	color: #ffffff !important;
}

/* L1 ######################################## リンク ######################################## */

#link {
	position: relative;
	z-index: 10;
	margin: 2em 2%;
}

#link ul li {
	display: inline-block;
	font-family: "Ubuntu Condensed", sans-serif;
	font-size: 1.8rem;
	color: rgba(255, 255, 255, 0.5);
}
#link ul li::after {
	content: "|";
	margin: 0 0.8em;
	color: rgba(255, 255, 255, 0.3);
}
#link ul li:last-child::after {
	display: none;
}

#link ul li a {
	color: #ffffff !important;
}

/* L1 ######################################## サイト情報 ######################################## */

body > p {
	position: relative;
	z-index: 1;
	margin: 1em 2%;
	padding-left: 18px;
	font-size: 1.3rem;
	text-indent: -19px;
}
body > p::before {
	content: "\f27a";
	margin-right: 0.4em;
	font-family: "FontAwesome";
}

body > p.movie {
	text-align: center;
	padding: 1em 0;
	background: rgba(99, 66, 33, 0.65);
}

body > p.movie::before {
	content: "\f16a";
	position: relative;
	top: 1px;
}

/* L1 ######################################## メインビジュアル ######################################## */

div.image {
	position: relative;
	margin: 0.5em 2% 1.5em 2%;
	padding: 1px;
	border: 1px solid #ffffff;
}

div.image.secret a::after {
	cursor: pointer;
	content: "ミンナニ ナイショダヨ（タップシテ）";
	position: absolute;
	bottom: 2px;
	right: 2px;
	z-index: 10;
	padding: 4px;
	font-size: 1.1rem;
	line-height: 1.0;
	border: 1px solid #333333
	;
	background: rgba(0, 0, 0, 0.8);
}

div.image img {
	width: 100%;
}

div.image img.secret {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 2s linear;
}

div.image a {
	color: #ffffff !important;
}

/* L1 ######################################## ゲーム情報 ######################################## */

#game-info {
	position: relative;
	z-index: 1;
	margin: 0 2% 15px 2%;
	text-align: center;
	vertical-align: top;
	font-size: 0;
}
#game-info h2 {
	margin: 0 5px 0.5em 5px;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: left;
}
#game-info h2::before {
	content: "\f11b";
	position: relative;
	top: 1px;
	margin-right: 0.3em;
	font-family: "FontAwesome";
	font-size: 2.0rem;
}

/* L2 **************************************** オフィシャルサイト情報 **************************************** */

#official-info {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

#official-info ul {
	list-style-type: none;
	border-top: 1px dotted #444444;
}

#official-info ul li {
	list-style-type: none;
	padding: 0.8em 5px 0.6em 5px;
	font-size: 1.2rem;
	line-height: 1.5;
	border-bottom: 1px dotted #444444;
	transition: background-color 0.1s linear;
}
#official-info ul li:hover {
	background-color: rgba(0, 128, 255, 0.1) 
}

#official-info ul li a {
	color: #ffffff !important;
	text-decoration: none;
}

#official-info ul li time {
	display: block;
	font-family: "Ubuntu Condensed", sans-serif;
	font-size: 1.6rem;
	text-align: center;
	border: 1px solid rgba(0, 128, 255, 1);
	background: rgba(0, 128, 255, 0.5) linear-gradient(rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.5));
	border-radius: 10px;
}
#official-info ul li time::before {
	content: "\f017";
	margin-right: 0.4em;
	font-family: "FontAwesome";
}

#official-info ul li span {
	display: block;
	padding: 0.5em 10px 0 10px;
	text-align: left;
	vertical-align: middle;
}

/* L2 **************************************** オフィシャルツイッター **************************************** */

#official-twitter {
	overflow: hidden;
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 50%;
}

#official-twitter iframe {
	width: 100% !important;
}


/* L1 ######################################## フッタ ######################################## */

footer {
	position: relative;
	z-index: 1;
	margin: 2em 2% 0 2%;
}

footer h2 {
	margin: 0 5px 0.5em 5px;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: left;
}
footer h2::before {
	content: "\f05a";
	position: relative;
	top: 1px;
	margin-right: 0.3em;
	font-family: "FontAwesome";
	font-size: 2.0rem;
}

footer ul {
	margin-left: 2em;
	margin-bottom: 2em;
	font-size: 1.4rem;
	font-weight: normal;
	font-size: 1.1rem;
	text-align: left;
}

footer address {
	font-family: "Ubuntu Condensed", sans-serif;
	text-align: center;
	font-style: normal;
}

footer address a {
	color: #ffffff !important;
}

footer p.copyright {
	margin: 0 0 2em 0;
	font-family: "Ubuntu Condensed", sans-serif;
	text-align: center;
}

/* L1 ######################################## ページ上部に戻るボタン ######################################## */

#goto-top {
	display: table;
	position: fixed;
	bottom: -52px;
	right: 10px;
	z-index: 1000;
	width: 50px;
	height: 50px;
	color: #ffffff;
	text-align: center;
	line-height: 1.0;
	transition: bottom 0.3s;
}

#goto-top.fixed {
	bottom: 10px;
}

#goto-top p {
	display: table-cell;
	vertical-align: middle;
}

#goto-top i {
	cursor: pointer;
	font-size: 5.0rem;
}
#goto-top i::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	width: 40px;
	height: 40px;
	margin: auto;
	border-radius: 50px;
	background: rgba(0, 0, 0, 0.6);
}

/* L1 ######################################## 広告 ######################################## */

#ad-before-result {
	position: relative;
	max-width: 728px;
	margin: 2em auto;
	text-align: center;
}

#ad-after-result {
	position: relative;
	max-width: 728px;
	margin: 2em auto;
	text-align: center;
}

#ad-before-result.useR,
#ad-after-result.useR {
	overflow: hidden;
	height: 0;
	margin: 0;
}

#ad-note {
	margin: 2em auto;
	text-align: center;
}

div[id^="ad-"] ins {
	vertical-align: bottom;
	background: transparent;
}

div[id^="ad-"] p {
	margin-top: 0.4em;
}

div[id^="ad-"] div.cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	background: rgba(0, 0, 0, 0.85);
}

div[id^="ad-"] div.cover p {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1em;
	margin: auto;
	color: #ffffff;
}

/* L1 ######################################## スノーフォール ######################################## */

#snow-fall {
	overflow: hidden;
	position: fixed;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#snow-fall div.snow {
	position: absolute;
	width: 5px;
	height: 5px;
	background: rgba(255, 255, 255, 1.0);
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
	border-radius: 50%;
}

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 ここまで #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */


