@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cf:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

body {
  font-family: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: auto;
  min-width: 1080px;
  max-width: 3000px;
  color: #000;
  background: #fff;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6em;
  letter-spacing: 0.08em;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

a {
  color: #3cadd8;
  text-decoration: none;
  display: inline-block;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

img {
  font-size: 0;
  line-height: 0;
}

.loader {
  display: block;
  position: fixed;
  top: 0;
  left: auto;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  opacity: 1;
  filter: alpha(opacity=100);
}

.loader .loader-logo {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  margin: -110px 0 0 -150px;
  width: 300px;
  height: 220px;
  z-index: 1001;
  opacity: 0;
  filter: alpha(opacity=0);
}

.loader .loader-txt--1 {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  margin: -161px 0 0 -328px;
  width: 656px;
  height: 322px;
  z-index: 1001;
  opacity: 0;
  filter: alpha(opacity=0);
}

.loader .loader-txt--2 {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  margin: -161px 0 0 -328px;
  width: 656px;
  height: 322px;
  z-index: 1001;
  opacity: 0;
  filter: alpha(opacity=0);
}

.top {
  opacity: 0;
  filter: alpha(opacity=0);
}

header {
  width: 200px;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  border-right: solid 1px #ededed;
}

header .left .gnav {
  margin: 20px 0;
}

header .left .gnav .gnav-item {
  width: 200px;
  height: 37px;
  opacity: 0;
  filter: alpha(opacity=0);
  margin-left: -50px;
  overflow: hidden;
}

header .left .gnav .gnav-item :hover img {
  margin-top: -37px;
}

header .left .gnav .current img {
  margin-top: -37px;
}

header .left .sub-bnr .sub-bnr__list {
  text-align: center;
  line-height: 0;
}

header .left .sub-bnr .sub-bnr__list li img {
  width: 100%;
  height: auto;
  webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.right {
  background: url(../img/common/bg.gif) repeat;
  width: calc(100% - 200px);
  height: 100%;
  min-height: 100vh;
  position: relative;
  top: 0;
  left: 200px;
  overflow: hidden;
}

.right .main-visual {
  font-size: 0;
  line-height: 0;
}

.right .main-visual img {
  width: 100%;
  height: auto;
}

.right .main-visual .main-visual__slide {
  background: #3cadd8;
  width: 38px;
  position: fixed;
  top: 0;
  left: 200px;
  z-index: 2;
}

.right .main-visual .main-visual__slide li {
  position: relative;
  width: 7px;
  height: 7px;
  margin: 15px;
  background: #3cadd8;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 1px solid #fff;
}

.right .main-visual .main-visual__slide li button {
  visibility: hidden;
  margin: -7px -7px -7px -7px;
  padding: 7px;
  font-size: 0;
}

.right .main-visual .main-visual__slide li.slick-active {
  background: #fff;
}

.right .main-visual .main-visual__slide li:hover {
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.right .main-visual .main-visual__slide li:first-child {
  margin-top: 0;
}

.right .main-visual .main-visual__slide li:last-child {
  margin-bottom: 0;
}

.right .main-visual .main-visual__slide .slide-r, .right .main-visual .main-visual__slide .slide-l {
  cursor: pointer;
}

aside .twitter-area {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(60, 181, 228, 0.5);
  z-index: 100;
}

aside .twitter-area .twitter-area__wrap {
  background: url(../img/top/bg.png) no-repeat;
  width: 724px;
  height: 720px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 150;
}

aside .twitter-area .twitter-area__wrap .twitter-area__title {
  width: 116px;
  height: 48px;
  position: absolute;
  top: 30px;
  right: 230px;
}

aside .twitter-area .twitter-area__wrap .twitter-area__link {
  width: 120px;
  height: 120px;
  position: absolute;
  right: 220px;
  bottom: 65px;
}

aside .twitter-area .twitter-area__wrap .tweet {
  width: 480px;
  height: 360px;
  position: absolute;
  top: 115px;
  right: 50px;
}

aside .twitter-btn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 150;
}

aside .open {
  display: block;
}

aside .close {
  display: none;
}

footer {
  vertical-align: middle;
  background: #fff;
  width: calc(100% - 200px);
  height: auto;
  position: relative;
  left: 200px;
  bottom: 0;
  z-index: 2;
  border-top: solid 1px #ededed;
}

footer .snav {
  vertical-align: middle;
  width: 50%;
  display: inline-block;
  float: left;
  padding: 10px 30px 10px 30px;
  vertical-align: middle;
}

footer .copy small {
  vertical-align: middle;
  width: 50%;
  text-align: right;
  color: #969696;
  display: inline-block;
  padding: 10px 30px 10px 0;
}
