@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	display:block;
	font-family: Verdana,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
-webkit-text-size-adjust: 100%;
	color:#000;
	text-align: center;
	vertical-align:middle;
	background-position: center top;
	background-repeat: repeat;
	box-sizing: border-box;
}
p {
	padding:0;
	margin: 0;
}
a {
	color:inherit;
	text-decoration: none;
}
img {
	border-style:none;
}
li {
	list-style-type:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
@media screen and (max-width: 832px) {
.pc {
	display:none;
}
.sp {
	display:block;
}}
/*------------------------------------------------------------------*/
a:hover img.mouse_over {
	position:relative;
	top:2px;
}
/*------------------------------------------------------------------*/
.wrapper {
	overflow: hidden;
	margin: 0 auto;
}
@media screen and (max-width: 832px) {
.wrapper {
	max-width:832px;
}}
@media screen and (max-width: 600px) {
.wrapper {
	max-width:600px;
	min-width: 600px;
}}
main {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 16px;
	box-sizing: border-box;
}
/*------------------------------------------------------------------*/
h1 {
	margin:0 auto;
}
h1 img {
	width:100%;
	height:auto;
	vertical-align:middle;/*余白対策　必須*/
}
.pc_title {
	display:block;
}
.sp_title {
	display:none;
}
@media screen and (max-width: 600px) {
.pc_title {
	display:none;
}
.sp_title {
	display:block;
}}
/*------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom:20px;
	right: 20px;
}
#page-top a {
	color: #fff;
	font-weight:bold;
	font-size:26px;
	background:rgb(213,188,69);
	text-decoration: none;
	width: 60px;
	height:60px;
	text-align: center;
	display: block;
	border-radius: 30px;
	line-height:220%;
	opacity: 0.8;
}
/*------------------------------------------------------------------*/
.main_img {
	max-width:1980px;
	max-height:794px;
	margin:0 auto;
	background-color:#ffffff;
}
.main_img img {
	width:100%;
	height:auto;
	padding:0;
	vertical-align:middle;/*余白対策　必須*/
}
.main_other_img {
	max-width:1980px;
	max-height:484px;
	margin:0 auto;
}
.main_other_img img {
	width:100%;
	height:auto;
	padding:0;
	vertical-align:middle;/*余白対策　必須*/
}
/*------------------------------------------------------------------*/
.gnav {
	max-width:1200px;
	height:50px;
	margin:0 auto;
	padding: 0;/*余白対策　必須*/
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.gnav li {
	width:25%;
	box-sizing: border-box;
	border-right:solid 1px #ffffff;
}
.gnav li:first-child {
	border-left:solid 1px #ffffff;
}
.gnav li:last-child {
	border-right:solid 1px #ffffff;
}
.gnav li a {
	display:block;
	line-height:2.6;
	height:50px;
	color:#ffffff;
	text-decoration: none;
	font-size:20px;
}
.gnav li a:hover {
	background-color: rgb(213,188,69);
}
.gnav li span a {
	background-color: rgb(213,188,69);
}
@media screen and (max-width: 1200px) {
.gnav li:first-child {
	border-left:none;
}
.gnav li:last-child {
	border-right:none;
}}
.gnav_bg {
	height:50px;
	margin:0 auto;
	padding:0;
	background-image: linear-gradient(0deg, rgba(70, 70, 70, 1), rgba(135, 135, 135, 1));
}
@media screen and (max-width: 600px) {
.gnav_bg {
	background: linear-gradient(0deg, rgba(70,70,70, 1) 10%, rgba(135, 135, 135, 1) 50%, rgba(70,70,70, 1) 50%, rgba(70,70,70, 1) 60%, rgba(135, 135, 135, 1) 100%);
}
.gnav {
	min-width:460px;
	height:73px;
	margin:0 auto;
	padding:0;
}
.gnav li {
	width:50%;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
}
.gnav li:last-child {
	width:50%;
	border:none;
}
.gnav li:nth-child(2){
	border-right:none;
}
.gnav li a {
	line-height:1.8;
	height:36px;
}
.gnav_bg {
	height: 73px;
}}
/*------------------------------------------------------------------*/
.heading-container {
	text-align: center;
	max-width: 1000px;
	margin: 64px auto 0;
	padding: 0 8px;
}
.line-container {
	display: flex;
	align-items: center;
}
.diamond_gold {
	width: 10px;
	height: 10px;
	background-color: rgb(213,188,69);
	transform: rotate(45deg);
}
.line_gold {
	flex-grow: 1;
	height: 2px;
	background-color: rgb(213,188,69);
	margin: 0;
}
.diamond_silver {
	width: 10px;
	height: 10px;
	background-color: rgb(119,119,119);
	transform: rotate(45deg);
}
.line_silver {
	flex-grow: 1;
	height: 2px;
	background-color: rgb(119,119,119);
	margin: 0;
}
/*------------------------------------------------------------------*/
footer {
margin: 40px auto;
}
.foot_menu {
	color: rgb(35, 24, 21);
	text-align: center;
	font-size: 16px;
	margin: 20px auto 40px;
}
.foot_menu a {
	color: rgb(35, 24, 21);
	text-decoration: none;
}
.foot_menu a:hover {
	text-decoration: underline;
}
.note {
	font-size:10px;
	margin:0 auto;
	padding:0 10px 50px 10px;
}
/*------------------------------------------------------------------*/
/*top---------------*/
.top_title {
	font-size: 32px;
	font-weight: 900;
	color: rgb(35, 24, 21);
	margin: 64px auto 0;
	letter-spacing: 1px;
	line-height: 1.2;
}
.top_text_br {
	display: none;
}
@media screen and (max-width: 670px) {
.top_text_br {
	display: inline;
}}
/*------------------------------------------------------------------*/
.top_text {
	margin:10px auto 0;
	font-size:16px;
	line-height: 1.8;
}
@media screen and (max-width: 840px) {
.sp {
	display: block;
	line-height:0.2;
}
.top_text {
	font-size:14px;
	margin:0 auto ;
	line-height: 1.8;
}}
/*------------------------------------------------------------------*/
.heading {
	margin: 80px auto 0;
}
.heading_top {
	border-bottom: 2px solid rgba(213,188,69);
}
.heading_bottom {
	border-top: 2px solid rgba(213,188,69);
}
.heading_bottom img {
	transform: rotate(180deg);
}
.heading p{
 font-size: 36px;
 letter-spacing: 2rem;
 font-weight: bold;
 color: rgba(213,188,69);
 }
/*------------------------------------------------------------------*/
.btn {
	margin:5px 0 0 0;
}
/*------------------------------------------------------------------*/
.top_coins {
	margin: 32px auto 0;
	display:flex;
	justify-content: space-around;
	flex-wrap: wrap;
	max-width: 1068px;
}
@media screen and (max-width: 1079px) {
.top_goldcoins {
	max-width: 600px;
	}}
@media screen and (max-width: 600px) {
.top_goldcoins {
	width: 600px;
	
	}
.top:nth-of-type(2),.top:nth-of-type(3) {
	margin-top: 32px;
}}
/*------------------------------------------------------------------*/
/*design--------------*/
.coin {
	margin: 32px auto 0;
}
.design_item {
	margin: 32px auto 0;
}
.design_cap {
	margin: 32px auto 0;
}
.design_note {
	margin: 32px auto 0;
	font-size: 14px;
	line-height: 0.75;
}
.design_note_br {
	display: none;
}
@media screen and (max-width: 640px) {
.design_note {
	line-height: 0.75;
}
.design_note_br {
	display: block;
}}
.design_item_text {
	text-align: left;
	max-width: 640px;
	margin: 16px auto 0;
	padding: 0 16px;
}
.design_item_text_center {
	text-align: center;
	margin: 16px auto 0;
}
/*------------------------------------------------------------------*/
.front_gold_silver {
	margin: 64px auto 0;
	padding: 16px 32px 32px 32px;
	max-width: 720px;
	border: solid 4px #000;
	box-sizing: border-box;
}
.box {
	margin: 64px auto 0;
}
/*------------------------------------------------------------------*/
/*summary---------------*/
.main_inside_summary {
max-width: 815px;
margin: 30px auto;
}
.summary_text {
	text-align:left;
	font-size: 16px;
	margin-left: 30px;
	text-indent:0;
	line-height: 1.75;
	margin-top: 0;
	margin-bottom: 25px;
}
.caption_summary {
    background-color: rgb(213,188,69);
    color: rgb(35, 24, 21);
	font-size: 24px;
	text-align: left;
	text-indent:1em;
	width: 344px;
	height: 36px;
	margin: 32px 0 16px;
	clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}
.summary_text a {
	color: rgb(213,188,69);
	text-decoration: none;
}
.summary_text a:hover {
	text-decoration: underline;
}
.summary_img {
	max-width:808px;
	margin:0 auto;
}
.summary_img img {
	width:100%;
	height:auto;
}
.summary_price_small {
	font-size:13px;
	text-align:left;
	margin:10px 0 0 auto;
	width:395px;
}
.summary_text_small {
	font-size:12px;
	text-align:left;
	margin:10px 0 0 auto;
	width:370px;
}
.summary_text span {
	display: none;
}
@media screen and (max-width: 620px) {
.summary_text span {
	display: inline;
}}
/*------------------------------------------------------------------*/
/*sale----------------*/
.table_sale {
	max-width:848px;
	margin:16px auto 32px;
	box-sizing: border-box;
	padding: 10px;
}
.table_sale table tr th {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding:10px;
	width:100px;
	vertical-align:text-top;
	line-height:200%;
}
.table_sale table tr td {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding:10px;
	max-width:848px;
	vertical-align:text-top;
	line-height:200%;
}
.table_sale table tr td span {
	display: inline;
}
@media screen and (max-width: 880px) {
.table_sale table tr td span {
	display: none;
}}
@media screen and (max-width: 832px) {
.table_sale {
	max-width:650px;
	padding: 20px;
}}