	@charset "UTF-8";

/* ==========================================================

    Opinionated defaults

========================================================== */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

:root {
  background-color: #FFFFFF;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul
ol,
ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}

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

textarea {
  resize: vertical;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

/* ==========================================================

    base

========================================================== */
html, body {
  height: 100%;
}

body {
  font-size: 14px;
  color: #000000;
	font-family: HelveticaNeueW01-65Medi,HelveticaNeue-Medium,Helvetica Neue Medium;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a, input, button, textarea, select, label, .accordion-switch {
  -webkit-tap-highlight-color: transparent !important;
}

a {
  color: #000000;
  text-decoration: underline;
  font-family:'Avenir LT W01_65 Medium1475532';
  transition: .3s;
}
a:hover {
  color: #999;
  text-decoration: underline;
  background-position: -100% 0;
/*   color: #fff; */
}

img {
  vertical-align: bottom;
}

textarea {
  vertical-align: bottom;
}

address {
  font-style: normal;
}

.en-m {
	font-family: HelveticaNeueW01-65Medi,HelveticaNeue-Medium,Helvetica Neue Medium;
}

.en-l {
	font-family: HelveticaNeueW01-65Medi,HelveticaNeue-Medium,Helvetica Neue Medium;
}

.ja {
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "AxisStd-Regular", sans-serif;
}

.image-wrapper {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.image-wrapper img {
  width: 100%;
}

.clearfix, .looks .layout, .looks .text ul li {
  *zoom: 1;
}
.clearfix:before, .looks .layout:before, .looks .text ul li:before, .clearfix:after, .looks .layout:after, .looks .text ul li:after {
  content: " ";
  display: table;
}
.clearfix:after, .looks .layout:after, .looks .text ul li:after {
  clear: both;
}

.table {
  display: table;
  text-align: left;
}

.tr {
  display: table-row;
}

.td {
  display: table-cell;
  padding-left: .5em;
}

/* ==========================================================

    top

========================================================== */
.container {
  width: 100%;
  height: 100%;
  min-width: 767px;
  min-height: 550px;
  display: table;
}

.layout-c {
  display: table-cell;
  padding-bottom: 70px;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.layout-c h1 {
  margin: 0 auto;
  width: 236px;
}
.layout-c p {
  padding-top: 30px;
  font-size: 25px;
  line-height: 1.7;
  letter-spacing: 2px;
}
.layout-c p strong {
	font-family: HelveticaNeueW01-65Medi,HelveticaNeue-Medium,Helvetica Neue Medium;
}
.layout-c ul {
  margin: 0 auto;
  padding-top: 60px;
  font-size: 0;
}
.layout-c ul li {
  height: 55px;
  display: inline-block;
}
.layout-c ul li + li {
  margin-left: 60px;
}
.layout-c ul a {
  font-size: 20px;
  display: block;
  width: 150px;
  border: 2px solid #000;
  line-height: 45px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.layout-c ul a:hover {
  opacity: 0.3;
}

.socialLink {
  text-align: center;
  width: auto;
}
.socialLink li {
  display: inline-block;
  margin: 0 15px;
}
.socialLink li i {
  font-size: 20px;
}

.footer {
  position: absolute;
  padding-bottom: 25px;
  width: 100%;
  min-width: 767px;
  left: 0;
  bottom: 0;
  text-align: center;
  font-size: 11px;
}
.footer .move-top {
  margin: 0 auto;
  padding-bottom: 30px;
  width: 45px;
}
.footer .move-top span {
  display: inline-block;
  cursor: pointer;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.footer .move-top span:hover {
  opacity: 0.5;
}
.footer .move-top span img {
  width: 100%;
}
.footer address {
  color: #555;
}

/* ==========================================================

    collection

========================================================== */
.collection .inner-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}
.collection .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 0;
  background: #fff;
  border-bottom: 1px solid #ddd;
  z-index: 100;
}
.collection .header .inner-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  .collection .header .inner-wrapper {
    padding: 0 20px;
  }
}
.collection .header h1 {
  float: left;
  width: 124px;
}
.collection .header h1 a {
  display: block;
}
.collection .header h1 a img {
  width: 100%;
}
.collection .header p {
  float: left;
  margin: 0 0 0 20px;
  margin-top: 35px;
  letter-spacing: 1.2px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
}
.collection .header p strong {
	font-family: HelveticaNeueW01-65Medi,HelveticaNeue-Medium,Helvetica Neue Medium;
}
.collection .header ul {
  float: right;
  padding-top: 50px;
  font-size: 18px;
  line-height: 1;
}
.collection .header ul li {
  display: inline-block;
  padding-bottom: 3px;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.collection .header ul li + li {
  margin-left: 20px;
}
.collection .header ul li:hover {
  opacity: 0.5;
}
.collection .header ul .current {
  border-bottom: 2px solid #000;
}
.collection .container {
  width: 100%;
  height: 200%;
}
.collection .footer {
  clear: both;
  padding-top: 130px;
  position: static;
}

.table .item-name {
  padding-left: 0;
}

/* ==========================================================

    layout

========================================================== */

#sp_footer {
	padding-top: 40px;
}
.spOnly {
	display: none;
}
.looks {
  padding: 80px 0 300px;
}
.looks .layout {
  position: relative;
  /* display: table; */
  margin-top:50px;
  padding-top: 40px;
	width: 100%;
}
.looks .layout:first-child {
}
.looks .col-l,
.looks .col-r {
  /* display: inline-flex; */
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.looks .img img {
  width: 100%;
}
.looks .text .number {
  display: inline-block;
	line-height: 1;
	font-family: HelveticaNeueW01-65Medi,HelveticaNeue-Medium,Helvetica Neue Medium;
	font-size: 15px;
}
.looks .text ul {
  margin-top: 30px;
  width: auto;
}
.looks .text ul li {
	font-family:'Avenir LT W01_45 Book1475508';
	line-height: 1.6;
	font-size: 14px;
}
.looks .text ul li + li {
  margin-top: 4px;
}
.looks .text ul.all_item {
  margin-top: 16px;
}
.looks .text ul.all_item a {
  text-decoration: underline;
}
.looks .text ul.all_item a img {
	margin: 0 13px 0 0;
	vertical-align: middle;
	text-decoration: none;
}
.looks .text a:hover {
  text-decoration: underline;
}
.looks .text .brand {
  display: inline-block;
}
.looks .layout-v-r .col-l,
.looks .layout-v-r .col-r {
  vertical-align: middle;
}
.looks .layout-v-r .col-l {
  /* padding-left: 4.88%; */
	width: 50%;
	float: left;
}
.looks .layout-v-r .col-l a {
  /* display: block; */
}
.looks .layout-v-r .col-r {
	width: 50%;
	margin: 28% 0 0;
	padding-left: 6.88%;
	float: left;
}
.looks .layout-v-l .col-l,
.looks .layout-v-l .col-r {
  vertical-align: middle;
}
.looks .layout-v-l .col-l {
	width: 50%;
	margin: 28% 0 0;
	padding-right: 6.88%;
	float: left;
  text-align: right;
}
.looks .layout-v-l .col-r {
  /* padding-right: 4.88%; */
	width: 50%;
	float: right;
}
.looks .layout-v-l .text-wrapper {
  display: inline-block;
  text-align: left;
}
.looks .layout-vv-l .col-l {
  padding-right: 4.88%;
  width: 319px;
  vertical-align: bottom;
}
.looks .layout-vv-l .col-r {
  padding-right: 4.88%;
  width: 64%;
}
.looks .layout-vv-l .text {
  padding-bottom: 50px;
  text-align: right;
}
.looks .layout-hv-l .col-l {
  width: 50%;
}
.looks .layout-hv-l .col-r {
  width: 50%;
  padding-left: 4.88%;
}
.looks .layout-hv-l .text {
  padding-top: 10%;
  text-align: right;
}
.looks .layout-vh-r .col-l {
  width: 50%;
  padding-right: 4.88%;
}
.looks .layout-vh-r .col-r {
  width: 50%;
}
.looks .layout-vh-r .text {
  padding: 30% 0 15%;
  text-align: left;
}
.looks .layout-hh-b {
  display: block;
}
.looks .layout-hh-b .col-l {
  float: left;
  display: block;
  width: 47.56%;
}
.looks .layout-hh-b .col-r {
  float: right;
  display: block;
  width: 47.56%;
}
.looks .layout-hh-b .col-b {
  clear: both;
}
.looks .layout-hh-b .text {
  padding-top: 4%;
  text-align: center;
}
.looks .layout-hh-b .text ul {
  margin-top: 2%;
}
.looks .layout-hh-b .text li {
  display: inline-block;
}
.looks .layout-hh-b .text li + li {
  margin: 0 0 0 20px;
}
.looks .layout-v-b {
  display: block;
}
.looks .layout-v-b .col-t {
  margin: 0 auto;
  width: 64%;
}
.looks .layout-v-b .col-b {
  clear: both;
}
.looks .layout-v-b .text {
  padding-top: 3%;
  text-align: center;
}
.looks .layout-v-b .text ul {
  margin-top: 2%;
}
.looks .layout-v-b .text li {
  display: inline-block;
}
.looks .layout-v-b .text li + li {
  margin: 0 0 0 20px;
}
.looks .layout-h-r .text {
  text-align: left;
}

.wow {
  opacity: 0;
}


/* ==========================================================

    layout - SP

========================================================== */

@media (max-width: 768px) {
	.spOnly {
		display: block;
	}
	.pcOnly {
		display: none;
	}
	.looks {
		padding: 48px 0;
	}
	.looks .layout {
		display: block;
	}
	.looks .layout:first-child {
		margin-top: 0px;
		padding-top: 0;
	}
	.looks .col-l,
	.looks .col-r {
		display: block;
	}
	.looks .img img {
		width: 100%;
		height: auto;
	}
	.looks .layout-v-r .col-l {
		width: 100%;
		float: none;
	}
	.looks .layout-v-l .col-r {
		padding-right: 0;
		width: 100%;
		float: none;
	}
	.looks .layout-v-r .col-r {
		width: 100%;
		margin: 24px 0 0;
		padding-left: 0;
		float: none;
		text-align: center;
	}
.looks .layout-v-l .col-l {
		width: 100%;
		margin: 24px 0 0;
		padding-right: 0;
		float: none;
		text-align: center;
}
.looks .layout-v-l .text-wrapper {
  display: block;
  text-align: center;
}
	.looks .text .number {
		font-size: 15px;
	}
	.looks .text ul {
		margin-top: 16px;
	}
	.looks .text ul li {
	
		line-height: 1.4;
		font-size: 14px;
	}
	.looks .text ul li + li {
		margin-top: 4px;
	}
	.looks .text ul.all_item {
		margin-top: 16px;
	}
	.looks .text ul.all_item a img {
		width: 19px;
		margin: 0 10px 0 0;
	}
}



/* ==========================================================

    loading

========================================================== */
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #fff;
	z-index: 2000;
}
.loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -17px;
  margin-left: -17px;
  width: 35px;
  height: 35px;
}

.wait {
  overflow: hidden;
}

#progress {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 1px;
  background: #ddd;
}

#progressBar {
  width: 0;
  height: 1px;
  background-color: #000;
}

/*# sourceMappingURL=layout.css.map */



/* ==========================================================

    Contents List and Gallery
    add to REACTER

========================================================== */
.layout.list ul{
    width: 1024px;
}
.layout.list li{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    width: 240px;
    height: 360px;
    overflow: hidden;
}

.layout.list li:nth-child(4n){margin-right: 0px;}
.layout.list li:nth-child(n+12){margin-bottom: 0px;}

.layout.list li a span{
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    position: absolute;
    top:0;
    display: block;
    width: 240px;
    height: 360px;
  padding-left: 185px;
  padding-top: 320px;
	line-height: 1;
	font-family: HelveticaNeueW01-65Medi,HelveticaNeue-Medium,Helvetica Neue Medium;
  font-size: 50px;
  /*background:rgba(255,255,255,.7) url("../images/icon-pennant.png") 158px 311px no-repeat;*/
  background-size: 16px 8px;
}
.layout.list li a span:hover{
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    background: ;
}



#gallery div.img img{
/*
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
*/
}
#gallery div.img img:hover{
    opacity:0.8;
    zoom:1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
