@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 (max-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: 11.0666666667rem;
  padding-bottom: 80px;
  position: relative;
  z-index: 2;
}

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

@media (max-width: 920px) and (min-width: 751px) and (max-width: 920px) {
  .m-contents {
    margin-top: 9.19998911em;
  }
}

@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: 920px) {
  .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: 920px) {
  .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: 920px) {
  .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: 920px) {
  .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: 920px) {
  .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: 920px) {
  .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: 920px) {
  .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: 920px) {
  .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: 920px) {
  .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: 920px) {
  .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: 920px) {
  .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: 920px) {
  .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);
  }
}

.lang-only--ja {
  display: none !important;
}

html[lang="ja"] .lang-only--ja {
  display: inline-block !important;
}

.pointer {
  cursor: pointer;
}

#header .header_inner_wrap {
  overflow: visible;
}

@media screen and (min-width: 920px) {
  #header .low_nav {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    right: 0;
    margin: auto;
  }
}

@media screen and (min-width: 920px) {
  #header .low_nav .low_nav_inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (min-width: 920px) {
  #header .low_nav .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3.47826rem;
    gap: 0 3.47826rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

#header .low_nav .wrap .header-thumbnail {
  width: 21.73913rem;
  aspect-ratio: 325 / 170;
}

#header .low_nav .wrap .header-thumbnail .thumbnail {
  position: relative;
}

#header .low_nav .wrap .header-thumbnail .thumbnails-wrapper {
  aspect-ratio: 326/170;
  width: 100%;
}

#header .low_nav .wrap .header-thumbnail .thumbnails-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
}

#header .low_nav .wrap .header-thumbnail .company-top-link {
  letter-spacing: normal;
  width: 100%;
}

#header .low_nav .wrap .header-thumbnail .company-top-link ul {
  width: 100%;
}

#header .low_nav .wrap .header-thumbnail .company-top-link ul li {
  width: 100%;
}

#header .low_nav .wrap .header-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s, visibility 1s;
  transition: opacity 1s, visibility 1s;
}

#header .low_nav .wrap .header-thumbnail img.is-show {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 920px) {
  #header .low_nav .ul_wrap {
    width: calc(100% - 25.21739rem);
  }
}

@media screen and (min-width: 920px) {
  #header .low_nav .ul_wrap ul {
    width: 16.52174rem;
  }
}

#header .low_nav .ul_wrap ul.double-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 920px) {
  #header .low_nav .ul_wrap ul.double-column {
    width: 34.78261rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 1.73913rem;
  }
}

@media screen and (max-width: 919px) {
  #header .low_nav .ul_wrap ul.double-column li[data-sp-order="1"] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #header .low_nav .ul_wrap ul.double-column li[data-sp-order="2"] {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #header .low_nav .ul_wrap ul.double-column li[data-sp-order="3"] {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #header .low_nav .ul_wrap ul.double-column li[data-sp-order="4"] {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #header .low_nav .ul_wrap ul.double-column li[data-sp-order="5"] {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  #header .low_nav .ul_wrap ul.double-column li[data-sp-order="6"] {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  #header .low_nav .ul_wrap ul.double-column li[data-sp-order="7"] {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  #header .low_nav .ul_wrap ul.double-column li[data-sp-order="8"] {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  #header .low_nav .ul_wrap ul.double-column li[data-sp-order="9"] {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  #header .low_nav .ul_wrap ul.double-column li[data-sp-order="10"] {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  #header .low_nav .ul_wrap ul.double-column li[data-sp-order="11"] {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  #header .low_nav .ul_wrap ul.double-column li[data-sp-order="12"] {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  #header .low_nav .ul_wrap ul.double-column li[data-sp-order="13"] {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  #header .low_nav .ul_wrap ul.double-column li[data-sp-order="14"] {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  #header .low_nav .ul_wrap ul.double-column li[data-sp-order="15"] {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
}

#header .low_nav .ul_wrap ul li {
  width: 16.52174rem;
}

@media screen and (max-width: 920px) {
  #header .low_nav .ul_wrap ul li {
    width: calc((230/12) * 1rem);
  }
}

@media screen and (min-width: 920px) {
  #header .low_nav .ul_wrap ul li .low_nav {
    left: 0px;
    right: 0;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: transparent;
  }
}

#header .low_nav .ul_wrap ul li .txt p.sp-link-blank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .low_nav .ul_wrap ul li .txt p .blank {
  width: 1.82609rem;
  padding-right: 0.6087rem;
  display: block;
}

#header .low_nav .ul_wrap ul li .txt p .blank:before, #header .low_nav .ul_wrap ul li .txt p .blank:after {
  content: "";
  width: 1.21739rem;
  height: 1.21739rem;
  background-repeat: no-repeat;
  margin: auto;
  background-size: contain;
}

@media screen and (min-width: 920px) {
  #header .low_nav .ul_wrap ul li .txt p .blank:before, #header .low_nav .ul_wrap ul li .txt p .blank:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
}

#header .low_nav .ul_wrap ul li .txt p .blank:before {
  background-image: url(../images/common/ic_window.svg);
  display: none;
}

@media screen and (min-width: 920px) {
  #header .low_nav .ul_wrap ul li .txt p .blank:before {
    display: block;
  }
}

#header .low_nav .ul_wrap ul li .txt p .blank:after {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-image: url(../images/common/ic_window_white.svg);
  margin-left: 0.34783rem;
  opacity: 1;
  display: block;
}

@media screen and (min-width: 920px) {
  #header .low_nav .ul_wrap ul li .txt p .blank:after {
    margin-left: 0;
    opacity: 0;
  }
}

#header .low_nav .ul_wrap ul li .txt p .arrow {
  width: 1.21739rem;
  padding-right: 0.6087rem;
}

#header .low_nav .ul_wrap ul li .txt p .arrow:before, #header .low_nav .ul_wrap ul li .txt p .arrow:after {
  content: "";
  position: absolute;
  width: 0.69565rem;
  height: 1.21739rem;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-size: contain;
}

#header .low_nav .ul_wrap ul li .txt p .arrow:before {
  background-image: url(../vendor/top/img/gnav_search_icon_arrow_w.svg);
}

#header .low_nav .ul_wrap ul li .txt p .arrow:after {
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  background-image: url(../vendor/top/img/gnav_search_icon_arrow.svg);
}

@media screen and (min-width: 920px) {
  #header .low_nav .ul_wrap ul li .txt p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    font-size: 0.95652rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3.91304rem;
    padding-left: 0.6087rem;
  }
}

#header .low_nav .ul_wrap ul li a:hover .arrow:after, #header .low_nav .ul_wrap ul li a:hover .blank:after {
  opacity: 1;
}

#header .low_nav .ul_wrap ul li a:hover .arrow:after {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

@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;
}

@media (min-width: 751px) {
  #header .shop_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 921px) {
  #header .shop_search {
    width: 270px;
  }
}

@media (min-width: 1440px) {
  #header .shop_search {
    width: 398px;
  }
}

#header .shop_search .header-subs {
  height: 100%;
  border-right: 1px solid #fff;
}

@media (min-width: 751px) {
  #header .shop_search .header-subs {
    width: 100px;
  }
}

@media (min-width: 1440px) {
  #header .shop_search .header-subs {
    width: 120px;
  }
}

#header .shop_search .header-subs__top {
  padding: 0 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px 0;
  font-size: 0.86666667rem;
  letter-spacing: 1.1px;
  font-weight: bold;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  height: 100%;
}

#header .shop_search .header-subs__top .header-sub__link {
  border: 1px solid #FFFFFF;
  display: block;
  color: #FFFFFF;
  line-height: 1.73333333rem;
  width: 100%;
  text-align: center;
  font-weight: normal;
}

#header .shop_search .header-subs__bottom {
  padding: 0 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media (min-width: 921px) {
  #header .shop_search .inner {
    width: 170px;
  }
}

@media (min-width: 1440px) {
  #header .shop_search .inner {
    width: 278px;
  }
}

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

#header .shop_search .toggle_button {
  height: calc(6.0869565217em * 2);
  top: calc(6.0869565217em * -2);
}

#header .shop_search .toggle_button__link {
  display: table;
  width: 6.0869565217em;
  height: 6.0869565217em;
}

#header .shop_search .toggle_button__link--shop span:before {
  content: "";
  display: block;
  width: 1.3043478261em;
  height: 1.1304347826em;
  background: url(../vendor/top/img/gnav_search_icon_home.svg) no-repeat center top;
  background-size: contain;
  vertical-align: bottom;
  margin: 0 auto 10%;
}

#header .shop_search .toggle_button__link:nth-of-type(1) {
  border-bottom: 2px solid #FFF;
}

#header .shop_search .toggle_button__link:nth-of-type(1) span {
  font-size: 0.8333333333rem;
  line-height: 1rem;
}

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

#header .shop_search .toggle_button__link span.f-montserrat {
  font-family: 'Montserrat';
  display: inline-block;
}

@media screen and (min-width: 750px) {
  #header #gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#header #gnav > ul > li .low_nav .low_nav_inner .wrap .ul_wrap.tw-columns-wrap {
  width: 100%;
}

#header #gnav > ul > li .low_nav .low_nav_inner .wrap .ul_wrap .tw-columns {
  border-top: none;
}

@media screen and (min-width: 920px) {
  #header #gnav > ul > li .low_nav .low_nav_inner .wrap .ul_wrap .tw-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
    margin: auto;
    width: 100%;
    gap: 0 1rem;
  }
}

#header #gnav > ul > li .low_nav .low_nav_inner .wrap .ul_wrap .column-pair {
  width: 21.73913rem;
}

#header .sw {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  height: 100%;
  position: relative;
  letter-spacing: 0.125em;
}

@media screen and (max-width: 920px) {
  #header .sw {
    position: absolute;
    top: 34%;
    left: 5.6%;
    z-index: 1000;
    height: auto;
  }
}

#header .sw .sw-selector {
  width: 24px;
  height: 24px;
  background: url("../images/common/header/icon_language.svg") center center no-repeat;
  color: transparent;
  font-size: 20px;
}

#header .sw .sw-inner {
  position: relative;
  display: block;
  width: 100%;
}

@media screen and (min-width: 920px) {
  #header .sw .sw-label {
    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%;
    height: 2.17391rem;
    border: 1px solid #fff;
    letter-spacing: 0;
    font-size: 0.86957rem;
    font-weight: bold;
    padding: 0.34783rem 0.69565rem;
    padding-right: 1.3913rem;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #f2157f;
    position: relative;
    font-size: 0.86957rem;
  }
  #header .sw .sw-label:before {
    content: "";
    position: absolute;
    right: 0.34783rem;
    top: calc(50% - 2px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

@media screen and (max-width: 750px) {
  #header .sw .sw-label img {
    width: 1.91304rem;
  }
}

#header .sw .sw-list {
  position: absolute;
  width: 100%;
  top: 2.17391rem;
  left: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
  border: 1px solid #f2157f;
  border-top: none;
}

@media screen and (max-width: 750px) {
  #header .sw .sw-list {
    display: none;
  }
}

#header .sw .sw-list .sw-list_item {
  color: #f2157f;
  background-color: #fff;
  text-align: center;
  padding: 0.52174rem 0.34783rem;
  font-size: 0.86957rem;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}

#header .sw .sw-list .sw-list_item:hover {
  will-change: auto;
  background-color: #fff;
  color: #f2157f;
}

#header .sw.is-show .sw-label:before {
  will-change: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#header .sw.is-show .sw-list {
  will-change: auto;
  max-height: 17.3913rem;
}

#header .sw.is-converted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 920px) {
  #header .sw.is-converted {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 24px;
  }
}

#header.is-open .sw {
  display: none;
}

@media screen and (max-width: 750px) {
  .js-menu_toggle > a[href="#"] {
    pointer-events: none;
  }
}

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;
  text-decoration: none !important;
  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: 10;
  color: #f2157f;
}

.btn span:not(.afterIcon-before):not(.afterIcon-after) {
  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%;
  padding-right: 1.73913rem;
  -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;
}

.table.text--md {
  font-size: 15px;
}

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

.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.-oneprice {
  background-image: url("../images/mainvisual/company_oneprice.png");
}

.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");
}

.mainVisual.-sns, .mainVisual.-sitemap {
  background-image: url(../images/sns/sns_head_pc.png);
}

@media screen and (max-width: 750px) {
  .mainVisual.-sns, .mainVisual.-sitemap {
    background-image: url(../images/sns/sns_head_sp.png);
  }
}

.mainVisual.-anshin {
  background-image: url("../images/mainvisual/mainvisual-anshin-labo.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 {
    display: block;
    font-size: 38px;
  }
}

@media screen and (max-width: 750px) {
  .mainVisual .mainVisual-title span,
  .mainVisual .mainVisual-sub span {
    font-size: 2.43478rem;
    margin: 0 auto;
    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;
}

.mainVisual.mainVisual-simple .mainVisual-title span, .mainVisual.mainVisual-simple .mainVisual-sub span {
  color: #fff;
  background-color: transparent;
}

.top-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(17, 17, 17, 0.5);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.top-modal-container {
  position: relative;
  display: inline-block;
  max-width: 750px;
  width: 78.6666%;
  background-color: #F2157F;
}

.top-modal-content {
  text-align: center;
  position: relative;
  z-index: 100;
  padding: 48px;
}

@media screen and (max-width: 750px) {
  .top-modal-content {
    padding: 32px;
  }
}

.top-modal-content:before {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  z-index: -1;
}

.top-modal-content .top-modal-content-insta {
  margin-bottom: 0.69565rem;
}

.top-modal-content .top-modal-content-insta img {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 750px) {
  .top-modal-content .top-modal-content-insta img {
    width: 25px;
    height: 25px;
  }
}

.top-modal-content .top-modal-content-text {
  font-size: 1.26500436rem;
  font-weight: bold;
  margin-bottom: calc((40/14.229) * 1rem);
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .top-modal-content .top-modal-content-text {
    margin-bottom: 2.08696rem;
  }
}

.top-modal-content .top-modal-content-text__head {
  font-size: 1.05418511rem;
  margin-bottom: 8px;
}

@media screen and (max-width: 750px) {
  .top-modal-content .top-modal-content-text__head {
    margin-bottom: 0.86957rem;
  }
}

.top-modal-links {
  display: grid;
  -webkit-column-gap: 0.69565rem;
     -moz-column-gap: 0.69565rem;
          column-gap: 0.69565rem;
  grid-template-columns: repeat(2, auto);
}

@media screen and (max-width: 750px) {
  .top-modal-links {
    row-gap: 0.69565rem;
    grid-template-columns: repeat(1, auto);
  }
}

.top-modal-links a {
  display: block;
  position: relative;
}

.top-modal-links img {
  height: auto;
}

@media screen and (max-width: 750px) {
  .top-modal-links-item {
    aspect-ratio: 646/337;
  }
}

.top-modal-guide {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  bottom: -7.30435rem;
}

@media screen and (max-width: 750px) {
  .top-modal-guide {
    bottom: -80px;
  }
}

.top-modal-guide .top-modal-guide-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-modal-guide .top-modal-guide-check input[type="checkbox"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.top-modal-guide .top-modal-guide-check input[type="checkbox"] {
  cursor: pointer;
  padding-left: 30px;
  vertical-align: middle;
  position: relative;
}

.top-modal-guide .top-modal-guide-check input[type="checkbox"]::before, .top-modal-guide .top-modal-guide-check input[type="checkbox"]::after {
  content: "";
  display: block;
  position: absolute;
}

.top-modal-guide .top-modal-guide-check input[type="checkbox"]::before {
  background-color: #fff;
  width: 13px;
  height: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 5px;
}

.top-modal-guide .top-modal-guide-check input[type="checkbox"]::after {
  opacity: 0;
  top: 0.34783rem;
  left: 8px;
  width: 8px;
  height: 7px;
  background-image: url("../images/modal/ic_check.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.top-modal-guide .top-modal-guide-check input[type="checkbox"]:checked::before {
  background-color: #f2157f;
}

.top-modal-guide .top-modal-guide-check input[type="checkbox"]:checked::after {
  opacity: 1;
}

.top-modal-guide .top-modal-guide-check .-label {
  font-size: 1.13043rem;
  font-weight: bold;
}

.top-modal-guide .top-modal-guide-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.08696rem;
}

.top-modal-guide .top-modal-guide-close .-icon {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.top-modal-guide .top-modal-guide-close .-icon::before, .top-modal-guide .top-modal-guide-close .-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 18px;
  background: #fff;
}

.top-modal-guide .top-modal-guide-close .-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.top-modal-guide .top-modal-guide-close .-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.top-modal-guide .top-modal-guide-close .-text {
  margin-left: 0.34783rem;
  font-size: 1.56522rem;
  display: inline-block;
  cursor: pointer;
}

.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 {
  padding: 10px 40px;
  height: auto;
  line-height: 1.2;
}

@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-contents .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .single .single-contents .gallery {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.single .single-contents .gallery-item {
  width: calc(50% - 10px);
  margin: 0 0 20px;
}

@media screen and (min-width: 750px) {
  .single .single-contents .gallery-item {
    padding: 0 20px 0 0;
  }
}

.single .single-contents .gallery-item a {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.single .single-contents .gallery-item a:hover {
  opacity: .8;
}

.single .single-contents .gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.single .single-contents .gallery-columns-2 .gallery-item {
  max-width: 50%;
}

@media screen and (min-width: 750px) {
  .single .single-contents .gallery-columns-1 .gallery-item {
    max-width: 100%;
  }
  .single .single-contents .gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .single .single-contents .gallery-columns-3 .gallery-item {
    max-width: 33.33333%;
  }
  .single .single-contents .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  .single .single-contents .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .single .single-contents .gallery-columns-6 .gallery-item {
    max-width: 16.66667%;
  }
  .single .single-contents .gallery-columns-7 .gallery-item {
    max-width: 14.28571%;
  }
  .single .single-contents .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .single .single-contents .gallery-columns-9 .gallery-item {
    max-width: 11.11111%;
  }
}

.single .single-contents .gallery-caption {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5;
}

.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;
}

@media screen and (min-width: 920px) {
  html[lang="en"] #header #gnav ul > .topLayer {
    min-width: 6.7rem;
    width: auto !important;
  }
}

@media screen and (min-width: 920px) {
  html[lang="en"] #header #gnav ul > .topLayer a span > span {
    font-size: 0.6087rem;
  }
}

@media screen and (min-width: 750px) {
  html[lang="en"] #header .sw .sw-label {
    font-size: 0.73913rem;
  }
}

@media screen and (min-width: 750px) {
  html[lang="en"] #header .sw .sw-list .sw-list_item {
    font-size: 0.73913rem;
  }
}

html[lang="en"] #header .shop_search ul li {
  letter-spacing: 0;
}

@media screen and (min-width: 920px) {
  html[lang="en"] #header .shop_search ul li a .txt {
    font-size: 0.86957rem;
    white-space: nowrap;
    letter-spacing: 0;
    width: 10.43478rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

html[lang="en"] .shop-prefTab .shop-prefTab__list {
  margin: 0 -0.69565rem;
}

html[lang="en"] .shop-prefTab .shop-prefTab__item {
  padding: 0 0.69565rem;
  font-size: 1.21739rem;
  line-height: 1.7;
}

@media screen and (max-width: 920px) {
  html[lang="en"] .btn {
    height: auto;
    padding: 0.86957rem;
  }
  html[lang="en"] .btn .afterIcon-before,
  html[lang="en"] .btn .afterIcon-after {
    right: 10px;
  }
}

html[lang="en"] .shopResult .resultList .resultList-item .resultList-item-aside {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

html[lang="en"] .shopResult .resultList .resultList-item .resultList-item-aside dl {
  margin-right: 1.3913rem;
  margin-bottom: 0.69565rem;
}

html[lang="en"] .shopResult .resultList .resultList-item .resultList-item-aside dl:after {
  display: none;
}

html[lang="en"] .shopResult .resultList .resultList-item .resultList-item-aside dl:nth-child(3) {
  width: 100%;
}

@media screen and (max-width: 920px) {
  html[lang="en"] .shopSingle .shopSingle-nameWrap .shopSingle-name {
    padding-left: 0.34783rem;
  }
}

html[lang="en"] .shopSingle .shopSingle-aside dl dt {
  white-space: nowrap;
}

@media screen and (max-width: 920px) {
  html[lang="en"] .shopSingle .shopSingle-aside dl dt {
    width: 35%;
  }
}

@media screen and (max-width: 750px) {
  html[lang="en"] .shopSingle .shopSingle-aside dl dt {
    width: 40%;
  }
}

html[lang="en"] .newsCats .newsCats-item span {
  text-align: center;
}
