@charset "UTF-8";
.fullWidth {
  width: 100% !important;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

img {
  border: 0;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table {
  border-spacing: 0;
  empty-cells: show;
}

/* clearfix */
.cf {
  zoom: 1;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

* {
  list-style: none;
}

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

body, html {
  font-family: YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  letter-spacing: -0.01em;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: #FFF;
}

h2, h3 {
  letter-spacing: -0.05em;
}

h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
}

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

.bold {
  font-weight: 700 !important;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.tab {
  display: none;
}

.inner {
  margin: 0 auto;
}

.mt20 {
  margin-top: 20px;
}

.h2_typeA {
  text-align: center;
}

.h2_typeA span {
  font-size: 44px;
  padding: 10px;
  border: 3px solid #000;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.5em;
  display: inline-block;
  text-align: center;
}

.ttl_typeB {
  font-size: 22px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.5em;
}

.ttl_faq_box {
  margin-bottom: 30px;
}

.ttl_faq_box h2 {
  font-size: 36px;
  margin-bottom: 20px;
  line-height: 1.5em;
  text-align: center;
}

.ttl_faq_box p {
  line-height: 1.625em;
  max-width: 800px;
  margin: 0 auto;
}

a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.lb-prev, .lb-next {
  display: block !important;
}

.blue_box {
  background-color: #dfeffc;
  padding: 80px 0 0;
}

.movie-box {
  max-width: 850px;
  margin: 0 auto;
}

.movie-box iframe {
  width: 100% !important;
}

.btn_form {
  display: block;
  margin: 60px auto 0;
  width: 460px;
}

.en {
  text-orientation: upright;
}

@media only screen and (max-width: 1200px) {
  .inner {
    padding: 0 20px;
  }

  #staff_choice .img img {
    width: auto;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .tab {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .inner {
    padding: 0 8%;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  h2 {
    font-size: 22px;
    line-height: 1.5;
  }
}
.mincho {
  font-family: "Shippori Mincho", serif;
}

.fullWidth {
  width: 100%;
  margin: 0 auto;
}

.inrWidth {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
}

.hd img {
  width: 100%;
  max-width: none;
}

.hd__logo {
  position: fixed;
  margin-left: 4.5%;
  z-index: 1000;
  width: 200px;
  pointer-events: visible;
}

.hd__logoWrap {
  position: fixed;
  top: 30px;
  left: 50%;
  width: 100vw;
  max-width: 1400px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  pointer-events: none;
  z-index: 1000;
}

.hd__logo svg {
  fill: #000;
}

.hd__float {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 13px;
  font-weight: 500;
  color: #000;
}

.hd__floatWrap {
  position: absolute;
  top: 58%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 1400px;
  max-height: 700px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1000;
}

.hd__float.LFT {
  margin-left: 5%;
}

.hd__float.RGT {
  margin-right: 5%;
}

.web_btn {
  text-align: center;
  margin-bottom: 150px;
}
.web_btn a {
  display: inline-block;
  width: 400px;
  font-size: 30px;
  font-weight: bold;
  padding: 20px 0;
  background: #C66414;
  color: #fff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.web_btn a:hover {
  opacity: 1;
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}
.web_btn--top {
  margin-top: 200px;
}

.totop {
  position: fixed;
  bottom: 50px;
  right: 5%;
  width: 15px;
}

.ft__copy {
  color: #FFF;
  background: #000;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  margin-top: 50px;
  padding: 40px 0;
}

@media screen and (min-width: 769px) {
  #JERSEY section h2 {
    font-size: 24px;
    letter-spacing: 0.03em;
  }
  #JERSEY section h2 span {
    color: #C66414;
  }
  #JERSEY section p {
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
  }
  #JERSEY .leadtxt {
    margin-top: -70px;
    position: relative;
  }
  #JERSEY .leadtxt__blk h2 {
    margin-bottom: 20px;
  }
  #JERSEY .leadtxt__blk h2 strong {
    font-size: 35px;
    color: #C66414;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-left: -20px;
    font-weight: normal;
  }
  #JERSEY .leadtxt__btmblk {
    width: 100%;
    background: #EAE9E5;
    margin-top: 70px;
    padding: 70px 50px 20px;
    position: relative;
  }
  #JERSEY .leadtxt__btmblk h2 {
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    text-align: center;
  }
  #JERSEY .leadtxt__btmblk p {
    max-width: 640px;
    margin: 0 auto;
  }
  #JERSEY .leadtxt__btmblk p.price {
    font-size: 24px;
    text-align: right;
    font-weight: bold;
  }
  #JERSEY .leadtxt__btmblk p.price span {
    font-size: 17px;
  }
  #JERSEY .style {
    margin-top: 90px;
    margin-bottom: 0;
  }
  #JERSEY .style__top {
    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;
    position: relative;
  }
  #JERSEY .style__top::before {
    content: "";
    width: 215px;
    height: 77%;
    display: block;
    background: #EAE9E5;
    position: absolute;
    top: 60px;
    left: 6%;
    z-index: 0;
  }
  #JERSEY .style__top__lft {
    width: 47%;
    margin-top: 10px;
  }
  #JERSEY .style__top__lft h2 {
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    line-height: 1.4;
    position: relative;
  }
  #JERSEY .style__top__lft h2::before {
    content: "";
    width: 130px;
    height: 70px;
    display: block;
    position: absolute;
    top: -70px;
    left: 0;
  }
  #JERSEY .style__top__lft p {
    position: relative;
  }
  #JERSEY .style__top__rgt {
    width: 53%;
  }
  #JERSEY .style__top__rgt img {
    max-width: none;
    width: 105%;
  }
  #JERSEY .style__btm {
    margin-top: 50px;
    background: #EAE9E5;
  }
  #JERSEY .style__btm .inrWidth {
    position: relative;
  }
  #JERSEY .style__btm .inrWidth::before {
    content: "";
    display: block;
    width: 140px;
    height: 300px;
    position: absolute;
    top: -60px;
    left: 20px;
    background: url(../images/blk_deco01.svg) no-repeat;
    background-size: contain;
    background-position: center;
  }
  #JERSEY .style__btm .inrWidth::after {
    content: "";
    display: block;
    width: 140px;
    height: 300px;
    position: absolute;
    bottom: -70px;
    right: 10px;
    background: url(../images/blk_deco02.svg) no-repeat;
    background-size: contain;
    background-position: center;
  }
  #JERSEY .style__btm__blk {
    padding: 50px 0 150px 30px;
  }
  #JERSEY .style__btm__blk__txt {
    padding-left: 50px;
    position: relative;
  }
  #JERSEY .style__btm__blk__txt__img {
    position: absolute;
    top: -110px;
    right: 100px;
    z-index: 1;
  }
  #JERSEY .style__btm__df {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px 0 0;
    max-width: 730px;
    margin: 0 auto;
  }
  #JERSEY .style__btm__df li:first-of-type {
    width: 30%;
  }
  #JERSEY .style__btm__df li:first-of-type p {
    position: relative;
  }
  #JERSEY .style__btm__df li:first-of-type p::before {
    content: "ジャージージャケット ￥55,000（税込）～";
    bottom: -25px;
    left: -12px;
    width: 110%;
    position: absolute;
    font-family: "Shippori Mincho", serif;
    font-size: 13px;
    font-weight: bold;
  }
  #JERSEY .style__btm__df li:first-of-type p::after {
    content: "ジャージースラックス ￥30,800（税込）～";
    bottom: -45px;
    left: -12px;
    width: 110%;
    position: absolute;
    font-family: "Shippori Mincho", serif;
    font-size: 13px;
    font-weight: bold;
  }
  #JERSEY .style__btm__df li:last-of-type {
    width: 66%;
  }
  #JERSEY .style__btm__df li:last-of-type .txt {
    margin-top: 40px;
  }
  #JERSEY .style__btm__df li:last-of-type .img {
    margin-top: 20px;
  }
  #JERSEY .style__btm__df li:last-of-type .img picture {
    position: relative;
  }
  #JERSEY .style__btm__df li:last-of-type .img picture::after {
    content: "F31031";
    bottom: -10px;
    right: -50px;
    position: absolute;
    font-family: "Shippori Mincho", serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.1rem;
  }
  #JERSEY .style--01 h2::before {
    background: url(../images/style01.svg) no-repeat;
    background-size: contain;
    background-position: center;
  }
  #JERSEY .style--01 .style__top__rgt img {
    width: 115%;
    margin-left: -55px;
  }
  #JERSEY .style--01 .style__btm__blk__txt__img picture {
    display: block;
    position: relative;
  }
  #JERSEY .style--01 .style__btm__blk__txt__img picture::after {
    content: "ジャージースーツ ￥85,800（税込） F31032";
    font-weight: bold;
    bottom: 0;
    right: 0;
    position: absolute;
    font-family: "Shippori Mincho", serif;
    font-size: 13px;
  }
  #JERSEY .style--02 h2::before {
    background: url(../images/style02.svg) no-repeat;
    background-size: contain;
    background-position: center;
  }
  #JERSEY .style--02 .style__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #JERSEY .style--02 .style__top::before {
    left: auto;
    right: 17%;
    top: 120px;
    height: 75%;
  }
  #JERSEY .style--02 .style__top__lft {
    margin-top: 100px;
    width: 45%;
  }
  #JERSEY .style--02 .style__top__rgt img {
    width: 115%;
    margin-left: -25px;
    margin-top: 17px;
  }
  #JERSEY .style--02 .style__btm {
    margin-top: -30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(15%, #fff), color-stop(15%, #EAE9E5), color-stop(82%, #EAE9E5), color-stop(82%, #fff), to(#fff));
    background: linear-gradient(180deg, #fff 0%, #fff 15%, #EAE9E5 15%, #EAE9E5 82%, #fff 82%, #fff 100%);
  }
  #JERSEY .style--02 .style__btm .inrWidth::before {
    content: "";
    left: auto;
    right: -30px;
    top: 10px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #JERSEY .style--02 .style__btm .inrWidth::after {
    right: auto;
    left: -50px;
    bottom: 15px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #JERSEY .style--02 .style__btm__df {
    max-width: 790px;
  }
  #JERSEY .style--02 .style__btm__df li:last-of-type .txt {
    margin-top: 50px;
  }
  #JERSEY .style--03 {
    margin-top: 50px;
  }
  #JERSEY .style--03 h2::before {
    background: url(../images/style03.svg) no-repeat;
    background-size: contain;
    background-position: center;
  }
  #JERSEY .style--03 .style__top::before {
    left: 18%;
    top: 100px;
  }
  #JERSEY .style--03 .style__top__lft {
    width: 45%;
    margin-top: 80px;
  }
  #JERSEY .style--03 .style__top__rgt img {
    width: 115%;
    margin-left: -40px;
  }
  #JERSEY .style--03 .style__btm {
    margin-top: 40px;
  }
  #JERSEY .style--03 .style__btm__blk {
    padding: 55px 0 120px 30px;
  }
  #JERSEY .style--03 .style__btm__blk__txt {
    padding-left: 0;
  }
  #JERSEY .style--03 .style__btm .inrWidth::before {
    top: -40px;
    left: -30px;
  }
  #JERSEY .style--03 .style__btm .inrWidth::after {
    bottom: -75px;
    right: -45px;
  }
  #JERSEY .style--03 .style__btm__blk__txt__img {
    top: -90px;
  }
  #JERSEY .style--03 .style__btm__blk__txt__img picture {
    display: block;
    position: relative;
  }
  #JERSEY .style--03 .style__btm__blk__txt__img picture::after {
    content: "ジャージージャケット ￥55,000（税込）～";
    font-weight: bold;
    bottom: 20px;
    right: 0;
    position: absolute;
    font-family: "Shippori Mincho", serif;
    font-size: 13px;
  }
  #JERSEY .fablic {
    margin-top: 150px;
    padding: 80px 0;
    overflow: hidden;
  }
  #JERSEY .fablic .inrWidth {
    position: relative;
  }
  #JERSEY .fablic__deco01 {
    width: 510px;
    height: 600px;
    display: block;
    background: url(../images/fablic_item01.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: -45px;
    left: -35%;
    z-index: 0;
  }
  #JERSEY .fablic__deco01__bg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  #JERSEY .fablic__deco01__bg p {
    position: absolute;
    bottom: 30px;
    left: 50%;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  #JERSEY .fablic__deco01__bg p:last-of-type {
    top: 25px;
    right: 64px;
    text-align: right;
    line-height: 1.4;
  }
  #JERSEY .fablic__deco02 {
    width: 500px;
    height: 500px;
    display: block;
    background: url(../images/fablic_item02.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: -10px;
    right: -17%;
    z-index: 1;
  }
  #JERSEY .fablic__deco02__bg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  #JERSEY .fablic__deco02__bg p {
    position: absolute;
    top: 155px;
    left: 130px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  #JERSEY .fablic__deco02__bg p:last-of-type {
    top: auto;
    right: 36%;
    left: auto;
    bottom: -20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
  }
  #JERSEY .fablic__blk {
    max-width: 700px;
    position: relative;
  }
  #JERSEY .fablic__blk::before {
    content: "";
    width: 800px;
    height: 1px;
    background: #000;
    position: absolute;
    top: -55px;
    left: 0;
  }
  #JERSEY .fablic__blk::after {
    content: "";
    width: 475px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -72px;
    right: -290px;
  }
  #JERSEY .fablic__blk h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }
  #JERSEY .fablic__blk p {
    position: relative;
    z-index: 1;
  }
  #JERSEY .fablic__blk ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 1;
  }
  #JERSEY .fablic__blk ul li {
    width: 31%;
  }
  #JERSEY .fablic__blk ul li img {
    max-width: none;
    width: 130%;
    margin-left: -13%;
  }
  #JERSEY .fablic__blk ul li p {
    text-align: center;
    font-weight: bold;
    margin-top: -35px;
    font-size: 13px;
    letter-spacing: 0.1rem;
  }
  #JERSEY .dress {
    margin-top: 100px;
  }
  #JERSEY .dress__top {
    background: #E2DAD0;
    background: -webkit-gradient(linear, left top, left bottom, from(#E2DAD0), color-stop(95%, #E2DAD0), color-stop(95%, #fff), to(#fff));
    background: linear-gradient(180deg, #E2DAD0 0%, #E2DAD0 95%, #fff 95%, #fff 100%);
  }
  #JERSEY .dress__top .inrWidth {
    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;
  }
  #JERSEY .dress__top__lft {
    width: 50%;
    margin-top: 30px;
  }
  #JERSEY .dress__top__lft img {
    max-width: unset;
    width: 83%;
    margin-left: 64px;
    margin-bottom: -80px;
    margin-top: 40px;
  }
  #JERSEY .dress__top__rgt {
    width: 50%;
    position: relative;
  }
  #JERSEY .dress__top__rgt::before {
    content: "";
    width: 225px;
    height: 180%;
    display: block;
    background: #fff;
    position: absolute;
    top: -40px;
    left: 10%;
    z-index: 0;
  }
  #JERSEY .dress__top__rgt h2 {
    font-size: 54px;
    margin-bottom: 40px;
    position: relative;
  }
  #JERSEY .dress__top__rgt h3 {
    font-size: 30px;
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid #000;
    position: relative;
    line-height: 1.4;
  }
  #JERSEY .dress__top__rgt h3 span {
    color: #C66414;
  }
  #JERSEY .dress__top__rgt p {
    position: relative;
  }
  #JERSEY .dress__btm {
    max-width: 670px;
    margin: 150px auto 70px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 0;
    position: relative;
  }
  #JERSEY .dress__btm::before {
    content: "";
    width: 115px;
    height: 50px;
    display: block;
    background: url(../images/price.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: -50px;
    left: 0;
  }
  #JERSEY .dress__btm p {
    text-align: center;
    font-size: 24px;
    line-height: 2;
    font-weight: bold;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .hd__float {
    display: none;
  }

  .inrWidth {
    width: 90%;
  }

  header {
    background: #EAE9E5;
  }

  .slide_area {
    padding: 50px 0 30px;
  }
  .slide_area .slick-dots {
    bottom: -10px;
  }
  .slide_area .slick-dots li {
    width: 48px;
    height: 2px;
  }
  .slide_area .slick-dots li button {
    width: 48px;
    height: 2px;
    background: #000;
    padding: 0;
  }
  .slide_area .slick-dots li button::before {
    content: none;
  }
  .slide_area .slick-dots li.slick-active button {
    background: #C66414;
  }

  .mv {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
  }

  main {
    overflow: hidden;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#EAE9E5), color-stop(0.3%, #EAE9E5), color-stop(0.3%, #fff), to(#fff));
    background: linear-gradient(180deg, #EAE9E5 0%, #EAE9E5 0.3%, #fff 0.3%, #fff 100%);
  }

  #JERSEY section h2 {
    font-size: 19px;
    letter-spacing: 0.03em;
  }
  #JERSEY section h2 span {
    color: #C66414;
  }
  #JERSEY section p {
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
  }
  #JERSEY .leadtxt {
    position: relative;
  }
  #JERSEY .leadtxt__blk h2 {
    margin-bottom: 20px;
  }
  #JERSEY .leadtxt__blk h2 strong {
    font-size: 27px;
    color: #C66414;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-left: -10px;
    font-weight: normal;
  }
  #JERSEY .leadtxt__btmblk {
    width: 100%;
    background: #EAE9E5;
    margin-top: 70px;
    padding: 85px 5% 20px;
    position: relative;
  }
  #JERSEY .leadtxt__btmblk h2 {
    position: absolute;
    top: -15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    text-align: center;
    width: 100%;
  }
  #JERSEY .leadtxt__btmblk p {
    max-width: 640px;
    margin: 0 auto;
  }
  #JERSEY .leadtxt__btmblk p.price {
    font-size: 24px;
    text-align: right;
    font-weight: bold;
  }
  #JERSEY .leadtxt__btmblk p.price span {
    font-size: 17px;
  }
  #JERSEY .style {
    margin-top: 190px;
    margin-bottom: 0;
  }
  #JERSEY .style__top {
    position: relative;
  }
  #JERSEY .style__top::before {
    content: "";
    width: 200px;
    height: 77%;
    display: block;
    background: #EAE9E5;
    position: absolute;
    top: -50px;
    left: 6%;
    z-index: 0;
  }
  #JERSEY .style__top__lft {
    width: 280px;
  }
  #JERSEY .style__top__lft h2 {
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    line-height: 1.4;
    position: relative;
  }
  #JERSEY .style__top__lft h2::before {
    content: "";
    width: 110px;
    height: 60px;
    display: block;
    position: absolute;
    top: -70px;
    left: 0;
  }
  #JERSEY .style__top__lft p {
    position: relative;
  }
  #JERSEY .style__top__rgt p {
    position: relative;
  }
  #JERSEY .style__top__rgt p.sp {
    padding-left: 50px;
  }
  #JERSEY .style__top__rgt img {
    max-width: none;
    width: 105%;
  }
  #JERSEY .style__btm {
    margin-top: 30px;
    background: #EAE9E5;
    background: -webkit-gradient(linear, left top, left bottom, from(#EAE9E5), color-stop(82%, #EAE9E5), color-stop(82%, #fff), to(#fff));
    background: linear-gradient(180deg, #EAE9E5 0%, #EAE9E5 82%, #fff 82%, #fff 100%);
  }
  #JERSEY .style__btm .inrWidth {
    position: relative;
  }
  #JERSEY .style__btm .inrWidth::before {
    content: "";
    display: block;
    width: 140px;
    height: 300px;
    position: absolute;
    top: -60px;
    left: -30px;
    background: url(../images/blk_deco01.svg) no-repeat;
    background-size: contain;
    background-position: center;
  }
  #JERSEY .style__btm .inrWidth::after {
    content: "";
    display: block;
    width: 140px;
    height: 300px;
    position: absolute;
    bottom: 30px;
    right: -13%;
    right: -45px;
    background: url(../images/blk_deco02.svg) no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 0;
  }
  #JERSEY .style__btm__blk {
    padding: 40px 5%;
  }
  #JERSEY .style__btm__blk__txt {
    position: relative;
  }
  #JERSEY .style__btm__blk__txt__img {
    margin-top: 10px;
    display: block;
    position: relative;
    z-index: 1;
  }
  #JERSEY .style__btm__df {
    padding: 50px 5% 0;
    max-width: 730px;
    margin: 0 auto;
  }
  #JERSEY .style__btm__df li:last-of-type .txt {
    margin-top: 0;
  }
  #JERSEY .style__btm__df li:last-of-type .img {
    margin-top: 10px;
    position: relative;
    z-index: 1;
  }
  #JERSEY .style__btm__df li:last-of-type .img span {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    font-weight: bold;
    text-align: right;
  }
  #JERSEY .style--01 h2::before {
    background: url(../images/style01.svg) no-repeat;
    background-size: contain;
    background-position: center;
  }
  #JERSEY .style--01 .style__btm__blk__txt__img picture {
    display: block;
    position: relative;
  }
  #JERSEY .style--01 .style__btm__blk__txt__img picture::after {
    content: "ジャージースーツ ￥85,800（税込） F31032";
    font-weight: bold;
    bottom: -30px;
    right: 0;
    position: absolute;
    font-family: "Shippori Mincho", serif;
    font-size: 13px;
  }
  #JERSEY .style--02 {
    margin-top: 130px;
  }
  #JERSEY .style--02 h2::before {
    background: url(../images/style02.svg) no-repeat;
    background-size: contain;
    background-position: center;
  }
  #JERSEY .style--02 .style__top::before {
    left: auto;
    right: 7%;
    height: 84%;
  }
  #JERSEY .style--02 .style__top__lft {
    margin-left: auto;
    width: 300px;
  }
  #JERSEY .style--02 .style__top__lft h2::before {
    left: unset;
    right: 5%;
  }
  #JERSEY .style--02 .style__top__rgt p.sp {
    padding-left: 0;
    padding-right: 30px;
  }
  #JERSEY .style--02 .style__btm {
    background: -webkit-gradient(linear, left top, left bottom, from(#EAE9E5), color-stop(75%, #EAE9E5), color-stop(75%, #fff), to(#fff));
    background: linear-gradient(180deg, #EAE9E5 0%, #EAE9E5 75%, #fff 75%, #fff 100%);
  }
  #JERSEY .style--02 .style__btm .inrWidth::before {
    content: "";
    left: auto;
    right: -33px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #JERSEY .style--02 .style__btm .inrWidth::after {
    right: auto;
    left: -50px;
    bottom: 70px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #JERSEY .style--03 h2::before {
    background: url(../images/style03.svg) no-repeat;
    background-size: contain;
    background-position: center;
  }
  #JERSEY .style--03 .style__top::before {
    left: 8%;
    top: -55px;
    height: 83%;
  }
  #JERSEY .style--03 .style__top__lft {
    width: 300px;
  }
  #JERSEY .style--03 .style__btm__blk__txt {
    padding-left: 0;
  }
  #JERSEY .style--03 .style__btm__blk__txt__img picture {
    display: block;
    position: relative;
  }
  #JERSEY .style--03 .style__btm__blk__txt__img picture::after {
    content: "ジャージージャケット ￥55,000（税込）～";
    font-weight: bold;
    bottom: -30px;
    right: 0;
    position: absolute;
    font-family: "Shippori Mincho", serif;
    font-size: 13px;
  }
  #JERSEY .fablic {
    margin-top: 100px;
    padding: 80px 0 250px;
    overflow: hidden;
  }
  #JERSEY .fablic .inrWidth {
    position: relative;
  }
  #JERSEY .fablic__deco01 {
    width: 219px;
    height: 219px;
    display: block;
    background: url(../images/fablic_item01.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: -97px;
    left: 59%;
    z-index: 1;
  }
  #JERSEY .fablic__deco01__bg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  #JERSEY .fablic__deco01__bg p {
    position: absolute;
    bottom: -10px;
    left: 80px;
    font-size: 13px;
    font-weight: bold;
  }
  #JERSEY .fablic__deco01__bg p:last-of-type {
    top: 13px;
    right: auto;
    left: -75px;
    line-height: 1.4;
  }
  #JERSEY .fablic__deco02 {
    width: 270px;
    height: 270px;
    display: block;
    background: url(../images/fablic_item02.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: -250px;
    right: -18%;
    z-index: 1;
  }
  #JERSEY .fablic__deco02__bg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  #JERSEY .fablic__deco02__bg p {
    position: absolute;
    bottom: 20px;
    right: 65px;
    font-size: 13px;
    font-weight: bold;
  }
  #JERSEY .fablic__deco02__bg p:last-of-type {
    top: 50px;
    bottom: auto;
    left: -40px;
    line-height: 1.4;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) and (min-width: 521px) {
  #JERSEY .fablic__deco02 {
    right: -10%;
  }
}
@media screen and (max-width: 768px) {
  #JERSEY .fablic__blk {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
  }
  #JERSEY .fablic__blk::before {
    content: "";
    width: 280px;
    height: 1px;
    background: #000;
    position: absolute;
    top: -30px;
    left: -20px;
    z-index: 0;
  }
  #JERSEY .fablic__blk::after {
    content: "";
    width: 480px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -20px;
    right: -230px;
  }
  #JERSEY .fablic__blk h2 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 24px;
    position: relative;
    z-index: 2;
  }
  #JERSEY .fablic__blk p {
    position: relative;
    z-index: 1;
  }
  #JERSEY .fablic__blk ul {
    max-width: 340px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 1;
  }
  #JERSEY .fablic__blk ul li {
    width: 48%;
    margin: 0 0.5%;
  }
  #JERSEY .fablic__blk ul li img {
    max-width: none;
    width: 130%;
    margin-left: -13%;
  }
  #JERSEY .fablic__blk ul li p {
    text-align: center;
    font-weight: bold;
    margin-top: -25px;
    font-size: 13px;
    letter-spacing: 0.1rem;
  }
  #JERSEY .fablic__blk ul li:nth-of-type(n + 3) {
    margin-top: -10px;
  }
}
@media screen and (max-width: 768px) {
  #JERSEY .dress {
    margin-top: 50px;
  }
  #JERSEY .dress__top {
    background: #E2DAD0;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(3.5%, #fff), color-stop(3.5%, #E2DAD0), to(#E2DAD0));
    background: linear-gradient(180deg, #fff 0%, #fff 3.5%, #E2DAD0 3.5%, #E2DAD0 100%);
    padding-bottom: 40px;
  }
  #JERSEY .dress__top__lft {
    margin-top: 30px;
  }
  #JERSEY .dress__top__lft h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
  }
  #JERSEY .dress__top__lft p {
    position: relative;
    text-align: center;
  }
  #JERSEY .dress__top__lft p::before {
    content: "";
    width: 225px;
    height: 104%;
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    left: -7%;
    z-index: 0;
  }
  #JERSEY .dress__top__lft img {
    position: relative;
    z-index: 1;
  }
  #JERSEY .dress__top__rgt {
    position: relative;
  }
  #JERSEY .dress__top__rgt h3 {
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #000;
    position: relative;
    line-height: 1.4;
  }
  #JERSEY .dress__top__rgt h3 span {
    color: #C66414;
  }
  #JERSEY .dress__top__rgt p {
    position: relative;
  }
  #JERSEY .dress__btm {
    max-width: 670px;
    margin: 135px auto 70px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 20px 0;
    position: relative;
  }
  #JERSEY .dress__btm::before {
    content: "";
    width: 100px;
    height: 45px;
    display: block;
    background: url(../images/price.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: -40px;
    left: 0;
  }
  #JERSEY .dress__btm p {
    text-align: center;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
  }
  #JERSEY .dress__btm p span {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .web_btn {
    text-align: center;
    margin-bottom: 80px;
  }
  .web_btn a {
    display: inline-block;
    width: 100%;
    max-width: 375px;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
    background: #C66414;
    color: #fff;
  }
  .web_btn--top {
    margin-top: 30px;
  }
}
/* SP ここまで */
.w110 {
  display: none;
}

@media screen and (max-width: 1100px) {
  .w110 {
    display: block;
  }
}
#ft {
  background: #eee;
  padding: 80px 0 0;
}

#ft .inner {
  max-width: 1000px;
}

#ft .img {
  text-align: center;
}

#ft .footerimg {
  margin-bottom: 100px;
}

#ft .shop {
  margin-bottom: 30px;
}

#ft .shopList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 834px;
  margin: 32px auto 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 129px;
}

#ft .shopList li {
  width: 169px;
  margin-bottom: 10px;
}

#ft .shopList li a {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #000;
  text-decoration: none;
}

#ft .shopList li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #ft {
    background: #eee;
    padding: 70px 0 0;
  }

  #ft .inner {
    max-width: 1000px;
  }

  #ft .footerimg {
    margin-bottom: 40px;
  }

  #ft .shop {
    margin-bottom: 25px;
    text-align: left;
  }

  #ft .shop img {
    width: 110px;
  }

  #ft .shopList {
    width: 100%;
    margin: 12px auto 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }

  #ft .shopList li {
    width: 50%;
  }

  #ft .shopList li a {
    font-size: 14px;
    line-height: 1.3em;
  }
}
.hd__nav {
  position: fixed;
  top: 30px;
  right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100000;
}

.hd__nav a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  margin: 0 23px;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.hd__nav a:hover {
  text-decoration: underline;
}

.hd {
  position: relative;
}

.hd__scroll {
  position: absolute;
  bottom: 4%;
  left: 6%;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  line-height: 1;
}
.hd__scroll span {
  position: relative;
}
@media (max-width: 1200px) {
  .hd__scroll {
    left: 3%;
  }
}
@media (max-width: 1100px) {
  .hd__scroll {
    left: 1%;
  }
}

.hd__scroll:after {
  content: "";
  display: block;
  width: 1px;
  height: 150px;
  background: #000;
  position: absolute;
  bottom: -160px;
  left: 32%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.slideWarp {
  position: relative;
  mix-blend-mode: multiply;
}

.kigokochi:before,
.kigokochi:after,
.kikonashi:before,
.kikonashi:after,
.kimawashi:before,
.kimawashi:after,
.slideWarp__txt--ttl--main:before,
.slideWarp__txt--ttl--main:after,
.coordinate__ttl:before,
.coordinate__ttl:after,
.fabric__blk:before,
.fabric__blk:after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 100;
  mix-blend-mode: multiply;
  pointer-events: none;
}

.slideWarp__txt--ttl--main {
  position: relative;
  padding: 20px 0;
}

.slideWarp__txt--ttl--main:before {
  background-image: url(../images/title_top.svg);
  width: 105px;
  height: 70px;
  top: -20px;
}

.slideWarp__txt--ttl--main:after {
  background-image: url(../images/title_btm.svg);
  width: 80px;
  height: 92px;
  bottom: -25px;
}

.slideWarp__txt--ttl--main strong span {
  position: relative;
}

.slideWarp__txt--ttl--main strong span:before {
  content: "・";
  position: absolute;
  top: -15px;
  left: 50%;
  font-size: 40px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.kigokochi:before {
  background-image: url(../images/deco_tw.svg);
  width: 350px;
  height: 130px;
  top: 0;
  right: 0;
}

.kigokochi:after {
  background-image: url(../images/deco_bw.svg);
  width: 635px;
  height: 236px;
  bottom: 0;
  left: 0;
  background-position: left bottom;
}

.kigokochi .slideWarp__txt--ttl--main:before {
  left: 25px;
}

.kigokochi .slideWarp__txt--ttl--main:after {
  right: 45px;
}

.kikonashi:before {
  background-image: url(../images/deco_th.svg);
  width: 167px;
  height: 450px;
  top: 0;
  right: 0;
}

.kikonashi:after {
  background-image: url(../images/deco_bh.svg);
  width: 95px;
  height: 255px;
  bottom: 0;
  left: 0;
  background-position: left bottom;
}

.kikonashi .slideWarp__txt--ttl--main:before {
  left: 15px;
}

.kikonashi .slideWarp__txt--ttl--main:after {
  right: 15px;
}

.kikonashi .slideWarp__pict .swiper-pagination {
  left: auto;
  right: 10px;
}

.kimawashi:before {
  background-image: url(../images/deco_tw.svg);
  width: 515px;
  height: 191px;
  top: 0;
  right: 0;
}

.kimawashi:after {
  background-image: url(../images/deco_bw.svg);
  width: 350px;
  height: 130px;
  bottom: 0;
  left: 0;
  background-position: left bottom;
}

.kimawashi .slideWarp__txt--ttl--main:before {
  left: 15px;
}

.kimawashi .slideWarp__txt--ttl--main:after {
  right: 15px;
}

.coordinate {
  margin-top: 80px;
  padding: 0 0 80px 0;
}

.coordinate__wrap {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
}

.coordinate__ttl {
  position: relative;
  width: 630px;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 30px;
  line-height: 1.75;
}

.coordinate__ttl strong {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  color: #586854;
}

.coordinate__ttl:before {
  background-image: url(../images/title_top.svg);
  width: 105px;
  height: 70px;
  top: -20px;
  left: -25px;
}

.coordinate__ttl:after {
  background-image: url(../images/title_btm.svg);
  width: 80px;
  height: 92px;
  bottom: -25px;
  right: -20px;
}

.coordinate__blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.coordinate__blk--img {
  width: calc(96% - 390px);
}

.coordinate__blk--txt {
  width: 390px;
  font-size: 14px;
  line-height: 2.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  text-align: justify;
}

.fabric {
  background: #F5EFEB;
  padding: 140px 0 120px;
}

.fabric__ttl {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.005em;
}

.fabric__ttl span {
  position: relative;
}

.fabric__ttl img {
  position: absolute;
  top: -40px;
  left: -60px;
  width: 218px;
}

.fabric__blk {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
}

.fabric__blk--img {
  width: 33.33%;
  cursor: pointer;
}

.fabric__blk--img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fabric__blk--img:hover img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.fabric__blk--img.open img {
  position: fixed;
  inset: 0;
  margin: auto;
  z-index: 999997;
}

.fabric__blk:before {
  background-image: url(../images/title_top.svg);
  width: 105px;
  height: 70px;
  top: -35px;
  left: -20px;
}

.fabric__blk:after {
  background-image: url(../images/title_btm.svg);
  width: 80px;
  height: 92px;
  bottom: -25px;
  right: -15px;
}

.fabric__txt {
  margin: 15px 0 45px;
  font-size: 15px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
}

.link__btn {
  background: #586854;
}

body {
  position: relative;
}

.totop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  width: 95px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.totop:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 15px;
  margin-top: 10px;
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  body {
    width: 1000px;
  }
}
.popup_close {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  cursor: pointer;
}

.popup_bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 999995;
}

@media screen and (max-width: 768px) {
  .hd__logoWrap {
    top: 15px;
  }

  .hd__logo {
    width: 150px;
  }

  .hd__nav {
    display: none;
  }

  .hd__scroll {
    bottom: 3%;
    left: 10%;
  }

  .lead {
    margin: 0 0 30px;
    padding: 0;
  }

  .lead__main {
    font-size: 18px;
  }

  .slideWarp__pict {
    width: 50%;
  }

  .slideWarp__txt {
    position: relative;
    width: 70%;
    margin-left: -20%;
    padding-top: 20px;
    z-index: 10;
    pointer-events: none;
  }

  .slideWarp__txt--ttl {
    font-size: 21px;
  }

  .slideWarp__txt--ttl--main strong {
    font-size: 42px;
  }

  .swiper-container {
    height: 500px;
  }

  .swiper-slide {
    overflow: hidden;
  }

  .swiper-slide img {
    width: auto;
    max-width: none;
    height: 500px;
    -webkit-transform: translate(-32%, 0);
            transform: translate(-32%, 0);
  }

  .slideWarp__txt--ttl--main:before {
    width: 73px;
    height: 43px;
    left: -20px !important;
    top: -15px;
  }

  .slideWarp__txt--ttl--main:after {
    width: 56px;
    height: 82px;
    right: 5px !important;
    bottom: -40px;
  }

  .slideWarp__txt--ttl {
    margin-top: 0;
    max-width: 350px;
  }

  .slideWarp__txt--ttl--main strong span:before {
    font-size: 30px;
    top: -10px;
  }

  .slideWarp__txt--ttl--main {
    padding: 10px 0;
  }

  .slideWarp__txt--cnt {
    width: 70%;
    margin-left: auto;
    margin-right: 0;
  }

  .kigokochi {
    padding: 45px 0 0px;
  }

  .kigokochi .slideWarp__pict {
    padding-top: 100px;
  }

  .kigokochi:before {
    width: 65%;
    height: 100%;
  }

  .kigokochi:after {
    width: 45%;
    height: 100%;
  }

  .kikonashi .slideWarp__txt {
    margin-left: 0;
    margin-right: -20%;
    padding-top: 0;
  }

  .kikonashi .swiper-container {
    height: 390px;
    margin-top: 225px;
  }

  .kikonashi .swiper-slide img {
    height: 390px;
    -webkit-transform: translate(-15%, 0);
            transform: translate(-15%, 0);
  }

  .kikonashi .slideWarp__txt--ttl--main:after {
    right: -15px !important;
  }

  .kikonashi .slideWarp__txt--cnt {
    width: 70%;
    margin-right: auto;
    margin-left: 0;
  }

  .kikonashi:before {
    width: 25%;
    height: 100%;
  }

  .kikonashi:after {
    width: 10%;
    height: 100%;
  }

  .kikonashi .slideWarp__pict .swiper-pagination {
    left: auto;
    right: 10px;
  }

  .kimawashi .swiper-container {
    height: 420px;
    margin-top: 160px;
  }

  .kimawashi .swiper-slide img {
    height: 420px;
  }

  .kimawashi .slideWarp__txt {
    padding-top: 90px;
  }

  .kimawashi .slideWarp__txt--ttl--main:after {
    right: -15px !important;
  }

  .kimawashi:before {
    width: 65%;
    height: 100%;
  }

  .kimawashi:after {
    width: 45%;
    height: 100%;
  }

  .coordinate {
    margin-top: 50px;
    padding: 0 0 40px 0;
  }

  .coordinate__wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }

  .coordinate__ttl {
    width: 90%;
    font-size: 21px;
    letter-spacing: -3px;
  }

  .coordinate__ttl strong {
    font-size: 28px;
  }

  .coordinate__ttl:before {
    width: 73px;
    height: 43px;
    top: -25px;
    left: -5px;
  }

  .coordinate__ttl:after {
    width: 56px;
    height: 82px;
    bottom: -25px;
    right: -10px;
  }

  .coordinate__blk {
    display: block;
  }

  .coordinate__blk--img {
    width: 100%;
  }

  .coordinate__blk--txt {
    width: 90%;
    margin: 0 auto 0;
    font-size: 14px;
    line-height: 1.7;
  }

  .fabric {
    padding: 60px 0 80px;
  }

  .fabric__ttl {
    font-size: 28px;
  }

  .fabric__ttl img {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 150px;
  }

  .fabric__blk {
    width: 90%;
    padding: 30px 0;
    margin-top: 50px;
  }

  .fabric__blk--img {
    width: 50%;
    cursor: pointer;
  }

  .fabric__blk--img img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }

  .fabric__blk:before {
    width: 73px;
    height: 43px;
    top: -20px;
    left: -5px;
  }

  .fabric__blk:after {
    width: 56px;
    height: 82px;
    bottom: -35px;
    right: -10px;
  }

  .fabric__txt {
    margin: 25px 0 45px;
    font-size: 15px;
    line-height: 2;
    letter-spacing: -1px;
  }

  .link__btn {
    background: #586854;
  }

  .link__btn {
    height: 60px;
  }
  .link__btn span {
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 500px) {
  .swiper-slide img {
    -webkit-transform: translate(0) !important;
            transform: translate(0) !important;
  }
}