.js-svg-icon[data-icon="svg-twitter"] svg {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-footer__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.site-footer__info {
  height: 60px;
  border-bottom: 1px solid #1e1e1e;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.site-footer__info .site-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  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;
  height: 100%;
}

.site-footer__util .util-share {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-footer__util .util-title {
  font-size: 16px;
  color: #fff;
  line-height: 18px;
}

.site-footer__util .util-list {
  margin-left: 6px;
}

.site-footer__util .util-list li {
  display: inline-block;
  position: relative;
  padding: 0 7px;
  vertical-align: middle;
}

.site-footer__util .util-list a {
  display: block;
}

.site-footer__util .util-list a:hover [data-icon],
.site-footer__util .util-list a:focus [data-icon] {
  fill: #ad7b61;
}

.site-footer__util .util-list a:hover .ico-util-url,
.site-footer__util .util-list a:focus .ico-util-url {
  background-image: url("front/resources/ico-util-url-active.png");
}

.site-footer__util [data-icon] {
  width: 30px;
  height: 30px;
  fill: #808080;
  vertical-align: middle;
}

.site-footer__util .ico-util {
  padding: 7px;
}

.site-footer__util .ico-util span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}

.site-footer__util .ico-util-url {
  background-image: url("front/resources/ico-util-url-gray.png");
}

.site-footer__util .cm-clipboard__alert {
  top: -2px;
  left: 100%;
  width: 135px;
}

.site-footer__util .cm-clipboard__alert-area {
  padding: 10px 6px;
  font-size: 14px;
  line-height: 16px;
}

.site-footer .btn-share {
  display: none;
}

.site-footer .btn-top {
  font-size: 16px;
  color: #fff;
  line-height: 18px;
}

.site-footer .btn-top:after {
  display: inline-block;
  position: relative;
  width: 11px;
  height: 7px;
  margin-left: 10px;
  background-image: url("front/resources/ico-arrow-top.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  content: '';
}

.site-footer__disclaimer .site-footer__inner {
  margin: 0 auto;
  padding-top: 96px;
  padding-bottom: 94px;
}

.site-footer__disclaimer p {
  margin-top: 23px;
  font-size: 14px;
  color: #999;
  line-height: 1.571;
}

.site-footer__disclaimer p:first-child {
  margin-top: 0;
}

.site-footer__notice {
  border-top: 1px solid #1e1e1e;
}

.site-footer__notice .site-footer__inner {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site-footer__notice-item {
  display: none;
}

.site-footer__notice-item:first-child {
  display: block;
}

.site-footer__notice-list {
  position: relative;
  width: 100%;
}

.site-footer__notice-list .swiper-container {
  height: 100%;
}

.site-footer__notice-list .swiper-slide {
  height: 80px;
}

.site-footer__notice-link {
  display: block;
  padding: 31px 15px 31px 0;
  font-size: 14px;
  color: #fff;
  line-height: 1.125;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.site-footer__notice p {
  overflow: hidden;
  position: relative;
}

.site-footer__notice .text-notice {
  float: left;
  padding-right: 7px;
}

.site-footer__notice-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  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;
  -ms-flex-preferred-size: 84px;
  flex-basis: 84px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.site-footer__notice-controls .btn-controls {
  padding: 10px;
}

.site-footer__notice-controls .btn-controls:after {
  display: block;
  width: 11px;
  height: 11px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: '';
}

.site-footer__notice-controls .btn-controls.btn-prev:after,
.site-footer__notice-controls .btn-controls.btn-next:after {
  width: 7px;
  background-image: url("front/resources/ico-arrow-white.png");
}

.site-footer__notice-controls .btn-controls.btn-prev {
  margin-left: -10px;
}

.site-footer__notice-controls .btn-controls.btn-next {
  margin-right: -10px;
}

.site-footer__notice-controls .btn-controls.btn-pause:after {
  background-image: url("front/resources/ico-pause-white-type2.png");
}

.site-footer__notice-controls .btn-controls.btn-play:after {
  width: 9px;
  background-image: url("front/resources/ico-play-white-type3.png");
}

.site-footer__notice-controls .btn-controls.btn-next:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.site-footer__top {
  background-color: #151515;
}

.site-footer__sitemap {
  padding: 55px 0 83px;
  font-size: 0;
}

.site-footer__sitemap-list {
  margin-top: 19px;
}

.site-footer__sitemap-item {
  display: inline-block;
  width: 25.6%;
  min-height: 260px;
  padding: 41px 40px 0 0;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.genesis-corp-site .site-footer__sitemap-item {
  min-height: auto;
}

.site-footer__sitemap-item:nth-child(4n) {
  width: 23.2%;
  padding-right: 0;
}

.site-footer__sitemap .sitemap-title,
.site-footer__sitemap .sitemap-title a {
  font-family: "Genesis Head Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
}

.site-footer__sitemap .sitemap-title a {
  -webkit-transition: color .4s;
  transition: color .4s;
}

.site-footer__sitemap .sitemap-title a:hover,
.site-footer__sitemap .sitemap-title a:focus {
  color: #ad7b61;
}

.site-footer__sitemap .sitemap-item {
  margin-top: 12px;
}

.site-footer__sitemap .sitemap-link {
  display: block;
  font-size: 14px;
  color: #ccc;
  line-height: 1.6;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.site-footer__sitemap .sitemap-link:hover,
.site-footer__sitemap .sitemap-link:focus {
  color: #ad7b61;
}

.site-footer__sitemap .sitemap-title-cta {
  display: none;
}

.site-footer__sitemap .sitemap-title-cta .blind {
  display: none;
}

.site-footer__row-top .site-footer__inner,
.site-footer__row-middle .site-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.site-footer__row-middle,
.site-footer__row-bottom {
  border-top: 1px solid #1e1e1e;
}

.site-footer__row-top {
  padding: 24px 0;
}

.site-footer__row-top .site-footer__inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.site-footer__row-middle {
  padding: 32px 0 31px;
}

.site-footer__row-middle .site-footer__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.site-footer__regal {
  font-size: 0;
}

.site-footer__regal-list {
  display: inline-block;
  margin-left: -48px;
}

.site-footer__regal-item {
  display: inline-block;
  position: relative;
  margin-left: 48px;
  padding: 13px 0;
}

.site-footer__regal-item:last-child:before {
  display: none;
}

.site-footer__regal-item:before {
  display: inline-block;
  position: absolute;
  right: -24px;
  height: 15px;
  border-right: 1px solid #1e1e1e;
  content: '';
}

.site-footer__regal-item.point a {
  color: #ad7b61;
}

.site-footer__regal-item a {
  display: inline-block;
  font-size: 14px;
  color: #ccc;
  line-height: 1;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.site-footer__regal-item a:hover,
.site-footer__regal-item a:focus {
  color: #ad7b61;
}

.site-footer__sns-list {
  padding: 0 10px;
  font-size: 0;
}

.site-footer__sns-item {
  display: inline-block;
  margin-left: 12px;
}

.site-footer__sns-item:first-child {
  margin-left: 0;
}

.site-footer__sns-link {
  display: block;
  width: 42px;
  height: 42px;
}

.site-footer__sns .js-svg-icon {
  width: 100%;
  height: 100%;
}

.site-footer__sns .js-svg-icon svg {
  fill: #ad7b61;
}

.site-footer__family-list {
  margin-left: -48px;
  padding-top: 4px;
  font-size: 0;
}

.site-footer__family-item {
  display: inline-block;
  margin-left: 48px;
}

.site-footer__family .cm-btn-text {
  font-size: 14px;
  -webkit-transition: color .4s, background-image .4s;
  transition: color .4s, background-image .4s;
}

.site-footer__family .cm-btn-text:hover,
.site-footer__family .cm-btn-text:focus {
  color: #ad7b61;
}

.site-footer__family .cm-btn-text.type-newwindow:hover:before,
.site-footer__family .cm-btn-text.type-newwindow:focus:before {
  background-image: url("front/resources/ico-new-window-point.png");
}

.site-footer__family .cm-btn-text.type-worldwide:hover:before,
.site-footer__family .cm-btn-text.type-worldwide:focus:before {
  background-image: url("front/resources/ico-worldwide-point.png");
}

.site-footer__family .cm-btn-text.type-privacy:hover:before,
.site-footer__family .cm-btn-text.type-privacy:focus:before {
  background-image: url("front/resources/ico-privacy-center-point.png");
}

.site-footer__language {
  font-size: 0;
}

.site-footer__language-cta {
  display: inline-block;
}

.site-footer__language-cta.is-selected a {
  background-color: #ad7b61;
}

.site-footer__language-cta a {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 80px;
  height: 36px;
  padding: 11px;
  background-color: #1e1e1e;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.site-footer__language-cta a:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}

.site-footer__language-cta span {
  display: inline-block;
  position: relative;
  top: 2px;
  vertical-align: middle;
}

.site-footer__copyrights {
  padding: 55px 0 53px;
  text-align: center;
}

.site-footer__copyrights-logo img {
  width: 133px;
}

.site-footer__copyrights-text {
  margin-top: 26px;
}

.site-footer__copyrights-text p {
  font-size: 14px;
  color: #ccc;
  line-height: 1.428;
}

@media (max-width: 1919px) {
  .site-footer__inner {
    padding: 0 120px;
  }

  .site-footer__row-top {
    padding: 28px 0;
  }

  .site-footer__regal {
    width: 65%;
  }

  .site-footer__regal-item {
    padding: 9px 0;
  }

  .site-footer__sns {
    margin-top: -3px;
  }
}

@media (max-width: 1599px) {
  .site-footer__inner {
    padding: 0 100px;
  }

  .site-footer__util .util-title {
    font-size: 14px;
    line-height: 16px;
  }

  .site-footer .btn-top {
    font-size: 14px;
    line-height: 16px;
  }

  .site-footer__disclaimer .site-footer__inner {
    padding-top: 96px;
    padding-bottom: 95px;
  }

  .site-footer__disclaimer p {
    font-size: 12px;
    line-height: 1.666;
  }

  .site-footer__notice-link {
    padding: 32px 15px 33px 0;
  }

  .site-footer__sitemap {
    padding: 14px 0 93px;
  }

  .site-footer__sitemap-list {
    margin-top: 20px;
  }

  .site-footer__sitemap-item {
    width: 25.86%;
    padding: 86px 40px 0 0;
  }

  .site-footer__sitemap-item:nth-child(4n) {
    width: 22.42%;
  }

  .site-footer__sitemap .sitemap-title {
    font-size: 14px;
  }

  .site-footer__sitemap .sitemap-item {
    margin-top: 14px;
  }

  .site-footer__row-top {
    padding: 30px 0;
  }

  .site-footer__row-middle {
    padding: 34px 0 30px;
  }

  .site-footer__row-middle .site-footer__inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }

  .site-footer__regal {
    width: 60%;
  }

  .site-footer__regal-list {
    margin-left: -40px;
  }

  .site-footer__regal-item {
    margin-left: 40px;
    padding: 8px 0;
  }

  .site-footer__regal-item:before {
    right: -20px;
  }

  .site-footer__family {
    width: 60%;
  }

  .site-footer__family-list {
    margin-left: -31px;
    padding-top: 0;
  }

  .site-footer__family-item {
    margin-left: 31px;
    padding: 9px 0;
  }

  .site-footer__language {
    margin-top: -2px;
  }
}

@media (max-width: 1359px) {
  .site-footer__inner {
    padding: 0 76px;
  }

  .site-footer__disclaimer .site-footer__inner {
    padding-top: 97px;
  }

  .site-footer__disclaimer p {
    margin-top: 23px;
  }

  .site-footer__sitemap-item {
    width: 26.14%;
  }

  .site-footer__sitemap-item:nth-child(4n) {
    width: 21.58%;
  }

  .site-footer__regal {
    width: 70%;
  }

  .site-footer__regal-list {
    margin-left: -20px;
  }

  .site-footer__regal-item {
    margin-left: 20px;
  }

  .site-footer__regal-item:before {
    right: -10px;
  }

  .site-footer__sns {
    margin-top: -5px;
  }

  .site-footer__family {
    width: 70%;
  }
}

@media (max-width: 1023px) {
  .site-footer {
    position: relative;
  }

  .site-footer .display-pc {
    display: none;
  }

  .site-footer .display-mo {
    display: block;
  }

  .site-footer__inner {
    padding: 0 30px;
  }

  .site-footer__util .util-share {
    margin-left: -10px;
  }

  .site-footer__util .util-share.is-open .util-list {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
  }

  .site-footer__util .util-share.is-open .btn-default {
    display: none;
  }

  .site-footer__util .util-share.is-open .btn-close {
    display: block;
  }

  .site-footer__util .util-share .util-title {
    display: none;
  }

  .site-footer__util .util-list {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 100%;
    height: 150px;
    margin-left: 0;
    background-color: #111;
  }

  .site-footer__util .util-list li {
    position: static;
  }

  .site-footer__util .util-list a {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
  }

  .site-footer__util .util-list a:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: '';
  }

  .site-footer__util [data-icon] {
    fill: #fff;
  }

  .site-footer__util [data-icon="svg-facebook"] {
    width: 60px;
    height: 60px;
  }

  .site-footer__util [data-icon="svg-twitter"] {
    width: 55px;
    height: 55px;
  }

  .site-footer__util .ico-util {
    padding: 0;
  }

  .site-footer__util .ico-util span {
    width: 30px;
    height: 30px;
  }

  .site-footer__util .ico-util-url {
    background-image: url("front/resources/ico-util-url-white.png");
  }

  .site-footer__util .cm-clipboard__alert {
    top: auto;
    right: 0;
    left: 0;
    bottom: 27px;
    width: 100%;
  }

  .site-footer__util .cm-clipboard__alert-area {
    padding: 0 5px;
    font-size: 11px;
    line-height: 20px;
  }

  .site-footer .btn-share {
    display: block;
    width: 36px;
    height: 36px;
  }

  .site-footer .btn-default {
    display: block;
  }

  .site-footer .btn-default [data-icon] {
    width: 16px;
    height: 16px;
  }

  .site-footer .btn-close {
    display: none;
  }

  .site-footer .btn-close [data-icon] {
    width: 17px;
    height: 17px;
  }

  .site-footer .btn-top {
    font-size: 16px;
    line-height: 18px;
  }

  .site-footer__disclaimer .site-footer__inner {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .site-footer__disclaimer p {
    margin-top: 15px;
    line-height: 1.33;
  }

  .site-footer__notice .site-footer__inner {
    display: block;
    padding: 10px 30px 24px;
  }

  .site-footer__notice-link {
    padding: 27px 0;
    font-size: 15px;
  }

  .site-footer__notice .text-notice {
    padding-right: 9px;
  }

  .site-footer__notice-controls {
    width: 113px;
    margin: 6px auto 0;
  }

  .site-footer__notice-controls .btn-controls {
    padding: 5px;
  }

  .site-footer__notice-controls .btn-controls:after {
    width: 10px;
    height: 10px;
  }

  .site-footer__notice-controls .btn-controls.btn-prev,
  .site-footer__notice-controls .btn-controls.btn-next {
    margin: 0;
  }

  .site-footer__notice-controls .btn-controls.btn-prev:after,
  .site-footer__notice-controls .btn-controls.btn-next:after {
    width: 6px;
  }

  .site-footer__notice-controls .btn-controls.btn-play:after {
    width: 8px;
  }

  .site-footer__top .site-footer__inner,
  .site-footer__row-middle .site-footer__inner {
    padding: 0;
  }

  .site-footer__sitemap {
    padding: 0;
    border-top: 1px solid #1e1e1e;
  }

  .site-footer__sitemap-list {
    overflow: hidden;
    height: 0;
    margin-top: 0;
  }

  .site-footer__sitemap-list ul {
    padding: 0 30px 13px;
  }

  .site-footer__sitemap-item {
    width: 100%;
    min-height: auto;
    padding: 0;
    border-bottom: 1px solid #1e1e1e;
  }

  .site-footer__sitemap-item:last-child {
    border: none;
  }

  .site-footer__sitemap-item:nth-child(4) {
    width: 100%;
  }

  .site-footer__sitemap-item.has-no-panel .sitemap-title {
    display: block;
  }

  .site-footer__sitemap-item.has-no-panel .sitemap-title a {
    position: relative;
  }

  .site-footer__sitemap-item.has-no-panel .sitemap-title a:after {
    position: absolute;
    top: 50%;
    right: 30px;
    bottom: 0;
    width: 6px;
    height: 6px;
    margin-top: -5px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
  }

  .site-footer__sitemap-item.is-active .sitemap-title-cta:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .site-footer__sitemap .sitemap-title {
    display: none;
  }

  .site-footer__sitemap .sitemap-title a {
    display: block;
    padding: 20px 68px 20px 30px;
    font-size: 15px;
  }

  .site-footer__sitemap .sitemap-title-cta {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px 68px 20px 30px;
    font-family: "Genesis Head Regular", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .site-footer__sitemap .sitemap-title-cta:after {
    position: absolute;
    top: 24px;
    right: 30px;
    bottom: 0;
    width: 6px;
    height: 6px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
  }

  .site-footer__sitemap .sitemap-item {
    margin-top: 0;
    padding: 9px 14px;
  }

  .site-footer__sitemap .sitemap-item:first-child {
    padding-top: 0;
  }

  .site-footer__row-top .site-footer__inner,
  .site-footer__row-middle .site-footer__inner {
    display: block;
  }

  .site-footer__row-top {
    padding: 25px 0 33px;
  }

  .site-footer__row-middle {
    padding: 0 0 40px;
    border: none;
  }

  .site-footer__regal {
    width: 100%;
    max-width: 315px;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .site-footer__regal-list {
    margin-left: 0;
  }

  .site-footer__regal-item {
    margin: 0;
    padding: 0;
  }

  .site-footer__regal-item:before {
    top: 50%;
    right: 0;
    height: 10px;
    margin-top: -5px;
    border-color: #292929;
  }

  .site-footer__regal-item.new-line {
    display: block;
    clear: both;
  }

  .site-footer__regal-item a {
    padding: 15px 11px;
    font-size: 12px;
  }

  .site-footer__sns {
    margin-top: 21px;
    text-align: center;
  }

  .site-footer__sns-list {
    padding: 0 30px;
  }

  .site-footer__sns-item {
    margin-left: 18px;
  }

  .site-footer__sns-link {
    width: 49px;
    height: 50px;
  }

  .site-footer__family {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .site-footer__family-list {
    margin-left: 0;
  }

  .site-footer__family-item {
    width: 100%;
    margin-left: 0;
    padding: 0;
    border-bottom: 1px solid #1e1e1e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .site-footer__family .cm-btn-text {
    display: block;
    position: relative;
    padding: 15px 10px;
    font-size: 14px;
  }

  .site-footer__family .cm-btn-text:before {
    position: absolute;
    right: 0;
    margin-right: 10px;
    margin-top: 1px;
  }

  .site-footer__language {
    margin: 41px 0 0 0;
    padding: 0 30px;
  }

  .site-footer__language-cta {
    width: 50%;
  }

  .site-footer__language-cta a {
    height: 50px;
    font-size: 15px;
  }

  .site-footer__copyrights {
    padding: 40px 20px 29px;
  }

  .site-footer__copyrights-logo img {
    width: 125px;
  }

  .site-footer__copyrights-text p {
    font-size: 12px;
    line-height: 1.33;
  }

  .site-footer .br-mo {
    display: block;
  }
}