@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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

img {
  vertical-align: bottom;
  border: none;
}

button,
input,
select,
textarea {
  vertical-align: middle;
}

input {
  outline: 0;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

textarea {
  overflow: auto;
  vertical-align: top;
  font-family: sans-serif;
}

/****
 * clearfix
 ***/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	
	font-size: 0;
	line-height: 0;
}
.clearfix{
	display:inline-block;
}
/* Hides from IE-mac \*/
*html .clearfix{
	height:1%;
}
.clearfix{
	display:block;
}
/* End hide from IE-mac */


/****
 * BASE
 ***/
html {
  font-size: 62.5%;
  min-height: 100%;
  height: 100%;
}

body {
  color: #333;
  font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,verdana,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif !important;
  font-size: 62.5%;
  line-height: 1.6;
  min-width: 980px;
  -webkit-text-size-adjust: 100%;
}

a:link, a:visited {
  color: #333;
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}

/* レイアウト　*/
#GloablWrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* ステート（状態） */
.isLleft {
  float: left;
}

.isRight {
  float: right;
}

.isCenter {
  text-align: center;
}

.isHide {
  display: none;
}


/*
=====================================================================
*
*    header
*
* =================================================================== 
*/
#GloablWrapper {
  padding-top: 140px;
}

header.global {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 140px;
  background: #f9f9f9;
}
header.global .layoutFrame {
  text-align: center;
  width: 980px;
  margin: auto;
  padding-top: 30px;
}
header.global .siteLogo {
  margin-bottom: 25px;
}
header.global .siteMenu {
  opacity: 1;
  position: relative;
  height: 15px;
}
header.global .siteMenu .menu {
  float: left;
  padding-left: 44px;
}
header.global .siteMenu .sns {
  float: right;
  width: 84px;
  padding-right: 33px;
  background: url(../img/common/nav_bg_slash.png) no-repeat 0 50%;
  background-size: 12px 16px;
}
header.global .siteMenu .menu li {
  display: inline-block;
  margin-right: 43px;
}
header.global .siteMenu .menu a {
  display: block;
  position: relative;
}
header.global .siteMenu .menu .navMovei {
  margin-right: 20px;
}
header.global .siteMenu .menu .navBlog {
  margin-right: 18px;
}
header.global .siteMenu .menu .navFair {
  margin-right: 28px;
}
header.global .siteMenu .sns li {
  display: inline-block;
  margin-left: 15px;
}
header.global .siteMenu a {
  position: relative;
  display: block;
  height: 15px;
}
header.global .siteMenu .menu img {
  opacity: 1;
  -webkit-transition: 0.35s ease opacity;
  transition: 0.35s ease opacity;
}
header.global .siteMenu .menu .over {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

header.global .siteMenu a:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -28px;
  display: block;
  height: 1px;
  background: transparent;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
header.global .siteMenu a:hover:after,
header.global .siteMenu a.current:after {
  left: 0;
  right: 0;
  background: #000;
}
header.global .siteMenu .menu a:hover img {
  opacity: 0;
}
header.global .siteMenu .menu a:hover .over {
  opacity: 1;
}


#GloablWrapper.top header.global {
  background: transparent;
}

#GloablWrapper.about header.global {
  /*background: #00001f;*/
}

#GloablWrapper header.global {
  height: 140px;
  -webkit-transition: 0.25s ease-out all;
  transition: 0.25s ease-out all;
}
#GloablWrapper header.global .siteLogo {
  -webkit-transition: 0.12s ease -webkit-transform;
  transition: 0.12s ease transform;
}

#GloablWrapper.setFix header.global {
  height: 80px;
  background: #f9f9f9;
}
#GloablWrapper.setFix header.global .siteLogo {
  -webkit-transform: scale(0.75, 0.75) translateY(-10px);
  transform: scale(0.75, 0.75) translateY(-10px);
  -webkit-transition: 0.35s ease -webkit-transform;
  transition: 0.35s ease transform;
}

#GloablWrapper.setFix header.global.isHover {
  height: 140px;
  /*background: #00001F;*/
}
#GloablWrapper.setFix header.global.isHover .siteLogo {
  -webkit-transform: scale(1, 1) translateY(0);
  transform: scale(1, 1) translateY(0);
  -webkit-transition: 0.12s ease -webkit-transform;
  transition: 0.12s ease transform;
}

@media screen and (max-height: 800px) {
  #GloablWrapper {
    padding-top: 0;
  }

  header.global {
    position: relative;
  }

  #GloablWrapper.setFix header.global {
    height: 140px;
    background: transparent;
  }
  #GloablWrapper.setFix header.global .siteLogo {
    -webkit-transform: scale(1, 1) translateY(0);
    transform: scale(1, 1) translateY(0);
  }

  #GloablWrapper.setFix header.global.isHover {
    height: 140px;
    background: transparent;
  }
}



/*
=====================================================================
*
*    footer
*
* =================================================================== 
*/
.footerNav {
  background: #e5e5e5;
}
.footerNavBg17ss {
	/*background: #010020;*/
}
.footerNav .layoutFrame {
  position: relative;
  width: 980px;
  padding: 0 0 73px;
  margin: auto;
}
.footerNav .layoutFrame2 {
  position: relative;
  width: 980px;
  padding: 30px 0 2px;
  margin: auto;
}
.footerNav .pagetop {
  opacity: 0;
  position: fixed;
  right: 50%;
  bottom: 40px;
  margin-right: -570px;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}
.footerNav .pagetop.setFix {
  opacity: 1;
}
.footerNav .pagetop.setBottom {
  position: absolute;
  bottom: 37px;
}
.footerNav .pagetop a {
  display: inline-block;
}
.footerNav .pagetop a img {
  -webkit-transition: 0.2s ease -webkit-transform;
  transition: 0.2s ease transform;
}
.footerNav .pagetop a:hover img {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.footerNav .siteLogo {
  
}
.footerNav .collectionPages {
  overflow: hidden;
}
.footerNav .collectionPages .title {
  margin-bottom: 60px;
}
.footerNav .collectionPages .item,
.footerNav .collectionPages .type {
  overflow: hidden;
  margin-right: -30px;
}
.footerNav .collectionPages .item li,
.footerNav .collectionPages .type li {
  float: left;
  margin: 0 5px 10px;
}
.footerNav .collectionPages .item .menuImg,
.footerNav .collectionPages .type .menuImg {
  -webkit-transition: 0.6s ease -webkit-transform;
  transition: 0.6s ease transform;
}
.footerNav .collectionPages .item .over,
.footerNav .collectionPages .type .over {
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}
.footerNav .collectionPages .item .over img {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.footerNav .collectionPages .item a.current .over {
  opacity: 1;
  top: 0;
}
.footerNav .collectionPages .item a.current .over img {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.footerNav .collectionPages .item a.current:hover .menuImg {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.footerNav .collectionPages .item a:hover .menuImg {
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}
.footerNav .collectionPages .type a.current .over {
  opacity: 1;
  top: 0;
  background: rgba(190, 159, 130, 0.5);
}
.footerNav .collectionPages .type a.current .over:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  height: 1px;
  /*background: #916F2B;*/
}
.footerNav .collectionPages .type a.current .over img {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.footerNav .collectionPages a {
  position: relative;
  display: block;
  overflow: hidden;
}
.footerNav .collectionPages a:hover .over {
  opacity: 1;
  left: 0;
}
.footerNav .collectionPages a:hover .over img {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.footerNav .collectionPages .over {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}
.footerNav .collectionPages .over img {
  opacity: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.footerNav .otherInfo {
  position: relative;
  overflow: hidden;
}
.footerNav .otherInfo .links {
  float: left;
  width: 60%;
  padding-left: 15px;
}
.footerNav .otherInfo .sns {
  text-align: right;
  float: right;
  width: 38%;
}
.footerNav .otherInfo li {
  display: inline-block;
  vertical-align: top;
}
.footerNav .otherInfo .links {
  overflow: hidden;
}
.footerNav .otherInfo .links li {
  position: relative;
  padding: 4px 20px 5px 0;
  margin-right: 25px;
  border-right: 1px solid #000;
}
.footerNav .otherInfo .links li:last-child {
  border-right: 0px;
}
.footerNav .otherInfo .links li:before {
  content: '';
  position: absolute;
  left: -25px;
  top: 0;
  bottom: 0;
  display: block;
  width: 1px;
  /*background: #333;*/
}
.footerNav .otherInfo .sns {
  margin-right: -2px;
}
.footerNav .otherInfo .sns li {
  margin: 0 2px;
  padding-top: 8px;
}
.footerNav .otherInfo .sns .fb {
  height: 20px;
  overflow: hidden;
}

/*
#GloablWrapper.collection .footerNav {
  background: #010020;
  padding-top: 22px;
}
*/

/*
=====================================================================
*
*    スペックモーダル
*
* =================================================================== 
*/

body.showModal {
  position: fixed;
  top: 0;
  width: 100%;
  overflow: visible;
}
.specModal {
  display: none;
}

.specModal.show {
  cursor: pointer;
  display: block;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  background: url(../img/common/load_black.gif) no-repeat 50% 50%;
  background-color: rgba(0, 0, 0, 0.78);
  -webkit-overflow-scrolling: touch;
}

.specModal .specCard {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 450px;
  height: 615px;
  margin: -308px 0 0 -225px;
}

.specModal .close {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -309px 0 0 255px;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.3s ease opacity;
}
.specModal .close a {
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
  background: url(../img/collection/common/btn_modal_close.png) no-repeat 50% 50%;
  background-size: 30px auto;
}



/*
=====================================================================
*
*    コンポーネント
*
* =================================================================== 
*/
/* モーダルウィンドウ */
body.showModal {
  position: fixed;
  top: 0;
  width: 100%;
  overflow: visible;
}

.jsModalObj,
.jsModalShow {
  display: none;
}

.jsModalShow {
  cursor: pointer;
  display: block;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  background: url(../img/common/load_black.gif) no-repeat 50% 50%;
  background-color: rgba(0, 0, 0, 0.78);
  -webkit-overflow-scrolling: touch;
}
.jsModalShow .scrollInner {
  padding: 15px 0 10px;
}
.jsModalShow .cardList {
  cursor: default;
}
.jsModalShow .close {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -309px 0 0 255px;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.3s ease opacity;
}
.jsModalShow .close a {
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
  background: url(../img/collection/common/btn_modal_close.png) no-repeat 50% 50%;
  background-size: 30px auto;
}
.jsModalShow .message {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 50%;
  text-align: center;
}
.jsModalShow.loadEnd .close {
  opacity: 1;
}

/* owl carousel style overwrite */
.owl-theme .owl-controls {
  margin-top: 0;
}
.owl-theme .owl-controls .owl-pagination {
  margin-top: 5px;
}
.owl-theme .owl-controls .owl-buttons div {
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0;
  padding: 0;
  background: #000;
  opacity: 1.00;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.owl-theme .owl-controls .owl-buttons div.disable {
  pointer-events: none;
  opacity: 0;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -50px;
  background: url(../img/collection/common/btn_modal_prev.png) no-repeat 0 0;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -50px;
  background: url(../img/collection/common/btn_modal_next.png) no-repeat 0 0;
}

.bannerLink a {
  position: relative;
  display: inline-block;
}
.bannerLink a:after {
  content: "";
  position: absolute;
  opacity: 0;
  right: 0;
  top: 50%;
  z-index: 10;
  width: 31px;
  height: 61px;
  margin-top: -30px;
  background: url(../img/top/arw_banner.png) no-repeat 0 0;
  background-size: 31px 61px;
  -webkit-transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) all;
  transition: 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) all;
}
.bannerLink a:hover:after {
  opacity: 1;
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}

a.overImage {
  position: relative;
  display: inline-block;
}
a.overImage img {
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
a.overImage:hover img {
  opacity: 0;
}



/*
=====================================================================
*
*    トップ
*
* =================================================================== 
*/

/*全体の背景*/
#GloablWrapper.top {}

#MainImage {
  position: relative;
  height: 880px;
  margin: 0 0 100px;
  background: #f9f9f9;
}
#MainImage .pct {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#MainImage .pct1 {
  background: url(../img/top/main_image.jpg) no-repeat center bottom;
  background-size: 1400px 880px;
  opacity: 1;
}
#MainImage .pct2 {
  background: url(../img/top/main_image_02.jpg) no-repeat center bottom #FFF;
  background-size: 1400px 880px;
}
#MainImage .pct3 {
  background: #0f0;
}

#MainImage .concept {
  position: absolute;
  left: 50%;
  bottom: 340px;
  margin-left: -480px;
  height: 150px;
}
#MainImage .concept.show .jp,
#MainImage .concept.show .en {
  opacity: 1;
}
#MainImage .concept .jp,
#MainImage .concept .en {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#MainImage .concept .jp {
  transition: 2.0s ease-out opacity;
  -webkit-transition-delay: 1.0s;
  transition-delay: 1.0s;
}
#MainImage .concept .en {
  transition: 2.7s ease-out opacity;
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
#MainImage .season {
  position: absolute;
  left: 50%;
  bottom: 292px;
  margin-left: -430px;
  opacity: 0;
  -webkit-transition: 2.7s ease opacity;
  transition: 2.7s ease opacity;
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
#MainImage .season.show {
  opacity: 1;
}
#MainImage .arrowNext {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  opacity: 0;
  height: 60px;
  margin-top: -30px;
  -webkit-animation: bound 0.8s ease-in-out infinite alternate;
  animation: bound 0.8s ease-in-out infinite alternate;
  transition: 0.5s ease-out all;
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}
#MainImage .arrowNext.show {
  opacity: 1;
}

#RecommendTop {
  text-align: center;
  margin-bottom: 60px;
}
#Recommend {
  text-align: center;
  margin-bottom: 90px;
}

#CollectionArea17SS {
  margin-bottom: 100px;
  background-color: #010020;
}
	#CollectionArea17SS .inner {
		width: 980px;
		padding: 50px 0 80px;
 		margin: 0 auto;
	}
	#CollectionArea17SS h2 {
		text-align: center;
		margin-bottom: 45px;
	}
	#CollectionArea17SS ul {
		width:1200px;
	}
		#CollectionArea17SS ul li{
			display: inline;
			width:320px;
			float: left;
			margin-right: 10px;
			margin-bottom: 10px;
		}
#CollectionArea17SS .items li a{
  position: relative;
  display: block;
  overflow: hidden;
}
#CollectionArea17SS .items li .menuImg {
  -webkit-transition: 0.6s ease -webkit-transform;
  transition: 0.6s ease transform;
}
#CollectionArea17SS .items li a:hover .menuImg{
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}
#CollectionArea17SS .items .over{
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -350px;
  width: 350px;
  left: -70px;
}
#CollectionArea17SS .items a .over{
  -webkit-animation: collection_hide 0.45s ease-out forwards;
  animation: collection_hide 0.45s ease-out forwards;
}
#CollectionArea17SS .items a:hover .over{
  -webkit-animation: collection_show 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation: collection_show 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

			/*
			#CollectionArea16AW ul li a{
				display: block;
				width: 320px;
				height: 160px;
				text-indent: -9999px;	
			}
			#CollectionArea16AW ul li a#group52{ background: url(../img/top/menu_collection52.jpg) 0px 0px no-repeat; }
			#CollectionArea16AW ul li a#group53{ background: url(../img/top/menu_collection53.jpg) 0px 0px no-repeat; }
			#CollectionArea16AW ul li a#group54{ background: url(../img/top/menu_collection54.jpg) 0px 0px no-repeat; }
			#CollectionArea16AW ul li a#group55{ background: url(../img/top/menu_collection55.jpg) 0px 0px no-repeat; }
			#CollectionArea16AW ul li a#group58{ background: url(../img/top/menu_collection58.jpg) 0px 0px no-repeat; }
			#CollectionArea16AW ul li a#group60{ background: url(../img/top/menu_collection60.jpg) 0px 0px no-repeat; }
			*/

#CollectionArea {
  overflow: hidden;
  width: 980px;
  margin: 0 auto 90px;
}
#CollectionArea .title {
  text-align: center;
  margin-bottom: 60px;
}
#CollectionArea .items,
#CollectionArea .type {
  overflow: hidden;
}
#CollectionArea .items li{
  float: left;
  width: 480px;
  margin: 0 0 20px;
}
#CollectionArea .items li:nth-child(2n){
	float:right;
}
#CollectionArea .items li a,
#CollectionArea .type li a {
  position: relative;
  display: block;
  overflow: hidden;
}
#CollectionArea .items li .menuImg,
#CollectionArea .type li .menuImg {
  -webkit-transition: 0.6s ease -webkit-transform;
  transition: 0.6s ease transform;
}
#CollectionArea .items li a:hover .menuImg,
#CollectionArea .type li a:hover .menuImg {
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}
#CollectionArea .items .over,
#CollectionArea .type .over {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -350px;
  width: 350px;
  left: -70px;
}
#CollectionArea .items a .over,
#CollectionArea .type a .over {
  -webkit-animation: collection_hide 0.45s ease-out forwards;
  animation: collection_hide 0.45s ease-out forwards;
}
#CollectionArea .items a:hover .over,
#CollectionArea .type a:hover .over {
  -webkit-animation: collection_show 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  animation: collection_show 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#CollectionArea .items .over {
  background: rgba(255, 255, 255, 0.5);
}
#CollectionArea .type .over {
  background: none;
}


#MoveiArea .title {
	width: 980px;
	margin: 0px auto 40px auto;
	text-align: center;
}
#MoveiArea .movie {
	width: 980px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	text-align: center;
}
#MoveiArea .movie .thumbnail img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.8s ease -webkit-transform;
  transition: 0.8s ease transform;
}
#MoveiArea .movie .over {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(102, 102, 102, 0.8);
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
  mix-blend-mode: multiply;
}
#MoveiArea .movie .over img {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1 !important;
  margin: -90px 0 0 -90px;
}
#MoveiArea .movie:hover .thumbnail img {
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}
#MoveiArea .movie:hover .over {
  opacity: 1;
}

#MoveiArea .movie .playBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1 !important;
  margin: -90px 0 0 -90px;
}


#MovieModal {
  cursor: pointer;
  display: none;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.78);
  -webkit-overflow-scrolling: touch;
  -webkit-transition: 0.3 ease opacity;
  transition: 0.3 ease opacity;
}
#MovieModal .youtubePlayer {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.top .bgLayer {
  /*background: #00001F;*/
}

.newsArea {
  position: relative;
  width: 980px;
  padding-top: 100px;
  margin: 0 auto 130px;
}
.newsArea .title {
  text-align: center;
  margin-bottom: 5px;
}
.newsArea ul {
  font-size: 15px;
  width: 860px;
  margin: 0 auto 38px;
}
.newsArea li {
  margin-bottom: 12px;
}
.newsArea li a {
  text-decoration: none;
  overflow: hidden;
  display: block;
  letter-spacing: -.45em;
}
.newsArea li p {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.newsArea li .label {
  position: relative;
  margin-right: 25px;
}
.newsArea li .label .over {
  opacity: 0;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: no-repeat 0 0;
}
.newsArea li .label .over,
.newsArea li .label img {
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.newsArea li .date {
  margin-right: 20px;
  color: #999;
}
.newsArea li a:hover .date {
  color: #000;
}
.newsArea li .entryTitle {
  width: 552px;
  color: #333;
}
.newsArea li a:hover .entryTitle {
  color: #000;
  text-decoration: underline;
}
.newsArea li.laque .over { background-image:url(../../pc_item_17aw/img/top/news_laque_over.gif); background-size: 180px 24px; }
.newsArea li.staff .over { background-image: url(../../pc_item_17aw/img/top/news_staff_over.gif); background-size: 180px 24px; }
.newsArea li.shibuya .over { background-image: url(../../pc_item_17aw/img/top/news_shibuya_over.gif); background-size: 180px 24px; }
.newsArea li.diamor .over { background-image: url(../../pc_item_17aw/img/top/news_diamor_over.gif); background-size: 180px 24px; }
.newsArea li.crystanagahori .over { background-image: url(../../pc_item_17aw/img/top/news_crystanagahori_over.gif); background-size: 180px 24px; }
.newsArea li.global .over { background-image: url(../../pc_item_17aw/img/top/news_global_over.gif); background-size: 180px 24px; }
.newsArea li.info .over { background-image: url(../../pc_item_17aw/img/top/news_info_over.gif); background-size: 180px 24px; }
.newsArea li.recommend .over { background-image: url(../../pc_item_17aw/img/top/news_recommend_over.gif); background-size: 180px 24px; }
.newsArea li.shop .over { background-image: url(../../pc_item_17aw/img/top/news_shop_over.gif); background-size: 180px 24px; }

.newsArea li a:hover .label img {
  opacity: 0;
}
.newsArea li a:hover .label .over {
  opacity: 1;
}
.newsArea .listLink {
  text-align: center;
}
.newsArea .listLink a {
  position: relative;
  display: inline-block;
}
.newsArea .listLink a:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -25px;
  display: block;
  height: 1px;
  background: transparent;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.newsArea .listLink a:hover:after {
  left: 5px;
  right: 18px;
  background: #999;
}

.storeArea {
  margin-bottom: 130px;
}
.storeArea .layoutFrame {
  width: 980px;
  margin: auto;
}
.storeArea .title {
  text-align: center;
  
}
.storeArea .message {
  text-align: center;
}
.storeArea .shopList {
  position: relative;
  text-align: center;
  margin: 0 -12px;
}
/*
.storeArea .shopList:before, .storeArea .shopList:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #000;
}
*/
.storeArea .shopList:before {
  left: 33.333%;
}
.storeArea .shopList:after {
  right: 33.333%;
}
.storeArea .shopInfo {
  vertical-align: top;
  display: inline-block;
  width: 222px;
  margin: 0 12px;
}
.storeArea .shopInfo a {
  position: relative;
  display: inline-block;
}
.storeArea .shopInfo a:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -15px;
  display: block;
  height: 1px;
  background: transparent;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.storeArea .shopInfo a:hover:after {
  left: 2px;
  right: 0px;
  background: #000;
}
.storeArea .address {
  font-size: 12px;
  line-height: 1.54;
  margin-top: 15px;
  color: #4d4d4d;
}
.storeArea .link {
  margin-top: 15px;
}

.footerBanner {
	padding-top: 70px;
	background: url(../img/top/bg-dot.png) center top no-repeat;
  text-align: center;
  padding-bottom: 0px;
  margin-bottom: -40px;
}

.footerBanner p{
  margin-bottom: 50px; 
}



.ssNav {
  margin-top: 40px;
}
.ssNav .layoutFrame {
  position: relative;
  width: 980px;
  padding: 38px 0 0px;
  margin: auto;
}
.ssNav .title {
  text-align: center;
}
.ssNav .collectionPages .item{
  overflow: hidden;
  margin: 0 -5px;
}
.ssNav .collectionPages .item li {
  float: left;
  margin: 0 5px 10px;
}
.ssNav .collectionPages .item .menuImg{
  -webkit-transition: 0.6s ease -webkit-transform;
  transition: 0.6s ease transform;
}
.ssNav .collectionPages .item .over{
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}
.ssNav .collectionPages .item .over img {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.ssNav .collectionPages .item a.current .over {
  opacity: 1;
  top: 80px;
  border-top: 1px solid #916F2B;
  background: rgba(190, 159, 130, 0.5);
}
.ssNav .collectionPages .item a.current .over img {
  opacity: 1;
  -webkit-transform: scale(0.85, 0.85) translateY(-45px);
  transform: scale(0.85, 0.85) translateY(-45px);
}
.ssNav .collectionPages .item a.current:hover .menuImg {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.ssNav .collectionPages .item a:hover .menuImg {
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}
.ssNav .collectionPages .type a.current .over {
  opacity: 1;
  top: 0;
  background: rgba(190, 159, 130, 0.5);
}
.ssNav .collectionPages .type a.current .over:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  height: 1px;
  background: #916F2B;
}
.ssNav .collectionPages .type a.current .over img {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.ssNav .collectionPages a {
  position: relative;
  display: block;
  overflow: hidden;
}
.ssNav .collectionPages a:hover .over {
  opacity: 1;
  left: 0;
}
.ssNav .collectionPages a:hover .over img {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.ssNav .collectionPages .over {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: rgba(190, 159, 130, 0.5);
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}
.ssNav .collectionPages .over img {
  opacity: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}




/*
=====================================================================
*
*    content
*
* =================================================================== 
*/

/*全体の背景*/
#GloablWrapper.collection {}

#CollectionImage {
  margin-bottom: 80px;
/*   background: no-repeat 50% 50% #F5F5F5; */
}
#CollectionImage .layoutFrame {
  position: relative;
  width: 980px;
  height: 780px;
  margin: auto;
}
#CollectionImage .title {
  position: absolute;
  top: 164px;
  left: -3px;
}
#CollectionImage .season {
  position: absolute;
  top: 320px;
  left: -2px;
}

.movieBanner {
	text-align: center;
	margin-bottom: 120px;
}

.primaryContents{
  padding-bottom: 70px;
  background-color: #f9f9f9;
}
.primaryContents .itemNavigation {
  position: relative;
  *zoom: 1;
  width: 920px;
  padding: 0 30px 70px;
  margin: 0 auto 0px;
}
.primaryContents .itemNavigation.bottom {
  padding-bottom: 90px; 
}
.primaryContents .itemNavigation:after {
  content: "";
  display: table;
  clear: both;
}

.blog .primaryContents{
  margin-bottom: 60px;
}


.itemNavigation .menuSelect {
  text-align: center;
  /* store + shopボタンあり時 */
  float: left;
  /*width: 410px;*/
  width: 915px;
  padding: 22px 50px 0 0;
  /* なし時 */
  /* *** */
}
.itemNavigation .menuSelect.left {
  text-align: center;
  /* store + shopボタンあり時 */
  float: left;
  width: 410px;
  padding: 22px 50px 0 0;
  /* なし時 */
  /* *** */
}

.itemNavigation .menuSelect.sale {
	width: 410px;	
}

.itemNavigation .menuSelect.hideBtn {
  width:920px;
}

.itemNavigation .menuSelect li {
  display: inline-block;
  margin: 0 37px;
}
.itemNavigation .menuSelect a {
  display: block;
  position: relative;
}
.itemNavigation .menuSelect a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 12px;
  display: block;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.itemNavigation .otherSiteLinks {
  float: right;
  width: 460px;
  /* store + shopボタンなし時 */
  /* store + shopボタンなし時 */
}
.itemNavigation .otherSiteLinks.g58 {
  padding-top: 20px !important;
}
.itemNavigation .otherSiteLinks ul {
  overflow: hidden;
}
.itemNavigation .otherSiteLinks li {
  /* store + shopボタンなし時 */
  /* store + shopボタンなし時 */
  margin-bottom: 20px;
}
.itemNavigation .otherSiteLinks li a {
	background-size: 460px 50px !important;
}


.itemNavigation .otherSiteLinks .noLink {
  margin-bottom: 0;
}
.itemNavigation .otherSiteLinks .notes li {
  font-size: 12px;
  line-height: 1.9;
  margin-bottom: 0;
}
.itemNavigation.top .menuSelect a {
  padding-bottom: 33px;
}
.itemNavigation.top .menuSelect a:after {
  bottom: 0;
  background: url(../img/collection/common/arw_nav_down.png) no-repeat 50% 100%;
  background-size: 27px 12px;
}
.itemNavigation.top .menuSelect a:hover:after {
  bottom: -4px;
}
.itemNavigation.top .otherSiteLinks {
  padding-top: 0px;
}
.itemNavigation.bottom .menuSelect a {
  padding-top: 33px;
}
.itemNavigation.bottom .menuSelect a:after {
  top: 0;
  background: url(../img/collection/common/arw_nav_up.png) no-repeat 50% 0;
  background-size: 27px 12px;
}
.itemNavigation.bottom .menuSelect a:hover:after {
  top: -4px;
}

/*商品一覧くくり*/
#Items {
  position: relative;
  width: 980px;
  margin: auto;
}

#CollectionTitle{
	width: 980px;
	margin: 0px auto;
}
#CollectionTitle .titleFrame {
  margin-bottom: 100px;
}
	#CollectionTitle .titleFrame .title {
	  float: left;
	  padding-left: 70px;
	}
	#CollectionTitle #CollectionMessage {
	  float: right;
	}

/*カラーセレクト*/
#Items .colorSelectFrame {
	position: absolute;
	top: 2px;
	left: 520px;
	width: 460px;
}
#Items .colorSelectFrame .titleWrap {
	padding-left: 5px;
	margin-bottom: 30px;
}
#Items .colorSelectFrame .titleWrap .title {
  margin: 0 15px 0 0;
}
#Items .colorSelectFrame .titleWrap .notice {
  margin-bottom: 0;
}
#Items .colorSelectFrame .title,
#Items .colorSelectFrame .notice {
  vertical-align: middle;
  display: inline-block;
}
#Items .colorSelectFrame .title {
  margin-bottom: 14px;
}
#Items .colorSelectFrame .notice {
  margin-bottom: 15px;
}
#Items .colorSelect {}
#Items .colorSelect a { float: left; }
#Items .colorVariation .item .btns{
  padding-left: 1px;
  overflow: hidden; 
}
#Items .colorVariation .item .btns a{
  display: inline;
  float: left;
  width: 165px;
  height: 135px;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 16px;
}

#Items .colorVariation .btns a {
  opacity: 0;
  background: url(../img/collection/common/btn_notification.png) no-repeat 50% 50%;
  /* 確認用
  opacity: 1;
  background-color: rgba(255,0,0,0.6);
  */
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
#Items .colorVariation .btns a:hover { opacity: 1; }
#Items .colorVariation .setAnime { opacity: 1; }
#Items .colorVariation .startScrollAnime { opacity: 0; }
#Items .colorVariation .startScrollAnime:hover { opacity: 1; }

#Items .notes {
  margin-bottom: 60px;
}
#Items .notes .spec {
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 5px;
}
#Items .notes .supp { font-size: 12px; }


/*カラーセレクト ページ送り*/
#Items .colorSelectPager {
	position: absolute;
	top: 0px;
	left: 28px;
	width: 440px;
}
#Items .colorSelectPager .prev {
	position: absolute;
	top: 182px;
	left: -6px;
}
#Items .colorSelectPager .next {
	position: absolute;
	top: 182px;
	right: -6px;
}

/*詳細*/
#Items .detailBlock{
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.detailBlock .mainPct{
	position: absolute;
	top: 0px;
	left: 28px;
	width: 440px;
	height: 570px;
	overflow: hidden;
}
	.detailBlock .mainPct ul{
		/*width: 5000px;*/
	}
		.detailBlock .mainPct ul li{
			width: 440px;
			float: left;	
			text-align: center;
			position: relative;
			outline: none;
		}

/*メイン画像上ボタン*/
.detailBlock .mainPct .showBtn {
	position: absolute;
	top: 22px;
	left: 2px;
	width: 100%;
	text-align: center;
}
.detailBlock .mainPct .showBtn {
	display: block;
}
.detailBlock .mainPct .showBtn a {
	width: 168px;
	margin: auto;
	display: block;
	outline: none;
}

/*WEBSTOREボタン*/
#Items .mainPct .storeBtn{
	text-align: center;
}
#Items .mainPct .storeBtn a{
	background-size: 380px 40px !important;	
}

#Items .detailBlock .item{
	position: relative;
	width: 980px;
	min-height:570px;
	display: none;
}

#Items .detailBlock .item .base{
	position: absolute;
	top: 168px;
	right: -4px;
	width: 480px;
}
#Items .detailBlock .item .base .thumbList{
	position: absolute;
	top: 0;
	left: 0;
}
#Items .detailBlock .item .base .thumbList li{
	float: left;
	display: block;	
	width: 120px;
	height: 100px;
}
#Items .detailBlock .item .base .thumbList li a{
	display: block;
	width: 120px;
	height: 100px;
	text-indent: -9999px;
	/*チェック用*/
	/*background-color: rgba(255,0,0,0.3);*/
}
#Items .detailBlock .item .base .thumbList a:hover{
	background: url(../img/collection/common/btn_notification.png) center center no-repeat;
}

/*リンク*/
#Items .linkBlock{
	width: 980px;
	margin: 0 auto;
	padding-bottom: 45px;
}

#Items .linkBlock .wrap{
	margin-left: 96px;
}

#Items .linkBlock a.link01{
	margin-right: 77px;
}


/*モーダル*/
.primaryContents .colorSelect,
.jsModalShow .colorSelect {
  *zoom: 1;
}
.primaryContents .colorSelect:after,
.jsModalShow .colorSelect:after {
  content: "";
  display: table;
  clear: both;
}
.primaryContents .colorSelect a,
.jsModalShow .colorSelect a {
  position: relative;
  display: inline-block;
  margin-right: 45px;
  padding-bottom: 18px;
}
.primaryContents .colorSelect a:after,
.jsModalShow .colorSelect a:after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  right: 50%;
  display: block;
  height: 1px;
  background: transparent;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.primaryContents .colorSelect img,
.jsModalShow .colorSelect img {
  position: relative;
  z-index: 10;
}

.jsModalShow .colorSelect {
  text-align: center;
}
.jsModalShow .colorSelect a {
  margin: 0 20px;
}


/*スタイル*/
#Styles {
  margin-bottom: 70px;
}
#Styles .titleArea {
  *zoom: 1;
  width: 920px;
  margin: 0 auto 70px;
}
#Styles .titleArea:after {
  content: "";
  display: table;
  clear: both;
}
#Styles .titleArea .title {
  float: left;
}
#Styles .titleArea .selectNo {
  float: right;
}
#Styles .selectNo {
  height: 20px;
  margin: 30px auto 0;
  letter-spacing: -.45em;
}
#Styles .selectNo ol {
  *zoom: 1;
}
#Styles .selectNo ol:after {
  content: "";
  display: table;
  clear: both;
}
#Styles .selectNo li {
  float: left;
}
#Styles .selectNo a {
  position: relative;
  text-indent: -9999px;
  display: block;
  padding: 8px 18px;
}
#Styles .selectNo a:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -25px;
  height: 1px;
  background: transparent;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
#Styles .selectNo a:hover {
  position: relative;
}
#Styles .selectNo a:hover:after {
  left: 2px;
  right: 2px;
  background: #333;
}
#Styles .styleInfo .intro {
  position: relative;
  width: 980px;
  margin: auto;
  height: 600px;
}
#Styles .styleInfo .image {
  position: absolute;
  top: 0;
  left: -110px;
  right: -110px;
}
#Styles .styleInfo .summary {
  position: absolute;
  top: 213px;
  width: 480px;
}
#Styles .styleInfo .coodinate {
  position: absolute;
  bottom: 180px;
  width: 480px;
}
#Styles .styleInfo .coodinate .title {
  margin-bottom: 30px;
}
#Styles .styleInfo .styleLineup {
  *zoom: 1;
  margin-right: -30px;
}
#Styles .styleInfo .styleLineup:after {
  content: "";
  display: table;
  clear: both;
}
#Styles .styleInfo .styleLineup ul {
  *zoom: 1;
  margin-bottom: 35px;
}
#Styles .styleInfo .styleLineup ul:after {
  content: "";
  display: table;
  clear: both;
}
#Styles .styleInfo .styleLineup li {
  float: left;
  margin-right: 30px;
}
#Styles .styleInfo .styleLineup a {
  position: relative;
  display: inline-block;
}
#Styles .styleInfo .styleLineup a:after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -15px;
  height: 1px;
  background: transparent;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
#Styles .styleInfo .styleLineup a:hover:after {
  left: 16px;
  right: 0;
  background: #333;
}


#CollectionDetail #CollectionImage .title{
	text-indent: -9999px;
}
#CollectionDetail .notes{
  padding-bottom: 110px;
  width: 920px;
  margin: 0px auto; 
  font-size: 12px;
}
#CollectionDetail .notes .spec{
  margin-bottom: 10px; 
}

#CollectionDetail .basicgarter{
  text-align: center; 
}



/*******************************
 * group72 - Items
 *******************************/
.group72 #CollectionImage {
	height: 640px;
	background: url(../img/collection/group72/main_image.jpg) center bottom no-repeat #F5F5F5;
	background-size: 1400px 780px;
}

/*
 * group72 - Items
 */
.group72 .colorSelect.KO .KO:after,
.group72 .colorSelect.ME .ME:after,
.group72 .colorSelect.OV .OV:after,
.group72 .colorSelect.RP .RP:after {
  left: 7px;
  right: 7px;
  background: #333;
}

.group72 .colorVariation.KO .item.KO{ display: block !important; }
.group72 .colorVariation.ME .item.ME{ display: block !important; }
.group72 .colorVariation.OV .item.OV{ display: block !important; }
.group72 .colorVariation.RP .item.RP{ display: block !important; }

/*
 * group72 - Styles
 */
.group72 .styleInfo{
	max-width: 1320px;
	height: 600px;
	margin: 0 auto;
}
.group72 #Style01.styleInfo{ background: url(../img/collection/group72/pic_style01.jpg) top center no-repeat; background-size: 1402px 600px;}
.group72 #Style02.styleInfo{ background: url(../img/collection/group72/pic_style02.jpg) top center no-repeat; background-size: 1400px 600px; }
.group72 #Style03.styleInfo{ background: url(../img/collection/group72/pic_style03.jpg) top center no-repeat; background-size: 1400px 600px; }
.group72 #Style04.styleInfo{ background: url(../img/collection/group72/pic_style04.jpg) top center no-repeat; background-size: 1400px 600px; }
.group72 #Style05.styleInfo{ background: url(../img/collection/group72/pic_style05.jpg) top center no-repeat; background-size: 1400px 600px; }

.group72 #Style01.styleInfo .summary,
.group72 #Style01.styleInfo .coodinate,
.group72 #Style03.styleInfo .summary,
.group72 #Style03.styleInfo .coodinate,
.group72 #Style05.styleInfo .summary,
.group72 #Style05.styleInfo .coodinate {
  right: 30px;
}
.group72 #Style02.styleInfo .summary,
.group72 #Style02.styleInfo .coodinate,
.group72 #Style04.styleInfo .summary,
.group72 #Style04.styleInfo .coodinate {
  left: 30px;
}



/*******************************
 * group73 - Items
 *******************************/
.group73 #CollectionImage {
  height: 640px;
  background: url(../img/collection/group73/main_image.jpg) center bottom no-repeat #F5F5F5;
  background-size: 1400px 780px;
}

/*
 * group73 - Items
 */
  /*リード文*/
.group73 #Items #CollectionMessage { margin-right: -13px; }
 
.group73 .colorSelect.SG .SG:after,
.group73 .colorSelect.BL .BL:after,
.group73 .colorSelect.IV .IV:after,
.group73 .colorSelect.KO .KO:after,
.group73 .colorSelect.OV .OV:after{
  left: 7px;
  right: 7px;
  background: #333;
}

.group73 .colorVariation.SG .item.SG{ display: block !important; }
.group73 .colorVariation.BL .item.BL{ display: block !important; }
.group73 .colorVariation.IV .item.IV{ display: block !important; }
.group73 .colorVariation.KO .item.KO{ display: block !important; }
.group73 .colorVariation.OV .item.OV{ display: block !important; }

/*
 * group73 - Styles
 */
.group73 .styleInfo{
	max-width: 1320px;
	height: 600px;
	margin: 0 auto;
}
.group73 #Style01.styleInfo{ background: url(../img/collection/group73/pic_style01.jpg) top center no-repeat; background-size: 1400px 600px; }
.group73 #Style02.styleInfo{ background: url(../img/collection/group73/pic_style02.jpg) top center no-repeat; background-size: 1400px 600px; }
.group73 #Style03.styleInfo{ background: url(../img/collection/group73/pic_style03.jpg) top center no-repeat; background-size: 1400px 600px; }
.group73 #Style04.styleInfo{ background: url(../img/collection/group73/pic_style04.jpg) top center no-repeat; background-size: 1400px 600px; }
.group73 #Style05.styleInfo{ background: url(../img/collection/group73/pic_style05.jpg) top center no-repeat; background-size: 1400px 600px; }
.group73 #Style06.styleInfo{ background: url(../img/collection/group73/pic_style06.jpg) top center no-repeat; background-size: 1400px 600px; }
.group73 #Style07.styleInfo{ background: url(../img/collection/group73/pic_style07.jpg) top center no-repeat; background-size: 1400px 600px; }

.group73 #Style01.styleInfo .summary,
.group73 #Style01.styleInfo .coodinate,
.group73 #Style03.styleInfo .summary,
.group73 #Style03.styleInfo .coodinate,
.group73 #Style05.styleInfo .summary,
.group73 #Style05.styleInfo .coodinate,
.group73 #Style07.styleInfo .summary,
.group73 #Style07.styleInfo .coodinate {
  right: 30px;
}
.group73 #Style02.styleInfo .summary,
.group73 #Style02.styleInfo .coodinate,
.group73 #Style04.styleInfo .summary,
.group73 #Style04.styleInfo .coodinate,
.group73 #Style06.styleInfo .summary,
.group73 #Style06.styleInfo .coodinate {
  left: 30px;
}



/*******************************
 * group74 - Items
 *******************************/
.group74 #CollectionImage {
  height: 640px;
  background: url(../img/collection/group74/main_image.jpg) center bottom no-repeat #F5F5F5;
  background-size: 1400px 780px;
}

/*
 * group74 - Items
 */ 
.group74 .colorSelect.TU .TU:after,
.group74 .colorSelect.IV .IV:after,
.group74 .colorSelect.OB .OB:after{
  left: 7px;
  right: 7px;
  background: #333;
}

.group74 .colorVariation.TU .item.TU{ display: block !important; }
.group74 .colorVariation.IV .item.IV{ display: block !important; }
.group74 .colorVariation.OB .item.OB{ display: block !important; }

/*
 * group74 - Styles
 */
.group74 .styleInfo{
	max-width: 1320px;
	height: 600px;
	margin: 0 auto;
}
.group74 #Style01.styleInfo{ background: url(../img/collection/group74/pic_style01.jpg) top center no-repeat; background-size: 1400px 600px; }
.group74 #Style02.styleInfo{ background: url(../img/collection/group74/pic_style02.jpg) top center no-repeat; background-size: 1400px 600px; }
.group74 #Style03.styleInfo{ background: url(../img/collection/group74/pic_style03.jpg) top center no-repeat; background-size: 1400px 600px; }
.group74 #Style04.styleInfo{ background: url(../img/collection/group74/pic_style04.jpg) top center no-repeat; background-size: 1400px 600px; }
.group74 #Style05.styleInfo{ background: url(../img/collection/group74/pic_style05.jpg) top center no-repeat; background-size: 1400px 600px; }

.group74 #Style01.styleInfo .summary,
.group74 #Style01.styleInfo .coodinate,
.group74 #Style03.styleInfo .summary,
.group74 #Style03.styleInfo .coodinate,
.group74 #Style05.styleInfo .summary,
.group74 #Style05.styleInfo .coodinate{
  right: 30px;
}
.group74 #Style02.styleInfo .summary,
.group74 #Style02.styleInfo .coodinate,
.group74 #Style04.styleInfo .summary,
.group74 #Style04.styleInfo .coodinate{
  left: 30px;
}



/*******************************
 * group75 - Items
 *******************************/
.group75 #CollectionImage {
  height: 640px;
  background: url(../img/collection/group75/main_image.jpg) center bottom no-repeat #F5F5F5;
  background-size: 1400px 780px;
}

/*
 * group75 - Items
 */ 
.group75 .colorSelect.RE .RE:after,
.group75 .colorSelect.BS .BS:after,
.group75 .colorSelect.PI .PI:after{
  left: 7px;
  right: 7px;
  background: #333;
}

.group75 .colorVariation.RE .item.RE{ display: block !important; }
.group75 .colorVariation.BS .item.BS{ display: block !important; }
.group75 .colorVariation.PI .item.PI{ display: block !important; }

/*
 * group75 - Styles
 */
.group75 .styleInfo{
	max-width: 1320px;
	height: 600px;
	margin: 0 auto;
}
.group75 #Style01.styleInfo{ background: url(../img/collection/group75/pic_style01.jpg) top center no-repeat; background-size: 1400px 600px; }
.group75 #Style02.styleInfo{ background: url(../img/collection/group75/pic_style02.jpg) top center no-repeat; background-size: 1400px 600px; }
.group75 #Style03.styleInfo{ background: url(../img/collection/group75/pic_style03.jpg) top center no-repeat; background-size: 1400px 600px; }
.group75 #Style04.styleInfo{ background: url(../img/collection/group75/pic_style04.jpg) top center no-repeat; background-size: 1400px 600px; }

.group75 #Style01.styleInfo .summary,
.group75 #Style01.styleInfo .coodinate,
.group75 #Style03.styleInfo .summary,
.group75 #Style03.styleInfo .coodinate{
  right: 30px;
}
.group75 #Style02.styleInfo .summary,
.group75 #Style02.styleInfo .coodinate,
.group75 #Style04.styleInfo .summary,
.group75 #Style04.styleInfo .coodinate{
  left: 30px;
}



/*******************************
 * group78 - Items
 *******************************/
.group78 #CollectionImage {
  height: 640px;
  background: url(../img/collection/group78/main_image.jpg) center bottom no-repeat #F5F5F5;
  background-size: 1400px 780px;
}

/*
 * group78 - Items
 */ 
.group78 .colorSelect.BS .BS:after,
.group78 .colorSelect.VI .VI:after,
.group78 .colorSelect.WH .WH:after{
  left: 7px;
  right: 7px;
  background: #333;
}

.group78 .colorVariation.BS .item.BS{ display: block !important; }
.group78 .colorVariation.VI .item.VI{ display: block !important; }
.group78 .colorVariation.WH .item.WH{ display: block !important; }

/*
 * group78 - Styles
 */
.group78 .styleInfo{
	max-width: 1320px;
	height: 600px;
	margin: 0 auto;
}
.group78 #Style01.styleInfo{ background: url(../img/collection/group78/pic_style01.jpg) top center no-repeat; background-size: 1400px 600px; }
.group78 #Style02.styleInfo{ background: url(../img/collection/group78/pic_style02.jpg) top center no-repeat; background-size: 1400px 600px; }
.group78 #Style03.styleInfo{ background: url(../img/collection/group78/pic_style03.jpg) top center no-repeat; background-size: 1400px 600px; }
.group78 #Style04.styleInfo{ background: url(../img/collection/group78/pic_style04.jpg) top center no-repeat; background-size: 1400px 600px; }

.group78 #Style01.styleInfo .summary,
.group78 #Style01.styleInfo .coodinate,
.group78 #Style03.styleInfo .summary,
.group78 #Style03.styleInfo .coodinate{
  right: 30px;
}
.group78 #Style02.styleInfo .summary,
.group78 #Style02.styleInfo .coodinate,
.group78 #Style04.styleInfo .summary,
.group78 #Style04.styleInfo .coodinate{
  left: 30px;
}

.group78 .itemNavigation .menuSelect{
	padding-top: 5px;
}

.group78 #Style01.styleInfo .coodinate{
	bottom: 130px !important;
}

/*******************************
 * group80 - Items
 *******************************/
.group80 #CollectionImage {
  height: 640px;
  background: url(../img/collection/group80/main_image.jpg) center bottom no-repeat #F5F5F5;
  background-size: 1400px 780px;
}

/*
 * group80 - Items
 */
/*カラバリ調整*/
.group80 #Items .titleWrap .title {
	margin-bottom: 13px;
}
.group80 #Items .colorWrap {
	position: relative;
	left: 5px;
	margin-right: -35px;
}
.group80 #Items .colorWrap a {
	margin-right: 33px;
}
 
.group80 .colorSelect.IV .IV:after,
.group80 .colorSelect.BL .BL:after,
.group80 .colorSelect.PU .PU:after,
.group80 .colorSelect.RE .RE:after,
.group80 .colorSelect.OR .OR:after,
.group80 .colorSelect.TU .TU:after{
  left: 7px;
  right: 7px;
  background: #333;
}

.group80 .colorVariation.IV .item.IV{ display: block !important; }
.group80 .colorVariation.BL .item.BL{ display: block !important; }
.group80 .colorVariation.PU .item.PU{ display: block !important; }
.group80 .colorVariation.RE .item.RE{ display: block !important; }
.group80 .colorVariation.OR .item.OR{ display: block !important; }
.group80 .colorVariation.TU .item.TU{ display: block !important; }

/*
 * group80 - Styles
 */
.group80 .styleInfo{
	max-width: 1320px;
	height: 600px;
	margin: 0 auto;
}
.group80 #Style01.styleInfo{ background: url(../img/collection/group80/pic_style01.jpg) top center no-repeat; background-size: 1400px 600px; }
.group80 #Style02.styleInfo{ background: url(../img/collection/group80/pic_style02.jpg) top center no-repeat; background-size: 1400px 600px; }
.group80 #Style03.styleInfo{ background: url(../img/collection/group80/pic_style03.jpg) top center no-repeat; background-size: 1400px 600px; }
.group80 #Style04.styleInfo{ background: url(../img/collection/group80/pic_style04.jpg) top center no-repeat; background-size: 1400px 600px; }
.group80 #Style05.styleInfo{ background: url(../img/collection/group80/pic_style05.jpg) top center no-repeat; background-size: 1400px 600px; }
.group80 #Style06.styleInfo{ background: url(../img/collection/group80/pic_style06.jpg) top center no-repeat; background-size: 1400px 600px; }

.group80 #Style01.styleInfo .summary,
.group80 #Style01.styleInfo .coodinate,
.group80 #Style03.styleInfo .summary,
.group80 #Style03.styleInfo .coodinate,
.group80 #Style05.styleInfo .summary,
.group80 #Style05.styleInfo .coodinate{
  right: 30px;
}
.group80 #Style02.styleInfo .summary,
.group80 #Style02.styleInfo .coodinate,
.group80 #Style04.styleInfo .summary,
.group80 #Style04.styleInfo .coodinate,
.group80 #Style06.styleInfo .summary,
.group80 #Style06.styleInfo .coodinate{
  left: 30px;
}

.group80 #Style05.styleInfo .summary,
.group80 #Style06.styleInfo .summary{
	padding-top:10px;
}

.group80 #Items .detailBlock .item .base{
	top:200px;
}


/*******************************
 * group77 - Items
 *******************************/
.group77 #CollectionImage {
/*  margin-top: -140px;
  background-image: url(../img/collection/group77/main_image.jpg);*/
  height: 670px;
  background: url(../img/collection/group77/main_image.jpg) center bottom no-repeat #f3f3f3;
  margin-bottom: 70px;
  background-size: 1400px 780px;
}

.group77 .itemNavigation.top{
	padding-bottom: 0px;
}

/*エスケアブラ説明*/
#ScareInfo {
  overflow: hidden;
  padding-bottom: 35px;
  margin-bottom: 80px;
}
#ScareInfo .layoutFrame {
  width: 920px;
  margin: 0 auto;
  border-bottom: 1px solid #1a1a1a;
}
#ScareInfo .img {
  float: left;
}

/*
 * group77 - Items
 */
/*カラバリ調整*/
.group77 #Items .titleWrap .title {
	margin-bottom: 13px;
}
.group77 #Items .titleWrap .notice {
	width: 500px;
}
.group77 #Items .colorWrap {
	position: relative;
	left: 30px;
	margin-right: -35px;
}
.group77 #Items .colorWrap a:nth-child(1) {
	margin-right: 70px;
}
.group77 #Items .colorWrap a:nth-child(2) {
	margin-right: 20px;
}
 
.group77 .colorSelect.GB .GB:after,
.group77 .colorSelect.BE .BE:after,
.group77 .colorSelect.BL .BL:after{
  left: 7px;
  right: 7px;
  background: #333;
}

.group77 .colorVariation.GB .item.GB{ display: block !important; }
.group77 .colorVariation.BE .item.BE{ display: block !important; }
.group77 .colorVariation.BL .item.BL{ display: block !important; }


.group77 #Items .detailBlock .item .base{
	top:200px;
}





/*******************************
 * beachstyle - Items
 *******************************/
.beachstyle #CollectionImage {
  margin-top: -140px;
  background-image: url(../img/collection/beachstyle/main_image.jpg);
}

/*
 * beachstyle - Items
 */
.beachstyle .colorSelect.SP .SP:after,
.beachstyle .colorSelect.SX .SX:after{
  left: 7px;
  right: 7px;
  background: #333;
}

.beachstyle .colorVariation.SP .item.SP{ display: block !important; }
.beachstyle .colorVariation.SX .item.SX{ display: block !important; }

/*
 * beachstyle - Styles
 */
.beachstyle .styleInfo{
	max-width: 1320px;
	height: 600px;
	margin: 0 auto;
}
.beachstyle #Style01.styleInfo{ background: url(../img/collection/beachstyle/pic_style01.jpg) top center no-repeat; }
.beachstyle #Style02.styleInfo{ background: url(../img/collection/beachstyle/pic_style02.jpg) top center no-repeat; }

.beachstyle #Style01.styleInfo .summary,
.beachstyle #Style01.styleInfo .coodinate{
  left: 30px;
}
.beachstyle #Style02.styleInfo .summary,
.beachstyle #Style02.styleInfo .coodinate{
  right: 30px;
}
.beachstyle #Style02.styleInfo .coodinate{
  bottom: 250px;
}


/*******************************
 * FAIR
 *******************************/
 #GloablWrapper.fair {
  background: #F9F9F9;
  color:#FFFFFF;
}

#Fair1 {
  margin-top: 60px;
  padding-top: 140px;
  background: url(../img/fair/01-bg.jpg) no-repeat center top;
  margin-bottom: 60px;
  background-size: 1280px 560px;
}
  #Fair1 .container {
    width:980px;
    margin: 0px auto; 
  }
  #Fair1 .container p{
		padding-top: 40px;  
		padding-bottom: 35px;
  }

#Fair2 {
  padding-top: 140px;
  background: url(../img/fair/02-bg.jpg) no-repeat center top;
  margin-bottom: 50px;
}
  #Fair2 .container {
    width:980px;
    margin: 0px auto; 
    text-align: left;
    padding-bottom: 80px;
  }

/*******************************
 * ABOUT
 *******************************/
#GloablWrapper.about {
  background: #F9F9F9;
  color:#FFFFFF;
}

#AboutWrapper {
  width: 980px;
  margin: auto;
  padding-bottom: 10px;
}
#AboutWrapper .titleArea {
  position: relative;
  height: 695px;
  margin-bottom: 70px;
}

#AboutTitle {
  position: absolute;
  top: 0;
  left: -136px;
  z-index: 2;
}

#AboutDescription {
  position: absolute;
  top: 305px;
  left: 50%;
  margin-left: -450px;
  z-index: 1;
}

#AboutWrapper .pageMenu {
  margin-bottom: 55px;
}
#AboutWrapper .pageMenu ul {
  text-align: center;
}
#AboutWrapper .pageMenu li {
  display: inline-block;
  margin: 0 50px 60px;
}

.explanation {
  width: 900px;
  margin: 0 0 140px auto;
}
.explanation .headline {
  margin-bottom: 50px;
}
.explanation .heading {
  margin-bottom: 9px;
}
.explanation .summaryBox {
  margin-bottom: 25px;
}
.explanation .summaryBox p {
  font-size: 13px;
  margin-bottom: 20px;
  color: #4d4d4d;
}

/*******************************
 * News 
 *******************************/
 #GloablWrapper.blog {
  background: #F9F9F9;
}

.blogTitleArea {
  position: relative;
  width: 980px;
  margin: 50px auto 0;
}
.blogTitleArea .next {
  position: absolute;
  right: 0;
  bottom: 15px;
}
.blogTitleArea .prev {
  position: absolute;
  left: 0;
  bottom: 15px;
}

.archiveTitleArea {
  position: relative;
  text-align: center;
  width: 980px;
  margin: 50px auto 0;
  padding-top: 35px;
}
.archiveTitleArea .date {
  font-family: Helvetica, Arial;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 12px 0 0 160px;
}

.entryWrapper {
  *zoom: 1;
  width: 980px;
  padding: 60px 0 90px;
  margin: 0 auto -40px;
}
.entryWrapper:after {
  content: "";
  display: table;
  clear: both;
}
.entryWrapper.archives {
  padding-top: 80px;
}
.entryWrapper .mainColumn {
  float: right;
  width: 700px;
}
.entryWrapper .subColumn {
  float: left;
  width: 213px;
}
.entryWrapper .entrySummary {
  margin: 0 0 70px 57px;
}
.entryWrapper .entrySummary a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.entryWrapper .entrySummary a:hover {
  opacity: 0.40;
}
.entryWrapper .entrySummary .thumb,
.entryWrapper .entrySummary .layoutFrame {
  vertical-align: middle;
  display: inline-block;
}
.entryWrapper .entrySummary .thumb {
  width: 185px;
  margin-right: 32px;
}
.entryWrapper .entrySummary .layoutFrame {
  width: 380px;
}
.entryWrapper .entrySummary .store {
  margin-bottom: 17px;
}
.entryWrapper .entrySummary .date {
  font-family: Helvetica, Arial;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 20px;
}
.entryWrapper .entrySummary .title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.entryWrapper .entrySummary .summary {
  font-size: 14px;
}
.entryWrapper .entry {
  width: 590px;
  padding: 0 55px 30px;
  background: rgba(225, 225, 225, 0.4);
}
.entryWrapper .entry.laque .date {
  color: #400078;
}
.entryWrapper .entry.staff .date {
  color: #A28448;
}
.entryWrapper .entry.shibuya .date {
  color: #C30D22;
}
.entryWrapper .entry.diamor .date {
  color: #1396A7;
}
.entryWrapper .entry.global .date {
  color: #1A1464;
}
.entryWrapper .entry.info .date {
  color: #000000;
}
.entryWrapper .entry.recommend .date {
  color: #C17777;
}
.entryWrapper .entry.shop .date {
  color: #603713;
}
.entryWrapper .entry .meta {
  position: relative;
  top: -20px;
  margin-bottom: 20px;
}
.entryWrapper .entry .meta .date {
  font-family: Helvetica, Arial;
  font-size: 15px;
  position: absolute;
  left: 98px;
  top: 53px;
}
.entryWrapper .entry .title {
  position: relative;
  line-height: 1.8;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 60px;
  margin-bottom: 25px;
}
.entryWrapper .entry .title:after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 0;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
}
.entryWrapper .entry .entryContents strong,
.entryWrapper .entry .entryContents em {
  font-weight: bold;
}
.entryWrapper .entry .entryContents p {
  overflow: hidden;
  font-size: 15px;
  line-height: 2.1;
  margin-bottom: 35px;
}
.entryWrapper .entry .entryContents blockquote {
  font-size: 13px;
  line-height: 2.1;
  padding: 0 25px;
  margin-bottom: 35px;
}
.entryWrapper .entry .entryContents ol,
.entryWrapper .entry .entryContents ul {
  padding-left: 1em;
  margin-left: 0.8em;
  margin-bottom: 35px;
}
.entryWrapper .entry .entryContents ul {
  list-style-type: disc;
}
.entryWrapper .entry .entryContents ol {
  list-style-type: decimal;
}
.entryWrapper .entry .entryContents li {
  font-size: 15px;
  line-height: 2.1;
}
.entryWrapper .entry .entryContents img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 20px auto;
}
.entryWrapper #NewsNav {
  *zoom: 1;
  margin-top: 140px;
}
.entryWrapper #NewsNav:after {
  content: "";
  display: table;
  clear: both;
}
.entryWrapper #NewsNav p {
  font-family: Helvetica, Arial;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  -webkit-transition: 0.3s ease -webkit-transform;
  transition: 0.3s ease transform;
}
.entryWrapper #NewsNav p a {
  text-decoration: none;
}
.entryWrapper #NewsNav p span {
  position: absolute;
  top: 50%;
  margin-top: -5px;
}
.entryWrapper #NewsNav .next {
  float: right;
}
.entryWrapper #NewsNav .next span {
  right: 0;
}
.entryWrapper #NewsNav .next:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.entryWrapper #NewsNav .prev {
  float: left;
}
.entryWrapper #NewsNav .prev span {
  left: 0;
}
.entryWrapper #NewsNav .prev:hover {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.entryWrapper #ArchiveArea {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 45px;
}
.entryWrapper #ArchiveArea .title {
  margin-bottom: 39px;
}
.entryWrapper #ArchiveArea .moreArchuves {
  display: none;
}
.entryWrapper #ArchiveArea ol {
  overflow: hidden;
  margin-right: -38px;
}
.entryWrapper #ArchiveArea li {
  font-family: Helvetica, Arial;
  font-size: 12px;
  float: left;
  margin: 0 38px 16px 0;
}
.entryWrapper #ArchiveArea li a {
  text-decoration: none;
}
.entryWrapper #ArchiveArea li a:hover {
  text-decoration: underline;
}
.entryWrapper #ArchiveArea .more {
  text-align: center;
}
.entryWrapper #ArchiveArea .more a {
  display: inline-block;
  position: relative;
}
.entryWrapper #ArchiveArea .more a:after {
  content: '';
  position: absolute;
  left: 60%;
  right: 40%;
  bottom: -15px;
  display: block;
  height: 1px;
  background: transparent;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.entryWrapper #ArchiveArea .more a:hover:after {
  left: 22px;
  right: -2px;
  background: #000;
}
.entryWrapper .banner {
  margin-bottom: 40px;
}
.entryWrapper .banner img {
  opacity: 1;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}
.entryWrapper .banner a:hover img {
  opacity: 0.7;
}
.entryWrapper .storeInfo {
  padding: 55px 20px 20px 23px;
  background: rgba(225, 225, 225, 0.4);
}
.entryWrapper .storeInfo .shopInfo {
  margin-bottom: 40px;
}
.entryWrapper .storeInfo .title {
  text-align: center;
  margin-bottom: 30px;
}
.entryWrapper .storeInfo .name {
  margin-bottom: 2px;
}
.entryWrapper .storeInfo .address {
  font-size: 12px;
  margin-bottom: 10px;
}
.entryWrapper .storeInfo .link {
  text-align: right;
}
.entryWrapper .storeInfo .link a {
  position: relative;
  display: inline-block;
}
.entryWrapper .storeInfo .link a:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -15px;
  display: block;
  height: 1px;
  background: transparent;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.entryWrapper .storeInfo .link a:hover:after {
  left: 2px;
  right: 24px;
  background: #916F2B;
}

/*******************************
 * Download 
 *******************************/
#DownloadTitle {
  text-align: center;
  margin: 80px 0 100px;
}

.dlBgLayer {
  background: url(../img/download/bg_wp01.png) no-repeat 50% -40px;
}

.dlContent .layoutFrame {
  text-align: center;
  width: 980px;
  margin: auto;
  padding-bottom: 140px;
  *zoom: 1;
}
.dlContent .layoutFrame:after {
  content: "";
  display: table;
  clear: both;
}
.dlContent .wp {
  float: left;
}
.dlContent .wpList {
  text-align: left;
  float: right;
  width: 305px;
  padding-top: 10px;
}
.dlContent .layoutInner {
  padding: 0 10px;
}
.dlContent .title {
  margin-bottom: 85px;
}
.dlContent .text {
  margin-bottom: 160px;
}
.dlContent .wpList li {
  margin-bottom: 25px;
}
.dlContent .wpList li a {
  position: relative;
  display: inline-block;
}
.dlContent .wpList li a:before {
  content: '';
  opacity: 0;
  position: absolute;
  right: -50px;
  bottom: 7px;
  display: block;
  width: 13px;
  height: 9px;
  background: url(../img/download/arw_down01.png) no-repeat 50% 50%;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.dlContent .wpList li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #000;
  -webkit-transition: 0.3s ease right;
  transition: 0.3s ease right;
}
.dlContent .wpList li a:hover:before {
  opacity: 1;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.dlContent .wpList li a:hover:after {
  right: -50px;
}

#DlWp02 {
  padding-top: 140px;
  margin-bottom: -40px;
  background: #F4F0E6;
}
#DlWp02 .text {
  margin-bottom: 122px;
}
#DlWp02 .selectArea {
  margin-right: -80px;
}
#DlWp02 .select {
  float: left;
  margin-right: 80px;
}
#DlWp02 .select .color {
  margin-bottom: 25px;
}





/*******************************
 * 404
 *******************************/
#GloablWrapper.error{
	background: #f9f9f9;
}
#GloablWrapper.error .primaryContents{
	background: none;
}
 
#Error404 {
  text-align: center;
  padding: 160px 0 130px;
  background: transparent;
}
#Error404 .message {
  margin-bottom: 30px;
}
#Error404 .link a {
  color: #000;
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN";
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
#Error404 .link a:hover {
  text-decoration: underline;
}

@-webkit-keyframes bound {
  0% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bound {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
  }
  40% {
    -webkit-transform: translateY(0px);
    opacity: 1.0;
  }
  100% {
    opacity: 1.0;
    -webkit-transform: translateY(150px);
  }
}
@keyframes down {
  0% {
    opacity: 0;
    transform: translateY(0px);
  }
  40% {
    transform: translateY(0px);
    opacity: 1.0;
  }
  100% {
    opacity: 1.0;
    transform: translateY(150px);
  }
}
@-webkit-keyframes collection_show {
  0% {
    left: -70px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1.0;
  }
}
@keyframes collection_show {
  0% {
    left: -70px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1.0;
  }
}
@-webkit-keyframes collection_hide {
  0% {
    opacity: 1;
    left: 0;
  }
  100% {
    left: 0;
    opacity: 0;
  }
}
@keyframes collection_hide {
  0% {
    opacity: 1;
    left: 0;
  }
  100% {
    left: 0;
    opacity: 0;
  }
}
