@charset "utf-8";
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}
body {
    font-size: 16px;
    line-height: 1.6em;
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    font-weight: normal;
    background: #fff;
}
img {
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
}
a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #333;
}
a {
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}
li {
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
ul,
li {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
a:hover {
    opacity: 0.5;
}
.mt20 {
    margin-top: 20px;
}

html,body{
    height:100%;
}
.wrapper {
    display: table;
    width: 100%;
    height:100%;
}

.dada{
  display: table-cell;
  vertical-align: middle;
}
ul.topnavi {
    margin: 50px 0px 30px;
}
ul.topnavi li a {
    font-family: "futura-pt", sans-serif;
    font-size: 30px;
    font-weight: 100;
    padding: 3px 0px;
    display: block;
}
.naviarea {
    float: left;
    padding-left: 20px;
    width: 350px;
}
ul.icon_area {
    overflow: hidden;
}
ul.icon_area li {
    float: left;
}
ul.icon_area li img {
    height: 36px;
    margin: 5px;
}
.topcontentsarea {
    width: 100%;
    margin-left: -350px;
    padding-left: 350px;
    float: right;
    text-align: center;
}
ul.top_cat {
    overflow: hidden;
    margin: 20px auto 20px;
    width: 540px;
}
ul.top_cat li {
    width: 260px;
    height: 390px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    float: left;
}
ul.top_cat li:hover {
    opacity: 0.5;
}
ul.top_cat li a {
    display: block;
    width: 260px;
    height: 390px;
    color: #fff;
    font-size: 55px;
    padding-top: 190px;
    font-family: "pragmatica", sans-serif;
    font-weight: 700;
}
ul.top_cat li.man {
    background: url(../img/top_01.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    margin-right: 10px;

}
ul.top_cat li.item {
    background: url(../img/top_02.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    margin-right: 10px;
}
ul.top_cat li.woman {
    background: url(../img/top_03.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.title {
    font-family: "pragmatica", sans-serif;
    margin:0px auto;
    color: #fff;
    font-size: 55px;
    margin-bottom: 40px;
    text-align: left;
    font-weight: 400;
}

.rgtitle {
    font-family: "pragmatica", sans-serif;
    color: #fff;
    font-size: 40px;
    margin-bottom: 60px;
    text-align: center;
    font-weight: 400;
}
.contentsarea {
    background: #000;
}
.footnavi {
    position: fixed;
    bottom: 0px;
    text-align: center;
    width: 100%;
    background: #000
}
.footnavi ul {
    overflow: hidden;
    display: inline-block;
}
.footnavi ul li {
    float: left;
}
.footnavi ul li a {
    font-size: 18px;
    display: block;
    margin: 10px;
    color: #fff;
    font-family: "futura-pt-condensed", sans-serif;
}
.footnavi ul li img {
    height: 20px;
    margin-top: -5px;
}
.footnavi ul li.icon img {
    height: 40px;
    margin-top: -10px;
}
.contents {
    width: 980px;
    margin: 0px auto;
    text-align: center;
    padding-bottom: 50px;
    padding-top:20px;
}
.archive {
    font-family: "futura-pt", sans-serif;
    font-size: 17px;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 300;
    color: #fff;
}
ul.gellery_list li {
    padding: 0px;
    line-height: 1em;
}
ul.gellery_list li a {
    color: #fff;
    font-family: "futura-pt", sans-serif;
    font-size: 14px;
}
.home {
    padding-top: 20px;
}
.event_img {
    margin: 10px 0px;
}
.dealers_list {
    padding-top: 0px;
}
.dealers_list a {
    color: #fff;
    font-family: "futura-pt", sans-serif;
    font-size: 12px;
    display: block;
}
.dealers_list a span{
    font-size: 12px;
}
.dealers_list dl {
    overflow: hidden;
    width: 960px;
    margin: 0px auto;
}
.dealers_list dl dd,
.dealers_list dl dt {
    float: left;
    text-align: left;
    line-height: 1.3em;
}
.dealers_list dl dt {
    width: 150px;
}
.dealers_list dl dd.shop {
    width: 260px;
}
.dealers_list dl dd.address {
    width: 350px;
}
.dealers_list dl dd.tel {
    width: 150px;
}
.dealers_list dl dd.web {
    width: 50px;
}
.location_area {
    width: 850px;
    margin: 0px auto;
}
.leftright {
    overflow: hidden;
}
.leftright .mainimg {
    float: left;
    width: 50%;
    text-align: left;
    height: 267px;
}
.leftright .map {
    float: right;
    width: 50%;
    text-align: left;
}
.leftright .map p {
    color: #fff;
    font-family: "futura-pt", sans-serif;
    font-size: 17px;
    display: block;
    text-align: left;
    letter-spacing: 2px;
}
.leftright .map p span {
    font-size: 14px;
}
ul.location_list {
    margin-top: 20px;
    overflow: hidden;
}
ul.location_list li {
    float: left;
    margin-right: 5px;
}
ul.location_list li img {
    width: 80px;
    height: auto;
}
.collaboration_area {
    width: 860px;
    margin: 0px auto;
}
.leftright .list_area {
    float: left;
    width: 60%;
}
.leftright .img_area {
    float: right;
    width: 35%;
}
.leftright .img_area .collab_txt {
    color: #fff;
}
.leftright .img_area .collab_txt h3 {
    font-family: "futura-pt-condensed", sans-serif;
    font-size: 22px;
    text-align: right;
    font-weight: 300;
}
.leftright .img_area .collab_txt p {
    font-size: 10px;
    line-height: 1.4em;
    margin-top: 3px;
    text-align: left;
}
.leftright .img_area .collab_txt a {
    color: #fff;
    display: block;
    text-align: right;
    font-size: 11px;
    font-family: "pragmatica", sans-serif;
}
.list_area .catelink {
    overflow: hidden;
    margin-bottom: 40px;
}
.list_area .catelink li {
    float: left;
    width: 33%;
    text-align: left;
}
.list_area .catelink li a {
color: #fff;
    font-family: "pragmatica", sans-serif;
    font-size: 33px;
    display: block;
    line-height: 1.1em;
    font-weight: 400;
}
.collab_list {
    overflow: hidden;
}
.collab_list div {
    width: 50%;
    float: left;
    text-align: left;
}
.collab_list div a {
    color: #fff;
    font-size: 16px;
    font-family: "futura-pt-condensed", sans-serif;
    line-height: 1.1em;
    display: block;
    font-weight: 300;
}
.collab_list div a span {
    font-size: 14px;
}
.movie_list,
.music_list {
    display: none;
}
.collab_txt {
    display: none;
}
.art08_txt {
    display: block;
}
.rg_contents {
    width: 980px;
    overflow: hidden;
    margin: 10px auto 20px;
}
.rg_contents .photolist {
    float: left;
    width: 570px;
}

.rg_contents .w980{
    width:980px;
}
.rg_contents h2 {
    font-family: "pragmatica", sans-serif;
    font-size: 25px;
    margin-bottom: 5px;
    font-weight: 700;
}
.rg_contents .mainphoto {
    width: 394px;
    float: right;
}
.rg_contents .photolist ul.thumb_photo {
    overflow: hidden;
    margin-bottom: 10px;
}
.rg_contents .photolist ul.thumb_photo li {
    float: left;
    width: 74px;
    margin-right: 7px;
    margin-bottom: 20px;
}

.rg_contents .itemlist ul.thumb_photo li{
    width:97px;
}
ul.rg_cat {
    float: right;
    display: inline-block;
    overflow: hidden;
    padding-top: 5px;
}
.rg_contents .itemlist ul.rg_cat{
     margin-right:100px;   
}
ul.rg_cat li {
    float: left;
}
ul.rg_cat li a {
    padding-right: 20px;
    font-size: 24px;
    font-family: "pragmatica", sans-serif;
    font-weight: 700;
}
ul.rg_cat li a.active{
    color:#999;
}

