@charset "UTF-8";

/* 共通
---------------------------------*/
body {
	width: 100%;
	font-size: 14px;
	color: #444;
	background: #fff;
	line-height: 1.6;
	font-family: "メイリオ" , Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
}
@media screen and (max-width:767px) {
	body {
		font-size: 13px;
	}
}
.under {
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}

/* wrapper
---------------------------------*/
#wrapper {
	background: #fff;
}

/* header
---------------------------------*/
#header {
	padding: 0 1rem;
	position: relative;
	z-index: 100;
	box-shadow: 0 5px 7px -3px rgba(0,0,0,0.21);
	margin: 0 0 50px 0;
	position: relative;
	background: #B2A270;
	min-height: 40px;
}
#header .left {
	float: left;
	font-size: 1.36em;
	padding: 1.1rem 1.5rem 0.7rem 1.5rem;
	font-weight: 600;
	margin-left: -2rem;
}
#header .left .logo {
}
#header .left .logo a {
	display: block;
}
#header .left .logo img {
	max-width: 300px;
}
#header .right {
	padding: 2.8rem 1rem 0 1rem;
	float: right;
}
#header:after {
	content: "";
	display: block;
	clear: both;
}
#header a {
	color: #fff;
}
#header a:hover {
	text-decoration: none;
}
#header ul.gnav {
	width: 100%;
	text-align: right;
}
#header ul.gnav li {
	display: inline-block;
	margin-left: 30px;
}
#header ul.gnav li:first-child {
	margin-left: 0;
}
#header ul.gnav li a {
	color: #fff;
	position: relative;
	transition: all .4s ease;
	padding-bottom: 0.25rem;
}
#header ul.gnav li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #fff;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
#header ul.gnav li a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
@media screen and (max-width:767px) {
	#header {
		padding: 0;
		margin: 0 0 30px 0;
	}
	#header .left {
		float: none;
		display: block;
		width: 100%;
		padding: 0.5rem 0 0 0;
		margin-left: 0;
		text-align: center;
		box-shadow: 0 0 0 0 rgba(0,0,0,0.0);
	}
	#header .right {
		float: none;
		display: block;
		width: 100%;
		padding: 0 3rem 0.5rem 3rem;
	}
	#header ul.gnav {
		width: 100%;
		text-align: right;
	}
}

/* footer
---------------------------------*/
#footer {
	position: relative;
	z-index: 2;
	text-align: center;
	margin: 40px 0 0 0;
	background: #3c3c3c;
}
#footer .footer-link {
	width: 900px;
	margin: 0 auto;
	padding: 15px;
}
#footer .footer-link ul {
	margin: 5px 0;
}
#footer .footer-link ul li {
	display: inline-block;
}
#footer .footer-link ul li a {
	position: relative;
	padding: 6px 15px 4px 15px;
	text-decoration: none;
	transition: all .4s ease;
	color: #fff;
}
#footer .footer-link li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #fff;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
#footer .footer-link li a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
#footer .footer-copylight {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	background: #333
}
@media screen and (max-width:767px) {
	#footer {
		margin: 30px 0 0 0;
	}
	#footer .footer-link {
		width: 100%;
		padding: 0 10px;
	}
	#footer .footer-link ul li {
		display: block;
		border-bottom: 1px dotted #aaa;
		padding: 10px 0;
	}
	#footer .footer-link ul li:last-child {
		border-bottom: none;
	}
	#footer .footer-link ul li a {
		padding: 0 2px 0;
		display: inline-block;
	}
	#footer .footer-link li a:hover::after {
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transform: scaleX(0);
	}
}

/* event, release
---------------------------------*/
.event-list {
	padding: 0 0 20px 0;
}
.event {
	width: 100%;
	padding: 4px 0;
	color: #444;
	background: #fff;
}
.event-list .event {
	padding: 15px;
	color: #444;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.05);
	box-shadow: 0 5px 7px -3px rgba(0,0,0,0.21);
	margin-bottom: 40px;
}
.event-list .event:last-child {
	margin-bottom: 0;
}
.event:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.event .event-img {
	float: left;
	width: 35%;
}
.event .event-body {
	float: left;
	width: 63%;
	margin-left: 2%;
}
.event .event-body-block {
	width: 100%;
}
.event .event-title {
	margin-top: 5px;
	margin-bottom: -5px;
	font-size: 1.4em;
	padding: 5px 10px;
	font-weight: 600;
	line-height: 1.4;
	color: #fff;
	background: #444;
}
.event-list .event .event-title {
	color: #444;
	background: #fff;
	padding: 5px 0;
	border-bottom: none;
}
.event .event-text {
	padding-top: 5px;
	padding-bottom: 15px;
}
.event-list .event .event-text {
	padding-top: 0;
}
.event .event-bottom {
	padding-top: 10px;
}
.release {
	width: 100%;
	padding: 0.7rem 0;
	font-size: 0.86em;
}
.release .release-title {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #B2A270;
	border-radius: 10px;
	background: #B2A270;
	color: #fff;
}
.release  .release-term {
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
	color: #444;
	border-bottom:  1px solid #444;
}
@media screen and (max-width:767px) {
	.event .event-img {
		float: none;
		width: 100%;
	}
	.event .event-body {
		float: none;
		width: 100%;
		margin-left: 0;
	}
}


/* page-title
---------------------------------*/
.page-title {
	font-size: 1.8em;
	margin: 30px auto 27px auto;
	text-align: center;
	width: 100%;
	line-height: 1.4em;
}
.page-discripton {
	margin: 0 0 25px 0;
}

.attention {
    color:red;
    border: solid 2px red;
    padding: 15px;
    font-weight: bold;
    background-color:#fffaf0;
}

.attention a{
    color:red;
    text-decoration: underline;
}

/* kv
---------------------------------*/
#kv {
	margin-bottom: 30px;
}

/* article
---------------------------------*/
.article {
	padding: 25px 0;
}
.article-title {
	padding: 5px 0 5px 5px;
	margin: 0 0 20px 0;
	font-size: 1.7em;
	position: relative;
	padding: 0 0 0.2em 1.7em;
	border-bottom: 2px solid #B2A270;
}
.article-title::before,
.article-title::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
.article-title::before {
	top: 0;
	left: 0.15em;
	z-index: 2;
	width: 20px;
	height: 20px;
	background: rgba(178, 162, 112, 0.8);
}
.article-title::after {
	top: 0.4em;
	left: 0.6em;
	width: 14px;
	height: 14px;
	background: rgba(178, 162, 112, .3);
}
.article-block {
	margin: 10px 0 10px 0;
}
.article-block-title {
	font-size: 1.45em;
	color: #444;
	margin: 30px 0 7px 0;
}
@media screen and (max-width:767px) {
	.article {
		padding: 20px 0;
	}
	.article-title::before {
		top: 0;
		left: 0.15em;
		z-index: 2;
		width: 18px;
		height: 18px;
	}
	.article-title::after {
		top: 0.4em;
		left: 0.6em;
		width: 13px;
		height: 13px;
	}
}

/* breadcrumb
---------------------------------*/
#breadcrumb {
	padding: 0 0 10px 0;
}
#breadcrumb ol {
	background-color: #fff;
	display: table;
	width: 100%;
	counter-reset: number;
	list-style:none;
	margin: 0;
	padding:0;
}
#breadcrumb ol li {
	text-align: center;
	width: 20%;
	padding: 4px 0;
	display: table-cell;
	vertical-align: middle;
	font-size: 11px;
	color: #777;
	border-right: 1px solid #444;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
}
#breadcrumb ol li:first-child {
	border-left: 1px solid #444;
}
#breadcrumb ol li:before {
	counter-increment: number;
	content: counter(number);
	border-radius: 50%;
	font-size: 10px;
	background: #444;
	color: #fff;
	margin-right: 4px;
	display: inline-block;
	width: 1.6em;
	height: 1.6em;
}
#breadcrumb ol li.active {
	background: #444;
	color: #fff;
	font-size: 11px;
	color: #fff;
}
#breadcrumb ol li.active:before {
	counter-increment: number;
	content: counter(number);
	border-radius: 50%;
	font-size: 10px;
	background: #fff;
	margin-right: 4px;
	color: #555;
}
@media screen and (max-width:767px) {
	#breadcrumb ol li {
		padding: 3px 0;
		width: 12%;
		font-size: 0;
	}
	#breadcrumb ol li:before {
		font-size: 14px;
		margin-right: 0;
	}
	#breadcrumb ol li.active {
		width: 52%;
	}
}

/* price-table
---------------------------------*/
.price-table {
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}
.price-table .price-row {
	width: 100%;
	margin: 5px 0;
	padding: 0;
}
.price-table .price-row:after {
	content: "";
	display: block;
	clear: both;
}
.price-table .price-row .price-col-title {
	width: 35%;
	float: left;
}
.price-table .price-row .price-col-title .price-title {
	padding: 5px;
	display: inline-block;
	background-color: #999;
	color: #fff;
}
.price-table .price-row .price-col-detail {
	width: 65%;
	float: left;
	font-size: 0.9em;
}
.price-table .price-row .price-col-detail:after {
	content: "";
	display: block;
	clear: both;
}
.price-detail .price-detail-1 {
	width: 30%;
	border-bottom: 1px dotted #ccc;
	float: left;
	margin: 0;
	padding: 5px;
	font-weight: 600;
}
.price-detail .price-detail-2 {
	width: 40%;
	border-bottom: 1px dotted #ccc;
	float: left;
	margin: 0;
	padding: 5px;
	text-align: right;
}
.price-detail .price-detail-3 {
	width: 30%;
	border-bottom: 1px dotted #ccc;
	float: left;
	margin: 0;
	padding: 5px;
	text-align: right;
}
.price-detail .price-detail-total-1 {
	width: 70%;
	border-bottom: 1px dotted #ccc;
	background-color: #f1f1f1;
	float: left;
	margin: 0;
	padding: 5px;
	font-weight: 600;
}
.price-detail .price-detail-total-2 {
	width: 30%;
	border-bottom: 1px dotted #ccc;
	background-color: #f1f1f1;
	float: left;
	margin: 0;
	padding: 5px;
	text-align: right;
}
@media screen and (max-width:767px) {
	.price-table {
		min-width: 270px;
	}
	.price-table .price-row .price-col-title {
		width: 100%;
		float: none;
		display: block;
	}
	.price-table .price-row .price-col-title .price-title {
		width: 100%;
		display: block;
	}
	.price-table .price-row .price-col-detail {
		width: 100%;
		float: none;
		display: block;
	}
	.price-table .text-center {
		text-align: left;
	}
}

/* order-no
---------------------------------*/
.order-no {
}
.order-no .order-no-label {
	font-weight: normal;
	display: inline;
}
.order-no .order-no-value {
	font-size: 1.7em;
	font-weight: 600;
	color: #a94442;
	display: inline;
}
@media screen and (max-width:767px) {
	.order-no .order-no-label {
		display: block;
	}
	.order-no .order-no-value {
		display: block;
	}
}

/* agreement
---------------------------------*/
.agreement {
	padding: 0 0 50px 0;
}
.agreement h4 {
	margin: 30px 0 10px 0;
	font-size: 20px;
}
.agreement h4.left-line {
	border-left: 4px solid #B2A270;
	padding: 3px 0 3px 10px;
}
.agreement h5 {
	margin: 25px 0 10px 0;
	font-size: 16px;
}
.agreement ol {
	margin: 10px 0;
	padding-left: 22px;
}
.agreement ol li {
	margin: 3px 0;
}
.agreement ol.parentheses {
	margin: 10px 0;
	padding-left: 2px;
}
.agreement ol.parentheses li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
	margin: 3px 0;
}
.agreement ol.parentheses li:before {
	display: marker;
	content: "(" counter(cnt) ") ";
}

/* faq
---------------------------------*/
.faq-category {
	border: 1px solid #eff1fc;;
	border-radius: 0;
	margin: 0 0 20px 0;
}
.faq-category .faq-category-heading {
	background: #eff1fc;
	color: #333;
	border-radius: 0;
	font-size: 17px;
	cursor: pointer;
	padding: 10px;
}
.faq-category .faq-category-body {
	background: #fff;
	padding: 10px;
	display: none;
}
.faq-category .faq-category-body ol {
	margin: 10px 0;
	padding-left: 22px;
}
.faq-category .faq_category-body ol li {
	margin: 3px 0;
}
.faq-q {
	font-size: 18px;
	margin: 5px 0;
	color : #a94442;
}
.faq-a {
	margin: 0 0 20px 0;
}

/* lot-status
---------------------------------*/
.lot-status-win {
	border: 1px solid #a94442;
	color: #a94442;
	border-radius: 12px;
	width: 150px;
	text-align: center;
	margin: 2px 0 5px 0;
	font-size: 0.95em;
}
.lot-status-transfer-win {
	border: 1px solid #a94442;
	color: #a94442;
	border-radius: 12px;
	width: 150px;
	text-align: center;
	margin: 2px 0 5px 0;
	font-size: 0.95em;
}
.lot-status-lose {
	border: 1px solid #999;
	color: #999;
	border-radius: 12px;
	width: 150px;
	text-align: center;
	margin: 2px 0 5px 0;
	font-size: 0.95em;
}

/* lot-result-box
---------------------------------*/
.lot-result-box {
	margin: 10px 0 30px 0;
	padding: 20px 15px 25px 15px;
	z-index: 10;
}
.lot-result-box-win {
	border: 4px solid #a94442;
	position: relative;
}
.lot-result-box-win:before {
	content: "";
	position: absolute;
	background: #fff;
	margin: 3px;
	border: 2px solid #a94442;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	z-index: -10;
}
.lot-result-box-lose {
	border: 4px solid #bbb;
	position: relative;
}
.lot-result-box-lose:before {
	content: "";
	position: absolute;
	background: #fff;
	margin: 3px;
	border: 2px solid #bbb;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	z-index: -10;
}
.lot-result-box-header {
	font-size: 1.6em;
	margin-bottom: 15px;
	text-align: center;
}
.lot-result-box-win .lot-result-box-header {
	color: #a94442;
	font-weight: 600;
}
@media screen and (max-width:767px) {
	.lot-result-box-header {
		font-size: 1.5em;
		text-align: left;
	}
}

.m-5 {
    margin-bottom: 5px;
}

input::-ms-reveal {
    visibility:hidden
}

input::-ms-clear {
    visibility:hidden
}