@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&family=Noto+Serif+JP:wght@200..900&display=swap");
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.tukusi {
  font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R", serif;
}

.hlv {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.eb {
  font-family: "EB Garamond", serif;
}

.sc {
  font-family: "Noto Sans SC", sans-serif;
}

.noto_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.noto_serif {
  font-family: "Noto Serif JP", serif;
}

.yugo {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.libre {
  font-family: "Libre Bodoni", serif;
}

.minimunWidth {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.inrWidth {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.outerWidth {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1400px) {
  .fullWidth {
    width: 1400px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 1100px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .fullWidth {
    width: 90% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .outerWidth {
    width: 95% !important;
  }
  .minimumWidth {
    width: 720px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .inrWidth {
    width: 95% !important;
  }
}
@media screen and (max-width: 768px) {
  .minimumWidth {
    width: 90%;
  }
  .inrWidth {
    width: 90%;
  }
  .outerWidth {
    width: 90% !important;
  }
  .fullWidth {
    width: 90% !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.fir {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
}
.fir-com-ttl {
  font-size: 5rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 50px;
}
.fir-com-ttl small {
  display: block;
  font-size: 1.5rem;
  margin-top: 8px;
}
.fir-com-subttl {
  font-size: 4rem;
  font-family: "Libre Bodoni", serif;
  text-align: center;
  margin-bottom: 50px;
  font-style: italic;
  color: #4d4d4d;
}
.fir-com-btn {
  width: 450px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  background: #211917;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}
.fir-com-btn.--red {
  background: #931f29;
}
.fir-mv img {
  width: 100%;
  height: auto;
}
.fir-leadarea {
  background: #fff;
  padding-bottom: 100px;
}
.fir-leadarea__lead {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
}
.fir-nav {
  max-width: 850px;
  margin: 100px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fir-nav.--soon {
  pointer-events: none;
  position: relative;
}
.fir-nav.--soon::after {
  content: "";
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 300px);
  width: 600px;
  height: 100px;
  background: url(../img/soon.svg) no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
.fir-nav.--soon li {
  opacity: 0.5;
}
.fir-nav li {
  width: 30%;
  font-weight: 500;
}
.fir-nav li .-txtarea {
  margin-top: 20px;
  border-bottom: 1px solid #4d4d4d;
}
.fir-nav li .-txtarea__num {
  font-size: 1.2rem;
}
.fir-nav li .-txtarea__more {
  text-align: right;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.fir-nav li .-txtarea__more span {
  padding-right: 20px;
  position: relative;
}
.fir-nav li .-txtarea__more span::after {
  content: "";
  display: block;
  width: 13px;
  height: 7px;
  background: url(../img/nav_arw.svg);
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
}
.fir-about {
  background: #D8E5EF;
  padding-bottom: 100px;
  padding-top: 60px;
}
.fir-about h3 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.fir-about__txt {
  max-width: 850px;
  text-align: justify;
  margin: 0 auto 110px;
}
.fir-about__price {
  max-width: 900px;
  margin: 0 auto;
}
.fir-item {
  background: #fff;
  padding-bottom: 100px;
  padding-top: 190px;
}
.fir-item__blk.--2nd {
  margin-top: 90px;
}
.fir-item__blk .-img {
  text-align: center;
}
.fir-item__blk .-txt {
  max-width: 1000px;
  margin: 20px auto 0;
}
.fir-option {
  margin-top: 100px;
}
.fir-option ul {
  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;
}
.fir-option ul li {
  width: 32.5%;
}
.fir-option ul li .-ttl {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin: 20px 0;
}
.fir-option ul li .-txt {
  padding-inline: 15px;
  text-align: justify;
}
.fir-new {
  background: #D8E5EF;
  padding-bottom: 100px;
  padding-top: 70px;
}
.fir-new__blk {
  max-width: 900px;
  margin-inline: auto;
  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;
}
.fir-new__blk .num01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 183px;
}
.fir-new__blk .num02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 221px;
}
.fir-new__blk .-img {
  width: 45%;
}
.fir-new__blk .-txtarea {
  width: 50%;
  position: relative;
}
.fir-new__blk .-txtarea__wrap {
  max-width: 330px;
}
.fir-new__blk .-txtarea h3 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}
.fir-new__blk .-txtarea p {
  text-align: justify;
}
.fir-new__blk:last-child {
  margin-top: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.fir-new__blk:last-child .-txtarea {
  padding-left: 100px;
}
.fir-fabric {
  padding: 100px 0;
  background: #fff;
}
.fir-fabric ul li {
  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;
}
.fir-fabric ul li:nth-of-type(n+2) {
  margin-top: 50px;
}
.fir-fabric ul li .-img {
  width: 30%;
}
.fir-fabric ul li .-txt {
  width: 65%;
}
.fir-fabric ul li .-txt h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.fir-fabric ul li .-txt p {
  text-align: justify;
}
.fir-reserve {
  padding: 100px 0;
  background: #fff;
}
.fir-style {
  padding: 0;
}
.fir-style-top {
  padding: 120px 0 80px;
}
.fir-style-btm {
  padding: 100px 0;
}
.fir-style-person {
  max-width: 850px;
  margin: 0 auto;
  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;
}
.fir-style-person .-txtarea {
  width: 72%;
}
.fir-style-person .-txtarea h2 {
  margin-bottom: 30px;
  margin-top: 15px;
}
.fir-style-person .-txtarea h2 img {
  height: 82px;
  width: auto;
}
.fir-style-person .-img {
  width: 24%;
}
.fir-style-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 0;
  padding-left: 50px;
}
.fir-style-main .-img {
  width: 53%;
}
.fir-style-main .-txtarea {
  width: 42%;
}
.fir-style-main .-txtarea__ttl {
  margin-bottom: 30px;
}
.fir-style-main .-txtarea__img {
  width: 75%;
  margin: 0 auto 40px;
}
.fir-style-main .-txtarea__box {
  width: 75%;
  border: 1px solid #000;
  padding: 15px 5px 20px;
  margin: 0 auto;
}
.fir-style-main .-txtarea__box h4 {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
.fir-style-main .-txtarea__box p {
  font-size: 1.3rem;
  text-align: center;
}
.fir-style-main .-txt {
  width: 100%;
  padding-right: 5%;
  font-size: 1.3rem;
}
.fir-style-main.--rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 50px;
}
.fir-style-main.--rev .-txt {
  padding-right: 0;
  padding-left: 5%;
}
.fir-style-slide {
  max-width: 800px;
  background: #fff;
  padding: 100px 100px 50px;
  margin: 40px auto 0;
}
.fir-style-slide ul li {
  padding: 10px;
}
.fir-style-slide ul li .-txt {
  margin-top: 20px;
  text-align: justify;
}
.fir-style-slide .slick-arrow {
  width: 20px;
  height: 50px;
  top: 34%;
}
.fir-style-slide .slick-arrow::before {
  content: none;
}
.fir-style-slide .slick-prev {
  background: url(../img/arw_l.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.fir-style-slide .slick-next {
  background: url(../img/arw_r.svg) no-repeat;
  background-size: contain;
  background-position: center;
}
.fir-style-slide .slick-dots {
  bottom: -118px;
  width: 230px;
  right: -100px;
}
.fir-style-slide .slick-dots li {
  width: 100px;
  height: 6px;
  margin: 0 5px;
}
.fir-style-slide .slick-dots li button {
  width: 100px;
  height: 6px;
  padding: 0;
  background: #fff;
}
.fir-style-slide .slick-dots li button::before {
  content: none !important;
}
.fir-style-slide .slick-dots li.slick-active button {
  background: #b0b0b0;
}
.fir-style01-top {
  background: #E2E6EE;
}
.fir-style01-btm {
  background: #D8DCE7;
}
.fir-style02-top {
  background: #E4F0F3;
}
.fir-style02-btm {
  background: #C4DDE2;
  padding-bottom: 140px;
}
.fir-between {
  padding: 100px 0;
  background: #fff;
}
.fir-between img {
  width: 200px;
  margin: 0 auto;
  display: block;
}
.fir-btm {
  background: #fff;
}
.fir-btm .-lead {
  max-width: 900px;
  margin: 0 auto;
  padding: 150px 0;
  text-align: justify;
  font-size: 1.7rem;
  line-height: 2.3;
}
.fir-btm .-img img {
  width: 100%;
  height: auto;
}
.fir-btm-shop {
  padding: 200px 0 210px;
  font-weight: 500;
  text-align: center;
}
.fir-btm-shop h2 {
  font-size: 2.5rem;
}
.fir-btm-shop__blk h3 {
  font-size: 1.9rem;
  margin-bottom: 10px;
}
.fir-btm-shop__blk p {
  font-size: 1.7rem;
}
.fir-btm-shop__blk:nth-child(n+2) {
  margin-top: 40px;
}
.fir-btm-btns {
  padding-bottom: 200px;
}
.fir-btm-btns a:last-child {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .fir {
    font-size: 1.3rem;
  }
  .fir-com-ttl {
    font-size: 4rem;
    margin-bottom: 20px;
  }
  .fir-com-ttl small {
    font-size: 1.5rem;
    margin-top: 8px;
  }
  .fir-com-subttl {
    font-size: 3.5rem;
    margin-bottom: 20px;
  }
  .fir-com-btn {
    max-width: 335px;
    width: 90%;
    height: 50px;
  }
  .fir-leadarea {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .fir-leadarea__lead {
    text-align: justify;
    font-size: 1.3rem;
  }
  .fir-nav {
    max-width: 400px;
    margin: 50px auto 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fir-nav li {
    width: 100%;
  }
  .fir-nav li .-txtarea {
    margin: 10px auto 20px;
    width: 90%;
  }
  .fir-nav li .-txtarea__txt {
    font-size: 1.7rem;
  }
  .fir-nav li .-txtarea__more {
    text-align: right;
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  .fir-nav.--soon::after {
    content: none;
  }
  .fir-nav.--soon li {
    position: relative;
    opacity: 1;
  }
  .fir-nav.--soon li .-img,
  .fir-nav.--soon li .-txtarea {
    opacity: 0.5;
  }
  .fir-nav.--soon li::after {
    content: "";
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 150px);
    width: 300px;
    height: 100px;
    background: url(../img/soon_sp.svg) no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
  }
  .fir-about {
    padding-bottom: 50px;
    padding-top: 45px;
  }
  .fir-about h3 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .fir-about__txt {
    max-width: 300px;
    width: 90%;
    margin: 0 auto 30px;
  }
  .fir-about__price {
    max-width: 400px;
  }
  .fir-item {
    padding-bottom: 50px;
    padding-top: 40px;
  }
  .fir-item__blk {
    max-width: 400px;
    margin: 0 auto;
  }
  .fir-item__blk.--2nd {
    margin-top: 35px;
  }
  .fir-item__blk .-img {
    text-align: center;
  }
  .fir-item__blk .-txt {
    max-width: 300px;
    width: 80%;
    margin: 10px auto 0;
    text-align: justify;
  }
  .fir-option {
    margin-top: 50px;
  }
  .fir-option ul {
    gap: 35px 0;
    max-width: 400px;
    margin: 0 auto;
  }
  .fir-option ul li {
    width: 100%;
  }
  .fir-option ul li .-ttl {
    margin: 15px 0;
  }
  .fir-option ul li .-txt {
    max-width: 300px;
    margin: 0 auto;
    padding-inline: 0;
  }
  .fir-new {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .fir-new__blk {
    max-width: 400px;
    display: block;
  }
  .fir-new__blk .num01 {
    position: absolute;
    top: 240px;
    right: 0;
    width: 135px;
  }
  .fir-new__blk .num02 {
    position: absolute;
    top: 240px;
    left: 0;
    width: 165px;
  }
  .fir-new__blk .-img {
    max-width: 400px;
    width: 100vw;
    position: relative;
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) and (min-width: 400px) {
  .fir-new__blk .-img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .fir-new__blk .-img img {
    width: 300px;
  }
  .fir-new__blk .-txtarea {
    width: 100%;
    position: relative;
  }
  .fir-new__blk .-txtarea__wrap {
    max-width: 300px;
    margin: 0 auto;
  }
  .fir-new__blk .-txtarea h3 {
    font-size: 2rem;
    margin: 15px 0;
  }
  .fir-new__blk .-txtarea p {
    text-align: justify;
  }
  .fir-new__blk:last-child {
    margin-top: 35px;
  }
  .fir-new__blk:last-child .-img img {
    display: block;
    margin-left: auto;
  }
  .fir-new__blk:last-child .-txtarea {
    padding-left: 0;
  }
  .fir-new__blk:last-child .-txtarea h3 {
    text-align: right;
  }
  .fir-fabric {
    padding: 50px 0;
  }
  .fir-fabric ul li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .fir-fabric ul li:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .fir-fabric ul li .-img {
    width: 100%;
  }
  .fir-fabric ul li .-txt {
    width: 100%;
  }
  .fir-fabric ul li .-txt h3 {
    font-size: 1.7rem;
    margin: 5px 0 5px;
  }
  .fir-reserve {
    padding: 50px 0;
    background: #fff;
  }
  .fir-style-top {
    padding: 50px 0;
  }
  .fir-style-btm {
    padding: 50px 0 70px;
  }
  .fir-style-person {
    max-width: 400px;
  }
  .fir-style-person .-txtarea {
    width: 100%;
    margin-bottom: 20px;
  }
  .fir-style-person .-txtarea h2 {
    margin-bottom: 15px;
    margin-top: 0;
  }
  .fir-style-person .-txtarea h2 img {
    height: 64px;
  }
  .fir-style-person .-txtarea p {
    letter-spacing: 0;
  }
  .fir-style-person .-img {
    width: 250px;
    margin: 0 auto;
  }
  .fir-style-main {
    gap: 30px 0;
    padding-left: 0;
    max-width: 400px;
    margin: 0 auto;
  }
  .fir-style-main .-img {
    width: 100%;
  }
  .fir-style-main .-txtarea {
    width: 90%;
    margin: 0 auto;
  }
  .fir-style-main .-txtarea__ttl {
    margin-bottom: 10px;
  }
  .fir-style-main .-txtarea__img {
    width: 100%;
    margin: 0 auto 20px;
  }
  .fir-style-main .-txtarea__box {
    width: 100%;
    padding: 15px 5px 20px;
    margin: 0 auto;
  }
  .fir-style-main .-txtarea__box h4 {
    font-size: 3rem;
    margin-bottom: 5px;
  }
  .fir-style-main .-txt {
    width: 90%;
    padding-right: 0;
    text-align: justify;
    margin: -10px auto 0;
  }
  .fir-style-main.--rev {
    padding-left: 0;
    padding-right: 0;
  }
  .fir-style-main.--rev .-txt {
    padding-right: 0;
    padding-left: 0;
  }
  .fir-style-slide {
    max-width: 400px;
    padding: 20px 20px 40px;
    margin: 30px auto 0;
  }
  .fir-style-slide ul {
    margin-bottom: 0 !important;
  }
  .fir-style-slide ul li {
    padding: 10px;
  }
  .fir-style-slide ul li .-txt {
    margin-top: 10px;
    text-align: justify;
  }
  .fir-style-slide .slick-arrow {
    width: 10px;
    height: 25px;
    top: auto;
    bottom: -90px;
  }
  .fir-style-slide .slick-prev {
    background: url(../img/arw_l_sp.svg) no-repeat;
    background-size: contain;
    background-position: center;
  }
  .fir-style-slide .slick-next {
    background: url(../img/arw_r_sp.svg) no-repeat;
    background-size: contain;
    background-position: center;
  }
  .fir-style-slide .slick-dots {
    bottom: -71px;
    width: 100%;
    right: 0;
  }
  .fir-style-slide .slick-dots li {
    width: 50px;
    height: 3px;
    margin: 0 2px;
    padding: 0;
  }
  .fir-style-slide .slick-dots li button {
    width: 50px;
    height: 3px;
  }
  .fir-between {
    padding: 50px 0;
  }
  .fir-btm {
    background: #fff;
  }
  .fir-btm .-lead {
    padding: 50px 0;
    font-size: 1.3rem;
    line-height: 2;
  }
  .fir-btm-shop {
    padding: 50px 0 80px;
  }
  .fir-btm-shop h2 {
    font-size: 2rem;
  }
  .fir-btm-shop__blk h3 {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .fir-btm-shop__blk p {
    font-size: 1.3rem;
  }
  .fir-btm-shop__blk:nth-child(n+2) {
    margin-top: 20px;
  }
  .fir-btm-btns {
    padding-bottom: 100px;
  }
  .fir-btm-btns a:last-child {
    margin-top: 50px;
  }
}