﻿/*--------------------------------------------------*/
/* 基本 */
/*--------------------------------------------------*/
html {}

body {}

.container {
	opacity: 0;
	width: 100%;
	height: 100%;
	min-width: 1200px;

	background: url(../img/common/key.jpg) no-repeat center top;
}

a {
	font-weight: bold;
	display: inline-block;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
}
a:hover {
	opacity: 0.6;
}
a:link,
a:visited {
	color: #1da1f2;
}

/*--------------------------------------------------*/
/* 共通ヘッダー */
/*--------------------------------------------------*/
header {
	position: relative;
	width: 1200px;
	height: 100%;

	margin: 0 auto;
}
.logo {
	position: absolute;
	top: 44px;
	left: 158px;
}
.title {
	position: absolute;
	top: 43px;
	right: 341px;
}
.open {
	position: absolute;
	top: 274px;
	right: 288px;
}
.package {
	position: absolute;
	top: 36px;
	right: 151px;
}
.cracker {
	position: absolute;
	top: 295px;
	right: 177px;
}


/*--------------------------------------------------*/
/* ナビゲーション（タブ） */
/*--------------------------------------------------*/
nav {
	padding-top: 644px;
}
.tabs {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
}
.tabs li.active {
	transform: translateY(-26px);
}

.btns {
	display: flex;
	justify-content: space-between;
	width: 920px;
	margin: 40px auto 0;
}


/*--------------------------------------------------*/
/* 注意事項 */
/*--------------------------------------------------*/
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;

	background-color: rgba(255, 255, 255, 0.8);
	z-index: 10;
	overflow-y: scroll;
}
.overlay:after {
	position: relative;
}
.notes {
	margin: 100px auto 100px;

	background-color: #fff;

	width: 900px;
	padding: 50px 60px 70px;
	border: 1px solid #1da1f2;

	color: #1da1f2;
	line-height: 1.8;
}
.notes .ttl_notes {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.notes h3 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 35px;
}
.notes ul {
	font-size: 14px;
	font-weight: normal;
}
.close {
	margin: 60px auto 0;
	text-align: center;
	cursor: pointer;
}


/*--------------------------------------------------*/
/* シャトルロック */
/*--------------------------------------------------*/
.sl {
	width: 1000px;
	margin: 0 auto;
	padding-top: 50px;
}

.src-components-Entry-___Entry__card-caption___AGG2C {
	background-color: #fff;
}
.src-containers-MainPage-___MainPage__main-container___2z70_ {
	overflow: auto !important;
}

/*--------------------------------------------------*/
/* その他 */
/*--------------------------------------------------*/
.copy-right {
	color: #fff;
	font-size: 10px;
}