@charset "UTF-8";
/*----------------------------------
Parts：パーツモジュール
----------------------------------*/
.cl {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}

.cl:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

* html .cl {
  height: 1%;
}

.icon-new:before {
  content: "NEW";
  position: absolute;
  top: -24px;
  left: -24px;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  width: 88px;
  height: 88px;
  box-sizing: border-box;
  border-radius: 50%;
  font-family: Helvetica, Arial;
  border: 4px solid #fff;
  background-color: #d80c18;
  font-weight: bold;
  font-size: 25px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .icon-new:before {
    top: -12px;
    left: -12px;
    width: 64px;
    height: 64px;
    border: 2px solid #fff;
    font-size: 1.3rem;
  }
}

/*----------------------------------
Footer Style
----------------------------------*/
.footer-social {
  padding: 25px 0;
  background: #fff;
}

.footer-social ul {
  text-align: center;
}

.footer-social ul li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}

.footer-social ul li:nth-child(2) {
  margin-left: 157px;
}

.footer-social ul li:nth-child(3) {
  margin-left: 150px;
}

.footer-social ul li:nth-child(4) {
  margin-left: 143px;
}

@media only screen and (max-width: 768px) {
  .footer-social ul li {
    width: 45px;
    text-align: center;
  }
  .footer-social ul li:nth-child(2) {
    margin-left: 30px;
  }
  .footer-social ul li:nth-child(3) {
    margin-left: 30px;
  }
  .footer-social ul li:nth-child(4) {
    margin-left: 30px;
  }
}

.footer {
  font-size: 14px;
  line-height: 1;
  font-family: YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "メイリオ", Meiryo, "Meiryo UI", sans-serif;
  background: #fff;
}

.footer * {
  box-sizing: border-box;
}

.footer-body {
  background: #f2f2f2;
  overflow: hidden;
}

.footer-wrap {
  max-width: 1210px;
  padding: 0 15px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .footer {
    font-size: 14px;
    line-height: 1;
  }
  .footer-wrap {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}

.footer-link {
  padding-bottom: 120px;
  background-image: url(/common/img/footer/icon-kanjuku.png);
  background-repeat: no-repeat;
  background-position: 52px 100%;
}

.footer-link-inr {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.footer-link-item {
  padding: 15px 0 10px;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
  padding-left: 40px;
  letter-spacing: -.40em;
}

.footer-link-item:first-child {
  width: 50.8474%;
}

.footer-link-item:first-child ul:first-child {
  width: 42.8571%;
}

.footer-link-item:first-child ul:nth-child(2) {
  width: 57.1428%;
}

.footer-link-item:nth-child(2) {
  width: 25.4237%;
}

.footer-link-item > ul {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  padding-right: 15px;
}

.footer-link-item > ul li {
  margin-top: 25px;
}

.footer-link-item > ul li:first-child {
  margin-top: 0;
}

.footer-link-item > ul li.icon-blank a {
  display: inline-block;
  padding-right: 24px;
  background-image: url(/common/img/footer/icon-blank.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.footer-link-item > ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #999;
  text-decoration: none;
}

.footer-link-item > ul li a:hover {
  text-decoration: underline;
  color: #808080;
}

.footer-link-item > ul li a:active {
  text-decoration: underline;
  color: #808080;
}

.footer-link-item > ul li a.is-touch {
  text-decoration: underline;
  color: #808080;
}

.footer-link-item dl {
  letter-spacing: normal;
}

.footer-link-item dl dt a {
  font-size: 16px;
  font-weight: bold;
  color: #999;
  text-decoration: none;
}

.footer-link-item dl dt a:hover {
  text-decoration: underline;
}

.footer-link-item dl ul li {
  margin-top: 25px;
}

.footer-link-item dl ul li a {
  color: #999;
  text-decoration: none;
}

.footer-link-item dl ul li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .footer-link {
    padding-bottom: 85px;
    background-size: auto 72px;
    background-position: 50% 100%;
  }
  .footer-link-inr {
    display: block;
  }
  .footer-link-item {
    padding: 0;
    border-left: none;
  }
  .footer-link-item:first-child {
    border-top: 1px solid #999;
    width: 100%;
  }
  .footer-link-item:first-child ul {
    width: 100% !important;
  }
  .footer-link-item:nth-child(2) {
    width: 100%;
  }
  .footer-link-item > ul {
    display: block;
    padding-right: 0;
  }
  .footer-link-item > ul li {
    margin-top: 0;
    padding: 10px 0 10px 17px;
    border-bottom: 1px solid #999;
  }
  .footer-link-item > ul li:first-child {
    margin-top: 0;
  }
  .footer-link-item > ul li.icon-blank a {
    display: inline-block;
    padding-right: 24px;
    background-image: url(/common/img/footer/icon-blank.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
  }
  .footer-link-item > ul li a {
    font-size: 14px;
  }
  .footer-link-item dl dt {
    padding: 10px 0 10px 17px;
    border-bottom: 1px solid #999;
  }
  .footer-link-item dl dt a {
    font-size: 14px;
  }
  .footer-link-item dl ul li {
    padding: 10px 0 10px 17px;
    border-bottom: 1px solid #999;
    margin-top: 0;
  }
  .footer-link-item dl ul li a {
    font-size: 14px;
    font-weight: bold;
  }
}

.footer-bottom {
  position: relative;
  padding: 30px 0;
  background: #fff;
  color: #808080;
}

.footer-bottom a {
  color: #808080;
  text-decoration: none;
}

.footer-bottom p {
  margin-bottom: 0;
}

.footer-bottom:before, .footer-bottom:after {
  display: none;
}

.footer-bottom-logo {
  text-align: center;
  width: 188px;
  margin: 0 auto;
}

.footer-bottom-logo img {
  width: 100%;
}

.footer-bottom-link {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  letter-spacing: -.40em;
}

.footer-bottom-link li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  padding: 1px 0 1px 15px;
  border-left: 1px solid #808080;
  margin-left: 25px;
}

.footer-bottom-link li:first-child {
  margin-left: 0;
}

.footer-bottom-link li a:hover {
  text-decoration: underline;
}

.footer-bottom-copy {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.footer-bottom-copy small {
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .footer-bottom-logo {
    width: 157px;
    margin-bottom: 20px !important;
  }
  .footer-bottom-link {
    position: static;
    -ms-transform: translateY(0);
        transform: translateY(0);
    font-size: 12px;
    margin-bottom: 20px;
  }
  .footer-bottom-link li {
    text-align: center;
    display: block;
    padding: 0;
    border-left: none;
    margin: 18px 0 0;
  }
  .footer-bottom-link li:first-child {
    margin-top: 0;
  }
  .footer-bottom-link li a {
    text-decoration: none;
  }
  .footer-bottom-copy {
    text-align: center;
    position: static;
  }
  .footer-bottom-copy small {
    font-size: 12px;
  }
}

.footer-top {
  position: relative;
  width: 280px;
  margin-bottom: 60px;
}

.footer-top:before, .footer-top:after {
  content: " ";
  position: absolute;
  width: 8px;
  height: 100%;
  top: 0;
  background-repeat: no-repeat;
}

.footer-top:before {
  right: 100%;
  background-image: url(/common/img/footer/page-top-bg-left.png);
}

.footer-top:after {
  left: 100%;
  background-image: url(/common/img/footer/page-top-bg-right.png);
}

.footer-top a {
  position: relative;
  display: block;
  text-align: center;
  background: #fff;
  color: #999;
  border-radius: 0 0 10px 10px;
  font-weight: bold;
}

.footer-top a span {
  display: inline-block;
  padding: 20px 0 20px 45px;
  background-image: url(/common/img/footer/icon-king.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .footer-top {
    width: 260px;
    margin: 0 auto 30px;
  }
}

.page-top {
  position: fixed;
  z-index: 100;
  right: 15px;
  bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .page-top {
    /*width: 50px;*/
		display: none;
  }
}


/*----------------------------------
GP Banner Style
----------------------------------*/

/* Bnr
-----------------------------------------*/
.Bnr{
  position: relative;
  margin: 0 auto;
  width: 300px;
  display: none;
}
.Bnr .Bnr__img{
  position: fixed;
  bottom: 15%;
	right: 20px;
  /*box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);*/
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
	.Bnr .Bnr__img{
		bottom: 15px;
		right: 20px;
		margin-left: 15px;
    /*max-width: 70%;*/
	}
}
.Bnr .Bnr__img p {
	margin-bottom: 0;
}
.Bnr .Bnr__img a{
  display: block;
}
.Bnr .Bnr__img a:hover img {
  opacity: 1;
}
.Bnr .Bnr__img p.close{
  position: absolute;
  right: -20px;
  top:-20px;
}
.Bnr .Bnr__img p.close a{
  display: block;
  width: 44px;
  height: 42px;
}
@media only screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
  .Bnr .Bnr__img p.close{
      right: -25px;
      top:-18px;
    }
  .Bnr .Bnr__img p.close a{
      max-width: 80%;
    }
}
