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

.express_blk {
  margin-top: 40px;
  text-align: center;
}
.express_blk h2 {
  margin-bottom: 60px;
}
.express_blk h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin: 30px 0;
  position: relative;
}
.express_blk h3 span {
  position: relative;
  z-index: 1;
}
.express_blk p {
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.02em;
}
.express_blk__btn {
  display: inline-block;
  margin-top: 80px;
}
.express_blk__btn--1st a {
  letter-spacing: 0.1em;
}
.express_blk__btn--last {
  margin-top: 25px;
}
.express_blk__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 410px;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
  position: relative;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.express_blk__btn a:hover {
  opacity: 1;
  color: #585858;
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}
.express_blk__btn a img {
  width: 70px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.express_blk__btn a::before {
  content: "";
  position: absolute;
  top: -1px;
  width: 100%;
  height: 2px;
  background: #FCD67A;
  display: block;
}
.express_blk__btn a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #FCD67A;
  display: block;
}
.express_blk--1st h3::after {
  content: "";
  width: 580px;
  height: 200px;
  background: url(../images/deco01.svg) no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: -80px;
  right: -4%;
  z-index: 0;
}
.express_blk--2nd__wrapper {
  padding: 0 0 0 10%;
}
.express_blk--2nd__img {
  float: right;
  margin-top: -95px;
  margin-right: -25px;
  width: 420px;
  position: relative;
}
.express_blk--2nd h3 {
  text-align: left;
  margin: 40px 0;
}
.express_blk--2nd h3::after {
  content: "";
  width: 500px;
  height: 190px;
  background: url(../images/deco02.svg) no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 15px;
  left: -14%;
  z-index: 0;
}
.express_blk--2nd p {
  text-align: left;
  position: relative;
  z-index: 1;
}
.express_blk--2nd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px 10% 0;
}
.express_blk--2nd ul li:last-of-type {
  margin-left: 25px;
}
.express_blk--2nd .smltxt {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 20px;
  line-height: 1.6;
}
.express_blk--3rd {
  margin-bottom: 45px;
}
.express_blk--3rd__wrapper {
  padding: 0 10% 0 0;
}
.express_blk--3rd__img {
  float: left;
  margin-top: -150px;
  position: relative;
  width: 350px;
}
.express_blk--3rd h3 {
  text-align: right;
}
.express_blk--3rd h3::after {
  content: "";
  width: 300px;
  height: 100px;
  background: url(../images/deco03.svg) no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 30px;
  right: -15%;
  z-index: 0;
}
.express_blk--3rd__smltxt {
  margin-top: 20px;
  padding-left: 390px;
}
.express_blk--3rd p {
  text-align: right;
  position: relative;
  z-index: 1;
}
.express_blk--3rd p.indent {
  text-align: left;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 2;
  letter-spacing: 0;
}
.express_blk--3rd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 10% 0;
}
.express_blk--3rd ul img {
  width: 410px;
}

#snap h2 {
  font-size: 21px;
  padding: 50px 0;
}
#snap .post-data h3 {
  font-size: 15px;
}
#snap .post-data time {
  font-size: 12px;
}
#snap .more {
  font-size: 12px;
}
#snap .more:before, #snap .circle.icons:before, #snap #menu-primary .sub-menu .has-child > a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 10px;
}

.web_btn {
  text-align: center;
  margin-bottom: 150px;
}
.web_btn a {
  display: inline-block;
  width: 400px;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
  background: #3E3A39;
  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);
}

.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) {
  .top-section {
    padding: 0 45px 90px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .hd__float {
    display: none;
  }

  .inrWidth {
    width: 85%;
  }

  main {
    overflow: hidden;
  }

  .express_blk {
    margin-top: 10px;
    text-align: center;
  }
  .express_blk h2 {
    margin-bottom: 30px;
  }
  .express_blk h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    margin: 30px 0 10px;
    position: relative;
  }
  .express_blk h3 span {
    position: relative;
    z-index: 1;
  }
  .express_blk p {
    font-size: 13px;
    line-height: 1.7;
  }
  .express_blk__btn {
    display: inline-block;
    margin-top: 30px;
  }
  .express_blk__btn--last {
    margin-top: 20px;
  }
  .express_blk__btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 270px;
    font-size: 13px;
    font-weight: bold;
    padding: 15px 0;
    position: relative;
  }
  .express_blk__btn a img {
    width: 20px;
  }
  .express_blk__btn a::before {
    content: "";
    position: absolute;
    top: -1px;
    width: 100%;
    height: 2px;
    background: #FCD67A;
    display: block;
  }
  .express_blk__btn a::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #FCD67A;
    display: block;
  }
  .express_blk--1st__img {
    width: 160px;
  }
  .express_blk--1st h3::after {
    content: "";
    width: 250px;
    height: 100px;
    background: url(../images/deco01.svg) no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 0;
    right: -13%;
    z-index: 0;
  }
  .express_blk--2nd {
    margin-top: 25px;
  }
  .express_blk--2nd__wrapper {
    padding: 0;
  }
  .express_blk--2nd__img {
    float: unset;
    margin-top: 0;
    margin-right: 0;
    width: 220px;
  }
  .express_blk--2nd h3 {
    text-align: center;
    margin: 20px 0 10px;
  }
  .express_blk--2nd h3::after {
    content: "";
    width: 210px;
    height: 80px;
    position: absolute;
    top: 15px;
    left: -5%;
    z-index: 0;
  }
  .express_blk--2nd p {
    text-align: center;
  }
  .express_blk--2nd ul {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px 10% 0;
  }
  .express_blk--2nd ul li {
    max-width: 350px;
    margin: 0 auto;
  }
  .express_blk--2nd ul li:last-of-type {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
  .express_blk--2nd .smltxt {
    text-align: left;
    font-size: 10px;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 10px;
    line-height: 1.6;
  }
  .express_blk--3rd {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .express_blk--3rd__wrapper {
    padding: 0;
  }
  .express_blk--3rd__img {
    float: unset;
    margin-top: -25px;
    position: relative;
    width: 200px;
  }
  .express_blk--3rd h3 {
    text-align: center;
    margin: 5px 0 10px;
  }
  .express_blk--3rd h3::after {
    content: "";
    width: 140px;
    height: 80px;
    top: 20px;
    right: -5%;
    z-index: 0;
  }
  .express_blk--3rd__smltxt {
    margin-top: 10px;
    padding: 0 3%;
  }
  .express_blk--3rd p {
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .express_blk--3rd p.indent {
    text-align: left;
    font-size: 10px;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.7;
    letter-spacing: -0.3px;
  }
  .express_blk--3rd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px 5% 0;
  }
  .express_blk--3rd ul img {
    width: 270px;
  }

  #snap .more:before, #snap .circle.icons:before, #snap #menu-primary .sub-menu .has-child > a:after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .web_btn {
    text-align: center;
    margin-bottom: 80px;
  }
  .web_btn a {
    display: inline-block;
    width: 100%;
    max-width: 375px;
    font-size: 15px;
    font-weight: bold;
    padding: 20px 0;
    background: #3E3A39;
    color: #fff;
  }
}
/* 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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 7%;
  left: 6%;
  font-size: 15px;
  color: #000;
  text-decoration: none;
}

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

.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 {
  position: absolute;
  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;
  }
}

.mv picture{
  position: relative;
}
.hd img.mark__icon{
  position: absolute;
  bottom: 6%;
  right: 12%;
  width:300px;
  max-width:300px;
  height:auto;
  z-index: 100;
} 
@media screen and (max-width: 768px) {
  .hd img.mark__icon{
    right: calc(50% - 120px);
    width:240px;
    max-width:240px;
  }
}