
/******************************
header
*******************************/
#fvWrapper {
	position: relative;
	height: 100vh;
	padding-top: 60px;
}
/* header */
header {
	position: absolute;
	z-index: 1;
	width: 350px;
	height: 100%;
	background: #fff;
}
header .innerWrapper {
	padding: 90px 90px 0 70px;
}
header .innerWrapper section {
	position: relative;
}
header .innerWrapper section h1 {
	padding-top: 50px;
}
header .innerWrapper section p {
	position: absolute;
	top: 0;
	left: -10px;
	width: 120px;
}
header .innerWrapper section img {
	width: 100%;
	height: auto;
}
#globalMenu {
	padding-top: 100px;
}
#globalMenu li {
	padding-top: 30px;
}
#globalMenu li:first-child {
	padding-top: 0;
}
#globalMenu li a {
	color: #000;
	font-size: 1.6rem;
}
#globalMenu li a:hover {
	opacity: 0.7;
	text-decoration: none;
}
/* mainVisual */
#mvWrapper {
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#mvWrapper div {
	width: 100% !important;
	height: 100%;
}
#mvWrapper ul {
	display: block;
	height: 100%;
}
#mvWrapper ul li section {
	position: absolute;
	line-height: 2;
	top: 40px;
	right: 40px;
	letter-spacing: 0.2em;
	color: #fff;
	font-size: 1.8rem;
}
#mvWrapper ul li.mv-4 section {
	color: #000;
}
#mvWrapper ul li img {
	width: 100% !important;
	max-width: none;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	animation: animation01 15s linear;
	-webkit-transform: translate3d(0, 0, 0);
	animation-iteration-count: infinite;
}
 @keyframes animation01 {
 0% {
 -webkit-transform: scale(1.0);
 -moz-transform: scale(1.0);
 -o-transform: scale(1.0);
 -ms-transform: scale(1.0);
 transform: scale(1.0);
}
 100% {
 -webkit-transform: scale(1.15);
 -moz-transform: scale(1.15);
 -o-transform: scale(1.15);
 -ms-transform: scale(1.15);
 transform: scale(1.15);
}
}

@media screen and (max-width:767px) {
#fvWrapper {
}
/* header */
header {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
}
header .innerWrapper {
	padding: 23px 15px 19px;
}
header .innerWrapper section {
	position: relative;
}
header .innerWrapper section h1 {
	display: inline-block;
	width: 130px;
	padding-top: 0;
	vertical-align: middle;
}
header .innerWrapper section p {
	position: relative;
	display: inline-block;
	width: 72px;
	top: 0;
	left: 0;
	margin-left: 5px;
	vertical-align: middle;
}
#globalMenu {
	display: none;
}
#spMenuOpener {
	position: absolute;
	width: 25px;
	height: 17px;
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto;
	background: url(/catalog/shipsdays/2018fw/assets/images/icon_menu.png) no-repeat center center;
	background-size: 25px auto;
}
#mvWrapper ul li section {
	line-height: 1.8;
	top: 20px;
	right: 20px;
	font-size: 1.3rem;
}
#mvWrapper ul li.mv-1 img {
}
#mvWrapper ul li.mv-2 img {
	object-position: 40% 50%;
	font-family: 'object-fit: cover; object-position:40% 50%;';
}
#mvWrapper ul li.mv-3 img {
	object-position: 90% 50%;
	font-family: 'object-fit: cover; object-position:90% 50%;';
}
#mvWrapper ul li.mv-4 img {
	object-position: 90% 30%;
	;
	font-family: 'object-fit: cover; object-position:90% 30%;';
}
}/* end of mediaQuery */
/******************************
main
*******************************/
/* leadMessage */
.leadMessage {
	position: relative;
	padding: 130px 0 50px;
	text-align: left;
}
.leadMessage p {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	line-height: 3.5;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.8rem;
}

@media screen and (max-width:767px) {
.leadMessage {
	padding: 55px 0 40px;
}
.leadMessage p {
	line-height: 2.0;
	font-size: 1.4rem;
}
}/* end of mediaQuery */
/* contentsList */
.contentsList {
	padding-bottom: 130px;
	border-bottom: 1px solid #eee;
}
.contentsList a {
	color: #000;
}
.contentsList a:hover {
	text-decoration: none;
}
.contentsList a:hover section {
	opacity: 0.7;
}
.contentsList ul {
	overflow: hidden;
	font-size: 0;
	letter-spacing: 0;
}
.contentsList ul li {
	display: inline-block;
	width: 50%;
	padding-top: 45px;
	vertical-align: top;
}
.contentsList ul li:nth-child(odd) {
	padding-right: 40px;
}
.contentsList ul li:nth-child(even) {
	padding-left: 40px;
}
.contentsList ul li .imgBox {
	padding: 30px;
	background: url(/catalog/shipsdays/2018fw/assets/images/bg_img_border.png) no-repeat center center;
	background-size: contain;
}
.contentsList ul li .txtBox {
	padding-top: 20px;
}
.contentsList ul li .txtBox h2 {
	padding-left: 10px;
	font-size: 3rem;
}
.contentsList ul li .txtBox p {
	position: relative;
	padding-right: 40px;
	text-align: right;
	font-size: 1.4rem;
	background: url(/catalog/shipsdays/2018fw/assets/images/icon_arrow.png) no-repeat;
	background-position: right 4px;
	background-size: auto 6px;
}

@media screen and (max-width:767px) {
.contentsList {
	padding-bottom: 75px;
}
.contentsList ul {
}
.contentsList ul li {
	display: block;
	width: auto;
	padding-top: 30px;
}
.contentsList ul li:first-child {
	padding-top: 0;
}
.contentsList ul li:nth-child(odd) {
	padding-right: 0;
}
.contentsList ul li:nth-child(even) {
	padding-left: 0;
}
.contentsList ul li .imgBox {
	padding: 20px;
}
.contentsList ul li .txtBox {
	padding-top: 5px;
}
.contentsList ul li .txtBox h2 {
	padding-left: 0;
	font-size: 2rem;
}
.contentsList ul li .txtBox p {
	padding-right: 30px;
	font-size: 1.1rem;
	background-position: right 4px;
	background-size: auto 6px;
}
}/* end of mediaQuery */
/* giftArea */
.giftArea {
	padding: 100px 0;
	text-align: center;
}
.giftWrapper {
	position: relative;
	display: inline-block;
	padding: 30px 0;
	padding-left: 400px;
	text-align: left;
}
.giftWrapper:after {
	content: "";
	position: absolute;
	width: 336px;
	height: 314px;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background: url(/catalog/shipsdays/2018fw/assets/images/obj_giftbox.png) no-repeat center center;
	background-size: contain;
}
.giftWrapper h2 {
	position: relative;
	font-size: 3rem;
}
.giftWrapper h2:after {
	content: "";
	display: block;
	width: 30%;
	height: 1px;
	margin-top: 15px;
	background: #000;
}
.giftWrapper h3 {
	padding: 28px 0 10px;
	font-size: 2rem;
}
.giftWrapper>p {
	line-height: 2;
	font-size: 1.5rem;
}
.giftWrapper>section {
	padding-top: 50px;
}
.giftWrapper>section .button-1, .giftWrapper>section .button-1:hover {
	margin: 0;
}

@media screen and (max-width:767px) {
.giftArea {
	padding: 60px 0;
	text-align: center;
}
.giftWrapper {
	position: relative;
	display: block;
	padding: 0;
	padding-left: 0;
	text-align: center;
}
.giftWrapper:after {
	content: "";
	display: none;
}
.giftWrapper h2 {
	position: relative;
	font-size: 2rem;
}
.giftWrapper h2:after {
	content: "";
	display: block;
	height: 1px;
	margin: 10px auto 0;
}
.giftWrapper h3 {
	padding: 20px 0 8px;
	font-size: 1.5rem;
}
.giftWrapper>p {
	line-height: 1.8;
	font-size: 1.12rem;
	letter-spacing: 0;
}
.giftWrapper>section {
	padding-top: 20px;
	text-align: center;
}
.giftWrapper>section p:first-child {
	padding: 10px 10% 30px;
}
.giftWrapper>section .button-1, .giftWrapper>section .button-1:hover {
	margin: 0 auto;
}
}/* end of mediaQuery */
/******************************
footer
*******************************/
#footer .infomationArea {
	padding: 45px 0 25px;
	font-size: 0;
	letter-spacing: 0;
}
#footer .infomationArea>section {
	display: inline-block;
	width: 33%;
	padding: 0 5%;
	vertical-align: top;
	font-size: 1.3rem;
}
#footer .infomationArea>section h3 {
	font-size: 1.5rem;
}
#footer .infomationArea>section.shoplist {
	padding-left: 0;
}
#footer .infomationArea>section.shoplist p {
	padding-top: 30px;
	line-height: 1.8;
}
#footer .infomationArea>section.onlinelist {
	width: 34%;
	border-left: 1px solid #d6d5d5;
	border-right: 1px solid #d6d5d5;
}
#footer .infomationArea>section.onlinelist ul {
	font-size: 0;
	letter-spacing: 0;
}
#footer .infomationArea>section.onlinelist ul li {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
#footer .infomationArea>section.onlinelist ul li:first-child {
	width: 60%;
}
#footer .infomationArea>section.onlinelist ul li:last-child {
	width: 40%;
}
#footer .infomationArea>section.onlinelist ul li dl {
	padding-top: 30px;
	font-size: 1.3rem;
	padding-bottom: 20px;
}
#footer .infomationArea>section.onlinelist ul li dl:last-child {
	padding-top: 30px;
	font-size: 1.3rem;
	padding-bottom: 0px;
}
#footer .infomationArea>section.onlinelist ul li dl.zozo dt img {
	width: auto;
	height: 13px;
}
#footer .infomationArea>section.onlinelist ul li dl.lumine dt img {
	width: auto;
	height: 18px;
}
#footer .infomationArea>section.onlinelist ul li dl.dfashion dt img {
	width: auto;
	height: 17px;
}
#footer .infomationArea>section.onlinelist ul li dl.magaseek dt img {
	width: auto;
	height: 17px;
}
#footer .infomationArea>section.snslist {
	padding-right: 0;
}
#footer .infomationArea>section.snslist ul {
	font-size: 0;
	letter-spacing: 0;
}
#footer .infomationArea>section.snslist ul li {
	display: inline-block;
	width: 30px;
	margin-left: 25px;
	vertical-align: middle;
}
#footer .infomationArea>section.snslist ul li a {
	display: block;
}
#footer .infomationArea>section.snslist ul li.insta a {
	padding: 0 1px;
}
#footer .infomationArea>section.snslist ul li.tw a {
	padding: 0;
}
#footer .infomationArea>section.snslist ul li.fb a {
	padding: 0 8px;
}
#footer .infomationArea>section.snslist ul li:first-child {
	margin-left: 0;
}
#footer .infomationArea>section.snslist ul li img {
	width: 100%;
	height: auto;
}
#footer .infomationArea>section.snslist p {
	padding-top: 25px;
	font-size: 1.2rem;
	line-height: 1.5;
}
#footer .infomationArea>section.snslist p+p {
	padding-top: 20px;
	font-size: 1.1rem;
}

@media screen and (max-width:767px) {
#footer .infomationArea {
	padding: 0;
}
#footer .infomationArea>section {
	display: block;
	width: auto;
	padding: 30px 0 30px;
	font-size: 1.1rem;
	border-bottom: 1px solid #d6d5d5;
}
#footer .infomationArea>section h3 {
	font-size: 1.2rem;
}
#footer .infomationArea>section.shoplist {
	padding-left: 0;
}
#footer .infomationArea>section.shoplist p {
	padding-top: 15px;
}
#footer .infomationArea>section.onlinelist {
	width: auto;
	border: none;
	border-bottom: 1px solid #d6d5d5;
}
#footer .infomationArea>section.onlinelist ul {
}
#footer .infomationArea>section.onlinelist ul li {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}
#footer .infomationArea>section.onlinelist ul li:first-child {
	width: 55%;
}
#footer .infomationArea>section.onlinelist ul li:last-child {
	width: 45%;
}
#footer .infomationArea>section.onlinelist ul li dl {
	padding-top: 30px;
	font-size: 1.1rem;
	padding-bottom: 0;
}
	#footer .infomationArea>section.onlinelist ul li dl:last-child {
	padding-top: 30px;
	font-size: 1.1rem;
		padding-bottom: 0;
}
#footer .infomationArea>section.onlinelist ul li dl.zozo dt img {
	width: auto;
	height: 10px;
}
#footer .infomationArea>section.onlinelist ul li dl.lumine dt img {
	width: auto;
	height: 13px;
}
#footer .infomationArea>section.onlinelist ul li dl.dfashion dt img {
	width: auto;
	height: 12px;
}
#footer .infomationArea>section.onlinelist ul li dl.magaseek dt img {
	width: auto;
	height: 13px;
}
#footer .infomationArea>section.snslist {
	border: none;
}
#footer .infomationArea>section.snslist ul {
}
#footer .infomationArea>section.snslist ul li {
	display: inline-block;
	width: 24px;
	margin-left: 15px;
	vertical-align: middle;
}
#footer .infomationArea>section.snslist ul li a {
}
#footer .infomationArea>section.snslist ul li.insta a {
	padding: 2px 1px 0;
}
#footer .infomationArea>section.snslist ul li.tw a {
	padding: 0;
}
#footer .infomationArea>section.snslist ul li.fb a {
	padding: 0 6px;
}
#footer .infomationArea>section.snslist ul li:first-child {
	margin-left: 0;
}
#footer .infomationArea>section.snslist ul li img {
	width: 100%;
	height: auto;
}
#footer .infomationArea>section.snslist p {
	padding-top: 15px;
	font-size: 1.1rem;
}
#footer .infomationArea>section.snslist p+p {
	padding-top: 15px;
	font-size: 1.1rem;
}
}/* end of mediaQuery */