/*------------------------------------------

	共通

------------------------------------------*/
body {
	font-family: rocknroll-one, sans-serif;
	font-weight: 400;
	font-style: normal;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
header {
	background-color: #dedede;
	padding: 30px 15px;
	margin-bottom: 50px;
}

h1 {
	font-size: 1.8rem;
	font-weight: 500;
}


.inr {
	width: 100%;
	max-width: 1030px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

/*PC*/
@media screen and (min-width: 768px) {
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
}/*END*/


/*------------------------------------------

	HISTORY

------------------------------------------*/
.history {
	border-left: #b9a065 3px double;
	padding-left: 20px;
}

/* タイトル */
.history .title {
	min-width: 190px;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding: 5px 15px;
	text-shadow: .5px .5px 2px rgba(0,0,0,.3);
}
.history.time .title {
	text-align: left;
	padding: 5px 10px;
	border-bottom: #b9a065 1px dashed;
}
.history.game .title {
	background-color: #fff;
	border: #262626 1px solid;
	border-left-width: 3px;
    box-shadow: 2px 2px 0px 0px #ffffe5, 3px 3px 0px 0px #262626;
	cursor: pointer;
}

/* タイトル つなぎ線 */
.history .title::before {
    content: "";
    width: 21px;
    position: absolute;
}
.history.time .title::before {
	border-bottom: #b9a065 1px dashed;
	right: calc(100% - 3px);
	bottom: -1px;
}
.history.game .title::before {
    height: 1px;
    background-color: #b9a065;
	right: calc(100% + 3px);
    top: 50%;
    transform: translateY(-50%);
}

/* タイトル つなぎ線 丸アイコン */
.history .title::after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 100px;
    background-color: #b9a065;
    position: absolute;
}
.history.game .title::after {
    top: 50%;
    left: -28px;
    transform: translateY(-50%);
}
.history.time .title::after {
    bottom: -4px;
    left: -25px;
}


/* コンテンツ */
.history .content {
	width: calc(100% - 15px);
	font-size: 1.4rem;
	line-height: 2;
	height: 0;
	border-left: #666 0px double;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	overflow: hidden;
	transition: .3s;
	opacity: 0;
}
.history .content strong {
	font-weight: 600;
	padding: 0 .3em;
}

.history .ac + .content {
	height: auto;
	border-left-width: 3px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 15px;
	margin-left: 15px;
	overflow: visible;
	opacity: 1;
}

/*PC*/
@media screen and (min-width: 768px) {
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
}/*END*/


/*------------------------------------------

	分岐点

------------------------------------------*/
.branch {
	width: 100%;
	text-align: center;
	background-color: #dedede;
	border: #262626 1px solid;
	border-left-width: 6px;
	font-weight: 400;
	font-size: 1.8rem;
	padding: 10px 0;
	margin-top: 0;
	margin-bottom: 0;
}

.brunch-btn li {
	width: 150px;
	text-align: center;
	border: #262626 1px solid;
	padding: 10px 5px;
	margin: 30px 10px;
	opacity: .3;
	position: relative;
	
	cursor: pointer;
}
.brunch-btn li:first-of-type::before {
    content: "";
    width: 2px;
    height: 41px;
    background-color: #262626;
    position: absolute;
    bottom: 27px;
    left: 50%;
    transform: translateY(-50%);
}
.brunch-btn li:last-of-type::before {
    content: "";
    width: 2px;
    height: 22px;
    background-color: #262626;
    position: absolute;
    bottom: 37px;
    left: 50%;
    transform: translateY(-50%);
}
.brunch-btn li:last-of-type::after {
    content: "";
    width: 171px;
    height: 2px;
    background-color: #262626;
    position: absolute;
    bottom: 69px;
    left: -95px;
}

.brunch-btn.age {
	position: relative;
}
.brunch-btn.age::before {
    content: "";
    width: 2px;
    height: 39px;
    background-color: #262626;
    position: absolute;
    top: -30px;
    left: 204px;
}
.brunch-btn.age li:first-of-type::before {
    height: 22px;
    bottom: 37px;
    left: 50%;
}
.brunch-btn.age li:first-of-type::after {
    content: "";
    width: 121px;
    height: 2px;
    background-color: #262626;
    position: absolute;
    bottom: 69px;
    left: 74px;
}
.brunch-btn.age li:first-of-type::before {
    height: 22px;
    bottom: 37px;
    left: 50%;
}
.brunch-btn.age li:last-of-type::after {
    width: 52px;
    bottom: 69px;
    left: 24px;
}
.brunch-btn li.ac {
	opacity: 1;
}

.brunch-btn.age {
	margin-left: 50px;
	display: none;
}
.brunch-btn.age.ac {
	display: flex;
}

.brunch-btn.age.ac li.ac{
	opacity: 1;
}

.loot_lose ,
.loot_win_child ,
.loot_win_adult {
	display: none;
}
.loot_lose.ac ,
.loot_win_child.ac ,
.loot_win_adult.ac {
	display: block;
}

/*PC*/
@media screen and (min-width: 768px) {
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
}/*END*/


/*------------------------------------------

	タイムラインギャップ

------------------------------------------*/
.timeline-gap {
	padding-left: 20px;
	color: #b9a065;
	font-size: 2rem;
	letter-spacing: .5em;
	margin: 20px 0;
}


/*------------------------------------------

	フッター

------------------------------------------*/
footer {
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	background-color: #262626;
	padding: 50px 15px;
}

.page-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	display: block;
	cursor: pointer;
	padding: 8px 12px;
	background-color: rgba(38, 38, 38, .75);
	color: #fff;
	font-size: 1.2rem;
	border-radius: 4px;
}

/*PC*/
@media screen and (min-width: 768px) {
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
}/*END*/


/*------------------------------------------

	xxxx

------------------------------------------*/


/*PC*/
@media screen and (min-width: 768px) {
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
}/*END*/