@charset "UTF-8";
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;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

body {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Franklin Gothic','Noto Sans JP', "Sawarabi Gothic",-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif; }

a {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #b44302; }
  a:hover {
    color: #dc5203; }

.fixwidth {
  width: 100%;
  margin: auto;
  max-width: 1199px; }

@inculude media(ul) {
  .fixwidth {
    max-width: 979px; } }

@inculude media(l) {
  .fixwidth {
    max-width: 823px; } }

* sup {
  font-size: 75%;
  vertical-align: super; }

* sub {
  font-size: 75%;
  vertical-align: baseline; }

.current {
  cursor: default;
  pointer-events: none; }

.displaynone {
  display: none; }

#navbox {
  display: none; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(images/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90); }

#colorbox {
  outline: 0; }

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px 0; }

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px 0; }

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px -29px; }

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px -29px; }

#cboxMiddleLeft {
  width: 21px;
  background: url(images/controls.png) left top repeat-y; }

#cboxMiddleRight {
  width: 21px;
  background: url(images/controls.png) right top repeat-y; }

#cboxTopCenter {
  height: 21px;
  background: url(images/border.png) 0 0 repeat-x; }

#cboxBottomCenter {
  height: 21px;
  background: url(images/border.png) 0 -29px repeat-x; }

#cboxContent {
  background: #fff;
  overflow: hidden; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  margin-bottom: 28px; }

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494; }

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494; }

#cboxLoadingOverlay {
  background: url(images/loading_background.png) no-repeat center center; }

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef; }

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxPrevious:hover {
  background-position: -75px -25px; }

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxNext:hover {
  background-position: -50px -25px; }

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxClose:hover {
  background-position: -25px -25px; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }

html {
  height: 100%; }

body {
  background: #272f32;
  padding-bottom: 8.8vw; }
  body#top {
    background: #272f32 url(../img/bg-mainvisual.png) 100% 50% no-repeat; }
    @media only screen and (max-width: 823px) {
      body#top {
        background-position: 50% 100%; } }

.wrap {
  width: 100%;
  max-width: 1200px;
  margin: auto; }

#header {
  margin: auto;
  overflow: hidden;
  padding: 1.1vw 0; }
  #header h1 {
    float: left;
    padding: 8px 2.2vw; }
    html.svg #header h1 img[src$="png"] {
      display: none; }
    html.nosvg #header h1 img[src$="svg"] {
      display: none; }
    #header h1 #root img {
      height: 4.4vw;
      max-height: 40px;
      min-height: 20px;
      width: auto; }
  #header .sns {
    float: right;
    padding: 8px 2.2vw 0 0; }
    #header .sns li {
      list-style: none;
      float: left;
      margin-left: 1.1vw; }
    #header .sns a {
      display: block;
      width: 4.4vw;
      max-width: 40px;
      min-width: 20px;
      height: 4.4vw;
      max-height: 40px;
      min-height: 20px;
      color: #fff;
      text-align: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -webkit-box-pack: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-decoration: none; }
      #header .sns a {
        font-size: 1.42012rem; }
        @media only screen and (min-width: 980px) and (max-width: 1199px) {
          #header .sns a {
            font-size: 1.37063rem; } }
        @media only screen and (min-width: 824px) and (max-width: 979px) {
          #header .sns a {
            font-size: 1.15245rem; } }
        @media only screen and (min-width: 600px) and (max-width: 823px) {
          #header .sns a {
            font-size: 2.38095vw; } }
        @media only screen and (min-width: 400px) and (max-width: 599px) {
          #header .sns a {
            font-size: 2.5vw; } }
        @media only screen and (max-width: 399px) {
          #header .sns a {
            font-size: 2.63158vw; } }
      #header .sns a:hover {
        background: #fff;
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        color: #fc7020; }

#mainVisual {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%); }
  #mainVisual > p {
    font-family: 'Teko', sans-serif;
    color: #fff;
    z-index: 1;
    margin-bottom: 2.2vw;
    font-size: 3.46154rem; }
    @media only screen and (max-width: 823px) {
      #mainVisual > p {
        font-size: 2.30769rem; } }
  @media only screen and (max-width: 979px) {
    #mainVisual {
      left: 0;
      right: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-align: center; } }

#news h3 {
  font-family: 'Teko', sans-serif;
  font-weight: normal;
  color: #fc7020; }
  #news h3 {
    font-size: 2.30769rem; }
    @media only screen and (min-width: 980px) and (max-width: 1199px) {
      #news h3 {
        font-size: 1.98381rem; } }
    @media only screen and (min-width: 824px) and (max-width: 979px) {
      #news h3 {
        font-size: 1.66802rem; } }
    @media only screen and (min-width: 600px) and (max-width: 823px) {
      #news h3 {
        font-size: 3.57143vw; } }
    @media only screen and (min-width: 400px) and (max-width: 599px) {
      #news h3 {
        font-size: 4.16667vw; } }
    @media only screen and (max-width: 399px) {
      #news h3 {
        font-size: 5vw; } }

#news li {
  list-style: none; }
  #news li p {
    margin-bottom: 0;
    color: #fff; }
    #news li p {
      font-size: 1.15385rem; }
      @media only screen and (min-width: 980px) and (max-width: 1199px) {
        #news li p {
          font-size: 1.15976rem; } }
      @media only screen and (min-width: 824px) and (max-width: 979px) {
        #news li p {
          font-size: 0.97515rem; } }
      @media only screen and (min-width: 600px) and (max-width: 823px) {
        #news li p {
          font-size: 2.38095vw; } }
      @media only screen and (min-width: 400px) and (max-width: 599px) {
        #news li p {
          font-size: 2.77778vw; } }
      @media only screen and (max-width: 399px) {
        #news li p {
          font-size: 2.7027vw; } }
    #news li p.date {
      font-family: 'Teko', sans-serif; }
      #news li p.date {
        font-size: 1.08597rem; }
        @media only screen and (min-width: 980px) and (max-width: 1199px) {
          #news li p.date {
            font-size: 1.1086rem; } }
        @media only screen and (min-width: 824px) and (max-width: 979px) {
          #news li p.date {
            font-size: 0.93213rem; } }
        @media only screen and (min-width: 600px) and (max-width: 823px) {
          #news li p.date {
            font-size: 2.43902vw; } }
        @media only screen and (min-width: 400px) and (max-width: 599px) {
          #news li p.date {
            font-size: 2.5641vw; } }
        @media only screen and (max-width: 399px) {
          #news li p.date {
            font-size: 2.63158vw; } }

#gNav a[href="dummy.html"] {
  pointer-events: none; }

@media only screen and (min-width: 979px) {
  #gNav ul {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 100%;
    left: 0;
    z-index: 100;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s; }
    .gnavactive #gNav ul {
      bottom: 0;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    #gNav ul li {
      list-style: none;
      width: 0;
      height: 100%;
      overflow: hidden;
      opacity: 0;
      -webkit-transition: all 2s;
      -o-transition: all 2s;
      transition: all 2s; }
      #gNav ul li.current {
        width: 100%;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); }
        #gNav ul li.current span {
          color: #fff; }
      .gnavactive #gNav ul li {
        width: 100%;
        opacity: 1; }
        .gnavactive #gNav ul li:hover {
          width: 300%; }
        .gnavactive #gNav ul li.current {
          width: 100%; }
      #gNav ul li a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        background-position: 50% 50%;
        background-size: cover; }
        #gNav ul li a span {
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          color: #0c0f10;
          font-size: 9.23077rem;
          line-height: 1;
          -webkit-transform-origin: top right;
          -ms-transform-origin: top right;
          transform-origin: top right;
          -webkit-transform: rotate(-90deg) translateY(-0.72em) translateX(0.05em);
          -ms-transform: rotate(-90deg) translateY(-0.72em) translateX(0.05em);
          transform: rotate(-90deg) translateY(-0.72em) translateX(0.05em);
          font-family: 'Teko', sans-serif;
          letter-spacing: -0.01em; }
      #gNav ul li.Home a {
        background-color: #272f32;
        background-image: url(../img/bg_gNavhome.png); }
      #gNav ul li.Vtuber a {
        background-color: #485558;
        background-image: url(../img/bg_gNavvtuber.png); }
      #gNav ul li.Data a {
        background-color: #6a797e;
        background-image: url(../img/bg_gNavdata.png); }
      #gNav ul li.Skills a {
        background-color: #7f99a1;
        background-image: url(../img/bg_gNavskills.png); }
      #gNav ul li.Portfolios a {
        background-color: #9dbdc6;
        background-image: url(../img/bg_gNavportfolios.png); } }

@media only screen and (min-width: 824px) and (max-width: 979px) {
  #gNav ul {
    position: fixed;
    bottom: 0px;
    left: 21px;
    right: 21px;
    bottom: 90px;
    z-index: 1000; }
    #gNav ul li a {
      display: block;
      overflow: hidden;
      background: #fc7020;
      height: 0;
      line-height: 0;
      margin: 0 0 0 auto;
      padding: 0 2.2vw;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-radius: 15px;
      font-size: 3.07692rem;
      text-decoration: none;
      font-family: 'Teko', sans-serif;
      font-style: italic;
      color: #fc7020;
      font-weight: bold; }
      #gNav ul li a:hover {
        background: #272f32; }
    #gNav ul li.current a {
      background: #666; }
    .gnavnoactive #gNav ul li a {
      -webkit-animation: gnav-m-nonactive 0.6s ease-in-out forwards;
      animation: gnav-m-nonactive 0.6s ease-in-out forwards; }
  @-webkit-keyframes gnav-m-nonactive {
    0% {
      height: 60px;
      width: 100%;
      padding: 0 2.2vw;
      margin-right: 0;
      margin-bottom: 18px;
      line-height: 65px;
      color: #0c0f10; }
    90% {
      height: 30px;
      width: 30px;
      padding: 0;
      margin-right: -5px;
      margin-bottom: 39px;
      line-height: 65px;
      color: transparent; }
    99% {
      height: 30px;
      width: 30px;
      padding: 0;
      margin-right: -5px;
      margin-bottom: -30px;
      line-height: 0;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out; }
    100% {
      height: 0;
      width: 0; } }
  @keyframes gnav-m-nonactive {
    0% {
      height: 60px;
      width: 100%;
      padding: 0 2.2vw;
      margin-right: 0;
      margin-bottom: 18px;
      line-height: 65px;
      color: #0c0f10; }
    90% {
      height: 30px;
      width: 30px;
      padding: 0;
      margin-right: -5px;
      margin-bottom: 39px;
      line-height: 65px;
      color: transparent; }
    99% {
      height: 30px;
      width: 30px;
      padding: 0;
      margin-right: -5px;
      margin-bottom: -30px;
      line-height: 0;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out; }
    100% {
      height: 0;
      width: 0; } }
    .gnavactive #gNav ul li a {
      margin-right: 0;
      margin-left: auto;
      -webkit-animation: gnav-m-active 0.6s ease-in-out forwards;
      animation: gnav-m-active 0.6s ease-in-out forwards; }
  @-webkit-keyframes gnav-m-active {
    0% {
      height: 0;
      width: 0;
      color: transparent; }
    1% {
      height: 30px;
      width: 30px;
      padding: 0;
      margin-right: -5px;
      margin-bottom: -30px;
      line-height: 0;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out; }
    10% {
      height: 30px;
      width: 30px;
      padding: 0;
      margin-right: -5px;
      margin-bottom: 39px;
      line-height: 65px;
      color: transparent; }
    100% {
      height: 60px;
      width: 100%;
      padding: 0 2.2vw;
      margin-right: 0;
      margin-bottom: 18px;
      line-height: 65px;
      color: #0c0f10; } }
  @keyframes gnav-m-active {
    0% {
      height: 0;
      width: 0;
      color: transparent; }
    1% {
      height: 30px;
      width: 30px;
      padding: 0;
      margin-right: -5px;
      margin-bottom: -30px;
      line-height: 0;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out; }
    10% {
      height: 30px;
      width: 30px;
      padding: 0;
      margin-right: -5px;
      margin-bottom: 39px;
      line-height: 65px;
      color: transparent; }
    100% {
      height: 60px;
      width: 100%;
      padding: 0 2.2vw;
      margin-right: 0;
      margin-bottom: 18px;
      line-height: 65px;
      color: #0c0f10; } } }

@media only screen and (max-width: 823px) {
  #gNav ul {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    pointer-events: none; } }
  @media only screen and (max-width: 823px) and (max-width: 599px) {
    #gNav ul {
      bottom: -10px; } }

@media only screen and (max-width: 823px) {
    #gNav ul li {
      position: absolute;
      right: 0;
      bottom: 0;
      -webkit-transform-origin: right;
      -ms-transform-origin: right;
      transform-origin: right;
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      width: 320px;
      pointer-events: auto; }
      .gnavactive #gNav ul li:nth-child(1) {
        -webkit-transform: rotate(63deg);
        -ms-transform: rotate(63deg);
        transform: rotate(63deg); }
      .gnavactive #gNav ul li:nth-child(2) {
        -webkit-transform: rotate(49deg);
        -ms-transform: rotate(49deg);
        transform: rotate(49deg); }
      .gnavactive #gNav ul li:nth-child(3) {
        -webkit-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
        transform: rotate(35deg); }
      .gnavactive #gNav ul li:nth-child(4) {
        -webkit-transform: rotate(21deg);
        -ms-transform: rotate(21deg);
        transform: rotate(21deg); }
      .gnavactive #gNav ul li:nth-child(5) {
        -webkit-transform: rotate(7deg);
        -ms-transform: rotate(7deg);
        transform: rotate(7deg); }
      #gNav ul li a {
        display: block;
        background: #fc7020;
        padding: 0 2.2vw;
        overflow: hidden;
        border-radius: 15px;
        font-size: 3.07692rem;
        height: 0;
        line-height: 0;
        text-decoration: none;
        font-family: 'Teko', sans-serif;
        font-style: italic;
        color: #0c0f10;
        -webkit-box-shadow: 0 0 0 #0c0f10;
        box-shadow: 0 0 0 #0c0f10; } }
      @media only screen and (max-width: 823px) and (max-width: 599px) {
        #gNav ul li a {
          padding: 0 3.3vw;
          font-size: 2.30769rem; } }

@media only screen and (max-width: 823px) {
        .gnavactive #gNav ul li a {
          height: 60px;
          line-height: 65px;
          -webkit-box-shadow: 0 0 20px #0c0f10;
          box-shadow: 0 0 20px #0c0f10; } }
        @media only screen and (max-width: 823px) and (max-width: 599px) {
          .gnavactive #gNav ul li a {
            height: 50px;
            line-height: 55px; } }

@media only screen and (max-width: 823px) {
        #gNav ul li a:hover {
          color: #f00; }
      #gNav ul li.current a {
        background: #999;
        color: #ccc; } }

#gNavopener {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow: hidden;
  pointer-events: none; }
  #gNavopener a {
    display: block;
    width: 100px;
    height: 100px;
    background: rgba(22, 28, 30, 0.7);
    border-radius: 50px;
    position: relative;
    right: -30px;
    bottom: -30px;
    pointer-events: auto;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-animation: gnavopener 3s infinite ease-out 3s;
    animation: gnavopener 3s infinite ease-out 3s; }
    @media only screen and (max-width: 599px) {
      #gNavopener a {
        width: 60px;
        height: 60px; } }
    @media only screen and (max-width: 599px) {
      #gNavopener a {
        right: -10px;
        bottom: -10px; } }
    #gNavopener a:before, #gNavopener a:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 28px;
      height: 4px;
      border-radius: 2px;
      background: #fc7020;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      @media only screen and (max-width: 599px) {
        #gNavopener a:before, #gNavopener a:after {
          width: 24px; } }
    #gNavopener a:before {
      -webkit-transform: translate(-50%, -50%) translate(-10px, -4px);
      -ms-transform: translate(-50%, -50%) translate(-10px, -4px);
      transform: translate(-50%, -50%) translate(-10px, -4px); }
      @media only screen and (max-width: 599px) {
        #gNavopener a:before {
          -webkit-transform: translate(-50%, -50%) translate(-2px, 0px);
          -ms-transform: translate(-50%, -50%) translate(-2px, 0px);
          transform: translate(-50%, -50%) translate(-2px, 0px); } }
    #gNavopener a:after {
      -webkit-transform: translate(-50%, -50%) translate(-10px, -12px);
      -ms-transform: translate(-50%, -50%) translate(-10px, -12px);
      transform: translate(-50%, -50%) translate(-10px, -12px); }
      @media only screen and (max-width: 599px) {
        #gNavopener a:after {
          -webkit-transform: translate(-50%, -50%) translate(-2px, -8px);
          -ms-transform: translate(-50%, -50%) translate(-2px, -8px);
          transform: translate(-50%, -50%) translate(-2px, -8px); } }

@-webkit-keyframes gnavopener {
  0% {
    -webkit-box-shadow: #fc7020 0 0 100px inset;
    box-shadow: #fc7020 0 0 100px inset; }
  6% {
    -webkit-box-shadow: #fc7020 0 0 0 inset;
    box-shadow: #fc7020 0 0 0 inset; } }

@keyframes gnavopener {
  0% {
    -webkit-box-shadow: #fc7020 0 0 100px inset;
    box-shadow: #fc7020 0 0 100px inset; }
  6% {
    -webkit-box-shadow: #fc7020 0 0 0 inset;
    box-shadow: #fc7020 0 0 0 inset; } }
    #gNavopener a span {
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      #gNavopener a span:before, #gNavopener a span:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 28px;
        height: 4px;
        border-radius: 2px;
        background: #fc7020;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
        @media only screen and (max-width: 599px) {
          #gNavopener a span:before, #gNavopener a span:after {
            width: 24px; } }
      #gNavopener a span:before {
        -webkit-transform: translate(-50%, -50%) translate(-10px, -4px);
        -ms-transform: translate(-50%, -50%) translate(-10px, -4px);
        transform: translate(-50%, -50%) translate(-10px, -4px); }
        @media only screen and (max-width: 599px) {
          #gNavopener a span:before {
            -webkit-transform: translate(-50%, -50%) translate(-2px, 0px);
            -ms-transform: translate(-50%, -50%) translate(-2px, 0px);
            transform: translate(-50%, -50%) translate(-2px, 0px); } }
      #gNavopener a span:after {
        -webkit-transform: translate(-50%, -50%) translate(-10px, -12px);
        -ms-transform: translate(-50%, -50%) translate(-10px, -12px);
        transform: translate(-50%, -50%) translate(-10px, -12px); }
        @media only screen and (max-width: 599px) {
          #gNavopener a span:after {
            -webkit-transform: translate(-50%, -50%) translate(-2px, -8px);
            -ms-transform: translate(-50%, -50%) translate(-2px, -8px);
            transform: translate(-50%, -50%) translate(-2px, -8px); } }
      #gNavopener a span:before {
        -webkit-transform: translate(-50%, -50%) translate(-10px, 4px);
        -ms-transform: translate(-50%, -50%) translate(-10px, 4px);
        transform: translate(-50%, -50%) translate(-10px, 4px); }
        @media only screen and (max-width: 599px) {
          #gNavopener a span:before {
            -webkit-transform: translate(-50%, -50%) translate(-2px, 8px);
            -ms-transform: translate(-50%, -50%) translate(-2px, 8px);
            transform: translate(-50%, -50%) translate(-2px, 8px); } }
      #gNavopener a span:after {
        -webkit-transform: translate(-50%, -50%) translate(-10px, -20px);
        -ms-transform: translate(-50%, -50%) translate(-10px, -20px);
        transform: translate(-50%, -50%) translate(-10px, -20px); }
        @media only screen and (max-width: 599px) {
          #gNavopener a span:after {
            -webkit-transform: translate(-50%, -50%) translate(-2px, -16px);
            -ms-transform: translate(-50%, -50%) translate(-2px, -16px);
            transform: translate(-50%, -50%) translate(-2px, -16px); } }
    #gNavopener a:hover {
      background: #fc7020; }
      #gNavopener a:hover:before, #gNavopener a:hover:after, #gNavopener a:hover span:before, #gNavopener a:hover span:after {
        background: #fff; }
    .gnavactive #gNavopener a {
      background: #a0bec6;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      .gnavactive #gNavopener a:hover {
        background: #fc7020; }
      .gnavactive #gNavopener a:before, .gnavactive #gNavopener a:after {
        width: 39.59px;
        background: #fff; }
      .gnavactive #gNavopener a:before {
        -webkit-transform: translate(-50%, -50%) translate(-10px, -8px) rotate(45deg);
        -ms-transform: translate(-50%, -50%) translate(-10px, -8px) rotate(45deg);
        transform: translate(-50%, -50%) translate(-10px, -8px) rotate(45deg); }
        @media only screen and (max-width: 599px) {
          .gnavactive #gNavopener a:before {
            -webkit-transform: translate(-50%, -50%) translate(-2px, -2px) rotate(45deg);
            -ms-transform: translate(-50%, -50%) translate(-2px, -2px) rotate(45deg);
            transform: translate(-50%, -50%) translate(-2px, -2px) rotate(45deg); } }
      .gnavactive #gNavopener a:after {
        -webkit-transform: translate(-50%, -50%) translate(-10px, -8px) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) translate(-10px, -8px) rotate(-45deg);
        transform: translate(-50%, -50%) translate(-10px, -8px) rotate(-45deg); }
        @media only screen and (max-width: 599px) {
          .gnavactive #gNavopener a:after {
            -webkit-transform: translate(-50%, -50%) translate(-2px, -2px) rotate(-45deg);
            -ms-transform: translate(-50%, -50%) translate(-2px, -2px) rotate(-45deg);
            transform: translate(-50%, -50%) translate(-2px, -2px) rotate(-45deg); } }
      .gnavactive #gNavopener a span {
        opacity: 0; }

#pagetitle {
  height: 10vw;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  margin: 0;
  padding: 0 2.2vw; }
  @media only screen and (max-width: 979px) {
    #pagetitle {
      height: 12vw; } }
  @media only screen and (max-width: 823px) {
    #pagetitle {
      margin: 0;
      height: 14vw; } }
  @media only screen and (max-width: 599px) {
    #pagetitle {
      height: 16vw; } }
  @media only screen and (max-width: 399px) {
    #pagetitle {
      height: 20vw; } }
  #pagetitle.vtuber {
    background-image: url(../../img/pagetitle/vtuber.png); }
  #pagetitle.data {
    background-image: url(../../img/pagetitle/data.png); }
  #pagetitle.skills {
    background-image: url(../../img/pagetitle/skills.png); }
  #pagetitle.portfolios {
    background-image: url(../../img/pagetitle/portfolios.png); }
  #pagetitle h2 {
    position: absolute;
    top: 9px;
    left: 15px;
    font-size: 3.46154rem;
    color: #fc7020;
    line-height: 1;
    font-family: 'Teko', sans-serif;
    font-style: italic;
    text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000; }
    #pagetitle h2 {
      font-size: 3.69231rem; }
      @media only screen and (min-width: 980px) and (max-width: 1199px) {
        #pagetitle h2 {
          font-size: 3.42657rem; } }
      @media only screen and (min-width: 824px) and (max-width: 979px) {
        #pagetitle h2 {
          font-size: 2.88112rem; } }
      @media only screen and (min-width: 600px) and (max-width: 823px) {
        #pagetitle h2 {
          font-size: 7.69231vw; } }
      @media only screen and (min-width: 400px) and (max-width: 599px) {
        #pagetitle h2 {
          font-size: 10vw; } }
      @media only screen and (max-width: 399px) {
        #pagetitle h2 {
          font-size: 11.11111vw; } }

#main {
  padding: 0 2.2vw; }
  @media only screen and (max-width: 823px) {
    #main {
      padding: 0; } }
  #main .splitbox {
    max-width: 1200px;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #main .splitbox {
      padding: 0;
      zoom: 1;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -webkit-box-pack: start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start; }
      #main .splitbox:before, #main .splitbox:after {
        content: "";
        display: table; }
      #main .splitbox:after {
        clear: both; }
      #main .splitbox > * {
        float: left;
        margin: 0 2.2vw 2.2vw 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      #main .splitbox > li:before {
        content: none; }
      #main .splitbox > * {
        width: calc((100% - 2.2vw)/2); }
        .ua-safari #main .splitbox > *,
        .ua-edge #main .splitbox > * {
          width: calc((100% - 2.2vw)/2 - 1px); }
      #main .splitbox > *:nth-child(2n) {
        margin-right: 0; }
      @media only screen and (min-width: 980px) and (max-width: 1199px) {
        #main .splitbox > * {
          width: calc((100% - 2.2vw)/2); }
          .ua-safari #main .splitbox > *,
          .ua-edge #main .splitbox > * {
            width: calc((100% - 2.2vw)/2 - 1px); }
        #main .splitbox > *:nth-child(2n) {
          margin-right: 0; } }
      @media only screen and (min-width: 824px) and (max-width: 979px) {
        #main .splitbox > * {
          width: calc((100% - 2.2vw)/2); }
          .ua-safari #main .splitbox > *,
          .ua-edge #main .splitbox > * {
            width: calc((100% - 2.2vw)/2 - 1px); }
        #main .splitbox > *:nth-child(2n) {
          margin-right: 0; } }
      @media only screen and (min-width: 600px) and (max-width: 823px) {
        #main .splitbox > * {
          width: calc((100% - 0vw)/1); }
          .ua-safari #main .splitbox > *,
          .ua-edge #main .splitbox > * {
            width: calc((100% - 0vw)/1 - 1px); }
        #main .splitbox > *:nth-child(1n) {
          margin-right: 0; } }
      @media only screen and (min-width: 400px) and (max-width: 599px) {
        #main .splitbox > * {
          width: calc((100% - 0vw)/1); }
          .ua-safari #main .splitbox > *,
          .ua-edge #main .splitbox > * {
            width: calc((100% - 0vw)/1 - 1px); }
        #main .splitbox > *:nth-child(1n) {
          margin-right: 0; } }
      @media only screen and (max-width: 399px) {
        #main .splitbox > * {
          width: calc((100% - 0vw)/1); }
          .ua-safari #main .splitbox > *,
          .ua-edge #main .splitbox > * {
            width: calc((100% - 0vw)/1 - 1px); }
        #main .splitbox > *:nth-child(1n) {
          margin-right: 0; } }
    #main .splitbox .unit h3 figure {
      margin-bottom: 0; }
      #main .splitbox .unit h3 figure img {
        max-width: 80%; }
        @media only screen and (max-width: 823px) {
          #main .splitbox .unit h3 figure img {
            max-width: 66.6vw; } }
    #main .splitbox .unit figure {
      margin-bottom: 0; }
    #main .splitbox .unit p {
      -webkit-columns: 1;
      columns: 1; }
  #main .unit {
    padding: 4.4vw 0 0; }
    @media only screen and (max-width: 823px) {
      #main .unit {
        padding: 6.6vw 2.2vw 0; } }
    #main .unit .unit {
      padding: 0; }
    #main .unit h3 {
      text-align: center;
      font-family: "Sawarabi Mincho",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
      color: #fff;
      font-weight: normal;
      margin-bottom: 2.2vw; }
      #main .unit h3 {
        font-size: 2.42915rem; }
        @media only screen and (min-width: 980px) and (max-width: 1199px) {
          #main .unit h3 {
            font-size: 2.15385rem; } }
        @media only screen and (min-width: 824px) and (max-width: 979px) {
          #main .unit h3 {
            font-size: 1.81099rem; } }
        @media only screen and (min-width: 600px) and (max-width: 823px) {
          #main .unit h3 {
            font-size: 4.16667vw; } }
        @media only screen and (min-width: 400px) and (max-width: 599px) {
          #main .unit h3 {
            font-size: 5vw; } }
        @media only screen and (max-width: 399px) {
          #main .unit h3 {
            font-size: 5.55556vw; } }
      #main .unit h3 figure {
        text-align: center;
        margin: 0 auto 2.2vw; }
        html.svg #main .unit h3 figure img[src$="png"] {
          display: none; }
        html.nosvg #main .unit h3 figure img[src$="svg"] {
          display: none; }
        #main .unit h3 figure img {
          vertical-align: bottom;
          width: 100%;
          max-width: 50%; }
          @media only screen and (max-width: 980px) {
            #main .unit h3 figure img {
              max-width: 50vw; } }
          @media only screen and (max-width: 823px) {
            #main .unit h3 figure img {
              max-width: 66.6vw;
              -o-object-fit: inherit;
              object-fit: inherit;
              width: 100%;
              height: auto; } }
      #main .unit h3.headline {
        text-align: center;
        font-size: 2.30769rem;
        color: transparent;
        text-align: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 2.2vw;
        font-family: 'Teko', sans-serif;
        font-style: italic;
        width: 50%;
        margin: 0 auto 2.2vw;
        position: relative;
        -webkit-animation: h3text 1s ease-out forwards;
        animation: h3text 1s ease-out forwards;
        -webkit-animation-delay: 1s;
        animation-delay: 1s; }
        #main .unit h3.headline {
          font-size: 4.10256rem; }
          @media only screen and (min-width: 980px) and (max-width: 1199px) {
            #main .unit h3.headline {
              font-size: 3.14103rem; } }
          @media only screen and (min-width: 824px) and (max-width: 979px) {
            #main .unit h3.headline {
              font-size: 2.64103rem; } }
          @media only screen and (min-width: 600px) and (max-width: 823px) {
            #main .unit h3.headline {
              font-size: 6.66667vw; } }
          @media only screen and (min-width: 400px) and (max-width: 599px) {
            #main .unit h3.headline {
              font-size: 8.33333vw; } }
          @media only screen and (max-width: 399px) {
            #main .unit h3.headline {
              font-size: 10vw; } }
        @media only screen and (max-width: 980px) {
          #main .unit h3.headline {
            max-width: 50vw; } }
        #main .unit h3.headline:before, #main .unit h3.headline:after, #main .unit h3.headline span:before, #main .unit h3.headline span:after {
          position: absolute;
          content: "";
          width: 6vw;
          height: 4vw;
          border: #a0bec6 0px solid;
          pointer-events: none; }
        #main .unit h3.headline:before {
          top: 0%;
          left: 0%;
          border-width: 1px 0 0 1px;
          -webkit-animation: bdtl 1s ease-out forwards;
          animation: bdtl 1s ease-out forwards; }
        #main .unit h3.headline:after {
          top: 50%;
          right: 50%;
          border-width: 1px 1px 0 0;
          -webkit-animation: bdtr 1s ease-out forwards;
          animation: bdtr 1s ease-out forwards; }
        #main .unit h3.headline span:before {
          bottom: 50%;
          left: 50%;
          border-width: 0 0 1px 1px;
          -webkit-animation: bdbl 1s ease-out forwards;
          animation: bdbl 1s ease-out forwards; }
        #main .unit h3.headline span:after {
          bottom: 50%;
          right: 50%;
          border-width: 0 1px 1px 0;
          -webkit-animation: bdbr 1s ease-out forwards;
          animation: bdbr 1s ease-out forwards; }

@-webkit-keyframes bdtl {
  0% {
    top: 50%;
    left: 50%; }
  100% {
    top: 0%;
    left: 0%; } }

@keyframes bdtl {
  0% {
    top: 50%;
    left: 50%; }
  100% {
    top: 0%;
    left: 0%; } }

@-webkit-keyframes bdtr {
  0% {
    top: 50%;
    right: 50%; }
  100% {
    top: 0%;
    right: 0%; } }

@keyframes bdtr {
  0% {
    top: 50%;
    right: 50%; }
  100% {
    top: 0%;
    right: 0%; } }

@-webkit-keyframes bdbl {
  0% {
    bottom: 50%;
    left: 50%; }
  100% {
    bottom: 0%;
    left: 0%; } }

@keyframes bdbl {
  0% {
    bottom: 50%;
    left: 50%; }
  100% {
    bottom: 0%;
    left: 0%; } }

@-webkit-keyframes bdbr {
  0% {
    bottom: 50%;
    right: 50%; }
  100% {
    bottom: 0%;
    right: 0%; } }

@keyframes bdbr {
  0% {
    bottom: 50%;
    right: 50%; }
  100% {
    bottom: 0%;
    right: 0%; } }

@-webkit-keyframes h3text {
  0% {
    color: transparent; }
  100% {
    color: #a0bec6; } }

@keyframes h3text {
  0% {
    color: transparent; }
  100% {
    color: #a0bec6; } }
    #main .unit h4 {
      font-family: "Sawarabi Mincho",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
      color: #fc7020;
      margin-bottom: 1.1vw;
      font-weight: normal; }
      #main .unit h4 {
        font-size: 1.42012rem; }
        @media only screen and (min-width: 980px) and (max-width: 1199px) {
          #main .unit h4 {
            font-size: 1.37063rem; } }
        @media only screen and (min-width: 824px) and (max-width: 979px) {
          #main .unit h4 {
            font-size: 1.15245rem; } }
        @media only screen and (min-width: 600px) and (max-width: 823px) {
          #main .unit h4 {
            font-size: 2.38095vw; } }
        @media only screen and (min-width: 400px) and (max-width: 599px) {
          #main .unit h4 {
            font-size: 2.5vw; } }
        @media only screen and (max-width: 399px) {
          #main .unit h4 {
            font-size: 2.63158vw; } }
    #main .unit ul li {
      font-size: 1.15385rem; }
      @media only screen and (min-width: 980px) and (max-width: 1199px) {
        #main .unit ul li {
          font-size: 1.07692rem; } }
      @media only screen and (min-width: 824px) and (max-width: 979px) {
        #main .unit ul li {
          font-size: 0.90549rem; } }
      @media only screen and (min-width: 600px) and (max-width: 823px) {
        #main .unit ul li {
          font-size: 2.38095vw; } }
      @media only screen and (min-width: 400px) and (max-width: 599px) {
        #main .unit ul li {
          font-size: 2.5vw; } }
      @media only screen and (max-width: 399px) {
        #main .unit ul li {
          font-size: 2.63158vw; } }
    #main .unit p {
      line-height: 1.8; }
    #main .unit figure {
      margin-bottom: 2.2vw; }
      #main .unit figure img {
        max-width: 100%; }
        @media only screen and (max-width: 823px) {
          #main .unit figure img {
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            height: 100px; } }
    #main .unit table {
      width: 100%;
      border-top: #0c0f10 1px solid;
      border-left: #0c0f10 1px solid;
      margin-bottom: 2.2vw;
      color: #fff; }
      #main .unit table {
        font-size: 1.15385rem; }
        @media only screen and (min-width: 980px) and (max-width: 1199px) {
          #main .unit table {
            font-size: 1.07692rem; } }
        @media only screen and (min-width: 824px) and (max-width: 979px) {
          #main .unit table {
            font-size: 0.90549rem; } }
        @media only screen and (min-width: 600px) and (max-width: 823px) {
          #main .unit table {
            font-size: 2.38095vw; } }
        @media only screen and (min-width: 400px) and (max-width: 599px) {
          #main .unit table {
            font-size: 2.5vw; } }
        @media only screen and (max-width: 399px) {
          #main .unit table {
            font-size: 2.63158vw; } }
      #main .unit table thead th {
        padding: 1.1vw;
        border-right: #0c0f10 1px solid;
        border-bottom: #0c0f10 1px solid;
        background: #a2b1b6;
        color: #0c0f10;
        white-space: nowrap; }
      #main .unit table tbody th,
      #main .unit table tbody td {
        padding: 1.1vw;
        border-right: #0c0f10 1px solid;
        border-bottom: #0c0f10 1px solid; }
        #main .unit table tbody th *:last-child,
        #main .unit table tbody td *:last-child {
          margin-bottom: 0; }
      #main .unit table tbody th {
        background: #49575d;
        text-align: left;
        width: 10%;
        white-space: nowrap; }
    #main .unit .teaser {
      color: #a0bec6;
      line-height: 1.7;
      margin-bottom: 2.2vw;
      -webkit-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 2.2vw;
      column-gap: 2.2vw; }
      #main .unit .teaser {
        font-size: 1.15385rem; }
        @media only screen and (min-width: 980px) and (max-width: 1199px) {
          #main .unit .teaser {
            font-size: 1.07692rem; } }
        @media only screen and (min-width: 824px) and (max-width: 979px) {
          #main .unit .teaser {
            font-size: 0.90549rem; } }
        @media only screen and (min-width: 600px) and (max-width: 823px) {
          #main .unit .teaser {
            font-size: 2.38095vw; } }
        @media only screen and (min-width: 400px) and (max-width: 599px) {
          #main .unit .teaser {
            font-size: 2.5vw; } }
        @media only screen and (max-width: 399px) {
          #main .unit .teaser {
            font-size: 2.63158vw; } }
      @media only screen and (max-width: 823px) {
        #main .unit .teaser {
          -webkit-column-count: 1;
          column-count: 1; } }
  #main .character {
    padding: 0;
    zoom: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start; }
    #main .character:before, #main .character:after {
      content: "";
      display: table; }
    #main .character:after {
      clear: both; }
    #main .character > * {
      float: left;
      margin: 0 2.2vw 2.2vw 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    #main .character > li:before {
      content: none; }
    #main .character > * {
      width: calc((100% - 2.2vw)/2); }
      .ua-safari #main .character > *,
      .ua-edge #main .character > * {
        width: calc((100% - 2.2vw)/2 - 1px); }
    #main .character > *:nth-child(2n) {
      margin-right: 0; }
    @media only screen and (min-width: 980px) and (max-width: 1199px) {
      #main .character > * {
        width: calc((100% - 2.2vw)/2); }
        .ua-safari #main .character > *,
        .ua-edge #main .character > * {
          width: calc((100% - 2.2vw)/2 - 1px); }
      #main .character > *:nth-child(2n) {
        margin-right: 0; } }
    @media only screen and (min-width: 824px) and (max-width: 979px) {
      #main .character > * {
        width: calc((100% - 2.2vw)/2); }
        .ua-safari #main .character > *,
        .ua-edge #main .character > * {
          width: calc((100% - 2.2vw)/2 - 1px); }
      #main .character > *:nth-child(2n) {
        margin-right: 0; } }
    @media only screen and (min-width: 600px) and (max-width: 823px) {
      #main .character > * {
        width: calc((100% - 0vw)/1); }
        .ua-safari #main .character > *,
        .ua-edge #main .character > * {
          width: calc((100% - 0vw)/1 - 1px); }
      #main .character > *:nth-child(1n) {
        margin-right: 0; } }
    @media only screen and (min-width: 400px) and (max-width: 599px) {
      #main .character > * {
        width: calc((100% - 0vw)/1); }
        .ua-safari #main .character > *,
        .ua-edge #main .character > * {
          width: calc((100% - 0vw)/1 - 1px); }
      #main .character > *:nth-child(1n) {
        margin-right: 0; } }
    @media only screen and (max-width: 399px) {
      #main .character > * {
        width: calc((100% - 0vw)/1); }
        .ua-safari #main .character > *,
        .ua-edge #main .character > * {
          width: calc((100% - 0vw)/1 - 1px); }
      #main .character > *:nth-child(1n) {
        margin-right: 0; } }
  #main .character li {
    list-style: none; }
    #main .character li h4 {
      font-size: 2.42915rem; }
      @media only screen and (min-width: 980px) and (max-width: 1199px) {
        #main .character li h4 {
          font-size: 2.15385rem; } }
      @media only screen and (min-width: 824px) and (max-width: 979px) {
        #main .character li h4 {
          font-size: 1.81099rem; } }
      @media only screen and (min-width: 600px) and (max-width: 823px) {
        #main .character li h4 {
          font-size: 4.16667vw; } }
      @media only screen and (min-width: 400px) and (max-width: 599px) {
        #main .character li h4 {
          font-size: 5vw; } }
      @media only screen and (max-width: 399px) {
        #main .character li h4 {
          font-size: 5.55556vw; } }
    #main .character li figure {
      overflow: hidden; }
      #main .character li figure img {
        width: 150px;
        height: 300px;
        float: left;
        -o-object-fit: cover;
        object-fit: cover; }
        @media only screen and (max-width: 979px) {
          #main .character li figure img {
            float: none;
            width: 100%;
            height: 150px; } }
      #main .character li figure figcaption {
        float: right;
        width: calc(100% - 150px - 1.1vw); }
        @media only screen and (max-width: 979px) {
          #main .character li figure figcaption {
            float: none;
            width: 100%; } }
        #main .character li figure figcaption p {
          color: #a0bec6; }
          #main .character li figure figcaption p {
            font-size: 1.15385rem; }
            @media only screen and (min-width: 980px) and (max-width: 1199px) {
              #main .character li figure figcaption p {
                font-size: 1.07692rem; } }
            @media only screen and (min-width: 824px) and (max-width: 979px) {
              #main .character li figure figcaption p {
                font-size: 0.90549rem; } }
            @media only screen and (min-width: 600px) and (max-width: 823px) {
              #main .character li figure figcaption p {
                font-size: 2.38095vw; } }
            @media only screen and (min-width: 400px) and (max-width: 599px) {
              #main .character li figure figcaption p {
                font-size: 2.5vw; } }
            @media only screen and (max-width: 399px) {
              #main .character li figure figcaption p {
                font-size: 2.63158vw; } }
    #main .character li.noumen figure img {
      -o-object-position: 80% 100%;
      object-position: 80% 100%; }
      @media only screen and (max-width: 979px) {
        #main .character li.noumen figure img {
          -o-object-position: 100% 60%;
          object-position: 100% 60%; } }
    #main .character li.noume figure img {
      -o-object-position: 20% 100%;
      object-position: 20% 100%; }
      @media only screen and (max-width: 979px) {
        #main .character li.noume figure img {
          -o-object-position: 100% 30%;
          object-position: 100% 30%; } }
  #main .gallery {
    margin-bottom: 9px; }
    #main .gallery {
      padding: 0;
      zoom: 1;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -webkit-box-pack: start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start; }
      #main .gallery:before, #main .gallery:after {
        content: "";
        display: table; }
      #main .gallery:after {
        clear: both; }
      #main .gallery > * {
        float: left;
        margin: 0 0 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      #main .gallery > li:before {
        content: none; }
      #main .gallery > * {
        width: calc((100% - 0)/1); }
        .ua-safari #main .gallery > *,
        .ua-edge #main .gallery > * {
          width: calc((100% - 0)/1 - 1px); }
      #main .gallery > *:nth-child(1n) {
        margin-right: 0; }
      @media only screen and (min-width: 980px) and (max-width: 1199px) {
        #main .gallery > * {
          width: calc((100% - 0)/1); }
          .ua-safari #main .gallery > *,
          .ua-edge #main .gallery > * {
            width: calc((100% - 0)/1 - 1px); }
        #main .gallery > *:nth-child(1n) {
          margin-right: 0; } }
      @media only screen and (min-width: 824px) and (max-width: 979px) {
        #main .gallery > * {
          width: calc((100% - 0)/1); }
          .ua-safari #main .gallery > *,
          .ua-edge #main .gallery > * {
            width: calc((100% - 0)/1 - 1px); }
        #main .gallery > *:nth-child(1n) {
          margin-right: 0; } }
      @media only screen and (min-width: 600px) and (max-width: 823px) {
        #main .gallery > * {
          width: calc((100% - 0)/1); }
          .ua-safari #main .gallery > *,
          .ua-edge #main .gallery > * {
            width: calc((100% - 0)/1 - 1px); }
        #main .gallery > *:nth-child(1n) {
          margin-right: 0; } }
      @media only screen and (min-width: 400px) and (max-width: 599px) {
        #main .gallery > * {
          width: calc((100% - 0)/1); }
          .ua-safari #main .gallery > *,
          .ua-edge #main .gallery > * {
            width: calc((100% - 0)/1 - 1px); }
        #main .gallery > *:nth-child(1n) {
          margin-right: 0; } }
      @media only screen and (max-width: 399px) {
        #main .gallery > * {
          width: calc((100% - 0)/1); }
          .ua-safari #main .gallery > *,
          .ua-edge #main .gallery > * {
            width: calc((100% - 0)/1 - 1px); }
        #main .gallery > *:nth-child(1n) {
          margin-right: 0; } }
    #main .gallery li {
      list-style: none;
      position: -webkit-sticky;
      position: sticky;
      top: 0; }
      #main .gallery li figure {
        position: relative;
        overflow: hidden;
        margin-bottom: 0; }
        #main .gallery li figure img {
          width: 100%;
          vertical-align: bottom;
          -webkit-filter: grayscale(80%) blur(3px);
          filter: grayscale(80%) blur(3px);
          -webkit-transition: -webkit-filter 0.6s ease-in;
          transition: -webkit-filter 0.6s ease-in;
          -o-transition: filter 0.6s ease-in;
          transition: filter 0.6s ease-in;
          transition: filter 0.6s ease-in, -webkit-filter 0.6s ease-in;
          height: auto !important;
          -o-object-fit: inherit;
          object-fit: inherit; }
        #main .gallery li figure figcaption {
          position: absolute;
          padding: 2.2vw;
          right: 0;
          bottom: 0;
          left: 0;
          background: rgba(0, 0, 0, 0.66);
          -webkit-transition: 0.6s ease-in all;
          -o-transition: 0.6s ease-in all;
          transition: 0.6s ease-in all; }
          #main .gallery li figure figcaption h4 {
            line-height: 1;
            font-size: 3.07692rem;
            font-weight: bold;
            font-family: 'Teko',"Sawarabi Mincho", sans-serif;
            font-style: italic;
            text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;
            -webkit-transition: 0.6s ease-in all;
            -o-transition: 0.6s ease-in all;
            transition: 0.6s ease-in all;
            color: #fff; }
            @media only screen and (max-width: 979px) {
              #main .gallery li figure figcaption h4 {
                font-size: 2.30769rem; } }
            @media only screen and (max-width: 599px) {
              #main .gallery li figure figcaption h4 {
                font-size: 1.53846rem; } }
            @media only screen and (max-width: 399px) {
              #main .gallery li figure figcaption h4 {
                font-size: 1.23077rem; } }
          #main .gallery li figure figcaption p {
            text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;
            color: #fff;
            -webkit-transition: 0.6s ease-in all;
            -o-transition: 0.6s ease-in all;
            transition: 0.6s ease-in all;
            overflow: hidden;
            opacity: 1;
            line-height: 1.8; }
            #main .gallery li figure figcaption p {
              font-size: 1.15385rem; }
              @media only screen and (min-width: 980px) and (max-width: 1199px) {
                #main .gallery li figure figcaption p {
                  font-size: 1.15976rem; } }
              @media only screen and (min-width: 824px) and (max-width: 979px) {
                #main .gallery li figure figcaption p {
                  font-size: 0.97515rem; } }
              @media only screen and (min-width: 600px) and (max-width: 823px) {
                #main .gallery li figure figcaption p {
                  font-size: 2.38095vw; } }
              @media only screen and (min-width: 400px) and (max-width: 599px) {
                #main .gallery li figure figcaption p {
                  font-size: 2.77778vw; } }
              @media only screen and (max-width: 399px) {
                #main .gallery li figure figcaption p {
                  font-size: 2.7027vw; } }
      #main .gallery li:hover figure img {
        -webkit-filter: grayscale(0%) blur(0);
        filter: grayscale(0%) blur(0); }
      #main .gallery li:hover figure figcaption {
        background: rgba(0, 0, 0, 0); }
        #main .gallery li:hover figure figcaption h4 {
          color: #fc7020; }
        #main .gallery li:hover figure figcaption p {
          line-height: 0;
          opacity: 0; }
      @media only screen and (max-width: 823px) {
        #main .gallery li figure img {
          -webkit-filter: grayscale(80%) blur(5px);
          filter: grayscale(80%) blur(5px); }
        #main .gallery li figure figcaption {
          background: rgba(0, 0, 0, 0.66); }
          #main .gallery li figure figcaption h4 {
            color: #fff; }
          #main .gallery li figure figcaption p {
            opacity: 1;
            line-height: 1.8; } }
  #main .logo li {
    list-style: none;
    text-align: center;
    font-size: 0.69231rem;
    color: #fff; }
    html.svg #main .logo li figure img[src$="png"] {
      display: none; }
    html.nosvg #main .logo li figure img[src$="svg"] {
      display: none; }
    #main .logo li figure img {
      width: 100%;
      -o-object-fit: inherit !important;
      object-fit: inherit !important;
      height: auto !important; }
  #main .logo.logo_m {
    padding: 0;
    zoom: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start; }
    #main .logo.logo_m:before, #main .logo.logo_m:after {
      content: "";
      display: table; }
    #main .logo.logo_m:after {
      clear: both; }
    #main .logo.logo_m > * {
      float: left;
      margin: 0 1.1vw 1.1vw 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    #main .logo.logo_m > li:before {
      content: none; }
    #main .logo.logo_m > * {
      width: calc((100% - 1.1vw)/2); }
      .ua-safari #main .logo.logo_m > *,
      .ua-edge #main .logo.logo_m > * {
        width: calc((100% - 1.1vw)/2 - 1px); }
    #main .logo.logo_m > *:nth-child(2n) {
      margin-right: 0; }
    @media only screen and (min-width: 980px) and (max-width: 1199px) {
      #main .logo.logo_m > * {
        width: calc((100% - 1.1vw)/2); }
        .ua-safari #main .logo.logo_m > *,
        .ua-edge #main .logo.logo_m > * {
          width: calc((100% - 1.1vw)/2 - 1px); }
      #main .logo.logo_m > *:nth-child(2n) {
        margin-right: 0; } }
    @media only screen and (min-width: 824px) and (max-width: 979px) {
      #main .logo.logo_m > * {
        width: calc((100% - 1.1vw)/2); }
        .ua-safari #main .logo.logo_m > *,
        .ua-edge #main .logo.logo_m > * {
          width: calc((100% - 1.1vw)/2 - 1px); }
      #main .logo.logo_m > *:nth-child(2n) {
        margin-right: 0; } }
    @media only screen and (min-width: 600px) and (max-width: 823px) {
      #main .logo.logo_m > * {
        width: calc((100% - 1.1vw)/2); }
        .ua-safari #main .logo.logo_m > *,
        .ua-edge #main .logo.logo_m > * {
          width: calc((100% - 1.1vw)/2 - 1px); }
      #main .logo.logo_m > *:nth-child(2n) {
        margin-right: 0; } }
    @media only screen and (min-width: 400px) and (max-width: 599px) {
      #main .logo.logo_m > * {
        width: calc((100% - 1.1vw)/2); }
        .ua-safari #main .logo.logo_m > *,
        .ua-edge #main .logo.logo_m > * {
          width: calc((100% - 1.1vw)/2 - 1px); }
      #main .logo.logo_m > *:nth-child(2n) {
        margin-right: 0; } }
    @media only screen and (max-width: 399px) {
      #main .logo.logo_m > * {
        width: calc((100% - 1.1vw)/2); }
        .ua-safari #main .logo.logo_m > *,
        .ua-edge #main .logo.logo_m > * {
          width: calc((100% - 1.1vw)/2 - 1px); }
      #main .logo.logo_m > *:nth-child(2n) {
        margin-right: 0; } }
  #main .logo.logo_s {
    padding: 0;
    zoom: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start; }
    #main .logo.logo_s:before, #main .logo.logo_s:after {
      content: "";
      display: table; }
    #main .logo.logo_s:after {
      clear: both; }
    #main .logo.logo_s > * {
      float: left;
      margin: 0 1.1vw 1.1vw 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    #main .logo.logo_s > li:before {
      content: none; }
    #main .logo.logo_s > * {
      width: calc((100% - 5.5vw)/6); }
      .ua-safari #main .logo.logo_s > *,
      .ua-edge #main .logo.logo_s > * {
        width: calc((100% - 5.5vw)/6 - 1px); }
    #main .logo.logo_s > *:nth-child(6n) {
      margin-right: 0; }
    @media only screen and (min-width: 980px) and (max-width: 1199px) {
      #main .logo.logo_s > * {
        width: calc((100% - 5.5vw)/6); }
        .ua-safari #main .logo.logo_s > *,
        .ua-edge #main .logo.logo_s > * {
          width: calc((100% - 5.5vw)/6 - 1px); }
      #main .logo.logo_s > *:nth-child(6n) {
        margin-right: 0; } }
    @media only screen and (min-width: 824px) and (max-width: 979px) {
      #main .logo.logo_s > * {
        width: calc((100% - 4.4vw)/5); }
        .ua-safari #main .logo.logo_s > *,
        .ua-edge #main .logo.logo_s > * {
          width: calc((100% - 4.4vw)/5 - 1px); }
      #main .logo.logo_s > *:nth-child(5n) {
        margin-right: 0; } }
    @media only screen and (min-width: 600px) and (max-width: 823px) {
      #main .logo.logo_s > * {
        width: calc((100% - 4.4vw)/5); }
        .ua-safari #main .logo.logo_s > *,
        .ua-edge #main .logo.logo_s > * {
          width: calc((100% - 4.4vw)/5 - 1px); }
      #main .logo.logo_s > *:nth-child(5n) {
        margin-right: 0; } }
    @media only screen and (min-width: 400px) and (max-width: 599px) {
      #main .logo.logo_s > * {
        width: calc((100% - 3.3vw)/4); }
        .ua-safari #main .logo.logo_s > *,
        .ua-edge #main .logo.logo_s > * {
          width: calc((100% - 3.3vw)/4 - 1px); }
      #main .logo.logo_s > *:nth-child(4n) {
        margin-right: 0; } }
    @media only screen and (max-width: 399px) {
      #main .logo.logo_s > * {
        width: calc((100% - 3.3vw)/4); }
        .ua-safari #main .logo.logo_s > *,
        .ua-edge #main .logo.logo_s > * {
          width: calc((100% - 3.3vw)/4 - 1px); }
      #main .logo.logo_s > *:nth-child(4n) {
        margin-right: 0; } }

.dib {
  display: inline-block;
  font-size: inherit;
  color: inherit;
  font-weight: inherit; }

.displaynone {
  display: none; }

.wating {
  color: #f00;
  font-weight: bold; }

.tablebreaker.breaking,
.tablebreaker.breaking tbody, .tablebreaker.breaking tr, .tablebreaker.breaking th, .tablebreaker.breaking td, .tablebreaker.breaking caption {
  display: block;
  width: 100%;
  border: none;
  padding: 0;
  background: none;
  font-size: 100%;
  line-height: 1.5; }

.tablebreaker.breaking {
  margin-bottom: 2.2vw; }
  .tablebreaker.breaking thead {
    display: none; }
  .tablebreaker.breaking tr {
    margin-bottom: 2.2vw; }
    .tablebreaker.breaking tr:last-child {
      margin-bottom: 0; }
  .tablebreaker.breaking caption {
    font-size: 83.3%; }

.btnsHoverList > *,
.btnsHover {
  cursor: pointer !important; }

#main .px8 {
  font-size: 0.61538rem; }

#main .px9 {
  font-size: 0.69231rem; }

#main .px10 {
  font-size: 0.76923rem; }

#main .px11 {
  font-size: 0.84615rem; }

#main .px12 {
  font-size: 0.92308rem; }

#main .px13 {
  font-size: 1rem; }

#main .px14 {
  font-size: 1.07692rem; }

#main .px15 {
  font-size: 1.15385rem; }

#main .px16 {
  font-size: 1.23077rem; }

#main .px17 {
  font-size: 1.30769rem; }

#main .px18 {
  font-size: 1.38462rem; }

#main .px19 {
  font-size: 1.46154rem; }

#main .px20 {
  font-size: 1.53846rem; }

#main .px21 {
  font-size: 1.61538rem; }

#main .px22 {
  font-size: 1.69231rem; }

#main .px23 {
  font-size: 1.76923rem; }

#main .px24 {
  font-size: 1.84615rem; }

#main .red {
  color: red; }

#main strong {
  font-weight: bold; }

#main .clear {
  clear: both; }

#main .txtAlignC,
#main .allTxtAlignC th,
#main .allTxtAlignC td {
  text-align: center; }

#main .txtAlignL {
  text-align: left; }

#main .txtAlignR {
  text-align: right; }

#main .vAlignMiddle {
  vertical-align: middle;
  margin: 0 5px; }

#main .linklist {
  margin-bottom: 2.2vw;
  padding-left: 10px;
  font-size: 94%; }
  #main .linklist li {
    font-size: 83.3%;
    padding-left: 30px;
    position: relative;
    margin-bottom: 1.1vw;
    line-height: 1.4;
    list-style: none; }
    #main .linklist li a {
      color: #fc7020; }
      #main .linklist li a:hover {
        color: #fda06b; }
        #main .linklist li a:hover span {
          color: inherit; }
    #main .linklist li:before, #main .linklist li:after {
      position: absolute;
      content: "" !important;
      width: 0;
      height: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      border: transparent 5px solid;
      border-right: none;
      border-left: transparent 10px solid;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    #main .linklist li:before {
      left: 0px;
      border-left-color: #b44302; }
    #main .linklist li:hover:before {
      left: 5px; }
    #main .linklist li:after {
      left: 10px;
      border-left-color: #dc5203; }
    #main .linklist li:hover:after {
      left: 15px; }
  #main td #main .linklist {
    margin: 0; }
    #main td #main .linklist li {
      padding-left: 26px;
      font-size: 0.84615rem; }
      #main td #main .linklist li a {
        font-size: 0.92308rem; }
        #main td #main .linklist li a .fa {
          display: inline; }
      #main td #main .linklist li:before, #main td #main .linklist li:after {
        border-width: 4.5px;
        border-left-width: 9px;
        border-right: none; }
      #main td #main .linklist li:before {
        left: 0px; }
      #main td #main .linklist li:after {
        left: 9px; }
      #main td #main .linklist li:hover:before {
        left: 3px; }
      #main td #main .linklist li:hover:after {
        left: 12px; }

#main .floatContentsR {
  float: right;
  margin-bottom: 2.2vw;
  margin-left: 1.1vw; }

#main .floatContentsL {
  float: left;
  margin-bottom: 2.2vw;
  margin-right: 1.1vw; }

#main .floatContentsR,
#main .floatContentsL {
  max-width: 49%;
  max-width: calc(50% - 10px); }
  #main .floatContentsR img,
  #main .floatContentsL img {
    width: 100%; }

@media only screen and (max-width: 979px) {
  #main .floatContentsR,
  #main .floatContentsL {
    width: 200px;
    max-width: 49%;
    max-width: calc(50% - 5px); } }

@media only screen and (max-width: 599px) {
  #main .floatContentsR,
  #main .floatContentsL {
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    max-width: 100%; }
    #main .floatContentsR img,
    #main .floatContentsL img {
      vertical-align: bottom; } }

#main ol.zengokakko {
  counter-reset: li;
  padding-left: 0; }
  #main ol.zengokakko li:before {
    counter-increment: li;
    content: "（" counter(li, decimal) "）"; }
  #main ol.zengokakko > li {
    list-style: none;
    position: relative;
    padding-left: 2.5em; }
    #main ol.zengokakko > li:before {
      position: absolute;
      left: 0;
      color: #a0bec6 !important; }

#main ul.comelist {
  padding-left: 0;
  margin-top: 1.1vw; }
  #main ul.comelist > li {
    list-style: none;
    position: relative;
    padding-left: 1.5em; }
    #main ul.comelist > li:before {
      position: absolute;
      left: 0;
      color: #a0bec6 !important; }
  #main ul.comelist > li {
    margin-top: 0;
    font-size: 0.76923rem; }
    #main ul.comelist > li:before {
      content: "※"; }

#main .tabledl {
  overflow: hidden; }
  #main .tabledl dt {
    float: left; }
  #main .tabledl dd {
    margin-bottom: 0.5em; }
  #main .tabledl.tdl1em dt {
    width: "1em"; }
  #main .tabledl.tdl1em dd {
    margin-left: "1.5em"; }
  #main .tabledl.tdl2em dt {
    width: "2em"; }
  #main .tabledl.tdl2em dd {
    margin-left: "2.5em"; }
  #main .tabledl.tdl3em dt {
    width: "3em"; }
  #main .tabledl.tdl3em dd {
    margin-left: "3.5em"; }
  #main .tabledl.tdl4em dt {
    width: "4em"; }
  #main .tabledl.tdl4em dd {
    margin-left: "4.5em"; }
  #main .tabledl.tdl5em dt {
    width: "5em"; }
  #main .tabledl.tdl5em dd {
    margin-left: "5.5em"; }

#main .widthbox-1-harf {
  width: 50%;
  margin: auto; }

#main .widthbox-3-quarter {
  width: 75%;
  margin: auto; }

#main em {
  color: #c00; }

#main img[src=""] {
  background: #f00; }

#main .icon i {
  margin-left: 5px; }

#main .fa-file-pdf {
  color: #f21d1d; }

#main .fa-file-word {
  color: #121b83; }

#main .fa-file-excel {
  color: #0e9a2f; }

#main .fa-file-powerpoint {
  color: #ff9300; }

#main .fa-envelope {
  color: #f00; }

#main .fa-clone {
  color: #fc7020; }

.ggmap,
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px; }
  .ggmap iframe,
  .ggmap object,
  .ggmap embed,
  .youtube iframe,
  .youtube object,
  .youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
