@charset "UTF-8";
.boxshadow {
  box-shadow: rgba(204, 204, 204, 0.65) 10px 10px 5px -10px;
  -webkit-box-shadow: rgba(204, 204, 204, 0.65) 10px 10px 5px -10px;
  -moz-box-shadow: rgba(204, 204, 204, 0.65) 10px 10px 5px -10px; }

.radius {
  border-radius: 10px; }

/* -------------------------------------------------------------------

	Base Style

-------------------------------------------------------------------- */
/*  Universal Reset
--------------------------------------- */
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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent; }

/*  HTML5 Display Definitions
--------------------------------------- */
section, nav, article, aside, hgroup, menu, summary,
header, footer, figure, figcaption, details {
  display: block; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/*  Base
--------------------------------------- */
html {
  min-height: 100%;
  overflow-y: scroll; }

body {
  width: 100%;
  min-height: 100%;
  line-height: 1.8;
  color: #4c4948;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 75%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact; }

/*  Links
--------------------------------------- */
a {
  color: #4c4948;
  text-decoration: underline; }
  a:link, a:visited {
    color: #4c4948;
    text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #15a9dd;
    text-decoration: none;
    outline: none; }

/*  Typography
--------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-size: 100%; }

em {
  font-style: normal;
  font-weight: bold; }

strong, b {
  font-style: normal; }

sub, sup {
  vertical-align: baseline;
  line-height: 0;
  font-size: 84%; }

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word; }

hr {
  display: none; }

/*  Embedded Content
--------------------------------------- */
img {
  border: 0;
  vertical-align: top-line; }

svg:not(:root) {
  overflow: hidden; }

/*  List Content
--------------------------------------- */
ul, ol {
  list-style: none; }

/*  Tables
--------------------------------------- */
table {
  border: 0 none;
  border-collapse: collapse;
  width: 100%; }

table th,
table td {
  border: 0 none;
  vertical-align: top;
  font-size: 1em;
  text-align: left;
  font-weight: normal; }

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

input[type="text"],
input[type="image"] {
  vertical-align: middle;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  border-radius: 0;
  webkit-border-radius: 0;
  -webkit-appearance: none; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]:focus {
  outline-offset: -2px; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

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

textarea {
  vertical-align: top;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 100%;
  resize: none; }

fieldset {
  border: 0 none; }

legend {
  display: none; }

label {
  cursor: pointer; }

select {
  line-height: normal;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* -------------------------------------------------------------------

  Structure

-------------------------------------------------------------------- */
/* -----------------------------------------------------
  Container
----------------------------------------------------- */
#container {
  position: relative;
  width: 100%;
  min-width: 960px;
  min-height: 100%;
  background: url("/UNDER/assets/img/index/bg_dot.png") repeat;
  overflow: hidden; }

/* -----------------------------------------------------
  Header
----------------------------------------------------- */
#header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9000; }
  #header .inner {
    position: relative;
    width: 1110px;
    height: 60px;
    padding-top: 0;
    margin: 0 auto;
    z-index: 10; }
    #header .inner #logo {
      position: absolute;
      top: 10px;
      left: 0;
      z-index: 10; }
    #header .inner .box-sns {
      position: absolute;
      top: 13px;
      right: 0;
      z-index: 10; }
      #header .inner .box-sns li {
        display: block;
        float: left;
        margin-left: 10px; }
        #header .inner .box-sns li .fb_iframe_widget > span {
          vertical-align: baseline !important; }
        #header .inner .box-sns li.snsTw {
          width: 98px; }
    #header .inner .txt-01 {
      position: absolute;
      top: 178px;
      left: 0;
      z-index: 10; }
      #header .inner .txt-01.vol2 {
        top: 77px; }
    #header .inner .topics {
      position: absolute;
      top: 470px;
      left: 0; }
      #header .inner .topics.vol2 {
        top: 435px; }
      #header .inner .topics ul li {
        display: inline-block; }
      #header .inner .topics .topic-vol2-01 {
        position: relative; }
        #header .inner .topics .topic-vol2-01 .topic-vol2-link-01 {
          position: absolute;
          bottom: 0;
          right: 63px; }

#mainvisual {
  position: relative;
  top: 0;
  width: 100%;
  height: 700px; }
  #mainvisual .logo-under {
    position: absolute;
    top: 150px;
    left: 50%;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10000; }
  #mainvisual .logo-bar {
    position: absolute;
    top: 195px;
    left: 50%;
    width: 2273px;
    height: 11px;
    -webkit-transform: rotate(-7.4deg) translateX(-50%);
        -ms-transform: rotate(-7.4deg) translateX(-50%);
            transform: rotate(-7.4deg) translateX(-50%);
    -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
    background: #fff;
    z-index: 110; }
  #mainvisual .mv-slide, #mainvisual .mv-girl {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    min-width: 960px;
    height: 100%; }
    #mainvisual .mv-slide--container, #mainvisual .mv-girl--container {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-transform-origin: bottom center;
          -ms-transform-origin: bottom center;
              transform-origin: bottom center;
      width: 100%;
      height: 700px;
      overflow: hidden; }
    #mainvisual .mv-slide .slide, #mainvisual .mv-girl .slide {
      position: relative;
      width: 100%;
      height: 700px; }
  #mainvisual .mv-slide {
    z-index: 0; }
    #mainvisual .mv-slide .slide.vol4 {
      background-image: url(/UNDER/assets/img/index/bg_slide_02.jpg);
      background-repeat: no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: top center; }
    #mainvisual .mv-slide .slide.vol3 {
      background-image: url(/UNDER/assets/img/index/bg_slide_01.jpg);
      background-repeat: no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: top center; }
    #mainvisual .mv-slide .slide.vol2 {
      background: url("/UNDER/assets/img/common/bg_dot_01.png") repeat, url("/UNDER/assets/img/COMITIA111/bg_top_01.png") repeat-x, #ff93d8; }
    #mainvisual .mv-slide .slide.vol1 {
      background: url("/UNDER/assets/img/common/bg_dot_01.png") repeat, url("/UNDER/assets/img/C86/bg_top_01.png") repeat-x, #27dee4; }
  #mainvisual .mv-girl {
    position: relative;
    z-index: 200; }
    #mainvisual .mv-girl .slide {
      position: relative;
      height: 788px;
      overflow-x: hidden; }
      #mainvisual .mv-girl .slide.vol1 .girl {
        width: 124.79167%;
        max-width: 1198px; }
      #mainvisual .mv-girl .slide.vol3 {
        height: 700px;
        overflow: hidden;
        z-index: 0; }
      #mainvisual .mv-girl .slide .girl {
        position: absolute;
        top: 0;
        left: 45.33333%;
        width: 100%;
        max-width: 820px; }
  #mainvisual .bg-app {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(/UNDER/assets/img/index/bg_app_01.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    background-position: right bottom;
    z-index: 100; }
  #mainvisual #app {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 500px;
    z-index: 2000; }
    #mainvisual #app .app-container {
      position: relative;
      width: 100%;
      height: 100%;
      max-width: 980px;
      margin: 0 auto; }
    #mainvisual #app .download {
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      margin: 0 auto;
      width: 420px;
      height: 209px;
      z-index: 2000; }
      #mainvisual #app .download .pop {
        position: absolute;
        top: 0;
        right: 0;
        margin-bottom: 10px; }
      #mainvisual #app .download .link-app-01 {
        position: absolute;
        right: 100px;
        bottom: 20px; }
        #mainvisual #app .download .link-app-01 li {
          width: 135px;
          margin: 0 5px; }
          #mainvisual #app .download .link-app-01 li:hover {
            opacity: 0.7;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
          #mainvisual #app .download .link-app-01 li img {
            width: 100%; }
      #mainvisual #app .download .qr {
        position: absolute;
        right: 0;
        bottom: 20px; }

/* -----------------------------------------------------
  Content
----------------------------------------------------- */
/* -----------------------------------------------------
  Footer
----------------------------------------------------- */
#footer {
  position: relative;
  background: #3e576d; }
  #footer:before {
    position: absolute;
    bottom: 100%;
    content: '';
    display: block;
    width: 100%;
    padding-top: 6.7%; }
  #footer .inner {
    max-width: 1110px;
    margin: 0 auto;
    padding: 60px 0 14px; }
    #footer .inner .list-link-01, #footer .inner .list-link-02 {
      width: 101.351351351%;
      margin: 0 auto 20px;
      text-align: center; }
      #footer .inner .list-link-01 li, #footer .inner .list-link-02 li {
        display: inline-block;
        margin: 0 14px 14px 0; }
  #footer .list-link-01 li {
    max-width: 32.432432432%; }
    #footer .list-link-01 li img {
      width: 100%; }
  #footer .list-link-01 a {
    display: block; }
    #footer .list-link-01 a:hover {
      opacity: 0.7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
  #footer .list-link-02 li:nth-child(1) {
    width: 25.585585586%;
    max-width: 284px; }
  #footer .list-link-02 li:nth-child(2) {
    width: 23.423423423%;
    max-width: 260px; }
  #footer .list-link-02 li img {
    width: 100%; }
  #footer .list-link-02 a {
    display: block;
    border-bottom: 2px solid #3e576d; }
    #footer .list-link-02 a img {
      vertical-align: bottom; }
    #footer .list-link-02 a:hover {
      border-bottom: 2px solid #fff; }

.mv-content {
  width: 100%;
  height: 460px;
  overflow: hidden;
  position: relative;
  background-image: url(/UNDER/assets/img/planetlab/bg.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: top center; }

.mv-content_inner {
  width: 1100px;
  height: 460px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
  background-image: url(/UNDER/assets/img/planetlab/bg.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: top center; }

.mv-hdg {
  width: 100%;
  padding: 100px 0 40px;
  text-align: center;
  background-color: #ffffff; }
  .mv-hdg img {
    width: 318px; }

.mv-ttl {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 40px; }

.mv-item_box {
  position: absolute;
  left: -5px;
  bottom: 28px; }

.mv-item_info {
  position: absolute;
  bottom: 44px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.mv-item_bar {
  margin-top: 52px; }
  .mv-item_bar:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

.mv-item_bar-label {
  position: absolute;
  left: -20px;
  bottom: 54px;
  z-index: 5; }

/* -------------------------------------------------------------------

	Modules

-------------------------------------------------------------------- */
.txt {
  line-height: 2;
  font-size: 140%; }

.hover-border {
  display: inline-block; }
  .hover-border img {
    border-bottom: 2px solid #fff; }
  .hover-border:hover img {
    border-bottom: 2px solid #3c3c3c; }

#about {
  max-width: 1100px;
  margin: 0 auto;
  padding: 85px 0 50px;
  text-align: center; }
  #about .bnr {
    -webkit-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    margin-bottom: 75px; }
    #about .bnr:hover {
      opacity: .5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
  #about .hdg {
    width: 20.630630631%;
    margin: 0 auto 35px; }
    #about .hdg img {
      width: 100%; }
  #about .txt-01 {
    width: 100%;
    margin: 0 auto 60px; }
    #about .txt-01 img {
      width: 100%; }
  #about .sns-container {
    position: relative;
    width: 1020px;
    height: 465px;
    margin: 0 auto 105px; }
    #about .sns-container .pixiv-container {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 472px;
      height: 462px;
      padding: 48px 10px;
      background: #fff;
      border: 1px solid #e8e8e8 !important;
      border-radius: 5px !important;
      text-align: center; }
      #about .sns-container .pixiv-container .pixiv-embed-title, #about .sns-container .pixiv-container .pixiv-embed-meta {
        text-align: center; }
      #about .sns-container .pixiv-container .pixiv-embed-illust {
        margin-left: auto !important;
        margin-right: auto !important; }
    #about .sns-container .twitter-container {
      position: absolute;
      top: 0;
      right: 0; }
      #about .sns-container .twitter-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        vertical-align: middle;
        border: 1px solid #e8e8e8 !important;
        border-top: 0 !important;
        border-radius: 5px !important; }
  #about .link-01 {
    margin-top: 34px; }

#work .list-works li {
  float: left;
  width: 33.33333333333333333%;
  height: 0;
  padding-top: 33.33333333333333333%;
  position: relative;
  overflow: hidden;
  text-align: center; }
  #work .list-works li a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }
    #work .list-works li a:hover {
      color: #4c4948; }
      #work .list-works li a:hover .info-link {
        opacity: .4;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }
  #work .list-works li .info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    display: none;
    z-index: 10; }
    @media screen and (min-width: 960px) {
      #work .list-works li .info .info-hdg {
        font-size: 2.8vw; }
      #work .list-works li .info .info-price {
        font-size: 1.06667vw; }
      #work .list-works li .info .info-txt {
        font-size: 1.33333vw; } }
    @media screen and (max-width: 960px) {
      #work .list-works li .info .info-hdg {
        font-size: 250%; }
      #work .list-works li .info .info-price {
        font-size: 117%; }
      #work .list-works li .info .info-txt {
        font-size: 134%; } }
    #work .list-works li .info .info-hdg {
      font-weight: 500;
      line-height: 1.214285714;
      font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
      letter-spacing: 2px; }
    #work .list-works li .info .info-price {
      line-height: 1.125; }
    #work .list-works li .info .info-txt {
      margin-top: 25px;
      line-height: 1.7;
      margin-bottom: 40px; }
    #work .list-works li .info .info-link {
      width: 90px;
      height: 16px;
      min-width: 90px;
      margin-left: auto;
      margin-right: auto;
      opacity: .5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      background: url(/UNDER/assets/img/index/work_btn_more_01.png) no-repeat center/90px 16px; }
  #work .list-works li .chara {
    z-index: 5; }
  #work .list-works li:hover {
    background-repeat: repeat; }
    #work .list-works li:hover .chara {
      display: none; }
    #work .list-works li:hover .info {
      display: block; }
    #work .list-works li:hover .thumb {
      display: none; }
  #work .list-works li:nth-child(1) {
    background-color: #faf502; }
    #work .list-works li:nth-child(1) .thumb {
      width: 52%;
      max-width: 260px; }
    #work .list-works li:nth-child(1):hover {
      background-image: url(/UNDER/assets/img/index/work_bg_01.png); }
  #work .list-works li:nth-child(2) {
    background-color: #ff6e9a; }
    #work .list-works li:nth-child(2) .thumb {
      width: 52.8%;
      max-width: 264px; }
    #work .list-works li:nth-child(2):hover {
      background-image: url(/UNDER/assets/img/index/work_bg_02.png); }
  #work .list-works li:nth-child(3) {
    background-color: #00fcff; }
    #work .list-works li:nth-child(3) .thumb {
      width: 52.8%;
      max-width: 264px; }
    #work .list-works li:nth-child(3):hover {
      background-image: url(/UNDER/assets/img/index/work_bg_03.png); }
  #work .list-works li:nth-child(4) {
    background-color: #16ffbd; }
    #work .list-works li:nth-child(4) .thumb {
      width: 36.8%;
      max-width: 184px; }
    #work .list-works li:nth-child(4):hover {
      background-image: url(/UNDER/assets/img/index/work_bg_04.png); }
  #work .list-works li:nth-child(5) {
    background-color: #a8ff00; }
    #work .list-works li:nth-child(5) .thumb {
      width: 50.4%;
      max-width: 252px; }
    #work .list-works li:nth-child(5):hover {
      background-image: url(/UNDER/assets/img/index/work_bg_05.png); }
  #work .list-works li:nth-child(6) {
    background-color: #eda3ff; }
    #work .list-works li:nth-child(6) .thumb {
      width: 84.4%;
      max-width: 422px; }
    #work .list-works li:nth-child(6):hover {
      background-image: url(/UNDER/assets/img/index/work_bg_06.png); }
  #work .list-works li:nth-child(7) {
    background-color: #00fcff; }
    #work .list-works li:nth-child(7) .thumb {
      width: 54.4%;
      max-width: 272px; }
    #work .list-works li:nth-child(7):hover {
      background-image: url(/UNDER/assets/img/index/work_bg_07.png); }
  #work .list-works li:nth-child(8) {
    background-color: #faf502; }
    #work .list-works li:nth-child(8) .thumb {
      width: 41.6%;
      max-width: 208px; }
    #work .list-works li:nth-child(8):hover {
      background-image: url(/UNDER/assets/img/index/work_bg_08.png); }
  #work .list-works li:nth-child(9) {
    background-color: #ff6e9a; }
    #work .list-works li:nth-child(9) .thumb {
      width: 64.8%;
      max-width: 324px; }
    #work .list-works li:nth-child(9):hover {
      background-image: url(/UNDER/assets/img/index/work_bg_09.png); }
  #work .list-works li .thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    #work .list-works li .thumb img {
      width: 100%; }
  #work .list-works li .chara {
    position: absolute;
    display: block; }
    #work .list-works li .chara img {
      width: 100%;
      vertical-align: bottom; }
  #work .list-works li .chara-0 {
    top: -168px;
    left: 0;
    width: 61.2%;
    max-width: 306px;
    -webkit-transition: top 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: top 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0s; }
  #work .list-works li .chara-1 {
    bottom: -188px;
    right: 0;
    width: 40%;
    max-width: 180px;
    -webkit-transition: bottom 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: bottom 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0s; }
  #work .list-works li .chara-2 {
    right: -186px;
    bottom: 0;
    width: 37.2%;
    max-width: 186px;
    -webkit-transition: right 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: right 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0s; }
  #work .list-works li .chara-3 {
    top: -269px;
    right: 0;
    width: 49%;
    max-width: 245px;
    -webkit-transition: top 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: top 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0s; }
  #work .list-works li .chara-4 {
    bottom: 0;
    left: -269px;
    width: 41.8%;
    max-width: 209px;
    -webkit-transition: left 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: left 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0s; }
  #work .list-works li .chara-5 {
    bottom: -232px;
    right: 0;
    width: 56.4%;
    max-width: 242px;
    -webkit-transition: bottom 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: bottom 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0s; }
  #work .list-works li .chara-6 {
    top: 0;
    right: -190px;
    width: 38%;
    max-width: 190px;
    -webkit-transition: right 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: right 0.8s cubic-bezier(0.23, 1, 0.32, 1) 0s; }
  #work .list-works li.is-active .chara-0 {
    top: 0; }
  #work .list-works li.is-active .chara-1 {
    bottom: 0; }
  #work .list-works li.is-active .chara-2 {
    right: 0; }
  #work .list-works li.is-active .chara-3 {
    top: 0; }
  #work .list-works li.is-active .chara-4 {
    left: 0; }
  #work .list-works li.is-active .chara-5 {
    bottom: 0; }
  #work .list-works li.is-active .chara-6 {
    right: 0; }

#member {
  width: 1110px;
  margin: 0 auto;
  text-align: center;
  padding: 110px 0; }
  #member .hdg {
    width: 25.945945946%;
    margin: 0 auto; }
    #member .hdg img {
      width: 100%; }
  #member .list-member {
    text-align: center; }
    #member .list-member li {
      position: relative;
      margin: 2.501802% 3.4724% 0;
      width: 20.720720721%;
      height: 310px;
      display: inline-block; }
      #member .list-member li .chara > img, #member .list-member li .detail > img {
        width: 100%; }
      #member .list-member li:nth-child(1) {
        width: 22.342342342%;
        max-width: 248px; }
      #member .list-member li:nth-child(3) {
        width: 24.324324324%;
        max-width: 270px; }
      #member .list-member li:nth-child(7) {
        width: 19.369369369%;
        max-width: 215px; }
      #member .list-member li .chara, #member .list-member li .detail {
        position: absolute;
        top: 0;
        left: 0; }
      #member .list-member li .site {
        position: absolute;
        top: 182px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
        #member .list-member li .site a {
          display: block; }
          #member .list-member li .site a img {
            width: 100%; }
          #member .list-member li .site a:hover {
            border-bottom: 2px solid #ff004d; }
      #member .list-member li .chara {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
        transition: opacity 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s; }
      #member .list-member li .detail {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
        transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0s; }
      #member .list-member li .site {
        display: none; }
      #member .list-member li:hover .chara {
        opacity: 0.2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; }
      #member .list-member li:hover .detail {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
      #member .list-member li:hover .site {
        display: block; }

/* -------------------------------------------------------------------

	Support
	
-------------------------------------------------------------------- */
/*  hasLayout Swicth
--------------------------------------- */
div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, header, footer, nav, section {
  zoom: 1; }

ul li, ol li {
  zoom: 0; }

/*  Clear Fix
--------------------------------------- */
.clearfix:after, #mainvisual #app .download:after, #footer .inner .list-link-01:after, #footer .inner .list-link-02:after, #work .list-works:after, #COMITIA113 .content-container_01:after, #COMITIA113 .content-container_01 .content-right .list-thumb_01:after, #COMITIA113 .content-container_02:after, #COMITIA113 .content-container_02 .item-box:after, #COMITIA113 .sec-event .list-banner:after {
  content: "";
  display: table;
  clear: both; }

/*  Style Adjustment
--------------------------------------- */
.left {
  text-align: left !important; }

.center {
  text-align: center !important; }

.right {
  text-align: right !important; }

.top {
  vertical-align: top !important; }

.middle {
  vertical-align: middle !important; }

.bottom {
  vertical-align: bottom !important; }

.small {
  font-size: 84% !important; }

.large {
  font-size: 109% !important; }

.mt0 {
  margin-top: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.pct0 {
  width: 0%; }

.pct1 {
  width: 1%; }

.pct2 {
  width: 2%; }

.pct3 {
  width: 3%; }

.pct4 {
  width: 4%; }

.pct5 {
  width: 5%; }

.pct6 {
  width: 6%; }

.pct7 {
  width: 7%; }

.pct8 {
  width: 8%; }

.pct9 {
  width: 9%; }

.pct10 {
  width: 10%; }

.pct11 {
  width: 11%; }

.pct12 {
  width: 12%; }

.pct13 {
  width: 13%; }

.pct14 {
  width: 14%; }

.pct15 {
  width: 15%; }

.pct16 {
  width: 16%; }

.pct17 {
  width: 17%; }

.pct18 {
  width: 18%; }

.pct19 {
  width: 19%; }

.pct20 {
  width: 20%; }

.pct21 {
  width: 21%; }

.pct22 {
  width: 22%; }

.pct23 {
  width: 23%; }

.pct24 {
  width: 24%; }

.pct25 {
  width: 25%; }

.pct26 {
  width: 26%; }

.pct27 {
  width: 27%; }

.pct28 {
  width: 28%; }

.pct29 {
  width: 29%; }

.pct30 {
  width: 30%; }

.pct31 {
  width: 31%; }

.pct32 {
  width: 32%; }

.pct33 {
  width: 33%; }

.pct34 {
  width: 34%; }

.pct35 {
  width: 35%; }

.pct36 {
  width: 36%; }

.pct37 {
  width: 37%; }

.pct38 {
  width: 38%; }

.pct39 {
  width: 39%; }

.pct40 {
  width: 40%; }

.pct41 {
  width: 41%; }

.pct42 {
  width: 42%; }

.pct43 {
  width: 43%; }

.pct44 {
  width: 44%; }

.pct45 {
  width: 45%; }

.pct46 {
  width: 46%; }

.pct47 {
  width: 47%; }

.pct48 {
  width: 48%; }

.pct49 {
  width: 49%; }

.pct50 {
  width: 50%; }

.pct51 {
  width: 51%; }

.pct52 {
  width: 52%; }

.pct53 {
  width: 53%; }

.pct54 {
  width: 54%; }

.pct55 {
  width: 55%; }

.pct56 {
  width: 56%; }

.pct57 {
  width: 57%; }

.pct58 {
  width: 58%; }

.pct59 {
  width: 59%; }

.pct60 {
  width: 60%; }

.pct61 {
  width: 61%; }

.pct62 {
  width: 62%; }

.pct63 {
  width: 63%; }

.pct64 {
  width: 64%; }

.pct65 {
  width: 65%; }

.pct66 {
  width: 66%; }

.pct67 {
  width: 67%; }

.pct68 {
  width: 68%; }

.pct69 {
  width: 69%; }

.pct70 {
  width: 70%; }

.pct71 {
  width: 71%; }

.pct72 {
  width: 72%; }

.pct73 {
  width: 73%; }

.pct74 {
  width: 74%; }

.pct75 {
  width: 75%; }

.pct76 {
  width: 76%; }

.pct77 {
  width: 77%; }

.pct78 {
  width: 78%; }

.pct79 {
  width: 79%; }

.pct80 {
  width: 80%; }

.pct81 {
  width: 81%; }

.pct82 {
  width: 82%; }

.pct83 {
  width: 83%; }

.pct84 {
  width: 84%; }

.pct85 {
  width: 85%; }

.pct86 {
  width: 86%; }

.pct87 {
  width: 87%; }

.pct88 {
  width: 88%; }

.pct89 {
  width: 89%; }

.pct90 {
  width: 90%; }

.pct91 {
  width: 91%; }

.pct92 {
  width: 92%; }

.pct93 {
  width: 93%; }

.pct94 {
  width: 94%; }

.pct95 {
  width: 95%; }

.pct96 {
  width: 96%; }

.pct97 {
  width: 97%; }

.pct98 {
  width: 98%; }

.pct99 {
  width: 99%; }

.pct100 {
  width: 100%; }

/* background-size
--------------------------- */
/* border-radius
--------------------------- */
/* box-sizing
--------------------------- */
/* inline-block
--------------------------- */
/* opacity:0.7;
--------------------------- */
/* -------------------------------------------------------------------

	Print
	
-------------------------------------------------------------------- */
@media print {
  * html body {
    zoom: .7; } }

/* -------------------------------------------------------------------

  COMITIA113

-------------------------------------------------------------------- */
#COMITIA113 .mr50 {
  margin-right: 50px; }

#COMITIA113 a.alpha:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  /* ie lt 8 */
  zoom: 1; }

#COMITIA113 #header {
  height: 60px; }
  #COMITIA113 #header .inner {
    position: relative;
    height: auto; }
    #COMITIA113 #header .inner .txt-01 {
      position: absolute;
      top: 156px;
      right: 0 !important;
      left: inherit;
      width: 64.504504505%;
      text-align: right; }
      #COMITIA113 #header .inner .txt-01 img {
        width: 100%;
        height: auto; }

#COMITIA113 #wrapper {
  min-height: 100%;
  z-index: -2; }
  #COMITIA113 #wrapper .bg {
    position: fixed;
    width: 100%;
    height: 300%;
    min-width: 1200px; }
  #COMITIA113 #wrapper .layer-01 {
    z-index: -20;
    background: #5b58fd url(/UNDER/assets/img/COMITIA113/bg_01.jpg) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto; }
  #COMITIA113 #wrapper .layer-02 {
    z-index: 0;
    background: url(/UNDER/assets/img/COMITIA113/bg_02.png) no-repeat center top;
    -webkit-background-size: 100% auto;
    background-size: 100% auto; }
  #COMITIA113 #wrapper .layer-03 {
    z-index: -10;
    margin-top: 119px;
    background: url(/UNDER/assets/img/COMITIA113/bg_03.png) no-repeat center top;
    -webkit-background-size: 2273px auto;
    background-size: 2273px auto; }
    #COMITIA113 #wrapper .layer-03 .inner {
      position: absolute;
      top: 146px; }

#COMITIA113 #container {
  position: relative;
  z-index: 0;
  min-width: 1200px;
  margin: 0 auto; }

#COMITIA113 #content {
  width: 1110px;
  margin: 0 auto;
  padding-top: 628px; }

#COMITIA113 .sec-content {
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 70px;
  padding: 73px 30px 75px;
  background: url(/UNDER/assets/img/COMITIA113/bg_content_01.png) repeat; }

#COMITIA113 .content-container_01 {
  margin-bottom: 70px; }
  #COMITIA113 .content-container_01 .content-left {
    float: left;
    margin-right: 10px;
    margin-left: 15px; }
    #COMITIA113 .content-container_01 .content-left .img {
      padding-top: 22px; }
  #COMITIA113 .content-container_01 .content-right {
    overflow: hidden;
    text-align: left; }
    #COMITIA113 .content-container_01 .content-right .hdg-content_01 {
      margin-bottom: 10px; }
    #COMITIA113 .content-container_01 .content-right .txt-content_01 {
      margin-bottom: 25px; }
    #COMITIA113 .content-container_01 .content-right .list-thumb_01 li {
      float: left;
      margin-right: 31px; }
      #COMITIA113 .content-container_01 .content-right .list-thumb_01 li.first {
        margin-left: 13px; }
      #COMITIA113 .content-container_01 .content-right .list-thumb_01 li.last {
        margin-right: 0; }

#COMITIA113 .content-container_02 {
  margin-bottom: 65px; }
  #COMITIA113 .content-container_02 .content-left {
    float: left;
    width: 50%; }
  #COMITIA113 .content-container_02 .content-right {
    float: right;
    width: 50%; }
  #COMITIA113 .content-container_02 .item-box {
    padding: 0 15px; }
    #COMITIA113 .content-container_02 .item-box .thumb {
      float: left;
      margin-right: 5px; }
      .content-left #COMITIA113 .content-container_02 .item-box .thumb {
        margin-right: 8px; }
      .content-right #COMITIA113 .content-container_02 .item-box .thumb {
        margin-right: 12px; }
    #COMITIA113 .content-container_02 .item-box .txt {
      overflow: hidden;
      text-align: left; }
    #COMITIA113 .content-container_02 .item-box .link {
      overflow: hidden;
      margin-top: 16px;
      padding-left: 4px;
      text-align: left; }
      #COMITIA113 .content-container_02 .item-box .link .bnr {
        margin-right: 10px; }

#COMITIA113 .sec-event {
  width: 100%;
  overflow: hidden;
  margin-bottom: 87px; }
  #COMITIA113 .sec-event .hdg {
    text-align: center;
    margin-bottom: 29px; }
  #COMITIA113 .sec-event .list-banner {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 1040px;
    margin-left: -15px; }
    #COMITIA113 .sec-event .list-banner li {
      float: left;
      width: 320px;
      margin-right: 25px;
      margin-bottom: 30px; }

#COMITIA113 .sec-member {
  margin-bottom: 80px; }
  #COMITIA113 .sec-member .hdg {
    text-align: center; }
  #COMITIA113 .sec-member .list-creator-01 {
    margin-top: -20px; }
    #COMITIA113 .sec-member .list-creator-01 li {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      margin-right: 84px;
      margin-bottom: 15px;
      cursor: pointer; }
      #COMITIA113 .sec-member .list-creator-01 li.last {
        margin-right: 0; }
  #COMITIA113 .sec-member .modal-link {
    position: absolute;
    left: 87px;
    bottom: 89px;
    z-index: 102; }
    #COMITIA113 .sec-member .modal-link.b10 {
      bottom: 99px; }
    #COMITIA113 .sec-member .modal-link.b20 {
      bottom: 114px; }
    #COMITIA113 .sec-member .modal-link.b-15 {
      bottom: 79px; }

#COMITIA113 .mt-15 {
  margin-top: -15px; }

#COMITIA113 .sec-link {
  margin-bottom: 10px; }

#COMITIA113 #footer {
  padding-bottom: 44px; }
