@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*-----------------------------------------------------
	base
-----------------------------------------------------*/
html {
  font-family: Arial, Verdana, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 62.5%;
}

@media all and (-ms-high-contrast: none) {
  html {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  }
}
body {
  color: #212121;
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
  box-sizing: border-box;
}

a {
  display: block;
  color: #212121;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
}

.inner {
  padding: 0 15px;
}

.pc {
  display: none;
}

.inline {
  display: inline;
}

#blank {
  padding: 30px 0 50px;
  text-align: center;
}

@media print, screen and (min-width: 767px) {
  #wrapper {
    margin: 0 auto;
    min-width: 1150px;
  }

  .inner {
    margin: 0 auto;
    padding: 0;
    width: 1140px;
  }

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  #blank {
    padding: 60px 0 80px;
  }
}
/*-----------------------------------------------------
	header
-----------------------------------------------------*/
#header {
  position: relative;
}
#header .logo {
  padding: 15px 0;
  width: 186px;
}

#headNav {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  color: #FFF;
  text-align: center;
  background: #a20024;
  z-index: 9999;
}
#headNav.open {
  display: block;
}
#headNav a {
  color: #FFF;
}
#headNav #globalNav {
  margin-bottom: 15px;
}
#headNav #globalNav li {
  font-size: 1.8rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, serif;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #f7f7f7;
}
#headNav #globalNav li:last-child {
  border-bottom-width: 2px;
}
#headNav #globalNav a {
  padding: 7px 0;
}
#headNav #globalNav span {
  display: block;
  font-size: 0.9rem;
}
#headNav .snsLink {
  margin-bottom: 15px;
}
#headNav .snsLink li {
  display: inline-block;
  padding: 0 25px;
  font-size: 3rem;
}
#headNav #langNav {
  margin-bottom: 15px;
}
#headNav #langNav .navBtn {
  position: relative;
  margin: 0 auto;
  padding: 0 8px;
  width: 80%;
  line-height: 40px;
  border: 1px solid #f7f7f7;
}
#headNav #langNav .navBtn:after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
#headNav #langNav .langList {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 80%;
  border-right: 1px solid #f7f7f7;
  border-left: 1px solid #f7f7f7;
  z-index: 500;
}
#headNav #langNav .langList a {
  padding: 8px;
  border-bottom: 1px solid #f7f7f7;
}
#headNav .pointLogin {
  margin-bottom: 5px;
  display: table;
  width: 100%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, serif;
  border-collapse: separate;
  border-spacing: 5px 0;
}
#headNav .pointLogin > div {
  display: table-cell;
  vertical-align: middle;
}
#headNav .pointLogin .card {
  width: 73%;
  background: #FFF;
}
#headNav .pointLogin .card img {
  width: 198px;
}
#headNav .pointLogin .login {
  width: 25%;
  font-size: 1rem;
  letter-spacing: 0.1em;
  background: url(../images/common/icon-login.png) no-repeat 50% 7px #444;
  background-size: 16px;
}
#headNav .pointLogin .login a {
  padding: 27px 0 5px;
}

@media print, screen and (min-width: 767px) {
  #header {
    height: auto;
  }
  #header:after {
    content: "";
    position: absolute;
    top: 47px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #bababa;
  }
  #header .inner {
    position: relative;
  }
  #header .logo {
    padding: 77px 0 40px;
    width: 280px;
  }

  #headNav {
    display: block;
    position: static;
    width: auto;
    background: transparent;
  }
  #headNav #globalNav {
    position: absolute;
    top: 77px;
    right: 0;
  }
  #headNav #globalNav li {
    display: inline-block;
    padding-left: 40px;
    font-size: 1.9rem;
    letter-spacing: 0.05em;
    border-bottom: none;
  }
  #headNav #globalNav li a {
    color: #212121;
  }
  #headNav #globalNav li a.active, #headNav #globalNav li a:hover {
    color: #a20024;
    opacity: 1;
  }
  #headNav #globalNav li span {
    color: #808080;
  }
  #headNav .snsLink {
    position: absolute;
    top: 5px;
    right: 450px;
  }
  #headNav .snsLink li {
    padding: 0 10px;
    font-size: 2.4rem;
  }
  #headNav .snsLink a {
    color: #a20024;
  }
  #headNav #langNav {
    position: absolute;
    top: 0;
    right: 0;
  }
  #headNav #langNav .navBtn {
    width: 150px;
    line-height: 48px;
    color: #212121;
    border: none;
  }
  #headNav #langNav .navBtn:after {
    margin-top: -7px;
    border-top: 2px solid #212121;
    border-right: 2px solid #212121;
  }
  #headNav #langNav .navBtn:hover {
    cursor: pointer;
  }
  #headNav #langNav .langList {
    width: 150px;
    border-right-color: #bababa;
    border-left-color: #bababa;
    background: #FFF;
  }
  #headNav #langNav .langList a {
    color: #212121;
    border-bottom: 1px solid #bababa;
  }
  #headNav .pointLogin {
    position: absolute;
    top: 0;
    right: 150px;
    width: 280px;
    border-collapse: collapse;
  }
  #headNav .pointLogin .card {
    width: 210px;
    background: #a20024;
  }
  #headNav .pointLogin .card img {
    width: auto;
  }
  #headNav .pointLogin .login {
    width: 70px;
    font-size: 1.1rem;
  }
  #headNav .pointLogin .login a {
    height: 47px;
    padding: 27px 0 0;
  }
}
/*-----------------------------------------------------
	navBtn
-----------------------------------------------------*/
/* navBtn
-----------------------------------------------------*/
#navBtn, #navBtn span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#navBtn {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 45px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  font-size: 1.1rem;
  text-align: center;
}
#navBtn span {
  position: absolute;
  left: 12px;
  width: 36px;
  height: 3px;
  background-color: #a20024;
  border-radius: 1.5px;
}
#navBtn span:nth-of-type(1) {
  top: 18px;
}
#navBtn span:nth-of-type(2) {
  top: 28px;
}
#navBtn span:nth-of-type(3) {
  top: 38px;
}
#navBtn.open span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
      -ms-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
#navBtn.open span:nth-of-type(2) {
  opacity: 0;
}
#navBtn.open span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
      -ms-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}

@media print, screen and (min-width: 767px) {
  #navBtn {
    display: none;
  }
}
/*-----------------------------------------------------
	contentWrap - common
-----------------------------------------------------*/
/* thumb
-----------------------------------------------------*/
.thumb {
  position: relative;
  width: 100%;
  height: auto;
}
.thumb:after {
  content: '';
  display: block;
  padding-top: 100%;
}
.thumb.vertical:after {
  padding-top: 110%;
}
.thumb img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* object-fit
-----------------------------------------------------*/
.ofi {
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
.ofi.lt {
  object-position: 0 0;
  font-family: "object-fit: cover; object-position: 0 0;";
}
.ofi.ct {
  object-position: 50% 0;
  font-family: "object-fit: cover; object-position: 50% 0;";
}
.ofi.rt {
  object-position: 100% 0;
  font-family: "object-fit: cover; object-position: 50% 0;";
}
.ofi.lm {
  object-position: 0 50%;
  font-family: "object-fit: cover; object-position: 0 50%;";
}
.ofi.rm {
  object-position: 100% 50%;
  font-family: "object-fit: cover; object-position: 100% 50%;";
}
.ofi.lb {
  object-position: 0 100%;
  font-family: "object-fit: cover; object-position: 0 100%;";
}
.ofi.cb {
  object-position: 50% 100%;
  font-family: "object-fit: cover; object-position: 50% 100%;";
}
.ofi.rb {
  object-position: 100% 100%;
  font-family: "object-fit: cover; object-position: 100% 100%;";
}
.ofi.lo{
  object-fit: contain;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}
/* pageHead
-----------------------------------------------------*/
#pageHead {
  position: relative;
  margin-bottom: 20px;
  padding: 20px 0;
  background: #f1f1f1;
}
#pageHead .title {
  font-size: 2.2rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, serif;
  color: #a20024;
  letter-spacing: 0.03em;
}
#pageHead .title span {
  display: inline-block;
  margin-left: 10px;
  font-size: 1rem;
}
#pageHead .title span.small {
  margin-left: 0;
  font-size: 1.1rem;
}

@media print, screen and (min-width: 767px) {
  #pageHead {
    margin-bottom: 10px;
    padding: 35px 0;
  }
  #pageHead .title {
    font-size: 4.2rem;
    letter-spacing: 0.05em;
  }
  #pageHead .title span {
    margin-left: 20px;
    font-size: 1.5rem;
  }
  #pageHead .title span.small {
    font-size: 2.8rem;
  }
}
/* breadcrumb
-----------------------------------------------------*/
#breadcrumb {
  display: none;
}

@media print, screen and (min-width: 767px) {
  #breadcrumb {
    display: block;
    margin: 0 auto 40px;
    width: 1140px;
  }
  #breadcrumb li {
    display: inline-block;
    padding-right: 5px;
  }
  #breadcrumb a:after {
    content: ">";
    margin-left: 10px;
  }
}
/* telLink
-----------------------------------------------------*/
.telLink a {
  display: inline-block;
  text-decoration: underline;
}

/* pager
-----------------------------------------------------*/
.pager {
  margin-bottom: 60px;
  text-align: center;
}
.pager li {
  display: inline-block;
  background: #f1f1f1;
}
.pager li a {
  padding: 5px 15px;
}
.pager li.active, .pager li:hover {
  background: #a20024;
}
.pager li.active a, .pager li:hover a {
  color: #FFF;
}
.pager li:first-child, .pager li:last-child {
  font-weight: bold;
  background: none;
}
.pager li:first-child:hover a, .pager li:last-child:hover a {
  color: #212121;
}

#errorArea {
  padding: 40px 15px;
  text-align: center;
}
#errorArea dt {
  margin-bottom: 25px;
  font-size: 2.2rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, serif;
  color: #a20024;
}
#errorArea dd {
  margin-bottom: 1em;
}
#errorArea dd a {
  display: inline-block;
  text-decoration: underline;
}

@media print, screen and (min-width: 767px) {
  #errorArea {
    padding: 80px 0 120px;
  }
  #errorArea dt {
    margin-bottom: 40px;
    font-size: 3.6rem;
    font-weight: bold;
  }
  #errorArea dd {
    font-size: 1.6rem;
  }
}
/*-----------------------------------------------------
	pageTop
-----------------------------------------------------*/
#pageTop {
  position: fixed;
  right: 10px;
  width: 40px;
  height: 40px;
  background: #a20024;
  border-radius: 50%;
  z-index: 1000;
}
#pageTop:before {
  content: "";
  position: absolute;
  top: 12px;
  margin-left: -1px;
  left: 50%;
  width: 2px;
  height: 18px;
  background: #FFF;
}
#pageTop:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

@media print, screen and (min-width: 767px) {
  #pageTop {
    width: 56px;
    height: 56px;
  }
  #pageTop:before {
    top: 17px;
    height: 25px;
  }
  #pageTop:after {
    top: 18px;
    margin-left: -10px;
    width: 20px;
    height: 20px;
  }
  #pageTop:hover {
    cursor: pointer;
  }
}
/*-----------------------------------------------------
	footer
-----------------------------------------------------*/
/* footContent
-----------------------------------------------------*/
#footContent {
  padding: 25px 0;
  font-size: 1.2rem;
  background: #f7f7f7;
}
#footContent .openHour {
  margin-bottom: 20px;
}
#footContent .openHour .head {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
  color: #a20024;
  font-weight: bold;
}
#footContent .openHour .head:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
}
#footContent .openHour .head span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  background: #f7f7f7;
  z-index: 10;
}
#footContent .openHour .weekBox {
  margin-bottom: 5px;
}
#footContent .openHour .weekBox li {
  display: table;
  width: 100%;
}
#footContent .openHour .weekBox li > div {
  display: table-cell;
  vertical-align: middle;
}
#footContent .openHour .weekBox li:not(:first-child) {
  border-top: 1px solid #a20024;
}
#footContent .openHour .weekBox .week {
  color: #a20024;
  width: 50px;
  border-right: 1px solid #a20024;
}
#footContent .openHour .weekBox .hour {
  padding: 5px 0 5px 8px;
}
#footContent .openHour .weekBox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#footContent .openHour .note {
  font-size: 1rem;
  text-align: right;
}
#footContent .footLink {
  margin-bottom: 20px;
}
#footContent .footLink li {
  margin-bottom: 5px;
  text-align: center;
  background: #a20024;
}
#footContent .footLink .en, #footContent .footLink br {
  display: none;
}
#footContent .footLink a {
  padding: 8px;
  color: #FFF;
}
#footContent .footLink .icon {
  padding-left: 20px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}
#footContent .footLink .recruit .icon {
  background-image: url(../images/common/icon-recruit.png);
}
#footContent .footLink .mediacoat .icon {
  background-image: url(../images/common/icon-media.png);
}
#footContent .footLink .faq .icon {
  background-image: url(../images/common/icon-faq.png);
}
#footContent .footInfo {
  text-align: center;
  font-size: 1.1rem;
}
#footContent .footInfo .logo {
  margin: 0 auto 15px;
  width: 160px;
}
#footContent .footInfo .address {
  margin-bottom: 15px;
}
#footContent .footInfo .address dt {
  font-weight: bold;
}
#footContent .footInfo .subNav li {
  display: inline-block;
  padding: 0 15px;
  line-height: 1.2;
  border-right: 1px solid #212121;
}
#footContent .footInfo .subNav li:last-child {
  border-right: 0;
}

@media print, screen and (min-width: 767px) {
  #footContent {
    padding: 35px 0;
    font-size: 1.4rem;
  }
  #footContent .inner {
    position: relative;
  }
  #footContent .inner:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
  }
  #footContent .openHour {
    float: left;
    margin: 0 0 0 315px;
    width: 370px;
  }
  #footContent .openHour .head {
    text-align: left;
  }
  #footContent .openHour .head span {
    padding-left: 0;
  }
  #footContent .openHour .weekBox {
    margin-bottom: 10px;
  }
  #footContent .openHour .weekBox .week {
    width: 60px;
    text-align: center;
  }
  #footContent .openHour .note {
    font-size: 1.2rem;
    text-align: left;
  }
  #footContent .openHour .note br {
    display: none;
  }
  #footContent .footLink {
    float: right;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 390px;
  }
  #footContent .footLink li {
    width: 122px;
    font-size: 1.1rem;
    line-height: 1.2;
  }
  #footContent .footLink .en, #footContent .footLink br {
    display: block;
  }
  #footContent .footLink .en {
    margin-bottom: 8px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, serif;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
  #footContent .footLink a {
    padding: 15px 0 15px;
  }
  #footContent .footLink .icon {
    display: block;
    padding: 38px 0 0;
    background-position: 50% 0;
    background-size: 28px;
  }
  #footContent .footInfo {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    font-size: 1.4rem;
  }
  #footContent .footInfo .logo {
    margin: 0 0 15px;
    width: 245px;
  }
  #footContent .footInfo .subNav li {
    margin-right: 15px;
    padding: 0 15px 0 0;
    font-size: 1.1rem;
  }
}
/* footCopy
-----------------------------------------------------*/
#footCopy {
  padding: 15px 0;
  text-align: center;
}
#footCopy .snsLink {
  margin-bottom: 10px;
}
#footCopy .snsLink li {
  display: inline-block;
  padding: 0 15px;
  font-size: 2.6rem;
}
#footCopy .copyRight {
  font-size: 1rem;
}

@media print, screen and (min-width: 767px) {
  #footCopy .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footCopy .copyRight {
    font-size: 1.2rem;
  }
}
