/* リンク設定 -------------------------------------------------*/
a {
	color: #343434;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	outline: none;
}
a:hover {
	color: #009d70;
}
a img {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
a:hover img {
	filter:alpha(opacity=60);
	opacity:0.6;
}
a.bghover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	outline: none;
}
a.bghover:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}

/* カラー設定 ------------------------------------------------- */
.red {
	color:#CC0000 !important;
}
.error {
	color:#CC0000 !important;
}

/* フォント設定 ------------------------------------------------- */
.fontS {
	font-size:1rem !important;
}
.fontL {
	font-size: 1.6rem !important;
	line-height:170% !important;
}

/*共通*/
html {
	font-size: 62.5%;
}
body {
	background: #FFFFFF;
	font-family: "Lato","Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 1.4em;
	color: #181818;
	line-height: 200%;
}
#wrapper {
	width:100%;
	position:relative;
}
/*共通ヘッダー*/
#header {
	background: #000000; 
	width: 100%;
	height: 70px;
}
#header_inner {
	max-width: 1440px;
	height: 100%;
	line-height: 70px;
	margin: 0 auto;
}
#header h1 {
	float: left;
	height: 100%;
	margin-left: 15px;
}
#header h1 a {
	display: block;
	width: 219px;
	height: 100%;
}
#header h1 a img {
	vertical-align: middle;
}
#g_nav {
	float: right;
}
#g_nav li {
	display: inline-block;
	margin: 0 10px;
}
#g_nav li a {
	color: #FFFFFF;
}
#g_nav li a:hover {
	color: #AE0002;
}


/*共通フッター*/
#footer {
	width: 100%;
	font-size: 1.2rem;
}
#footer h1 {
	color: #FFFFFF;
	margin-bottom: 10px;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #AE0002;
}
#g_footer_top {
	background-color: #000000;
	padding: 40px;
}
#g_footer_bottom {
	padding: 25px;
}
#g_footer_bottom p {
	background: url(../images/img_pc_footerlegal.png) left center no-repeat;
	width: 698px;
	height: 38px;
}
#g_footer_bottom p img {
	display: none;
}
#footer_sns {
	float: right;
}
#footer_sns li {
	display: inline-block;
	margin-right: 5px;
}
#footer section {
	float: left;
	margin-right: 65px;
}
#footer section:nth-child(3){
	margin-right: 0px;
}
#footer section li {
	line-height: 25px;
}
#footer section li a {
	display: block;
	background: url(../images/ico_pc_arrow.png) left center no-repeat;
	padding-left: 12px;
}

#top_block {
	width: 100%;
	height: calc(100vh - 70px);
	position: relative;
}
#top_block img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#content {
	width: 1200px;
	margin: 100px auto;
}

#item_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#photo {
	width: 55%;
}
#text {
	width: 40%;
}
#text h1 {
	font-size: 2.5rem;
	margin: 40px 0;
}
#price_block {
	border-top: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	padding: 30px 0;
}
#price {
	font-size: 2rem;
	margin-top: 15px;
	font-weight: 700;
}
#comment {
	margin: 40px 0;
}

#spec {
	margin-bottom: 50px;
}

#btn {
	width: 100%;
	height: 50px;
}
#btn a {
	display: block;
	width: 100%;
	height: 100%;
	background-color:#44c2cc;
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	color: #FFF;
	font-weight: 700;
}
#specify {
	margin-top: 100px;
}
#specify h1 {
	font-size: 2.5rem;
	margin-bottom: 70px;
}
#specify ul li {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.2rem;
	border-bottom: #CBCBCB 1px dotted;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#specify ul li p:first-child {
	width: 250px;
}
#specify ul li p:last-child {
	width: 950px;
}