@charset "utf-8";

html {
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: helvetica, sans-serif;
	letter-spacing: .05em;
	line-height: 1.4;
	color: #333333;
	-webkit-text-size-adjust:100%;
}

p,
li,
dt,
dd,
th,
td,
pre {
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border: 0;
}

/* .ie8 img {width: auto; height: auto} */

ul,
ol {
	list-style: none;
	padding: 0;
}

dd {
	margin: 0;
}

object,
embed {
  vertical-align: top;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	opacity: .8;
}

.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear:both;
}

.snl div iframe,
.snl2 div iframe {
	overflow: visible;
    z-index: 9999;
    max-width: none !important;
}

.snl div iframe div,
.snl2 div iframe div {
	display: none;
}

.fb_iframe_widget span {height: 20px; z-index: 0; overflow: hidden;}

/* ----------------------------------------
	Header
---------------------------------------- */


#head {
	width: 100%;
	height: 70px;
	padding: 10px 0;
	border-bottom: 4px double #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	background: #fff;
}

#head h1 {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -35px 0 0 -47px;
}

#head h1 img {
	width: 94px;
	height: auto;
}

#head h1 a {
	display: inline-block;
	position: relative;
	z-index: 9998;
}

/* ------------------------------------------------------- */
/* NAVI SECTION */
/* ------------------------------------------------------- */

nav * {
	background-repeat:no-repeat;
	position:relative;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

#globalNavi #toggle {
	width:30px;
	height:25px;
	margin: 30px 0;
	padding:0 10px;
	z-index:1000;
	background-position:50% 50%;
	background-repeat:no-repeat;
	cursor:pointer;
	position:fixed;
	top:14px;
	left:10px;
	-webkit-transition:padding-top .6s cubic-bezier(0.7,0.01,0.3,1);
	-moz-transition:padding-top .6s cubic-bezier(0.7,0.01,0.3,1);
	-o-transition:padding-top .6s cubic-bezier(0.7,0.01,0.3,1);
	transition:padding-top .6s cubic-bezier(0.7,0.01,0.3,1);
}

#globalNavi #toggle .patty {
	width:30px;
	height:5px;
	margin:0;
	background:rgba(0,0,0,.8);
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}

#globalNavi #toggle .patty:after,#globalNavi #toggle .patty:before {
	content:'';
	display:block;
	width:30px;
	height:5px;
	background:rgba(0,0,0,.8);
	position:absolute;
	z-index:-1;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
}

#globalNavi #toggle .patty:before {
	top:-10px;
}

#globalNavi #toggle .patty:after {
	top:10px;
}

#globalNavi #toggle .toggle-desc {
	font-family:"MuseoSans",Helvetica,"Gothic Medium BBB",sans-serif;
	color:#322c24;
	position:absolute;
	top:20px;
	left:-40px;
	font-size:14px;
	text-align:center;
}

#globalNavi #toggle:hover {
	-webkit-transition:top .4s;
	-moz-transition:top .4s;
	-o-transition:top .4s;
	transition:top .4s;
}

#globalNavi #toggle:hover .patty:before,#globalNavi #toggle:hover .patty:after,#globalNavi #toggle:hover .patty {
	width:30px;
}

#globalNavi.open {
	height:100%;
	top:0;
}

#globalNavi.open #logo {
	background-image:url(../img/vetica-wh.png);
}

#globalNavi.open #toggle .toggle-desc {
	display:none;
}

#globalNavi.open #toggle {
	background-color:none!important;
}

#globalNavi.open #to-top-button {
	display:none;
}

#globalNavi.open .patty {
	background:none!important;
}

#globalNavi.open .patty:after {
	top:0!important;
	background:#000!important;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
}

#globalNavi.open .patty:before {
	top:0!important;
	background:#000!important;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}

#globalNavi.open .nav-background {
	background-color:#84d8fb!important;
	background-color:rgba(59,214,247,0.9)!important;
}

#globalNavi.open .nav-background ul {
	top:-40px;
	visibility:visible;
	opacity:1;
	margin-top:0;
	-webkit-transform:perspective(600px) rotateX(0deg);
	-moz-transform:perspective(600px) rotateX(0deg);
	-ms-transform:perspective(600px) rotateX(0deg);
	-o-transform:perspective(600px) rotateX(0deg);
	transform:perspective(600px) rotateX(0deg);
}

#globalNavi.open #social li a {
	color:#84d8fb;
}

#globalNavi.open #social li a:hover {
	color:#f352b2;
}

#globalNavi.closing {
	height:100%;
}

#globalNavi.closing .nav-background ul {
	top:10%;
	visibility:visible;
	opacity:0;
	-webkit-transform:perspective(600px) rotateX(-10deg);
	-moz-transform:perspective(600px) rotateX(-10deg);
	-ms-transform:perspective(600px) rotateX(-10deg);
	-o-transform:perspective(600px) rotateX(-10deg);
	transform:perspective(600px) rotateX(-10deg);
	-webkit-transition:all .5s cubic-bezier(0.63,0.64,0.3,1);
	-moz-transition:all .5s cubic-bezier(0.63,0.64,0.3,1);
	-o-transition:all .5s cubic-bezier(0.63,0.64,0.3,1);
	transition:all .5s cubic-bezier(0.63,0.64,0.3,1);
}


#globalNavi {
	font-size:14px;
	font-weight:300;
	z-index: 9998;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 40px;
}

#globalNavi.open {
	background: rgba(255,255,255,.9);
	height: 100%;
}

#globalNavi > ul {
	text-align:center;
	margin:0;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
}

#globalNavi.open ul {
}

#globalNavi li {
/*
	line-height:40px;
	font-size: 16px;
*/
	font-family: 'Century Gothic',helvetica,sans-serif;
	font-size: 40px;
}

#globalNavi li.txt {
	margin:0;
}

#globalNavi li.icon {
	margin:0 10px 0;
	display: inline-block;
}

#globalNavi li img {
	height:20px;
	vertical-align:middle;
}

#globalNavi li a {
	color: #000;
	text-decoration: none;
}

#headfixed {
	display: none;
}

#toggle:hover {
	opacity: 1;
}


#nav ul {
	display: none;
}

#event-child {
	display: none;
	background: rgba(59, 230, 230, 0.901961);
	font-size: 90px;
	font-family: 'Century Gothic',helvetica,sans-serif;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 1;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	z-index: 99999;
}

#event-child ul {
	margin: 0;
	display: none;
	vertical-align: middle;
}

#event-child a {
	color: #fff;
}

#event-child .menu-close a {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 50px;
	height: 50px;
}


/* ----------------------------------------
	Contents
---------------------------------------- */

#mwrap {
	overflow: hidden;
	margin: 0;
	padding: 94px 0 50px;
	border-bottom: 4px double #000;
	box-sizing: content-box;
}

#navi-muku ul {
	overflow: hidden;
	margin: 0;
	background: rgb(180, 180, 180);
}

#navi-muku li {
	float: left;
	background: rgb(180, 180, 180);
	font-family: verdana;
	font-size: 10px;
	text-align: center;
	padding: 0 4%;
}

#navi-muku li a {
	color: #fff;
	padding: 14px 0 12px;
	display: block;
}

#navi-muku li.curt {
	background: #fff;
}

#navi-muku li.curt a {
	color: #000;
}

#movie {
	padding: 2% 0 0;
}

#movie img {
	width: 100%;
}

#muku-list {
	margin: 0;
	overflow: hidden;
}

#muku-list li {
	width: 48%;
	float: left;
	padding: 1%;
}

#muku-list li:nth-child(2n+1) {
	clear: both;
}

#muku-list li img {
	width: 100%;
	height: auto;
}

#muku-list li iframe {
	height: 200px;
}

#designer-list li {
	padding: 30px 20px 10px;
	border-bottom: 1px solid rgb(201, 201, 201);
}

#designer-list li p.img {
	margin: 0 0 20px;
}

#designer-list li p.img img {
	width: 100%;
	height: auto;
}

#designer-list li h3 {
	font-size: 32px;
	font-family: 'trebuchet ms';
	font-weight: normal;
	margin: 0;
	line-height: 1.2;
}

#designer-list li p.shop {
	font-size: 24px;
	font-family: 'trebuchet ms';
	margin: 0 0 20px;
	line-height: 1.2;
}

#designer-list li h4 {
	font-size: 16px;
	font-family: 'trebuchet ms';
	font-weight: normal;
	margin: 0 0 5px;
	line-height: 1.6;
	letter-spacing: .03em;
}

#designer-list li p.txt {
	font-size: 14px;
	line-height: 1.8;
	margin: 0 0 20px;
}

#movie-list {
	padding: 20px 10px;
}

#movie-list li {
	background: rgb(180, 180, 180);
	margin: 0 0 10px;
	padding: 10px 10px 50px;
}

#movie-list li iframe {
	height: 300px;
}

#movie-list li h3 {
	color: #fff;
	font-size: 24px;
	font-family: 'trebuchet ms';
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: .03em;
	margin: 0;
  padding: 5px 10px 0;
}

#photo-list {
	padding: 30px 10px;
	overflow: hidden;
}

#photo-list img {
	width: 100% !important;
	height: auto !important;
}

#navi-ds ul {
	margin: 0;
	overflow: hidden;
}

#navi-ds ul.parent-nav li {
	width: 50%;
	float: left;
	text-align: right;
	font-family: "kepler-std";
	font-style: italic;
	font-weight: 500;
	font-size: 13px;
	line-height: 1;
}

#navi-ds ul.parent-nav li button{
	text-align: right;
	font-family: "kepler-std";
	font-style: italic;
	font-weight: 500;
	font-size: 13px;
	line-height: 1;
	min-height: 41px;
	cursor: pointer;
	transition: .3s;
	margin: 0;
}

#navi-ds ul.parent-nav li a,
#navi-ds ul.parent-nav li button {
	width: 100%;
	display: block;
	border: none;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 13px 5px;
}

#navi-ds ul.parent-nav li.curt a,
#navi-ds ul.parent-nav li a:hover,
#navi-ds ul.parent-nav li button:hover {
	background: #000;
	color: #fff;
	opacity: 1;
}

#navi-ds ul.parent-nav li:last-child {
	width: 100%;
}

#navi-ds.archive .parent-nav {
	display: none;
}

#nav-history {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85098);
	z-index: 999999;
	display: none;
}

#nav-history a {
	color: #fff;
}

#nav-history ul {
	margin: 0;
	font-family: 'Century Gothic',helvetica,sans-serif;
	font-size: 550%;
	font-weight: 700;
	text-align: center;
	display: none;
	vertical-align: middle;
	line-height: 1;
}

#ds-archive-menu {
	background: #000;
	text-align: center;
}

#ds-archive-menu a {
	color: #fff;
}

#ds-archive-menu p.menu-title {
	margin: 0;
	padding: 10px;
	color: rgb(245, 245, 245);
	font-size: 22px;
	line-height: 1;
}

#ds-archive-menu p.btn-archive-menu {
	margin: 0 0 20px;
	padding: 0 10px 10px;
}
#ds-archive-menu p.btn-archive-menu button{
	padding: 0;
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 10px;
}

#archive-menu-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85098);
	display: none;
	z-index: 999999;
}

#archive-menu-box ul {
	display: none;
	vertical-align: middle;
	font-size: 36px;
	font-family: 'Century Gothic',helvetica,sans-serif;
	line-height: 1.4;
}

#archive-menu-box ul li.ds-top {
	margin: 60px 0 0;
}

#catch img {
	width: 100%;
	height: auto;
}

#main.ds #catch {
	margin: 0;
}

#main.ds .section {
	margin: -94px 0 0;
	padding: 114px 10px 20px;
	border-bottom: 1px solid #000;
	color: #222;
}

#main.ds .section h2 {
	margin: 0 0 10px;
	font-size: 40px;
	font-family: helvetica;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -1px;
	color: #222;
}

#main.ds .section p {
	margin: 0 0 15px;
}

#main.ds .section p:last-child {
	margin: 0;
}

#main.ds #section-01 p.place {
	font-size: 20px;
	font-weight: 700;
	font-family: helvetica;
	line-height: 1.2;
	letter-spacing: -1px;
}

#main.ds #section-01 p.info {
	font-size: 18px;
	font-style: italic;
	font-weight: 500;
	font-family: "kepler-std";
	letter-spacing: 1px;
	line-height: 1.7;
}

#main.ds #section-01 p.copy {
	font-size: 30px;
	font-family: 'times new roman';
	letter-spacing: .01em;
}

#main.ds .section h3 {
	font-size: 40px;
	font-weight: 700;
	font-family: "kepler-std";
	font-style: italic;
	margin: 0 0 10px;
	line-height: 1;
	letter-spacing: -1px;
	color: #222;
}

#main.ds .section h3.h-1 {
	font-size: 50px;
	font-weight: normal;
	font-family: "kepler-std";
	text-align: center;
	padding: 20px 0;
}

#main.ds .section h3.h-2 {
	font-size: 40px;
	font-family: "kepler-std";
	text-align: center;
	padding: 20px 0 0;
}

#main.ds .section p.desc {
	font-size: 20px;
	font-family: 'times new roman';
	margin: 0 0 25px;
}

#main.ds .section p.sub {
	font-size: 16px;
	font-family: 'times new roman';
	line-height: 1.4;
	margin: 0 0 25px;
}

#main.ds .section p.txt {
	font-size: 12px;
	font-family: 'times new roman';
	line-height: 1.8;
}

#main.ds .section p.txt2 {
	font-size: 14px;
	font-family: 'times new roman';
	line-height: 1.8;
}

#main.ds .section.last {
	padding: 114px 10px 100px;
}

#main.ds .designer-list {
	margin: -94px 0 0;
	padding: 94px 20px 0;
	position: relative;
}

#main.ds .designer-list.now h3 {
	position: absolute;
	top: 50px;
	left: 0;
	width: 96%;
	padding: 0 2%;
	z-index: -1;
}

#main.ds .designer-list ul {
	margin: 0;
}

#main.ds .designer-list li {
	padding: 40px 10px;
}

#main.ds .designer-list.now li {
	border-bottom: 1px solid rgb(201, 201, 201);
}

#main.ds .designer-list.archive li {
	border-top: 1px solid rgb(201, 201, 201);
}

#main.ds .designer-list li:last-child {
	border-bottom: none;
}

#main.ds .designer-list li p.img img {
	width: 100%;
	height: auto;
}

#main.ds .designer-list li .name {
	font-size: 32px;
	font-weight: normal;
	font-family: "kepler-std";
	line-height: 1.1;
	letter-spacing: .02em;
	margin: 0;
}

#main.ds .designer-list li p.shop {
	font-size: 24px;
	font-family: "kepler-std";
	line-height: 1.1;
	letter-spacing: .02em;
	margin: 0 0 25px;
}

#main.ds .designer-list li p.copy {
	font-size: 16px;
	font-family: 'times new roman';
	letter-spacing: .01em;
	margin: 5px 0;
}

#main.ds .designer-list li h5 {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	font-family: "kepler-std";
	line-height: 1.5;
	margin: 0;
}

#main.ds .designer-list li p.txt {
	font-size: 14px;
	line-height: 1.5;
}

#map {
	width: 100%;
	height: 300px;
}

#map img {
	max-width: inherit;
	max-width: unset;
}

#main.ds #result .section {
	margin: 0;
	padding: 0;
	border-bottom: 4px double #000;
}

#main.ds #result .section:last-child {
	border-bottom: none;
}

header.result {
	padding: 0 0 20px;
	border-bottom: 1px solid black;
}

#main.ds header.result p.small {
	text-align: center;
	font-size: 14px;
	letter-spacing: 11px;
	margin: 0;
}

#main.ds header.result p.small2 {
	text-align: center;
	font-size: 14px;
	letter-spacing: 10px;
	margin: 0;
}

ul.result-list > li > p.img {
	border: 1px solid #000;
}

ul.result-list > li .syou-name {
	font-size: 20px;
	line-height: 1.3;
	font-weight: normal;
}

ul.result-list > li .designer-name {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 1em;
}

ul.result-list > li .designer-txt {
	font-size: 14px;
	margin: 0 0 1em;
}

#main.ds #photo-result .section {
	padding: 0 0 60px;
	margin: 0;
	border-bottom: none;
}

#photo-result header.result {
	border: none;
}

#photo-result ul {
	overflow: hidden;
}

#photo-result li {
	margin: 5px;
	float: left;
	width: auto;
	background: rgb(125, 125, 125);
	color: #fff;
}

#photo-result li a {
	display: block;
	padding: 5px 5px 10px;
	color: #fff;
}

#main.ds #photo-result li p.img {
	margin: 0 0 10px;
}

#main.ds #photo-result li p.prize {
	margin: 0;
	padding: 0 5px;
	font-size: 12px;
}

#main.ds #photo-result li p.name {
	padding: 0 5px;
	font-size: 12px;
}

#main.ds #photo-result #finalist-list p {
	font-size: 10px;
}



/* ----------------------------------------
	PageNavi
---------------------------------------- */

.wp-pagenavi{
 margin: 0;
 padding: 30px 20px;
 color: #787878;
 font-size: 14px;
}

.current{
 margin-right: 5px;
 padding-top: 3px;
 padding-left: 5px;
 padding-right: 5px;
 padding-bottom: 3px;
 border: solid #a0a0a0 1px;
 opacity: 0.5;
 filter: alpha(opacity=50);
 -moz-opacity: 0.5;
}

.page{
 margin-right: 5px;
 padding-top: 3px;
 padding-left: 5px;
 padding-right: 5px;
 padding-bottom: 3px;
 border: solid #a0a0a0 1px;
 text-decoration: none;
 color: #787878;
}

.previouspostslink{
 margin-right: 5px;
 padding-top: 3px;
 padding-left: 5px;
 padding-right: 5px;
 padding-bottom: 3px;
 border: solid #a0a0a0 1px;
 text-decoration: none;
 color: #787878;
}

.nextpostslink{
 margin: 0;
 padding-top: 3px;
 padding-left: 5px;
 padding-right: 5px;
 padding-bottom: 3px;
 border: solid #a0a0a0 1px;
 text-decoration: none;
 color: #787878;
}

.extend{
 padding-right: 5px;
}


.wp-pagenavi a:hover{
 opacity: 0.5;
 filter: alpha(opacity=50);
 -moz-opacity: 0.5;
}

/* ----------------------------------------
	Footer
---------------------------------------- */

#footer-event h2 {
	font-family: Oswald,helvetica;
	font-size: 50px;
	font-weight: normal;
	line-height: 0;
	text-align: center;
	border-top: 1px solid #000;
	margin: 60px 0 35px;
}

#footer-event h2 .bg {
	background: #fff;
	display: inline-block;
	line-height: 50px;
	margin: -25px 0 0;
	padding: 0 20px;
}


#footer-event #m05 {
	overflow: hidden;
}

#footer-event #m05 p.img {
	margin: 0;
	padding: 2%;
	width: 46%;
	height: 50%;
	float: left;
}

#footer-event #m05 p.img img {
	width: 100%;
	height: auto;
}

#footer-4link {
	padding: 50px 0;
	border-bottom: 4px double #000;
}

#footer-4link ul {
	overflow: hidden;
	margin: 0;
}

#footer-4link li {
	width: 44%;
	margin: 3%;
	float: left;
	font-size: 22px;
	line-height: 1;
	font-family: Oswald,helvetica;
}

#footer-4link li img {
	width: 100%;
	height: auto;
}

#footer-4link li a {
	display: block;
	position: relative;
}

#footer-4link li a .txt {
	position: absolute;
	top: 50%;
	left: 0;
	margin: -10px 0 0;
	width: 100%;
	height: 32px;
	display: inline-block;
	text-align: center;
}

#footer-4link.top a {
	background: #000;
	border: 2px solid #000;
	border-radius: 50%;
	color: #fff;
}

#footer-4link.recruit a {
	background: #fff;
	border: 3px solid #000;
	border-radius: 50%;
	color: #000;
}

#footer-4link a:hover {
	opacity: 1;
}

#footer-4link .link-01 a:hover {
	background: url(../images/1_banner_photograph.jpg);
	background-size: contain;
}

#footer-4link .link-02 a:hover {
	background: url(../images/2_banner_company.jpg);
	background-size: contain;
}

#footer-4link .link-03 a:hover {
	background: url(../images/3_banner_contact.jpg);
	background-size: contain;
}

#footer-4link .link-04 a:hover {
	background: url(../images/4_banner_loria.jpg);
	background-size: contain;
}

#foot {
	padding: 50px 0 0;
}

#pagetop {
	text-align: center;
	margin: 0 0 30px;
}

#foot .f01 {
	overflow: hidden;
}

#foot .f01 ul {
	margin: 0;
	width: 30%;
	padding: 3% 6%;
	float: left;
	font-size: 24px;
}

#foot .f01 li {
	margin: 0 0 20px;
}

#foot .f02 {
	margin: 0 0 50px
}

#foot .f02 ul {
	margin: 0 0 0 30px;
	text-align: center;
}

#foot .f02 li {
	display: inline-block;
	width: 40px;
	margin: 0 30px 0 -5px;
}

#foot .f03 {
	background: #000;
	color: #fff;
	padding: 30px 0;
	text-align: center;
}

#foot h4 {
	margin: 0;
	font-weight: normal;
}

#copy {
	font-size: 10px;
}

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

	480px 以上

======================================== */
@media screen and (min-width: 768px) {



/* ----------------------------------------
	Header
---------------------------------------- */

#head {
	width: 100%;
	height: 136px;
	min-width: 1200px;
	border-bottom: 4px double #000;
	position: absolute;
	z-index: 9999;
	background: #fff;
}

#head h1 {
	width: 1180px;
	text-align: center;
	margin: 35px auto 0;
	padding: 0 20px 0 0;
	position: static;
}

#head h1 a {
	z-index: 9999;
}

#globalNavi {
	display: block;
	position: absolute;
}

#globalNavi > ul {
	display: block;
}
#globalNavi ul {
	position: static;
	overflow: hidden;
	margin: 0 auto;
	padding: 0 100px;
	width: 1000px;
}

#globalNavi ul > li {
	width: 13.998589%;
	float: left;
	text-align: center;
	font-family: Oswald,helvetica;
	font-size: 24px;
	padding: 80px 0 0;
	line-height: 1;
}

#globalNavi li.n04 {
	margin: 0 0 0 160px;
}

#globalNavi a {
	text-decoration: none;
	color: #000;
}

#globalNavi li > a {
}

#toggle {
	display: none;
}


#nav ul {
	margin: 0;
	padding: 10px 0 0;
	background: #fff;
	width: 140px;
}

#nav ul li {
	margin: 0;
	padding: 10px 0;
	width: auto;
	float: none;
}

#headfixed {
	position: fixed;
	background: rgba(235, 235, 235, 0.9);
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9998;
}

#headfixed .inner {
	width: 1100px;
	margin: auto;
	position: relative;
}

#headfixed h1 {
	display: inline-block;
	margin: 4px 0 6px;
	line-height: 0;
}

#headfixed h1 img {
	vertical-align: middle;
}

#globalNavi2 {
	display: inline-block;
}

#globalNavi2 > ul {
	font-family: Oswald,helvetica;
	font-size: 20px;
	line-height: 1;
	margin: 0;
}

#globalNavi2 > ul > li {
	display: inline-block;
}

#globalNavi2 > ul > li > a {
	padding: 15px 20px;
	display: block;
}

#header-sns {
	display: inline-block;
	width: 125px;
	margin: -15px 0 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	right: 0;
}

#header-sns li {
	display: inline-block;
	width: 28px;
	margin: 0 5px;
}

#header-sns li img {
	vertical-align: middle;
}

#event-child {
	display: none;
	font-size: 2000%;
	min-width: 1200px;
}

#nav2 > li > ul > li a {
	padding: 8px 25px;
	display: block;
}



/* ----------------------------------------
	Contents
---------------------------------------- */

#mwrap {
	margin: 66px 0 0;
	min-width: 1200px;
}

#main,
.main {
	width: 1200px;
	margin: auto;
	box-sizing: content-box;
}



#muku-list {
	padding: 0;
}

#navi-muku {
	width: 1200px;
	height: 40px;
	margin: auto;
	position: relative;
	overflow: hidden;
}

#navi-muku:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 40px solid #999;
	border-left: 40px solid #fff;
	position: absolute;
	top: 0;
	left: -40px;
}

#navi-muku:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 40px solid #999;
	border-right: 40px solid #fff;
	position: absolute;
	top: 0;
	right: -40px;
}

#navi-muku ul {
	width: 1200px;
	float: left;
}

#navi-muku li {
	position: relative;
	font-size: 14px;
	padding: 0;
	width: 25%;
}

#navi-muku li a {
	padding: 11px 0 11px;
	height: 18px;
	line-height: 18px;
}

#navi-muku li.curt a,
#navi-muku li a:hover {
	background: #fff;
	color: #000;
	opacity: 1;
}

#navi-muku li.curt a:before,
#navi-muku li a:hover:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 40px solid #999;
	border-right: 40px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
}

#navi-muku li.curt a:after,
#navi-muku li a:hover:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 40px solid #999;
	border-left: 40px solid #fff;
	position: absolute;
	top: 0;
	right: 0;
}

#movie {
	margin: 3% 0;
	padding: 0;
}

#muku-list li {
	width: 390px;
	padding: 5px;
	margin: 0;
}

#muku-list li:nth-child(2n+1) {
	margin: 0;
	clear: none;
}

#muku-list li:nth-child(3n+1) {
	clear: both;
}

#muku-list li img {
	width: 100%;
	height: auto;
}

#designer-list li {
	padding: 30px 0;
	overflow: hidden;
}

#designer-list li p.img {
	width: 300px;
	margin: 0;
	float: left;
}

#designer-list li > .right {
	width: 880px;
	float: right;
}

#muku-list li iframe {
	height: 300px;
}

#movie-list {
	padding: 30px 0;
}

#movie-list ul {
	overflow: hidden;
}

#movie-list li {
	width: 366px;
	float: left;
	margin: 0 21px 20px 0;
}

#movie-list li:nth-child(3n) {
	margin: 0 0 20px;
}

#bg-gray {
	background: rgb(230, 230, 230);
}

#navi-ds {
	margin: 0 auto 40px;
	width: 1200px;
}

#navi-ds.archive .parent-nav {
	display: block;
}

#navi-ds ul.parent-nav li {
	width: 232px;
	margin: 0 10px 0 0;
	line-height: 20px;
}

#navi-ds ul.parent-nav li:last-child {
	width: 232px;
	margin: 0;
}

#navi-ds ul.parent-nav li a,
#navi-ds ul.parent-nav li button {
	border-left: 1px solid #000;
	padding: 20px 10px 0;
	background: #fff;
}

#nav-history ul {
	font-size: 1000%;
}

#ds-archive-menu {
	background: none;
	text-align: left;
	color: #000;
	padding: 0 0 3px;
}

#ds-archive-menu p.btn-archive-menu {
	display: none;
}

#ds-archive-menu a {
	color: rgb(125, 125, 125);
}

#ds-archive-menu p.menu-title {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	padding: 20px 20px 0;
	line-height: 1;
	position: relative;
	top: -2px;
}

#archive-menu-box {
	display: inline-block !important;
	position: static;
	top: inherit;
	left: inherit;
	background: none;
	width: inherit;
	height: inherit;
}

#archive-menu-box ul {
	display: block !important;
	font-size: 15px;
	font-family: helvetica;
	line-height: 1;
}

#archive-menu-box ul li {
	display: inline-block;
	padding: 20px 20px 1px;
}

#archive-menu-box ul li.curt a,
#archive-menu-box ul li.current_page_item a {
	color: #000;
}

#archive-menu-box ul li.ds-top {
	margin: 0;
	display: none;
}

#main.ds .section {
	margin: -50px 0 0;
	padding: 90px 10px 40px;
}

#main.ds .section h2 {
	font-size: 50px;
}

#main.ds #section-01 p.place {
	font-size: 36px;
}

#main.ds #section-01 p.info {
	font-size: 24px;
}

#main.ds #section-01 p.copy {
	font-size: 50px;
}

#main.ds .section h3 {
	font-size: 60px;
	margin: 0 0 20px;
}

#main.ds .section h3.h-1 {
	margin: 0;
	padding: 50px 0;
}

#main.ds .section h3.h-2 {
	font-size: 60px;
	margin: 0;
	padding: 40px 0 10px;
}

#main.ds .section p.desc {
	font-size: 24px;
}

#main.ds .section p.txt2 {
	font-size: 16px;
}

#main.ds .section.last {
	padding: 90px 10px 120px;
}

#main.ds .designer-list {
	margin: -130px 0 0;
	padding: 130px 0 40px;
	border: none;
}

#main.ds .designer-list.archive {
	margin: -50px 0 0;
	padding: 50px 0 40px;
}

#main.ds .designer-list.now h3 {
	width: 100%;
	text-align: right;
	top: 59px;
	padding: 0;
}

#main.ds .designer-list li {
	overflow: hidden;
}

#main.ds .designer-list li p.img {
	width: 295px;
	float: left;
}

#main.ds .designer-list li > .right {
	width: 865px;
	float: right;
}

#main.ds #section-04 {
	border: none;
	margin: -50px 0 100px;
	padding: 50px 0 0;
}

#map {
	height: 500px;
	border: 1px solid #000;
}

#main.ds #result .section {
	margin: 0;
	padding: 0;
}

header.result {
	padding: 0 0 30px;
}

ul.result-list > li .syou-name {
	margin: 0 0 20px;
}

ul.result-list > li .right .inner {
	overflow: hidden;
}

ul.result-list > li .right .inner > p.designer-img {
	width: 120px;
	margin: 0 20px 0 0;
	float: left;
}

ul.result-list > li .right .inner > p.designer-img img {
	width: 100%;
	height: auto;
}

ul.result-list > li .right .inner > p.designer-name,
ul.result-list > li .right .inner > p.designer-txt {
	width: 725px;
	float: right;
}


/* ----------------------------------------
	Footer
---------------------------------------- */

#footer-event #m05 p.img {
	width: 21%;
}

#footer-4link {
	min-width: 1200px;
}

#footer-4link ul {
	width: 1000px;
	margin: auto;
}

#footer-4link li {
	width: 21%;
	margin: 2%;
}

#foot {
	min-width: 1200px;
}

#foot .f01 {
	text-align: center;
	margin: 0 0 30px;
}

#foot .f01 ul {
	display: inline-block;
	width: auto;
	padding: 0;
	float: none;
}

#foot .f01 li {
	display: inline-block;
	font-size: 16px;
	margin: 0;
	padding: 0 15px;
}

#foot .f03 .dn {
	display: none;
}


}









#movie {
	position: relative;
	vertical-align: top;
}

#movie video {
	width: 100%;
}

#vol-btn {
	position: absolute;
	right: 25px;
	bottom: 20px;
	width: 20px;
	height: 20px;
}


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

	1240px 以上

======================================== */
@media screen and (min-width: 1240px) {

#navi-muku {
	overflow: visible;
}

}

/*--------------------------
	bxslider カスタム
--------------------------*/

#slider-wrap .bx-wrapper,
#cosme-slide .bx-wrapper {
	max-width: none !important;
}

#slider-wrap .bx-viewport,
#cosme-slide .bx-viewport,
#sp-slider .bx-viewport {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: inherit;
	background: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}

#slider-wrap .bx-wrapper img {
/*	width: inherit !important;
	height: inherit !important;*/
}

.bx-wrapper img {
	margin: auto;
	height: auto;
}

.bxslider,
.bxslider2 {
	margin: 0;
}

#slider-wrap {
	text-align: center;
}

#slider-wrap video {
	vertical-align: top;
}
