
@media print, screen and (min-width: 768px) {
/* ------------------------------------------------------
 * Header
------------------------------------------------------ */
.Header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  background: #ffffff;
  border-bottom: solid 1px #dddddd;
  z-index: 9999;
  font-family:'Yekan';
}
.Header .HeaderBody {
  -webkit-display: flex;
  display: flex;
}

/* header-identity */
.Header .HeaderBody .header-identity {
  margin-left: auto;
}
.Header .HeaderBody .header-identity > .identity_logo {
  width: 185px;
  padding-top: 10px;
}
.Header .HeaderBody .header-identity > .identity_logo > a {
  display: block;
  width: 116px;
  height: 50px;
  margin: 0 auto;
}

/* HeaderUtility */
.Header .HeaderBody .HeaderUtility {
  margin: 0 auto;
}
.Header .HeaderBody .HeaderUtility > ul {
  -webkit-display: flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.Header .HeaderBody .HeaderUtility > ul > li {
  position: relative;
  display: table;
}
.Header .HeaderBody .HeaderUtility > ul > li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  margin-top: -8px;
  height: 16px;
  background: #dfdfdf;
}
.Header .HeaderBody .HeaderUtility > ul > li.kids:after {
  background: #0f0f0f;
}
.Header .HeaderBody .HeaderUtility > ul > li.search:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  margin-top: -8px;
  height: 16px;
  background: #dfdfdf;
}
.Header .HeaderBody .HeaderUtility > ul > li > a {
  display: table-cell;
  height: 69px;
  /*padding: 0 53px;*/
  /*50th anniversaryのヘッダー掲載終わったら0 53pxに戻す*/
  padding: 0 30px;
  color: #000000;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}
.Header .HeaderBody .HeaderUtility > ul > li > a > span {
  display: inline-block;
  line-height: 67px;
  border-bottom: solid 2px #ffffff;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  white-space: nowrap;
}
.Header .HeaderBody .HeaderUtility > ul > li.current > a > span,
.Header .HeaderBody .HeaderUtility > ul > li > a:hover > span {
  border-bottom: solid 2px #000000;
}
.Header .HeaderBody .HeaderUtility > ul > li.search > a > span:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0 7px 2px 0;
  background: url(/eng/common/img/head_ic01.png) no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
}

/* HeaderMenu */
.Header .HeaderBody .HeaderMenu {
  -webkit-display: flex;
  display: flex;
  width: 185px;
  margin-right: auto;
}
.Header .HeaderBody .HeaderMenu > .menu-button {
  position: relative;
  width: 70px;
  height: 70px;
  margin-right: auto;
}
.Header .HeaderBody .HeaderMenu > .menu-button > a {
  display: block;
  width: 70px;
  height: 70px;
}
.Header .HeaderBody .HeaderMenu > .menu-button > a:before {
  content: "";
  position: absolute;
  top: 28px;
  left: 50%;
  display: block;
  margin-left: -9px;
  display: block;
  width: 18px;
  height: 2px;
  background: #000000;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.Header .HeaderBody .HeaderMenu > .menu-button > a:after {
  content: "";
  position: absolute;
  bottom: 28px;
  left: 50%;
  display: block;
  margin-left: -9px;
  display: block;
  width: 18px;
  height: 2px;
  background: #000000;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.Header .HeaderBody .HeaderMenu > .menu-button > a:hover:before {
  top: 26px;
}
.Header .HeaderBody .HeaderMenu > .menu-button > a:hover:after {
  bottom: 26px;
}
.Header .HeaderBody .HeaderMenu > .menu-button > a > span {
  display: block;
  text-indent: -9999px;
}
.Header .HeaderBody .HeaderMenu > .menu-button > a > span:before {
  content: "";
  position: absolute;
  top: 34px;
  left: 50%;
  display: block;
  margin-left: -9px;
  display: block;
  width: 18px;
  height: 2px;
  background: #000000;
}
.Header .HeaderBody .HeaderMenu .inner {
  position: fixed;
  top: 70px;
  right: -420px;
  width: 420px;
  height: 100%;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
/* open */
.Header .HeaderBody .HeaderMenu > .menu-button.open > a {
  background: #000000;
}
.Header .HeaderBody .HeaderMenu > .menu-button.open > a:before {
  top: 33px;
  background: #ffffff;
  transform: rotate(45deg);
}
.Header .HeaderBody .HeaderMenu > .menu-button.open > a:after {
  bottom: 35px;
  background: #ffffff;
  transform: rotate(-45deg);
}
.Header .HeaderBody .HeaderMenu > .menu-button.open > a:hover:before {
  top: 33px;
  transform: rotate(45deg) scale(1.4);
}
.Header .HeaderBody .HeaderMenu > .menu-button.open > a:hover:after {
  bottom: 35px;
  transform: rotate(-45deg) scale(1.4);
}
.Header .HeaderBody .HeaderMenu > .menu-button.open > a > span:before {
  display: none;
}
.Header .HeaderBody .HeaderMenu .menu-button.open + .inner {
  position: fixed;
  top: 70px;
  left: 0;
  width: 420px;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 200;
  right:auto;
}
.Header .HeaderBody .HeaderMenu .inner .menu-wrap {
  padding: 80px 60px;
}
.Header .HeaderBody .HeaderMenu .inner .itemNav {
  display: none;
}
.Header .HeaderBody .HeaderMenu .inner a {
  color: #ffffff;
  text-decoration: none;
}
.Header .HeaderBody .HeaderMenu .inner a:hover {
  text-decoration: underline;
}
.Header .HeaderBody .HeaderMenu .inner .menu-button > a {
  display: block;
  padding: 10px 10px;
  border: solid 1px #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.Header .HeaderBody .HeaderMenu .inner .menu-button > a::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 15px;
  margin: 0 10px 3px 0;
  background: url(/eng/common/img/com_ic04_02.png) no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
}
.Header .HeaderBody .HeaderMenu .inner .menu-list-01 {
  margin-top: 70px;
  text-align: center;
  list-style: none;
}
.Header .HeaderBody .HeaderMenu .inner .menu-list-01 > li {
  margin-top: 25px;
}
.Header .HeaderBody .HeaderMenu .inner .menu-list-01 > li > a {
  font-size: 2.4rem;
  font-weight: bold;
}
.Header .HeaderBody .HeaderMenu .inner .menu-list-02 {
  margin-top: 20px;
  text-align: center;
}
.Header .HeaderBody .HeaderMenu .inner .menu-list-02 > li {
  margin-top: 25px;
}
.Header .HeaderBody .HeaderMenu .inner .menu-list-02 > li > a {
  font-size: 1.4rem;
}
.Header .HeaderBody .HeaderMenu .inner .menu-list-02 > li > a.a-blank::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 11px;
  margin: 0 0 3px 8px;
  background: url(/eng/common/img/com_ic02_02.png) no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
}
.Header .HeaderBody .HeaderMenu .inner .menu-banner-area {
  margin-top: 80px;
}
.Header .HeaderBody .HeaderMenu .inner .menu-banner-area ul + ul {
  margin-top: 10px;
}
.Header .HeaderBody .HeaderMenu .inner .menu-banner-01 {
  -webkit-display: flex;
  display: flex;
  flex-wrap: wrap;
}
.Header .HeaderBody .HeaderMenu .inner .menu-banner-01 > li {
  width: 48.3%;
  margin-top: 10px;
}
.Header .HeaderBody .HeaderMenu .inner .menu-banner-01 > li:nth-child(1),
.Header .HeaderBody .HeaderMenu .inner .menu-banner-01 > li:nth-child(2) {
  margin-top: 0;
}
.Header .HeaderBody .HeaderMenu .inner .menu-banner-01 > li + li {
  margin-left: auto;
}
.Header .HeaderBody .HeaderMenu .inner .menu-banner-02 > li {
  margin-top: 10px;
}
.Header .HeaderBody .HeaderMenu .inner .menu-banner-02 > li:first-child {
  margin-top: 0;
}
}

@media only screen and (max-width: 767px) {
/* ------------------------------------------------------
 * Header
------------------------------------------------------ */
.Header {
  top: 0;
  width: 100%;
  background: #ffffff;
  border-bottom: solid 1px #dddddd;
  z-index: 9999;
  font-family: 'Yekan';
}
.Header .HeaderBody {
  position: relative;
}
.Header .HeaderBody:after {

  display: block;
  margin-bottom: 5px;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}

/* header-identity */
.Header .HeaderBody .header-identity {
  width: 94px;
  margin: 0 auto;
}
.Header .HeaderBody .header-identity > .identity_logo {
  padding: 9px 0 8px;
}
.Header .HeaderBody .header-identity > .identity_logo > a {
  display: block;
  margin: 0 auto;
}
.Header .HeaderBody .header-identity > .identity_logo img {
  display: block;
  width: 100%;
  height: auto;
}

/* HeaderUtility */
.Header .HeaderBody .HeaderUtility > ul > li {
  display: none;
}
.Header .HeaderBody .HeaderUtility > ul > li.search {
  position: absolute;
  top: 0;
  right: 30px;
  display: block;
}
.Header .HeaderBody .HeaderUtility > ul > li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background: #dfdfdf;
}
.Header .HeaderBody .HeaderUtility > ul > li.search:after {
  display: none;
}
.Header .HeaderBody .HeaderUtility > ul > li > a {
  display: table-cell;
  height: 45px;
  padding: 0 20px;
  color: #000000;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}
.Header .HeaderBody .HeaderUtility > ul > li.search > a > span {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 6px;
  text-indent: -9999px;
}
.Header .HeaderBody .HeaderUtility > ul > li.search > a > span:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 11px;
  height: 11px;
  border: 2px solid #000000;
  border-radius: 50%;
}
.Header .HeaderBody .HeaderUtility > ul > li.search > a > span:after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 3px;
  width: 8px;
  height: 2px;
  background: #000000;
  transform: rotate(45deg);
  transform-origin: center;
}

/* HeaderMenu */
.Header .HeaderBody .HeaderMenu {
  position: absolute;
  top: 0;
  right: 0;
}
.Header .HeaderBody .HeaderMenu > .menu-button {
  position: relative;
  z-index: 200;
  width: 45px;
  height: 46px;
  margin-left: auto;
}
.Header .HeaderBody .HeaderMenu > .menu-button > a {
  display: block;
  width: 45px;
  height: 45px;
}
.Header .HeaderBody .HeaderMenu > .menu-button > a:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 50%;
  display: block;
  width: 18px;
  height: 2px;
  margin-left: -9px;
  background: #000000;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.Header .HeaderBody .HeaderMenu > .menu-button > a:after {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 50%;
  display: block;
  width: 18px;
  height: 2px;
  margin-left: -9px;
  background: #000000;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.Header .HeaderBody .HeaderMenu > .menu-button > a > span {
  display: block;
  text-indent: -9999px;
}
.Header .HeaderBody .HeaderMenu > .menu-button > a > span:before {
  content: "";
  position: absolute;
  top: 24px;
  left: 50%;
  display: block;
  width: 18px;
  height: 2px;
  margin-left: -9px;
  background: #000000;
}
.Header .HeaderBody .HeaderMenu .inner {
  display: none;
}

/* open */
.Header .HeaderBody .HeaderMenu > .menu-button.open > a {
  background: #ffffff;
}
.Header .HeaderBody .HeaderMenu > .menu-button.open > a:before {
  top: 22px;
  width: 18px;
  transform: rotate(45deg);
}
.Header .HeaderBody .HeaderMenu > .menu-button.open > a:after {
  bottom: 22px;
  width: 18px;
  transform: rotate(-45deg);
}
.Header .HeaderBody .HeaderMenu > .menu-button.open > a > span:before {
  display: none;
}
.Header .HeaderBody .HeaderMenu .menu-button.open + .inner {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  overflow: scroll;
  background: rgba(223,223,223, 0.8);
}
.Header .HeaderBody .HeaderMenu .inner .itemNav {
  display: block;
  width: 90%;
  margin-left: 10%;
  padding: 30px 45px 60px 80px;
  background: #ffffff;
}
.Header .HeaderBody .HeaderMenu .inner .itemNav h3 {
  margin-top: 5.6vw;
  border-bottom: 1px solid #000000;
  font-size: 1.6em;
  font-weight: bold;
}
.Header .HeaderBody .HeaderMenu .inner .itemNav p {
  width: 60%;
  margin-left: 40%;
  border-bottom: 1px solid #000000;
  line-height: 3em;
  text-align: center;
}
.Header .HeaderBody .HeaderMenu .inner .itemNav a {
  display: block;
  color: #000000;
  text-decoration: none;
}
.Header .HeaderBody .HeaderMenu .inner .menu-wrap {
  width: 90%;
  height: auto;
  margin-left: 10%;
  padding: 20px 35px;
  background: #ffffff;
}
.Header .HeaderBody .HeaderMenu .inner .menu-wrap a {
  color: #000000;
  text-decoration: none;
}
.Header .HeaderBody .HeaderMenu .inner .menu-button > a {
  display: block;
  padding: 12px 10px;
  border: solid 1px #000000;
  font-size: 1.6rem;
  text-align: center;
}
.Header .HeaderBody .HeaderMenu .inner .menu-list-01 {
  margin-top: 20px;
  text-align: center;
  list-style: none;
}
.Header .HeaderBody .HeaderMenu .inner .menu-list-01 > li {
  margin-top: 15px;
}
.Header .HeaderBody .HeaderMenu .inner .menu-list-01 > li > a {
  font-size: 2.1rem;
  font-weight: bold;
}
.Header .HeaderBody .HeaderMenu .inner .menu-list-02 {
  margin-top: 15px;
  text-align: center;
}
.Header .HeaderBody .HeaderMenu .inner .menu-list-02 > li {
  margin-top: 15px;
}
.Header .HeaderBody .HeaderMenu .inner .menu-banner-area {
  margin-top: 25px;
}
.Header .HeaderBody .HeaderMenu .inner .menu-banner-area ul + ul {
  margin-top: 10px;
}
.Header .HeaderBody .HeaderMenu .inner .menu-banner-01 {
  -webkit-display: flex;
  display: flex;
  flex-wrap: wrap;
}
.Header .HeaderBody .HeaderMenu .inner .menu-banner-01 > li {
  width: 48.3%;
  margin-top: 10px;
}
.Header .HeaderBody .HeaderMenu .inner .menu-banner-01 > li:nth-child(1),
.Header .HeaderBody .HeaderMenu .inner .menu-banner-01 > li:nth-child(2) {
  margin-top: 0;
}
.Header .HeaderBody .HeaderMenu .inner .menu-banner-01 > li + li {
  margin-left: auto;
}
.Header .HeaderBody .HeaderMenu .inner .menu-banner-02 > li {
  margin-top: 10px;
}
.Header .HeaderBody .HeaderMenu .inner .menu-banner-02 > li:first-child {
  margin-top: 0;
}
}
