@charset "UTF-8";
/* CSS Document */
/* Fonts
------------------------------------------------------------*/
@font-face {
  font-family: "Avenir";
  src: url("font/AvenirRoman.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("font/AvenirNextLTPro-It.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Avenir";
  src: url("font/AvenirNextLTPro-Demi.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
html {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", Osaka,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,  sans-serif;
  font-size: 13px;
  background: #FFF;
}
html.opening {
  height: 100%;
  overflow: hidden;
}

body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  position: relative;
  line-height: 1.7;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  color: #000000;
}
body.opening {
  height: 100%;
  overflow: hidden;
}
body a {
  color: #2196f3;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
body a:hover {
  text-decoration: underline;
}
body a img {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  backface-visibility: hidden;
}
body a img:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
body a.underline {
  color: #000000;
  text-decoration: underline;
}
body img {
  max-width: 100%;
  height: auto;
}
body .wrap {
  width: 960px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
body ::selection {
  background: rgba(33, 150, 243, 0.2);
  /* Safari */
}
body ::-moz-selection {
  background: rgba(33, 150, 243, 0.2);
  /* Firefox */
}

br.sp {
  display: none;
}

/* header
------------------------------------------------------------*/
.ie header .wrap nav ul li:nth-child(5) a span {
  left: -55px;
  margin-left: 0px;
}
.ie header .wrap nav ul li a span:before, .ie header .wrap nav ul li a span .arrow {
  top: -4px;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .head-content {
  padding: 31px 0 30px;
  border-bottom: 1px solid #FFF;
}
header .wrap {
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  /* Android 2~4 */
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header .wrap #logo-tmt, header .wrap #menu {
  display: none;
}
header .wrap #logo {
  line-height: 0;
  font-size: 0;
  text-indent: -999em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .wrap #logo a {
  display: block;
  width: 191px;
  height: 48px;
  background: url(../img/common/logo.png) no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .wrap #logo a:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
header .wrap nav {
  padding-top: 15px;
}
header .wrap nav ul li {
  display: -moz-inline-box;
  display: inline-block;
  *
  display: inline;
  *
  zoom: 1;
  vertical-align: top;
  font-family: "Avenir";
  font-size: 16px;
  /* font-size: 1.2307692308rem; */
  font-weight: bold;
  text-align: center;
  line-height: 1;
  position: relative;
  padding: 5px 18px;
}
header .wrap nav ul li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 1px;
  height: 12px;
  top: 6px;
  background-color: #FFF;
}
header .wrap nav ul li.ff a span {
  bottom: -62px;
}
header .wrap nav ul li:last-child:after {
  display: none;
}
header .wrap nav ul li a {
  color: #FFF;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .wrap nav ul li a:hover {
  text-decoration: none;
}
header .wrap nav ul li a small {
  display: block;
  font-size: 10px;
  font-size: 0.7692307692rem;
  font-weight: normal;
}
header .wrap nav ul li a span {
  visibility: hidden;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  font-size: 12px;
  font-size: 0.9230769231rem;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #FFF;
  padding: 10px 0;
  text-align: center;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  color: #000000;
  width: 190px;
  left: 50%;
  margin-left: -95px;
  bottom: -42px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .wrap nav ul li a span:before, header .wrap nav ul li a span .arrow {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #FFF transparent;
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: -6px;
}
header .wrap nav ul li:hover a span {
  visibility: visible;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
header .wrap nav ul li.current a {
  color: #a8bdce;
}
header .wrap nav ul li.event:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -35px;
  width: 100%;
  height: 70px;
}
header #spnav {
  display: none;
}
header #event-menu {
  visibility: hidden;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  background-color: #FFF;
  position: fixed;
  top: 110px;
  left: 0;
  width: 100%;
  padding: 32px 0 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 999;
}
header #event-menu.active, header #event-menu:hover {
  visibility: visible;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
header #event-menu .wrap {
  display: block;
}
header #event-menu ul {
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
header #event-menu ul li {
  float: left;
  width: 25%;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}
header #event-menu ul li .number {
  min-width: 34px;
  width: 34px;
  margin-right: 8px;
  line-height: 34px;
  color: #FFF;
  font-family: "Avenir";
  font-size: 12px;
  font-size: 0.9230769231rem;
  text-align: center;
  font-weight: bold;
  background-color: #000000;
  /* &.navy{
  	background-color: $navy;
  }
  &.yellow{
  	background-color: $yellow;
  }
  &.red{
  	background-color: $red;
  }
  &.green{
  	background-color: $green;
  }	 */
}
header #event-menu ul li .number.gray {
  background-color: #b5b5b5;
}
header #event-menu ul li .title {
  line-height: 1.2;
}
header #event-menu ul li .title a {
  color: #000000;
  font-size: 14px;
  font-size: 1.0769230769rem;
  font-weight: bold;
}
header #event-menu ul li .title a small {
  font-size: 11px;
  font-size: 0.8rem;
  display: block;
}
header #event-menu ul.nav2 {
  padding-top: 20px;
}
header #event-menu ul.nav2 li {
  margin-bottom: 0;
}
header #event-menu ul.nav2 li .title small {
  font-weight: normal;
  font-size: 10px;
  font-size: 0.7692307692rem;
  padding-bottom: 3px;
}
header #event-menu .text1 {
  clear: both;
  font-size: 12px;
  font-size: 0.9230769231rem;
  position: relative;
}
header #event-menu .text1 span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  background-color: #FFF;
  padding-right: 15px;
}
header #event-menu .text1:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px dotted #000000;
  left: 0;
  top: 50%;
  position: absolute;
}
header.next .head-content {
  background-color: #FFF;
  border-bottom-color: #d7d7d7;
}
header.next .wrap #logo a {
  background-image: url(../img/common/logo-black.png);
}
header.next .wrap nav ul li:after {
  background-color: #000000;
}
header.next .wrap nav ul li.current a {
  color: #a8bdce;
}
header.next .wrap nav ul li a {
  color: #000000;
}
header.next .wrap nav ul li a span {
  background-color: #ededed;
}
header.next .wrap nav ul li a span:before, header.next .wrap nav ul li a span .arrow {
  border-color: transparent transparent #ededed transparent;
}
header.down #event-menu {
  top: 54px;
  border-bottom: 1px solid #d7d7d7;
}
header .head-down {
  width: 100%;
  position: fixed;
  background-color: #FFF;
  border-bottom-color: #d7d7d7;
  padding: 8px 0;
  top: -65px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .head-down.show {
  top: 0;
}
header .head-down .wrap #logo a {
  background-image: url(../img/common/logo-black.png);
  background-size: 148px auto;
  width: 148px;
  height: 37px;
}
header .head-down .wrap nav ul li {
  padding: 5px 18px 0;
  padding: 0px 18px 0\0;
}
header .head-down .wrap nav ul li:after {
  background-color: #000000;
}
header .head-down .wrap nav ul li a {
  color: #000000;
}
header .head-down .wrap nav ul li a span {
  background-color: #ededed;
}
header .head-down .wrap nav ul li a span:before, header .head-down .wrap nav ul li a span .arrow {
  border-color: transparent transparent #ededed transparent;
}

/* footer
------------------------------------------------------------*/
footer .sp-navi {
  display: none;
}
footer .foot-main {
  background-color: #ededed;
  text-align: center;
  padding: 30px 0;
}
footer .foot-main .f-logo {
  line-height: 0;
  padding-bottom: 25px;
}
footer .foot-main nav {
  padding-bottom: 25px;
}
footer .foot-main nav ul li {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  font-size: 1.0769230769rem;
  font-weight: bold;
}
footer .foot-main nav ul li:after {
  content: "|";
  margin: 0 15px;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
footer .foot-main nav ul li:last-child:after {
  display: none;
}
footer .foot-main nav ul li a {
  color: #000000;
}
footer .foot-main > ul li {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 0 12px;
}
footer .foot-main > ul li a {
  color: #000000;
  font-size: 10px;
  font-size: 0.7692307692rem;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 10px;
  background: url(../img/common/arrow-foot.png) no-repeat left center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .foot-main > ul li a:hover {
  background-position: 5px center;
}
footer .foot-main address {
  padding-top: 30px;
  font-family: "Avenir";
  font-size: 10px;
  font-size: 0.7692307692rem;
}

/* container
------------------------------------------------------------*/
.ie #container .cat {
  padding: 11px 10px 9px;
}

#container {
  position: relative;
  background-color: #FFF;
  padding-bottom: 80px;
}
#container .bread-area {
  padding: 20px 0;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  /* Android 2~4 */
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#container .bread-area .breadcrumb {
  line-height: 1.2;
  letter-spacing: -.4em;
  font-size: 12px;
  font-size: 0.9230769231rem;
}
#container .bread-area .breadcrumb:after {
  clear: both;
  display: block;
  content: '';
}
#container .bread-area .breadcrumb li {
  letter-spacing: normal;
  float: left;
}
#container .bread-area .breadcrumb li:after {
  content: "/";
  margin: 0 5px;
}
#container .bread-area .breadcrumb li:last-child:after {
  display: none;
}
#container .bread-area .breadcrumb li a {
  color: #000000;
}
#container .cat {
  position: relative;
  color: #FFF;
  font-size: 12px;
  font-size: 0.9230769231rem;
  line-height: 1;
  padding: 10px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#container .cat.navy {
  background-color: #003567;
}
#container .cat.yellow {
  background-color: #e5bf00;
}
#container .cat.gray {
  background-color: #b5b5b5;
}
#container .cat.red {
  background-color: #a40000;
}
#container .cat.green {
  background-color: #005e15;
}

/* container top
------------------------------------------------------------*/
#opening {
  min-width: 960px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a8bdce;
  text-align: center;
  z-index: 9999;
}
#opening.android .video.not_android,
#sec01.android .video.not_android {
  display: none;
}
#opening.android .video.android,
#sec01.android .video.android {
  display: block;
}
#opening.android .video.android video {
  min-width: 300px;
  width: auto;
  height: auto;
}
#opening .inside {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#opening .logo {
  padding-bottom: 35px;
  line-height: 0;
}
#opening .video {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
  height: 450px;
}
#opening .video.android,
#sec01 .video.android {
  display: none;
}
#opening .video.android .ie-img,
#sec01 .video.android .ie-img {
  display: block;
}
#opening .video video {
  height: auto;
  max-width: 100%;
  background-color: #a1b6cd;
}
#opening .video .ie-img {
  display: none;
}
#opening .skip {
  cursor: pointer;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-decoration: underline;
  font-family: "Avenir";
  font-size: 14px;
  font-size: 1.0769230769rem;
  font-weight: bold;
  padding: 30px 0 25px;
}
#opening .logo-m {
  line-height: 0;
}

@media screen and (max-height: 760px) {
  #opening .logo {
    padding-bottom: 20px;
  }
  #opening .video {
    width: 800px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #opening .skip {
    padding: 20px 0 15px;
  }
}
#mainimg {
  position: relative;
  overflow: hidden;
}
#mainimg .slides {
  display: none;
  margin-bottom: 0;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#mainimg .slides .slick-list {
  width: 100%;
  height: 100%;
}
#mainimg .slides .slick-list li {
  background: no-repeat center center;
  background-size: cover;
  height: 670px;
}
#mainimg .slides .slick-list li.li1 {
  background-image: url(../img/top/bg-main1.jpg);
  width: 100%;
}
#mainimg .slides .slick-list li.li2 {
  background-image: url(../img/top/bg-main2.jpg);
  width: 100%;
}
#mainimg .slides .slick-list li.li3 {
  background-image: url(../img/top/bg-main3.jpg);
  width: 100%;
}
#mainimg .main {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 0;
}
#mainimg .main .sp {
  display: none;
}

#container.top .tabs {
  border-bottom: 1px solid #d7d7d7;
}
#container.top .tabs ul {
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
}
#container.top .tabs ul li {
  -moz-flex-basis: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  text-align: center;
  padding: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#container.top .tabs ul li:first-child {
  padding-left: 0;
}
#container.top .tabs ul li:first-child:after {
  content: "";
  display: block;
  height: 36px;
  width: 1px;
  background-color: #d7d7d7;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -18px;
}
#container.top .tabs ul li:first-child a {
  text-align: right;
}
#container.top .tabs ul li:last-child {
  padding-right: 0;
}
#container.top .tabs ul li:last-child a {
  text-align: left;
}
#container.top .tabs ul li a {
  display: block;
  color: #000000;
  font-size: 18px;
  /* font-size: 1.3846153846rem; */
  font-weight: bold;
  line-height: 1.2;
  padding: 20px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#container.top .tabs ul li a span {
  text-align: center;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 478px;
}
#container.top .tabs ul li a:hover {
  text-decoration: none;
}
#container.top .tabs ul li small {
  display: block;
  font-size: 12px;
  /* font-size: 0.9230769231rem; */
  font-weight: normal;
}
#container.top .tabs ul li.current a {
  background-color: #ededed;
}
#container.top .bread-area .switcher ul {
  letter-spacing: -.4em;
  width: 54px;
}
#container.top .bread-area .switcher ul li {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  line-height: 0;
  margin-left: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 17px;
  height: 17px;
  background: no-repeat center center;
}
#container.top .bread-area .switcher ul li:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
#container.top .bread-area .switcher ul li.grid {
  background-image: url(../img/top/btn-switch-grid.png);
}
#container.top .bread-area .switcher ul li.grid.active {
  background-image: url(../img/top/btn-switch-grid_on.png);
}
#container.top .bread-area .switcher ul li.list {
  background-image: url(../img/top/btn-switch-list.png);
}
#container.top .bread-area .switcher ul li.list.active {
  background-image: url(../img/top/btn-switch-list_on.png);
}
#container.top .tab-content {
  padding-bottom: 80px;
}
#container.top .tab-content .tab {
  display: none;
}
#container.top .tab-content .tab.current {
  display: block;
}
#container.top .boxs {
  margin: 0 auto;
}
#container.top .boxs .item {
  margin-bottom: 50px;
  width: 225px;
}
#container.top .boxs .item .img {
  line-height: 0;
}
#container.top .boxs.grid .item {
  width: 300px;
  margin-bottom: 30px;
}
#container.top .boxs.grid .item:hover .cat {
  background-color: #FFF !important;
  color: #000000;
}
#container.top .boxs.grid .item:hover .text-area {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
#container.top .boxs.grid .item:hover .text-area .inside {
  top: 50%;
}
#container.top .boxs.grid .item.w630 {
  width: 630px;
}
#container.top .boxs.grid .item.w630 .img {
  width: 630px;
}
#container.top .boxs.grid .item .cat {
  position: absolute;
  z-index: 3;
  left: 10px;
  top: 10px;
}
#container.top .boxs.grid .item .img {
  width: 300px;
  height: 300px;
  position: relative;
  text-align: center;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
#container.top .boxs.grid .item .img a {
  display: block;
  -moz-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
#container.top .boxs.grid .item .text-area {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(168, 189, 206, 0.9);
  text-align: center;
}
#container.top .boxs.grid .item .text-area .inside {
  position: absolute;
  left: 0;
  width: 100%;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#container.top .boxs.grid .item .text-area .inside .title {
  padding-bottom: 15px;
}
#container.top .boxs.grid .item .text-area .inside .title a {
  color: #000000;
  font-size: 18px;
  font-size: 1.3846153846rem;
  font-weight: bold;
  line-height: 1.3;
}
#container.top .boxs.grid .item .text-area .inside .title a:hover {
  text-decoration: none;
}
#container.top .boxs.grid .item .text-area .inside .title a span {
  display: block;
  font-size: 14px;
  font-size: 1.0769230769rem;
}
#container.top .boxs.grid .item .text-area .inside .date {
  font-size: 14px;
  font-size: 1.0769230769rem;
  font-weight: bold;
  text-decoration: underline;
  line-height: 1.3;
}
#container.top .boxs.grid .item .text-area .inside .btn {
  padding-top: 20px;
}
#container.top .boxs.grid .item .text-area .inside .btn a {
  font-family: "Avenir";
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  font-size: 1.0769230769rem;
  background-color: #000000;
  color: #FFF;
  width: 102px;
  line-height: 42px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#container.top .boxs.grid .item .text-area .inside .btn a:hover {
  background-color: #FFF;
  color: #000000;
  text-decoration: none;
}
#container.top .boxs.list {
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#container.top .boxs.list .item {
  margin-right: 20px;
}
#container.top .boxs.list .item:nth-child(4n), #container.top .boxs.list .item.mr0 {
  margin-right: 0;
}
#container.top .boxs.list .item .label {
  display: none;
}
#container.top .boxs.list .item .img {
  width: 225px;
  height: 225px;
  position: relative;
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
#container.top .boxs.list .item .img a {
  text-align: center;
  display: block;
  -moz-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
#container.top .boxs.list .item .text-area {
  min-height: 50px;
  padding-bottom: 20px;
  position: relative;
}
#container.top .boxs.list .item .text-area .title {
  font-size: 16px;
  /* font-size: 1.2307692308rem; */
  font-weight: bold;
  padding-top: 5px;
  line-height: 1.4;
}
#container.top .boxs.list .item .text-area .title a {
  color: #000000;
}
#container.top .boxs.list .item .text-area .title small {
  display: block;
  font-size: 12px;
  /* font-size: 0.9230769231rem; */
  font-weight: normal;
}
#container.top .boxs.list .item .text-area .date {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1.2;
  font-weight: bold;
  font-size: 14px;
  /* font-size: 1.0769230769rem; */
  background: url(../img/common/bg-marker.png) repeat-x left 100%;
  background-size: auto 40%;
  background: -ms-linear-gradient(transparent 50%, #e7e320 50%);
  background: linear-gradient(transparent 50%, #e7e320 50%);
}
#container.top .boxs.creator {
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#container.top .boxs.creator .item {
  width: 176px;
  margin-right: 20px;
  margin-bottom: 40px;
  position: relative;
}
#container.top .boxs.creator .item.hover .hidden {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  top: -10%;
}
#container.top .boxs.creator .item:nth-child(5n) {
  margin-right: 0;
}
#container.top .boxs.creator .item .img {
  width: 176px;
  height: 176px;
  position: relative;
}
#container.top .boxs.creator .item .text-area {
  position: relative;
  text-align: center;
}
#container.top .boxs.creator .item .text-area .title {
  font-size: 14px;
  font-size: 1.0769230769rem;
  font-weight: bold;
  padding: 10px 0 5px;
  line-height: 1.4;
}
#container.top .boxs.creator .item .text-area .title a {
  color: #000000;
}
#container.top .boxs.creator .item .text-area .text {
  font-size: 10px;
  font-size: 0.7692307692rem;
  line-height: 1.4;
}
#container.top .boxs.creator .item .hidden {
  width: 206px;
  text-align: center;
  padding: 20px 0;
  border: 1px solid #a8bdce;
  position: absolute;
  left: 50%;
  margin-left: -103px;
  top: -15%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #FFF;
  -moz-box-shadow: 3px 3px 0 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 3px 3px 0 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 3px 3px 0 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 3px 3px 0 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 0 0px rgba(0, 0, 0, 0.15);
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
}
#container.top .boxs.creator .item .hidden p {
  font-size: 12px;
  font-size: 0.9230769231rem;
  font-weight: bold;
}
#container.top .boxs.creator .item .hidden p a {
  color: #000000;
  text-decoration: underline;
}
#container.top .boxs.creator .item .hidden p a:hover {
  text-decoration: none;
}
#container.top .boxs.creator .item .hidden p:not(:last-child) {
  padding-bottom: 15px;
}
#container.top .boxs.creator .item .hidden:after, #container.top .boxs.creator .item .hidden:before, #container.top .boxs.creator .item .hidden .arrow {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#container.top .boxs.creator .item .hidden:after, #container.top .boxs.creator .item .hidden .arrow {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #FFF;
  border-width: 5px;
  margin-left: -5px;
}
#container.top .boxs.creator .item .hidden:before {
  border-color: rgba(168, 189, 206, 0);
  border-top-color: #a8bdce;
  border-width: 6px;
  margin-left: -6px;
}
#container.top #event .boxs {
  display: none;
}
#container.top #event .boxs.active {
  display: block;
}
#container.top #event .boxs.active.list {
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
}
#container.top .links .title {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  font-size: 18px;
  font-size: 1.3846153846rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 30px 0;
}
#container.top .links ul {
  display: -webkit-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: space-between;
  /* Android 2~4 */
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 40px;
}
#container.top .links ul li {
  line-height: 0;
}

/*retina*/
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  header > .wrap #logo a {
    background-image: url(../img/common/logo@2x.png);
  }
  header.next .wrap #logo a {
    background-image: url(../img/common/logo-black@2x.png);
  }
  header.down .wrap #logo a {
    background-image: url(../img/common/logo-black@2x.png);
  }

  footer > ul li a {
    background-image: url(../img/common/arrow-foot@2x.png);
    background-size: 5px auto;
  }

  #container.top .bread-area .switcher ul li.grid {
    background-image: url(../img/top/btn-switch-grid@2x.png);
    background-size: 17px auto;
  }
  #container.top .bread-area .switcher ul li.grid.active {
    background-image: url(../img/top/btn-switch-grid_on@2x.png);
  }
  #container.top .bread-area .switcher ul li.list {
    background-image: url(../img/top/btn-switch-list@2x.png);
    background-size: 17px auto;
  }
  #container.top .bread-area .switcher ul li.list.active {
    background-image: url(../img/top/btn-switch-list_on@2x.png);
  }
}
/*tablet*/
@media screen and (min-width: 681px) and (max-width: 980px) {
  /* header
  ------------------------------------------------------------*/
  header .head-content {
    padding: 31px 15px 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .wrap #logo {
    -moz-flex-basis: 160px;
    -webkit-flex-basis: 160px;
    flex-basis: 160px;
  }
  header .wrap #logo a {
    width: 100%;
    background-size: 100% auto;
    height: 40px;
  }
  header .wrap nav {
    padding-left: 10px;
    padding-top: 15px;
  }
  header .wrap nav ul li {
    font-size: 16px;
    font-size: 1.2307692308rem;
    padding: 5px 15px;
  }
  header #event-menu {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px 15px 40px;
  }
  header #event-menu ul li .number {
    min-width: 30px;
    width: 30px;
    line-height: 30px;
  }
  header #event-menu ul li .title a {
    font-size: 13px;
    font-size: 1rem;
  }
  header #event-menu ul li .title a small {
    font-size: 10px;
    font-size: 0.7692307692rem;
  }
  header.next .head-content {
    background-color: #FFF;
    border-bottom-color: #d7d7d7;
  }
  header.next .wrap #logo a {
    background-image: url(../img/common/logo-black.png);
  }
  header.next .wrap nav ul li:after {
    background-color: #000000;
  }
  header.next .wrap nav ul li.current a {
    color: #a8bdce;
  }
  header.next .wrap nav ul li a {
    color: #000000;
  }
  header.next .wrap nav ul li a span {
    background-color: #ededed;
  }
  header.next .wrap nav ul li a span:before, header.next .wrap nav ul li a span .arrow {
    border-color: transparent transparent #ededed transparent;
  }
  header .head-down {
    padding: 8px 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .head-down .wrap #logo {
    -moz-flex-basis: 160px;
    -webkit-flex-basis: 160px;
    flex-basis: 160px;
  }
  header .head-down .wrap #logo a {
    width: 100%;
    background-size: 100% auto;
    height: 40px;
  }
  header .head-down .wrap nav ul li {
    padding: 5px 15px 0;
    font-size: 16px;
    font-size: 1.2307692308rem;
  }
}
@media screen and (min-width: 681px) and (max-width: 980px) and (min-width: 721px) and (max-width: 810px) {
  header .wrap nav ul li {
    font-size: 15px;
    font-size: 1.1538461538rem;
    padding: 5px 10px;
  }
  header .head-down .wrap nav ul li {
    padding: 5px 10px 0;
    font-size: 15px;
    font-size: 1.1538461538rem;
  }
}
@media screen and (min-width: 681px) and (max-width: 980px) and (min-width: 681px) and (max-width: 720px) {
  header .wrap nav ul li {
    font-size: 14px;
    font-size: 1.0769230769rem;
    padding: 5px 8px;
  }
  header .head-down .wrap nav ul li {
    padding: 5px 8px 0;
    font-size: 14px;
    font-size: 1.0769230769rem;
  }
}
@media screen and (min-width: 681px) and (max-width: 980px) {
  /* footer
  ------------------------------------------------------------*/
  footer .foot-main {
    padding: 30px 15px;
  }
  footer .foot-main nav ul li {
    font-size: 13px;
    font-size: 1rem;
  }

  /* container
  ------------------------------------------------------------*/
  #container .bread-area {
    padding: 20px 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* container top
  ------------------------------------------------------------*/
  #opening {
    min-width: 0;
  }
  #opening .logo {
    padding-bottom: 35px;
    line-height: 0;
  }
  #opening .video {
    width: 800px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 0;
    height: 450px;
  }
  #opening .video.android,
  #sec01 .video.android {
    display: none;
  }
  #opening .video.android .ie-img,
  #sec01 .video.android .ie-img {
    display: block;
  }
  #opening .video video {
    height: auto;
    max-width: 100%;
    background-color: #a1b6cd;
  }
  #opening .video .ie-img {
    display: none;
  }

  #container.top .tabs ul li a span {
    width: 100%;
  }
  #container.top .tabs ul li a:hover {
    text-decoration: none;
  }
  #container.top .boxs.list {
    -webkit-box-pack: center;
    /* Android 2~4 */
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #container.top .boxs.list .item {
    margin-right: 10px;
    margin-left: 10px;
  }
  #container.top .boxs.list .item:nth-child(4n), #container.top .boxs.list .item.mr0 {
    margin-right: 10px;
  }
  #container.top .boxs.creator {
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    /* Android 2~4 */
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #container.top .boxs.creator .item {
    margin-right: 10px;
    margin-left: 10px;
  }
  #container.top .boxs.creator .item:nth-child(5n) {
    margin-right: 10px;
  }
  #container.top .links ul {
    padding-left: 10px;
    padding-right: 10px;
  }
  #container.top .links ul li {
    line-height: 0;
  }
  #container.top .links ul li:nth-child(2) {
    margin: 0 10px;
  }
}
/*sp*/
@media screen and (max-width: 680px) {
  body.noscroll {
    position: fixed;
    overflow-y: scroll;
  }

  br.sp {
    display: block;
  }
  br.sp_no {
    display: none;
  }

  .sp_no {
    display: none;
  }

  /* header
  ------------------------------------------------------------*/
  header {
    position: fixed;
  }
  header .head-content {
    padding: 0 0;
    border-bottom: none;
    background-color: #FFF;
    min-width: 100%;
  }
  header .wrap {
    padding: 0 0px 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .wrap #logo-tmt {
    padding: 0px 0;
    margin-right: auto;
  }
  header .wrap #logo-tmt a {
    display: block;
    padding: 10px 0;
  }
  header .wrap #logo-tmt, header .wrap #menu {
    display: block;
    line-height: 0;
  }
  header .wrap #menu {
    margin-left: auto;
    padding: 20px 10px;
    width: 42px;
    text-align: right;
    cursor: pointer;
  }
  header .wrap #logo a {
    display: block;
    padding: 0px 0;
    height: 42px;
    width: 120px;
    background-size: 120px auto;
    background-image: url(../img/common/logo-black@2x.png);
    background-position: center 10px;
  }
  header .wrap nav {
    display: none;
  }
  header #spnav {
    display: none;
    position: fixed;
    top: 52px;
    width: 100%;
    left: 0;
  }
  header #spnav .bg {
    position: fixed;
    top: 52px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
  header #spnav .bg:before {
    content: "";
    display: block;
    position: absolute;
    right: -265px;
    top: 1px;
    width: 265px;
    background-color: #FFF;
    height: 150%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header #spnav.active ul {
    left: 0;
  }
  header #spnav.active .bg:before {
    right: 0;
  }
  header #spnav > ul {
    margin-top: 1px;
    position: relative;
    margin-left: auto;
    width: 265px;
    background-color: #FFF;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    left: 265px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header #spnav > ul > li > a {
    font-family: "Avenir";
  }
  header #spnav > ul li {
    width: 265px;
    border-bottom: 1px solid #f5f5f5;
  }
  header #spnav > ul li.spevent > a {
    background-color: #dadada;
  }
  header #spnav > ul li.active > a {
    background-color: #dadada;
  }
  header #spnav > ul li a {
    display: block;
    line-height: 45px;
    line-height: 1.2;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    font-size: 0.9230769231rem;
    padding: 18px 15px 16px;
  }
  header #spnav > ul li a:hover {
    text-decoration: none;
  }
  header #spnav > ul li a small {
    margin-left: 0.5em;
    font-size: 7px;
    font-size: 0.5384615385rem;
  }
  header #spnav .hidden {
    display: block;
  }
  header #spnav .hidden .text1 {
    background-color: #dadada;
    padding: 5px 15px;
    font-size: 9px;
    font-size: 0.6923076923rem;
  }
  header #spnav .hidden ul {
    border-top: 1px solid #f5f5f5;
  }
  header #spnav .hidden li a {
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    line-height: 1.2;
    min-height: 48px;
    padding: 10px 15px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  header #spnav .hidden li a .number {
    font-family: "Avenir";
    background-color: #000000;
    color: #FFF;
    width: 18px;
    line-height: 16px;
    padding-top: 2px;
    text-align: center;
    margin-right: 10px;
    -moz-flex-basis: 18px;
    -webkit-flex-basis: 18px;
    flex-basis: 18px;
    font-size: 10px;
    font-size: 0.7692307692rem;
    font-weight: bold;
  }
  header #spnav .hidden li a .number.gray {
    background-color: #b5b5b5;
  }
  header #spnav .hidden li a .title {
    -moz-flex-basis: 205px;
    -webkit-flex-basis: 205px;
    flex-basis: 205px;
  }
  header #spnav .hidden li a .title small {
    display: block;
    font-size: 10px;
    font-size: 0.7692307692rem;
    font-weight: normal;
    margin-left: 0;
  }
  header .head-down {
    display: none;
  }

  /* footer
  ------------------------------------------------------------*/
  footer .sp-navi {
    display: block;
    background-color: #a8bdce;
    padding: 30px 20px 40px;
  }
  footer .sp-navi .logo {
    width: 110px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }
  footer .sp-navi ul {
    text-align: left;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #FFF;
  }
  footer .sp-navi ul li {
    -moz-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
    border-top: 1px solid #FFF;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 11px;
    font-size: 0.8461538462rem;
    font-weight: bold;
  }
  footer .sp-navi ul li:nth-child(2n) {
    position: relative;
  }
  footer .sp-navi ul li:nth-child(2n):before {
    content: "";
    display: block;
    position: absolute;
    background-color: #FFF;
    width: 1px;
    height: 32px;
    left: -1px;
    top: 50%;
    margin-top: -16px;
  }
  footer .sp-navi ul li.pdf a:before {
    content: "";
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    background: url(../img/sp/icon-pdf.png);
    width: 8px;
    height: 12px;
    margin-right: 5px;
  }
  footer .sp-navi ul li a {
    display: block;
    line-height: 50px;
    color: #000000;
  }
  footer .sp-navi ul li a span {
    font-size: 7px;
    font-size: 0.5384615385rem;
  }
  footer .sp-navi ul li:after {
    display: none;
  }
  footer .sp-navi ul li:last-child:after {
    display: none;
  }
  footer .foot-main {
    background-color: #FFF;
    padding: 30px 20px 20px;
  }
  footer .foot-main .f-logo {
    padding-bottom: 20px;
  }
  footer .foot-main nav {
    padding-bottom: 15px;
  }
  footer .foot-main nav ul {
    text-align: left;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #d8d8d8;
  }
  footer .foot-main nav ul li {
    -moz-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
    border-top: 1px solid #d8d8d8;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 11px;
    font-size: 0.8461538462rem;
    font-weight: bold;
  }
  footer .foot-main nav ul li:nth-child(2n) {
    position: relative;
  }
  footer .foot-main nav ul li:nth-child(2n):before {
    content: "";
    display: block;
    position: absolute;
    background-color: #d8d8d8;
    width: 1px;
    height: 32px;
    left: -1px;
    top: 50%;
    margin-top: -16px;
  }
  footer .foot-main nav ul li a {
    display: block;
    line-height: 50px;
  }
  footer .foot-main nav ul li:after {
    display: none;
  }
  footer .foot-main nav ul li:last-child:after {
    display: none;
  }
  footer .foot-main > ul {
    letter-spacing: -.4em;
    text-align: left;
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d8d8;
  }
  footer .foot-main > ul li {
    letter-spacing: normal;
    width: 50%;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0;
  }
  footer .foot-main > ul li a {
    display: block;
    line-height: 30px;
    letter-spacing: -0.02em;
  }
  footer .foot-main address {
    font-size: 8px;
    font-size: 0.6153846154rem;
    padding-top: 20px;
  }

  /* container
  ------------------------------------------------------------*/
  #container {
    padding-top: 50px;
  }
  #container .bread-area {
    padding: 0;
  }
  #container .bread-area .breadcrumb {
    display: none;
  }
  #container .cat {
    position: relative;
    color: #FFF;
    font-size: 12px;
    font-size: 0.9230769231rem;
    line-height: 1;
    padding: 10px;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  #container .cat.navy {
    background-color: #003567;
  }
  #container .cat.yellow {
    background-color: #e5bf00;
  }
  #container .cat.gray {
    background-color: #b5b5b5;
  }
  #container .cat.red {
    background-color: #a40000;
  }
  #container .cat.green {
    background-color: #005e15;
  }

  /* container top
  ------------------------------------------------------------*/
  #opening {
    min-width: 0;
    overflow: scroll;
    background-color: #a0b6cb;
  }
  #opening .inside {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #opening .logo {
    padding-bottom: 35px;
    line-height: 0;
  }
  #opening .video {
    width: 800px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 0;
    height: 450px;
    position: relative;
    overflow: hidden;
  }
  #opening .video:before, #opening .video:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    width: 1px;
    z-index: 10;
    background-color: #a0b6cb;
  }
  #opening .video:before {
    left: 0;
  }
  #opening .video:after {
    right: 0;
  }
  #opening .video.android {
    display: none;
  }
  #opening .video.android .ie-img {
    display: block;
  }
  #opening .video video {
    height: auto;
    max-width: 100%;
    background-color: #a1b6cd;
  }
  #opening .video .ie-img {
    display: none;
  }
  #opening .skip {
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-decoration: underline;
    font-family: "Avenir";
    font-size: 14px;
    font-size: 1.0769230769rem;
    font-weight: bold;
    padding: 30px 0 25px;
  }
  #opening .logo-m {
    line-height: 0;
  }
}
@media screen and (max-width: 680px) and (max-height: 400px) {
  #opening .inside {
    padding: 20px 20px;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #opening .logo {
    width: 140px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
  }
  #opening .video {
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 0;
    height: auto;
  }
  #opening .skip {
    padding: 15px 0 15px;
  }
  #opening .logo-m {
    width: 100px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 680px) {
  #mainimg {
    margin-top: 52px;
  }
  #mainimg .slides .slick-list {
    min-width: 0;
  }
  #mainimg .slides .slick-list li {
    height: 320px;
  }
  #mainimg .slides .slick-dots {
    bottom: 8px;
  }
  #mainimg .slides .slick-dots li {
    width: 8px;
    height: 8px;
  }
  #mainimg .slides .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  #mainimg .main {
    width: 245px;
  }
  #mainimg .main img {
    display: none;
  }
  #mainimg .main img.sp {
    display: inline;
  }

  #container.top {
    padding-top: 0;
    padding-bottom: 30px;
  }
  #container.top .tabs {
    border-bottom: 1px solid #d7d7d7;
  }
  #container.top .tabs ul {
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
  }
  #container.top .tabs ul li {
    -moz-flex-basis: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    padding: 1px 2px 1px 1px;
  }
  #container.top .tabs ul li:first-child:after {
    height: 40px;
    margin-top: -20px;
  }
  #container.top .tabs ul li a {
    font-size: 12px;
    font-size: 0.9230769231rem;
    padding: 0;
    height: 40px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
  }
  #container.top .tabs ul li a span {
    width: 100%;
  }
  #container.top .tabs ul li a:hover {
    text-decoration: none;
  }
  #container.top .tabs ul li small {
    font-size: 7px;
    font-size: 0.5384615385rem;
  }
  #container.top .bread-area .switcher {
    display: none;
  }
  #container.top .tab-content {
    padding-bottom: 30px;
  }
  #container.top .tab-content .tab {
    display: none;
  }
  #container.top .tab-content .tab.current {
    display: block;
  }
  #container.top .boxs {
    margin: 0 auto;
  }
  #container.top .boxs .item {
    margin-bottom: 50px;
    width: 225px;
  }
  #container.top .boxs .item .img {
    line-height: 0;
  }
  #container.top .boxs.grid {
    display: none !important;
  }
  #container.top .boxs.list {
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-pack: space-between;
    /* Android 2~4 */
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 320px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #container.top .boxs.list .item {
    -moz-flex-basis: 145px;
    -webkit-flex-basis: 145px;
    flex-basis: 145px;
    margin-right: 0;
    width: 145px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
  }
  #container.top .boxs.list .item:nth-child(4n) {
    margin-right: 0;
  }
  #container.top .boxs.list .item .label {
    position: absolute;
    display: block;
    left: -5px;
    top: 5px;
    line-height: 0;
    z-index: 2;
  }
  #container.top .boxs.list .item .label img {
    height: 15px;
    width: auto;
  }
  #container.top .boxs.list .item .img {
    -moz-flex-basis: 145px;
    -webkit-flex-basis: 145px;
    flex-basis: 145px;
    width: 145px;
    height: 145px;
    margin-bottom: 8px;
  }
  #container.top .boxs.list .item .img img {
    max-height: 145px;
    width: auto;
  }
  #container.top .boxs.list .item .text-area {
    min-height: 0;
    -moz-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding-bottom: 0px;
    position: static;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    /* Android 2~4 */
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #container.top .boxs.list .item .text-area .title {
    font-size: 12px;
    font-size: 0.9230769231rem;
    font-weight: bold;
    padding-top: 0px;
    line-height: 1.4;
    padding-bottom: 5px;
    margin-bottom: auto;
  }
  #container.top .boxs.list .item .text-area .title a {
    color: #000000;
  }
  #container.top .boxs.list .item .text-area .title small {
    display: block;
    font-size: 9px;
    font-size: 0.6923076923rem;
    font-weight: normal;
  }
  #container.top .boxs.list .item .text-area .date {
    left: 0;
    bottom: 0;
    font-size: 9px;
    font-size: 0.6923076923rem;
    letter-spacing: -0.02em;
    background: url(../img/common/bg-marker.png) repeat-x left 100%;
    background-size: auto 40%;
    background: -ms-linear-gradient(transparent 50%, #e7e320 50%);
    background: linear-gradient(transparent 50%, #e7e320 50%);
  }
}
@media screen and (max-width: 680px) and (min-width: 621px) and (max-width: 680px) {
  #container.top .boxs.list {
    width: 660px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 680px) and (min-width: 481px) and (max-width: 620px) {
  #container.top .boxs.list {
    width: 475px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 680px) {
  #container.top .boxs.creator {
    width: 310px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: flex-start;
    /* Android 2~4 */
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 10px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #container.top .boxs.creator .item {
    -moz-flex-basis: 92px;
    -webkit-flex-basis: 92px;
    flex-basis: 92px;
    width: 92px;
    margin: 0 5px 20px;
  }
  #container.top .boxs.creator .item:nth-child(5n) {
    margin-right: 5px;
  }
  #container.top .boxs.creator .item:nth-child(3n-1) .hidden {
    left: -97px;
  }
  #container.top .boxs.creator .item:nth-child(3n-1) .hidden:after {
    background-image: url(../img/top/arrow-fukidashi-center.png);
    left: 50%;
  }
  #container.top .boxs.creator .item:nth-child(3n) .hidden {
    left: -200px;
  }
  #container.top .boxs.creator .item:nth-child(3n) .hidden:after {
    background-image: url(../img/top/arrow-fukidashi-right.png);
    left: 80%;
  }
  #container.top .boxs.creator .item.hover .hidden {
    top: -110px;
  }
  #container.top .boxs.creator .item .img {
    width: 92px;
    height: 92px;
    position: relative;
  }
  #container.top .boxs.creator .item .text-area {
    position: relative;
    text-align: center;
  }
  #container.top .boxs.creator .item .text-area .title {
    font-size: 12px;
    font-size: 0.9230769231rem;
    padding: 5px 0 5px;
  }
  #container.top .boxs.creator .item .text-area .text {
    font-size: 9px;
    font-size: 0.6923076923rem;
  }
  #container.top .boxs.creator .item .hidden {
    width: 285px;
    text-align: center;
    padding: 0;
    border: 1px solid #a8bdce;
    position: absolute;
    left: 5px;
    margin-left: 0;
    top: -100px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background-color: #FFF;
    -ms-filter: "alpha( opacity=$number*100 )";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    height: 100px;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    /* Android 2~4 */
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-shadow: 2px 2px 0 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 2px 2px 0 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 2px 2px 0 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 2px 2px 0 0px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 0 0px rgba(0, 0, 0, 0.15);
  }
  #container.top .boxs.creator .item .hidden:after, #container.top .boxs.creator .item .hidden:before {
    display: none;
    border: none;
  }
  #container.top .boxs.creator .item .hidden:after {
    display: block;
    background: url(../img/top/arrow-fukidashi-left.png) no-repeat;
    width: 25px;
    height: 21px;
    background-size: auto 21px;
    bottom: -21px;
    left: 20%;
    margin-left: -12.5px;
  }
  #container.top #event .boxs {
    display: none;
  }
  #container.top #event .boxs.active {
    display: block;
  }
  #container.top #event .boxs.active.list {
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
  }
  #container.top .links .title {
    font-size: 12px;
    font-size: 0.9230769231rem;
    padding: 12px 0;
  }
  #container.top .links ul {
    padding-top: 20px;
    width: 300px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    -moz-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #container.top .links ul li {
    -moz-flex-basis: 145px;
    -webkit-flex-basis: 145px;
    flex-basis: 145px;
    line-height: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 680px) and (min-width: 481px) and (max-width: 680px) {
  #container.top .links ul {
    width: 475px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 680px) {
  /*retina*/
}
@media screen and (max-width: 680px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 680px) and (min-resolution: 2dppx) {
  footer .sp-navi ul li.pdf a:before {
    background-image: url(../img/sp/icon-pdf@2x.png);
    background-size: 8px auto;
  }
}
