/*
@fontL:'UD Reimin Regular';
@fontR:'UD Reimin Regular';
@fontB:'UD Reimin Bold';
/*/
hr {
  display: none;
}
html {
  overflow-y: scroll;
}
a {
  outline: none;
}
.imgReplaced {
  background-image: url("images/sprites.png");
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
}
.posA {
  position: absolute;
}
.posF {
  position: fixed;
}
.posR {
  position: relative;
}
.hide {
  display: none;
}
.mainWrapper {
  display: none;
}
.mainWrapper header {
  z-index: 3;
  position: relative;
}
.mainWrapper header .langSelector {
  z-index: 4;
  position: fixed;
}
.mainWrapper header .langSelector .btnJa,
.mainWrapper header .langSelector .btnEn,
.mainWrapper header .langSelector .drawer {
  position: absolute;
}
.mainWrapper header .logo {
  z-index: 4;
  position: fixed;
}
.mainWrapper header .enterWrapper {
  z-index: 4;
  position: fixed;
}
.mainWrapper header .topImg {
  z-index: 3;
  position: absolute;
}
.mainWrapper header .mainNav {
  z-index: 3;
  position: relative;
}
.mainWrapper .contentsWrapper {
  z-index: 2;
  position: relative;
}
.mainWrapper .contentsWrapper .sectionGroup {
  z-index: 2;
  position: absolute;
}
.mainWrapper #bgWrapper {
  z-index: 1;
  position: fixed;
}
#loadingWrapper {
  z-index: 0;
  position: fixed;
}
.mainWrapper {
  min-width: 960px;
}
header .logo {
  background-position: -1px -1px;
  width: 346px;
  height: 110px;
  left: 0;
  right: 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  -webkit-transition-property: border-color;
  -moz-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-property: 'top';
  -moz-transition-property: 'top';
  transition-property: 'top';
}
header .logo:hover {
  border-color: #ffffff;
}
header .enterWrapper {
  width: 110px;
  height: 110px;
}
header .enterWrapper .enter {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-position: -378px -3px;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  top: 1px;
  left: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-property: background-color, top;
  -moz-transition-property: background-color, top;
  transition-property: background-color, top;
}
header .enterWrapper .enter:hover {
  background-color: rgba(255, 255, 255, 0.7);
  top: 4px;
  left: 0px;
}
header .enterWrapper .enter:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  content: "";
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.8);
  left: -1px;
  top: -1px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-property: transform, -webkit-transform, opacity, border-width, left, top;
  -moz-transition-property: transform, -webkit-transform, opacity, border-width, left, top;
  transition-property: transform, -webkit-transform, opacity, border-width, left, top;
}
header .enterWrapper .enter:hover:after {
  border-width: 7px;
  transform: scale(1.1);
  opacity: 0;
  left: -7px;
  top: -7px;
}
header .topImg {
  background-image: url('images/top.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
}
header .langSelector {
  top: 0;
  right: 0;
  width: 239px;
  height: 94px;
  background-position: -359px 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-property: 'top';
  -moz-transition-property: 'top';
  transition-property: 'top';
}
header .langSelector.hidden {
  top: -60px;
}
header .langSelector .btnJa {
  left: 50px;
  top: 29px;
  width: 66px;
  height: 23px;
  background-position: -638px -14px;
}
header .langSelector .btnJa:hover,
header .langSelector .btnJa.active {
  background-position: -638px -42px;
}
header .langSelector .btnEn {
  left: 120px;
  top: 29px;
  width: 78px;
  height: 23px;
  background-position: -708px -14px;
}
header .langSelector .btnEn:hover,
header .langSelector .btnEn.active {
  background-position: -708px -43px;
}
header .langSelector .drawer {
  left: 4px;
  top: 65px;
  width: 233px;
  height: 25px;
  cursor: pointer;
}
header .mainNav {
  height: 30px;
  background: #000;
  color: #EEE;
  width: 100%;
  top: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
}
header .mainNav ul {
  height: 20px;
  margin: 0 auto;
  position: relative;
}
header .mainNav li {
  position: absolute;
  margin-top: 5px;
}
header .mainNav .line {
  border-bottom: 1px solid #aaaaaa;
  position: absolute;
  top: 18px;
}
header .mainNav a {
  position: absolute;
}
header .mainNav.ja ul {
  width: 826px;
}
header .mainNav.ja ul .btnTop {
  width: 137px;
  height: 18px;
  background-position: -28px -127px;
  left: 0px;
  top: 0px;
}
header .mainNav.ja ul .btnProfile {
  width: 72px;
  height: 18px;
  background-position: -208px -127px;
  left: 180px;
  top: 0px;
}
header .mainNav.ja ul .btnWorks {
  width: 75px;
  height: 17px;
  background-position: -322px -127px;
  left: 294px;
  top: 0px;
}
header .mainNav.ja ul .btnSale {
  width: 72px;
  height: 18px;
  background-position: -440px -127px;
  left: 412px;
  top: 0px;
}
header .mainNav.ja ul .btnItems {
  width: 71px;
  height: 18px;
  background-position: -555px -127px;
  left: 527px;
  top: 0px;
}
header .mainNav.ja ul .btnNews {
  width: 71px;
  height: 18px;
  background-position: -669px -127px;
  left: 641px;
  top: 0px;
}
header .mainNav.ja ul .btnContact {
  width: 71px;
  height: 16px;
  background-position: -783px -128px;
  left: 755px;
  top: 1px;
}
header .mainNav.en ul {
  width: 776px;
}
header .mainNav.en ul .btnTop {
  width: 56px;
  height: 16px;
  background-position: -27px -164px;
  left: 0px;
  top: 0px;
}
header .mainNav.en ul .btnProfile {
  width: 57px;
  height: 16px;
  background-position: -149px -164px;
  left: 122px;
  top: 0px;
}
header .mainNav.en ul .btnWorks {
  width: 58px;
  height: 16px;
  background-position: -273px -164px;
  left: 246px;
  top: 0px;
}
header .mainNav.en ul .btnSale {
  width: 36px;
  height: 16px;
  background-position: -398px -164px;
  left: 371px;
  top: 0px;
}
header .mainNav.en ul .btnItems {
  width: 48px;
  height: 15px;
  background-position: -501px -165px;
  left: 474px;
  top: 1px;
}
header .mainNav.en ul .btnNews {
  width: 50px;
  height: 15px;
  background-position: -615px -165px;
  left: 588px;
  top: 1px;
}
header .mainNav.en ul .btnContact {
  width: 71px;
  height: 15px;
  background-position: -732px -165px;
  left: 705px;
  top: 1px;
}
.contentsWrapper {
  width: 100%;
  color: #303030;
}
.contentsWrapper .sectionGroup {
  top: 50px;
  width: 100%;
}
.contentsWrapper .sectionGroup section {
  background-image: url('images/bg_section.png');
}
.contentsWrapper .sectionGroup section.full .sectionInner {
  width: 862px;
  padding: 49px;
  margin: 0 auto;
}
.contentsWrapper .sectionGroup section.newsBlock {
  width: 260px;
  border: 1px solid #cccccc;
  margin: 4px;
  border-radius: 3px;
  padding: 10px 10px 20px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-property: border-color;
  -moz-transition-property: border-color;
  transition-property: border-color;
  cursor: pointer;
}
.contentsWrapper .sectionGroup section.newsBlock:hover {
  border-color: #09daf1;
}
.contentsWrapper .sectionGroup section.newsBlock p.newsInfo {
  padding-right: 5px;
}
.contentsWrapper .sectionGroup section.newsBlock .thLink {
  margin-bottom: 16px;
  display: block;
}
.contentsWrapper .sectionGroup section.newsBlock .thLink img {
  border-radius: 3px;
}
.contentsWrapper .sectionGroup .newsList {
  margin-top: -170px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 870px;
}
.contentsWrapper .sectionGroup .shadow {
  height: 10px;
  width: 100%;
}
.contentsWrapper .sectionGroup .shadow.top {
  box-shadow: inset 0 -4px 4px -4px #000000;
}
.contentsWrapper .sectionGroup .shadow.bottom {
  box-shadow: inset 0 4px 4px -4px #000000;
  margin-bottom: 200px;
}
.contentsWrapper .sectionGroup .shadow.bottom:last-child {
  margin-bottom: 0;
  display: none;
}
#bgWrapper {
  height: 1500px;
  width: 100%;
  top: 0;
  background-size: 100% auto;
}
#loadingWrapper {
  width: 100%;
  height: 100%;
  top: 300px;
}
#loadingWrapper #loaderContents {
  width: 600px;
  display: block;
  margin: 0px auto;
  text-align: center;
  line-height: 100%;
}
#loadingWrapper #loaderFrame {
  width: 200px;
  height: 5px;
  border: #333 1px solid;
  margin: 2px auto;
  padding: 1px;
}
#loadingWrapper #loaderBar {
  width: 0;
  height: 100%;
  background: #666;
}
.mainWrapper .divided2,
.mainWrapper .divided3 {
  overflow: hidden;
  position: relative;
  clear: both;
}
.mainWrapper .divided2 + .divided2,
.mainWrapper .divided2 + .divided3,
.mainWrapper .divided3 + .divided3,
.mainWrapper .divided3 + .divided2 {
  margin-top: 54px;
}
.mainWrapper .divided2 > div {
  float: left;
  margin-left: 21px;
}
.mainWrapper .divided2 > div:first-child {
  margin-left: 0px;
}
.mainWrapper .divided2 div.large {
  width: 567px;
}
.mainWrapper .divided2 div.small {
  width: 273px;
}
.mainWrapper .divided2 div.middle {
  width: 420px;
}
.mainWrapper .divided3 > div {
  float: left;
  margin-left: 41px;
  width: 260px;
}
.mainWrapper .divided3 > div:first-child {
  margin-left: 0px;
}
.mainWrapper .borderedImg {
  border: 3px solid #b3b3b3;
  border-radius: 3px;
}
.mainWrapper a.borderedImg {
  border: 3px solid #b3b3b3;
  border-radius: 3px;
  display: block;
  line-height: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-property: border-color;
  -moz-transition-property: border-color;
  transition-property: border-color;
}
.mainWrapper a.borderedImg:hover {
  border-color: #09daf1;
}
.mainWrapper .imgList li {
  float: left;
  margin-left: 21px;
}
.mainWrapper .imgList li:nth-child(2n+1) {
  margin-left: 0;
}
.mainWrapper .profileList .li {
  clear: both;
  overflow: hidden;
}
.mainWrapper .profileList .date {
  float: left;
  border-radius: 3px;
  margin-right: 10px;
  width: 110px;
}
.mainWrapper .profileList .content {
  overflow: hidden;
  display: block;
}
.mainWrapper .gallery {
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 120px;
}
.mainWrapper .gallery li {
  float: left;
  margin-left: 21px;
}
.mainWrapper .gallery li:nth-child(6n+1) {
  margin-left: 0;
}
.large .mainWrapper .gallery li:nth-child(4n+1) {
  margin-left: 0;
}
.small .mainWrapper .gallery li:nth-child(2n+1) {
  margin-left: 0;
}
.mainWrapper section .gallery:last-child {
  margin-bottom: 0px;
}
.mainWrapper a.imagelogic {
  color: #303030;
  text-decoration: none;
}
.mainWrapper .fontL {
  font-family: 'TsukuMinPro-L';
  font-weight: normal;
}
.mainWrapper .fontR {
  font-family: 'TsukuMinPro-M';
  font-weight: normal;
}
.mainWrapper .fontB {
  font-family: 'TsukuMinPro-B';
  font-weight: normal;
}
.mainWrapper .meiryo {
  font-family: 'meiryo';
  font-weight: normal;
}
.mainWrapper .mainNav a {
  font-family: 'TsukuMinPro-L';
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
}
.mainWrapper .mainNav a:hover {
  color: #ffffff;
}
.mainWrapper a {
  color: #e056b1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-property: color;
  -moz-transition-property: color;
  transition-property: color;
}
.mainWrapper a:hover {
  color: #09daf1;
}
.mainWrapper a.blockLink {
  display: block;
  text-decoration: none;
  outline: none;
}
.mainWrapper .small {
  font-size: 14px;
  line-height: 18px;
}
.mainWrapper .xlarge {
  font-size: 36px;
  line-height: 48px;
}
.mainWrapper .large {
  font-size: 24px;
  line-height: 48px;
}
.mainWrapper .xsmall {
  font-size: 12px;
}
.mainWrapper .right {
  text-align: right;
}
.mainWrapper .center {
  text-align: center;
}
.mainWrapper .narrow {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.mainWrapper h1 {
  font-size: 48px;
  letter-spacing: 10px;
  font-family: 'TsukuMinPro-L';
  font-weight: normal;
  line-height: 54px;
}
.mainWrapper h2 {
  font-size: 36px;
  font-family: 'TsukuMinPro-L';
  font-weight: normal;
  margin-bottom: 18px;
  line-height: 54px;
}
.mainWrapper h3 {
  font-size: 24px;
  font-family: 'TsukuMinPro-M';
  font-weight: normal;
  margin-bottom: 12px;
  margin-top: 54px;
  color: #ffffff;
  background-color: #bbbbbb;
  display: block;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-radius: 3px;
  line-height: 28px;
  border-width: 1px;
  border-style: solid;
  border-color: #bbbbbb;
}
.mainWrapper a > h3 {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  /*
		.transitionColor;
		.transitionBgColor;
		.transitionBorderColor;
		*/
  -webkit-transition-property: color, background-color, border-color;
  -moz-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
}
.mainWrapper a > h3.active {
  background-color: transparent;
  color: #09daf1;
  text-decoration: underline;
  border-color: #09daf1;
}
.mainWrapper h2 + h3 {
  margin-top: 0px;
}
.mainWrapper h3:first-child {
  margin-top: 0px;
}
.mainWrapper p,
.mainWrapper li {
  font-size: 18px;
  font-family: 'TsukuMinPro-L';
  font-weight: normal;
  line-height: 27px;
  margin-bottom: 18px;
}
.mainWrapper p:last-child {
  margin-bottom: 0;
}
.mainWrapper .newsBlock h3 {
  margin-top: 0;
  font-size: 18px;
  line-height: 24px;
}
.mainWrapper .newsBlock p {
  font-size: 14px;
  line-height: 18px;
}
.mainWrapper .newsBlock p.newsInfo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: italic;
  font-size: 12px;
  text-decoration: underline;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.transition-basic {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.oldie .enterWrapper a:after {
  border-style: none !important;
}
/*
#mainWrapper {display:block;}
#loadingWrapper {display:none;}
//*/
/*# sourceMappingURL=http://static.awa.localhost/src/less/layout.map */