@charset "UTF-8";

/* ================================================== *
 *
 *    LAYOUT
 *
 * ================================================== */
/* --------------------------------------------------- *
 *    header
 * --------------------------------------------------- */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  min-width: 960px;
  height: 96px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 767px) {
  .l-header {
    position: static;
    min-width: 100%;
    height: 55px;
    border-bottom-color: #dcdcdc;
  }
}

.header {
  height: 96px;
  background-color: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 767px) {
  .header {
    height: 55px;
    background-color: #ffffff;
  }
}

.header_title {
  float: left;
  display: inline-block;
  margin: 23px 0 0 30px;
  text-align: center;
  font-size: 1px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .header_title {
    margin: 14px 0 0 20px;
    background-color: white;
  }
}

.header_title a,
.header_title span {
  display: block;
  text-decoration: none;
}

.header_title a:hover img,
.header_title span:hover img {
  opacity: .5;
}

.header_title a img,
.header_title span img {
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .header_title_logo {
    display: inline-block;
    width: 95px;
    height: 33px;
    background: url('/shared_top/img/logo_sharp_sp.png') no-repeat 0 0;
    background-size: auto 33px;
  }
}

@media only screen and (max-width: 767px) {
  .header_title_logo img {
    display: none;
  }
}

.header_navbtn {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header_navbtn {
    display: block;
  }
}

.header_navbtn_li {
  position: absolute;
  top: 0;
  right: 45px;
  border-left: 1px solid #dcdcdc;
}

@media only screen and (max-width: 767px) {
  .header_navbtn_li > a,
  .header_navbtn_li > span {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 44px;
    height: 55px;
    padding-top: 40px;
    background-color: #ffffff;
    color: #e6000d;
    text-align: center;
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  .header_navbtn_li.is-close > a,
  .header_navbtn_li.is-close > span {
    background-color: #f0f0f0;
    height: 56px;
    border-bottom: 1px solid #f0f0f0;
  }
}

@media only screen and (max-width: 767px) {
  .header_navbtn_li > a i.is-menu,
  .header_navbtn_li > span i.is-menu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 19px;
    height: 18px;
    margin: auto;
    background: url("/shared_top/img/icon_menu_01.svg") 0 0/19px 18px no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  .header_navbtn_li > a span,
  .header_navbtn_li > span span {
    display: none;
  }
}

.header_nav {
  float: left;
  margin-left: 12px;
}

@media only screen and (max-width: 1100px) {
  .header_nav {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header_nav {
    position: absolute;
    top: 56px;
    left: 0;
    z-index: 99;
    display: none;
    float: none;
    width: 100%;
    margin-left: 0;
    opacity: 0;
  }
}

@media only screen and (max-width: 767px) {
  .header_nav.is-active {
    display: block;
    opacity: 1;
    padding-bottom: 500px;
  }
}

.header_nav_menu {
  display: table;
}

@media only screen and (max-width: 767px) {
  .header_nav_menu {
    display: block;
    background-color: #dcdcdc;
    box-shadow: 0px 300px 200px 200px rgba(0,0,0,.8);
  }
}

.header_nav_menu_li {
  display: table-cell;
  margin-left: 1px;
  text-align: center;
  vertical-align: middle;
}

.no-flexbox .header_nav_menu_li {
  float: left;
}

@media only screen and (max-width: 767px) {
  .header_nav_menu_li {
    box-sizing: border-box;
    float: left;
    width: 50%;
    margin-left: 0;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
  }
}

@media only screen and (max-width: 767px) {
  .header_nav_menu_li:nth-child(odd) {
    border-right: 1px solid #dcdcdc;
  }
}

.header_nav_menu_li.is-global {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header_nav_menu_li.is-global {
    display: block;
  }
}

.header_nav_menu_li a {
  display: block;
  height: 96px;
  padding: 0 18px 0 17px;
  line-height: 96px;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .header_nav_menu_li a {
    position: relative;
    display: block;
    width: auto;
    height: 49px;
    padding: 0 20px 0 20px;
    background-color: #f0f0f0;
    font-size: 11px;
    line-height: 49px;
  }
}

@media only screen and (max-width: 767px) {
  .header_nav_menu_li a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    display: block;
    width: 11px;
    height: 16px;
    margin: auto;
    background: url("/shared_top/img/icon_arrow_right_01.svg") 0 0/11px 16px no-repeat;
  }
}

.header_nav_menu_li a:hover {
  opacity: .5;
}

.header_utility {
  position: absolute;
  top: 0;
  right: 0;
}

.header_utility_menu_li {
  float: left;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .header_utility_menu_li {
    border-left-color: #dcdcdc;
  }
}

@media only screen and (max-width: 767px) {
  .header_utility_menu_li.is-global {
    display: none;
  }
}

.header_utility_menu_li > a,
.header_utility_menu_li > span {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 70px;
  height: 96px;
  padding-top: 53px;
  background-color: #ffffff;
  color: #e6000d;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .header_utility_menu_li > a,
  .header_utility_menu_li > span {
    width: 44px;
    height: 55px;
  }
}

.header_utility_menu_li.is-close {
  background-color: #ffffff;
}

.header_utility_menu_li.is-close > a,
.header_utility_menu_li.is-close > span {
  background-color: #e6000d;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .header_utility_menu_li.is-close > a,
  .header_utility_menu_li.is-close > span {
    background-color: #f0f0f0;
    height: 56px;
    border-bottom: 1px solid #f0f0f0;
  }
}

.header_utility_menu_li.is-close > a:after,
.header_utility_menu_li.is-close > span:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  z-index: 99;
  bottom: -10px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #e6000c transparent transparent transparent;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .header_utility_menu_li.is-close > a:after,
  .header_utility_menu_li.is-close > span:after {
    display: none;
  }
}

.header_utility_menu_li.is-close > a:hover,
.header_utility_menu_li.is-close > span:hover {
  background-color: #f27f86;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .header_utility_menu_li.is-close > a:hover,
  .header_utility_menu_li.is-close > span:hover {
    background-color: #f0f0f0;
  }
}

.header_utility_menu_li.is-close > a:hover:after,
.header_utility_menu_li.is-close > span:hover:after {
  border-top-color: #f27f86;
}

.header_utility_menu_li > a i.is-global,
.header_utility_menu_li > span i.is-global {
  position: absolute;
  top: 28px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 23px;
  height: 23px;
  background: url("/shared_top/img/icon_global_01.svg") 0 0 no-repeat;
}

.header_utility_menu_li > a i.is-search,
.header_utility_menu_li > span i.is-search {
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 22px;
  height: 21px;
  background: url("/shared_top/img/icon_search_01.svg") 0 0 no-repeat;
}

@media only screen and (max-width: 767px) {
  .header_utility_menu_li > a i.is-search,
  .header_utility_menu_li > span i.is-search {
    top: 0;
    bottom: 0;
    width: 19px;
    height: 18px;
    background-size: 19px 18px;
  }
}

.header_utility_menu_li > a i.is-close,
.header_utility_menu_li > span i.is-close {
  position: absolute;
  top: 33px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 16px;
  height: 15px;
  background: url("/shared_top/img/icon_close_01.svg") 0 0 no-repeat;
}

@media only screen and (max-width: 767px) {
  .header_utility_menu_li > a i.is-close,
  .header_utility_menu_li > span i.is-close {
    top: 0;
    bottom: 0;
    width: 19px;
    height: 18px;
    background-image: url("/shared_top/img/icon_search_01.svg");
    background-size: 19px 18px;
  }
}

@media only screen and (max-width: 767px) {
  .header_utility_menu_li > a span,
  .header_utility_menu_li > span span {
    display: none;
  }
}

.header_utility_menu_li > a:hover,
.header_utility_menu_li > span:hover {
  opacity: .5;
}

@media only screen and (max-width: 767px) {
  .header_utility_menu_li > a:hover,
  .header_utility_menu_li > span:hover {
    opacity: 1;
  }
}

.header_search {
  position: absolute;
  top: 96px;
  right: 0;
  display: none;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 767px) {
  .header_search {
    top: 56px;
    z-index: 99;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 15px 16px;
    border-bottom: 1px solid #dcdcdc;
    background-color: #f0f0f0;
  }
}

@media only screen and (max-width: 767px) {
  .header_search_form_input {
    display: block;
    margin-right: 40px;
  }
}

.header_search_form_input input[type="search"] {
  position: relative;
  float: left;
  box-sizing: border-box;
  display: block;
  width: 350px;
  padding: 5px 10px 5px 34px;
  border: none;
  border-radius: 0;
  background: #ffffff url("/shared_top/img/icon_search_01.svg") 7px 50%/18px 18px no-repeat;
  color: #000000 !important;
}

@media only screen and (max-width: 767px) {
  .header_search_form_input input[type="search"] {
    width: 100%;
    padding: 4px 10px 4px 26px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    background-position: 4px 50%;
    background-size: 17px 17px;
    font-size: 11px;
    line-height: 20px;
  }
}

.header_search_form_input input[type="search"]:placeholder-shown {
  color: #cccccc;
}

@media only screen and (max-width: 767px) {
  .header_search_form_input input[type="search"]:placeholder-shown {
    color: #666666;
  }
}

.header_search_form_input input[type="search"]::-webkit-input-placeholder {
  color: #cccccc;
}

@media only screen and (max-width: 767px) {
  .header_search_form_input input[type="search"]::-webkit-input-placeholder {
    color: #666666;
  }
}

.header_search_form_input input[type="search"]:-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .header_search_form_input input[type="search"]:-moz-placeholder {
    color: #666666;
  }
}

.header_search_form_input input[type="search"]::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .header_search_form_input input[type="search"]::-moz-placeholder {
    color: #666666;
  }
}

.header_search_form_input input[type="search"]:-ms-input-placeholder {
  color: #cccccc;
}

@media only screen and (max-width: 767px) {
  .header_search_form_input input[type="search"]:-ms-input-placeholder {
    color: #666666;
  }
}

.header_search_form_btn {
  float: left;
  display: block;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .header_search_form_btn {
    float: right;
    width: 40px;
  }
}

.header_search_form_btn input[type="submit"] {
  background-color: #e6000d;
  border: none;
  padding: 5px 10px 5px 10px;
  border-radius: 0;
  color: #ffffff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media only screen and (max-width: 767px) {
  .header_search_form_btn input[type="submit"] {
    width: 40px;
    padding: 0 0;
    border-top: 1px solid #c6000b;
    border-right: 1px solid #c6000b;
    border-bottom: 1px solid #c6000b;
    font-size: 13px;
    line-height: 28px;
    font-weight: bold;
  }
}

.header_search_form_btn input[type="submit"]:hover {
  background-color: #f27f86;
}

/* --------------------------------------------------- *
 *    footer
 * --------------------------------------------------- */
.l-footer {
  width: 100%;
  min-width: 960px;
  margin-top: 45px;
  border-top: 1px solid #dcdcdc;
}

@media only screen and (max-width: 767px) {
  .l-footer {
    min-width: 100%;
    margin-top: 20px;
    background-color: #f0f0f0;
  }
}

.footer {
  width: auto;
  margin: 0 40px;
  padding: 10px 0 20px;
}

@media only screen and (max-width: 767px) {
  .footer {
    margin: 0 20px;
  }
}

.footer_nav {
  float: left;
}

@media only screen and (max-width: 767px) {
  .footer_nav {
    float: none;
  }
}

.footer_nav li {
  float: left;
  padding: 0 15px;
  border-right: 1px solid #aaaaaa;
  font-size: 11px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .footer_nav li {
    float: none;
    margin-top: 10px;
    padding: 0;
    border-right: none;
    font-size: 10px;
    line-height: 1.5;
  }
}

.footer_nav li:first-child {
  border-left: 1px solid #aaaaaa;
}

@media only screen and (max-width: 767px) {
  .footer_nav li:first-child {
    border-left: none;
  }
}

.footer_nav li a:hover {
  color: #999;
  text-decoration: none;
}

.footer_copyright {
  float: right;
  font-size: 11px;
  line-height: 1;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .footer_copyright {
    float: none;
    margin-top: 20px;
  }
}

.footer_copyright a {
  text-decoration: none;
}

.footer_copyright a:hover {
  color: #999;
}

/* ================================================== *
 *
 *    COMPORNENT
 *
 * ================================================== */
/* --------------------------------------------------- *
 *    grid
 * --------------------------------------------------- */
.grid {
  box-sizing: border-box;
}

.grid .grid_unit {
  box-sizing: border-box;
}

.grid.is-2col {
  width: 100%;
}

.grid.is-2col > .grid_unit {
  float: right;
  width: 50%;
  padding: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .grid.is-2col > .grid_unit {
    float: none;
    width: 100%;
    padding: 0 0 0 0;
  }
}

.grid.is-2col > .grid_unit:first-child {
  float: left;
  padding: 0 20px 0 0;
}

@media only screen and (max-width: 767px) {
  .grid.is-2col > .grid_unit:first-child {
    float: none;
    padding: 0 0 0 0;
  }
}

.grid.is-2col > .grid_unit.is-type1 {
  width: 76%;
  padding: 0 0 0 0;
}

@media only screen and (max-width: 767px) {
  .grid.is-2col > .grid_unit.is-type1 {
    width: 100%;
  }
}

.grid.is-2col > .grid_unit.is-type2 {
  width: 24%;
}

@media only screen and (max-width: 767px) {
  .grid.is-2col > .grid_unit.is-type2 {
    width: 100%;
  }
}

.grid.is-3col {
  width: 100%;
}

.grid.is-3col > .grid_unit {
  float: left;
  width: 33.33%;
  padding: 0 0 0 20px;
}

.grid.is-3col > .grid_unit:first-child {
  padding: 0 0 0 0;
}

@media only screen and (max-width: 767px) {
  .grid.is-3col > .grid_unit {
    float: none;
    width: 100%;
    padding: 0 0 0 0;
  }
}

.grid.is-w1240 {
  width: auto;
  min-width: 960px;
  margin: 40px auto;
  padding: 0 40px;
}

@media only screen and (max-width: 767px) {
  .grid.is-w1240 {
    position: static;
    min-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

/* --------------------------------------------------- *
 *    title
 * --------------------------------------------------- */
/* title1 */
.title1 {
  position: relative;
  vertical-align: middle;
}

.title1 a {
  text-decoration: none;
}

.title1 a:hover {
  opacity: .5;
}

@media only screen and (max-width: 767px) {
  .title1 a {
    position: relative;
    display: block;
    padding: 12px 20px;
    border-bottom: 1px solid #dcdcdc;
  }
  .title1 a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    display: block;
    width: 11px;
    height: 16px;
    margin: auto;
    background: url("/shared_top/img/icon_arrow_right_01.svg") 0 0/11px 16px no-repeat;
  }
}

.title1_title {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}

.title1_title i {
  position: relative;
}

.title1_title i.is-announce {
  padding-right: 23px;
}

.title1_title i.is-announce:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 22px;
  margin: auto;
  background: url("/shared_top/img/icon_announce_01.png") 0 0/14px 22px no-repeat;
}

@media only screen and (max-width: 767px) {
  .title1_title i.is-announce:before {
    width: 16px;
    height: 25px;
    background-size: 16px 25px;
  }
}

.title1_link {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 13px;
  font-size: 11px;
}

@media only screen and (max-width: 767px) {
  .title1_link {
    display: none;
  }
}

.title1_link:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 3px;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #999999;
}

/* --------------------------------------------------- *
 *    main
 * --------------------------------------------------- */
.l-main {
  position: relative;
}

/* --------------------------------------------------- *
 *    kv
 * --------------------------------------------------- */
.l-kv {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-width: 960px;
}

@media only screen and (max-width: 767px) {
  .l-kv {
    min-width: 100%;
  }
}

.l-kv.is-blur ul {
  pointer-events: none;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

.kv_slide {
  /*overflow: hidden;*/
  position: relative;
}

.kv_slide_li {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  text-align: center;
}

.kv_slide_li.is-active {
  display: block;
}

.kv_slide_li.is-loading {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .kv_slide_li.is-loading {
    opacity: 1;
  }
  .kv_slide_li iframe {
    position: absolute;
  }
}

.kv_slide_li a {
  display: block;
}

.kv_slide_li a img,
.kv_slide_li a video,
.kv_slide_li a iframe {
  display: block;
  width: 100%;
  height: auto;
  max-width: initial;
  vertical-align: top;
}

.kv_slide_li a iframe {
  z-index: -1;
}

/*
.kv_slide_li a.is-movie img {
  display: none;
}


@media only screen and (max-width: 767px) {
  .kv_slide_li a.is-movie img {
    display: block;
  }
  
  .kv_slide_li a.is-movie iframe {
    display: none;
  }
}

*/



.kv_slidepager {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.kv_slidepager li {
  display: inline-block;
  margin: 0 3px;
}

.kv_slidepager li a,
.kv_slidepager li span {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}


@media only screen and (max-width: 767px) {
  .kv_slidepager li a,
  .kv_slidepager li span {
    display: none;
  }
}

.kv_slidepager li a:hover,
.kv_slidepager li span:hover {
  opacity: .5;
}

@media only screen and (max-width: 767px) {
  .kv_slidepager li a:hover,
  .kv_slidepager li span:hover {
    opacity: 1;
  }
}

.kv_slidepager li.is-active a,
.kv_slidepager li.is-active span {
  background-color: #ffffff;
}

.kv_slidecontrol li {
  position: absolute;
  top: 50%;
  margin: auto;
}

.kv_slidecontrol li.is-prev {
  left: 10px;
}

.kv_slidecontrol li.is-next {
  right: 10px;
}

.kv_slidecontrol li span {
  cursor: pointer;
}

.kv_slidecontrol li span:hover {
  opacity: .5;
}

@media only screen and (max-width: 767px) {
  .kv_slidecontrol li span:hover {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .kv_slidecontrol li span img {
    width: 24px;
    height: auto;
    margin-top: -18px;
  }
}

/* --------------------------------------------------- *
 *    gnav
 * --------------------------------------------------- */
.l-gnav {
  width: 100%;
  min-width: 960px;
}

.l-gnav,
.l-contents {
  transition: opacity .2s ease-out;
}

.is-initializing .l-gnav,
.is-initializing .l-contents {
  opacity: 0;
}

.is-initializing .l-gnav {
  margin-top: 100%;
}

@media only screen and (max-width: 767px) {
  .l-gnav {
    position: relative;
    min-width: 100%;
  }
}

.gnav {
  position: relative;
  display: table;
  width: 100%;
  height: 60px;
}

.gnav > li {
  position: relative;
  display: table-cell;
  box-sizing: border-box;
  width: 25%;
  border-left: 1px solid #999999;
  border-left: 1px solid #999999;
  text-align: center;
  vertical-align: top;
}

.gnav > li:first-child {
  border-left: none;
}

.no-flexbox .gnav > li {
  float: left;
}

.gnav > li a {
  display: block;
  width: 100%;
  padding: 16px 0 17px 0;
  background-color: #403d33;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .gnav > li a {
    position: relative;
    font-size: 10px;
    line-height: 12px;
    padding: 35px 0 12px 0;
    background-color: #403d33;
  }
}

.gnav > li a:hover {
  background-color: #000000;
}

@media only screen and (max-width: 767px) {
  .gnav > li a:hover {
    background-color: #403d33;
  }
}

@media only screen and (max-width: 767px) {
  .gnav > li a {
    line-height: 24px;
  }
}

.gnav > li a.is-arrow:before {}

@media only screen and (max-width: 767px) {
  .gnav > li a.is-arrow:before {}
}

.gnav > li.is-active a.is-arrow {}

@media only screen and (max-width: 767px) {
  .gnav > li.is-active a.is-arrow {}
}

.gnav > li.is-active a.is-arrow:before {}

@media only screen and (max-width: 767px) {
  .gnav > li.is-active a.is-arrow:before {}
}

@media only screen and (max-width: 767px) {
  .gnav > li.is-iclub a {
    line-height: 24px;
  }
}

.gnav > li br {
  display: none;
}

@media only screen and (max-width: 767px) {
  .gnav > li br {
    display: inline;
  }
}

@media only screen and (max-width: 767px) {
  .gnav > li span {
    font-size: 8px;
  }
}

.gnav > li i {
  margin-right: 5px;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .gnav > li i {
    position: absolute;
    top: 8px;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.gnav > li i.is-individual {
  display: inline-block;
  width: 41px;
  height: 22px;
  background: url("/shared_top/img/icon_products_01.svg") 0 50% no-repeat;
}

@media only screen and (max-width: 767px) {
  .gnav > li i.is-individual {
    display: block;
    width: px;
    height: px;
    background-size: px;
  }
}

.gnav > li i.is-business {
  display: inline-block;
  width: 20px;
  height: 24px;
  background: url("/shared_top/img/icon_business_01.svg") 0 50% no-repeat;
}

@media only screen and (max-width: 767px) {
  .gnav > li i.is-business {
    display: block;
    width: px;
    height: px;
    background-size: px;
  }
}

.gnav > li i.is-support {
  display: inline-block;
  width: 25px;
  height: 24px;
  background: url("/shared_top/img/icon_support_01.svg") 0 50% no-repeat;
}

@media only screen and (max-width: 767px) {
  .gnav > li i.is-support {
	top: 15px;
    display: block;
    width: 20px;
    height: 19px;
    background-size: 20px 19px;
  }
}

.gnav > li i.is-iclub {
  display: inline-block;
  width: 22px;
  height: 24px;
  background: url("/shared_top/img/icon_iclub_01.svg") 0 50% no-repeat;
}

@media only screen and (max-width: 767px) {
  .gnav > li i.is-iclub {
    display: block;
    width: 19.5px;
    height: 20.5px;
    background-size: 19.5px 20.5px;
  }
}

.gnav_sub {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  box-sizing: border-box;
  display: none;
  width: 100%;
  min-width: 960px;
  padding: 40px 40px;
  background-color: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 767px) {
  .gnav_sub {
    position: static;
    min-width: 100%;
    padding: 0 10px 10px;
    background-color: #f0f0f0;
  }
}

.gnav_sub_inner {
  position: absolute;
  right: 0;
  left: 0;
  width: 960px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_inner {
    position: static;
    width: 100%;
    min-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .gnavtitle {
    display: none;
  }
}

.gnavtitle_title {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}

.gnavtitle_link {
  display: inline-block;
  margin-left: 13px;
  font-size: 12px;
  font-weight: bold;
}

.gnavtitle_link a {
  color: #ffffff;
  text-decoration: none;
}

.gnavtitle_link a:hover {
  opacity: .5;
}

@media only screen and (max-width: 767px) {
  .gnavtitle_link a:hover {
    opacity: 1;
  }
}

.gnavtitle_link a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 3px;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #ffffff;
}

.gnavtitle_close {
  float: right;
  display: block;
  margin-top: 5px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}

.gnavtitle_close a {
  color: #ffffff;
  text-decoration: none;
}

.gnavtitle_close a i {
  margin-right: 7px;
  vertical-align: middle;
}

.gnavtitle_close a i.is-close {
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url("/shared_top/img/icon_close_01.svg") 0 0/12px 12px no-repeat;
}

.gnavtitle_close a:hover {
  opacity: .5;
}

.gnav_grid {
  width: 100%;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .gnav_grid {
    margin-top: 0;
  }
}

.gnav_grid .gnav_grid_unit {
  float: left;
  box-sizing: border-box;
  width: 25%;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .gnav_grid .gnav_grid_unit {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}

.gnav_grid .gnav_grid_unit:first-child {
  padding-left: 0;
}

.gnav_sub_unit {
  position: relative;
  box-sizing: border-box;
  padding: 12px 12px 0 14px;
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unit {
    margin-top: 10px;
    border: 1px solid #dcdcdc;
    padding: 0;
  }
}

.gnav_sub_unit.is-robot, .gnav_sub_unit.is-audio, .gnav_sub_unit.is-tablet {
  height: 179px;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unit.is-robot, .gnav_sub_unit.is-audio, .gnav_sub_unit.is-tablet {
    height: auto;
  }
}

.gnav_sub_unit.is-robotbig {
  height: 179px;
  padding-right: 110px;
  background: #dedede url("/shared_top/img/bg_gnav_robot.png") no-repeat 100% 100%;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unit.is-robotbig {
    height: auto;
    padding-right: 38px;
  }
}

.gnav_sub_unit.is-tel {
  height: 115px;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unit.is-tel {
    height: auto;
  }
}

.gnav_sub_unit.is-smartphone {
  padding: 8px 20px 0 20px;
  height: 179px;
}
.gnav_sub_unit.is-sun {
  margin-top: 10px;
  padding: 8px 51px 0 20px;
  height: 54px;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unit.is-smartphone, .gnav_sub_unit.is-sun {
    height: auto;
    padding: 0;
  }
}

.gnav_sub_unit.is-case {
  height: 54px;
  padding: 16px 20px 0 15px;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unit.is-case {
    height: auto;
    padding: 0;
  }
}

.gnav_sub_unit.is-event, .gnav_sub_unit.is-movieLibBiz {
  height: 54px;
  margin-top: 10px;
  padding: 16px 20px 0 15px;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unit.is-event, .gnav_sub_unit.is-movieLibBiz {
    height: auto;
    padding: 0;
  }
}

.gnav_sub_unit.is-aircon, .gnav_sub_unit.is-kitchen {
  height: 321px;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unit.is-aircon, .gnav_sub_unit.is-kitchen {
    height: auto;
  }
}

.gnav_sub_unit.is-life {
  margin-top: 10px;
  height: 196px;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unit.is-life {
    height: auto;
  }
}

.gnav_sub_unit.is-print {
  height: 154px;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unit.is-print {
    height: auto;
  }
}

.gnav_sub_unit.is-products, .gnav_sub_unit.is-solution {
  height: 500px;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unit.is-products, .gnav_sub_unit.is-solution {
    height: auto;
  }
}

.gnav_sub_unit.is-showroom {
  height: 135px;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unit.is-showroom {
    height: auto;
  }
}

.gnav_sub_unit.is-contact {
  height: 163px;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unit.is-contact {
    height: auto;
  }
}

.gnav_sub_unit.is-catalog {
  display: none;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unit.is-catalog {
    display: block;
  }
}

.gnav_sub_unit.is-btnetc {
  display: none;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unit.is-btnetc {
    display: block;
    background-color: #d8d8d8;
    border-color: #cccccc;
  }
}

.gnav_sub_unit:after {
  content: "";
  position: absolute;
  display: block;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unit:after {
    padding-right: 38px;
  }
}

.gnav_sub_unit.is-robot:after {
  right: 15px;
  bottom: 10px;
  width: 42px;
  height: 76px;
  background: url("/shared_top/img/img_gnav_robot.png") no-repeat 0 0;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unit.is-robot:after {
    top: 9px;
    right: auto;
    bottom: auto;
    left: 13px;
    width: 19px;
    height: 34px;
    background-size: 19px auto;
  }
}

.gnav_sub_unit.is-robotbig:after {
  right: -28px;
  bottom: -31px;
  width: 151px;
  height: 179px;
  background: url("/shared_top/img/img_gnav_robotbig.png") no-repeat 0 0;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unit.is-robotbig:after {
    top: 9px;
    right: auto;
    bottom: auto;
    left: 13px;
    width: 19px;
    height: 34px;
    background: url("/shared_top/img/img_gnav_robot.png") no-repeat 0 0/19px auto;
  }
}

.gnav_sub_unit.is-audio:after {
  right: 13px;
  bottom: 10px;
  width: 55px;
  height: 31px;
  background: url("/shared_top/img/img_gnav_audio.png") no-repeat 0 0;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unit.is-audio:after {
    top: 18px;
    right: auto;
    bottom: auto;
    left: 7px;
    width: 31px;
    height: 20px;
    background-size: 31px auto;
  }
}

.gnav_sub_unit.is-smartphone:after {
  right: 14px;
  bottom: 10px;
  width: 30px;
  height: 44px;
  background: url("/shared_top/img/img_gnav_smartphone.png") no-repeat 0 0;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unit.is-smartphone:after {
    top: 10px;
    right: auto;
    bottom: auto;
    left: 10px;
    width: 25px;
    height: 36px;
    margin: auto;
    background-size: 25px auto;
  }
}

.gnav_sub_unit.is-tel:after {
  right: 15px;
  bottom: 12px;
  width: 24px;
  height: 51px;
  background: url("/shared_top/img/img_gnav_tel.png") no-repeat 0 0;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unit.is-tel:after {
    top: 10px;
    right: auto;
    bottom: auto;
    left: 10px;
    width: 17px;
    height: 36px;
    margin: auto;
    background-size: 17px auto;
  }
}

.gnav_sub_unit.is-tablet:after {
  right: 12px;
  bottom: 8px;
  width: 47px;
  height: 42px;
  background: url("/shared_top/img/img_gnav_tablet.png") no-repeat 0 0;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unit.is-tablet:after {
    top: 15px;
    right: auto;
    bottom: auto;
    left: 6px;
    width: 27px;
    height: 36px;
    margin: auto;
    background-size: 30px auto;
  }
}

.gnav_sub_unit.is-aircon:after {
  right: 15px;
  bottom: 14px;
  width: 31px;
  height: 52px;
  background: url("/shared_top/img/img_gnav_aircon.png") no-repeat 0 0;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unit.is-aircon:after {
    top: 10px;
    right: auto;
    bottom: auto;
    left: 12px;
    width: 20px;
    height: 34px;
    margin: auto;
    background-size: 20px auto;
  }
}

.gnav_sub_unit.is-kitchen:after {
  right: 15px;
  bottom: 12px;
  width: 43px;
  height: 39px;
  background: url("/shared_top/img/img_gnav_kitchen.png") no-repeat 0 0;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unit.is-kitchen:after {
    top: 12px;
    right: auto;
    bottom: auto;
    left: 9px;
    width: 28px;
    height: 26px;
    margin: auto;
    background-size: 28px auto;
  }
}

.gnav_sub_unit.is-life:after {
  right: 15px;
  bottom: 12px;
  width: 29px;
  height: 53px;
  background: url("/shared_top/img/img_gnav_life.png") no-repeat 0 0;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unit.is-life:after {
    top: 8px;
    right: auto;
    bottom: auto;
    left: 11px;
    width: 20px;
    height: 37px;
    margin: auto;
    background-size: 20px auto;
  }
}

.gnav_sub_unit.is-print:after {
  right: 14px;
  bottom: 12px;
  width: 37px;
  height: 44px;
  background: url("/shared_top/img/img_gnav_print.png") no-repeat 0 0;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unit.is-print:after {
    top: 11px;
    right: auto;
    bottom: auto;
    left: 9px;
    width: 28px;
    height: 31px;
    margin: auto;
    background-size: 26px auto;
  }
}

.gnav_sub_unit.is-sun:after {
  top: 0;
  right: 14px;
  bottom: 0;
  width: 30px;
  height: 34px;
  margin: auto;
  background: url("/shared_top/img/img_gnav_sun.png") no-repeat 0 0;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unit.is-sun:after {
    top: 15px;
    right: auto;
    bottom: auto;
    left: 9px;
    width: 28px;
    height: 25px;
    margin: auto;
    background-size: 22px auto;
  }
}

.gnav_sub_unittitle {
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unittitle {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .is-btnetc .gnav_sub_unittitle {
    text-align: center;
  }
}

.is-smartphone .gnav_sub_unittitle,
.is-sun .gnav_sub_unittitle {
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (max-width: 767px) {
  .is-smartphone .gnav_sub_unittitle,
  .is-sun .gnav_sub_unittitle {
    font-size: 15px;
    line-height: 22px;
  }
}

.is-contact .gnav_sub_unittitle {
  font-size: 14px;
  line-height: 20px;
}

@media only screen and (max-width: 767px) {
  .is-contact .gnav_sub_unittitle {
    font-size: 15px;
    line-height: 22px;
  }
}

.gnav_sub_unittitle span {
  display: block;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unittitle span {
    position: relative;
    display: block;
    padding: 14px 20px 14px 45px;
  }
}

.is-business .gnav_sub_unittitle span {
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .is-btnetc .gnav_sub_unittitle span {
    padding: 0;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unittitle span:after {
    content: "";
    position: absolute;
    top: 0;
    right: 9px;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    background: url("/shared_top/img/icon_plus_01.svg") no-repeat 0 0/20px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .is-btnetc .gnav_sub_unittitle span:after {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unittitle.is-open span:after {
    background-image: url("/shared_top/img/icon_minus_01.svg");
  }
}

.gnav_sub_unittitle a {
  position: relative;
  display: block;
  padding-left: 11px;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unittitle a {
    display: block;
    padding: 14px 20px 14px 45px;
  }
}

.is-business .gnav_sub_unittitle a {
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  .is-btnetc .gnav_sub_unittitle a {
    padding: 5px 20px 5px 20px;
  }
}

.gnav_sub_unittitle a:hover {
  opacity: .5;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unittitle a:hover {
    opacity: 1;
  }
}

.gnav_sub_unittitle a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #999999;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_unittitle a:before {
    top: 0;
    right: 15px;
    bottom: 0;
    left: auto;
    width: 11px;
    height: 16px;
    margin: auto;
    border: none;
    background: url("/shared_top/img/icon_arrow_right_01.svg") 0 0/11px 16px no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  .is-products .gnav_sub_unittitle a:before,
  .is-solution .gnav_sub_unittitle a:before,
  .is-showroom .gnav_sub_unittitle a:before,
  .is-contact .gnav_sub_unittitle a:before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .is-products .gnav_sub_unittitle a:after,
  .is-solution .gnav_sub_unittitle a:after,
  .is-showroom .gnav_sub_unittitle a:after,
  .is-contact .gnav_sub_unittitle a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 9px;
    bottom: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    background: url("/shared_top/img/icon_plus_01.svg") no-repeat 0 0/20px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .is-products .gnav_sub_unittitle.is-open a:after,
  .is-solution .gnav_sub_unittitle.is-open a:after,
  .is-showroom .gnav_sub_unittitle.is-open a:after,
  .is-contact .gnav_sub_unittitle.is-open a:after {
    background-image: url("/shared_top/img/icon_minus_01.svg");
  }
}

.is-btnetc .gnav_sub_unittitle a:before {
  right: auto;
  left: 10px;
  width: 6px;
  height: 7px;
  background: url("/shared_top/img/icon_arrow_right_02.svg") 0 0/6px 7px no-repeat;
}

.gnav_sub_menu {
  margin: 4px 0 0 10px;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_menu {
    display: none;
    margin: 0;
    border-top: 1px solid #dcdcdc;
  }
}

.gnav_sub_menu_li {
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_menu_li {
    margin: 0 10px;
    border-top: 1px solid #dcdcdc;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .gnav_sub_menu_li:first-child {
    border-top: none;
  }
}

.gnav_sub_menu_li.is-small {
  font-size: 11px;
}

.gnav_sub_menu_li a {
  position: relative;
  display: inline-block;
  margin-top: 2px;
  padding-left: 10px;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_menu_li a {
    display: block;
    margin-top: 0;
    padding: 12px 35px 12px 0;
  }
}

.gnav_sub_menu_li a:hover {
  opacity: .5;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_menu_li a:hover {
    opacity: 1;
  }
}

.gnav_sub_menu_li a:before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #999999;
}

@media only screen and (max-width: 767px) {
  .gnav_sub_menu_li a:before {
    top: 0;
    right: 5px;
    bottom: 0;
    left: auto;
    width: 11px;
    height: 16px;
    margin: auto;
    border: none;
    background: url("/shared_top/img/icon_arrow_right_01.svg") 0 0/11px 16px no-repeat;
  }
}

/* --------------------------------------------------- *
 *    l-contents
 * --------------------------------------------------- */
/* --------------------------------------------------- *
 *    importantnews
 * --------------------------------------------------- */
.importantnews {
  width: 100%;
  min-width: 960px;
  background-color: #eeeddf;
}

@media only screen and (max-width: 767px) {
  .importantnews {
    min-width: 100%;
    border-bottom: 1px solid #dcdcdc;
  }
}

.importantnews a {
  box-sizing: border-box;
  display: block;
  padding: 0 40px;
  text-decoration: none;
}

.importantnews a:hover {
  opacity: .5;
}

@media only screen and (max-width: 767px) {
  .importantnews a {
    position: relative;
    min-width: 100%;
    padding: 15px 40px 15px 20px;
  }
  .importantnews a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    display: block;
    width: 11px;
    height: 16px;
    margin: auto;
    background: url("/shared_top/img/icon_arrow_right_01.svg") 0 0/11px 16px no-repeat;
  }
  .importantnews a:hover {
    opacity: 1;
  }
}

.importantnews_inner {
  display: table;
}

@media only screen and (max-width: 767px) {
  .importantnews_inner {
    display: block;
    width: 100%;
  }
}

.importantnews_title {
  display: table-cell;
  padding: 15px 30px 15px 0;
  color: #990000;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .importantnews_title {
    display: block;
    width: auto;
    padding: 0 0 0 0;
  }
}

.importantnews_title i {
  margin-right: 5px;
  vertical-align: middle;
}

.importantnews_title i.is-importantnews {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("/shared_top/img/icon_importantnews_01.svg") 0 0 no-repeat;
}

.importantnews_text {
  display: table-cell;
  padding: 15px 0 15px 0;
}

@media only screen and (max-width: 767px) {
  .importantnews_text {
    display: block;
    padding: 10px 0 0 0;
  }
}

/* --------------------------------------------------- *
 *    datelist1
 * --------------------------------------------------- */
.datelist1 {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .datelist1 {
    margin: 0;
  }
}

.datelist1 a {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .datelist1 a {
    position: relative;
    display: block;
    padding: 12px 40px 12px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .datelist1 a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    display: block;
    width: 11px;
    height: 16px;
    margin: auto;
    background: url("/shared_top/img/icon_arrow_right_01.svg") 0 0/11px 16px no-repeat;
  }
}

.datelist1 a:hover {
  opacity: .5;
}

@media only screen and (max-width: 767px) {
  .datelist1 a:hover {
    opacity: 1;
  }
}

.datelist1_li {
  display: table;
  width: 100%;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .datelist1_li {
    display: block;
    margin-top: 0;
    border-bottom: 1px solid #dcdcdc;
  }
}

.datelist1_li_date {
  display: table-cell;
  width: 8.5em;
  color: #999999;
}

@media only screen and (max-width: 767px) {
  .datelist1_li_date {
    display: block;
    width: auto;
    padding: 12px 40px 0 20px;
    margin-bottom: -12px;
  }
}

.datelist1_li_text {
  display: table-cell;
}

@media only screen and (max-width: 767px) {
  .datelist1_li_text {
    display: block;
    width: auto;
  }
}

/* --------------------------------------------------- *
 *    linklist1
 * --------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .linklist1.is-border {
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
  }
}

.linklist1.is-border li:last-child {
  margin-bottom: -1px;
}

.linklist1_li {
  margin-top: 10px;
}

.linklist1_li:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .linklist1_li {
    box-sizing: border-box;
    float: left;
    width: 50%;
    margin-top: 0;
    border-bottom: 1px solid #dcdcdc;
  }
  .grid_unit.linklist1:nth-child(1) .linklist1_li:nth-child(odd),
  .grid_unit.linklist1:nth-child(2) .linklist1_li:nth-child(odd) {
    border-right: 1px solid #dcdcdc;
  }
  .grid_unit.linklist1:nth-child(3) .linklist1_li:nth-child(even) {
    border-right: 1px solid #dcdcdc;
  }
}

.linklist1_li a {
  position: relative;
  display: inline-block;
  padding-left: 13px;
  vertical-align: middle;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .linklist1_li a {
    display: block;
    padding: 0 30px 0 20px;
    font-size: 11px;
    line-height: 15px;
  }
}

.linklist1_li a:hover {
  opacity: .5;
}

@media only screen and (max-width: 767px) {
  .linklist1_li a:hover {
    opacity: 1;
  }
}

.linklist1_li a:before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-top: -4px;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #999999;
}

@media only screen and (max-width: 767px) {
  .linklist1_li a:before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .linklist1_li a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    display: block;
    width: 11px;
    height: 16px;
    margin: auto;
    background: url("/shared_top/img/icon_arrow_right_01.svg") 0 0/11px 16px no-repeat;
  }
}

@media only screen and (max-width: 767px) {
  .linklist1_li a span {
    display: table-cell;
    height: 49px;
    vertical-align: middle;
  }
}

/* --------------------------------------------------- *
 *    bnrlist1
 * --------------------------------------------------- */
.bnrlist1 {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .bnrlist1 {
    clear: both;
    padding: 20px 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .l-gnav .bnrlist1 {
    padding: 0;
  }
}

.bnrlist1:first-child {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .l-gnav .bnrlist1:first-child {
    margin-top: 10px;
  }
}

.bnrlist1_li {
  margin-top: 10px;
  text-align: center;
}

.bnrlist1_li:first-child {
  margin-top: 0;
}

.bnrlist1_li a {
  display: block;
  text-decoration: none;
}

.bnrlist1_li a:hover {
  opacity: .5;
}

@media only screen and (max-width: 767px) {
  .bnrlist1_li a:hover {
    opacity: 1;
  }
}

.bnrlist1_li a.is-border1 {
  border: 1px solid #dcdcdc;
}

.bnrlist1_li a.is-border2 {
  border: 1px solid #666666;
}

.bnrlist1_li a.is-border3 {
  border: 1px solid #ffffff;
}

.bnrlist1_li a img {
  width: 100%;
  height: auto;
}

.bnrlist1_li.is-kumamoto a span {
  display: block;
  border-top: 1px dotted #dcdcdc;
}

.bnrlist1_li.is-announce a {
  padding: 9px;
  background-color: #f4f4f4;
}

.bnrlist1_li.is-announce a i {
  vertical-align: middle;
}

.bnrlist1_li.is-announce a i.is-announce {
  display: inline-block;
  width: 14px;
  height: 22px;
  margin-right: 11px;
  background: url("/shared_top/img/icon_announce_01.png") 0 0/14px 22px no-repeat;
}

.bnrlist1_li.is-cerezo {
  font-size: 80%;
  color: #888;
}

.bnrlist1_li.is-cerezo a img {
  max-height: 60px;
  width: auto;
}

/* --------------------------------------------------- *
 *    info
 * --------------------------------------------------- */
.info {
  overflow: hidden;
  min-width: 960px;
}

@media only screen and (max-width: 767px) {
  .info {
    position: static;
    min-width: 100%;
  }
}

.info.is-loading {
  background: url("/shared_top/img/icon_loading.gif") 50% 0 no-repeat;
  text-align: center;
  padding-top: 40px;
}

.info_inner-pc {
  display: block;
}

@media only screen and (min-width: 768px) {
  .info.js-info {
    min-height: 559px;
  }
}

@media only screen and (min-width: 1220px) {
  .info.js-info {
    min-height: 677px;
  }
}

@media only screen and (max-width: 767px) {
  .info_inner-pc {
    display: none;
  }
}

.info.is-loading .info_inner-pc {
  display: none;
}

.info_inner-sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .info_inner-sp {
    display: block;
  }
}

.info.is-loading .info_inner-sp {
  display: none;
}

.info_unit {
  position: relative;
  float: left;
}

@media only screen and (max-width: 767px) {
  .info_unit {
    float: none;
  }
}

.info_unit a {
  display: block;
  text-decoration: none;
}

.info .info_unit {
  overflow: hidden;
}

.info_category {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
}

.info_unit.is-hover .info_category {
  display: block;
}

.info_category.is-newsrelease {
  background-color: #f37e2e;
}

.info_category.is-blog {
  background-color: #2fb2ee;
}

.info_category.is-report {
  background-color: #26b774;
}

.info_category.is-special {
  background-color: #aa59f5;
}

.info_category.is-cmlibrary {
  background-color: #00aeb4;
}

.info_category.is-event {
  background-color: #f559f4;
}

.info_category.is-worldtopics {
  background-color: #389413;
}

.info_category.is-products {
  background-color: #2e73dc;
}

.info_category.is-award {
  background-color: #d4b200;
}

.info_category.is-ecology {
  background-color: #8bc60d;
}

.info_category.is-investorrelations {
  background-color: #444455;
}

.info_category.is-announcement {
  background-color: #444455;
}

.info_category.is-csr {
  background-color: #339900;
}

.info_category.is-recruit {
  background-color: #ff9898;
}

.info_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(64, 61, 51, 0.5);
  color: #ffffff;
  font-size: 90%;
  line-height: 18px;
}

@media only screen and (max-width: 767px) {
  .info_title {
    height: auto;
    padding: 5px 0;
  }
}

.info_unit.is-hover .info_title {
  display: table;
  vertical-align: middle;
}

.info_title_inner {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  height: 36px;
  margin: auto;
  padding: 0 9px;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .info_title_inner {
    position: static;
    height: 36px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.info_unit.is-hover .info_title_inner {
  position: static;
  display: table-cell;
  height: 100%;
}

.info_unit.is-hover .info_title_title {
  font-size: 16px;
  line-height: 24px;
}

.is-vlong {
  display: block;
}

.is-vlong + .info_image {
  display: none;
}

@media only screen and (max-width: 959px) {
  .is-vlong + .info_image {
    display: block;
  }
}

@media only screen and (max-width: 959px) {
  .info_image.is-vlong {
    display: none;
  }
}

.info_image img {
  width: 100%;
  height: auto;
}

.info_title_date {
  display: none;
}

.info_unit.is-hover .info_title_date {
  display: block;
}

.info_addition {
  display: none;
}

.info_unit.is-hover .info_addition {
  display: block;
  margin-top: 5px;
}

.info_unit.is-hover .info_addition:hover {
  opacity: .5;
}

.info_btn {
  clear: both;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.info_btn span {
  display: block;
  padding: 30px 0;
  background-color: #eeeddf;
  color: #a3a399;
  line-height: 17px;
  font-weight: bold;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .info_btn span {
    padding: 16px 0;
    font-size: 13px;
  }
}

.info_btn span:hover {
  opacity: .5;
}

@media only screen and (max-width: 767px) {
  .info_btn span:hover {
    opacity: 1;
  }
}

.info_btn span i {
  vertical-align: middle;
}

.info_btn span i.is-more {
  display: inline-block;
  margin-right: 7px;
  width: 20px;
  height: 17px;
  background: url("/shared_top/img/icon_more_01.svg") no-repeat 0 0;
}

/* --------------------------------------------------- *
 *    bnrslide
 * --------------------------------------------------- */
.bnrslide {
  margin-top: 20px;
  padding: 40px 0;
  background: #eeeddf;
}

@media only screen and (max-width: 767px) {
  .bnrslide {
    margin-top: 20px;
    padding: 20px 0;
  }
}

.bnrslide_inner {
  overflow: hidden;
  position: relative;
  width: auto;
  min-width: 960px;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 50px;
}

.bnrslide_inner .slick-track {
  margin: 0;
}

.bnrslide_inner .slick-arrow {
  overflow: hidden;
  appearance: none;
  position: absolute;
  top: 33%;
  width: 14px;
  height: 21px;
  margin: auto;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  text-indent: -999px;
}

.bnrslide_inner .slick-arrow:hover {
  opacity: 0.5;
}

.bnrslide_inner .slick-arrow.slick-prev {
  left: 25px;
  background: url('/shared_top/img/icon_arw_left_02.svg') no-repeat 0 50%;
  background-size: 100% auto;
}

.bnrslide_inner .slick-arrow.slick-next {
  right: 25px;
  background: url('/shared_top/img/icon_arw_right_02.svg') no-repeat 0 50%;
  background-size: 100% auto;
}

@media only screen and (max-width: 767px) {
  .bnrslide_inner {
    box-sizing: border-box;
    min-width: 100%;
    padding: 0 30px;
  }

  .bnrslide_inner .slick-arrow:hover {
    opacity: 1;
  }

  .bnrslide_inner .slick-arrow {
    top: 33%;
    width: 11px;
    height: 20px;
  }

  .bnrslide_inner .slick-arrow:hover {
    opacity: 1;
  }

  .bnrslide_inner .slick-arrow.slick-prev {
    left: 15px;
    background-size: 11px auto;
  }

  .bnrslide_inner .slick-arrow.slick-next {
    right: 15px;
    background-size: 11px auto;
  }

  .bnrslide_inner {
    padding: 0;
    position: relative;
  }
  .bnrslide_inner:before,
  .bnrslide_inner:after {
    content: "";
    display: block;
    height: 100%;
    width: 15%;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(238,237,223,0) 100%);
    position: absolute;
    z-index: 100;
  }
  .bnrslide_inner:after {
    background: linear-gradient(to right, rgba(238,237,223,0) 0%,rgba(255,255,255,1) 100%);
    right: 0;
    top: 0;
  }
  .slick-arrow {
    z-index: 200;
  }

}

.bnrslide_unit {
  float: left;
  box-sizing: border-box;
  width: 25%;
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .bnrslide_unit {
    width: 100%;
  }
}

.bnrslide_unit a {
  display: block;
  text-decoration: none;
}

.bnrslide_unit a:hover {
  opacity: .5;
}

@media only screen and (max-width: 767px) {
  .bnrslide_unit a:hover {
    opacity: 1;
  }
}

.bnrslide_img img {
  width: 100%;
  height: auto;
}

.no-text .bnrslide_text {
  display: none;
}

@media only screen and (max-width: 767px) {
}

.bnrslide_text {
  margin-top: 10px;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .bnrslide_text {
    margin-top: 5px;
    font-size: 10px;
  }
}

/* END */
