@charset "UTF-8";
/* ----------------------------
*    basic settings
* -------------------------- */
html, body {
  margin: 0;
  padding: 0;
}

body {
  font-size: 80%;
}

/* ----------------------------
*    clear
* -------------------------- */
.clear {
  zoom: 1;
}
.clear::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

/* ----------------------------
*    PC 737 And Common
* -------------------------- */
#ghcontainer {
  -webkit-font-smoothing: subpixel-antialiased !important;
  -moz-osx-font-smoothing: auto !important;
  font-size: 12px !important;
  color: #333;
  position: relative;
  z-index: 10000;
  padding-bottom: 7px;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px !important;
  line-height: 1.5;
  letter-spacing: 0;
  box-sizing: content-box;
  background-color: #FFF;
  overflow: visible;
  text-align: left;
  /*サーチ　PC*/
  /*サーチ　SP*/
}
#ghcontainer * {
  max-width: none;
  box-sizing: content-box;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
#ghcontainer h1, #ghcontainer h2, #ghcontainer h3, #ghcontainer h4, #ghcontainer h5, #ghcontainer h6 {
  font-weight: normal;
  overflow: visible;
  height: auto;
  text-indent: 0 !important;
}
#ghcontainer .clearfix {
  clear: both;
}
#ghcontainer .clearfix:after {
  content: "";
  clear: both;
  display: block;
}
#ghcontainer img {
  outline: none;
  border: none;
}
#ghcontainer h1, #ghcontainer h2, #ghcontainer h3 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100% !important;
  vertical-align: baseline;
  background: transparent;
}
#ghcontainer ol, #ghcontainer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ghcontainer li {
  float: none;
  font-size: 12px !important;
}
#ghcontainer a {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px !important;
  line-height: 1.5;
  letter-spacing: 0;
  box-sizing: content-box;
}
#ghcontainer a:link {
  color: #333;
  text-decoration: none;
  font-size: 12px !important;
}
#ghcontainer a:visited {
  color: #333;
  text-decoration: none;
}
#ghcontainer a:hover {
  color: #333;
  text-decoration: underline;
}
#ghcontainer a:active {
  color: #333;
  text-decoration: none;
}
#ghcontainer a:link span, #ghcontainer a:visited span, #ghcontainer a:hover span, #ghcontainer a:active span {
  color: #333;
}
#ghcontainer #h1-logo {
  overflow: visible !important;
  float: left;
  padding-top: 17px;
  position: relative !important;
}
#ghcontainer #h1-logo span {
  display: block;
  width: 124px;
  height: 26px;
}
#ghcontainer #h1-logo img {
  width: 124px;
}
#ghcontainer #hamburger {
  display: none;
}
#ghcontainer #header-navi-wrap {
  height: 60px;
  min-width: 980px;
}
#ghcontainer #header-navi-child {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
#ghcontainer #header-navi {
  position: absolute;
  right: 0;
  top: 21px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 0px;
}
#ghcontainer #header-navi a:hover {
  text-decoration: underline !important;
}
#ghcontainer #header-navi li {
  display: inline;
  letter-spacing: 0px;
}
#ghcontainer #header-navi li::after {
  content: "|";
  margin-left: 15px;
  margin-right: 12px;
  letter-spacing: 0px;
}
#ghcontainer #header-navi li.last:after {
  content: "";
  margin-left: 0px;
  margin-right: 0px;
  letter-spacing: 0px;
}
#ghcontainer #global-navi-all-wrap {
  width: 100%;
}
#ghcontainer #global-navi-wrap {
  min-width: 980px;
  background-color: #CC0000;
  color: #fff;
  height: 49px;
  z-index: 10000;
  position: relative;
}
#ghcontainer #global-navi {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
#ghcontainer #global-navi a:link {
  color: #fff;
  text-decoration: none;
}
#ghcontainer #global-navi a:visited {
  color: #fff;
  text-decoration: none;
}
#ghcontainer #global-navi a:hover {
  color: #fff;
  text-decoration: none;
  padding-bottom: 0px;
}
#ghcontainer #global-navi a:hover span {
  text-decoration: none;
}
#ghcontainer #global-navi a:active {
  color: #fff;
  text-decoration: none;
}
#ghcontainer #global-navi a:link span, #ghcontainer #global-navi a:visited span, #ghcontainer #global-navi a:hover span, #ghcontainer #global-navi a:active span {
  color: #fff;
}
#ghcontainer #global-navi > nav {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}
#ghcontainer #global-navi > nav ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
#ghcontainer #global-navi li {
  margin: 0;
  cursor: pointer;
  height: 49px;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  text-align: center;
}
#ghcontainer #global-navi li a {
  display: block;
}
#ghcontainer #global-navi li span {
  line-height: 49px;
  display: block;
}
#ghcontainer #global-navi li span.def-current, #ghcontainer #global-navi li span.over {
  background-color: #990000;
}
#ghcontainer #global-navi-child {
  width: 980px;
  margin: 0 auto;
}
#ghcontainer #megadrop-wrap {
  position: absolute;
  width: 100%;
  overflow: hidden;
  min-width: 980px;
  height: 0px;
  background: url("/layout/header/img/shadow.png") repeat-x left bottom;
}
#ghcontainer #megadrop {
  border-top: 4px solid #990000;
  overflow: hidden;
  width: 100%;
  min-width: 980px;
  background: url("/layout/header/img/mega_bg.gif") 50% 0;
}
#ghcontainer #megadrop-child {
  width: 980px;
  margin: 0 auto;
}
#ghcontainer .mega {
  position: relative;
  overflow: hidden;
  zoom: 1;
  white-space: nowrap !important;
  background-color: #e6e6e6;
}
#ghcontainer .mega .mega-nav {
  width: 186px;
  padding-right: 13px;
  background-color: #f2f2f2;
  white-space: normal !important;
  display: block;
  float: left;
  color: #4d4d4d;
}
#ghcontainer .mega .mega-nav nav > ul > li {
  margin-left: 3px;
  padding-left: 14px;
  border-bottom: 1px solid #dfdfdf;
  color: #4d4d4d;
}
#ghcontainer .mega .mega-nav nav > ul > li a {
  display: block;
  padding: 15px 0;
}
#ghcontainer .mega .mega-nav nav > ul > li a span {
  /*font-weight: 600;*/
}
#ghcontainer .mega .mega-nav nav > ul > li a:hover {
  color: #cc0000 !important;
  text-decoration: underline !important;
}
#ghcontainer .mega .mega-nav nav > ul > li a:hover span {
  color: #cc0000 !important;
}
#ghcontainer .mega .mega-nav nav > ul:not(.enta-menu) li span {
  position: relative;
}
#ghcontainer .mega .mega-nav nav > ul:not(.enta-menu) li span::before {
  content: "- ";
}
#ghcontainer .mega .mega-nav nav > ul li.subttl > a {
  font-size: 14px !important;
  padding: 0 !important;
}
#ghcontainer .mega .mega-nav nav > ul li.subttl > a:hover {
  color: #333 !important;
  cursor: text;
  text-decoration: none !important;
}
#ghcontainer .mega .mega-nav nav > ul li.subttl > a:hover span {
  color: #333;
}
#ghcontainer .mega .mega-nav nav > ul li.subttl > a + ul {
  margin-top: 10px;
}
#ghcontainer .mega .right-area {
  white-space: normal !important;
  background-color: #e6e6e6;
  padding-left: 29px;
  display: inline-block;
  vertical-align: top;
}
#ghcontainer .mega .right-area .mega-content-head {
  padding: 11px 0 10px;
}
#ghcontainer .mega .right-area .mega-content-head .mega-title {
  font-size: 18px !important;
  /*font-weight: bold;*/
}
#ghcontainer .mega .right-area .mega-content-head .mega-title span {
  font-size: 14px !important;
  font-weight: normal;
  margin-left: 10px;
}
#ghcontainer .mega .right-area .mega-content-body {
  position: relative;
  width: 710px;
  height: 187px;
}
#ghcontainer .mega.raw2 .right-area .mega-content-body {
  width: 550px;
}
#ghcontainer .mega.raw2 .mega-nav {
  width: 388px;
}
#ghcontainer .mega.raw2 .mega-nav nav {
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
}
#ghcontainer .mega.raw2 .mega-nav nav ul:nth-of-type(2) {
  margin-left: 18px !important;
}
#ghcontainer .mega.raw2 .mega-nav nav ul li {
  min-width: 145px;
}
#ghcontainer .mega.raw2 .mega-video {
  display: none;
}
#ghcontainer .mega.raw2 .mega-visual .imgWrap img {
  width: 100%;
  max-width: 100%;
}
#ghcontainer .mega.raw3 .right-area .mega-content-body {
  width: 295px;
  height: auto;
}
#ghcontainer .mega.raw3 .right-area .mega-content-body .mega-visual .imgWrap {
  margin-right: 17px;
}
#ghcontainer .mega.raw3 .mega-nav {
  width: 555px;
}
#ghcontainer .mega.raw3 .mega-nav nav {
  display: -webkit-box;
  display: flex;
}
#ghcontainer .mega.raw3 .mega-nav nav ul {
  display: block;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  margin-top: 15px;
}
#ghcontainer .mega.raw3 .mega-nav nav ul + ul {
  margin-left: 20px;
}
#ghcontainer .mega.raw3 .mega-nav nav ul li {
  border-bottom: none;
}
#ghcontainer .mega.raw3 .mega-nav nav ul li a {
  padding: 8px 0;
}
#ghcontainer .mega.raw3 .mega-nav nav > ul > li:nth-of-type(1) > a {
  padding: 3px 0 8px;
}
#ghcontainer .mega.raw3 .mega-video {
  display: none;
}
#ghcontainer .mega.raw3 .mega-visual .imgWrap img {
  width: 100%;
  max-width: 100%;
}
#ghcontainer .mega.type-news .mega-news,
#ghcontainer .mega.type-news .mega-video {
  display: block;
}
#ghcontainer .mega.type-visual .mega-visual {
  display: block;
}
#ghcontainer .mega .mega-banner {
  margin-top: 16px;
  margin-bottom: 25px;
}
#ghcontainer .mega .mega-banner ul {
  font-size: 0px !important;
  margin-left: 4px;
  min-width: 260px;
}
#ghcontainer .mega .mega-banner li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  vertical-align: top;
}
#ghcontainer .mega .mega-banner li .imgWrap {
  position: relative;
}
#ghcontainer .mega .mega-banner li .linebox {
  width: 100%;
  height: 100%;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  top: 0;
  border: 0px solid #666;
  box-sizing: border-box;
}
#ghcontainer .mega .mega-banner li a {
  display: inline-block;
}
#ghcontainer .mega .mega-banner li a:hover img {
  opacity: .6;
}
#ghcontainer .mega .mega-banner li a:hover .linebox {
  border-width: 4px;
}
#ghcontainer .mega .mega-banner li img {
  display: block;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#ghcontainer .mega .mega-banner li .mega-caption {
  font-size: 12px !important;
  /*font-weight: bold;*/
  display: block;
  margin-top: 3px;
  width: 134px;
  white-space: nowrap;
}
#ghcontainer .mega .mega-video {
  position: absolute;
  top: 0;
  right: 0;
  width: 278px;
  height: 206px;
  overflow: hidden;
}
#ghcontainer .mega .mega-video div:nth-child(1) {
  width: 278px;
  height: auto;
  font-size: 0 !important;
}
#ghcontainer .mega .mega-video .imgWrap {
  position: relative;
}
#ghcontainer .mega .mega-video a {
  display: inline-block;
}
#ghcontainer .mega .mega-video a .imgWrap .linebox {
  width: 100%;
  height: 100%;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  top: 0;
  border: 0px solid #666;
  box-sizing: border-box;
}
#ghcontainer .mega .mega-video a:hover {
  text-decoration: none !important;
}
#ghcontainer .mega .mega-video a:hover img {
  opacity: .6;
}
#ghcontainer .mega .mega-video a:hover .imgWrap .linebox {
  border-width: 4px;
}
#ghcontainer .mega .mega-video a img {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#ghcontainer .mega .mega-video video {
  width: 100%;
}
#ghcontainer .mega .mega-video .mega-caption {
  display: block;
  margin-top: 3px;
  font-weight: normal;
}
#ghcontainer .mega .mega-visual ul li {
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}
#ghcontainer .mega .mega-visual ul li:first-child {
  margin-left: 0;
}
#ghcontainer .mega .mega-visual ul li a {
  display: inline-block;
}
#ghcontainer .mega .mega-visual ul li a:hover {
  text-decoration: none !important;
}
#ghcontainer .mega .mega-visual ul li a:hover .imgWrap img {
  opacity: 0.6;
}
#ghcontainer .mega .mega-visual ul li .imgWrap {
  position: relative;
}
#ghcontainer .mega .mega-visual ul li .imgWrap img {
  display: block;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#ghcontainer .mega .mega-visual ul li .visual-title {
  /*font-weight: bold;*/
  margin-top: 3px;
}
#ghcontainer .mega .mega-visual a .imgWrap .linebox {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 0px solid #666;
  box-sizing: border-box;
}
#ghcontainer .mega .mega-visual a:hover .imgWrap .linebox {
  border-width: 4px;
}
#ghcontainer .mega .mega-news,
#ghcontainer .mega .mega-video,
#ghcontainer .mega .mega-visual {
  display: none;
}
#ghcontainer .mega.type-pickup .mega-nav {
  width: 761px;
  padding-right: 35px;
  padding-left: 18px;
}
#ghcontainer .mega.type-pickup .enta-menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
#ghcontainer .mega.type-pickup .enta-menu a {
  padding: 0;
  display: inline;
}
#ghcontainer .mega.type-pickup .enta-menu > li {
  display: block !important;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
#ghcontainer .mega.type-pickup .enta-menu > li > a:hover {
  cursor: text !important;
}
#ghcontainer .mega.type-pickup .enta-menu > li > a > span {
  padding-top: 0;
  padding-bottom: 0;
}
#ghcontainer .mega.type-pickup .enta-child-menu {
  margin-top: 20px;
}
#ghcontainer .mega.type-pickup .enta-child-menu li {
  margin-left: 0;
}
#ghcontainer .mega.type-pickup .enta-child-menu li:before {
  content: "- ";
}
#ghcontainer .mega.type-pickup .mega-pickup {
  margin-top: 15px;
}
#ghcontainer .mega.type-pickup .mega-pickup ul li {
  margin-top: 25px;
}
#ghcontainer .mega.type-pickup .mega-pickup ul li:first-child {
  margin-top: 0;
}
#ghcontainer .mega.type-pickup .mega-pickup ul li img {
  width: 100%;
}
#ghcontainer .mega.type-pickup .mega-pickup ul li a {
  display: inline-block;
}
#ghcontainer .mega.type-pickup .mega-pickup ul li a .imgWrap {
  position: relative;
}
#ghcontainer .mega.type-pickup .mega-pickup ul li a .imgWrap img {
  vertical-align: top;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#ghcontainer .mega.type-pickup .mega-pickup ul li a .imgWrap .linebox {
  width: 100%;
  height: 100%;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  top: 0;
  border: 0px solid #666;
  box-sizing: border-box;
}
#ghcontainer .mega.type-pickup .mega-pickup ul li a:hover {
  text-decoration: none !important;
}
#ghcontainer .mega.type-pickup .mega-pickup ul li a:hover .imgWrap img {
  opacity: 0.6;
}
#ghcontainer .mega.type-pickup .mega-pickup ul li a:hover .imgWrap .linebox {
  border-width: 4px;
}
#ghcontainer .mega.type-pickup .enta-nav {
  padding-bottom: 26px;
  padding-top: 16px;
}
#ghcontainer .mega.type-pickup .enta-nav li {
  padding-left: 0;
  padding-right: 0;
  border-bottom: none;
}
#ghcontainer .mega.type-pickup .enta-nav li a:hover {
  text-decoration: none !important;
}
#ghcontainer .mega.type-pickup .enta-nav .enta-menu {
  font-size: 0;
}
#ghcontainer .mega.type-pickup .enta-nav .enta-menu > li {
  display: inline-block;
  vertical-align: top;
}
#ghcontainer .mega.type-pickup .enta-nav .enta-menu > li:first-child {
  margin-left: 0;
}
#ghcontainer .mega.type-pickup .enta-nav .enta-menu > li > a:hover {
  cursor: auto;
}
#ghcontainer .mega.type-pickup .enta-nav .enta-menu > li > a > span {
  font-size: 14px;
  color: #333 !important;
}
#ghcontainer .mega.type-pickup .enta-nav .enta-child-menu li {
  margin-top: 15px;
  padding-left: 1em;
  text-indent: -.75em;
}
#ghcontainer .mega.type-pickup .enta-nav .enta-child-menu li:first-child {
  margin-top: 0;
}
#ghcontainer .mega.type-pickup .enta-nav .enta-child-menu li a:hover {
  color: #cc0000 !important;
  text-decoration: underline !important;
}
#ghcontainer .mega.type-pickup .right-area {
  width: 134px;
  padding-top: 21px;
  padding-bottom: 28px;
  padding-left: 30px;
}
#ghcontainer .mega.type-pickup .right-area .mega-content-body {
  width: 100%;
}
#ghcontainer .mega.type-pickup .mega-title {
  font-size: 21px !important;
  /*font-weight: bold;*/
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #dfdfdf;
}
#ghcontainer .mega.type-pickup .mega-title span {
  font-size: 14px !important;
  margin-left: 10px;
  font-weight: normal;
}
#ghcontainer .mega .mega-sub-title {
  font-weight: bold;
  font-size: 14px;
}
#ghcontainer .mega-news {
  font-size: 14px !important;
  width: 422px;
  border-top: 1px solid #d5d4d4;
  text-align: inherit;
  background-color: inherit;
  background-image: inherit;
  background-repeat: inherit;
  background-position: inherit;
  background-size: inherit;
}
#ghcontainer .mega-news li {
  font-size: 14px !important;
}
#ghcontainer .mega-news .news-title {
  padding-top: 25px;
  color: #4d4d4d;
  font-size: 18px !important;
}
#ghcontainer .mega-news ul {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d5d4d4;
}
#ghcontainer .mega-news li {
  margin-bottom: 8px;
  line-height: 1.4;
}
#ghcontainer .mega-news li a {
  font-size: inherit !important;
  display: inherit;
  padding: 0;
}
#ghcontainer .mega-news .ghDate {
  color: #8a8a8a;
  margin: 0;
}
#ghcontainer .mega-news .ghText {
  color: #4d4d4d;
}
#ghcontainer .mega-news a:hover {
  text-decoration: none;
}
#ghcontainer .mega-news a:hover .ghText {
  text-decoration: underline;
}
#ghcontainer .mega1 {
  /*display: block;*/
}
#ghcontainer .mega2 {
  display: none;
}
#ghcontainer .mega3 {
  display: none;
}
#ghcontainer .mega4 {
  display: none;
}
#ghcontainer .mega5 {
  display: none;
}
#ghcontainer .mega6 {
  display: none;
}
#ghcontainer .mega7 {
  display: none;
}
#ghcontainer .mega8 {
  display: none;
}
#ghcontainer .mega9 {
  display: none;
}
#ghcontainer .spOnly {
  display: none !important;
}
#ghcontainer .spOnlyInlineBlock {
  display: none !important;
}
#ghcontainer #ghsearch {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  margin-left: 12px;
}
#ghcontainer #ghsearch .i-txt {
  margin-top: 8px;
  margin-right: 0px;
  /*20px;*/
  outline: 0;
  color: #000;
  background: url(/layout/header/img/search_icon.png) no-repeat 7px center;
  background-color: #e6e6e6;
  border: none;
  border-radius: 3px;
  padding: 7px 15px 7px 30px;
  width: 143px;
  font-size: 12px !important;
  box-sizing: inherit;
  font-family: sans-serif !important;
}
#ghcontainer #ghsearch .search_box {
  width: auto;
  margin: 0;
  padding: 0;
}
#ghcontainer #hd_search-sp {
  display: none;
}
#ghcontainer #ghcontainer-sp-search {
  display: none;
  margin-top: -64px;
}

#contents {
  clear: both;
  line-height: 130%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}

/* ----------------------------
*    SP 736以下
* -------------------------- */
@media screen and (max-width: 736px) {
  html.noscroll, body.noscroll {
    overflow-y: hidden;
    height: 100%;
  }

  #contents > .loadingLogo {
    display: none !important;
  }

  #contents.hideContents {
    overflow: hidden;
  }
}
/* ------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 736px) {
  #ghcontainer {
    display: none !important;
  }
}

#ghcontainer-sp,
#ghcontainer-sp-menu {
  -webkit-font-smoothing: subpixel-antialiased !important;
  -moz-osx-font-smoothing: auto !important;
  font-size: 12px !important;
  color: #333;
  position: relative;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px !important;
  line-height: 1.5;
  letter-spacing: 0;
  box-sizing: content-box;
  background-color: #FFF;
  overflow: visible;
  text-align: left;
}
#ghcontainer-sp *,
#ghcontainer-sp-menu * {
  max-width: none;
  box-sizing: content-box;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
#ghcontainer-sp h1, #ghcontainer-sp h2, #ghcontainer-sp h3, #ghcontainer-sp h4, #ghcontainer-sp h5, #ghcontainer-sp h6,
#ghcontainer-sp-menu h1,
#ghcontainer-sp-menu h2,
#ghcontainer-sp-menu h3,
#ghcontainer-sp-menu h4,
#ghcontainer-sp-menu h5,
#ghcontainer-sp-menu h6 {
  font-weight: normal;
  overflow: visible;
  height: auto;
  text-indent: 0 !important;
}
#ghcontainer-sp .clearfix,
#ghcontainer-sp-menu .clearfix {
  clear: both;
}
#ghcontainer-sp .clearfix::after,
#ghcontainer-sp-menu .clearfix::after {
  content: "";
  clear: both;
  display: block;
}
#ghcontainer-sp img,
#ghcontainer-sp-menu img {
  outline: none;
  border: none;
}
#ghcontainer-sp h1, #ghcontainer-sp h2, #ghcontainer-sp h3,
#ghcontainer-sp-menu h1,
#ghcontainer-sp-menu h2,
#ghcontainer-sp-menu h3 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100% !important;
  vertical-align: baseline;
  background: transparent;
}
#ghcontainer-sp ol, #ghcontainer-sp ul,
#ghcontainer-sp-menu ol,
#ghcontainer-sp-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#ghcontainer-sp li,
#ghcontainer-sp-menu li {
  float: none;
  font-size: 12px !important;
}

@media screen and (min-width: 737px), print {
  #ghcontainer-sp {
    display: none !important;
  }
}
#ghcontainer-sp #ghcontainer-sp-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
  border-bottom: 1px solid #A0A0A0;
}
#ghcontainer-sp #hamburger {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 53px;
  height: 52px;
  background-color: #CC0000;
  display: inline-block;
  position: relative;
  z-index: 2;
}
#ghcontainer-sp #hamburger .ham {
  position: absolute;
  width: 50%;
  height: 1px;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#ghcontainer-sp #hamburger .ham:nth-child(1) {
  top: 23.655%;
}
#ghcontainer-sp #hamburger .ham:nth-child(2) {
  top: 36.559%;
}
#ghcontainer-sp #hamburger .ham:nth-child(3) {
  top: 49.462%;
}
#ghcontainer-sp #hamburger .menu {
  position: absolute;
  top: 63.44%;
  left: 0;
  right: 0;
  margin: auto;
  width: 45% !important;
  max-width: 34px;
  min-width: 17px;
}
#ghcontainer-sp #h1-logo-sp {
  text-align: center;
  padding-top: 0px;
  width: 33%;
  height: 52px;
  margin: 0;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}
#ghcontainer-sp #h1-logo-sp a {
  display: inline-block;
  width: 100%;
  height: 52px;
}
#ghcontainer-sp #h1-logo-sp a span {
  display: inline-block;
  width: 100%;
  height: 52px;
  max-width: 150px;
  background: none;
  position: relative;
}
#ghcontainer-sp #h1-logo-sp a span img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}
#ghcontainer-sp #hd_search-sp {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  display: block;
  padding: 15px;
}
#ghcontainer-sp #hd_search-sp img {
  vertical-align: top;
  width: 20px !important;
  height: auto;
}
#ghcontainer-sp #ghcontainer-sp-search {
  width: 100%;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  display: block;
  padding: 8px;
  padding-bottom: 0px;
  background-color: #333333;
  overflow: hidden;
  height: 64px;
  margin-top: -64px;
  transition: margin 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 13px !important;
  box-sizing: border-box;
}
#ghcontainer-sp #ghcontainer-sp-search.open {
  margin: 0;
  display: block;
  text-indent: 0;
  background: transparent;
  background-color: #333333;
}
#ghcontainer-sp #ghcontainer-sp-search-query {
  float: left;
  width: 75%;
}
#ghcontainer-sp #ghcontainer-sp-search-query input {
  box-sizing: border-box !important;
  padding: 0 .6em !important;
  color: #000;
  width: 100%;
  border: none;
  border-radius: 2px;
  line-height: 2.8em;
  line-height: 1;
  vertical-align: middle;
  font-size: 16px !important;
  height: 2.95em;
  -webkit-appearance: none;
  font-family: sans-serif !important;
}
#ghcontainer-sp #ghcontainer-sp-search-query input::-webkit-input-placeholder {
  padding-top: 0.15em;
}
#ghcontainer-sp #MF_form_phrase-sp {
  background: transparent;
  background-color: #FFF;
}
#ghcontainer-sp #ghcontainer-sp-search-btn {
  float: right;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
  padding: 0 0 0 8px;
  width: 25%;
}
#ghcontainer-sp #ghcontainer-sp-search-btn input {
  width: 100%;
  display: block;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.3em 0;
  height: 3.65em;
  background-color: #EEEEEE;
  text-align: center;
  font-weight: 900;
  font-size: 1em;
  line-height: 1;
  border: 0;
  border-radius: 2px;
}

#ghcontainer-sp-menu {
  width: 100%;
  position: absolute;
  left: -100%;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  z-index: 10002;
}
@media screen and (min-width: 737px), print {
  #ghcontainer-sp-menu {
    display: none !important;
  }
}
#ghcontainer-sp-menu a {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", Helvetica, Arial, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 12px !important;
  line-height: 1.5;
  letter-spacing: 0;
  box-sizing: content-box;
}
#ghcontainer-sp-menu a:link {
  color: #333;
  text-decoration: none;
  font-size: 12px !important;
}
#ghcontainer-sp-menu a:visited {
  color: #333;
  text-decoration: none;
}
#ghcontainer-sp-menu a:active {
  color: #333;
  text-decoration: none;
}
#ghcontainer-sp-menu a:link span, #ghcontainer-sp-menu a:visited span, #ghcontainer-sp-menu a:hover span, #ghcontainer-sp-menu a:active span {
  color: #333;
}
#ghcontainer-sp-menu #global-navi-sp {
  display: inherit;
  flex-wrap: inherit;
  width: 100%;
}
#ghcontainer-sp-menu #global-navi-sp a:link {
  color: #fff;
  text-decoration: none;
}
#ghcontainer-sp-menu #global-navi-sp a:visited {
  color: #fff;
  text-decoration: none;
}
#ghcontainer-sp-menu #global-navi-sp a:hover {
  color: #fff;
  text-decoration: none;
  padding-bottom: 0px;
}
#ghcontainer-sp-menu #global-navi-sp a:hover span {
  text-decoration: none;
}
#ghcontainer-sp-menu #global-navi-sp a:active {
  color: #fff;
  text-decoration: none;
}
#ghcontainer-sp-menu #global-navi-sp a:link span, #ghcontainer-sp-menu #global-navi-sp a:visited span, #ghcontainer-sp-menu #global-navi-sp a:hover span, #ghcontainer-sp-menu #global-navi-sp a:active span {
  color: #fff;
}
#ghcontainer-sp-menu #global-navi-sp li {
  display: block;
  background-color: #CC0000;
  border-bottom: 1px solid #990000;
  height: 46px;
  padding: 0px 14px;
  margin: 0;
}
#ghcontainer-sp-menu #global-navi-sp li span {
  padding: 0 0 0 3px;
  line-height: 46px;
  display: block;
}
#ghcontainer-sp-menu #global-navi-sp li.def-current {
  background-color: #990000;
}
#ghcontainer-sp-menu #global-navi-sp li.current {
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  background-color: #990000;
}
#ghcontainer-sp-menu #global-navi-sp li.current_notransition {
  transition: inherit;
  background-color: #990000;
}
#ghcontainer-sp-menu #global-navi-sp .navi1 li {
  position: relative;
}
#ghcontainer-sp-menu #global-navi-sp .navi1 li::after {
  content: "";
  width: 6px;
  height: 6px;
  margin: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 14px;
}
#ghcontainer-sp-menu #global-navi-wrap-sp {
  min-width: inherit;
  border-bottom: none;
  background-color: transparent;
  height: 0px;
}
#ghcontainer-sp-menu #global-navi-child-sp {
  width: 100%;
  margin: 0;
  background-color: #cc0000;
}
#ghcontainer-sp-menu #ghsearch {
  display: none;
}
#ghcontainer-sp-menu #hd_search-sp {
  top: 5px;
  right: 4px;
  display: block;
  position: absolute;
  padding: 10px;
}
#ghcontainer-sp-menu #hd_search-sp img {
  vertical-align: top;
  width: 20px !important;
  height: auto;
}
#ghcontainer-sp-menu #ghcontainer-sp-search {
  display: block;
  padding: 8px;
  padding-bottom: 0px;
  background-color: #333333;
  overflow: hidden;
  height: 56px;
  margin-top: -64px;
  transition: margin 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 13px !important;
}
#ghcontainer-sp-menu #ghcontainer-sp-search.open {
  margin: 0;
  display: block;
  text-indent: 0;
  width: auto;
  height: 56px;
  background: transparent;
  background-color: #333333;
}
#ghcontainer-sp-menu #ghcontainer-sp-search-query {
  float: left;
  width: 75%;
}
#ghcontainer-sp-menu #ghcontainer-sp-search-query input {
  box-sizing: border-box !important;
  padding: .6em !important;
  width: 100%;
  border: none;
  border-radius: 2px;
  line-height: 2.8em;
  vertical-align: middle;
  font-size: 16px !important;
  height: 2.95em;
  -webkit-appearance: none;
}
#ghcontainer-sp-menu #ghcontainer-sp-search-btn {
  float: right;
  box-sizing: border-box !important;
  padding: 0 0 0 8px;
  width: 25%;
}
#ghcontainer-sp-menu #ghcontainer-sp-search-btn input {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 1.3em 0;
  height: 3.65em;
  background-color: #EEEEEE;
  text-align: center;
  font-weight: 900;
  font-size: 1em;
  line-height: 1;
  border: 0;
  border-radius: 2px;
}
#ghcontainer-sp-menu #header-navi-sp li {
  position: relative;
  font-size: 9px !important;
  background-color: #404040;
  border-bottom: 1px solid #333;
  padding: 0px 22px;
}
#ghcontainer-sp-menu #header-navi-sp li a {
  font-size: 12px !important;
}
#ghcontainer-sp-menu #header-navi-sp li::before {
  content: "";
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 26px;
  margin-left: -9px;
}
#ghcontainer-sp-menu #header-navi-sp li span {
  padding-top: 0;
  padding-left: 3px;
  line-height: 46px;
}
#ghcontainer-sp-menu #header-navi2-sp ul {
  background-color: #404040;
}
#ghcontainer-sp-menu #header-navi2-sp li {
  position: relative;
  font-size: 8px !important;
  background-color: #404040;
  border-bottom: 1px solid #404040;
  padding: 0px 22px;
  padding-right: 0px;
  height: 25px;
}
#ghcontainer-sp-menu #header-navi2-sp li:nth-last-child(1) {
  padding-bottom: 25px;
}
#ghcontainer-sp-menu #header-navi2-sp li::before {
  content: "";
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 22px;
  margin-left: -9px;
}
#ghcontainer-sp-menu #megadrop-wrap-sp {
  overflow: hidden;
  background: url("/layout/header/img/shadow.png") repeat-x left bottom;
  position: relative;
  left: 40%;
  width: 60%;
  height: 0px;
  min-width: inherit;
  z-index: 10001;
  pointer-events: none;
}
#ghcontainer-sp-menu #megadrop-wrap-sp.open {
  left: 40%;
  pointer-events: inherit;
  text-indent: 0;
  margin: 0;
}
#ghcontainer-sp-menu #megadrop-sp {
  overflow: hidden;
  width: 100%;
  min-width: inherit;
  box-shadow: none;
  background: none;
  background-color: #E6E6E6;
  border-top: none;
  position: relative;
  border-left: 4px solid #990000;
  left: -104%;
  transition: left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-sizing: border-box;
}
#ghcontainer-sp-menu #megadrop-sp.open {
  left: 0%;
  text-indent: 0;
  text-align: left;
  margin: 0;
  overflow-y: auto;
}
#ghcontainer-sp-menu #megadrop-child-sp {
  width: inherit;
  max-width: 100%;
  margin: 0 auto;
}
#ghcontainer-sp-menu .mega {
  position: relative;
  overflow: hidden;
  zoom: 1;
  white-space: nowrap !important;
  background-color: #e6e6e6;
}
#ghcontainer-sp-menu .mega .mega-nav {
  width: 100%;
  padding: 0 6px;
  background-color: #f2f2f2;
  white-space: normal !important;
  display: block;
  color: #4d4d4d;
  box-sizing: border-box;
}
#ghcontainer-sp-menu .mega .mega-nav nav > ul {
  position: relative;
  background-color: #f2f2f2;
}
#ghcontainer-sp-menu .mega .mega-nav nav > ul > li {
  margin-left: 0;
  padding-left: 4px;
  color: #4d4d4d;
  font-weight: normal;
}
#ghcontainer-sp-menu .mega .mega-nav nav > ul > li a {
  display: block;
  padding-right: 15px;
  position: relative;
  border-bottom: 1px solid #a9a9a9;
}
#ghcontainer-sp-menu .mega .mega-nav nav > ul > li a span {
  display: block;
  font-weight: 600;
  padding-top: 14px;
  padding-bottom: 14px;
}
#ghcontainer-sp-menu .mega .mega-nav nav > ul > li a::after {
  content: "";
  width: 6px;
  height: 6px;
  margin: 0 0 0 0;
  border-top: solid 1px #4d4d4d;
  border-right: solid 1px #4d4d4d;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 6px;
  top: 50%;
}
#ghcontainer-sp-menu .mega .mega-nav nav > ul li.subttl > a {
  padding: 12px 15px 14px;
  font-weight: 600;
  background-color: #f2f2f2;
}
#ghcontainer-sp-menu .mega .mega-nav nav > ul li.subttl > a:before, #ghcontainer-sp-menu .mega .mega-nav nav > ul li.subttl > a:after {
  width: 10px;
  height: 1px;
  content: '';
  display: block;
  background-color: #4d4d4d;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 2;
  border: none;
}
#ghcontainer-sp-menu .mega .mega-nav nav > ul li.subttl > a:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-delay: 0s;
}
#ghcontainer-sp-menu .mega .mega-nav nav > ul li.subttl > a.active:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#ghcontainer-sp-menu .mega .mega-nav nav > ul li.subttl > a + ul {
  background-color: #e6e6e6;
  padding-right: 4px;
  height: 0;
  overflow: hidden;
}
#ghcontainer-sp-menu .mega .mega-nav nav > ul li.subttl > a + ul li {
  width: 96%;
  margin-right: 2%;
  margin-left: 2%;
}
#ghcontainer-sp-menu .mega .mega-nav nav > ul li.subttl > a + ul li a {
  padding-left: 15px;
}
#ghcontainer-sp-menu .mega .right-area {
  white-space: normal !important;
  vertical-align: top;
  display: block;
  background: none;
  padding-left: 10px;
  background-color: #f2f2f2;
  position: relative;
}
#ghcontainer-sp-menu .mega .right-area .mega-content-head {
  padding: 11px 0 10px;
}
#ghcontainer-sp-menu .mega .right-area .mega-content-head .mega-title {
  font-size: 18px !important;
  font-weight: bold;
}
#ghcontainer-sp-menu .mega .right-area .mega-content-head .mega-title span {
  font-size: 14px !important;
  font-weight: normal;
  margin-left: 10px;
}
#ghcontainer-sp-menu .mega .right-area .mega-content-body {
  position: relative;
  width: inherit;
  height: inherit;
}
#ghcontainer-sp-menu .mega.raw2 .right-area .mega-content-body, #ghcontainer-sp-menu .mega.raw3 .right-area .mega-content-body {
  width: inherit;
}
#ghcontainer-sp-menu .mega.raw2 .mega-nav, #ghcontainer-sp-menu .mega.raw3 .mega-nav {
  width: 100%;
}
#ghcontainer-sp-menu .mega.raw2 .mega-nav nav, #ghcontainer-sp-menu .mega.raw3 .mega-nav nav {
  display: block;
}
#ghcontainer-sp-menu .mega.raw2 .mega-nav nav ul:nth-of-type(2), #ghcontainer-sp-menu .mega.raw3 .mega-nav nav ul:nth-of-type(2) {
  margin-left: 0px !important;
}
#ghcontainer-sp-menu .mega.raw2 .mega-video, #ghcontainer-sp-menu .mega.raw3 .mega-video {
  display: none;
}
#ghcontainer-sp-menu .mega.raw2 .mega-banner li:nth-child(4), #ghcontainer-sp-menu .mega.raw3 .mega-banner li:nth-child(4) {
  display: inline-block;
}
#ghcontainer-sp-menu .mega.raw2 .mega-banner li:nth-child(5), #ghcontainer-sp-menu .mega.raw3 .mega-banner li:nth-child(5) {
  display: inline-block;
}
#ghcontainer-sp-menu .mega.type-news .mega-news,
#ghcontainer-sp-menu .mega.type-news .mega-video {
  display: block;
}
#ghcontainer-sp-menu .mega.type-visual .mega-visual {
  display: block;
}
#ghcontainer-sp-menu .mega .mega-banner {
  width: 1000000px;
  margin-top: 14px;
  margin-bottom: 0;
  margin-left: -10px;
  padding-bottom: 14px;
  position: relative;
}
#ghcontainer-sp-menu .mega .mega-banner img {
  width: auto !important;
  height: 79px;
}
#ghcontainer-sp-menu .mega .mega-banner ul {
  font-size: 0px !important;
  min-width: 260px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  position: relative;
  z-index: 2;
}
#ghcontainer-sp-menu .mega .mega-banner ul.length1 {
  margin-left: 0 !important;
}
#ghcontainer-sp-menu .mega .mega-banner li {
  width: 105px;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  padding: 0 15px;
  position: relative;
  vertical-align: top;
}
#ghcontainer-sp-menu .mega .mega-banner li .imgWrap {
  position: relative;
}
#ghcontainer-sp-menu .mega .mega-banner li .linebox {
  height: 79px;
  width: 105px;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: absolute;
  top: 0;
  box-shadow: 0px 0px 0px 0px #666 inset;
}
#ghcontainer-sp-menu .mega .mega-banner li img {
  display: block;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 100%;
  height: auto;
}
#ghcontainer-sp-menu .mega .mega-banner li .mega-caption {
  display: block;
  font-size: 10px !important;
  font-weight: normal;
  margin-top: 5px;
  width: 105px;
  white-space: normal;
}
#ghcontainer-sp-menu .mega .banner-ui {
  position: absolute;
  top: 25px;
  left: -12px;
  top: 0;
  width: 105px;
}
#ghcontainer-sp-menu .mega .banner-ui img {
  height: inherit;
  width: 30px !important;
  height: 30px !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
}
#ghcontainer-sp-menu .mega .banner-ui img.left {
  left: -82.5px;
}
#ghcontainer-sp-menu .mega .banner-ui img.right {
  left: 52.5px;
}
#ghcontainer-sp-menu .mega .mega-news,
#ghcontainer-sp-menu .mega .mega-video,
#ghcontainer-sp-menu .mega .mega-visual {
  display: none;
}
#ghcontainer-sp-menu .mega .mega-video {
  position: inherit;
  width: 92%;
  padding-top: 15px;
  height: auto;
}
#ghcontainer-sp-menu .mega .mega-video .cap {
  width: 100%;
}
#ghcontainer-sp-menu .mega .mega-video .mega-caption {
  font-size: 10px !important;
  margin-top: 5px;
}
#ghcontainer-sp-menu .mega .mega-visual {
  position: inherit;
  width: 92%;
  padding-top: 15px;
  height: auto;
}
#ghcontainer-sp-menu .mega .mega-visual ul li {
  display: block;
  margin-left: 0;
  margin-top: 12px;
}
#ghcontainer-sp-menu .mega .mega-visual ul li:first-child {
  margin-top: 0;
}
#ghcontainer-sp-menu .mega .mega-visual ul li img {
  width: 100%;
  height: auto;
}
#ghcontainer-sp-menu .mega .mega-visual ul li div.visual-title {
  font-size: 10px;
  font-weight: normal;
  margin-top: 5px;
  position: relative;
}
#ghcontainer-sp-menu .mega.type-pickup .mega-nav {
  width: 100%;
}
#ghcontainer-sp-menu .mega.type-pickup .enta-nav {
  padding-bottom: 0;
  padding-top: 0;
}
#ghcontainer-sp-menu .mega.type-pickup .enta-nav li {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  border-bottom: none;
}
#ghcontainer-sp-menu .mega.type-pickup .enta-nav li:after {
  right: 12px;
}
#ghcontainer-sp-menu .mega.type-pickup .enta-nav .enta-menu {
  font-size: 0;
}
#ghcontainer-sp-menu .mega.type-pickup .enta-nav .enta-menu > li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
#ghcontainer-sp-menu .mega.type-pickup .enta-nav .enta-menu > li:first-child {
  margin-left: 0;
}
#ghcontainer-sp-menu .mega.type-pickup .enta-nav .enta-menu > li:after {
  content: none;
}
#ghcontainer-sp-menu .mega.type-pickup .enta-nav .enta-menu > li > a {
  padding-right: 15px;
  padding-left: 15px;
  display: block;
  padding-bottom: 0 !important;
  position: relative;
}
#ghcontainer-sp-menu .mega.type-pickup .enta-nav .enta-menu > li > a:before, #ghcontainer-sp-menu .mega.type-pickup .enta-nav .enta-menu > li > a:after {
  width: 10px;
  height: 1px;
  content: '';
  display: block;
  background-color: #4d4d4d;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 2;
  border: none;
}
#ghcontainer-sp-menu .mega.type-pickup .enta-nav .enta-menu > li > a:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.3s;
  transition-delay: 0s;
}
#ghcontainer-sp-menu .mega.type-pickup .enta-nav .enta-menu > li > a.active:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
#ghcontainer-sp-menu .mega.type-pickup .enta-nav .enta-menu > li > a > span {
  color: #333 !important;
  padding-top: 12px;
  font-size: 12px;
}
#ghcontainer-sp-menu .mega.type-pickup .enta-nav .enta-child-menu {
  padding-left: 0;
  padding-right: 4px;
  background-color: #e6e6e6;
  display: none;
  overflow: hidden;
}
#ghcontainer-sp-menu .mega.type-pickup .enta-nav .enta-child-menu li {
  margin-top: 15px;
}
#ghcontainer-sp-menu .mega.type-pickup .enta-nav .enta-child-menu li:first-child {
  margin-top: 0;
}
#ghcontainer-sp-menu .mega.type-pickup .enta-nav .enta-child-menu > li {
  margin-left: 2%;
  margin-right: 2%;
  width: 96%;
  margin-top: 0;
}
#ghcontainer-sp-menu .mega.type-pickup .enta-nav .enta-child-menu > li a {
  display: block;
  padding-top: 12px;
  padding-bottom: 13px !important;
  padding-right: 15px;
  padding-left: 15px;
}
#ghcontainer-sp-menu .mega.type-pickup .right-area {
  width: 100%;
  padding-left: 15px;
  padding-bottom: 28px;
  padding-top: 18px;
  box-sizing: border-box;
}
#ghcontainer-sp-menu .mega.type-pickup .right-area .mega-content-body {
  width: 100%;
}
#ghcontainer-sp-menu .mega .mega-sub-title {
  font-weight: bold;
  font-size: 14px;
}
#ghcontainer-sp-menu .mega .mega-pickup {
  margin-top: 15px;
}
#ghcontainer-sp-menu .mega .mega-pickup ul {
  width: 92%;
}
#ghcontainer-sp-menu .mega .mega-pickup ul li {
  margin-top: 15px;
}
#ghcontainer-sp-menu .mega .mega-pickup ul li:first-child {
  margin-top: 0;
}
#ghcontainer-sp-menu .mega .mega-pickup ul li img {
  width: 100%;
}
#ghcontainer-sp-menu .mega-news {
  font-size: 14px !important;
  width: 422px;
  border-top: 1px solid #d5d4d4;
  text-align: inherit;
  background-color: inherit;
  background-image: inherit;
  background-repeat: inherit;
  background-position: inherit;
  background-size: inherit;
}
#ghcontainer-sp-menu .mega-news li {
  font-size: 14px !important;
}
#ghcontainer-sp-menu .mega-news .news-title {
  padding-top: 25px;
  color: #4d4d4d;
  font-size: 18px !important;
}
#ghcontainer-sp-menu .mega-news ul {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d5d4d4;
}
#ghcontainer-sp-menu .mega-news li {
  margin-bottom: 8px;
  line-height: 1.4;
}
#ghcontainer-sp-menu .mega-news li a {
  font-size: inherit !important;
  display: inherit;
  padding: 0;
}
#ghcontainer-sp-menu .mega-news .ghDate {
  color: #8a8a8a;
  margin: 0;
}
#ghcontainer-sp-menu .mega-news .ghText {
  color: #4d4d4d;
}
#ghcontainer-sp-menu .mega-news a:hover {
  text-decoration: none;
}
#ghcontainer-sp-menu .mega-news a:hover .ghText {
  text-decoration: underline;
}
#ghcontainer-sp-menu .mega2,
#ghcontainer-sp-menu .mega3,
#ghcontainer-sp-menu .mega4,
#ghcontainer-sp-menu .mega5,
#ghcontainer-sp-menu .mega6,
#ghcontainer-sp-menu .mega7,
#ghcontainer-sp-menu .mega8,
#ghcontainer-sp-menu .mega9 {
  display: none;
}
#ghcontainer-sp-menu .mega-news {
  font-size: 10px !important;
  width: auto;
  height: auto;
  min-height: auto;
  border-top: none;
  border-bottom: 1px solid #a9a9a9;
  padding-bottom: 14px;
}
#ghcontainer-sp-menu .mega-news .news-title {
  font-size: 12px !important;
  padding-top: 14px;
}
#ghcontainer-sp-menu .mega-news ul {
  width: 95%;
  padding-top: 3px;
  padding-bottom: 0;
  border-bottom: none;
}
#ghcontainer-sp-menu .mega-news li {
  display: none;
}
#ghcontainer-sp-menu .mega-news li:first-child {
  display: block;
}

/* ----------------------------
*    SP 736以下 414以上 (iPhone6+)
* -------------------------- */
@media screen and (max-width: 736px) and (min-width: 414px) {
  #ghcontainer-sp-menu {
    min-height: 46px;
    font-size: 16px !important;
  }
  #ghcontainer-sp-menu #header-navi-sp li {
    font-size: 10px !important;
  }
  #ghcontainer-sp-menu #header-navi-sp li::before {
    top: 23px;
  }
  #ghcontainer-sp-menu #header-navi2-sp li {
    font-size: 10px !important;
    padding-bottom: 5px;
  }
  #ghcontainer-sp-menu #header-navi2-sp li span {
    padding: 0 0 0 3px;
    line-height: 46px;
  }
  #ghcontainer-sp-menu .mega-news {
    font-size: 14px !important;
  }
  #ghcontainer-sp-menu .mega-news li span {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
/* ----------------------------
*    SP 413以下 320以上 (iPhone6)
* -------------------------- */
@media screen and (max-width: 413px) and (min-width: 321px) {
  #ghcontainer-sp-menu {
    font-size: 14px !important;
  }
  #ghcontainer-sp-menu #header-navi-sp li {
    font-size: 12px !important;
  }
  #ghcontainer-sp-menu #header-navi-sp li::before {
    top: 23px;
  }
  #ghcontainer-sp-menu #header-navi2-sp li {
    font-size: 10px !important;
  }
  #ghcontainer-sp-menu .mega-news {
    font-size: 12px !important;
  }
  #ghcontainer-sp-menu .mega .mega-nav li::after {
    top: 22px;
  }
  #ghcontainer-sp-menu .mega .mega-nav li span {
    padding-top: 12px;
    padding-bottom: 13px;
  }
}
@media screen and (max-width: 413px) {
  #ghcontainer-sp-menu #global-navi-sp li span {
    padding: 0 0 0 3px;
    line-height: 46px;
  }
  #ghcontainer-sp-menu #global-navi-sp #header-navi2-sp li span {
    padding: 7px 0% 7px 3px;
  }
  #ghcontainer-sp-menu #header-navi-sp li::before {
    top: 23px;
  }
  #ghcontainer-sp-menu #header-navi-sp li span {
    line-height: 46px;
  }
  #ghcontainer-sp-menu #header-navi2-sp li::before {
    top: 15px;
  }
  #ghcontainer-sp-menu #header-navi2-sp li span {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: center left;
            transform-origin: center left;
  }
  #ghcontainer-sp-menu a {
    font-size: 14px !important;
  }
}
/* ----------------------------
*    SP 320以下 (iPhone5)
* -------------------------- */
@media screen and (max-width: 320px) {
  #ghcontainer-sp-menu #header-navi-sp li span {
    letter-spacing: -0.7px;
  }
}
