@charset "UTF-8";

/* ------------------------------------------------------------
base import https://magazine.sheltter.vc/
1: reset
2: #header
3: #nav
4: #footer
new site break-point ( min768 / max767 )
------------------------------------------------------------ */

/* reset css */
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,700");
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  /*	outline: 0;*/ }

html {
  font-size: 100%;
  -webkit-text-size-adjust: none; }

img {
  vertical-align: text-bottom;
  -ms-interpolation-mode: bicubic; }

a {
  -webkit-tap-highlight-color: transparent; }

strong {
  font-weight: bold; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  /*	border-collapse: separate;*/
  border-spacing: 0; }

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

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

blockquote, q {
  quotes: "" ""; }

a:focus {
  /*\*/
  overflow: hidden;
  /**/ }

option {
  padding-right: 10px; }

/* HTML5 ELEMENTS */
header, article, aside, section, footer,
nav, menu, details, hgroup, summary {
  display: block; }

/***** common style *****/
.bg-theme-color {
  background-color: #B81D40; }

.font-theme-color {
  color: #B81D40; }

/***** common settings *****/
/* remove new site
	@media (max-width: 1100px) {
	  .pc-visibility {
	    display: none !important;
	    visibility: hidden; } }
	@media (min-width: 1101px) {
	  .tb-visibility {
	    display: none !important;
	    visibility: hidden; } }
	@media (max-width: 767px) {
	  .tb-visibility {
	    display: none !important;
	    visibility: hidden; } }
	@media (max-width: 767px) {
	  .pc-tb-visibility {
	    display: none !important;
	    visibility: hidden; } }
	@media (min-width: 1101px) {
	  .tb-sp-visibility {
	    display: none !important;
	    visibility: hidden; } }
*/
@media (min-width: 768px) {
  .sp-visibility {
    display: none !important;
    visibility: hidden; } }
/* add new site */
@media (max-width: 767px) {
  .pc-visibility {
    display: none !important;
    visibility: hidden; } }
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  /* 隙間対応 */
  font-size: 0.1em;
  /* 隙間対応 */
  line-height: 0;
  /* 隙間対応 */ }

.transition {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

body {
  color: #231815;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  line-height: 1.2; }

a {
  color: inherit;
  text-decoration: inherit; }

.txt-box {
  overflow-wrap: break-word;
  word-wrap: break-word; }

.btn-view-all {
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #7c7c7c;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  margin: 0 auto;
  padding: 14px 0;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 220px; }
  @media (max-width: 767px) {
    .btn-view-all {
      font-size: 13px;
      padding: 9px 0;
      width: 168px; } }
  .btn-view-all:hover {
    background: #000;
    color: #fff;
    letter-spacing: 0.1em; }

.mont {
  font-family: 'Montserrat', sans-serif; }


/***** header style *****/
header#header {
  width: 100%;
  opacity: 0;
  position: fixed;
  top: -42px;
  z-index: 98;
  border-bottom: solid 1px #e5e5e5; }
  @media (max-width: 767px) {
    header#header {
      border-bottom: 1px solid rgba(255, 255, 255, 0.4);
      height: 45px; } }
  header#header .header-content {
    height: 70px;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 1100px; }
/* remove new site
    @media (max-width: 1100px) {
      header#header .header-content {
        width: 728px; } }
*/
    @media (max-width: 767px) {
      header#header .header-content {
        height: 45px;
        position: relative;
        width: 100%; } }
    header#header .header-content .logo {
      bottom: 0;
      box-sizing: border-box;
      height: 33px;
      margin: auto 0;
      position: absolute;
      text-align: center;
      top: 0;
      width: 160px;
      z-index: 3; }
      @media (max-width: 767px) {
        header#header .header-content .logo {
          bottom: 0;
          height: 29px;
          left: 0;
          margin: auto;
          position: absolute;
          right: 0;
          top: 0;
          width: 143px; }
          header#header .header-content .logo a, header#header .header-content .logo svg {
            vertical-align: top; } }
      header#header .header-content .logo svg {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        width: 100%; }
        header#header .header-content .logo svg .a {
          fill: #fff; }
    header#header .header-content .nav-list {
      font-size: 0;
      letter-spacing: 0;
      padding: 26px 0 0 220px;
      position: absolute;
      text-align: left;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      width: 100%;
      z-index: 1; }
/* remove new site
      @media (max-width: 1100px) {
        header#header .header-content .nav-list {
          display: none; } }
*/
/* add new site */
      @media (max-width: 767px) {
        header#header .header-content .nav-list {
          display: none; } }
      header#header .header-content .nav-list li {
        bottom: -1px;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.08em;
        line-height: 18px;
        margin-right: 18px;
        padding-bottom: 26px;
        position: relative;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        vertical-align: top;
        z-index: 1; }
        header#header .header-content .nav-list li a {
          position: relative; }
          header#header .header-content .nav-list li a::after {
            background: #911C38;
            bottom: -5px;
            content: "";
            display: block;
            height: 2px;
            left: 0;
            margin: 0 auto;
            position: absolute;
            right: 0;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            width: 0; }
          header#header .header-content .nav-list li a:hover::after {
            width: 90%; }
        header#header .header-content .nav-list li .detail-list {
          border-bottom: solid 1px #e5e5e5;
          box-sizing: border-box;
          display: none;
          font-size: 0;
          left: 0;
          letter-spacing: 0;
          padding: 15px 0 13px;
          position: fixed;
          text-align: center;
          top: 70px;
          width: 100%; }
          header#header .header-content .nav-list li .detail-list li {
            font-size: 14px;
            letter-spacing: 0.08em;
            line-height: 17px;
            margin: 0;
            padding-bottom: 0; }
            header#header .header-content .nav-list li .detail-list li::after {
              color: #fff;
              content: "|";
              display: inline-block;
              font-weight: normal;
              text-align: middle;
              margin: 0 15px; }
            header#header .header-content .nav-list li .detail-list li:last-of-type::after {
              display: none; }
            header#header .header-content .nav-list li .detail-list li a {
              -webkit-transition: all 0.3s;
              transition: all 0.3s; }
              header#header .header-content .nav-list li .detail-list li a::after {
                display: none; }
              header#header .header-content .nav-list li .detail-list li a:hover {
                color: #B91E40; }
    header#header .header-content .nav-icons {
      bottom: 0;
      height: 24px;
      margin: auto 0;
      position: absolute;
      text-align: right;
      top: 0;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      right: 0;
      z-index: 2; }
      @media (max-width: 767px) {
        header#header .header-content .nav-icons {
          box-sizing: border-box;
          padding: 0 17px;
          right: 0;
          width: 100%; } }
      header#header .header-content .nav-icons .btn-nav {
        cursor: pointer;
        display: inline-block;
        height: 24px;
        position: relative;
        vertical-align: top;
        width: 32px; }
        @media (max-width: 767px) {
          header#header .header-content .nav-icons .btn-nav {
            bottom: 0;
            height: 16px;
            left: 17px;
            margin: auto 0;
            position: absolute;
            top: 0;
            width: 25px; } }
        header#header .header-content .nav-icons .btn-nav span {
          position: absolute;
          left: 0;
          width: 100%;
          height: 2px;
          background-color: #fff;
          border-radius: 2px;
          transition: all .4s;
          box-sizing: border-box; }
          header#header .header-content .nav-icons .btn-nav span:nth-of-type(1) {
            top: 0; }
          header#header .header-content .nav-icons .btn-nav span:nth-of-type(2) {
            top: 11px; }
            @media (max-width: 767px) {
              header#header .header-content .nav-icons .btn-nav span:nth-of-type(2) {
                top: 7px; } }
          header#header .header-content .nav-icons .btn-nav span:nth-of-type(3) {
            bottom: 0; }
        header#header .header-content .nav-icons .btn-nav.active span:nth-of-type(1) {
          -webkit-transform: translateY(11px) rotate(-45deg);
          transform: translateY(11px) rotate(-45deg); }
          @media (max-width: 767px) {
            header#header .header-content .nav-icons .btn-nav.active span:nth-of-type(1) {
              -webkit-transform: translateY(11px) rotate(-45deg);
              transform: translateY(11px) rotate(-45deg); } }
        header#header .header-content .nav-icons .btn-nav.active span:nth-of-type(2) {
          left: 50%;
          opacity: 0;
          -webkit-animation: active-menu-bar .8s forwards;
          animation: active-menu-bar .8s forwards; }
        header#header .header-content .nav-icons .btn-nav.active span:nth-of-type(3) {
          -webkit-transform: translateY(-11px) rotate(45deg);
          transform: translateY(-11px) rotate(45deg); }
          @media (max-width: 767px) {
            header#header .header-content .nav-icons .btn-nav.active span:nth-of-type(3) {
              -webkit-transform: translateY(-11px) rotate(45deg);
              transform: translateY(-11px) rotate(45deg); } }
@-webkit-keyframes active-menu-bar {
  100% {
    height: 0; } }
@keyframes active-menu-bar {
  100% {
    height: 0; } }
      header#header .header-content .nav-icons .sns-list {
        display: inline-block;
        vertical-align: -4px; }
        header#header .header-content .nav-icons .sns-list li {
          display: inline-block;
          margin-left: 8px;
          vertical-align: middle; }
          @media (max-width: 767px) {
            header#header .header-content .nav-icons .sns-list li {
              display: none; } }
          header#header .header-content .nav-icons .sns-list li svg {
            height: 17px; }
            header#header .header-content .nav-icons .sns-list li svg .cls-1 {
              fill: #fff; }
          @media (max-width: 767px) {
            header#header .header-content .nav-icons .sns-list li.instagram {
              display: block; }
              header#header .header-content .nav-icons .sns-list li.instagram svg {
                height: 24px; } }
  header#header.bg-white {
    background: #fff;
    border-bottom: 1px solid #e5e5e5; }
    @media (max-width: 767px) {
      header#header.bg-white {
        position: static; } }
    @media (max-width: 767px) {
      header#header.bg-white.moved .header-content {
        background: #fff;
        border-bottom: 1px solid #e5e5e5;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9; } }
    header#header.bg-white .header-content div.logo svg .a {
      fill: #000; }
    header#header.bg-white .header-content .nav-list li .detail-list {
      background: #fff;
      border-bottom: 1px solid #e5e5e5; }
      header#header.bg-white .header-content .nav-list li .detail-list li::after {
        color: #000; }
    header#header.bg-white .header-content li {
      color: #000; }
    header#header.bg-white .header-content .nav-icons .btn-nav span {
      background: #000; }
    header#header.bg-white .header-content .nav-icons .sns-list li svg .cls-1 {
      fill: #000; }
    header#header.bg-white .header-content .nav-icons .sns-list li svg .cls-2 {
      fill: #fff; }
  header#header.moved {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    header#header.moved .header-content {
      height: 56px; }
      @media (max-width: 767px) {
        header#header.moved .header-content {
          height: 45px; } }
      header#header.moved .header-content div.logo {
        margin-top: 16px; }
        @media (max-width: 767px) {
          header#header.moved .header-content div.logo {
            margin-top: auto; } }
        header#header.moved .header-content div.logo svg {
          width: 120px; }
          @media (max-width: 767px) {
            header#header.moved .header-content div.logo svg {
              width: 100%; } }
          header#header.moved .header-content div.logo svg .a {
            fill: #000; }
      header#header.moved .header-content .nav-list {
        padding: 19px 0 0 210px; }
        header#header.moved .header-content .nav-list li {
          padding-bottom: 20px; }
          header#header.moved .header-content .nav-list li .detail-list {
            background: #fff;
            border-bottom: 1px solid #e5e5e5;
            top: 57px;
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s; }
            header#header.moved .header-content .nav-list li .detail-list li::after {
              color: #000; }
      header#header.moved .header-content li {
        color: #000; }
      header#header.moved .header-content .nav-icons .btn-nav span {
        background: #000; }
      header#header.moved .header-content .nav-icons .sns-list li svg .cls-1 {
        fill: #000; }
      header#header.moved .header-content .nav-icons .sns-list li svg .cls-2 {
        fill: #fff; }

/***** nav style *****/
nav#nav {
  background: #fff;
  max-height: 100%;
  overflow: scroll;
  position: fixed;
  right: -400px;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 400px;
  z-index: 99; }
  nav#nav.active {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
    right: 0; }
    @media (max-width: 767px) {
      nav#nav.active {
        width: 100%; } }
  nav#nav .nav-head {
    padding: 25px 20px 22px;
    position: relative; }
    nav#nav .nav-head .logo {
      text-align: center; }
      nav#nav .nav-head .logo svg {
        vertical-align: top;
        width: 181px; }
      nav#nav .nav-head .logo .a {
        fill: #000; }
    nav#nav .nav-head .btn-close-nav {
      cursor: pointer;
      height: 38px;
      float: right;
      position: absolute;
      right: 20px;
      top: 25px;
      width: 38px; }
      nav#nav .nav-head .btn-close-nav span {
        background: #000;
        border-radius: 2px;
        bottom: 0;
        height: 2px;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 38px; }
        nav#nav .nav-head .btn-close-nav span:nth-of-type(1) {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        nav#nav .nav-head .btn-close-nav span:nth-of-type(2) {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  nav#nav .nav-form {
    padding: 0 40px; }
    nav#nav .nav-form #searchform {
      -webkit-appearance: none;
      position: relative; }
      nav#nav .nav-form #searchform #s {
        border: 1px solid #D0D0D0;
        box-sizing: border-box;
        color: #534A48;
        font-size: 16px;
        height: 40px;
        line-height: 1.5;
        padding: 8px 12px;
        vertical-align: top;
        width: 100%; }
      nav#nav .nav-form #searchform #searchsubmit {
        background: url("../images/common/icon-search.png") #fff no-repeat center/20px auto;
        border: 0;
        cursor: pointer;
        display: block;
        height: 38px;
        padding: 0;
        position: absolute;
        right: 1px;
        top: 1px;
        width: 38px; }
  nav#nav .nav-links {
    padding: 30px 40px 25px; }
    nav#nav .nav-links > ul > li {
      font-family: 'Montserrat', sans-serif;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0.01em;
      line-height: 24px;
      padding: 5px 0;
      position: relative; }
      nav#nav .nav-links > ul > li .btn-toggle {
        cursor: pointer;
        height: 24px;
        position: absolute;
        right: 0;
        top: 10px;
        width: 24px; }
        nav#nav .nav-links > ul > li .btn-toggle::after {
          border-top: 2px solid #534A48;
          border-right: 2px solid #534A48;
          box-sizing: border-box;
          content: "";
          display: block;
          height: 10px;
          position: absolute;
          right: 5px;
          top: 7px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          width: 10px; }
      nav#nav .nav-links > ul > li.opened .btn-toggle::after {
        top: 5px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg); }
      nav#nav .nav-links > ul > li a {
        display: block;
        padding: 5px 0; }
      nav#nav .nav-links > ul > li .detail-list {
        display: none;
        padding-top: 5px; }
        nav#nav .nav-links > ul > li .detail-list li {
          font-size: 16px;
          font-weight: bold;
          letter-spacing: 0.01em;
          line-height: 24px;
          padding: 5px 0; }
          nav#nav .nav-links > ul > li .detail-list li a {
            padding-left: 10px; }
  nav#nav .other-links {
    padding: 0 40px; }
    nav#nav .other-links .other-link-list {
      border-bottom: 1px solid #e5e5e5;
      border-top: 1px solid #e5e5e5;
      padding: 19px 0 16px; }
      nav#nav .other-links .other-link-list li {
        font-size: 14px;
        letter-spacing: 0.08em;
        line-height: 22px;
        padding: 5px 0; }
  nav#nav .nav-sns {
    padding: 0 40px; }
    nav#nav .nav-sns .sns-list {
      padding: 25px 0; }
      nav#nav .nav-sns .sns-list li {
        display: inline-block;
        margin-right: 15px;
        vertical-align: top; }
        nav#nav .nav-sns .sns-list li svg {
          height: 35px;
          vertical-align: middle; }
        nav#nav .nav-sns .sns-list li svg .cls-1 {
          fill: #000; }
        nav#nav .nav-sns .sns-list li svg .cls-2 {
          fill: #fff; }

/***** footer style *****/
#footer {
  background: #1E1E1E; }
  @media (max-width: 767px) {
    #footer {
      margin-top: 39px;
      padding-bottom: 12.17%; } }
  #footer .footer-content {
    margin: 0 auto;
    padding: 45px 0;
    width: 1100px; }
/* remove new site
    @media (max-width: 1100px) {
      #footer .footer-content {
        padding: 30px 0;
        width: 728px; } }
*/
    @media (max-width: 767px) {
      #footer .footer-content {
        padding: 25px 0;
        width: 100%; } }
    #footer .footer-content .content-head {
      margin-bottom: 45px; }
/* remove new site
      @media (max-width: 1100px) {
        #footer .footer-content .content-head {
          margin-bottom: 30px; } }
*/
      @media (max-width: 767px) {
        #footer .footer-content .content-head {
          margin-bottom: 25px; } }
      #footer .footer-content .content-head::after {
        clear: both;
        content: "";
        display: block; }
      #footer .footer-content .content-head .logo {
        float: left; }
        @media (max-width: 767px) {
          #footer .footer-content .content-head .logo {
            display: none; } }
        #footer .footer-content .content-head .logo svg {
          width: 208px; }
          #footer .footer-content .content-head .logo svg .a {
            fill: #fff; }
        #footer .footer-content .content-head .logo .logo-subtitle {
          color: #fff;
          display: none;
          font-size: 11px;
          font-weight: bold;
          line-height: 17px;
          margin-top: 8px; }
      #footer .footer-content .content-head .sns-box {
        float: right;
        padding-top: 13px;
        width: 246px; }
        @media (max-width: 767px) {
          #footer .footer-content .content-head .sns-box {
            float: none;
            padding-top: 0;
            width: 100%; } }
        #footer .footer-content .content-head .sns-box::after {
          clear: both;
          content: "";
          display: block; }
        #footer .footer-content .content-head .sns-box .lead {
          color: #fff;
          float: left;
          font-size: 12px;
          font-weight: bold;
          line-height: 14px;
          padding-top: 4px;
          text-align: right;
          width: 92px; }
          @media (max-width: 767px) {
            #footer .footer-content .content-head .sns-box .lead {
              float: none;
              font-size: 10px;
              line-height: 18px;
              padding-top: 0;
              text-align: center;
              width: 100%; } }
        #footer .footer-content .content-head .sns-box .sns-list {
          float: left;
          font-size: 0;
          letter-spacing: 0;
          text-align: right;
          width: 154px; }
          @media (max-width: 767px) {
            #footer .footer-content .content-head .sns-box .sns-list {
              float: none;
              padding-top: 15px;
              text-align: center;
              width: 100%; } }
          #footer .footer-content .content-head .sns-box .sns-list li {
            display: inline-block;
            vertical-align: middle; }
            @media (min-width: 768px) {
              #footer .footer-content .content-head .sns-box .sns-list li:nth-last-of-type(n+2) {
                margin-right: 15px; } }
            @media (max-width: 767px) {
              #footer .footer-content .content-head .sns-box .sns-list li {
                margin: 0 7px; } }
            #footer .footer-content .content-head .sns-box .sns-list li img {
              height: 23px; }
    #footer .footer-content .content-middle .sitemap-list {
      font-size: 0;
      letter-spacing: 0;
      margin-bottom: 25px; }
      #footer .footer-content .content-middle .sitemap-list > li {
        display: inline-block;
        vertical-align: top;
        width: 160px; }
/* remove new site
        @media (max-width: 1100px) {
          #footer .footer-content .content-middle .sitemap-list > li {
            margin-right: 15px;
            width: 90px; } }
*/
        @media (min-width: 768px) {
          #footer .footer-content .content-middle .sitemap-list > li:nth-of-type(7) {
            width: 100px; } }
/* remove new site
  @media (min-width: 768px) and (max-width: 1100px) {
    #footer .footer-content .content-middle .sitemap-list > li:nth-of-type(7) {
      width: 70px; } }
*/
        @media (max-width: 767px) {
          #footer .footer-content .content-middle .sitemap-list > li {
            box-sizing: border-box;
            border: 1px solid #595959;
            border-bottom: 0;
            float: left;
            margin-right: 0;
            width: 50%; }
            #footer .footer-content .content-middle .sitemap-list > li:nth-of-type(even) {
              border-left: 0; }
            #footer .footer-content .content-middle .sitemap-list > li:nth-of-type(7) {
              width: 100%; }
              #footer .footer-content .content-middle .sitemap-list > li:nth-of-type(7) .list-head {
                box-sizing: border-box;
                border-bottom: 1px solid #595959;
                float: left;
                width: 50%; }
                #footer .footer-content .content-middle .sitemap-list > li:nth-of-type(7) .list-head:nth-of-type(odd) {
                  border-right: 1px solid #595959; }
					
            #footer .footer-content .content-middle .sitemap-list > li{
                border-bottom: 1px solid #595959;
						}
					#footer .footer-content{
    				padding: 25px 0 0px;
					}
					#footer .content-head{
						display: none;
					}
				}
        #footer .footer-content .content-middle .sitemap-list > li .list-head {
          color: #fff;
          font-family: 'Montserrat', sans-serif;
          font-size: 12px;
          font-weight: bold;
          letter-spacing: 0.1em;
          line-height: 26px;
          margin-bottom: 8px; }
          @media (max-width: 767px) {
            #footer .footer-content .content-middle .sitemap-list > li .list-head {
              font-size: 10px;
              line-height: 22px;
              margin-bottom: 0;
              text-align: center; }
              #footer .footer-content .content-middle .sitemap-list > li .list-head a {
                display: block;
                padding: 5px 0; } }
        #footer .footer-content .content-middle .sitemap-list > li .category-list {
          padding-top: 10px; }
          @media (max-width: 767px) {
            #footer .footer-content .content-middle .sitemap-list > li .category-list {
              display: none; } }
          #footer .footer-content .content-middle .sitemap-list > li .category-list > li {
            color: #fff;
            font-size: 10px;
            letter-spacing: 0.06em;
            line-height: 19px;
            margin-bottom: 4px; }
    #footer .footer-content .content-middle .other-link-list {
      font-size: 0;
      letter-spacing: 0;
      margin: 0 auto;
      text-align: center;
      width: 250px; }
      #footer .footer-content .content-middle .other-link-list li {
        display: inline-block;
        vertical-align: top; }
        #footer .footer-content .content-middle .other-link-list li::after {
          background: #fff;
          content: "";
          display: inline-block;
          height: 10px;
          margin: 0 5px;
          vertical-align: -1px;
          width: 1px; }
        #footer .footer-content .content-middle .other-link-list li:nth-of-type(3)::after, #footer .footer-content .content-middle .other-link-list li:nth-of-type(5)::after {
          display: none; }
      #footer .footer-content .content-middle .other-link-list a {
        color: #fff;
        font-size: 11px;
        line-height: 23px; }
  #footer .footer-copy {
    border-top: #4F4F4F solid 1px;
    padding: 27px 0; }
/* remove new site
    @media (max-width: 1100px) {
      #footer .footer-copy {
        padding: 27px 0; } }
*/
    @media (max-width: 767px) {
      #footer .footer-copy {
        padding: 4px 0; } }
    #footer .footer-copy .copy-content {
      margin: 0 auto;
      width: 1100px; }
/* remove new site
      @media (max-width: 1100px) {
        #footer .footer-copy .copy-content {
          width: 720px; } }
*/
      @media (max-width: 767px) {
        #footer .footer-copy .copy-content {
          width: 100%; } }
    #footer .footer-copy .copy {
      color: #fff;
      float: left;
      font-size: 11px;
      line-height: 17px; }
      @media (max-width: 767px) {
        #footer .footer-copy .copy {
          font-size: 9px;
          float: none;
          text-align: center; } }
    #footer .footer-copy .other-link-list {
      float: right;
      font-size: 0;
      letter-spacing: 0; }
      @media (max-width: 767px) {
        #footer .footer-copy .other-link-list {
          display: none; } }
      #footer .footer-copy .other-link-list li {
        display: inline-block; }
        #footer .footer-copy .other-link-list li::after {
          background: #fff;
          content: "";
          display: inline-block;
          height: 12px;
          margin: 0 7px;
          vertical-align: -2px;
          width: 1px; }
        #footer .footer-copy .other-link-list li:last-of-type::after {
          display: none; }
        #footer .footer-copy .other-link-list li a {
          color: #fff;
          font-size: 11px;
          letter-spacing: 0.06em;
          line-height: 17px; }
          @media (max-width: 767px) {
            #footer .footer-copy .other-link-list li a {
              font-size: 13px;
              line-height: 30px; } }



