@charset "utf-8";

/* ---------------------------------------------------Reset------------------------------------------------- */



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

html {
		margin: 0;
		padding: 0;
}

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after {
		content: '';
		content: none;
}

q:before, q:after {
		content: '';
		content: none;
}

table {
		border-collapse: collapse;
		border-spacing: 0;
}

/* ---------------------------------------------------Setting------------------------------------------------- */




* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}

.scroll-cover {
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		position: fixed;
		pointer-events: auto !important;
		z-index: 1000;
}

body {
		letter-spacing: 0.5px;
		color: #777777;
		font-family: 'EB Garamond', serif;
		font-family: "Hiragino Kaku Gothic ProN", "メイリオ";
		font-size: 12px;
		/*text-rendering: optimizeLegibility;*/
		-webkit-font-smoothing: antialiased;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		-webkit-text-size-adjust: none;
		margin: 0;
		padding: 0;
}

img, .sliderOverlay, .rsArrow {
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
}

input {
		-webkit-appearance: none;
		border-radius: 0;
}

a, a:visited {
		color: #b4b4b4;
		text-decoration: none;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}

a:hover, a:active {
		color: #fff;
		text-decoration: none;
		-webkit-transition: all 0.1s ease-in-out;
		-moz-transition: all 0.1s ease-in-out;
		transition: all 0.1s ease-in-out;
}

ul { zoom: 1; }

ul:before, ul:after {
		content: " ";
		display: table;
}

ul:after { clear: both; }

div { zoom: 1; }

div:before, div:after {
		content: " ";
		display: table;
}

div:after { clear: both; }

/* $SECTION
---------------------------------------------------------------------------------------------------- */


section {
		zoom: 1;
		display: block;
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
}

section:before, section:after {
		content: " ";
		display: table;
}

section:after { clear: both; }

/* $HEADER
---------------------------------------------------------------------------------------------------- */




header {
		width: 100%;
		text-align: center;
		font-size: 10px;
		color: #333;
		position: relative;
		height: 100px;
}

header h1 {
		text-align: left;
		width: 920px;
		height: 21px;
		display: block;
		padding: 37px 0;
		overflow: hidden;
		margin: 0 auto;
}
 @media screen and (max-width: 321px) {

header h1 {
		text-align: center;
		width: 100%;
		height: 21px;
		display: block;
		padding: 37px 0;
		overflow: hidden;
		margin: 0 auto;
}
}

br.sp { display: none; }
 @media screen and (max-width: 321px) {

br.sp { display: block; }
}

/* $FOOTER
---------------------------------------------------------------------------------------------------- */




footer {
		width: 100%;
		padding: 20px;
		text-align: center;
		font-size: 10px;
		color: #333;
		position: relative;
}

/* $wrapper
---------------------------------------------------------------------------------------------------- */



div.wrapper {
		width: 920px;
		overflow: hidden;
		margin: 0 auto;
}
 @media screen and (max-width: 321px) {

div.wrapper {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
}
}
 @media screen and (max-width: 321px) {

header h1 img {
		width: 70%;
		text-align: center;
}
}

ul.list {
		width: 920px;
		overflow: hidden;
		margin: 0 auto;
}
 @media screen and (max-width: 321px) {

ul.list {
		width: 90%;
		overflow: hidden;
		margin: 0 auto;
}
}

ul.list li {
		position: relative;
		display: block;
		width: 220px;
		height: 325px;
		overflow: hidden;
		margin: 0 10px 10px 0;
		float: left;
}
 @media screen and (max-width: 321px) {

ul.list li {
		position: relative;
		display: block;
		width: 130px;
		height: 190px;
		overflow: hidden;
		margin: 0 5px 5px 0;
		float: left;
}
}

ul.list li a:hover div {
		position: absolute;
		background-color: #999;
		z-index: 40;
		width: 210px;
		height: 315px;
		margin: 5px;
		filter: alpha(opacity=80);
		-moz-opacity: 0.8;
		opacity: 0.8;
}
 @media screen and (max-width: 321px) {

ul.list li a:hover div {
		position: absolute;
		background-color: #999;
		z-index: 40;
		width: 120px;
		height: 180px;
		margin: 5px;
		filter: alpha(opacity=80);
		-moz-opacity: 0.8;
		opacity: 0.8;
}
}

ul.list li a:hover div {
		background-position: 35px 60px;
		background-repeat: no-repeat;
}


@media screen and (max-width: 321px) {

ul.list li a:hover div {
		background-position: 29px 30px;
		background-size: 60px 57px;
}
}

ul.list li img {
		width: 100%;
		border: 5px solid #fff;
}

/* $iframe 740px
---------------------------------------------------------------------------------------------------- */


/* ---------------------------------------------------------------------------------------------------- */



body#spec { background-color: #fff; }

div.iframe {
		width: 800px;
		height: 585px;
		overflow: hidden;
		margin: 0 auto;
		background-color: #fff;
		position: relative;
}
 @media screen and (max-width: 321px) {

div.iframe {
		width: 100%;
		height: 100%;
		overflow: scrolle;
		margin: 0 auto;
		background-color: #fff;
		position: relative;
 display:block padding-bottom:30px;
}
}

/* ---------------------------------------------------------------------------------------------------- */


div.iframe img.number {
		position: absolute;
		right: 140px;
		top: 20px;
}
 @media screen and (max-width: 321px) {

div.iframe img.number {
		position: relative;
		display: block;
		margin-left: 5%;
		width: 20%;
		float: none;
		top: 0;
		right: 0;
}
}

/* ---------------------------------------------------------------------------------------------------- */


div.iframe img.model {
		display: block;
		width: 390px;
		float: left;
		background-color: #fff;
}
 @media screen and (max-width: 321px) {

div.iframe img.model {
		clear: both;
		display: block;
		margin: 0 auto;
		width: 60%;
		float: none;
		background-color: #fff;
}
}

/* ---------------------------------------------------------------------------------------------------- */



div.iframe div.spec {
		position: absolute;
		right: 0;
		top: 0;
		width: 403px;
		min-height: 40px;
		display: block;
		float: left;
		padding: 380px 30px 30px 30px;
		font-family: "ＭＳ 明朝", serif;
		font-size: 11px;
		line-height: 160%;
		text-align: center;
}
 @media screen and (max-width: 321px) {

div.iframe div.spec {
		position: relative;
		width: 90%;
		display: block;
		float: none;
		padding: 5%;
		font-family: "ＭＳ 明朝", serif;
		font-size: 11px;
		text-align: left;
}
}

/* ---------------------------------------------------------------------------------------------------- */


div.iframe div#sns {
		position: absolute;
		width: 168px;
		height: 30px;
		z-index: 10;
		padding: 0;
		text-align: center;
		left: 500px;
		bottom: 0;
}
 @media screen and (max-width: 321px) {

div.iframe div#sns { display: none; }
}

div.iframe div#sp_sns { display: none; }
 @media screen and (max-width: 321px) {

div.iframe div#sp_sns {
		display: block;
		width: 80%;
		position: absolute;
		top: 10px;
		right: 5%;
		text-align: right
}
}
 @media screen and (max-width: 321px) {

div.iframe div#sp_sns img { width: 26px; }
}

/* ---------------------------------------------------------------------------------------------------- */



div.iframe img.close {
		position: absolute;
		right: 15px;
		bottom: 0;
		width: 42px;
		cursor: pointer;
		z-index: 20;
}

div.iframe img.close a {
		width: 42px;
		height: 42px;
		display: block;
		cursor: pointer;
}
 @media screen and (max-width: 321px) {

div.iframe img.close {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		float: left;
		width: 42px;
		cursor: pointer;
}
}

/* ---------------------------------------------------------------------------------------------------- */



div.iframe div#sns img { height: 30px; }
 @media screen and (max-width: 321px) {

.fancybox-wrap { width: 99% }
}