@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,700i");
.wrapBody.menuOpen {
  position: fixed;
  width: 100%;
  height: 100%; }

.Header {
  width: 100%; }
  .Header .-inner {
    width: 980px;
    margin-left: auto;
    margin-right: auto; }
  .Header a {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .Header a:hover {
      opacity: 0.6; }

.Header__box1 {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  min-width: 980px;
  background-color: #FFF;
  border-bottom: 1px solid #e5e5e5; }
  .Header__box1 .-inner {
    position: relative;
    height: 80px; }

.Header__logo {
  width: 246px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 19px; }
  .Header__logo img {
    width: 100%;
    height: auto; }

.Header__today {
  position: absolute;
  left: 50%;
  bottom: 18px;
  margin-left: 150px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  font-weight: 700;
  font-style: italic; }

.Header__navBtn {
  position: absolute;
  top: 19px;
  right: 0;
  width: 70px;
  height: 45px; }
  .Header__navBtn b {
    display: block;
    font-size: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    margin: auto;
    font-weight: normal;
    text-align: center; }
  .Header__navBtn span {
    position: absolute;
    left: 15px;
    right: 15px;
    width: 30px;
    height: 4px;
    margin: auto;
    display: block;
    background: #000;
    -webkit-transition: .25s ease;
    transition: .25s ease; }
    .Header__navBtn span:nth-child(1) {
      top: 3px; }
    .Header__navBtn span:nth-child(2) {
      top: 13px; }
    .Header__navBtn span:nth-child(3) {
      top: 23px; }
  .Header__navBtn:hover {
    cursor: pointer; }
    .Header__navBtn:hover span:nth-child(1) {
      top: 1px; }
    .Header__navBtn:hover span:nth-child(3) {
      top: 25px; }
  .Header__navBtn.-active span:nth-child(1) {
    top: 13px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .Header__navBtn.-active span:nth-child(2) {
    opacity: 0; }
  .Header__navBtn.-active span:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.Header__box2 {
  width: 100%;
  min-width: 980px;
  padding-top: 81px; }
  .Header__box2 .-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px; }

.Header__subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33%; }
  .Header__subnav li {
    margin-left: 20px;
    font-size: 13px;
    text-align: center; }
    .Header__subnav li:first-child {
      margin-left: 0; }
    .Header__subnav li a {
      color: #000;
      text-decoration: none; }
    .Header__subnav li .en {
      display: block;
      font-size: 10px;
      line-height: 1; }

.Header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33%; }
  .Header__sns p {
    font-size: 11px;
    line-height: 1; }
  .Header__sns ul {
    font-size: 0; }
    .Header__sns ul li {
      display: inline-block;
      width: 24px;
      margin-left: 12px; }
      .Header__sns ul li img {
        width: 100%;
        height: auto; }

.Header__search {
  width: 33%;
  height: 29px;
  position: relative; }
  .Header__search input {
    position: absolute;
    right: 0;
    width: 227px;
    height: 29px;
    padding: 0 25px 0 5px;
    border: 1px solid #ccc;
    font-size: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .Header__search button {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 20px;
    height: 20px;
    padding: 0;
    background: #FFF url("/assets/img/new_common/icon_search.svg") no-repeat center/cover;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.Header__box3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-width: 980px;
  background-color: #f1f1f1; }
  .Header__box3 .-inner {
    width: 980px;
    margin-left: auto;
    margin-right: auto; }

.HomeContainer {
  width: 100%; }

.Footer {
  padding: 40px 0 50px;
  border-top: 1px solid #e5e5e5; }
  .Footer a {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .Footer a:hover {
      opacity: 0.6; }

.Footer__logo {
  width: 286px;
  margin-left: auto;
  margin-right: auto; }
  .Footer__logo img {
    width: 100%;
    height: auto; }

.Footer__nav {
  margin-top: 40px; }
  .Footer__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .Footer__nav ul li {
      margin: 0 30px;
      font-size: 13px;
      line-height: 1;
      text-align: center; }
      .Footer__nav ul li:first-child {
        margin-left: 0; }
      .Footer__nav ul li a {
        color: #000;
        text-decoration: none; }
      .Footer__nav ul li .en {
        display: block;
        margin-top: 8px;
        font-size: 10px; }

.Footer__copyright {
  display: block;
  margin-top: 40px;
  font-family: 'Helvetica Neue' , Helvetica , Arial , Verdana ,'Roboto', sans-serif;
  font-size: 12px;
  line-height: 1;
  text-align: center; }

.GlobalNav {
  position: fixed;
  z-index: 10;
  top: 81px;
  right: -232px;
  width: 232px;
  background-color: #f9f9f9;
  -webkit-transition: ease .5s;
  transition: ease .5s; }
  .GlobalNav .GlobalNav__inner {
    overflow: auto;
    height: calc(100vh - 80px); }
  .GlobalNav ul {
    padding-left: 40px;
    padding-bottom: 30px; }
    .GlobalNav ul + ul {
      border-top: 1px solid #e0e0e0; }
    .GlobalNav ul li {
      margin: 20px 0 0;
      font-size: 16px;
      line-height: 1.4; }
      .GlobalNav ul li:first-child {
        margin-top: 30px; }
      .GlobalNav ul li a {
        color: #000;
        text-decoration: none; }
      .GlobalNav ul li .en {
        display: block;
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.2; }
  .GlobalNav.-active {
    right: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    overflow-y: auto; }

.specialNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px; }
  .specialNav ul li {
    margin: 0 15px;
    font-size: 11px;
    line-height: 1;
    text-align: center; }
    .specialNav ul li:first-child {
      margin-left: 0; }
    .specialNav ul li a {
      color: #000;
      text-decoration: none; }
    .specialNav ul li .en {
      display: block;
      margin-top: 8px;
      font-size: 10px; }

.ListItem {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .ListItem a {
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    color: #FFF;
    text-decoration: none;
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out; }
    .ListItem a:hover {
      background: rgba(0, 0, 0, 0.5); }

.ListItem__data {
  position: absolute;
  left: 20px;
  bottom: 20px; }
  .ListItem__data h2 {
    font-size: 14px;
    line-height: 1.4; }
  .ListItem__data p {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1; }

.HeroArea {
  width: 100%;
  min-width: 980px;
  height: 350px; }
  .HeroArea .ListItem__data {
    width: 980px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
    .HeroArea .ListItem__data h2 {
      font-size: 20px; }
  .HeroArea a {
    height: 350px; }

.SpecialList {
  width: 100%;
  min-width: 980px; }
  .SpecialList ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .SpecialList ul li {
      list-style: none; }

.SpecialList__item {
  width: 20%;
  height: 255px; }
  .SpecialList__item a {
    height: 255px; }

.EntryList {
  width: 100%;
  min-width: 980px; }

.EntryList__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.EntryList__item {
  width: 25%;
  height: 255px; }
  .EntryList__item a {
    height: 255px; }

.EntryList__more {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 1; }
  .EntryList__more a {
    display: block;
    padding: 30px 0;
    background-color: #f1f1f1;
    color: #000;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .EntryList__more a:hover {
      opacity: 0.6; }

/*# sourceMappingURL=maps/home.css.map */
