@import url("../../css%3Ffamily=Roboto:400,700,700i.css");
.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("../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%; }

.specialContainer {
  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; }

.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;
  right: 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; }

.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; }

.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; }

.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; }
.HeroArea.-feature {
  height: 500px; }
.HeroArea.-feature a {
  height: 500px; }
.HeroArea.-feature .ListItem__data {
  bottom: 40px; }

.PickupList {
  width: 100%;
  min-width: 980px; }
.PickupList 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; }
.PickupList ul li {
  list-style: none; }

.PickupList__item {
  width: 50%; }
.PickupList__item a {
  height: 37.5vw;
  max-height: 450px; }

.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; }

.specialNav ul {
  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: 70px; }
.specialNav ul li {
  font-size: 13px;
  line-height: 1;
  text-align: center; }
.specialNav ul li a {
  color: #000;
  text-decoration: none; }
.specialNav ul li .en {
  display: block;
  margin-top: 8px;
  font-size: 10px; }

.Special {
  width: 100%;
  min-width: 980px; }

.SpecialHeroArea,
.SpecialPhoto {
  width: 100%;
  min-width: 980px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat; }

.SpecialHeroArea {
  height: 25.8vw;
  max-height: 310px; }

.SpecialPhoto {
  width: 100%;
  min-width: 980px;
  height: 38vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.SpecialHead {
  width: 980px;
  margin: 0 auto;
  padding: 70px 175px;
  background-color: #f4f4f4; }
.SpecialHead h1 {
  font-size: 30px;
  text-align: center;
  font-weight: normal; }
.SpecialHead p {
  margin: 30px 54px 0;
  font-size: 14px;
  line-height: 1.8; }

.SpecialText {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding: 70px 0;
  background-color: #f4f4f4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.SpecialText h2 {
  margin-left: 175px;
  margin-right: 175px;
  font-size: 20px;
  text-align: center;
  font-weight: normal; }
.SpecialText h2 + p {
  margin-top: 50px; }
.SpecialText p {
  margin-top: 30px;
  margin-left: 175px;
  margin-right: 175px;
  font-size: 14px;
  line-height: 1.8; }

.SpecialSns {
  position: absolute;
  top: 30px;
  left: 20px; }
.SpecialSns ul li {
  width: 34px;
  margin-top: 10px; }
.SpecialSns ul li:first-child {
  margin-top: 0; }
.SpecialSns ul li img {
  width: 100%;
  height: auto; }
.SpecialSns ul li a {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
.SpecialSns ul li a:hover {
  opacity: 0.6; }
.SpecialSns.is-fixed {
  position: fixed;
  top: 110px;
  left: auto;
  z-index: 2;
  width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.featureContainer {
  position: relative; }

.featureHeader {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  background: rgba(255, 255, 255, 0.75); }
.featureHeader .-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;
  width: 980px;
  height: 100px;
  margin-left: auto;
  margin-right: auto; }
.featureHeader h1 {
  font-size: 32px;
  line-height: 1; }
.featureHeader h1 .en {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  font-weight: normal; }

.featureHeader__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
.featureHeader__nav li {
  margin-left: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 1; }
.featureHeader__nav li .en {
  margin-top: 8px;
  display: block;
  font-size: 11px;
  font-weight: normal; }
.featureHeader__nav li a {
  display: block;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
.featureHeader__nav li a:hover {
  opacity: 0.6; }

.featureNav {
  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; }
.featureNav .-inner {
  width: 980px;
  margin-left: auto;
  margin-right: auto; }
.featureNav 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; }
.featureNav ul li {
  margin: 0 20px;
  font-size: 13px;
  line-height: 1;
  text-align: center; }
.featureNav ul li a {
  display: block;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
.featureNav ul li a:hover {
  opacity: 0.6; }
.featureNav ul li .en {
  display: block;
  margin-top: 8px;
  font-size: 10px; }


@media screen and (max-width: 768px) {

  .Header.responsive .Header__today,
  .Header.responsive .Header__box2,
  .Header.responsive .Header__box3 {
    display: none;
  }

}




/* hisoka_tsuchiya */

.featureHeader {
  position: relative;
  top: 0;
  z-index: 2;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
}

header #header__searchBox {
  display: none; }

.Footer__sns {
  display: none; }


@media screen and (max-width: 1024px) {

  /* ------------------------------------------------- *
  *  header
  * ------------------------------------------------- */
  header {
    position: fixed;
    width: 100%;
    height: 60px;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 10;
    border-bottom: #ccc solid 1px; }

  #header__inner {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    position: relative;
    overflow: hidden; }

  .Header__logo {
    max-width: 360px;
    width: 50%;
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 0; }

  .Header__logo img {
    width: 100%;
    height: auto; }

  header #header__searchBox {
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    top: 16px;
    right: 60px; }

  header #header__searchBoxInner {
    width: 30px;
    height: 30px;
    position: relative; }

  header #header__searchBtn {
    width: 30px;
    height: 30px;
    display: block;
    background: #fff url(../img/common/search_btn.png) 50% 50% no-repeat; }

  header #header__searchForm {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: .25s ease;
    transition: .25s ease; }

  header #header__searchForm.on {
    width: 180px; }

  header #header__searchForm form input {
    height: 40px;
    width: 180px;
    padding: 0 15px 0 45px;
    margin-top: 0; }

  header #header__searchForm form button {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 1px;
    left: 1px;
    border: 0;
    background: #fff url(../img/common/search_btn.png) 50% 50% no-repeat; }


  /* ------------------------------------------------- *
  *  .Header__navBtn
  * ------------------------------------------------- */
  .Header__navBtn {
    position: absolute;
    top: 16px;
    right: 10px;
    width: 30px;
    height: 30px;
    display: block; }

  .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 {
    width: 30px;
    height: 4px;
    display: block;
    position: absolute;
    background: #000;
    -webkit-transition: .25s ease;
    transition: .25s ease;
    left: 0; }

  .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;
    outline:none; }

  .Header__navBtn:hover span:nth-child(1) {
    top: 3px; }

  .Header__navBtn:hover span:nth-child(3) {
    top: 23px; }

  .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.responsive .Header__box1 .-inner {
    position: relative;
    height: 60px; }


  /* ------------------------------------------------- *
   * form
   * ------------------------------------------------- */
  form input[type=email],
  form input[type=text] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #666;
    background: #FAFAFA;
    height: 30px;
    padding: 0 5px;
    font-size: 16px;
    margin-top: 5px; }

  select {
    width: 100%;
    margin-top: 5px; }

  .formGroup1 {
    margin-bottom: 40px; }

  .formGroup1__text {
    font-size: 13px;
    margin: 20px 0 0; }

  .formGroup1__formList {
    width: 100%;
    margin-top: 20px; }

  .formGroup1__formList dt {
    font-size: 10px;
    margin-top: 20px; }

  .formGroup1__privacy {
    margin-top: 30px; }

  .formGroup1__privacyTitle {
    font-size: 10px; }

  .formGroup1__privacyInner {
    border: 1px solid #D0D0D0;
    padding: 10px; }

  .formGroup1__privacyInner p {
    font-size: 10px;
    margin-top: 1em; }

  .formGroup1__privacyInner p:first-child {
    margin-top: 0; }

  .formGroup1__privacyInnerSubInner {
    height: 150px;
    overflow: auto; }

  .formGroup1__privacyCheckBox {
    font-size: 10px;
    margin-top: 15px; }

  .formGroup1__privacyCheckBox input {
    margin-right: 5px; }

  /* ------------------------------------------------- *
   * .featureHeader
   * ------------------------------------------------- */

  .featureHeader .-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }

  .featureContainer {
    position: relative; }

  .featureHeader {
    position: relative;
    top: 0;
    z-index: 2;
    width: 100%;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff; }

  .featureHeader h1 {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px; }

  .featureHeader h1 .en {
    display: block;
    margin-top: 6px;
    font-size: 10px;
    font-weight: normal; }

  .featureHeader__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .featureHeader__nav li {
    margin-left: 25px;
    text-align: right;
    font-size: 12px;
    line-height: 1; }

  .featureHeader__nav li .en {
    margin-top: 2px;
    display: block;
    font-size: 9px;
    font-weight: normal; }

  .featureHeader__nav li a {
    display: block;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }

  .featureHeader__nav li a:hover {
    opacity: 0.6; }

  .featureHeader__nav li:first-child .en {
    margin-top: 2px;
    display: block;
    font-size: 12px;
    font-weight: normal; }

  .featureNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }

  .featureNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }

  .featureNav ul li {
    width: 50%;
    padding: 10px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

  .featureNav ul li:nth-child(n+3) {
    border-top: 1px solid #ccc; }

  .featureNav ul li:nth-child(2n) {
    border-left: 1px solid #ccc; }

  .featureNav ul li a {
    display: block;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }

  .featureNav ul li a:hover {
    opacity: 0.6; }

  .featureNav ul li .en {
    display: block;
    margin-top: 5px;
    font-size: 9px; }


  /* ------------------------------------------------- *
   * .EntryList
   * ------------------------------------------------- */
  .EntryList {
    width: 100%;
    min-width: 100%; }

  .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: 50%;
    height: 42vw;
    max-height: 315px; }

  .EntryList__item a {
    height: 42vw;
    max-height: 315px; }

  .EntryList__more {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1; }

  .EntryList__more a {
    display: block;
    padding: 15px 0;
    background-color: #f1f1f1;
    color: #000;
    text-decoration: none; }


  /* ------------------------------------------------- *
   *  Footer
   * ------------------------------------------------- */
  .Footer {
    border-top: 1px solid #E5E5E5;
    padding: 22px 0; }

  .Footer__logo {
    width: 173px;
    margin-left: auto;
    margin-right: auto; }

  .Footer__nav {
    margin-top: 18px;
    margin-bottom: 18px; }

  .Footer__nav ul {
    display: block; }

  .Footer__nav ul li {
    font-size: 12px;
    margin: 0 0 2px 0; }

  .Footer__nav ul li a {
    color: #000;
    text-decoration: none;
    line-height: 1.5; }

  .Footer__nav ul li .en {
    display: none; }

  .Footer__sns {
    display: block;
    text-align: center;
    margin-bottom: 18px; }

  .Footer__sns li {
    margin: 0 5px;
    display: inline-block;
    vertical-align: bottom; }

  .Footer.is--noBorder {
    border: none;
    margin-top: 30px; }

  .Footer__copyright {
    display: block;
    margin-top: 0;
    font-family: 'Helvetica Neue' , Helvetica , Arial , Verdana , 'Roboto', sans-serif;
    font-size: 11px;
    line-height: 1.5;
    text-align: center; }


  /* ------------------------------------------------- *
   *  GlobalNav
   * ------------------------------------------------- */
  .GlobalNav {
    top: 61px; }

  .GlobalNav .GlobalNav__inner {
    overflow: auto;
    height: calc(100vh - 61px); }

  .GlobalNav ul {
    padding-left: 0;
    padding-bottom: 0; }

  .GlobalNav ul + ul {
    border-top: none; }

  .GlobalNav ul li, .GlobalNav ul li:first-child {
    margin-top: 0;
    line-height: 1.5; }


  /* ------------------------------------------------- *
   *  HeroArea
   * ------------------------------------------------- */

  .HeroArea {
    width: 100%;
    min-width: 100%;
    height: 42vw; }

  .HeroArea .ListItem__data {
    width: 94%;
    left: 20px;
    bottom: 20px;
    margin-left: 0;
    margin-right: auto; }

  .HeroArea .ListItem__data h2 {
    font-size: 14px;
    line-height: 1.4; }


}