@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: 100%;
}
.clear {
  clear: both;
}
/* サイト共通
------------------------------------------------- */
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}
@media screen and (max-width: 320px) {
  html {
    font-size: 54.6875%;
  }
}
body {
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-family: minmoji, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, sans-serif;
  background-color: #fff;
  margin: 0;
  color: #383939;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #cc0022;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
em {
  font-style: normal;
  font-weight: bold;
}
address {
  font-style: normal;
}
/* naviArea
-----------------------------------------------*/
#naviArea {
  position: relative;
  border-top: 1px solid #cc0022;
}
#naviArea .inner {
  padding: 10px 110px 10px 20px;
  justify-content: end;
  height: 90px;
  align-items: center;
}
#naviArea #menuBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  cursor: pointer;
  background: #B80021;
  font-size: 0;
}
#naviArea #menuBtn span, #naviArea #menuBtn::before, #naviArea #menuBtn::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  margin: auto;
  background: #fff;
}
#naviArea #menuBtn::before {
  transform: translate(-50%, -10px);
  content: "";
}
#naviArea #menuBtn::after {
  transform: translate(-50%, 8px);
  content: "";
}
#naviArea #menuBtn span {
  transform: translate(-50%, -50%);
  transition: opacity 150ms 50ms;
}
#naviArea #menuBtn::before, #naviArea #menuBtn::after {
  transition: transform 200ms;
}
#naviArea #menuBtn.active span {
  opacity: 0;
  transition: opacity 150ms;
}
#naviArea #menuBtn.active::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#naviArea #menuBtn.active::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#naviArea #menuBtn.active::before, #naviArea #menuBtn.active::after {
  width: 35px;
}
#gNavi > ul {
  height: 42px;
  display: flex;
  align-items: center;
}
#gNavi > ul > li {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 20px;
  cursor: pointer;
}
#gNavi > ul > li .inner {
  position: relative;
  padding: 0;
}
#gNavi > ul > li {
  position: relative;
}
#gNavi > ul > li::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #B80021;
}
#gNavi > ul > li:hover::before {
  width: 100%;
}
#gNavi > ul > li > .inner span, #gNavi > ul > li > span, #gNavi > ul > li > span a {
  color: #383939;
}
#gNavi > ul > li:hover > .inner span, #gNavi > ul > li:hover > span, #gNavi > ul > li:hover > span a {
  color: #B80022;
  opacity: 1;
}
#gNavi > ul > li.current > span, #gNavi > ul > li.current > span a {
  transition: color 0s;
  color: #B80022 !important;
}
#gNavi .subMenu {
  display: none;
  position: absolute;
  top: 90px;
  left: 50%;
  width: max-content;
  background: rgba(150,0,44,.95);
  transform: translateX(-50%);
  cursor: default;
  padding: 30px;
}
#gNavi .subMenu li {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 15px;
}
#gNavi .subMenu li:last-child {
  margin-bottom: 0;
}
#gNavi .subMenu li:first-child, #gNavi .subMenu li:nth-of-type(5n) {
  margin-left: none;
}
#gNavi .subMenu li a, #gNavi .subMenu li > span {
  display: block;
  color: #fff;
}
#gNavi .subMenu li a {
  transition: all .2s;
}
#gNavi .subMenu li a[target="_blank"] {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
#gNavi .subMenu li a[target="_blank"]::after {
  position: absolute;
  display: block;
  content: "";
  background: url("/recruit/career/images/common/icon-link.svg?202512151421")no-repeat;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 6px;
  background-size: contain;
}
#gNavi .subMenu li a:hover {
  opacity: .7;
}
#gNavi .subMenu li a.border img {
  border: 1px solid #ccc;
}
#gNavi .subMenu li a img {
  margin-bottom: 10px;
}
#gNavi .subMenu li a:hover img {
  opacity: .7;
}
#gNavi .subMenu li a span {
  position: relative;
  padding-right: 20px;
}
#gNavi .subMenu li a span::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 5px;
  right: 0;
  transform: translate(0%, 50%);
}
#gNavi .subMenu li a span::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border-left: solid 1px #000;
  border-bottom: solid 1px #000;
  position: absolute;
  bottom: 5px;
  right: 0;
  transform: translate(0%, 50%) rotate(-135deg);
}
#gNavi .subMenu li a:hover span::before {
  background: #B80022;
}
#gNavi .subMenu li a:hover span::after {
  border-left: solid 1px #B80022;
  border-bottom: solid 1px #B80022;
}
#gNavi .subMenu li > span {
  color: #ccc;
}
/* comingsoon */
#gNavi .subMenu .comingsoon a {
  pointer-events: none;
  position: relative;
}
#gNavi .subMenu .comingsoon a span {
  color: #999999;
}
#gNavi .subMenu .comingsoon a::after {
  position: absolute;
  content: "";
  display: block;
  background-color: rgba(153, 153, 153, .5);
  width: 200px;
  height: 100px;
  top: 0;
  left: 0;
}
#gNavi .subMenu .comingsoon a span::before {
  background: #999999;
}
#gNavi .subMenu .comingsoon span::after {
  border-left: solid 1px #999999;
  border-bottom: solid 1px #999999;
}
@media only screen and (max-width:1180px) {
  #naviArea .inner {
    padding: 10px 110px 10px 0px;
  }
#gNavi > ul > li {
  font-size: 14px;
  margin: 0 15px;
}
}
@media only screen and (max-width:1050px) {
  #gNavi > ul > li, #gNavi .subMenu li {
    font-size: 14px;
  }
  #gNavi .subMenu {
    padding: 20px;
  }
}
@media only screen and (max-width:990px) {
  #naviArea .inner {
    display: none;
  }
  #naviArea #menuBtn {
    top: -61px;
    width: 60px;
    height: 60px;
  }
}
/* header
-----------------------------------------------*/
header {
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 102;
min-height: 61px;
}
header .inner {
  padding: 10px 20px;
  box-sizing: border-box;
  justify-content: space-between;
  display: flex;
  align-items: center;
  height: 70px;
}
header .inner h1 a {
  display: flex;
  align-items: center;
}
header .inner h1 img {
  max-width: 192px;
}
header .inner h1 span {
  font-size: 18px;
  color: #333;
  padding-left: 10px;
    padding-top: 6px;
}
header .inner .link {
  display: flex;
  align-items: center;
  gap: 15px;
}
header .inner .link h2 {
  width: 218px;
}
header a:hover {
  text-decoration: none;
}
header p.entryBtn a {
  display: none;
}
@media only screen and (max-width:990px) {
  header .inner {
    height: 60px;
    padding: 10px 90px 10px 20px;
  }
header .inner h1 span {
  font-size: 16px;
}
}
@media only screen and (max-width:880px) {
header .inner h1 span {
  font-size: 10px;
}
}
@media only screen and (max-width:767px) {
  header .inner {
    padding: 10px 65px 10px 5px;
  }
  header .inner h1 img {
    width: 115px;
  }
  header .inner .link h2 {
    width: 150px;
  }
  header .inner .link {
    gap: 0;
  }
  header .inner h1 a {
    flex-wrap: wrap;
}
header .inner h1 span {
  font-size: 11px;
  padding-left: 7px;
  white-space: nowrap;
    padding-top: 0;
}
}
@media screen and (min-width:768px) {
  header p.entryBtn a {
    display: block;
    background: #96002c;
    color: #fff;
    width: 120px;
    font-size: 1.4rem;
    text-align: center;
    position: relative;
    letter-spacing: 0.07em;
    font-weight: bold;
    float: left;
    height: 36px;
    line-height: 36px;
  }
}
@media screen and (max-width:470px) {
	header .inner h1 span {
	margin-left: 25px;
		margin-top: -0px;
}
}

@media screen and (min-width:1025px) {
  header p.entryBtn a {
    height: 40px;
    line-height: 42px;
  }
}
@media screen and (min-width:940px) {
  header p.entryBtn a {
    height: 40px;
    line-height: 42px;
  }
}
header .entryBtn a::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  right: 4px;
  margin-top: -4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
}
header .header_hd_logo {
  display: none;
}
@media screen and (min-width:768px) {
  header .header_hd_logo {
    display: block;
    margin: 13px 12px 0 0;
    width: 156px;
    float: right;
  }
}
@media screen and (min-width:1025px) {
  header .header_hd_logo {
    margin: 17px 16px 0 0;
    width: 215px;
  }
}
/* menu
-----------------------------------------------*/
#menu {
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 0;
  box-sizing: border-box;
  padding-top: 141px;
  background-color: rgba(150,0,44,.95);
  transition: height .4s cubic-bezier(.210, .60, .350, 1);
  z-index: 101;
}
#menu.active {
  height: 100%;
  transition: height .6s cubic-bezier(.210, .60, .350, 1);
}
#menu .inner {
  position: relative;
  max-width: 1250px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  display: table;
  padding: 115px 0 0;
  top: 10px;
  opacity: 0;
  transition: top .6s cubic-bezier(.210, .60, .350, 1), opacity .6s cubic-bezier(.210, .60, .350, 1);
  display: flex;
}
#menu.active .inner {
  top: 0;
  opacity: 1;
}
#menu .col {
  display: table-cell;
  color: #fff;
  padding-right: 1em;
}
#menu .col:first-child {
  padding-right: 40px;
}
#menu .col:last-child {
  padding-right: 0;
}
#menu .col p {
  font-size: 14px;
  font-weight: bold;
}
#menu .col ul + p {
  margin-top: 60px;  
}
#menu .col p + p {
  margin-top: 15px;  
}
#menu .col a {
  color: #fff;
  display: inline-block;
}
#menu .col li a {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.5;
  transition: opacity 150ms;
}
#menu .col li a:hover {
  opacity: .7;
  text-decoration: none;
}
#menu .col ul li {
  position: relative;
  font-size: 13px;
  margin-top: 15px;
  padding-left: 15px;
}
#menu .col li span {
  color: #666;
}
#menu .col a[target="_blank"] {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
#menu .col a[target="_blank"]::after {
  position: absolute;
  display: block;
  content: "";
  background: url("/recruit/career/images/common/icon-link.svg?202512151421")no-repeat;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 4px;
  background-size: contain;
}

@media screen and (max-width: 1300px) {
  #menu .inner {
    justify-content: stretch;
    padding: 90px 40px;
    flex-wrap: wrap;
    gap: 60px 0;
  }
}
@media screen and (max-width: 1080px) {
  #menu .col ul li {
    font-size: 12px;
  }
}
@media screen and (min-width: 1025px) {
  #menu .col ul {
    display: block !important;
  }
}
@media screen and (max-width: 990px) {
  #menu {
    padding-top: 61px;
  }
}
@media only screen and (max-width:767px) {
  #menu {
    padding-top: 61px;
    overflow-y: auto;
  }
  #menu .inner {
    display: block;
    padding: 40px;
  }
  #menu .col {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
  }
  #menu .col:first-child {
    margin-top: 0;
  }
  #menu .col p {
    margin-top: 20px;
    font-size: 16px;
  }
  #menu .col p:first-child {
    margin-top: 0;
  }
  #menu .col a {
    width: auto !important;
  }
  #menu .col a::before {
    left: -1px;
  }
  #menu .col a br {
    display: none;
  }
  #menu .col p > span {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    cursor: pointer;
  }
  #menu .link span::before, #menu .link span::after {
    display: none;
  }
  #menu .col p > span::before {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    width: 2px;
    height: 12px;
    background: #fff;
    margin-top: -5px;
    opacity: 1;
  }
  #menu .col p > span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 12px;
    height: 2px;
    background: #fff;
  }
  #menu .col p.active span::after {
    opacity: 0;
  }
  #menu .col p > span::before, #menu .col p > span::after {
    transition: transform 0.35s, opacity 0.35s;
  }
  #menu .col p.active span::before, #menu .col p.active span::after {
    transform: rotate(90deg);
  }
  #menu .col ul {
    display: none;
  }
  #menu .col ul li {
    font-size: 13px;
  }
}
/* gNavi
-----------------------------------------------*/
@media only screen and (max-width:768px) {}
/* スマホ用ナビ */
#header_navi, #header_navi a {
  width: 35px;
  height: 35px;
  display: block;
  position: relative;
}
#header_navi a img {
  display: block;
}
#header_navi a#btn_sp_menu {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  transform: translate(50%, -50%);
}
#header_navi a#btn_sp_menu span, #header_navi a#btn_sp_menu::before, #header_navi a#btn_sp_menu::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 26px;
  height: 2px;
  margin: auto;
  background: #000;
}
#header_navi a#btn_sp_menu::before {
  transform: translate(0, -10px);
  content: "";
}
#header_navi a#btn_sp_menu::after {
  transform: translate(0, 10px);
  content: "";
}
#header_navi a#btn_sp_menu span {
  font-size: 0;
  transition: opacity 150ms 50ms;
}
#header_navi a#btn_sp_menu::before, #header_navi a#btn_sp_menu::after {
  transition: transform 200ms;
}
#header_navi a#btn_sp_menu.close span {
  opacity: 0;
  transition: opacity 150ms;
}
#header_navi a#btn_sp_menu.close::before {
  transform: rotate(45deg);
}
#header_navi a#btn_sp_menu.close::after {
  transform: rotate(-45deg);
}
#header_navi a#btn_sp_menu.close::before, #header_navi a#btn_sp_menu.close::after {
  width: 35px;
}
@media screen and (min-width:768px) {
  #header_navi {
    display: none;
  }
}
#global_navi {
  background: #fff;
  border-radius: 3px;
  list-style-type: none;
  margin: 5px auto 0px;
  width: 97%;
  display: none;
  position: absolute;
  top: 54px;
  right: 0px;
  left: 0px;
  z-index: 3500;
}
#global_navi::before {
  content: '';
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: -10px;
  right: 10px;
}
#global_navi p {
  border-left: #c02 solid 4px;
  margin: 30px 15px 15px;
  padding-left: 10px;
  font-size: 1.8rem;
  line-height: 1.2;
}
#global_navi p:first-child {
  margin-top: 15px;
}
#global_navi p a {
  color: #383839;
}
#global_navi p + ul {
  margin-top: 0px;
}
#global_navi ul {
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
}
#global_navi ul li {
  border-top: 1px solid #ccc;
  font-size: 16px;
  line-height: 1.2;
}
#global_navi ul span {
  background-color: #eee;
  padding: 15px 15px 15px 44px;
  color: #999;
  position: relative;
  display: block;
}
#global_navi ul span::before {
  content: '';
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #999;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 17px;
  left: 29px;
}
#global_navi ul a {
  padding: 15px 15px 15px 44px;
  color: #383839;
  position: relative;
  display: block;
}
#global_navi ul a::before {
  content: '';
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #c02;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 17px;
  left: 29px;
}
#global_navi_back {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3000;
}
/* wrap
============================ */
#wrap {
  padding-top: 160px;
}
@media screen and (max-width:990px) {
  #wrap {
    padding-top: 60px;
  }
}
h3 {
  font-size: 2.1rem;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 24px;
  letter-spacing: 0.08em;
}
@media screen and (min-width:768px) {
  h3 {
    font-size: 2.5rem;
    margin: 0 0 42px;
  }
}
@media screen and (min-width:1025px) {
  h3 {
    font-size: 3.2rem;
    margin: 0 0 54px;
    letter-spacing: 0.15em;
  }
}
/* ボタン */
p[class$="Btn"] a {
  display: block;
  text-align: center;
  position: relative;
  letter-spacing: 0.02em;
  font-weight: bold;
  transition: 0.8s;
}
@media screen and (min-width:1025px) {
  p[class$="Btn"] a {
    letter-spacing: 0.07em;
  }
}
p[class$="Btn"] a::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  top: 50%;
}
p[class$="Btn"] a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/* 募集職種・エントリー */
#entryArea {
  background: #96002c;
  color: #fff;
  padding: 100px 40px 120px
}
#entryArea h2 {
  font-size: 30px;
  text-align: center;
}
#entryArea .entryBtn a {
  background: #fff;
  color: #96002c;
  max-width: 460px;
  width: 100%;
  height: 85px;
  line-height: 85px;
  font-size: 24px;
  margin: 40px auto 0;
  box-shadow: 6px 6px #7d0025;
}
#entryArea .entryBtn a::before {
  right: 12px;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left: 8px solid #96002c;
}
@media screen and (max-width:768px) {
#entryArea {
  padding: 40px 20px 60px;
}
#entryArea h2{
  font-size: 20px;
  line-height: 1.5;
}
#entryArea .entryBtn a {
  max-width: 280px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  margin: 20px auto 0;
}
}
/* 改行 */
br.sp {
  display: block;
}
@media screen and (min-width:768px) {
  br.sp {
    display: none;
  }
}
br.pc {
  display: none;
}
@media screen and (min-width:768px) {
  br.pc {
    display: block;
  }
}
/* フッタ
============================ */
#footer_link_whole {
  background-color: #FFFFFF;
  border-top: #CC0022 solid 3px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25) inset;
}
#footer_link {
  margin: 0 auto;
  padding: 20px 0 20px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
#footer_link .inner,
#footer_link .inner .footLink{
  display: flex;
}
#footer_link .inner .footLink{
  gap:50px;
  width: 100%;
  padding-top: 20px;
}
#footer_link .inner .footLink .inner {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;  
  gap: 30px 0;
}
#footer_link .inner .footLink p span a,
#footer_link .inner .footLink p span {
  font-size: 12px;
  font-weight: bold;
  color: #000;
}
#footer_link .inner .footLink p span a::after{
  bottom: 0!important;
}
#footer_link .inner .footLink .inner .col li a{
  font-size: 12px;
  line-height: 1.5;
  color: #000;
  position: relative;
  padding-left: 10px;
  margin-top: 10px;
  display: inline-block;
}
#footer_link .inner .footLink .inner .col li a::before{
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: #B80021;
  border-radius: 50%;
  top: 5px;
  left: 0;
}
#footer_link .inner .footLink p span a[target="_blank"],
#footer_link .inner .footLink .inner .col li a[target="_blank"] {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
#footer_link .inner .footLink p span a[target="_blank"]::after,
#footer_link .inner .footLink .inner .col li a[target="_blank"]::after {
  position: absolute;
  display: block;
  content: "";
  background: url("/recruit/career/images/common/icon-link-red.svg?202512151421")no-repeat;
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 3px;
  background-size: contain;
}
#footer_link .inner .footLink .inner .col .link{
  margin-top: 30px;
}
#footer_link .inner .footLink .inner .col .link + .link{
  margin-top: 10px;
}

#entryAreaSp{
  display: none;
}
@media only screen and (max-width:768px) {
  footer{
   padding-bottom: 44px;
  }
#entryAreaSp{
  position: fixed;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #96002c;
}
#entryAreaSp .inner{
}
#entryAreaSp .inner a{
  color: #fff;
  text-align: center;
  display: block;
  padding: 15px 20px;
  box-sizing: border-box;
}
#footer_link .inner .footLink{
display: none;
}
}
@media screen and (min-width:768px) {
  #footer_link {
    padding: 10px 20px 50px ;
  }
}
@media screen and (min-width:1025px) {
  #footer_link {
    max-width: 1120px;
  }
}
#footer_link a {
  color: #383939;
}
#footer_link a:hover {
  color: #CC0022;
}
#pagetop_btn {
  background: url(../cmn_images/pagetop_icon.png) 98px center no-repeat;
  background-size: 12px 12px;
  background-color: #fff;
  border: #d1d1d1 solid 1px;
  padding: 0px 10px;
  width: 100px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  position: absolute;
  top: -15px;
  right: 10px;
  color: #949590;
  border-radius: 4px;
  box-shadow: 0px 7px 4px -3px #949490;
}
@media screen and (min-width:768px) {
  #pagetop_btn {
    width: 96px;
    height: 28px;
    position: absolute;
    top: -13px;
    right: 10px;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
  }
  #pagetop_btn a, #pagetop_btn a:visited {
    background: url(../cmn_images/pagetop_back.png) no-repeat;
    padding: 7px 0px 0px 5px;
    width: 91px;
    height: 21px;
    font-size: 10px;
    line-height: 1.2em;
    text-decoration: none;
    color: #949590;
    display: block;
  }
  #pagetop_btn a:hover {
    color: #cc0022;
  }
}
#footer_link .footer_link_column {
  display: none;
}
@media screen and (min-width:768px) {
  #footer_link .footer_link_column {
    display: block;
    margin-right: 40px;
    font-size: 12px;
    line-height: 1.2em;
    float: left;
  }
}
#footer_link .footer_link_column p {
  background: url(../cmn_images/link_icon.png) left 1px no-repeat;
  margin-top: 20px;
  padding-left: 15px;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: bold;
}
#footer_link .footer_link_column ul li {
  background: url(../cmn_images/link_icon.png) left 1px no-repeat;
  margin-top: 20px;
  padding-left: 15px;
  font-weight: bold;
}
#footer_link .footer_link_column p + ul li {
  background: none;
  margin-top: 10px;
  font-weight: normal;
}
/* バナー */
#footer_banner {
  margin: 10px 3% 3px;
  line-height: 1em;
  text-align: center;
}
#footer_banner a.bnr {
  margin: 0 0 13px;
  display: block;
  width: 100%;
  height: auto;
}
#footer_banner a:nth-of-type(4) img {
  margin: 10px 0 0;
  width: auto;
}
@media screen and (min-width:768px) {
  #footer_banner {
    margin: 20px 0 0;
    width: 250px;
    text-align: right;
    float: right;
  }
  #footer_banner a.bnr {
    margin: 0 0 2px;
    display: block;
    width: 250px;
    height: 40px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  /*#footer_banner a.bnr img {
		opacity: 0;
	}*/
  #footer_banner a:nth-of-type(1) {
    background: url(../cmn_images/ftr_banner01.png) left top no-repeat;
    background-size: 100% auto;
  }
  #footer_banner a:nth-of-type(2) {
    background: url(../cmn_images/ftr_banner02.png) left top no-repeat;
    background-size: 100% auto;
  }
  #footer_banner a:nth-of-type(3) {
    background: url(../cmn_images/ftr_banner03.png) left top no-repeat;
    background-size: 100% auto;
  }
  #footer_banner a:nth-of-type(4) img {
    margin: 10px 0 0;
    width: auto;
  }
}
/* sp用フッタナビ */
#footer_banner ul {
  margin: 33px 0 10px;
}
#footer_banner ul li {
  list-style-type: none;
  border: #c02 solid 3px;
  margin-top: 10px;
  padding: 11px 0px;
  font-size: 16px;
  line-height: 1.2em;
  text-align: center;
  color: #383939;
}
@media screen and (min-width:768px) {
  #footer_banner ul {
    display: none;
  }
}
/* フッタ */
#footer {
  background-color: #CC0022;
  width: 100%;
  height: 46px;
}
@media screen and (min-width:768px) {
  #footer {
    height: 36px;
  }
}
@media screen and (min-width:1025px) {
  #footer {
    height: 36px;
  }
}
#copyright {
  margin: 0px auto;
  padding: 15px 10px;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width:768px) {
  #copyright {
    margin: 0px auto;
    padding: 8px 21px 0px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    color: #FFFFFF;
    box-sizing: border-box;
  }
}
@media screen and (min-width:1025px) {
  #copyright {
    width: 948px;
    box-sizing: content-box;
  }
}
#copyright img {
  display: none;
}
@media screen and (min-width:768px) {
  #copyright img {
    margin-top: 2px;
    display: block;
    float: left;
    width: 187px;
  }
}
#copyright p {
  font-size: 10px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  display: block;
}
@media screen and (min-width:768px) {
  #copyright p {
    margin: 2px 0px 0px;
    font-size: 10px;
    line-height: 1.2;
    font-weight: normal;
    white-space: nowrap;
    float: right;
  }
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}