@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:500,700,900|Noto+Sans+JP:500,700,900&subset=japanese");
@media screen and (min-width: 1440px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 920px) {
  html {
    font-size: 12px;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #f2157f;
  text-decoration: none;
}

img {
  max-width: 100%;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  outline: none;
}

.l-container {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1260px;
}

.l-container.-border {
  border-bottom: 1px solid #e9e9e9;
}

@media screen and (min-width: 1440px) and (min-width: 750px) {
  .l-container {
    width: 1260px;
  }
}

@media screen and (min-width: 750px) {
  .l-container {
    width: 87.5%;
    padding: 0;
  }
}

@media screen and (max-width: 750px) {
  .l-container {
    width: 88.8%;
    padding: 0;
  }
}

.m-wrapper {
  margin: 0 auto;
  padding-bottom: 100px;
}

.m-contents {
  margin-top: 133px;
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 920px) {
  .m-contents {
    margin-top: 6.43478rem;
  }
}

@media (max-width: 920px) and (min-width: 751px) {
  #header .shop_search {
    display: none;
  }
}

@media (max-width: 920px) and (min-width: 751px) {
  #footer .inner .links .left dl dt {
    display: block;
  }
}

.hidden-xs {
  display: block !important;
}

@media screen and (max-width: 920px) {
  .hidden-xs {
    display: none !important;
  }
}

.hidden-xs-inline {
  display: inline-block !important;
}

@media screen and (max-width: 920px) {
  .hidden-xs-inline {
    display: none !important;
  }
}

.visible-xs {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .visible-xs {
    display: block !important;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 920px) {
  .flex.-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.flex .col-0 {
  width: 0%;
}

@media screen and (max-width: 920px) {
  .flex .col-0 {
    width: 100%;
  }
}

.flex .col-1 {
  width: 10%;
}

@media screen and (max-width: 920px) {
  .flex .col-1 {
    width: 100%;
  }
}

.flex .col-2 {
  width: 20%;
}

@media screen and (max-width: 920px) {
  .flex .col-2 {
    width: 100%;
  }
}

.flex .col-3 {
  width: 30%;
}

@media screen and (max-width: 920px) {
  .flex .col-3 {
    width: 100%;
  }
}

.flex .col-4 {
  width: 40%;
}

@media screen and (max-width: 920px) {
  .flex .col-4 {
    width: 100%;
  }
}

.flex .col-5 {
  width: 50%;
}

@media screen and (max-width: 920px) {
  .flex .col-5 {
    width: 100%;
  }
}

.flex .col-6 {
  width: 60%;
}

@media screen and (max-width: 920px) {
  .flex .col-6 {
    width: 100%;
  }
}

.flex .col-7 {
  width: 70%;
}

@media screen and (max-width: 920px) {
  .flex .col-7 {
    width: 100%;
  }
}

.flex .col-8 {
  width: 80%;
}

@media screen and (max-width: 920px) {
  .flex .col-8 {
    width: 100%;
  }
}

.flex .col-9 {
  width: 90%;
}

@media screen and (max-width: 920px) {
  .flex .col-9 {
    width: 100%;
  }
}

.flex .col-10 {
  width: 100%;
}

@media screen and (max-width: 920px) {
  .flex .col-10 {
    width: 100%;
  }
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.ml-1 {
  margin-left: 10px !important;
}

.mr-1 {
  margin-right: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.ml-2 {
  margin-left: 20px !important;
}

.mr-2 {
  margin-right: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.ml-3 {
  margin-left: 30px !important;
}

.mr-3 {
  margin-right: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.ml-4 {
  margin-left: 40px !important;
}

.mr-4 {
  margin-right: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.ml-5 {
  margin-left: 50px !important;
}

.mr-5 {
  margin-right: 50px !important;
}

.mt-6 {
  margin-top: 60px !important;
}

.mb-6 {
  margin-bottom: 60px !important;
}

.ml-6 {
  margin-left: 60px !important;
}

.mr-6 {
  margin-right: 60px !important;
}

.mt-7 {
  margin-top: 70px !important;
}

.mb-7 {
  margin-bottom: 70px !important;
}

.ml-7 {
  margin-left: 70px !important;
}

.mr-7 {
  margin-right: 70px !important;
}

.mt-8 {
  margin-top: 80px !important;
}

.mb-8 {
  margin-bottom: 80px !important;
}

.ml-8 {
  margin-left: 80px !important;
}

.mr-8 {
  margin-right: 80px !important;
}

.mt-9 {
  margin-top: 90px !important;
}

.mb-9 {
  margin-bottom: 90px !important;
}

.ml-9 {
  margin-left: 90px !important;
}

.mr-9 {
  margin-right: 90px !important;
}

.mt-10 {
  margin-top: 100px !important;
}

.mb-10 {
  margin-bottom: 100px !important;
}

.ml-10 {
  margin-left: 100px !important;
}

.mr-10 {
  margin-right: 100px !important;
}

@media screen and (max-width: 750px) {
  .mt-sp-0 {
    margin-top: 0px !important;
  }
  .mr-sp-0 {
    margin-right: 0px !important;
  }
  .mb-sp-0 {
    margin-bottom: 0px !important;
  }
  .ml-sp-0 {
    margin-left: 0px !important;
  }
}

@media screen and (max-width: 750px) {
  .mt-sp-1 {
    margin-top: 10px !important;
  }
  .mr-sp-1 {
    margin-right: 10px !important;
  }
  .mb-sp-1 {
    margin-bottom: 10px !important;
  }
  .ml-sp-1 {
    margin-left: 10px !important;
  }
}

@media screen and (max-width: 750px) {
  .mt-sp-2 {
    margin-top: 20px !important;
  }
  .mr-sp-2 {
    margin-right: 20px !important;
  }
  .mb-sp-2 {
    margin-bottom: 20px !important;
  }
  .ml-sp-2 {
    margin-left: 20px !important;
  }
}

@media screen and (max-width: 750px) {
  .mt-sp-3 {
    margin-top: 30px !important;
  }
  .mr-sp-3 {
    margin-right: 30px !important;
  }
  .mb-sp-3 {
    margin-bottom: 30px !important;
  }
  .ml-sp-3 {
    margin-left: 30px !important;
  }
}

@media screen and (max-width: 750px) {
  .mt-sp-4 {
    margin-top: 40px !important;
  }
  .mr-sp-4 {
    margin-right: 40px !important;
  }
  .mb-sp-4 {
    margin-bottom: 40px !important;
  }
  .ml-sp-4 {
    margin-left: 40px !important;
  }
}

@media screen and (max-width: 750px) {
  .mt-sp-5 {
    margin-top: 50px !important;
  }
  .mr-sp-5 {
    margin-right: 50px !important;
  }
  .mb-sp-5 {
    margin-bottom: 50px !important;
  }
  .ml-sp-5 {
    margin-left: 50px !important;
  }
}

@media screen and (max-width: 750px) {
  .mt-sp-6 {
    margin-top: 60px !important;
  }
  .mr-sp-6 {
    margin-right: 60px !important;
  }
  .mb-sp-6 {
    margin-bottom: 60px !important;
  }
  .ml-sp-6 {
    margin-left: 60px !important;
  }
}

@media screen and (max-width: 750px) {
  .mt-sp-7 {
    margin-top: 70px !important;
  }
  .mr-sp-7 {
    margin-right: 70px !important;
  }
  .mb-sp-7 {
    margin-bottom: 70px !important;
  }
  .ml-sp-7 {
    margin-left: 70px !important;
  }
}

@media screen and (max-width: 750px) {
  .mt-sp-8 {
    margin-top: 80px !important;
  }
  .mr-sp-8 {
    margin-right: 80px !important;
  }
  .mb-sp-8 {
    margin-bottom: 80px !important;
  }
  .ml-sp-8 {
    margin-left: 80px !important;
  }
}

@media screen and (max-width: 750px) {
  .mt-sp-9 {
    margin-top: 90px !important;
  }
  .mr-sp-9 {
    margin-right: 90px !important;
  }
  .mb-sp-9 {
    margin-bottom: 90px !important;
  }
  .ml-sp-9 {
    margin-left: 90px !important;
  }
}

@media screen and (max-width: 750px) {
  .mt-sp-10 {
    margin-top: 100px !important;
  }
  .mr-sp-10 {
    margin-right: 100px !important;
  }
  .mb-sp-10 {
    margin-bottom: 100px !important;
  }
  .ml-sp-10 {
    margin-left: 100px !important;
  }
}

.searchInput {
  border: 2px solid #f2157f;
  height: 64px;
  padding-right: 64px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .searchInput {
    padding-right: 3.47826rem;
    height: 3.47826rem;
  }
}

.searchInput input {
  border: none;
  width: 100%;
  height: 100%;
  font-size: 16px;
  outline: none;
  padding: 0 20px;
  letter-spacing: 0.145em;
}

@media screen and (max-width: 750px) {
  .searchInput input {
    font-size: 1.30435rem;
    padding: 0 1.04348rem;
  }
}

.searchInput input::-webkit-input-placeholder {
  color: #ccc;
}

.searchInput input::-moz-placeholder {
  color: #ccc;
}

.searchInput input:-ms-input-placeholder {
  color: #ccc;
}

.searchInput input::-ms-input-placeholder {
  color: #ccc;
}

.searchInput input::placeholder {
  color: #ccc;
}

.searchInput button {
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  height: 100%;
  border: none;
  background: #f2157f url("../vendor/top/img/gnav_search_icon_glass.svg") center center no-repeat;
  background-size: 20px auto;
  outline: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media screen and (max-width: 750px) {
  .searchInput button {
    width: 3.47826rem;
    background-size: 1.30435rem auto;
  }
}

.searchInput button:hover {
  opacity: 0.8;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.arrowLink {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-decoration: none;
  padding-left: 38px;
  min-height: 30px;
  font-size: 13px;
}

@media screen and (max-width: 1440px) {
  .arrowLink {
    padding-left: 3.30435rem;
    min-height: 2.6087rem;
  }
}

.arrowLink:before {
  content: "";
  background: #f2157f url("../images/common/arrow-right_white.svg") center center no-repeat;
  background-size: 6px auto;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 1440px) {
  .arrowLink:before {
    background-size: 0.52174rem auto;
    width: 2.6087rem;
    height: 2.6087rem;
  }
}

.link.css_more {
  position: relative;
  font-size: 0.8666666667rem;
  letter-spacing: 0.085em;
  padding: 0rem 0rem 0rem 2.6666666667rem;
}

@media screen and (max-width: 920px) {
  .link.css_more {
    font-size: 1.13043rem;
  }
}

.link.css_more:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1.7391304348rem;
  height: 1.7391304348rem;
  margin: -0.769565rem 0rem 0rem;
  background: url("../vendor/top/img/top_btn_more.svg") no-repeat center #f2157f;
  background-size: contain;
}

.link.css_more .txt {
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.3s;
  transition: border-bottom-color 0.3s;
  font-size: inherit;
}

.link.css_more .arrow {
  width: 26.5px;
  padding-top: 26.5px;
  bottom: -5px;
  left: 0;
}

.link.css_more .arrow span {
  background-image: url(../vendor/top/img/top_btn_more.svg);
  background-color: #f2157f;
}

.link.css_more .arrow span:nth-of-type(2) {
  background-image: url(../vendor/top/img/top_btn_more_p.svg);
  background-color: #fff;
}

.head {
  font-size: 22px;
  font-weight: bold;
  color: #f2157f;
}

.head.mt-4 {
  margin-top: 40px;
}

.head.mb-1 {
  margin-bottom: 20px;
}

.fa-map-marker-alt {
  margin-right: 4px;
}

.inputText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 32px;
  padding: 0 10px;
  padding-left: 42px;
  position: relative;
  line-height: 1.4;
  color: #808080;
  letter-spacing: 0.08rem;
}

@media screen and (max-width: 920px) {
  .inputText {
    margin-bottom: 10px;
  }
}

.inputText input {
  display: none;
}

.inputText input:checked + span:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 8px;
  top: 50%;
  margin-top: -8px;
  border-radius: 50%;
  background-color: #f2157f;
}

.inputText span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #e9e9e9;
}

.pinkText {
  color: #f2157f;
}

@media screen and (max-width: 1440px) {
  .shop_search .toggle_button {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .shop_search .toggle_button.isShow {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .shop_search.isActive .toggle_button {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (min-width: 1440px) {
  #header .low_nav .ul_wrap ul li.-disabled .img {
    width: 100%;
    background-color: #808080;
  }
}

#header .low_nav .ul_wrap ul li.-disabled:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: calc(100% - 2.7%);
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 1440px) {
  #header .low_nav .ul_wrap ul li.-disabled:after {
    display: none;
  }
}

#header .low_nav .ul_wrap ul li.-disabled a {
  cursor: default;
  opacity: 0.6;
}

#header .low_nav .ul_wrap ul li.-disabled .txt p {
  color: #AAAAAA;
}

#header .shop_search h3 {
  font-size: 1.1rem;
}

@media screen and (max-width: 1440px) {
  #header .shop_search .toggle_button span {
    font-size: 0.9rem;
  }
}

footer#footer {
  position: relative;
  z-index: 1;
}

.btn {
  font-family: 'Montserrat','Noto Sans JP',"Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",Geneva,Arial,Verdana,sans-serif;
  border: 2px solid #f2157f;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  font-size: 15px;
  letter-spacing: 0.08rem;
  background-color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
  .btn {
    height: 3.47826rem;
    font-size: 1.30435rem;
  }
}

.btn span {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #f2157f;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #f2157f;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (min-width: 750px) {
  .btn:hover span {
    color: #fff;
  }
  .btn:hover:before {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .btn:hover.btn-arrow .afterIcon-before {
    opacity: 0;
  }
  .btn:hover.btn-arrow .afterIcon-after {
    opacity: 1;
  }
}

.btn.btn-fluid {
  width: 100%;
}

.btn.btn-arrow .afterIcon-before,
.btn.btn-arrow .afterIcon-after {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 20px;
  width: 10px;
  height: 18px;
  background: url("../images/common/arrow-right.svg") center center no-repeat;
  background-size: cover;
  -webkit-transition: opacity 0.2s ease 0.3s;
  transition: opacity 0.2s ease 0.3s;
}

@media screen and (max-width: 750px) {
  .btn.btn-arrow .afterIcon-before,
  .btn.btn-arrow .afterIcon-after {
    width: 0.69565rem;
    height: 1.04348rem;
    margin-top: -0.52174rem;
  }
}

.btn.btn-arrow .afterIcon-after {
  opacity: 0;
  background: url("../images/common/arrow-right_white.svg") center center no-repeat;
  background-size: cover;
}

.table {
  width: 100%;
  font-size: 13px;
  margin-top: 22px;
}

@media screen and (max-width: 750px) {
  .table {
    font-size: 1.04348rem;
  }
}

.table tr {
  border-top: 1px solid #e9e9e9;
}

.table tr:last-child {
  border-bottom: 1px solid #e9e9e9;
}

.table tr th, .table tr td {
  padding: 40px;
}

@media screen and (max-width: 750px) {
  .table tr th, .table tr td {
    padding: 0.86957rem;
  }
}

.table tr th {
  width: 230px;
  vertical-align: middle;
  text-align: center;
  background-color: #f3f3f3;
}

@media screen and (max-width: 750px) {
  .table tr th {
    width: 8.69565rem;
  }
}

.table ul li:before {
  content: "・";
}

.m-searchBar {
  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;
  margin-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .m-searchBar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
}

.m-searchBar .searchBar-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
}

@media screen and (max-width: 750px) {
  .m-searchBar .searchBar-year {
    position: relative;
    right: 0;
    width: 100%;
  }
}

.m-searchBar .searchBar-year span {
  font-size: 13px;
  margin-right: 15px;
  color: #808080;
}

@media screen and (max-width: 750px) {
  .m-searchBar .searchBar-year span {
    width: 3.47826rem;
    font-size: 1.13043rem;
    margin-right: 1.04348rem;
  }
}

.m-searchBar .searchBar-year .searchs-year__box {
  background-color: #fff;
  border: 2px solid #ccc;
  position: relative;
  width: 250px;
  height: 44px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .m-searchBar .searchBar-year .searchs-year__box {
    width: 100%;
    margin: 1.73913rem auto 3.47826rem;
    height: 3.47826rem;
  }
}

.m-searchBar .searchBar-year .searchs-year__box:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 6px;
  height: 12px;
  margin-top: -6px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background: url("../images/common/arrow-right.svg") center center no-repeat;
  background-size: cover;
}

.m-searchBar .searchBar-year .searchs-year__box select {
  font-size: 13px;
  letter-spacing: 0.085rem;
  width: calc(100% - 50px);
  height: 100%;
  text-align: center;
  padding-left: 20px;
  padding-right: 30px;
  color: #808080;
}

@media screen and (max-width: 750px) {
  .m-searchBar .searchBar-year .searchs-year__box select {
    font-size: 1.13043rem;
  }
}

.breadcrumb {
  margin-bottom: 40px;
  padding-top: 40px;
}

@media screen and (max-width: 750px) {
  .breadcrumb {
    padding-top: 1.73913rem;
    margin-bottom: 3.47826rem;
  }
}

.breadcrumb ul {
  margin: 0 -10px;
}

@media screen and (max-width: 750px) {
  .breadcrumb ul {
    margin: 0;
  }
}

.breadcrumb ul li {
  display: inline-block;
  margin: 0 10px;
  padding-right: 25px;
  position: relative;
  line-height: 1.3;
  margin-bottom: 4px;
  font-size: 12px;
}

@media screen and (max-width: 750px) {
  .breadcrumb ul li {
    display: inline;
    margin: 0 0.43478rem 0.69565rem;
    padding-right: 1.30435rem;
    line-height: 1.95;
  }
  .breadcrumb ul li:first-child {
    margin-left: 0;
  }
  .breadcrumb ul li br {
    display: none !important;
  }
}

.breadcrumb ul li:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -5px;
  width: 6px;
  height: 10px;
  background: url("../images/common/arrow-right.svg") center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 750px) {
  .breadcrumb ul li:after {
    margin-top: -0.43478rem;
    width: 0.52174rem;
    height: 0.86957rem;
  }
}

.breadcrumb ul li:last-child:after {
  display: none;
}

.breadcrumb ul li span {
  color: #808080;
}

.breadcrumb ul li a span {
  color: #f2157f;
}

.m-pagenation {
  margin-top: 100px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .m-pagenation {
    margin-top: 5.21739rem;
  }
}

.wp-pagenavi {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  margin: 0 auto;
  padding: 0 52px;
  margin: 0 -9px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .wp-pagenavi {
    padding: 0 2.78261rem;
    width: 100%;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  width: 34px;
  height: 34px;
  margin: 0 9px;
  border: 2px solid #f2157f;
  font-size: 13px;
  color: #f2157f;
  position: relative;
}

@media screen and (max-width: 750px) {
  .wp-pagenavi a, .wp-pagenavi span {
    width: 2.6087rem;
    height: 2.6087rem;
    margin: 0 2%;
  }
}

.wp-pagenavi a.previouspostslink, .wp-pagenavi span.previouspostslink {
  position: absolute;
  left: 0;
}

@media screen and (max-width: 750px) {
  .wp-pagenavi a.previouspostslink, .wp-pagenavi span.previouspostslink {
    margin: 0;
  }
}

.wp-pagenavi a.previouspostslink:before, .wp-pagenavi span.previouspostslink:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/common/arrow-right.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15% auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 750px) {
  .wp-pagenavi a.previouspostslink:before, .wp-pagenavi span.previouspostslink:before {
    background-size: 0.52174rem 1.04348rem;
  }
}

.wp-pagenavi a.previouspostslink:hover:before, .wp-pagenavi span.previouspostslink:hover:before {
  background-image: url("../images/common/arrow-right_white.svg");
}

.wp-pagenavi a.extend, .wp-pagenavi span.extend {
  border-color: transparent;
  position: relative;
  top: -4px;
  letter-spacing: 2px;
}

.wp-pagenavi a.nextpostslink, .wp-pagenavi span.nextpostslink {
  position: absolute;
  right: 0;
}

@media screen and (max-width: 750px) {
  .wp-pagenavi a.nextpostslink, .wp-pagenavi span.nextpostslink {
    margin: 0;
  }
}

.wp-pagenavi a.nextpostslink:before, .wp-pagenavi span.nextpostslink:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/common/arrow-right.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15% auto;
}

@media screen and (max-width: 750px) {
  .wp-pagenavi a.nextpostslink:before, .wp-pagenavi span.nextpostslink:before {
    background-size: 0.52174rem 1.04348rem;
  }
}

.wp-pagenavi a.nextpostslink:hover:before, .wp-pagenavi span.nextpostslink:hover:before {
  background-image: url("../images/common/arrow-right_white.svg");
}

.wp-pagenavi a:hover {
  background-color: #f2157f;
  color: #fff;
}

.wp-pagenavi .current {
  background-color: #f2157f;
  color: #fff;
}

.mainVisual {
  width: 100%;
  height: 304px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  background: url("../images/mainvisual/news.jpg") center center no-repeat;
  background-size: cover;
}

.mainVisual.-items {
  background-image: url("../images/mainvisual/items.jpg");
}

.mainVisual.-company {
  background-image: url("../images/mainvisual/company_top.jpg");
}

.mainVisual.-company_info {
  background-image: url("../images/mainvisual/company_info.jpg");
}

.mainVisual.-message {
  background-image: url("../images/mainvisual/company_message.jpg");
}

.mainVisual.-business {
  background-image: url("../images/mainvisual/company_business.jpg");
}

.mainVisual.-access {
  background-image: url("../images/mainvisual/company_access.jpg");
}

.mainVisual.-group {
  background-image: url("../images/mainvisual/shop.jpg");
}

.mainVisual.-volume {
  background-image: url("../images/mainvisual/volume.jpg");
}

.mainVisual.-shop {
  background-image: url("../images/mainvisual/shopSearch.jpg");
}

.mainVisual.-faq {
  background-image: url("../images/mainvisual/faq.png");
}

.mainVisual.-recruit {
  background-image: url("../images/mainvisual/recruit.jpg");
}

.mainVisual.-contact {
  background-image: url("../images/mainvisual/contact.jpg");
}

@media screen and (max-width: 750px) {
  .mainVisual {
    min-width: 100%;
    height: 14.78261rem;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mainVisual .mainVisual-title,
.mainVisual .mainVisual-sub {
  width: 100%;
  text-align: center;
}

.mainVisual .mainVisual-title span,
.mainVisual .mainVisual-sub span {
  display: inline-block;
  font-size: 52px;
  padding: 2px 5px 4px;
  letter-spacing: 0.165rem;
  color: #f2157f;
  background-color: #fff;
}

@media screen and (max-width: 920px) {
  .mainVisual .mainVisual-title span,
  .mainVisual .mainVisual-sub span {
    font-size: 38px;
  }
}

@media screen and (max-width: 750px) {
  .mainVisual .mainVisual-title span,
  .mainVisual .mainVisual-sub span {
    font-size: 2.43478rem;
    display: inline;
    line-height: 1.6;
  }
}

.mainVisual .mainVisual-sub {
  margin-top: 10px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .mainVisual .mainVisual-sub {
    display: none;
  }
}

.mainVisual .mainVisual-sub span {
  padding: 4px 8px;
  font-size: 18px;
}

.m-page {
  color: #808080;
  letter-spacing: 0.008rem;
  line-height: 1.875;
}

.m-page p {
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .m-page p {
    margin-bottom: 1.73913rem;
    font-size: 1.04348rem;
  }
}

.m-page h1, .m-page h2 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .m-page h1, .m-page h2 {
    font-size: 1.3913rem;
    margin-top: 1.73913rem;
    margin-bottom: 0.86957rem;
  }
}

.m-page h3 {
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  .m-page h3 {
    margin-top: 0;
  }
}

.m-page ol {
  counter-reset: number;
  list-style-type: none;
}

@media screen and (max-width: 750px) {
  .m-page ol {
    font-size: 1.04348rem;
  }
}

.m-page ol > li:before {
  counter-increment: number;
  content: "（" counter(number) "）";
}

.m-page ol ul {
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .m-page ol ul {
    margin-bottom: 0;
    font-size: 1.04348rem;
  }
}

.m-page ol ul li {
  position: relative;
  padding-left: 15px;
}

.m-page ol ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.contact {
  font-size: 15px;
}

.contact .contact-lead {
  line-height: 1.875;
}

.contact .contact-lead a {
  text-decoration: underline;
}

.contact .contact-head {
  margin-top: 40px;
  margin-bottom: 20px;
}

.contact .contact-head:after {
  content: "必須";
  margin-left: 10px;
  color: #f2157f;
}

.contact .contact-wrap {
  display: block;
  height: 0;
  overflow: hidden;
}

.contact .contact-wrap.isActive {
  display: block;
  height: auto;
}

.contact .contact-attention {
  background-color: #f3f3f3;
  padding: 25px 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  letter-spacing: 0.125rem;
  line-height: 1.875;
  font-size: 13px;
}

.contact .contact-attention a {
  text-decoration: underline;
}

.contact .contact-attention p {
  margin-bottom: 20px;
}

.contact .media_types {
  display: none;
  margin-top: 35px;
}

.contact .media_types.isActive {
  display: block;
}

.volume {
  letter-spacing: 0.125rem;
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .volume {
    letter-spacing: 0.08rem;
  }
}

.volume .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 40px;
  padding-right: 60px;
}

@media screen and (max-width: 750px) {
  .volume .btn {
    width: 100%;
  }
}

.volume .volume-item {
  padding-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .volume .volume-item {
    padding-bottom: 3.47826rem;
  }
}

.volume .volume-item:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 17px;
  width: 13px;
  height: 26px;
  background: url(../images/common/arrow-right.svg) center center no-repeat;
  background-size: contain;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 750px) {
  .volume .volume-item:after {
    bottom: 0.69565rem;
  }
}

.volume .volume-item:last-child:after {
  display: none;
}

.volume .volume-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  background-color: #f3f3f3;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .volume .volume-step {
    padding: 0;
    border-bottom: 2px solid #fff;
  }
}

.volume .volume-step .volume-step-num {
  display: block;
  width: 100px;
  padding-right: 20px;
}

@media screen and (max-width: 750px) {
  .volume .volume-step .volume-step-num {
    width: 14%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    padding: 0.86957rem;
    border-right: 2px solid #fff;
  }
  .volume .volume-step .volume-step-num span {
    display: block;
    width: 100%;
    margin-top: 4px;
    text-align: center;
  }
}

.volume .volume-step .volume-step-text {
  width: calc(100% - 100px);
}

@media screen and (max-width: 750px) {
  .volume .volume-step .volume-step-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 86%;
    padding: 0.86957rem;
    font-size: 1.04348rem;
  }
}

.volume .volume-contents {
  margin-top: 10px;
  padding: 20px 40px;
  background-color: #f3f3f3;
  color: #808080;
  line-height: 1.875;
  font-size: 13px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .volume .volume-contents {
    margin-top: 0;
    line-height: 2;
    padding: 1.73913rem;
    font-size: 1.04348rem;
  }
}

.volume .volume-contents a {
  text-decoration: underline;
}

.volume .volume-contents ol {
  counter-reset: item;
  list-style-type: none;
}

.volume .volume-contents ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 750px) {
  .volume .volume-contents ol li {
    display: block;
  }
}

.volume .volume-contents ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  width: 20px;
}

.volume .volume-contents ol li span {
  display: inline-block;
  width: 120px;
  margin-right: 20px;
}

@media screen and (max-width: 750px) {
  .volume .volume-contents ol li span {
    display: inline-block;
    width: auto;
  }
}

.m-single {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 750px) {
  .m-single {
    width: 100%;
    margin: 3.47826rem auto 0;
  }
}

.sidebar {
  top: 0;
  width: 180px;
}

@media screen and (max-width: 920px) {
  .sidebar {
    display: none;
  }
}

.sidebar time {
  line-height: 1.875;
}

.sidebar .sidebar-item {
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .sidebar .sidebar-item {
    margin-bottom: 2.17391rem;
  }
}

.sidebar .sidebar-item a {
  color: #f2157f;
  letter-spacing: 0.085rem;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.sidebar .sidebar-item a:hover {
  color: #eeb7d8;
}

.sidebar .sidebar-item.-current {
  opacity: 0.5;
}

.single {
  width: 100%;
  position: relative;
}

.single .single-info {
  color: #f2157f;
}

.single .single-info .single-aside {
  font-weight: bold;
  font-size: 13px;
}

@media screen and (max-width: 750px) {
  .single .single-info .single-aside {
    font-size: 1.13043rem;
  }
}

.single .single-info .single-aside .single-aside__time {
  letter-spacing: 1px;
  margin-right: 15px;
}

@media screen and (max-width: 750px) {
  .single .single-info .single-aside .single-aside__time {
    font-weight: normal;
    margin-right: 0.86957rem;
  }
}

.single .single-info .single-aside .single-aside__cat {
  background-color: #f2157f;
  color: #fff;
  padding: 2px 5px;
  letter-spacing: 1px;
  font-weight: normal;
}

@media screen and (max-width: 750px) {
  .single .single-info .single-aside .single-aside__cat {
    padding: 0.08696rem 0.21739rem;
  }
}

.single .single-info .single-title {
  font-size: 28px;
  font-weight: bold;
  padding: 20px 0;
  line-height: 1.3;
  border-bottom: 1px solid #f2157f;
}

@media screen and (max-width: 750px) {
  .single .single-info .single-title {
    padding: 1.73913rem 0;
    font-size: 1.3913rem;
    margin-top: 0.69565rem;
  }
}

@media screen and (max-width: 750px) {
  .single .single-sliderWrap {
    margin-bottom: 2.6087rem;
  }
}

.single .single-contents {
  color: #808080;
  line-height: 2;
  font-size: 15px;
  letter-spacing: 0.08rem;
  padding-top: 50px;
  margin-bottom: 100px;
}

@media screen and (max-width: 750px) {
  .single .single-contents {
    padding-top: 4.34783rem;
    font-size: 1.13043rem;
  }
}

.single .single-contents * {
  max-width: 100%;
}

.single .single-contents img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.single .single-contents h1, .single .single-contents h2, .single .single-contents h3, .single .single-contents h4, .single .single-contents h5, .single .single-contents h6 {
  font-weight: bold;
  margin-top: 50px;
}

@media screen and (max-width: 750px) {
  .single .single-contents h1, .single .single-contents h2, .single .single-contents h3, .single .single-contents h4, .single .single-contents h5, .single .single-contents h6 {
    margin-top: 35px;
  }
}

.single .single-contents h1 {
  font-size: 26px;
}

.single .single-contents h2 {
  font-size: 22px;
}

.single .single-contents h3 {
  font-size: 20px;
}

.single .single-contents h4 {
  font-size: 16px;
}

.single .single-contents h5 {
  font-size: 14px;
}

.single .single-contents h6 {
  font-size: 12px;
}

.single .single-contents p {
  margin-bottom: 30px;
  line-height: 2;
}

@media screen and (max-width: 750px) {
  .single .single-contents p {
    line-height: 1.95;
    margin-bottom: 20px;
  }
}

.single .single-contents images {
  max-width: 100%;
  height: auto;
}

.single .single-contents a {
  color: #f2157f;
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.single .single-contents a:hover {
  color: #eeb7d8;
}

.single .single-contents figure {
  margin-bottom: 30px;
}

.single .single-contents figure.alignleft {
  margin-left: auto;
  margin-right: 0;
}

.single .single-contents figure.aligncenter {
  margin: 0 auto 30px;
}

.single .single-contents figure.alignright {
  margin-left: 0;
  margin-right: auto;
}

.single .single-navigation {
  width: 570px;
  text-align: center;
  font-size: 12px;
  margin: 30px auto 100px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .single .single-navigation {
    width: 100%;
    font-size: 1.13043rem;
    margin: 60px auto 40px;
  }
}

.single .single-navigation .single-navigation__prev,
.single .single-navigation .single-navigation__next {
  position: absolute;
  top: -2px;
}

@media screen and (max-width: 750px) {
  .single .single-navigation .single-navigation__prev,
  .single .single-navigation .single-navigation__next {
    top: -0.17391rem;
    width: 0;
    text-indent: -9999px;
  }
}

.single .single-navigation .single-navigation__prev {
  left: 0;
}

.single .single-navigation .single-navigation__prev a:after {
  content: "";
  position: absolute;
  right: -46px;
  top: -11px;
  width: 34px;
  height: 34px;
  border: 2px solid #f2157f;
  background: url("../images/common/arrow-right.svg") center center no-repeat;
  background-size: 23% auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 750px) {
  .single .single-navigation .single-navigation__prev a:after {
    top: -0.95652rem;
    width: 2.95652rem;
    height: 2.95652rem;
    right: -3.30435rem;
    background-size: 0.78261rem 1.56522rem;
  }
}

.single .single-navigation .single-navigation__next {
  right: 0;
}

.single .single-navigation .single-navigation__next a:after {
  content: "";
  position: absolute;
  left: -46px;
  top: -11px;
  width: 34px;
  height: 34px;
  border: 2px solid #f2157f;
  background: url("../images/common/arrow-right.svg") center center no-repeat;
  background-size: 23% auto;
}

@media screen and (max-width: 750px) {
  .single .single-navigation .single-navigation__next a:after {
    top: -0.95652rem;
    width: 2.95652rem;
    height: 2.95652rem;
    left: -3.30435rem;
    background-size: 0.78261rem 1.56522rem;
  }
}

.single .single-navigation a {
  letter-spacing: 0.125rem;
}

.single.-item {
  margin-bottom: 100px;
}

.single.-item .single-title {
  padding-top: 0;
}

.single.-item .single-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -35px;
}

@media screen and (max-width: 750px) {
  .single.-item .single-contents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
}

.single.-item .single-sliderWrap,
.single.-item .single-items-contents {
  width: 50%;
  padding: 0 35px;
}

@media screen and (max-width: 750px) {
  .single.-item .single-sliderWrap,
  .single.-item .single-items-contents {
    width: 100%;
    padding: 0;
  }
}

.single.-item .single-itemSlider .single-itemSlider-item {
  width: 100%;
  padding-bottom: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.single.-item .swipper-arrow {
  background: none;
  background-color: #f2157f;
  width: 34px;
  height: 34px;
  top: 54%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single.-item .swipper-arrow img {
  width: 6px;
}

.single.-item .swiper-button-next {
  right: 0;
}

.single.-item .swiper-button-prev {
  left: 0;
}

.single.-item .swiper-button-prev img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.single.-item .single-itemSlider-nav {
  margin: 10px -1% 0;
}

.single.-item .single-itemSlider-thumb {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 102%;
  max-width: 102%;
}

.single.-item .single-itemSlider-thumb .single-itemSlider-thumb__item {
  width: 25%;
  padding: 0 1% 25%;
  margin-bottom: 10px;
  background-size: cover;
}

.single.-item .single-itemSlider-thumb .single-itemSlider-thumb__item.isActive {
  opacity: 0.7;
}

.single.-item .single-itemSlider-thumb .single-itemSlider-thumb__image {
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.single.-item .single-itemSlider-thumb li {
  height: 0;
  width: 100px;
}

@media screen and (max-width: 750px) {
  .single.-item .single-itemSlider-thumb li {
    width: 23%;
  }
}

.single.-item .single-items-optionList {
  margin-bottom: 10px;
}

.single.-item .single-items-optionList li {
  line-height: 1;
  margin-bottom: 15px;
}

.pdflink svg {
  width: 30px;
  height: auto;
}

.notFound {
  text-align: center;
  margin-top: 260px;
}

@media screen and (max-width: 750px) {
  .notFound {
    margin-top: 10.43478rem;
  }
}

.notFound .notFound-title h1 {
  font-size: 52px;
  margin-bottom: 20px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .notFound .notFound-title h1 {
    font-size: 2.43478rem;
    margin-bottom: 0.86957rem;
  }
}

.notFound .notFound-title p {
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  .notFound .notFound-title p {
    font-size: 1.21739rem;
  }
}

.notFound .notFound-links {
  margin-top: 80px;
}

.notFound .notFound-links p {
  color: #808080;
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  .notFound .notFound-links p {
    font-size: 1.21739rem;
  }
}

.notFound .notFound-links ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
}

.notFound .notFound-links ul li {
  padding: 0 20px;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .notFound .notFound-links ul li {
    width: 100%;
    padding: 0;
  }
}

.notFound .notFound-links ul li a {
  text-decoration: underline;
}

.notFound .notFound-links ul li:before {
  content: "/";
  position: absolute;
  left: 0;
  color: #808080;
}

@media screen and (max-width: 750px) {
  .notFound .notFound-links ul li:before {
    display: none;
  }
}

.notFound .notFound-links ul li:first-child:before {
  display: none;
}
