/* 2024.01.09 */

/* .store_area_detail li[id] {
  margin-top: -160px;
  padding-top: 160px;
} */

@media screen  and (max-width: 767px) {
  /* .store_area_detail li[id] {
    margin-top: -140px;
    padding-top: 140px;
  } */

  

  .store-icon--area {
    height: 165px;
  }
}

@media (min-width: 414px) and (max-width: 767px) {
  .store-icon--area {
    height: 51px;
  }
}

.store_area_detail li[id="yasukunidori"] {
  margin-top: auto;
  padding-top: 30px;
}

.store_detail_img {
  height: 157px;
}


/* 2024.05.20 */
.btn_common {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 364px;
  height: 60px;
  padding: 0 30px;
  border-radius: 4px;
  background: #333;
  font-size: 20px;
  color: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 820px) {
  .btn_common {
    max-width: 220px;
    height: 36px;
    padding: 0 18px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .btn_common {
    max-width: 300px;
    height: 50px;
    padding: 0 20px;
    border-radius: 4px;
    font-size: 15px;
  }
}
.btn_common:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 1;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
@media screen and (max-width: 820px) {
  .btn_common:after {
    width: 8px;
    height: 8px;
    right: 18px;
  }
}
@media screen and (max-width: 767px) {
  .btn_common:after {
    width: 10px;
    height: 10px;
    right: 20px;
  }
}
/*.btn_common:hover, .btn_common:focus {
  text-decoration: none;
  opacity: 0.7;
  color: #fff;
}*/
.btn_common:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #fff;
}
.btn_common:focus {
  color:#fff;
  text-decoration: none;
}
.btn_row_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
}
@media screen and (max-width: 767px) {
  .btn_row_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
}
.btn_row_item {
  width: 100%;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .btn_row_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .btn_row_item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1290px) {
  #headbar {
    display: block !important;
    height: 0;
    z-index: 9998;
  }
}
@media screen and (max-width: 1290px) {
  #headbar .top_logo_s {
    display: none;
  }
}
#headbar ul {
  width: auto;
  padding: 0;
}
@media screen and (max-width: 1290px) {
  #headbar ul {
    float: none;
  }
}
@media screen and (max-width: 767px) {
  #headbar ul {
    float: none;
  }
}
#headbar .globalnav {
  width: auto;
  padding: 0;
  margin-left: auto;
}
@media screen and (max-width: 1290px) {
  #headbar .globalnav {
    display: block;
    width: 100%;
  }
}
#headbar .globalnav li {
  padding: 20px 1em;
  padding-bottom: 5px;
  font-size: 14px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1290px) {
  #headbar .globalnav li {
    display: block;
    width: 100%;
    padding: 0;
    text-align: left;
  }
}
#headbar .globalnav li a {
  font-size: 1em;
}
@media screen and (max-width: 1290px) {
  #headbar .globalnav li a {
    padding: 0;
  }
}
#headbar .globalnav li a:hover {
  color: #e4002b;
  opacity: 1;
}
@media screen and (max-width: 1290px) {
  #headbar .globalnav li.lv1 > a {
    pointer-events: none;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 1290px) {
  #headbar .globalnav li.lv1 > a:after {
    right: 10px;
    -webkit-transform: translate(0, -55%) rotate(135deg);
            transform: translate(0, -55%) rotate(135deg);
  }
}
#headbar .globalnav li.lv1 > ul {
  display: block;
  min-width: 221px;
  background: #fff;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
  white-space: nowrap;
  position: absolute;
  top: 62px;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 1290px) {
  #headbar .globalnav li.lv1 > ul {
    display: none;
    width: 100%;
    padding-bottom: 40px;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    top: 0;
    z-index: 0;
    opacity: 1;
    visibility: visible;
  }
}
#headbar .globalnav li.lv1.rightfix > ul {
  left: auto;
  right: 0;
}
#headbar .globalnav li.lv1 > ul li {
  display: block;
  padding: 0;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
@media screen and (max-width: 1290px) {
  #headbar .globalnav li.lv1 > ul li {
    padding: 0 8px;
    margin-bottom: 16px;
    border-bottom: none;
  }
}
@media screen and (max-width: 1290px) {
  #headbar .globalnav li.lv1 > ul li:first-child a {
    padding-top: 0;
  }
}
#headbar .globalnav li.lv1 > ul li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1290px) {
  #headbar .globalnav li.lv1 > ul li:last-child {
    margin-bottom: 0;
  }
}
#headbar .globalnav li.lv1 > ul a {
  display: block;
  padding: 16px;
  padding-right: 48px;
  margin: 0;
  border: none;
  font-size: 12px;
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1290px) {
  #headbar .globalnav li.lv1 > ul a {
    padding: 0;
    padding-right: 40px;
    font-size: 14px;
  }
}
#headbar .globalnav li.lv1 > ul a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #e4002b;
  border-right: 2px solid #e4002b;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}
@media screen and (max-width: 1290px) {
  #headbar .globalnav li.lv1 > ul a:after {
    width: 8px;
    height: 8px;
    border-top: 1.5px solid #e4002b;
    border-right: 1.5px solid #e4002b;
    right: 5px;
  }
}
#headbar .globalnav li.lv1 > ul a:hover, #headbar .globalnav li.lv1 > ul a:focus {
  opacity: 0.7;
}
@media screen and (max-width: 1290px) {
  #headbar .globalnav li.lv1.clicked > a:after {
    -webkit-transform: translate(0, -45%) rotate(-45deg);
            transform: translate(0, -45%) rotate(-45deg);
  }
}
#headbar .globalnav li.lv1:hover > ul, #headbar .globalnav li.lv1:focus > ul {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1290px) {
  #headbar .globalnav > li {
    border-bottom: 1px solid #ddd;
  }
}
#headbar .globalnav > li > a {
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
}
@media screen and (max-width: 1290px) {
  #headbar .globalnav > li > a {
    padding: 18px 0;
    font-size: 15px;
  }
}
@media screen and (max-width: 1290px) {
  #headbar .globalnav > li > a:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #e4002b;
    border-right: 2px solid #e4002b;
    position: absolute;
    top: 50%;
    right: 13px;
    z-index: 1;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
#headbar .globalnav > li > a:hover {
  border-color: #e4002b;
}
#headbar .g_nav {
  margin-left: auto;
}
@media screen and (max-width: 1290px) {
  #headbar .g_nav {
    width: 100%;
    height: 100vh;
    padding: 40px 20px;
    padding-bottom: 80px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000;
    -webkit-transform: translate(0, -101%);
            transform: translate(0, -101%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    overflow: auto;
  }
  #headbar .g_nav.drawer_open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
#headbar .sp_menu_btn {
  display: none;
}
@media screen and (max-width: 1290px) {
  #headbar .sp_menu_btn {
    display: block;
    width: 30px;
    height: 24px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 10000001;
  }
  #headbar .sp_menu_btn_bar {
    width: 100%;
    height: 3px;
    border-radius: 4px;
    border: solid 0.5px #fff;
    background: #000;
    position: absolute;
    left: 0;
    -webkit-transition: opacity 0.3s, top 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, top 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, top 0.3s, transform 0.3s;
    transition: opacity 0.3s, top 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }
  #headbar .sp_menu_btn_bar.top {
    top: 0;
  }
  #headbar .sp_menu_btn_bar.middle {
    top: 10px;
  }
  #headbar .sp_menu_btn_bar.bottom {
    top: 20px;
  }
  #headbar .sp_menu_btn.drawer_open .sp_menu_btn_bar {
    width: 100%;
    height: 3px;
    border-radius: 4px;
    border: solid 0.5px #fff;
    background: #000;
    position: absolute;
    left: 0;
  }
  #headbar .sp_menu_btn.drawer_open .sp_menu_btn_bar.top {
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
  }
  #headbar .sp_menu_btn.drawer_open .sp_menu_btn_bar.middle {
    opacity: 0;
  }
  #headbar .sp_menu_btn.drawer_open .sp_menu_btn_bar.bottom {
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
            transform: translate(0, -50%) rotate(-45deg);
  }
}
@media screen and (max-width: 1290px) {
  #headbar.top_header + .header {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1290px) {
  .menu-trigger {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    display: none;
  }
}

footer h2 {
  font-size: 16px;
}
footer ul li a {
  font-size: 12px;
}

@media (min-width: 768px) and (max-width: 1290px) {
  .top_menu {
      display: none !important;
  }
}


/* 0722 */

#headbar .globalnav li.sp {
  display: none !important;
}

@media screen and (max-width: 1290px) {
  #headbar .globalnav li.sp {
    display: block !important;
  }
}

/* 0731 */

@media screen and (max-width: 1290px) {
  #headbar {
    height: 48px;
    opacity: 1 !important;
    border-bottom: solid 1px #ddd;
  }

  #headbar .top_logo_s {
    display: block;
    padding-left: 10px;
    padding-top: 8px;
  }

  #headbar .top_logo_s img {
    width: 46px;
  }

  #headbar + .header {
    margin-top: 48px;
  }

  #headbar .sp_menu_btn {
    width: 25px;
    top: 14px;
    right: 14px;
  }

  #headbar .sp_menu_btn_bar.middle {
    top: 8px;
  }

  #headbar .sp_menu_btn_bar.bottom {
    top: 16px;
  }

  .header .top_logo {
    display: none;
  }

  #headbar .g_nav.drawer_open {
    top: 48px;
    padding: 8px 20px 80px;
  }

  #headbar.head_popup .g_nav.drawer_open {
    top: 0;
    padding: 40px 20px;
  }

  #headbar.head_popup .sp_menu_btn {
    position: absolute;
    top: 16px !important;
  }

  #headbar.head_popup .sp_menu_btn.drawer_open {
    position: fixed;
    top: 16px;
  }

  
}


#contents.bar .brand_btn_area ul li a::after {
  right: 24px;
}

.overview .table_css_wrap {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #contents.bar .brand_btn_area ul li a::after {
    right: 15px;
  }

  .overview .table_css_wrap {
    margin-bottom: 60px;
  }
}




@media (min-width: 768px) and (max-width: 991px) {
  .overview .bg_gray .container {
    width: 736px;
  }

}

.info_news.ir_news .cat{
  background-color: #ea545d;
}
.info_news:not(.ir_news) .cat{
  background-color: #006699;
}



footer h2 a:active, 
footer h2 a:focus, 
footer h2 a:focus-within,
footer h2 a:focus-within,
footer h2 a:target {
  color: #fff;
  text-decoration: none;
}

footer h2 a:hover {
  color: #eee;
}
@media screen and (min-width: 768px) {
  .brand-box-wrap .brand-ttl{
    min-height: auto!important;
  }
  .brand-box-wrap .brand-box-left img{
    margin-top: 35px;
  }
}
.brand_btn_area ul li a:focus{
  text-decoration: none;
}
@media screen and (max-width: 1290px) {
  .brand_wrap a img{
    opacity: 1 !important;
    color: transparent;
  }
  .btn_common:hover,
  .brand_btn_area ul li a:hover {
    opacity: 1;
  }
  .btn_common:hover {
    opacity: 1;
  }
}
.origin_bg {
  background-image: url(../image/page/origin/bg2.jpg);
  background-position: center bottom 9px;
}

@media screen and (min-width: 768px) {
  .slider_top .swiper-slide img{
    max-width: 1200px;
  }
}

.topics .info_news h3 a{
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1250px) {
  .home .slider_top {
    height: 53vw;
  }
  .home .slider_top .swiper-slide{
    height: 100%!important;
    width: 100%!important;
  }
  .home .slider_top .swiper-slide img{
    height: 100%;
  }
  .home .recruit{
    overflow: hidden;
  }
}