/* Fonts Import
* --------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');

/* Html, Body, Container, Parent
* --------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  position: relative;
  display: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-user-select: none; /* Firefox */
  -webkit-user-select: none; /* Safari、Chromeなど */
  -ms-user-select: none; /* IE10 */
  user-select: none; /* CSS3 */
  -webkit-touch-callout: none; /* iOS Safari */
}
.container {
  display: block;
  width: 100%;
  height: 100%;
}
.section {
  text-align: center;
}
.parent {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.parent h1 {
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 45%;
  left: 50%;
	padding-bottom: .069em; /* 9.2*.0075 */
  transform: translate(-50%, -50%);
  font-size: 9.2em;
  line-height: 1;
  font-family: wf-opns-sb;
  color: #e9e9e9;
}
.parent h1.indexHead,
.parent h1.viewerHead {
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 45%;
  left: 50%;
	padding-bottom: .0875em; /* 9.2*.0125 */
  transform: translate(-50%, -50%);
  font-size: 7em;
  line-height: 1;
  font-family: wf-opns-sb;
  color: #444;
}
.parent h1.indexHead .sub-1,
.parent h1.viewerHead .sub-1 {
  font-size: 1.75rem;
	vertical-align: 1.8813rem; /* 1.75*1.075 */
}
.topPage .parent h1 {
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 7em;
  line-height: 1;
  font-family: wf-myrd-b;
  color: #e9e9e9;
}
.r {
  font-family: wf-myrd-r;
}

/* Background Image in Top Page
* --------------------------------------- */
.bg5 {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 1) 0 50%, rgba(255, 255, 255, 0) 50% 100%);
  width: 100%;
  height: 100%;
  z-index: 5;
}

.bg5.file-dw {
  background-image: url("../imgs/web/svg/file-dw.svg"), linear-gradient(-45deg, rgba(255, 255, 255, 1) 0 50%, rgba(255, 255, 255, 0) 50% 100%);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 5;
}
.bg5.file-id {
  background-image: url("../imgs/graphic/svg/file-id.svg"), linear-gradient(-45deg, rgba(255, 255, 255, 1) 0 50%, rgba(255, 255, 255, 0) 50% 100%);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 5;
}
.bg5.file-ai {
  background-image: url("../imgs/other/svg/file-ai.svg"), linear-gradient(-45deg, rgba(255, 255, 255, 1) 0 50%, rgba(255, 255, 255, 0) 50% 100%);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 5;
}

.bg-top-1 {
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
  /*animation: rotation 16s ease-in-out infinite alternate;*/
  /*background-image: linear-gradient(-165deg, rgba(255, 170, 0, .7) 0% 20%, rgba(255, 0, 187, .7) 20% 60%, rgba(51, 102, 255, .7) 60% 100%);*/
  background-image: linear-gradient(-165deg, rgba(255, 119, 0, 1) 0% 20%, rgba(255, 0, 187, 1) 20% 60%, rgba(51, 102, 255, 1) 60% 100%);
  bottom : /*40%*/44%;
  left: -3%;
  right: -3%;
  position: fixed;
  top: /*-60%*/-62%;
  border-radius: 50%;
}
.bg-top-2 {
  /*background-image: linear-gradient(-120deg, rgba(255, 170, 0, .6) 0% 20%, rgba(255, 0, 187, .6) 20% 60%, rgba(51, 102, 255, .6) 60% 100%);*/
  background-image: linear-gradient(-120deg, rgba(255, 119, 0, .6) 0% 20%, rgba(255, 0, 187, .6) 20% 60%, rgba(51, 102, 255, /*.6*/.8) 60% 100%);
  -webkit-animation-direction:alternate;
  animation-direction:alternate;
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
  top: /*-70%*/-72%;
  left: -4%;
  right: -4%;
}
.bg-top-3 {
  /*background-image: linear-gradient(-75deg, rgba(255, 170, 0, .5) 0% 20%, rgba(255, 0, 187, .5) 20% 60%, rgba(51, 102, 255, .5) 60% 100%);*/
  background-image: linear-gradient(-75deg, rgba(255, 119, 0, .5) 0% 20%, rgba(255, 0, 187, .5) 20% 60%, rgba(51, 102, 255, /*.5*/.6) 60% 100%);
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  top: /*-65%*/-67%;
  left: -6%;
  right: -6%;
}
.bg-top-4 {
  /*background-image: linear-gradient(-30deg, rgba(255, 170, 0, .4) 0% 20%, rgba(255, 0, 187, .4) 20% 60%, rgba(51, 102, 255, .4) 60% 100%);*/
  background-image: linear-gradient(-30deg, rgba(255, 119, 0, .4) 0% 20%, rgba(255, 0, 187, .4) 20% 60%, rgba(51, 102, 255, .4) 60% 100%);
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  top: /*-75%*/-77%;
  left: -5%;
  right: -5%;
}
.stir {
  -webkit-animation-name: move, rotation;
  animation-name: move, rotation;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@keyframes move {
0% {
  transform: translateX(-25%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  }
100% {
  transform: translateX(25%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  }
}
@keyframes rotation {
0% {
  transform: rotate(-270deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  }
100% {
  transform: rotate(270deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  }
}

/* Background Image in Each Section
* --------------------------------------- */
.webTop-bg {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 1) 0 50%, rgba(51, 102, 255, 1) 50% 100%);
  width: 100%;
  height: 100%;
  z-index: 6;
}
.graphicTop-bg {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 1) 0 50%, rgba(255, 0, 187, 1) 50% 100%);
  width: 100%;
  height: 100%;
  z-index: 6;
}
.otherTop-bg {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 1) 0 50%, rgba(255, 119, 0, 1) 50% 100%);
  width: 100%;
  height: 100%;
  z-index: 6;
}
.aboutTop-bg {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 1) 0 50%, rgba(0, 204, 51, 1) 50% 100%);
  width: 100%;
  height: 100%;
  z-index: 6;
}

/* CI Elements in Header
* --------------------------------------- */
header {
  position: fixed;
  width: 100%;
  height: 60px;
  padding-top: 24px;
  z-index: 70;
}
ul.ci {
  display: inline-block;
  height: 60px;
  padding-left: 40px;
  cursor: pointer;
  float: left;
}
.symbolMark {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 60px;
  float: left;
}
.symbolMark img.official {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  transition: all .5s linear;
}
.symbolMark img.white {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
}
ul.ci.hover .symbolMark img.official {
  opacity: 1;
}
.logo {
  display: inline-block;
  /*width: 250px;*/
  height: 26.25px;
  padding: 16.875px 0 16.875px 13.5px;
  font-family: wf-myrd-b;
  font-size: 2.625em;
  line-height: 1;
  text-decoration: none;
  color: #ccc;
  float: left;
}

/* SNS Elements in Header
* --------------------------------------- */
header ul.sns {
  display: block;
  position: relative;
  width: 168px;
  height: 36px;
  padding: 12px 0;
  margin-right: 160px;
  float: right;
  z-index: /*1*/70;
}
ul.sns li {
  width: 36px;
  height: 36px;
  margin-right: 30px;
  float: right;
}
ul.sns li a {
  display: block;
  width: 36px;
  height: 36px;
  text-decoration: none;
}
ul.sns li:nth-child(1) {
  margin-right: 0;
}
.icon-facebook {
  font-family: icomoon;
  font-size: 3.6em;
  line-height: 1;
  color: #ccc;
  -webkit-transition: color .5s linear;
  -moz-transition: color .5s linear;
  transition: color .5s linear;
  cursor: pointer;
}
.icon-facebook.hover {
  color: #1877f2;
}
.icon-twitter {
  font-family: icomoon;
  font-size: 3.6em;
  line-height: 1;
  color: #ccc;
  -webkit-transition: color .5s linear;
  -moz-transition: color .5s linear;
  transition: color .5s linear;
  cursor: pointer;
}
.icon-twitter.hover {
  color: #1da1f2;
}
.icon-line {
  font-family: icomoon;
  font-size: 3.6em;
  line-height: 1;
  color: #ccc;
  -webkit-transition: color .5s linear;
  -moz-transition: color .5s linear;
  transition: color .5s linear;
  cursor: pointer;
}
.icon-line.hover {
  color: #00b900;
}

/* SNS Elements in Footer
* --------------------------------------- */
footer ul.sns {
  display: none;
}

/* Icon Guide
* --------------------------------------- */
ul.iconGuide {
  position: absolute;
  top: /*180px*/150px;
  left: 40px;
  width: 120px;
  z-index: 70;
}
ul.iconGuide li {
  width: 120px;
  height: 22.5px;
  margin-bottom: 7.5px;
  font-family: wf-nsns-r, 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ccc;
  line-height: 1;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
ul.iconGuide li span.icon {
  font-family: icomoon;
  font-size: 22.5px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.iconGuide .letterSpace {
  letter-spacing: 8px;
}

/* Overwriting Styles for Control Arrows for Slides
* --------------------------------------- */
.controlArrow.prev {
  left: 40px;
}
.controlArrow.next {
  right: 40px;
}

/* Move Section Down
* --------------------------------------- */
.nextCategory {
  position: fixed;
  width: 80px;
  height: 80px;
  z-index: 70;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  font-family: icomoon;
  font-size: 8em;
  line-height: 1;
  color: #ccc;
  -webkit-transition: color .5s linear;
  -moz-transition: color .5s linear;
  transition: color .5s linear;
  cursor: pointer;
}
.nextCategory.hover {
  color: #666;
}

/* Menu Trigger
* --------------------------------------- */
.menuTrigger {
  position: fixed;
  top: 24px;
  right: 40px;
  z-index: 100;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.menuTrigger span {
  position: absolute;
  left: 2px;
  width: 100%;
  height: 6px;
  background-color: #ccc;
  border-radius: 1.5px;
  top: 82px;
}
.menuTrigger.hover span {
  background-color: #666;
}
.menuTrigger, .menuTrigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.menuTrigger span:nth-of-type(1) {
  top: 12px;
}
.menuTrigger span:nth-of-type(2) {
  top: 27px;
}
.menuTrigger span:nth-of-type(3) {
  top: 42px/*bottom: 12px*/;
}

/* Menu Trigger Active
* --------------------------------------- */
.menuTrigger.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.menuTrigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(/*20px*/15px) rotate(-45deg);
  transform: translateY(/*20px*/15px) rotate(-45deg);
}
.menuTrigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.menuTrigger.active span:nth-of-type(3) {
  opacity: 0;
}

/* Menu
* --------------------------------------- */
.menu {
  background: rgba(0,0,0,.8);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 90;
}
.menuWrap {
  display: inline-block;
  width: 380px;
  margin: 0;
  position: absolute;
  top: /*50%*/48%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,.2);
  padding: 20px;
  border-radius: 12px;
}
.menuWrap ul li.menuItem {
  padding: 14px 0 14px 10px;
  border-top: 1px solid #555;
}
.menuWrap ul li.menuItem a {
  display: block;
  font-size: 2em;
  line-height: 2em;
  font-family: wf-opns-sb;
  text-decoration: none;
  text-align: left;
  color: #ccc;
  -webkit-transition: color .5s linear;
  -moz-transition: color .5s linear;
  transition: color .5s linear;
  cursor: pointer;
}
.menuWrap ul li.menuItem a .icon {
  font-family: icomoon;
  display: inline-block;
  vertical-align: -1.8px;
}
.menuWrap ul li.menuItem ul.categoryIndex li {
  padding: 10px 0 10px 40px;
}
.menuWrap ul li.menuItem ul.categoryIndex li:last-child {
  padding: 10px 0 14px 40px;
}
.menuWrap ul li.menuItem ul.categoryIndex li a {
  display: block;
  font-size: 1.6em;
  line-height: 1.6em;
  font-family: wf-opns-sb;
  text-decoration: none;
  text-align: left;
  color: #ccc;
  -webkit-transition: color .3s linear;
  -moz-transition: color .3s linear;
  transition: color .3s linear;
  cursor: pointer;
}
.menuWrap ul li.menuItem ul.categoryIndex li a .icon {
  font-family: icomoon;
  display: inline-block;
  vertical-align: -1.26px;
}
.menuWrap ul li.menuItem a.hover,
.menuWrap ul li.menuItem ul.categoryIndex li a.hover {
  color: #666;
}

.copyright {
  display: inline-block;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 380px;
  padding-top: 20px;
  margin: 0 auto;
  font-family: wf-nsns-r, 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  color: #999;
}

/* If Device is Landscape Mode
* --------------------------------------- */

/* Alert
* --------------------------------------- */
.alert {
  display: none;
}

/* Index of WEB, GRAPHIC ＆ OTHER
* --------------------------------------- */
.webIndex,
.graphicIndex,
.otherIndex {
  position: absolute;
  display: block;
  width: 540px;
  height: 916px;
  top: /*180px*/150px;
  left: 50%;
  transform: translateX(-50%);
}
.acc {
  margin-bottom: 40px;
}
.webIndex .acc .acc-lid {
  box-sizing: border-box;
  width: 540px;
  height: 100px;
  padding-top: /*26px*/25.5px;
  font-family: wf-opns-sb;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  color: #444;
  border-bottom: 1px solid #ccc;
  background-image: url("../imgs/web/svg/webIndex-lid-border.svg");
  background-position: 0 0;
  background-size: 100%;
  z-index: /*+1*/50;
}
.graphicIndex .acc .acc-lid {
  box-sizing: border-box;
  width: 540px;
  height: 100px;
  padding-top: /*26px*/25.5px;
  font-family: wf-opns-sb;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  color: #444;
  border-bottom: 1px solid #ccc;
  background-image: url("../imgs/graphic/svg/graphicIndex-lid-border.svg");
  background-position: 0 0;
  background-size: 100%;
  z-index: /*+1*/50;
}
.otherIndex .acc .acc-lid {
  box-sizing: border-box;
  width: 540px;
  height: 100px;
  padding-top: /*26px*/25.5px;
  font-family: wf-opns-sb;
  font-size: 48px;
  line-height: 1;
  text-align: center;
  color: #444;
  border-bottom: 1px solid #ccc;
  background-image: url("../imgs/other/svg/otherIndex-lid-border.svg");
  background-position: 0 0;
  background-size: 100%;
  z-index: /*+1*/50;
}
.acc .acc-bottom {
  box-sizing: border-box;
  width: 540px;
  height: 100px;
  background-image: url("../imgs/web/svg/index-bottom-border.svg");
  background-position: 0 0;
  background-size: 100%;
  position: relative;
  cursor: pointer;
  z-index: /*+1*/50;
}
.acc .acc-bottom p.acc-btn {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
}
.acc .acc-bottom p.acc-btn .icon {
  font-family: icomoon;
  font-size: 40px;
  line-height: 1;
  color: #666;
  -webkit-transition: color .5s linear;
  -moz-transition: color .5s linear;
  transition: color .5s linear;
}
.acc .acc-bottom.hover p.acc-btn .icon {
  color: #444;
}
.webIndex .acc .acc-bottom.hover p.acc-btn .icon {
  color: #3366ff;
}
.graphicIndex .acc .acc-bottom.hover p.acc-btn .icon {
  color: #ff00bb;
}
.otherIndex .acc .acc-bottom.hover p.acc-btn .icon {
  color: #ff7700;
}
.acc .acc-bottom.open.rotate180 p.acc-btn { /*rotate*/
  -webkit-transform: rotate(540deg);
  transform: rotate(540deg);
}
.acc ul.acc-inner {
  display: none;
  width: 540px;
  text-align: left;
}
.acc.stay ul.acc-inner {
  display: block;
  width: 540px;
  text-align: left;
}
.acc ul.acc-inner li {
  box-sizing: border-box;
  width: 540px;
  height: 76px;
  border-bottom: 1px solid #ccc;
  padding: /*23px*/22.5px 0;
}
.acc ul.acc-inner li.over600 {
  display: block;
}
.acc ul.acc-inner li.less600 {
  display: none;
}
.acc ul.acc-inner li a {
  display: block;
  font-family: wf-nsns-m, 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  text-align: left;
  color: #555;
  cursor: pointer;
}
.acc ul.acc-inner li a .sub {
  font-size: 12.8px;
}
.acc ul.acc-inner li a .sub.tight {
  letter-spacing: nomal;
}
.webIndex .acc ul.acc-inner li a .icon,
.graphicIndex .acc ul.acc-inner li a .icon,
.otherIndex .acc ul.acc-inner li a .icon {
  font-family: icomoon;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  color: #666;
  -webkit-transition: color .5s linear;
  -moz-transition: color .5s linear;
  transition: color .5s linear;
}
.webIndex .acc ul.acc-inner li.hover a .icon {
  color: #3366ff;
}
.graphicIndex .acc ul.acc-inner li.hover a .icon {
  color: #ff00bb;
}
.otherIndex .acc ul.acc-inner li.hover a .icon {
  color: #ff7700;
}
.acc ul.acc-inner li .letterSpace {
  letter-spacing: 16px;
}

/* Work of WEB, GRAPHIC ＆ OTHER
* --------------------------------------- */
.work {
  position: absolute;
  display: block;
  width: 540px;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
}
.viewer {
  width: 540px;
  height: 763px;
  background-image: url("../imgs/common/vegas-bg.jpg");
  background-size: cover;
}
.viewer.whiteBg {
  background-color: #fff;
}

.categoryTitle {
  box-sizing: border-box;
  width: 540px;
  height: 70px;
  border-top: 3px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 26px;
  font-family: wf-opns-sb;
  font-size: 36px;
  line-height: 66px;
  text-align: center;
  color: #444;
}
.categoryTitle .sub-2 {
  font-size: 18px;
}
.work-description {
  display: flex;
  width: 540px;
  text-align: left;
  border: 0px solid rgba(255, 255, 255, 0);
  background: rgba(255, 255, 255, 0);
  transform: scale(1.0);
  -webkit-transition: transform .5s ease-in-out, border .5s ease-in-out, background .5s ease-in-out;
  -moz-transition: transform .5s ease-in-out, border .5s ease-in-out, background .5s ease-in-out;
  transition: transform .5s ease-in-out, border .5s ease-in-out, background .5s ease-in-out;
  cursor: pointer;
}
.work-description.hover {
  position: absolute;
  box-sizing: content-box;
  border: 24px solid rgba(255, 255, 255, 0);
  border-radius: 12px;
  background: rgba(255, 255, 255, .7);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  transform: scale(1.3);
  transform-origin: 375px 50%/*calc(50% + 48px)*/;
  z-index: 200;
}
.work-description .details {
  display: inline-block;
  width: /*403px*/411px;
  padding-top: 3px;
  font-family: wf-nsns-m, 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #555;
  line-height: /*2*/1;
}
.work-description .details .sub-3 {
  font-size: 12px;
}
.work-description .details .sub-4 {
  display: inline-block;
  font-size: 12px;
  padding-bottom: /*6px*/7.5px;
  line-height: 1;
}
.work-description .details .sub-5 {
  display: inline-block;
  font-size: 12px;
  padding-top: 6px;
  line-height: 1;
}
.work-description .details p {
  padding-top: 15px;
  font-family: wf-nsns-r, 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
}
.work-description .details p .sub-6 {
  font-size: 9.6px;
  line-height: 1.5;
}
.work-description .application {
  display: inline-block;
  width: /*137px*/129px;
  font-family: wf-nsns-r, 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #bbb;
  line-height: /*20px*/1.75;
  text-align: left;
}

/* Play Button of Work
* --------------------------------------- */
.playButton {
  display: flex;
  width: 540px;
  height: 80px;
  align-items: center;
  justify-content: center;
}
.playButton a {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-decoration: none;
}
.playButton a .icon.icon-play {
  display: block;
  font-family: icomoon;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  color: #666;
  -webkit-transition: color.5s linear;
  -moz-transition: color.5s linear;
  transition: color.5s linear; 
}
.playButton a .icon.icon-pause {
  display: none;
  font-family: icomoon;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  color: #666;
  -webkit-transition: color.5s linear;
  -moz-transition: color.5s linear;
  transition: color.5s linear; 
}
.playButton.ww a.hover .icon.icon-play,
.playButton.ww a.hover .icon.icon-pause {
  color: #3366ff;
}
.playButton.gw a.hover .icon.icon-play,
.playButton.gw a.hover .icon.icon-pause {
  color: #ff00bb;
}
.playButton.ow a.hover .icon.icon-play,
.playButton.ow a.hover .icon.icon-pause {
  color: #ff7700;
}
.playButton a.stop .icon.icon-play {
  display: none;
}
.playButton a.stop .icon.icon-pause {
  display: block;
}

/* Position of Work
* --------------------------------------- */
ul.position {
  position: absolute;
  width: 60px;
  height: 51px;
  top: 150px;
  right: 40px;
  text-align: center;
}
ul.position li:first-child {
  width: 60px;
  height: 25px;
  font-family: wf-opns-sb;
  font-size: 18px;
  line-height: 1;
  color: #666;
}
ul.position li:last-child {
  width: 60px;
  height: 18px;
  padding-top: 7px;
  font-family: wf-opns-sb;
  font-size: 18px;
  line-height: 1;
  color: #666;
  border-top: 1px solid #bbb;
}

/* Index of About
* --------------------------------------- */
.aboutIndex {
  position: absolute;
  display: block;
  width: 432px;
  top: /*180px*/150px;
  left: 50%;
  transform: translateX(-50%);
}
.aboutIndex .rules-icon {
  width: 432px;
  height: 90px;
  }
.aboutIndex .rules-icon img.rules {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.aboutIndex .rules-title {
  width: 432px;
  height: 80px;
  margin-bottom: 24px;
  font-family: wf-opns-sb;
  font-size: 36px;
  line-height: 80px;
  text-align: center;
  color: #444;
  background-image: url("../imgs/about/svg/aboutIndex-lid-border.svg");
  background-position: 0 0;
  background-size: 100%;
}
.aboutIndex .gds-icon {
  width: 432px;
  height: 90px;
}
.aboutIndex .gds-icon img.card {
  position: absolute;
  width: 75px;
  height: 60px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.aboutIndex .gds-title {
  width: 432px;
  height: 80px;
  margin-bottom: 24px;
  font-family: wf-opns-sb;
  font-size: 36px;
  line-height: 80px;
  text-align: center;
  color: #444;
  background-image: url("../imgs/about/svg/aboutIndex-lid-border.svg");
  background-position: 0 0;
  background-size: 100%;
}
.aboutIndex .location-icon {
  width: 432px;
  height: 90px;
}
.aboutIndex .location-icon img.map {
  position: absolute;
  width: 75px;
  height: 60px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.aboutIndex .location-title {
  width: 432px;
  height: 80px;
  margin-bottom: 24px;
  font-family: wf-opns-sb;
  font-size: 36px;
  line-height: 80px;
  text-align: center;
  color: #444;
  background-image: url("../imgs/about/svg/aboutIndex-lid-border.svg");
  background-position: 0 0;
  background-size: 100%;
}
.aboutIndex .contact-icon {
  width: 432px;
  height: 90px;
}
.aboutIndex .contact-icon img.user {
  position: absolute;
  width: 75px;
  height: 60px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.aboutIndex .contact-title {
  width: 432px;
  height: 80px;
  margin-bottom: 24px;
  font-family: wf-opns-sb;
  font-size: 36px;
  line-height: 80px;
  text-align: center;
  color: #444;
  background-image: url("../imgs/about/svg/aboutIndex-lid-border.svg");
  background-position: 0 0;
  background-size: 100%;
}
.aboutIndex .acc .acc-lid {
  box-sizing: border-box;
  position: relative;
  width: 432px;
  height: 76px;
  padding-top: 25px;
  font-family: wf-opns-sb;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #555;
  border-top: 1px solid rgba(204, 204, 204, 1);
  cursor: pointer;
  z-index: /*+1*/50;
}
.aboutIndex .acc .acc-lid p.acc-btn {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  padding: 0;
  margin-top: -12px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
}
.aboutIndex .acc .acc-lid p.acc-btn .icon {
  font-family: icomoon;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #ccc;
  -webkit-transition: color .5s linear;
  -moz-transition: color .5s linear;
  transition: color .5s linear;
}
.aboutIndex .acc .acc-lid.open p.acc-btn {
  -webkit-transform: rotate(-540deg);
  transform: rotate(-540deg);
}
.aboutIndex .acc .acc-lid.hover p.acc-btn .icon {
  color: #666;
}
.aboutIndex .acc {
  display: inline-block;
  width: 432px;
  margin: 0;
  padding: 0;
}
.aboutIndex .acc.tm,
.aboutIndex .acc.iam,
.aboutIndex .acc.googlemap, 
.aboutIndex .acc.mail {
  border-bottom: 1px solid rgba(204, 204, 204, 1);
}
.aboutIndex .acc .acc-inner {
  display: none;
  width: 432px;
  padding: 24px 0 36px;
  border-top: 1px dashed rgba(204, 204, 204, 1);
}

/* Index of About, Data, Colors, Fonts, TM
* --------------------------------------- */
.aboutIndex .acc .acc-inner.color-palette {
  width: 432px;
  padding: 24px 0 24px;
}
.aboutIndex .acc .acc-inner.color-palette ul {
  display: flex;
  flex-wrap: wrap;
  width: 432px;
}
.aboutIndex .acc .acc-inner.color-palette ul li {
  box-sizing: border-box;
  width: 216px;
  height: 46px;
  padding-top: 1.67px;
  padding-left: 58px;
  margin-bottom: 12px;
  font-family: wf-nsns-r, 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: /*1.3*/15.33px;
  color: /*#555*/#666;
  text-align: left;
  background-size: 46px 46px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.aboutIndex .acc .acc-inner.color-palette ul li.color-01 {
  background-image: url("../imgs/about/svg/scrubber-3366ff.svg");
}
.aboutIndex .acc .acc-inner.color-palette ul li.color-02 {
  background-image: url("../imgs/about/svg/scrubber-1877f2.svg");
}
.aboutIndex .acc .acc-inner.color-palette ul li.color-03 {
  background-image: url("../imgs/about/svg/scrubber-ff00bb.svg");
}
.aboutIndex .acc .acc-inner.color-palette ul li.color-04 {
  background-image: url("../imgs/about/svg/scrubber-1da1f2.svg");
}
.aboutIndex .acc .acc-inner.color-palette ul li.color-05 {
  background-image: url("../imgs/about/svg/scrubber-ff7700.svg");
}
.aboutIndex .acc .acc-inner.color-palette ul li.color-06 {
  background-image: url("../imgs/about/svg/scrubber-00b900.svg");
}
.aboutIndex .acc .acc-inner.color-palette ul li.color-07 {
  background-image: url("../imgs/about/svg/scrubber-00cc33.svg");
}
.aboutIndex .acc .acc-inner.color-palette ul li.color-08 {
}
.aboutIndex .acc .acc-inner.color-palette ul li.color-09 {
  background-image: url("../imgs/about/svg/scrubber-444444.svg");
}
.aboutIndex .acc .acc-inner.color-palette ul li.color-10 {
  background-image: url("../imgs/about/svg/scrubber-666666.svg");
}
.aboutIndex .acc .acc-inner.color-palette ul li.color-11 {
  background-image: url("../imgs/about/svg/scrubber-555555.svg");
}
.aboutIndex .acc .acc-inner.color-palette ul li.color-12 {
  background-image: url("../imgs/about/svg/scrubber-999999.svg");
}
.aboutIndex .acc .acc-inner.color-palette ul li.color-13 {
  background-image: url("../imgs/about/svg/scrubber-bbbbbb.svg");
}
.aboutIndex .acc .acc-inner.color-palette ul li.color-14 {
  background-image: url("../imgs/about/svg/scrubber-cccccc.svg");
}
.aboutIndex .acc .acc-inner.color-palette ul li.color-15 {
  background-image: url("../imgs/about/svg/scrubber-e9e9e9.svg");
}
.aboutIndex .acc .acc-inner.color-palette ul li.color-16 {
  background-image: url("../imgs/about/svg/scrubber-ffffff.svg");
}
.mDot:before {
  content: "\025cf";
  color: #ccc;
}
.aboutIndex .acc .acc-inner.fontSet {
  display: none;
  width: 432px;
  border-top: 1px dashed rgba(204, 204, 204, 1);
}
.aboutIndex .acc .acc-inner.fontSet .nsns-m {
  width: 432px;
  padding-bottom: 20px;
  font-family: wf-nsns-m, 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #666;
}
.aboutIndex .acc .acc-inner.fontSet .nsns-r {
  width: 432px;
  padding-bottom: 20px;
  font-family: wf-nsns-r, 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #666;
}

.aboutIndex .acc .acc-inner.fontSet .nsns-m .line-1,
.aboutIndex .acc .acc-inner.fontSet .nsns-r .line-1 {
  width: 432px;
  padding-bottom: 10px;
  font-size: 22.7px;
  line-height: 1;
  text-align: justify;
}
.aboutIndex .acc .acc-inner.fontSet .nsns-m .line-2,
.aboutIndex .acc .acc-inner.fontSet .nsns-r .line-2 {
  width: 432px;
  padding-bottom: 12px;
  font-size: 22.7px;
  line-height: 1;
  text-align: justify;
}
.aboutIndex .acc .acc-inner.fontSet .nsns-m .line-3,
.aboutIndex .acc .acc-inner.fontSet .nsns-r .line-3 {
  width: 432px;
  padding-bottom: /*10px*/8px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
  letter-spacing: .8px;
}
.aboutIndex .acc .acc-inner.fontSet .nsns-m .line-4,
.aboutIndex .acc .acc-inner.fontSet .nsns-r .line-4 {
  width: 432px;
  padding-bottom: /*12px*/10px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
  letter-spacing: .8px;
}
.aboutIndex .acc .acc-inner.fontSet .nsns-m .line-5,
.aboutIndex .acc .acc-inner.fontSet .nsns-r .line-5 {
  width: 432px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
  letter-spacing: .8px;
}

.aboutIndex .acc .acc-inner.fontSet .opns-sb {
  width: 432px;
  padding-bottom: 20px;
  font-family: wf-opns-sb, sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: #666;
}
.aboutIndex .acc .acc-inner.fontSet .opns-sb .line-6 {
  width: 432px;
  padding-bottom: /*6px*/8px;
  text-align: left;
  letter-spacing: .8px;
}
.aboutIndex .acc .acc-inner.fontSet .opns-sb .line-7 {
  width: 432px;
  padding-bottom: /*8px*/10px;
  text-align: left;
  letter-spacing: .8px;
}
.aboutIndex .acc .acc-inner.fontSet .opns-sb .line-8 {
  width: 432px;
  text-align: left;
  letter-spacing: .8px;
}

.aboutIndex .acc .acc-inner.fontSet .nsns-m .line-5 p.fontName,
.aboutIndex .acc .acc-inner.fontSet .nsns-r .line-5 p.fontName {
  padding-top: 12px;
  font-family: wf-nsns-r, 'Noto Sans JP', sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  text-align: right;
  color: #666;
  float: right;
  letter-spacing: normal;
}
.aboutIndex .acc .acc-inner.fontSet .opns-sb .line-8 p.fontName {
  padding-top: 12px;
  font-family: wf-nsns-r, 'Noto Sans JP', sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  text-align: right;
  color: #666;
  float: right;
  letter-spacing: normal;
}

.aboutIndex .acc .acc-inner.fontSet .otherFonts {
  font-family: wf-nsns-r, 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: #666;
  text-align: left;
  }
.aboutIndex .acc .acc-inner.fontSet .otherFonts .line-9 {
  padding-bottom: 4px;
}
.aboutIndex .acc .acc-inner.fontSet .otherFonts .line-10 {
  font-size: 14px;
}

.aboutIndex .acc .acc-inner.tmRegister {
  width: 432px;
  font-size: 12px;
  line-height: 1.5;
}

/* Index of About, GDS, Location, Contact
* --------------------------------------- */
.aboutIndex .acc .acc-inner p {
  font-family: wf-nsns-r, 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: #555;
  text-align: justify;
}
.aboutIndex .acc .acc-inner p.nameCard-j {
  padding-bottom: 14px;
  text-align: left;
}
.aboutIndex .acc .acc-inner p.nameCard-e {
  text-align: left;
}
.aboutIndex .acc .acc-inner p.officeAddress {
  padding-bottom: 14px;
  text-align: left;
}
.aboutIndex .acc .acc-inner p.mailAddress {
  font-family: wf-nsns-m, 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}
.aboutIndex .acc .acc-inner p.mailAddress a {
  color: #555;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color .5s linear;
  -moz-transition: color .5s linear;
  transition: color .5s linear;
}
.aboutIndex .acc .acc-inner p.mailAddress.hover a {
  color: #3366ff;
}

.aboutIndex .acc .acc-inner .location-gallery {
  display: flex;
  flex-wrap: wrap;
  width: 432px;
  height: 324px;
}
.aboutIndex .acc .acc-inner .location-gallery li {
  position: relative;
  width: 108px;
  height: 108px;
}
.aboutIndex .acc .acc-inner .location-gallery li img.colorImage {
  position: absolute;
  width: 108px;
  height: 108px;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  transition: all .5s linear;
}
.aboutIndex .acc .acc-inner .location-gallery li img.bwImage {
  position: absolute;
  width: 108px;
  height: 108px;
  top: 0;
  left: 0;
}
.aboutIndex .acc .acc-inner .location-gallery li.hover img.colorImage {
  opacity: 1;
}
.aboutIndex .acc .acc-inner #map {
  box-sizing: border-box;
  width: 432px;
  height: 324px;
  border: 1px solid rgba(204, 204, 204, .5);
}

.aboutIndex .acc .acc-inner.expText {
  border-left: 0px solid rgba(255, 255, 255, 0);
  border-right: 0px solid rgba(255, 255, 255, 0);
  border-top: 1px dashed rgba(204, 204, 204, 1);
  background: rgba(255, 255, 255, 0);
  transform: scale(1.0);
  /*transform-origin: 50% 50%;*/
  -webkit-transition: transform .5s ease-in-out, border .5s ease-in-out, background .5s ease-in-out;
  -moz-transition: transform .5s ease-in-out, border .5s ease-in-out, background .5s ease-in-out;
  transition: transform .5s ease-in-out, border .5s ease-in-out, background .5s ease-in-out;
  cursor: pointer;
}
.aboutIndex .acc .acc-inner.expText.hover {
  position: absolute;
  box-sizing: content-box;
  border-left: 18px solid rgba(255, 255, 255, 0);
  border-right: 18px solid rgba(255, 255, 255, 0);
  border-radius: 9px;
  border-top: 0px dashed rgba(204, 204, 204, 0);
  /*border-bottom: none;*/
  background: rgba(255, 255, 255, .7);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  transform: scale(1.5);
  transform-origin: calc(50% + 36px) 50%;
  z-index: 200;
}

@media only screen and (max-width: 1024px), 
  only screen and (max-height: 1352px), 
  only screen and (max-width: 1024px) and (max-height: 1352px) {
	
/* Fonts Import
* --------------------------------------- */

/* Html, Body, Container, Parent
* --------------------------------------- */
.parent h1 {
	padding-bottom: .0525em;
  font-size: 7em;
}
.parent h1.indexHead,
.parent h1.viewerHead {
	padding-bottom: .07em;
  font-size: 5.6em;
}
.parent h1.indexHead .sub-1,
.parent h1.viewerHead .sub-1 {
  font-size: 1.4rem;
	vertical-align: 1.505rem;
}
.topPage .parent h1 {
  font-size: 5.6em;
}

/* Background Image in Top Page
* --------------------------------------- */

/* Background Image in Each Section
* --------------------------------------- */

/* CI Elements in Header
* --------------------------------------- */

/* SNS Elements in Header
* --------------------------------------- */

/* SNS Elements in Footer
* --------------------------------------- */

/* Icon Guide
* --------------------------------------- */
ul.iconGuide {
  position: absolute;
  top: 135px;
  left: 40px;
  width: /*96px*/100px;
  z-index: 70;
}
ul.iconGuide li {
  width: /*96px*/100px;
  height: 18px;
  margin-bottom: 6px;
  font-family: wf-nsns-r, 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 9.6px;
  color: #ccc;
  line-height: 1;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
ul.iconGuide li span.icon {
  font-family: icomoon;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.letterSpace {
  letter-spacing: 6.4px;
}

/* Overwriting Styles for Control Arrows for Slides
* --------------------------------------- */

/* Move Section Down
* --------------------------------------- */

/* Menu Trigger
* --------------------------------------- */

/* Menu Trigger Active
* --------------------------------------- */

/* Menu
* --------------------------------------- */

/* If Device is Landscape Mode
* --------------------------------------- */

/* Alert
* --------------------------------------- */

/* Index of WEB, GRAPHIC ＆ OTHER
* --------------------------------------- */
.webIndex,
.graphicIndex,
.otherIndex {
  width: 405px;
  height: 687px;
  top: 135px;
}
.acc {
  margin-bottom: 30px;
}
.webIndex .acc .acc-lid {
  width: 405px;
  height: 75px;
  padding-top: /*19.5px*/19px;
  font-size: 36px;
  background-image: url("../imgs/web/svg/webIndex-lid-border768.svg");
}
.graphicIndex .acc .acc-lid {
  width: 405px;
  height: 75px;
  padding-top: /*19.5px*/19px;
  font-size: 36px;
  background-image: url("../imgs/graphic/svg/graphicIndex-lid-border768.svg");
}
.otherIndex .acc .acc-lid {
  width: 405px;
  height: 75px;
  padding-top: /*19.5px*/19px;
  font-size: 36px;
  background-image: url("../imgs/other/svg/otherIndex-lid-border768.svg");
}
.acc .acc-bottom {
  width: 405px;
  height: 75px;
  background-image: url("../imgs/web/svg/index-bottom-border768.svg");
}
.acc .acc-bottom p.acc-btn {
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
}
.acc .acc-bottom p.acc-btn .icon {
  font-size: 32px;
}
.acc ul.acc-inner {
  width: 405px;
}
.acc.stay ul.accInner{
  width: 405px;
}
.acc ul.acc-inner li {
  width: 405px;
  height: 57px;
  padding: /*16.5px*/16px 0;
}
.acc ul.acc-inner li a {
  font-size: 12px;
  line-height: 24px;
}
.acc ul.acc-inner li a .sub {
  font-size: 9.6px;
}
.webIndex .acc ul.acc-inner li a .icon,
.graphicIndex .acc ul.acc-inner li a .icon,
.otherIndex .acc ul.acc-inner li a .icon {
  font-size: 24px;
  vertical-align: middle;
}
.acc ul.acc-inner li .letterSpace {
  letter-spacing: 12.8px;
}

/* Work of WEB, GRAPHIC ＆ OTHER
* --------------------------------------- */
.work {
  width: 405px;
  padding-bottom: 60px;
  top: 135px;
}
.viewer {
  width: 405px;
  height: 572px;
}
.categoryTitle {
  width: 405px;
  height: 52.5px;
  margin-bottom: 19.5px;
  font-size: 27px;
  line-height: 48.5px;
}
.categoryTitle .sub-2 {
  font-size: 13.5px;
}
.work-description {
  width: 405px;
}
.work-description.hover {
  border: 18px solid rgba(255, 255, 255, 0);
  border-radius: 9px;
  transform-origin: 281.25px 50%/*calc(50% + 36px)*/;
}
.work-description .details {
  width: /*299px*/307px;
  padding-top: 2.25;
  font-size: 12px;
}
.work-description .details .sub-3 {
  font-size: 9.6px;
}
.work-description .details .sub-4 {
  font-size: 9.6px;
  padding-bottom: /*4.8px*/6px;
}
.work-description .details .sub-5 {
  font-size: 9.6px;
  padding-top: 4.8px;
}
.work-description .details p {
  padding-top: 12px;
  font-size: 9.6px;
}
.work-description .details p .sub-6 {
  font-size: 7.68px;
}
.work-description .application {
  width: /*106px*/98px;
  font-size: 7.5px;
}

/* Play Button of Work
* --------------------------------------- */
.playButton {
  display: flex;
  width: 405px;
  height: 60px;
}
.playButton a {
  width: 27px;
  height: 27px;
}
.playButton a .icon.icon-play {
  font-size: 27px;
}
.playButton a .icon.icon-pause {
  font-size: 27px; 
}

/* Position of Work
* --------------------------------------- */
ul.position {
  top: 135px;
  right: 40px;
}

/* Index of About
* --------------------------------------- */
.aboutIndex {
  width: 324px;
  top: 135px;
}
.aboutIndex .rules-icon,
.aboutIndex .gds-icon,
.aboutIndex .location-icon,
.aboutIndex .contact-icon {
  width: 324px;
  height: 67.5px;
}
.aboutIndex .rules-icon img.rules {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.aboutIndex .gds-icon img.card,
.aboutIndex .location-icon img.map,
.aboutIndex .contact-icon img.user {
  position: absolute;
  width: 56.25px;
  height: 45px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.aboutIndex .rules-title ,
.aboutIndex .gds-title,
.aboutIndex .location-title,
.aboutIndex .contact-title {
  width: 324px;
  height: 60px;
  margin-bottom: 18px;
  font-size: 27px;
  line-height: 60px;
  background-image: url("../imgs/about/svg/aboutIndex-lid-border768.svg");
}
.aboutIndex .acc {
  width: 324px;
}
.aboutIndex .acc .acc-inner {
  width: 324px;
  padding: 18px 0 27px;
}
.aboutIndex .acc .acc-lid {
  width: 324px;
  height: 57px;
  padding-top: 18.75px;
  font-size: 15px;
}
.aboutIndex .acc .acc-lid p.acc-btn {
  top: 50%;
  right: 0;
  width: 18px;
  height: 18px;
  margin-top: -9px;
}
.aboutIndex .acc .acc-lid p.acc-btn .icon {
  font-size: 18px;
}

/* Index of About, Data, Colors, Fonts, TM
* --------------------------------------- */
.aboutIndex .acc .acc-inner.color-palette {
  width: 324px;
  padding: 18px 0 18px;
}
.aboutIndex .acc .acc-inner.color-palette ul {
  display: flex;
  width: 324px;
}
.aboutIndex .acc .acc-inner.color-palette ul li {
  box-sizing: border-box;
  width: 162px;
  height: 40px;
  font-size: 9.6px;
  line-height: 13.33px;
  padding-top: 1.87px;
  padding-left: 49.6px;
  margin-bottom: 9.6px;
}
.aboutIndex .acc .acc-inner.color-palette ul li {
  background-size: 40px 40px;
}
.aboutIndex .acc .acc-inner.color-palette ul li:last-child {
  margin-bottom: 0;
}
.aboutIndex .acc .acc-inner.fontSet .nsns-m {
  width: 324px;
  padding-bottom: 15px;
}
.aboutIndex .acc .acc-inner.fontSet .nsns-r {
  width: 324px;
  padding-bottom: 15px;
}

.aboutIndex .acc .acc-inner.fontSet {
  width: 324px;
}
.aboutIndex .acc .acc-inner.fontSet .nsns-m .line-1,
.aboutIndex .acc .acc-inner.fontSet .nsns-r .line-1 {
  width: 324px;
  padding-bottom: 7.5px;
  font-size: 17.02px;
}
.aboutIndex .acc .acc-inner.fontSet .nsns-m .line-2,
.aboutIndex .acc .acc-inner.fontSet .nsns-r .line-2 {
  width: 324px;
  padding-bottom: 9px;
  font-size: 17.02px;
}
.aboutIndex .acc .acc-inner.fontSet .nsns-m .line-3,
.aboutIndex .acc .acc-inner.fontSet .nsns-r .line-3 {
  width: 324px;
  padding-bottom: /*7.5px*/6px;
  font-size: 18px;
  letter-spacing: .6px;
}
.aboutIndex .acc .acc-inner.fontSet .nsns-m .line-4,
.aboutIndex .acc .acc-inner.fontSet .nsns-r .line-4 {
  width: 324px;
  padding-bottom: /*9px*/7.5px;
  font-size: 18px;
  letter-spacing: .6px;
}
.aboutIndex .acc .acc-inner.fontSet .nsns-m .line-5,
.aboutIndex .acc .acc-inner.fontSet .nsns-r .line-5 {
  width: 324px;
  font-size: 18px;
  letter-spacing: .6px;
}

.aboutIndex .acc .acc-inner.fontSet .opns-sb {
  width: 324px;
  padding-bottom: 15px;
  font-size: 18px;
}
.aboutIndex .acc .acc-inner.fontSet .opns-sb .line-6 {
  width: 324px;
  padding-bottom: /*4.5px*/6px;
  letter-spacing: .6px;
}
.aboutIndex .acc .acc-inner.fontSet .opns-sb .line-7 {
  width: 324px;
  padding-bottom: /*6px*/7.5px;
  letter-spacing: .6px;
}
.aboutIndex .acc .acc-inner.fontSet .opns-sb .line-8 {
  width: 324px;
  letter-spacing: .6px;
}

.aboutIndex .acc .acc-inner.fontSet .nsns-m .line-5 p.fontName,
.aboutIndex .acc .acc-inner.fontSet .nsns-r .line-5 p.fontName {
  padding-top: 5.4px;
  font-size: 9.6px;
}
.aboutIndex .acc .acc-inner.fontSet .opns-sb .line-8 p.fontName {
  padding-top: 7.4px;
  font-size: 9.6px;
}
  .aboutIndex .acc .acc-inner.fontSet .otherFonts {
  font-size: 9.6px;
  }
  .aboutIndex .acc .acc-inner.fontSet .otherFonts .line-9 {
  padding-bottom: 3px;
  }
  .aboutIndex .acc .acc-inner.fontSet .otherFonts .line-10 {
  font-size: 11.2px;
}

.aboutIndex .acc .acc-inner.tmRegister {
  width: 324px;
  font-size: 9.6px;
}
	
/* Index of About, GDS, Location, Contact
* --------------------------------------- */
.aboutIndex .acc .acc-inner {
  display: none;
  padding: 18px 0 27px;
}
.aboutIndex .acc .acc-inner p {
  font-size: 9.6px;
}
.aboutIndex .acc .acc-inner p.nameCard {
  padding-bottom: 10.5px;
}
.aboutIndex .acc .acc-inner p.officeAddress {
  font-size: 9.6px;
  padding-bottom: 10.5px;
}
.aboutIndex .acc .acc-inner p.mailAddress {
  font-size: 12px;
}

.aboutIndex .acc .acc-inner .location-gallery {
  width: 324px;
  height: 432px;
}
.aboutIndex .acc .acc-inner #map {
  width: 324px;
  height: 243px;
}

.aboutIndex .acc .acc-inner.expText.hover {
  border-left: 18px solid rgba(255, 255, 255, 0);
  border-right: 18px solid rgba(255, 255, 255, 0);
  border-radius: 9px;
  transform-origin: calc(50% + 36px) 50%;
}

}

@media only screen and (max-width: 768px), 
  only screen and (max-height: 1024px), 
  only screen and (max-width: 768px) and (max-height: 1024px) {

/* Fonts Import
* --------------------------------------- */

/* Html, Body, Container, Parent
* --------------------------------------- */

/* Background Image in Top Page
* --------------------------------------- */

/* Background Image in Each Section
* --------------------------------------- */

/* CI Elements in Header
* --------------------------------------- */

/* SNS Elements in Header
* --------------------------------------- */
header ul.sns {
  display: none;
}

/* SNS Elements in Footer
* --------------------------------------- */
footer ul.sns {
  display: block;
  position: absolute;
  bottom: 86px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0;
  margin-right: 0;
  float: none;
  z-index: 6;
}

/* Icon Guide
* --------------------------------------- */
ul.iconGuide {
  position: absolute;
  top: 110px;
  left: 40px;
  width: /*96px*/100px;
  z-index: 70;
}
ul.iconGuide li {
  width: /*96px*/100px;
  height: 18px;
  margin-bottom: 6px;
  font-family: wf-nsns-r, 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 9.6px;
  color: #ccc;
  line-height: 1;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
ul.iconGuide li span.icon {
  font-family: icomoon;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.iconGuide .letterSpace {
  letter-spacing: 6.4px;
}

/* Overwriting Styles for Control Arrows for Slides
* --------------------------------------- */ 

/* Move Section Down
* --------------------------------------- */

/* Menu Trigger
* --------------------------------------- */

/* Menu Trigger Active
* --------------------------------------- */

/* Menu
* --------------------------------------- */
.menuWrap {
  top: 47.5%;
}

/* If Device is Landscape Mode
* --------------------------------------- */

/* Alert
* --------------------------------------- */

/* Index of WEB, GRAPHIC ＆ OTHER
* --------------------------------------- */
.webIndex,
.graphicIndex,
.otherIndex {
  width: 324px;
  top: 110px;
}
.webIndex .acc .acc-lid {
  width: 324px;
  background-image: url("../imgs/web/svg/webIndex-lid-border600.svg");
}
.graphicIndex .acc .acc-lid {
  width: 324px;
  background-image: url("../imgs/graphic/svg/graphicIndex-lid-border600.svg");
}
.otherIndex .acc .acc-lid {
  width: 324px;
  background-image: url("../imgs/other/svg/otherIndex-lid-border600.svg");
}
.acc .acc-bottom {
  width: 324px;
  background-image: url("../imgs/web/svg/index-bottom-border600.svg");
}
.acc ul.acc-inner {
  width: 324px;
}
.acc.stay ul.accInner{
  width: 324px;
}
.acc ul.acc-inner li {
  width: 324px;
}
.acc ul.acc-inner li a .sub.tight {
  letter-spacing: -.4px;
}
.acc ul.acc-inner li.over600 {
  display: none;
}
.acc ul.acc-inner li.less600 {
  display: block;
}

/* Work of WEB, GRAPHIC ＆ OTHER
* --------------------------------------- */
.work {
  width: 324px;
  top: 110px;
}
.viewer {
  width: 324px;
  height: 458px;
}
.categoryTitle {
  width: 324px;
}
.work-description {
  width: 324px;
}
.work-description.hover {
  transform-origin: 228.6px calc(50% + 36px);
}
.work-description .details {
  width: /*218px*/226px;
}
/*.work-description .details .letterSpase-02 {
  letter-spacing: -.4px;
}*/

/* Play Button of Work
* --------------------------------------- */
.playButton {
  width: 324px;
}

/* Position of Work
* --------------------------------------- */
ul.position {
  top: 110px;
  right: 40px;
}

/* Index of About
* --------------------------------------- */
.aboutIndex {
  width: 260px;
  top: 110px;
}
.aboutIndex .rules-icon,
.aboutIndex .gds-icon,
.aboutIndex .location-icon,
.aboutIndex .contact-icon {
  width: 260px;
}
.aboutIndex .rules-title,
.aboutIndex .gds-title,
.aboutIndex .location-title,
.aboutIndex .contact-title {
  width: 260px;
  background-image: url("../imgs/about/svg/aboutIndex-lid-border600.svg");
}
.aboutIndex .acc {
  width: 260px;
}
.aboutIndex .acc .acc-inner {
  width: 260px;
}
.aboutIndex .acc .acc-innerex .acc .acc-i {
  width: 260px;
}
.aboutIndex .acc .acc-lid {
  width: 260px;
}

/* Index of About, Data, Colors, Fonts, TM
* --------------------------------------- */
.aboutIndex .acc .acc-inner.color-palette {
  width: 260px;
}
.aboutIndex .acc .acc-inner.color-palette ul {
  width: 260px;
}
.aboutIndex .acc .acc-inner.color-palette ul li {
  width: 130px;
  height: 40px;
  padding-top: 0;
  padding-left: 29.6px;
}
.aboutIndex .acc .acc-inner.color-palette ul li {
  background-size: 20px 20px;
}

.aboutIndex .acc .acc-inner.fontSet {
  width: 260px;
}
.aboutIndex .acc .acc-inner.fontSet .nsns-m {
  width: 260px;
}
.aboutIndex .acc .acc-inner.fontSet .nsns-r {
  width: 260px;
}
	
.aboutIndex .acc .acc-inner.fontSet .nsns-m .line-1,
.aboutIndex .acc .acc-inner.fontSet .nsns-r .line-1 {
  width: 260px;
  font-size: 13.66px;
  /*text-align: justify;*/
  text-align: left;
  letter-spacing: -.4px;
}
.aboutIndex .acc .acc-inner.fontSet .nsns-m .line-2,
.aboutIndex .acc .acc-inner.fontSet .nsns-r .line-2 {
  width: 260px;
  font-size: 13.66px;
  text-align: left;
  letter-spacing: -.4px;
}
.aboutIndex .acc .acc-inner.fontSet .nsns-m .line-3,
.aboutIndex .acc .acc-inner.fontSet .nsns-r .line-3 {
  width: 260px;
  font-size: 14.44px;
  letter-spacing: .36px;
}
.aboutIndex .acc .acc-inner.fontSet .nsns-m .line-4,
.aboutIndex .acc .acc-inner.fontSet .nsns-r .line-4 {
  width: 260px;
  font-size: 14.44px;
  letter-spacing: .36px;
}
.aboutIndex .acc .acc-inner.fontSet .nsns-m .line-5,
.aboutIndex .acc .acc-inner.fontSet .nsns-r .line-5 {
  width: 260px;
  font-size: 14.44px;
  letter-spacing: .36px;
}

.aboutIndex .acc .acc-inner.fontSet .opns-sb {
  width: 260px;
  font-size: 14.44px;
}
.aboutIndex .acc .acc-inner.fontSet .opns-sb .line-6 {
  width: 260px;
  letter-spacing: .36px;
}
.aboutIndex .acc .acc-inner.fontSet .opns-sb .line-7 {
  width: 260px;
  letter-spacing: .36px;
}
.aboutIndex .acc .acc-inner.fontSet .opns-sb .line-8 {
  width: 260px;
  letter-spacing: .36px;
}

.aboutIndex .acc .acc-inner.fontSet .nsns-m .line-5 p.fontName,
.aboutIndex .acc .acc-inner.fontSet .nsns-r .line-5 p.fontName {
  padding-top: 5.44px;
  font-size: 7.2px;
}
.aboutIndex .acc .acc-inner.fontSet .opns-sb .line-8 p.fontName {
  padding-top: 5.44px;
  font-size: 7.2px;
}
	
.aboutIndex .acc .acc-inner.tmRegister {
  width: 260px;
}
	
.aboutIndex .acc .acc-inner.tmRegister .letterSpase-03 {
  letter-spacing: -.1px;
}

/* Index of About, GDS, Location, Contact
* --------------------------------------- */
.aboutIndex .acc .acc-inner .location-gallery {
  width: 260px;
  height: calc((260px / 3) * 4);
}
.aboutIndex .acc .acc-inner .location-gallery li {
  width: calc(260px / 3);
  height: calc(260px / 3);
}
.aboutIndex .acc .acc-inner .location-gallery li img.colorImage {
  width: calc(260px / 3);
  height: calc(260px / 3);
}
.aboutIndex .acc .acc-inner .location-gallery li img.bwImage {
  width: calc(260px / 3);
  height: calc(260px / 3);
}
.aboutIndex .acc .acc-inner #map {
  width: 260px;
  height: 243px;
}

}

@media only screen and (max-width: 600px), 
  only screen and (max-height: 960px), 
  only screen and (max-width: 600px) and (max-height: 960px) {

/* Fonts Import
* --------------------------------------- */

/* Html, Body, Container, Parent
* --------------------------------------- */

/* Background Image in Top Page
* --------------------------------------- */

/* Background Image in Each Section
* --------------------------------------- */

/* CI Elements in Header
* --------------------------------------- */
ul.ci {
  padding-left: 30px;
}

/* SNS Elements in Header
* --------------------------------------- */

/* SNS Elements in Footer
* --------------------------------------- */

/* Icon Guide
* --------------------------------------- */
ul.iconGuide {
  left: 30px;
}

/* Overwriting Styles for Control Arrows for Slides
* --------------------------------------- */

/* Move Section Down
* --------------------------------------- */

/* Menu Trigger
* --------------------------------------- */
.menuTrigger {
  right: 30px;
}

/* Menu Trigger Active
* --------------------------------------- */

/* Menu
* --------------------------------------- */

/* If Device is Landscape Mode
* --------------------------------------- */

/* Alert
* --------------------------------------- */

/* Index of WEB, GRAPHIC ＆ OTHER
* --------------------------------------- */

/* Work of WEB, GRAPHIC ＆ OTHER
* --------------------------------------- */

/* Play Button of Work
* --------------------------------------- */

/* Position of Work
* --------------------------------------- */
ul.position {
  right: 30px;
}

/* Index of About
* --------------------------------------- */

/* Index of About, Data, Colors, Fonts, TM
* --------------------------------------- */

/* Index of About, GDS, Location, Contact
* --------------------------------------- */

}

@media only screen and (orientation: landscape) and (max-device-width: 1024px), 
  only screen and (orientation: landscape) and (max-height: 1024px),
  only screen and (orientation: portrait) and (max-height: 959px) {

/* If Device is Landscape Mode
* --------------------------------------- */
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #444;
}
.container {
  display: none;
}
#fullpage {
  display: none;
}
#fp-nav {
  display: none;
}
	
/* Alert
* --------------------------------------- */
.alert {
  display: block;
  /*box-sizing: border-box;*/
  position: absolute;
  width: /*320px*/480px;
  height: 100px;
  top: 45%;
  left: 50%;
  padding: 28px 16px 32px 16px;
  margin-top: -50px;
  margin-left: /*-160px*/-240px;
  text-align: center;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 10px;
}
.alert h1 {
  /*height: 20px;*/
  /*padding: 28px 16px 32px 16px;*/
  font-family: wf-opns-sb;
  font-size: 20px;
  line-height: 20px;
  color: #e9e9e9;
}

.alert p {
  padding-top: 8px;
  font-family: wf-opns-sb;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: -.05px;
  color: #e9e9e9;
}
	
}

/* Blue Highlight
* --------------------------------------- */
*:focus {
  outline: none;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

/* Text Highlight
* --------------------------------------- */
::-moz-selection { /*for Firefox*/
  /*background-color*/
  background: rgba(255, 255, 255, 0);
  /*text-color*/
  color: #999;
}
::selection {
  /*background-color*/
  background: rgba(255, 255, 255, 0);
  /*text-color*/
  color: #999;
}

/* Clear Fix
* --------------------------------------- */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}