@charset "utf-8";
html {
	scroll-padding-top: 32px;
}
body {
	margin: 0;
	padding: 0;
	display:block;
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "游ゴシック", sans-serif;
-webkit-text-size-adjust: 100%;
	color:#000;
	text-align: center;
	background-position: center top;
	background-repeat: repeat;
	box-sizing: border-box;
	font-weight: 400;
}
p {
	padding:0;
	margin: 0;
}
a {
	color:inherit;
	text-decoration: none;
}
img {
	border-style:none;
}
li {
	list-style-type:none;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
/*------------------------------------------------------------------*/
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: 900;
	font-size:26px;
	background-color: rgb rgba(117, 25, 25);
	text-decoration: none;
	width: 60px;
	height:60px;
	text-align: center;
	display: block;
	border-radius: 30px;
	line-height:220%;
	opacity: 0.8;
}
/*------------------------------------------------------------------*/
.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(235, 102, 0);
}
.gnav li span a {
	background-color: rgb(235, 102, 0);
}
@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(117, 25, 25, 1), rgba(235, 102, 0, 1));
}
@media screen and (max-width: 600px) {
.gnav_bg {
	background: linear-gradient(0deg, rgba(117, 25, 25, 1) 10%, rgba(235, 102, 0, 1) 50%, rgba(117, 25, 25, 1) 50%, rgba(117, 25, 25, 1) 60%, rgba(235, 102, 0, 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;
}}
/*------------------------------------------------------------------*/
footer {
margin: 40px auto;
}
.foot_menu {
	color: #000;
	text-align: center;
	font-size: 16px;
	margin: 20px auto 40px;
}
.foot_menu a {
	color: #000;
	text-decoration: none;
}
.foot_menu a:hover {
	text-decoration: underline;
}
/*------------------------------------------------------------------*/
/*top---------------*/
.top_title {
	font-size: 32px;
	font-weight: 900;
	color: #000;
	margin: 80px auto 0;
	letter-spacing: 1px;
	line-height: 1.2;
}
/*------------------------------------------------------------------*/
.top_text {
	margin:10px auto 0;
	font-size:16px;
	line-height: 1.8;
}
/*------------------------------------------------------------------*/
.heading_wrap {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-top: 48px;
}
.heading_wrap::before,
.heading_wrap::after {
	content: "";
	flex: 1;
	height: 8px;

	background:
		linear-gradient(
			to bottom,
			#333 0,
			#333 2px,

			transparent 2px,
			transparent 6px,

			#333 6px,
			#333 8px
		);
}
.heading {
	display: flex;
	letter-spacing: 0.5em;
	margin-right: -0.5em;
	font-size: 36px;
	font-weight: 700;
	color: #000;
}
/*------------------------------------------------------------------*/
.btn {
	margin:8px 0 0;
}
.btn_design {
	display: inline-block;
	background-color: #6bbb6a;
	color: #ffffff;
	padding: 6px 0 8px;
	border-radius: 12px;
	font-size: 26px;
	font-weight: 300;
	text-decoration: none;
	transition: all 0.3s ease;
	width: 262px;
}
.btn_design:hover {
	transform: translateY(3px);
}
.btn_buy {
	display: inline-block;
	background-color: #eb6600;
	color: #ffffff;
	padding: 10px 0 14px;
	border-radius: 12px;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.25;
	text-decoration: none;
	transition: all 0.3s ease;
	width: 262px;
}
.btn_buy:hover {
	transform: translateY(3px);
}
/*------------------------------------------------------------------*/
.headline {
	width: 100%;
	margin: 64px auto 0;
	border-bottom: solid 2px rgb(0,0,0);
	line-height: 0;
	text-align: center;
}
.headline img {
	display: inline-block;
}
.top_text_5ounce {
	margin: 4px auto 0;
	font-size: 24px;
	line-height: 1.8;
	font-weight: 700;
}

.coin_grid_a {
	display: grid;
	grid-template-columns: repeat(3, auto);
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin-top: 48px;
	width: 100%;
}

@media screen and (max-width: 840px) {
	.coin_grid_a {
		grid-template-columns: repeat(2, auto);
		justify-items: center;
		gap: 20px;
	}
	.coin_grid_a p:nth-child(3) {
		grid-column: 1 / -1;
		justify-self: center;
	}
}

.coin_grid_bc {
	display: grid;
	grid-template-columns: repeat(3, auto);
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin-top: 48px;
	width: 100%;
}

@media screen and (max-width: 760px) {
	.coin_grid_bc {
		grid-template-columns: repeat(2, auto);
		justify-items: center;
		gap: 20px;
	}
	.coin_grid_bc p:nth-child(3) {
		grid-column: 1 / -1;
		justify-self: center;
	}
}

.coin_grid_d {
	display: grid;
	grid-template-columns: repeat(3, auto);
	justify-content: center;
	align-items: center;
	gap: 16px;
	margin-top: 48px;
	width: 100%;
}
.coin_128 img {
	width: auto;
	height: 128px;
}
.coin_86 img {
	width: auto;
	height: 86px;
}
.coin_162 img {
	width: auto;
	height: 162px;
}
.coin_shadow {
	filter: drop-shadow(8px 8px 6px rgba(0, 0, 0, 0.25));
}
.top_gold {	
	margin: 0 auto 0;
	display:flex;
	justify-content: space-around;
	align-items: flex-end;
	flex-wrap: wrap;
	max-width: 840px;
}
.top_silver {
	margin: 0 auto 0;
}
/*------------------------------------------------------------------*/
/*design--------------*/
.design_item_container {
	margin: 16px auto 0;
	display: flex;
	justify-content: space-around;
	max-width: 960px;
}
@media screen and (max-width: 680px) {
.design_item_container {
	display: block;
	}}
.design_item {
	margin: 0 auto ;
	padding: 16px;
}
@media screen and (max-width: 680px) {
.design_item {
	max-width: 60%;
}}
.design_note {
	margin: 40px auto 0;
	font-size: 14px;
	line-height: 1.75;
}
.design_note_caption {
	color: #00378c;
}
.design_note_br {
	display: none;
}
@media screen and (max-width: 640px) {
.design_note {
	line-height: 1.75;
}
.design_note_br {
	display: block;
	line-height: 0;
	margin: 0;
	padding: 0;
}}

.design_item_title {
	margin-bottom: 8px;
}
.design_item_coin img {
	width: auto;
	height: 230px;
	padding-top: 8px;
}
.design_item_text {
	text-align: left;
	max-width: 400px;
	padding-top: 16px;
}
.text_center {
    text-align: center;
    margin: 0 auto;
}

/* ensure text-center overrides .design_item_text */
.design_item_text.text_center {
	text-align: center;
	margin: 0 auto;
	display: block;
}
/*------------------------------------------------------------------*/
/*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;
	padding-right: 32px;
}
.caption_summary {
	display: block;
	background-color: #000;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-align: left;
	line-height: 36px;
	padding: 0 24px 0 16px;
	width: 48%;
	max-width: 200px;
	height: 36px;
	margin: 32px 0 16px 0;
	border-radius: 18px 18px 0 18px;
}
.summary_text a {
	color: rgb(0, 0, 0);
	text-decoration: underline;
}
.summary_text a:hover {
	text-decoration: none;
}
.summary_img {
	max-width:808px;
	margin:0 auto;
}
.summary_img img {
	width:100%;
	height:auto;
}
.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;
	text-align: left;
	padding:10px;
	width:100px;
	vertical-align:text-top;
	line-height:200%;
}
.table_sale table tr td {
	font-size: 16px;
	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;
}}