@charset "UTF-8";

/* ============================================================================
 * Layout
 * ========================================================================= */
/* ----------------------------------------------------------------------------
 * Header
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Layout
 * --------------------------------- */
.l-header {
  width: 100%;
  height: 59px;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  background: #000;
}

.l-header a,
.l-header a img {
  color: #fff;
}

.l-header a:hover, .l-header a:focus, .l-header a:active,
.l-header a img:hover,
.l-header a img:focus,
.l-header a img:active {
  text-decoration: none;
  opacity: 1;
}

.l-header-content-sub {
  display: none !important;
}

.l-header-content-sp {
  display: block;
}

.l-header-content-sp-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: .65;
  display: none;
  background: #000;
}

.l-header-content-sp-bg.is-active {
  display: block;
}

.l-header-util {
  display: flex;
  flex-direction: column;
}

.l-header-inner {
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  right: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background: #000;
}

.l-header-inner.is-active {
  overflow: scroll;
}

.l-header-inner.is-active .m-header-search-btn {
  display: block;
}

.l-header-inner-content {
  width: 100%;
  padding: 0 15px;
  position: relative;
}

.l-header[data-type="int-tw"] .m-header-logo {
  top: 11px !important;
}

.l-header[data-type="simple"] .m-header-logo {
  top: 11px !important;
}

/* ------------------------------------
 * Module
 * --------------------------------- */
.m-header-logo {
  margin: 0 0 0 -18px;
  position: absolute;
  top: 11px !important;
  left: 50% !important;
}

.m-header-logo a {
  width: 42px !important;
  height: 37px !important;
  position: relative;
  display: block;
  overflow: hidden;
}

.m-header-logo a:hover, .m-header-logo a:focus, .m-header-logo a:active {
  opacity: 1;
}

.m-header-logo a img {
  width: 42px !important;
  height: 37px !important;
}

.m-header-logo span {
  opacity: 0;
}

.m-header-logo-pc {
  display: none;
}

.m-header-logo-sp {
  display: block;
}

.m-header-int {
  width: 100%;
  margin: 10px 0 0;
  display: table;
  table-layout: fixed;
}

.m-header-int li {
  height: 38px;
  display: table-cell;
  border: 1px solid #484848;
}

.m-header-int li:first-child {
  border-radius: 3px 0 0 3px;
}

.m-header-int li:last-child {
  border-radius: 0 3px 3px 0;
}

.m-header-int li.is-current {
  border-color: #fff;
  background: #fff;
}

.m-header-int li.is-current > a,
.m-header-int li.is-current > em {
  color: #000;
}

.m-header-int li > a,
.m-header-int li > em {
  width: 100%;
  font-size: 1.6rem;
  font-weight: normal;
  color: #ccc;
  line-height: 38px;
  text-align: center;
  display: block;
}

.m-header-gnav {
  border-top: 1px solid #575757;
}

.m-header-gnav > li {
  border-bottom: 1px solid #575757;
}

.m-header-gnav a {
  padding: 12px 10px 10px;
  color: #ccc;
  display: block;
}

.m-header-tab {
  width: 100%;
  height: 32px;
  position: fixed;
  top: 59px;
  left: 0;
  z-index: 1000;
  opacity: 0;
  display: none;
  transition: .8s all ease;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #2b2b2b;
  background: #000;
}

.m-header-tab.is-sp {
  opacity: 1;
  display: flex;
}

.m-header-tab li {
  font-size: 1rem;
  order: 2;
  position: absolute;
  right: 10px;
}

.m-header-tab li.is-current {
  font-size: 1.3rem;
  order: 1;
  position: relative;
  right: inherit;
}

.m-header-tab li.is-current a, .m-header-tab li.is-current em {
  padding: 0;
  color: #fff;
}

.m-header-tab li.is-current a::before, .m-header-tab li.is-current em::before {
  display: none;
}

.m-header-tab li a, .m-header-tab li em {
  padding: 0 10px 0 10px;
  font-weight: normal;
  color: #ccc;
  position: relative;
}

.m-header-tab li a::before, .m-header-tab li em::before {
  margin-top: -3px;
  width: 3px;
  height: 7px;
  top: 6px;
  background-position: -18px -24px;
  position: absolute;
  top: 5px;
  right: 0;
  left: inherit;
  background-image: url(../img/icn_sprite.svg?20251029);
  content: '';
}

.m-header-link {
  display: block !important;
  order: 1;
}

.m-header-link a {
  font-size: 1.3rem;
  color: #ccc;
  display: block;
}

.m-header-link li {
  margin-bottom: 20px;
}

.m-header-link-lang > a {
  margin: 0 0 20px;
  color: #ccc;
  position: relative;
}

.m-header-link-lang > a::after {
  width: 0;
  height: 0;
  margin: -3px 0 0 10px;
  position: absolute;
  top: 50%;
  border-style: solid;
  border-width: 5px 4.5px 0 4.5px;
  border-color: #949494 transparent transparent transparent;
  content: '';
}

.m-header-link-lang > a.is-active::after {
  border-width: 0 4.5px 5px 4.5px;
  border-color: transparent transparent #949494 transparent;
}

.m-header-link-lang-select {
  padding: 7px 0;
  display: none;
  background: #333;
}

.m-header-link-lang-select li {
  margin-bottom: 0;
}

.m-header-link-lang-select a,
.m-header-link-lang-select span {
  padding: 14px 20px 14px;
  color: #ccc;
  line-height: 1;
  display: block;
}

.m-header-link-lang-select a.is-current,
.m-header-link-lang-select span.is-current {
  color: #999;
}

.m-header-search {
  margin: 30px 0 40px;
  order: 0;
}

.m-header-search-ttl {
  display: none;
}

.m-header-search-content {
  position: relative;
  display: block !important;
}

.m-header-search-txt {
  width: 100%;
  padding: 0 0 0 12px;
  height: 45px;
  line-height: 45px;
  border: none;
  background: #fff;
}

.m-header-search-btn {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  border: none;
  background: transparent;
}

.m-header-search-btn::after {
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-position: -26px -213px;
  background-size: 400px 400px;
  background-image: url(../img/icn_sprite.svg?20251029);
  content: '';
}

.m-header-search-btn span {
  opacity: 0;
}

.m-header-login-pc {
  display: none;
}

.m-header-login-sp {
  height: 59px;
  position: absolute;
  top: 0;
  right: 10px;
}

.m-header-login-sp-btn {
  margin-top: 0;
  font-size: 1rem;
  line-height: 59px;
}

.m-header-login-sp-btn a {
  color: #ccc;
}

.m-header-login-sp-btn span img {
  display: none;
}

.m-header-login-sp-area > * {
  display: table-cell;
  vertical-align: middle;
}

.m-header-login-sp-area > *:last-child {
  padding-left: 10px;
  letter-spacing: -2px;
  font-size: 0.8rem;
}

.m-header-login-sp-status {
  min-height: 59px;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.m-header-login-sp-status em {
  font-weight: normal;
}

.m-header-login-sp-status > * {
  margin-top: 0;
  font-size: 1rem;
  color: #ccc;
}

.m-header-login-sp-status-user em {
  padding-right: 6px;
  vertical-align: middle;
  display: inline-block;
  width: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-header-login-sp-status-mile em {
  padding-right: 6px;
  font-size: 1.3rem;
}

.m-header-hmenu {
  width: 52px;
  height: 59px;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: relative;
  border: none;
  background: transparent;
}

.m-header-hmenu.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

.m-header-hmenu.is-active span:nth-of-type(2) {
  opacity: 0;
}

.m-header-hmenu.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.m-header-hmenu span {
  width: 22px;
  height: 2px;
  position: absolute;
  left: 15px;
  z-index: 10;
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  background-color: #fff;
}

.m-header-hmenu span:nth-of-type(1) {
  top: 23px;
}

.m-header-hmenu span:nth-of-type(2) {
  top: 29px;
}

.m-header-hmenu span:nth-of-type(3) {
  top: 35px;
}

.m-header-mdrop {
  display: none !important;
}

.m-header-mdrop-bg {
  display: none !important;
}

.m-header-mdrop-btn--cv span img {
  display: none;
}

.m-header-mdrop-btn--cv .m-btn-l::after {
  display: block;
}

.m-header-cv {
  display: block;
}

.m-header-cv li {
  position: relative;
  border-bottom: 1px solid #575757;
}

.m-header-cv li:last-child {
  border-bottom: none;
}

.m-header-cv li::before {
  width: 32px;
  height: 32px;
  margin: -16px 0 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  background-size: 500px 500px;
  background-image: url(../img/icn_sprite.svg?20251029);
  content: '';
}

.m-header-cv a {
  padding: 20px 0 20px 47px;
  font-size: 1.6rem;
  color: #ccc;
  line-height: 1;
  display: block;
}

.m-header-cv a.is-deviceSp--pc {
  display: table;
}

.m-header-cv a.is-deviceSp--pc.is-hidden {
  display: none;
}

.m-header-cv a.is-deviceSp--sp {
  display: none;
}

.m-header-cv a.is-deviceSp--sp.is-active {
  display: table;
}

.m-header-cv-ticket::before {
  background-position: -208px -225px;
}

.m-header-cv-pack::before {
  background-position: -292px -225px;
}

.m-header-cv-edit::before {
  background-position: -250px -225px;
}

.m-header-cv-state::before {
  background-position: -334px -225px;
}

.m-header-cv-online-checkin::before {
  background-position: -413px -225px;
}

.m-header-cv-vacant::before {
  background-position: -374px -225px;
}
.m-header-cv-camp::before {
  width: 19px !important;
  height: 20px !important;
  margin-top: -10px !important;
  left: 9px !important;
  background-image: url(../img/icn_campaign_03.svg) !important;
  background-size: 19px 20px !important;
}

/* ----------------------------------------------------------------------------
 * Footer
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Layout
 * --------------------------------- */
.l-footer {
  min-height: 57px;
  color: #fff;
  background: #000;
}

.l-footer-content {
  padding: 0 0 200px;
  background: url(../img/bg_footer_sp.jpg) bottom center no-repeat;
  background-size: 320px 200px;
}

.l-footer-info {
  padding: 0 0 35px;
}

.l-footer[data-type="simple"] .m-footer-social, .l-footer[data-type="simple-int"] .m-footer-social {
  margin-top: 0;
  padding: 50px 0 0;
}

.l-footer[data-type="simple-int"] .l-footer-info {
  padding-bottom: 35px;
}

.l-footer[data-type="simple-int"] .m-footer-link {
  margin-top: 0;
}

.l-footer[data-type="simple-int"] .m-footer-copyright {
  margin-top: 27px !important;
}

/* ------------------------------------
 * Module
 * --------------------------------- */
.m-footer-pagetop {
  width: 34px;
  height: 34px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999;
  display: none;
}

.m-footer-pagetop a {
  width: 34px;
  height: 34px;
  color: #fff;
  position: relative;
  display: block;
  overflow: hidden;
}

.m-footer-pagetop a::after {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: -89px -780px;
  background-image: url(../img/icn_sprite.svg?20251029);
  content: '';
}

.m-footer-pagetop span {
  text-indent: -999em;
  position: absolute;
  z-index: -1;
}

.m-footer-sitemap > li {
  border-bottom: 1px solid #333;
}

.m-footer-sitemap > li > a {
  font-size: 1.6rem;
  padding: 20px 15px 19px;
  color: #fff;
}

.m-footer-sitemap a {
  padding: 20px 15px 19px;
  color: #ccc;
  position: relative;
  display: block;
}

.m-footer-sitemap a::after {
  width: 7px;
  height: 13px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  right: 10px;
  background-size: 500px 500px;
  background-position: -34px -32px;
  background-image: url(../img/icn_sprite.svg?20251029);
  content: '';
}

.m-footer-sitemap-biz li {
  border-top: 1px solid #333;
}

.m-footer-sitemap-biz a {
  padding-left: 50px;
}

.m-footer-sitemap-biz a::before {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 10px;
  left: 13px;
  background-image: url(../img/icn_sprite.svg?20251029);
  content: '';
}

.m-footer-sitemap-company a::before {
  background-position: -807px -522px;
}

.m-footer-sitemap-stock a::before {
  background-position: -852px -522px;
}

.m-footer-sitemap-recruit a::before {
  background-position: -897px -522px;
}

.m-footer-sitemap-info li {
  border-top: 1px solid #333;
}

.m-footer-sitemap-info a {
  padding-left: 25px;
}

.m-footer-social {
  margin: 50px auto 10px;
  display: table;
}

.m-footer-social li {
  padding: 0 10px;
  display: table-cell;
}

.m-footer-social li:first-child {
  padding-left: 0;
}

.m-footer-social li:last-child {
  padding-right: 0;
}

.m-footer-social a {
  width: 47px;
  height: 47px;
  color: #fff;
  position: relative;
  display: block;
  overflow: hidden;
}

.m-footer-social a::after {
  width: 47px;
  height: 47px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 500px 500px;
  background-image: url(../img/icn_sprite.svg?20251029);
  content: '';
}

.m-footer-social a span {
  position: absolute;
  z-index: -1;
}

.m-footer-social-fb::after {
  background-position: -4px -190px;
}

.m-footer-social-tw::after {
  background-position: -56px -190px;
}

.m-footer-social-yt::after {
  background-position: -106px -190px;
}

.m-footer-social-ig::after {
  background-position: -157px -190px;
}

.m-footer-link {
  margin: 22px auto 0;
  display: table;
  text-align: center;
}

.m-footer-link li {
  margin-right: 10px;
  padding-right: 10px;
  line-height: 1;
  display: inline-block;
  border-right: 1px solid #ccc;
}

.m-footer-link li:last-child {
  border-right: none;
}

.m-footer-link a {
  font-size: 1.2rem;
  color: #ccc;
}

.m-footer-link a .m-icn-pdf {
  width: 14px;
  height: 14px;
}

.m-footer-copyright {
  margin: 27px 0 0;
  font-family: Arial;
  font-size: 1.1rem;
  color: #ccc;
  text-align: center;
  display: block;
}

/* ----------------------------------------------------------------------------
 * Content
 * ------------------------------------------------------------------------- */
/* ------------------------------------
 * Base
 * --------------------------------- */
body.is-noscroll {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
}

body.is-noscroll .l-content-main {
  z-index: 0;
}

body.is-pc-noscroll {
  overflow: auto;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  opacity: 1;
}

.g-clearfix::after {
  display: block;
  clear: both;
  content: '';
}

/* ------------------------------------
 * Layout
 * --------------------------------- */
.l-wrapper {
  padding-top: 91px;
  overflow-x: hidden;
}

.t-mode-rwd[data-type="simple"] .l-wrapper {
  padding-top: 59px;
}

/* Popup */
.l-wrapper[data-type="popup"] {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px 15px 40px;
  display: table;
}

.l-wrapper[data-type="popup"] .l-content {
  padding-left: 0;
}

.l-wrapper[data-type="popup"] .l-content > *:not(br):first-child {
  margin-top: 0;
}

/* ------------------------------------
 * Layout
 * --------------------------------- */
.l-content-head {
  padding: 10px 10px 0;
}

.l-content-head > *:not(.m-nav-breadcrumb, .m-nav-breadcrumb-ctg) {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.l-content-head[data-type="category"] {
  height: auto !important;
  background: #1f1f1f;
}

.l-content-head[data-type="category"] a {
  color: #ccc;
}

.l-content-body {
  margin: 10px 0 0;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}

.l-content-main {
  margin: 0 0 50px;
  position: relative;
  z-index: 1;
}

.l-content-main > *:last-child {
  margin-bottom: 0 !important;
}

.l-content-sub {
  order: 11;
}

.l-content-related {
  margin: 0 -10px;
  padding: 30px 10px 40px;
  background: #f2f2f2;
}

.l-content-related > *:first-child {
  margin-top: 0 !important;
}

.l-content-related > *:last-child {
  margin-bottom: 0 !important;
}

.l-content-related__hdg, .l-content-related__hdg--l {
  margin: 0 0 20px;
  font-size: 1.8rem;
  color: #333;
  line-height: 1.3;
}

.l-content-related__hdg + *, .l-content-related__hdg--l + * {
  margin-top: 20px !important;
}

.l-content-aside__bg {
  display: none;
}

/* ------------------------------------
 * Module
 * --------------------------------- */
.m-aside-cv {
  margin: 0 -10px;
  overflow: hidden;
  border-top: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
}

.m-aside-cv > li {
  width: 50%;
  float: left;
  position: relative;
  border-bottom: 1px solid #1f1f1f;
  border-right: 1px solid #1f1f1f;
  background: #fff;
}

.m-aside-cv > li > a {
  width: 100%;
  height: 115px;
  font-size: 1.2rem;
  color: #333;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -1px;
  position: relative;
  display: table;
  box-sizing: border-box;
  background: #fff;
}

.m-aside-cv > li > a.is-devicePc {
  display: none;
}

.m-aside-cv > li > a.is-deviceSp--pc {
  display: table;
}

.m-aside-cv > li > a.is-deviceSp--pc.is-hidden {
  display: none;
}

.m-aside-cv > li > a.is-deviceSp--sp {
  display: none;
}

.m-aside-cv > li > a.is-deviceSp--sp.is-active {
  display: table;
}

.m-aside-cv > li > a::after {
  width: 64px;
  height: 64px;
  margin: 0 0 0 -34px;
  position: absolute;
  top: 17px;
  left: 50%;
  z-index: 0;
  background-image: url(../img/icn_sprite.svg?20251029);
  content: '';
}

.m-aside-cv > li > a > span {
  padding-bottom: 16px;
  padding-left: 7px;
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
}

.m-aside-cv > li > a > span::before {
  width: 0;
  height: 0;
  position: relative;
  top: -1px;
  left: -7px;
  display: inline-block;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #666;
  content: '';
}

.m-aside-cv-ticket > a::after {
  background-position: -417px -380px;
}

.m-aside-cv-ticket > a > span span {
  display: inline;
}

.m-aside-cv-pack > a::after {
  background-position: -585px -380px;
}

.m-aside-cv-pack > a > span {
  padding-bottom: 9px !important;
}

.m-aside-cv-pack > a > span span {
  display: block;
}

.m-aside-cv-edit > a::after {
  background-position: -501px -380px;
}

.m-aside-cv-state > a::after {
  background-position: -669px -380px;
}

.m-aside-cv-online-checkin > a::after {
  background-position: -825px -380px;
}

.m-aside-cv-online-checkin:lang(ja) > a::after {
  top: 10px;
}

.m-aside-cv-vacant > a::after {
  background-position: -745px -380px;
}

.m-aside-cv-vacant:not(:lang(ja)) > a::after {
  top: 10px;
}

.m-aside-cv-fare > a::after {
  background-position: -345px -570px;
}

.m-aside-cv-camp > a::after {
  width: 34px !important;
  height: 36px !important;
  margin: 0 0 0 -15px !important;
  top: 33px !important;
  background-image: url(../img/icn_campaign_02.svg) !important;
  background-size: 34px 36px;
}

.m-aside-btn {
  display: none;
}

.m-form {
  display: none;
}

/* 20171012 SBS追加（サイドボタン追加） */
.a-mt_im {
  margin-top: 30px !important;
}
