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

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: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-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: 1000px;
  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: #fff;
}

.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 p {
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.8;
}
.web_btn a {
  display: inline-block;
  width: 450px;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  padding: 20px 0;
  background: #111;
  color: #fff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  position: relative;
}
.web_btn a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.web_btn a:hover {
  opacity: 1;
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}
.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;
}

.ft__logo {
  display: block;
  width: 200px;
  margin: 0 auto 25px;
}

@media screen and (min-width: 769px) {
  #OS {
    overflow: hidden;
    font-size: 15px;
  }
  #OS section p {
    line-height: 1.8;
    text-align: justify;
    font-weight: bold;
  }
  #OS .lead__inr {
    max-width: 1000px;
    margin: 0 auto;
    background: #dbdcdc;
    padding: 30px 60px;
  }
  #OS .lead__inr__txt {
    padding: 30px 0;
    position: relative;
    text-align: center;
    font-size: 20px;
    line-height: 2.2;
    font-weight: bold;
  }
  #OS .lead__inr__txt a {
    color: #111 !important;
    text-decoration: underline;
  }
  #OS .lead__inr__txt a:hover {
    opacity: 1;
    text-decoration: none;
  }
  #OS .lead__inr__txt::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #111;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  #OS .lead__inr__txt::after {
    content: "";
    width: 2px;
    height: 100%;
    background: #111;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  #OS .lead.-last {
    padding-top: 80px;
  }
  #OS .lead.-last .lead__inr {
    padding: 30px 80px;
  }
  #OS .lead.-last .lead__inr__txt {
    padding: 10px 0;
  }
  #OS .crr {
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 100px;
  }
  #OS .crr__imgarea {
    position: relative;
    text-align: center;
  }
  #OS .crr__imgarea__img {
    max-width: 800px;
    margin: 50px auto 0;
  }
  #OS .crr__imgarea__txtarea {
    font-weight: bold;
    max-width: 1000px;
    margin: 0 auto 0;
  }
  #OS .crr__imgarea__txtarea__ttl {
    margin: 0 30px 20px;
    padding: 15px 0;
    font-size: 20px;
    text-align: center;
    position: relative;
  }
  #OS .crr__imgarea__txtarea__ttl::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #111;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  #OS .crr__imgarea__txtarea__ttl::after {
    content: "";
    width: 2px;
    height: 100%;
    background: #111;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  #OS .crr__imgarea__txtarea__txt {
    margin-top: 50px;
    line-height: 2;
  }
  #OS .crr__imgarea__price {
    font-weight: bold;
    margin-top: 50px;
    max-width: 1000px;
    margin: 50px auto 0;
  }
  #OS .crr__imgarea__price .-price {
    text-align: center;
  }
  #OS .crr__imgarea__price .-txt {
    margin-top: 50px;
    text-align: justify;
  }
}
.mv {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  max-width: 1400px;
  margin: 0 auto;
}
.mv__top {
  position: relative;
}
.mv__btm__inr {
  padding: 3% 0 2% 17%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mv__btm__inr p {
  font-weight: bold;
}
.mv__btm__persons {
  width: 650px;
}
.mv__btm__persons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.mv__btm__persons ul li {
  width: 25%;
}
.mv__btm__persons ul p {
  text-align: center;
  font-size: 18px;
}
.mv__btm__persons ul p img {
  display: block;
  margin: 0 auto 15px;
  width: 85%;
}
.mv__txt {
  font-size: 18px;
  max-width: 1000px;
  margin: 120px auto 130px;
  line-height: 2;
  text-align: center;
}

.men:nth-of-type(n+2) {
  margin-top: 150px;
}
.men__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;
}
.men__top .-imgarea {
  width: 40%;
}
.men__top .-txtarea {
  width: 55%;
}
.men__top .-txtarea__name {
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
.men__top .-txtarea__name small {
  font-size: 11px;
  display: block;
  margin-bottom: 3px;
  line-height: 1;
  letter-spacing: 0.05em;
}
.men__top .-txtarea__txt {
  margin-bottom: 80px;
}
.men__top .-txtarea__logo {
  text-align: left;
  margin-bottom: 0;
}
.men__top .-txtarea__logo img {
  height: 61px;
  width: auto;
}
.men__mdl {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.men__mdl .-imgarea {
  width: 63%;
}
.men__mdl .-txtarea {
  width: 34%;
}
.men__btm {
  margin-top: 70px;
}
.men__btm .-imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.men__btm .-imgarea__img {
  width: calc((100% - 15px) / 4);
}
.men__btm .-txtarea {
  margin-top: 40px;
}
.men__btm .-txtarea__txt {
  font-weight: bold;
  text-align: center !important;
}
.men__btm .-txtarea__price {
  margin-top: 20px;
  font-size: 18px;
  text-align: center !important;
}

.crr {
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.crr__imgarea {
  position: relative;
  text-align: center;
}
.crr__imgarea__img {
  max-width: 800px;
  margin: 50px auto 0;
}
.crr__imgarea__txtarea {
  font-weight: bold;
  max-width: 1000px;
  margin: 0 auto 0;
}
.crr__imgarea__txtarea__ttl {
  margin: 0 30px 20px;
  padding: 15px 0;
  font-size: 18px;
  text-align: center;
  position: relative;
}
.crr__imgarea__txtarea__ttl::before {
  content: "";
  width: 2px;
  height: 100%;
  background: #111;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.crr__imgarea__txtarea__ttl::after {
  content: "";
  width: 2px;
  height: 100%;
  background: #111;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.crr__imgarea__txtarea__txt {
  margin-top: 50px;
  line-height: 2;
}
.crr__imgarea__price {
  font-weight: bold;
  margin-top: 50px;
  max-width: 1000px;
  margin: 50px auto 0;
}
.crr__imgarea__price .-txt {
  margin-top: 50px;
  text-align: justify;
}

.c-order-reserve {
  margin-top: 120px;
  margin-bottom: 100px;
}
.c-order-reserve__inner {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  background: #f7f6f4;
  padding: 40px 20px;
}
.c-order-reserve__title {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1em;
}
.c-order-reserve__txt {
  max-width: 464px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.7333333333;
}
.c-order-reserve__btn-wrapper {
  margin-top: 20px;
  text-align: center;
}
.c-order-reserve__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 315px;
  max-width: 100%;
  padding: 1rem 0.5rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  background: #7c7973;
  border-radius: 9999px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-order-reserve__btn:hover {
  color: #fff;
  background: #5d5a56;
  opacity: 1;
}
.c-order-reserve__link-wrapper {
  margin-top: 20px;
}
.c-order-reserve__link {
  display: block;
  font-size: 14px;
  text-align: center;
}
.c-order-reserve__icon-reserve_calendar {
  margin-right: 10px;
}
.c-order-reserve__icon-triangle-arrow-right {
  vertical-align: middle;
}

.bnr {
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
}

/* 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 {
    overflow: hidden;
    position: relative;
    font-size: 14px;
    font-weight: bold;
  }
  .mv__txt {
    width: 90%;
    margin: 50px auto 110px;
    line-height: 2;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
  }
  #OS section p {
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
    font-weight: bold;
  }
  #OS .lead {
    padding-top: 50px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  #OS .lead__inr {
    background: #dbdcdc;
    padding: 25px 5%;
  }
  #OS .lead__inr__txt {
    position: relative;
    text-align: center;
    font-size: 14px;
    line-height: 2.2;
    font-weight: bold;
    padding: 0 10px;
  }
  #OS .lead__inr__txt a {
    color: #111 !important;
    text-decoration: underline;
  }
  #OS .lead__inr__txt::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #111;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  #OS .lead__inr__txt::after {
    content: "";
    width: 2px;
    height: 100%;
    background: #111;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  #OS .lead.-last {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #OS .lead.-last .lead__inr {
    padding: 30px 5%;
  }
  #OS .lead.-last .lead__inr__txt {
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
  }
  #OS .men:nth-of-type(n+2) {
    margin-top: 120px;
  }
  #OS .men__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #OS .men__top .-imgarea {
    width: 100%;
  }
  #OS .men__top .-imgarea__name {
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
  #OS .men__top .-imgarea__name small {
    font-size: 11px;
    display: block;
    margin-bottom: 3px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  #OS .men__top .-imgarea__logo {
    margin-top: 30px;
    text-align: center;
  }
  #OS .men__top .-imgarea__logo img {
    height: 61px;
    width: auto;
  }
  #OS .men__top .-imgarea__logo img.--last {
    height: 106px;
  }
  #OS .men__top .-txtarea {
    margin-top: 30px;
    width: 100%;
  }
  #OS .men__top .-txtarea__txt {
    margin-bottom: 0;
  }
  #OS .men__mdl {
    margin-top: 30px;
    display: block;
  }
  #OS .men__mdl .-imgarea {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  #OS .men__mdl .-txtarea {
    margin-top: 30px;
    width: 100%;
  }
  #OS .men__btm {
    margin-top: 40px;
  }
  #OS .men__btm .-imgarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
  }
  #OS .men__btm .-imgarea__img {
    width: calc((100% - 5px) / 2);
  }
  #OS .men__btm .-txtarea {
    margin-top: 30px;
  }
  #OS .men__btm .-txtarea__txt {
    font-size: 13px;
  }
  #OS .men__btm .-txtarea__price {
    margin-top: 20px;
    font-size: 16px;
  }
  #OS .crr {
    max-width: 550px;
    margin: 0 auto;
    padding-top: 50px;
    position: relative;
  }
  #OS .crr__imgarea {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  #OS .crr__imgarea.-imgarea02 {
    margin-left: auto;
    padding-bottom: 230px;
  }
  #OS .crr__imgarea.-imgarea04 {
    margin-left: auto;
  }
  #OS .crr__imgarea__txtarea {
    max-width: 360px;
    width: 100%;
  }
  #OS .crr__imgarea__txtarea__ttl {
    margin: 0 10px 15px;
    padding: 5px 0;
    font-size: 16px;
    text-align: center;
    position: relative;
  }
  #OS .crr__imgarea__txtarea__ttl::before {
    content: "";
    width: 2px;
    height: 100%;
    background: #111;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  #OS .crr__imgarea__txtarea__ttl::after {
    content: "";
    width: 2px;
    height: 100%;
    background: #111;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  #OS .crr__imgarea__price {
    font-weight: bold;
    max-width: 1000px;
    margin: 30px auto 0;
  }
  #OS .crr__imgarea__price .-price {
    text-align: center;
  }
  #OS .crr__imgarea__price .-txt {
    margin-top: 50px;
    text-align: justify;
  }
  #OS .item {
    margin-bottom: 50px;
  }
  #OS .item:last-of-type {
    margin-bottom: 0;
  }
  #OS .item__imgblk {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
  }
  #OS .item__imgblk__img {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
  }
  #OS .item__imgblk__person {
    text-align: center;
    margin-top: 20px;
  }
  #OS .item__imgblk__txt {
    margin-top: 20px;
    text-align: center;
  }
  #OS .item__txtblk {
    width: 90%;
    line-height: 2;
    margin: 20px auto 0;
    padding: 0 10px;
  }
  .web_btn {
    margin-bottom: 150px;
  }
  .web_btn p {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: justify;
  }
  .web_btn a {
    display: inline-block;
    width: 100%;
    max-width: 375px;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
    background: #111;
    color: #fff;
  }
  .web_btn a::after {
    content: none;
  }
  .web_btn--top {
    margin-top: 20px;
  }
  .c-order-reserve {
    margin-top: 100px;
    margin-bottom: 60px;
  }
  .c-order-reserve__txt {
    text-align: justify;
  }
}
/* 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: 45%;
  -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: 100px;
  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;
  }
}