<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", 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: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.05em;
  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 !important;
  }
  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: 900px;
  margin: 0 auto;
}

.outerWidth {
  width: 92%;
  max-width: 1100px;
  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 {
  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: 100px;
  text-align: center;
}
.web_btn a {
  font-size: 22px;
  letter-spacing: 0.2em;
  font-weight: bold;
}
.web_btn--top {
  margin-top: 100px;
}

.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) {
  .mv {
    position: relative;
  }
  .mv img {
    width: 100%;
    height: auto;
  }
  .mv h1 {
    position: absolute;
    top: 14%;
    right: 11%;
    color: #fff;
    font-size: 42px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.34em;
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
    line-height: 1.8;
    height: 100%;
  }
  .mv h1 span {
    font-size: 16px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0 10px;
    letter-spacing: 0.4em;
    color: #c9a063;
    margin-top: 10px;
  }
  .mv p {
    position: absolute;
    bottom: 9%;
    right: 6%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .mv p {
    bottom: 4%;
  }
}
@media screen and (min-width: 769px) {
  .mv p img {
    width: 260px;
  }
  #FORMAL {
    overflow: hidden;
  }
  #FORMAL section {
    padding: 70px 0;
  }
  #FORMAL section h2 {
    font-size: 32px;
    letter-spacing: 0.2em;
    line-height: 1.4;
    color: #c9a063;
    text-align: center;
    font-weight: 500;
  }
  #FORMAL section p {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
  }
  #FORMAL nav {
    background: #001f2c;
    padding: 30px 0;
  }
  #FORMAL nav ul {
    max-width: 900px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #FORMAL nav ul li a {
    color: #c9a063;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: normal;
  }
  #FORMAL .lead__df {
    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;
  }
  #FORMAL .lead__df__ttl {
    width: 37%;
  }
  #FORMAL .lead__df__ttl h2 {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #FORMAL .lead__df__ttl img {
    width: 200px;
  }
  #FORMAL .lead__df__txt {
    width: 63%;
  }
  #FORMAL .lead__df__txt p {
    font-size: 16px;
    letter-spacing: 0.15em;
  }
  #FORMAL .kodawari {
    padding: 100px 0;
    color: #fff;
    background: url(../images/bf/img01.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #FORMAL .kodawari__inr {
    position: relative;
  }
  #FORMAL .kodawari h2 {
    text-align: left;
  }
  #FORMAL .kodawari__txt {
    margin-top: 55px;
    width: 340px;
    font-size: 18px;
  }
  #FORMAL .kodawari__price {
    margin-top: 50px;
  }
  #FORMAL .kodawari__attn {
    position: absolute;
    width: 180px;
    bottom: -1%;
    right: -9%;
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #FORMAL .kodawari__attn {
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  #FORMAL .answer {
    padding: 0;
  }
  #FORMAL .answer__df {
    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;
  }
  #FORMAL .answer__df__img {
    width: 50%;
  }
  #FORMAL .answer__df__img p {
    width: 50vw;
    margin-left: calc(450px - 50vw);
  }
  #FORMAL .answer__df__img p img {
    width: 100%;
  }
  #FORMAL .answer__df__txt {
    width: 50%;
  }
  #FORMAL .answer__df__txt__blk {
    padding: 30px 0;
    width: 320px;
    margin-left: auto;
  }
  #FORMAL .answer__df__txt__blk h2 {
    margin-bottom: 50px;
    text-align: left;
  }
  #FORMAL .answer__df__txt__blk p {
    line-height: 2;
  }
  #FORMAL .answer__df__txt__blk p img {
    width: 100%;
    margin: 70px 0 50px;
  }
  #FORMAL .answer--03 .answer__df__img p {
    margin-left: calc(550px - 50vw);
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #FORMAL .answer--03 .answer__df__img p {
    margin-left: calc(450px - 50vw);
  }
}
@media screen and (min-width: 769px) {
  #FORMAL .answer--03 .answer__df__txt__blk {
    width: 400px;
    margin-left: 15%;
  }
  #FORMAL .answer--03 .answer__df__txt__blk h2 {
    color: #000;
    margin-bottom: 30px;
  }
  #FORMAL .answer02 {
    padding: 0;
    color: #fff;
  }
  #FORMAL .answer02__top {
    position: relative;
  }
  #FORMAL .answer02__top img {
    width: 100%;
    height: auto;
  }
  #FORMAL .answer02__top__blk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #FORMAL .answer02__top__blk__inr {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #FORMAL .answer02__top__blk__inr h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #FORMAL .answer02__top__blk__inr p {
    color: #111;
    position: absolute;
    bottom: 5%;
    left: 0;
  }
  #FORMAL .answer02__btm {
    background: #001f2c;
    padding: 85px 0;
  }
  #FORMAL .answer02__btm p {
    line-height: 2.5;
    letter-spacing: 0.2em;
  }
  #FORMAL .answer04 {
    padding: 0;
    color: #fff;
  }
  #FORMAL .answer04__top {
    padding: 100px 0;
    background: url(../images/bf/img06.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #FORMAL .answer04__top__blk {
    width: 330px;
    margin-left: auto;
    margin-right: 4%;
  }
  #FORMAL .answer04__top__blk h2 {
    text-align: left;
    margin-bottom: 50px;
  }
  #FORMAL .answer04__top__blk p {
    line-height: 2.2;
    letter-spacing: 0.12em;
  }
  #FORMAL .answer04__btm img {
    width: 100%;
  }
  #FORMAL .answer05 {
    padding: 0;
  }
  #FORMAL .answer05__top {
    padding: 80px 0;
    max-width: 950px;
    margin: 0 auto;
  }
  #FORMAL .answer05__top h2 {
    margin-bottom: 80px;
  }
  #FORMAL .answer05__top p:last-of-type {
    margin-top: 40px;
  }
  #FORMAL .answer05__btm img {
    width: 100%;
  }
  #FORMAL .last {
    background: #001f2c;
    text-align: center;
  }
  #FORMAL .last__bnr a {
    display: block;
    text-align: center;
    width: 560px;
    margin: 0 auto;
  }
  #FORMAL .last__bnr a img {
    width: 100%;
  }
  #FORMAL .last__logo {
    margin: 70px 0 0;
  }
  #FORMAL .last__logo a {
    display: block;
    text-align: center;
    width: 240px;
    margin: 0 auto;
  }
  #FORMAL .last__logo img {
    width: 100%;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
  .hd__float {
    display: none;
  }
  .inrWidth {
    width: 90%;
  }
  .mv {
    width: 100%;
    margin: 0 auto;
  }
  main {
    overflow: hidden;
    background: #fff;
  }
  .mv {
    position: relative;
  }
  .mv img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mv h1 {
    position: absolute;
    top: 20%;
    right: 11%;
    color: #fff;
    font-size: 30px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.34em;
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
    line-height: 1.8;
  }
  .mv h1 span {
    font-size: 12px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 0 10px;
    letter-spacing: 0.3em;
    color: #c9a063;
    margin-top: 5px;
  }
  .mv p {
    position: absolute;
    bottom: 9%;
    right: 4%;
  }
  .mv p img {
    width: 160px;
    height: auto;
  }
  #FORMAL {
    overflow: hidden;
  }
  #FORMAL section {
    padding: 35px 0;
  }
  #FORMAL section h2 {
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 1.4;
    color: #c9a063;
    text-align: center;
    font-weight: 500;
  }
  #FORMAL section p {
    font-size: 12px;
    line-height: 1.8;
    text-align: justify;
  }
  #FORMAL nav {
    background: #001f2c;
    padding: 30px 0;
  }
  #FORMAL nav ul {
    max-width: 900px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #FORMAL nav ul li a {
    color: #c9a063;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: normal;
  }
  #FORMAL .lead {
    margin-bottom: 0;
  }
  #FORMAL .lead__df__ttl h2 {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #FORMAL .lead__df__ttl img {
    width: 150px;
    display: block;
    margin: 0 auto;
  }
  #FORMAL .lead__df__txt {
    margin-top: 15px;
  }
  #FORMAL .lead__df__txt p {
    letter-spacing: 0.15em;
  }
  #FORMAL .kodawari {
    padding: 100px 0;
    color: #fff;
    background: url(../images/bf/img01.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #FORMAL .kodawari__inr {
    position: relative;
  }
  #FORMAL .kodawari h2 {
    text-align: left;
  }
  #FORMAL .kodawari__txt {
    margin-top: 35px;
  }
  #FORMAL .kodawari__price {
    margin-top: 30px;
  }
  #FORMAL .kodawari__attn {
    margin-top: 50px;
    font-size: 10px;
  }
  #FORMAL .answer {
    padding-bottom: 0;
  }
  #FORMAL .answer__df {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #FORMAL .answer__df__img {
    width: 100%;
  }
  #FORMAL .answer__df__img p {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  #FORMAL .answer__df__img p img {
    width: 100%;
  }
  #FORMAL .answer__df__txt {
    width: 100%;
  }
  #FORMAL .answer__df__txt__blk h2 {
    margin-bottom: 25px;
    text-align: left;
  }
  #FORMAL .answer__df__txt__blk p {
    line-height: 2;
  }
  #FORMAL .answer__df__txt__blk p img {
    width: 100%;
    display: block;
    margin: 20px auto 35px;
    max-width: 400px;
  }
  #FORMAL .answer--03 {
    padding-top: 0;
    padding-bottom: 35px;
  }
  #FORMAL .answer--03 .answer__df {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
  #FORMAL .answer--03 .answer__df__img {
    margin-bottom: 30px;
  }
  #FORMAL .answer--03 .answer__df__txt__blk h2 {
    color: #000;
    margin-bottom: 20px;
  }
  #FORMAL .answer02 {
    padding: 0;
    color: #fff;
  }
  #FORMAL .answer02__top {
    position: relative;
  }
  #FORMAL .answer02__top img {
    width: 100%;
    height: auto;
  }
  #FORMAL .answer02__top__blk {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #FORMAL .answer02__top__blk__inr {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #FORMAL .answer02__top__blk__inr h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #FORMAL .answer02__top__blk__inr p {
    font-size: 12px;
    position: absolute;
    bottom: 5%;
    left: 5%;
  }
  #FORMAL .answer02__btm {
    background: #001f2c;
    padding: 35px 0;
  }
  #FORMAL .answer02__btm p {
    line-height: 2;
    letter-spacing: 0.2em;
  }
  #FORMAL .answer04 {
    padding: 0;
    color: #fff;
  }
  #FORMAL .answer04__top {
    padding: 35px 0;
    background: url(../images/bf/img06.jpg) no-repeat;
    background-size: cover;
    background-position: 30% center;
  }
  #FORMAL .answer04__top__blk {
    width: 60%;
    margin-left: auto;
    margin-right: 4%;
  }
  #FORMAL .answer04__top__blk h2 {
    text-align: left;
    margin-bottom: 20px;
  }
  #FORMAL .answer04__top__blk p {
    word-break: break-all;
    line-height: 2.2;
    letter-spacing: 0.12em;
  }
  #FORMAL .answer04__btm img {
    width: 100%;
  }
  #FORMAL .answer05 {
    padding: 0;
  }
  #FORMAL .answer05__top {
    padding: 35px 0;
    max-width: 950px;
    margin: 0 auto;
  }
  #FORMAL .answer05__top h2 {
    margin-bottom: 20px;
  }
  #FORMAL .answer05__top p:last-of-type {
    margin-top: 20px;
  }
  #FORMAL .answer05__btm img {
    width: 100%;
  }
  #FORMAL .last {
    background: #001f2c;
    text-align: center;
  }
  #FORMAL .last__bnr a {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  #FORMAL .last__bnr a img {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 400px;
  }
  #FORMAL .last__logo {
    margin: 30px 0 0;
  }
  #FORMAL .last__logo a {
    display: block;
    text-align: center;
    width: 200px;
    margin: 0 auto;
  }
  #FORMAL .last__logo img {
    width: 100%;
  }
}
/* 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: 19%;
  left: 5%;
  font-size: 15px;
  color: #fff;
  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 span:after {
  content: "";
  display: block;
  width: 1px;
  height: 150px;
  background: #fff;
  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 {
  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: "・";
  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 {
  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;
  z-index: 10;
}

.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: 10%;
    left: 5%;
  }
  .hd__scroll span::after {
    left: 45%;
  }
  .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 {
    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;
  }
}</pre></body></html>