/******************************
reset
*******************************/
html, body, div, section, article, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, th, td {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
html {
	color: #000;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 10px;
	letter-spacing: 0.1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	min-width: 100%;
	overflow-x: hidden;
	animation: start 2.0s ease 1;
}
@keyframes start {
 0% {
opacity:0.0;
}
 100% {
opacity:1.0;
}
}
::selection {
	background: #eee;
	color: #000;
}
 //Firefox ::-moz-selection {
 background: #eee;
 color: #000;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	letter-spacing: 0.03em;
}
ul, ol {
	list-style: none;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
a:hover>img {
	opacity: 0.8;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
img, input {
	vertical-align: bottom;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
input, button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
}
/******************************
common
*******************************/
body.fix {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}
.contentWrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	max-width: 1200px;
	margin: auto;
}
.en {
	font-family: 'Lusitana', serif;
}
.en2 {
	font-family: 'EB Garamond', serif;
	font-style: italic;
}
.pc {
	display: block
}
.sp {
	display: none;
}

@media screen and (max-width:767px) {
.contentWrapper {
	padding: 0 30px;
}
.sp {
	display: block
}
.pc {
	display: none;
}
}/* end of mediaQuery */
/******************************
button
*******************************/
a[class^="button-"], a[class^="button-"]:hover {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin: auto;
	text-align: center;
	text-decoration: none;
}
.button-1 {
	position: relative;
	width: 250px;
	height: 40px;
	line-height: 36px;
	color: #000;
	font-size: 14px;
	border: 1px solid #000;
	background: #fff;
	letter-spacing: 0.1em;
}
.button-1:hover {
	opacity: .7;
}
.button-1:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 7px;
	top: -4px;
	right: 10px;
	bottom: 0;
	margin: auto;
	vertical-align: middle;
	background: url(/catalog/shipsdays/2018fw/assets/images/icon_arrow.png) no-repeat center center;
	background-size: auto 8px;
}

@media screen and (max-width:767px) {
.button-1 {
	position: relative;
	width: 80%;
	height: 50px;
	line-height: 48px;
	font-size: 14px;
	margin: auto;
}
}/* end of mediaQuery */

/******************************
header
*******************************/

@media screen and (max-width:767px) {
}/* end of mediaQuery */
/******************************
main
*******************************/
main {
}

@media screen and (max-width:767px) {
main {
}
}/* end of mediaQuery */
/******************************
footer
*******************************/
#footer {
}
#footer a {
	color: #000;
}
#footer a:hover {
	text-decoration: underline;
}
#footer.layoutWrapper {
	position: relative;
	background: #f6f6f6;
}
#footer.layoutWrapper .contentWrapper {
	padding-top: 50px;
	padding-bottom: 20px;
}
#footer.layoutWrapper .contentWrapper h2 {
	font-size: 2.4rem;
}
#footer.layoutWrapper .copyright {
	padding: 20px 0;
	text-align: center;
	color: #666;
	font-size: 1.2rem;
	background: #fff;
}

@media screen and (max-width:768px) {
#footer.layoutWrapper .contentWrapper h2 {
	font-size: 1.8rem;
}
}/* end of mediaQuery */
/******************************
overlay
*******************************/
#overlay {
	display: none;
}
#overlayMenu {
	display: none;
}

@media screen and (max-width:767px) {
#overlay {
	position: fixed;
	z-index: 100;
	display: none;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.8);
}
#overlayMenu {
	position: relative;
	float: right;
	display: block;
	width: 80%;
	max-width: 330px;
	height: 100%;
	top: 0;
	right: -100%;
	background: #fff;
}
#overlayClose {
	position: absolute;
	cursor: pointer;
	display: none;
	width: 20px;
	height: 20px;
	top: 20px;
	left: -35px;
	background: url(/catalog/shipsdays/2018fw/assets/images/icon_close.png) no-repeat center center;
	background-size: 20px auto;
}
#overlayMenu ul.mainList {
	overflow: hidden;
	overflow-y: auto;
	display: block;
	width: auto;
	vertical-align: top;
	padding-top: 30px;
}
#overlayMenu ul.mainList>li {
	padding: 0;
}
#overlayMenu ul.mainList>li:first-child {
}
#overlayMenu ul.mainList>li a {
	position: relative;
	display: block;
	padding: 20px 30px;
	color: #000;
	font-size: 1.5rem;
}
#overlayMenu ul.mainList>li a small {
	padding-left: 10px;
	font-size: 10px;
	font-weight: normal;
}
#overlayMenu ul.mainList>li a:hover {
	opacity: 0.7;
	text-decoration: none;
}
}/* end of mediaQuery */