@charset "utf-8";

body {
  background-color: #fff;
  font-family: Hiragino Kaku Gothic Pro,Hiragino Sans,Meiryo,sans-serif;
  text-transform: full-width;
}

h1,
h2,
p {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

img {
  height: auto;
  width: 100%;
}

ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

.sekki .sp {
  display: block;
  text-transform:full-width;
}

.sekki .pc {
  display: none;
}

.animetion-slide {
  -webkit-transform: translateY(30px);
  opacity: 0;
  transform: translateY(30px);
  transition: 1s;
  visibility: hidden;
}

.slidein {
  -webkit-transform: translateY(0);
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.mv {
  background-color: #000;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100vw;
  z-index: -1;
}

.mv.show::before {
  -webkit-transform: scale(1.2);
  background: url(../images/main_01.jpg) no-repeat center center;
  background-size: cover;
  content: "";
  left: 0;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  opacity: 0;
  position: fixed;
  top: 0;
  transform: scale(1.2);
  width: 100vw;
  z-index: -10;
}

.mv.show.firstani::before {
  -webkit-transform: scale(1);
  opacity: 1;
  transform: scale(1);
  transition-duration: 1s;
}

.mv.show.firstani.scale-up::before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition-duration: 20s;
}

.mv-header {
  left: 0;
  opacity: 0;
  padding-bottom: 4vw;
  padding-top: 4vw;
  position: absolute;
  top: -12.8vw;
  transition: all ease;
  width: 100vw;
  z-index: 10;
}

.mv-header img {
  width: 16.933vw;
}

.mv-header.show {
  opacity: 1;
  top: 0;
  transition-duration: 1.5s;
}

.mv-title {
  -webkit-transform: translate(-50%, -50%);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.mv-title img {
  width: 70.2vw;
}

.mv-title.show {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  transition-duration: 1.5s;
}

.mv-title.show.slide-center {
  -webkit-transform: translate(-50%, -56.266%);
  top: 43.734%;
  transform: translate(-50%, -56.266%);
  transition-duration: 0.5s;
}

.mv-subtitle {
  background-image: url(../images/main_subtitlebg_01_sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -38.666vw;
  left: 0;
  opacity: 0;
  opacity: 0;
  position: absolute;
  transition: all ease;
  width: 100vw;
  z-index: 10;
}

.mv-subtitle.show {
  bottom: 0;
  opacity: 1;
  transition-duration: 1.5s;
}

.overview {
  background-color: #fff;
  padding-top: 7vw;
}

.overview-txt {
  font-size: 3.733vw;
  letter-spacing: 0.08em;
  line-height: 8.133vw;
  margin-bottom: 24vw;
  text-align: center;
  /* font-family: 'Noto Serif JP', serif; */
}

.overview-line {
  background-color: #000;
  height: 16vw;
  margin: 0 auto;
  width: 1px;
}

.styling {
  background-color: #fff;
  padding-top: 24vw;
}

.styling-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 4.8vw;
  font-weight: normal;
  letter-spacing: 0.0533em;
  margin-bottom: 8vw;
  text-align: center;
}

.styling-slide {
  margin-bottom: 4vw;
}

.styling-slide img {
  height: auto;
  width: 100%;
}

.styling-slide .slick-list {
  margin-bottom: 4vw;
}

.styling-slide .slide-dots {
  text-align: center;
}

.styling-slide .slide-dots li {
  display: inline-block;
  height: 0.817vw;
  margin-left: 4.666vw;
}

.styling-slide .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}

.styling-slide .slide-dots li button:before {
  -webkit-transform: scale(0.5);
  content: '●';
  font-size: 0.817vw;
  left: 0;
  opacity: 0.3;
  position: absolute;
  text-indent: 0px;
  top: 0;
  transform: scale(0.5);
}

.styling-slide .slide-dots li:first-of-type {
  margin-left: 0;
}

.styling-slide .slide-dots li.slick-active button:before {
  content: '●';
  opacity: 1;
}

.styling-txtbox {
  margin: 0 auto;
  margin-bottom: 18.666vw;
  width: 84vw;
}

.styling-txtbox_title {
  font-size: 2.933vw;
  font-weight: bold;
  margin-bottom: 2vw;
  text-align: center;
}

.styling-txtbox_title a {
  color: #000;
  text-decoration: none;
}

.styling-txtbox_price {
  font-size: 2.933vw;
  margin-bottom: 5.333vw;
  text-align: center;
}

.styling-txtbox_price span {
  font-size: 2.4vw;
}

.styling-txtbox_buy {
  background-color: #000;
  color: #fff;
  display: block;
  font-size: 2.933vw;
  font-weight: bold;
  letter-spacing: 0.05333em;
  margin: 0 auto;
  margin-bottom: 16vw;
  padding: 4vw;
  text-align: center;
  text-decoration: none;
  width: 57.4vw;
}

.styling-txtbox_product li {
  margin-bottom: 16vw;
  text-align: center;
}

.styling-txtbox_product li a {
  color: #000;
  font-size: 2.933vw;
  letter-spacing: 0.05333em;
  text-align: center;
  text-decoration: none;
}

.styling-txtbox_product li a span.b {
  font-weight: bold;
  margin-right: 2.133vw;
}

.styling-txtbox_product li a span.l {
  font-size: 2.4vw;
  margin-left: 0.8vw;
}

.styling-txtbox_product li:first-child {
  margin-bottom: 5.666vw;
}

.styling-txtbox_detail {
  font-size: 3.466vw;
  letter-spacing: 0.05333em;
  line-height: 6.66vw;
}

.styling-link {
  border-bottom: 0.5px solid #000;
  /* padding: 10.666vw 0; */
  border-top: 0.5px solid #000;
  margin: 0 auto;
  text-align: center;
  width: 86.533vw;
}

.styling-link_item {
  color: #000;
  display: inline-block;
  font-size: 3.2vw;
  letter-spacing: 0.0266em;
  padding: 10.666vw 0;
  text-decoration: none;
  width: 100%;
}

.styling-link_item img {
  margin-left: 5.333vw;
  width: 1.6vw;
}

.styling-link_under {
  height: 26.666vw;
}

.kigo {
  color: #fff;
  padding: 29.333vw 0 34.666vw;
  text-align: center;
  width: 100vw;
}

.kigo.show::before {
  background: url(../images/bg_blur_01.jpg) no-repeat center center;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.kigo-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 9.333vw;
  font-weight: normal;
  margin-bottom: 5.333vw;
  text-align: center;
}

.kigo-subtitle {
  font-size: 4vw;
  margin-bottom: 13.333vw;
  text-align: center;
}

.kigo-txtbox {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  display: inline-block;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  text-align: initial;
  writing-mode: vertical-rl;
}

.kigo-txtbox_line {
  background-color: #fff;
  height: 100%;
  margin: 0 6.2vw 0 8vw;
  width: 0.133vw;
}

.kigo-txtbox_title img {
  margin-left: 4vw;
  width: 4vw;
}

.kigo-txtbox_subtitle {
  font-size: 3.2vw;
  letter-spacing: 0.02666em;
  line-height: 1.66;
  margin-left: 5.333vw;
}

.kigo-txtbox_txt1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 4.8vw;
  letter-spacing: 0.02666em;
  line-height: 1.66;
}

.kigo-txtbox_txt2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 4vw;
  letter-spacing: 0.02666em;
  line-height: 1.8;
}

.sekkilist {
  background-color: #fff;
  margin-bottom: 20.666vw;
  padding: 2.666vw;
}

.sekkilist-contentwrap {
  background-attachment: fixed;
  background-image: url(../images/bg_paper.jpg);
  background-position: center;
  background-size: cover;
  height: auto;
  padding-bottom: 11.333vw;
  width: 100%;
}

.sekkilist-txtbox {
  margin: 0 auto 9.333vw;
  padding-top: 14.666vw;
  width: 86.666vw;
}

.sekkilist-txtbox_title {
  margin-bottom: 5.333vw;
  text-align: center;
}

.sekkilist-txtbox_title img {
  width: 65.466vw;
}

.sekkilist-txtbox_txt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  background: repeating-linear-gradient(to left, #e9e9e9, #e9e9e9 0.1333vw, transparent 0, transparent 7.832vw);
  font-size: 3.2vw;
  letter-spacing: 0.05333em;
  line-height: 7.832vw;
  overflow: hidden;
  padding: 3.333vw 0;
  width: 100%;
  writing-mode: vertical-rl;
}

.sekkilist-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 86.666vw;
}

.sekkilist-wrap .sekkilist-contentsbox {
  background-color: #000;
  height: auto;
  margin-bottom: 1.333vw;
  opacity: 0.1;
  pointer-events: none;
  position: relative;
  width: 28vw;
}

.sekkilist-wrap .sekkilist-contentsbox::before {
  content: "";
  display: block;
  padding-top: 70%;
}

.sekkilist-wrap .sekkilist-contentsbox .sekkilist-content {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.sekkilist-wrap .sekkilist-contentsbox .sekkilist-content_items {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.sekkilist-wrap .sekkilist-contentsbox .sekkilist-content_items img.sekki {
  height: 100%;
  transition-duration: 0.5s;
  width: 100%;
}

.sekkilist-wrap .sekkilist-contentsbox .sekkilist-content_items img.sekki:hover {
  -webkit-transform: scale(1.2);
  opacity: 0.5;
  transform: scale(1.2);
  transition-duration: 0.5s;
}

.sekkilist-wrap .sekkilist-contentsbox .sekkilist-content_items img.sekkiname {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 28vw;
}

.sekkilist-wrap .sekkilist-contentsbox.active {
  opacity: 1;
  pointer-events: auto;
}

.footer {
  background-color: #fff;
}

.footer-contents {
  border-bottom: 0.5px solid #000;
  border-top: 0.5px solid #000;
  padding: 10.666vw 0;
}

.footer-items {
  display: flex;
  flex-wrap: no-wrap;
}

.footer-items_insta {
  border-right: 1px solid #000;
  padding: 1.333vw 0;
  text-align: center;
  width: 45.333vw;
}

.footer-items_insta img {
  height: 5.333vw;
  width: auto;
}

.footer-items_line {
  padding: 1.333vw 0;
  text-align: center;
  width: 54.666vw;
}

.footer-items_line img {
  height: 5.333vw;
  width: auto;
}

.footer-items_store {
  padding-top: 10vw;
  text-align: center;
  width: 100vw;
}

.footer-items_store img {
  height: 3.866vw;
  width: auto;
}

.footer-cl {
  padding: 8vw 0;
}

.footer-cl_txt {
  font-size: 2.133vw;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .sekki .sp {
    display: none;
  }

  .sekki .pc {
    display: block;
    text-transform:full-width;
  }

  .mv {
    /* margin-bottom: 60px; */
  }

  .mv-header {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .mv-header img {
    width: 127px;
  }

  .mv-title img {
    width: 400px;
  }

  .mv-title.show.slide-center {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .mv-subtitle {
    background-image: url(../images/main_subtitlebg_01_pc.png);
  }

  .mv-subtitle img {
    margin: 0 auto;
    width: 598px;
  }

  .overview {
    padding-top: 60px;
  }

  .overview-txt {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 110px;
  }

  .overview-line {
    height: 120px;
  }

  .styling {
    padding-top: 75px;
  }

  .styling-title {
    font-size: 36px;
    margin-bottom: 70px;
  }

  .styling-slide {
    margin: 0 auto 16px;
    width: 1000px;
  }

  .styling-slide .slick-list {
    margin-bottom: 20px;
  }

  .styling-slide .slide-dots li {
    height: 4px;
    margin-left: 16px;
  }

  .styling-slide .slide-dots li button:before {
    -webkit-transform: scale(0.5);
    font-size: 4px;
    transform: scale(0.5);
  }

  .styling-txtbox {
    margin-bottom: 70px;
    width: 1000px;
  }

  .styling-txtbox_title {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .styling-txtbox_price {
    font-size: 13px;
    margin-bottom: 20px;
  }

  .styling-txtbox_price span {
    font-size: 10px;
  }

  .styling-txtbox_buy {
    font-size: 13px;
    margin-bottom: 60px;
    padding: 13px;
    width: 355px;
  }

  .styling-txtbox_product li {
    margin-bottom: 70px;
  }

  .styling-txtbox_product li a {
    font-size: 13px;
  }

  .styling-txtbox_product li a span.b {
    font-size: 13px;
  }

  .styling-txtbox_product li a span.l {
    font-size: 10px;
    margin-left: 6px;
  }

  .styling-txtbox_product li:first-child {
    margin-bottom: 15px;
  }

  .styling-txtbox_detail {
    font-size: 14px;
    line-height: 36px;
    text-align: center;
  }

  .styling-link {
    width: 1200px;
  }

  .styling-link_item {
    font-size: 16px;
    padding: 45px 0;
  }

  .styling-link_item img {
    margin-left: 30px;
    width: 9.2px;
  }

  .styling-link_under {
    height: 160px;
  }

  .kigo {
    padding: 175px 0;
  }

  .kigo-title {
    font-size: 60px;
    margin-bottom: 25px;
  }

  .kigo-subtitle {
    font-size: 22px;
    margin-bottom: 65px;
  }

  .kigo-txtbox_line {
    margin: 0 70px 0 70px;
    width: 1px;
  }

  .kigo-txtbox_title img {
    margin-left: 30px;
    width: 20px;
  }

  .kigo-txtbox_subtitle {
    font-size: 16px;
    margin-left: 50px;
  }

  .kigo-txtbox_txt1 {
    font-size: 30px;
  }

  .kigo-txtbox_txt2 {
    font-size: 24px;
  }

  .sekkilist {
    margin-bottom: 95px;
    padding: 0;
    padding-top: 20px;
  }

  .sekkilist-contentwrap {
    margin: 0 auto;
    max-width: 1360px;
    padding-bottom: 100px;
    width: 98%;
  }

  .sekkilist-txtbox {
    margin: 0 auto 80px;
    padding-top: 100px;
    width: 635px;
  }

  .sekkilist-txtbox_title {
    margin-bottom: 30px;
  }

  .sekkilist-txtbox_title img {
    width: 350px;
  }

  .sekkilist-txtbox_txt {
    background: repeating-linear-gradient(to left, #e9e9e9, #e9e9e9 1px, transparent 0, transparent 42px);
    font-size: 16px;
    line-height: 42px;
    padding: 30px 0 60px;
  }

  .sekkilist-wrap {
    max-width: 1198px;
    width: 85.571%;
  }

  .sekkilist-wrap .sekkilist-contentsbox {
    margin-bottom: 10px;
    max-width: 292px;
    width: 24.373%;
  }

  .sekkilist-wrap .sekkilist-contentsbox .sekkilist-content_items img.sekkiname {
    width: 166px;
  }

  .footer {
    margin: 0 auto;
    max-width: 1200px;
    width: 85.714%;
  }

  .footer-contents {
    align-items: center;
    display: flex;
    flex-flow: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 10px;
  }

  .footer-items {
    align-items: center;
    flex-wrap: wrap;
  }

  .footer-items_insta {
    padding: 0;
    text-align: left;
    width: 227px;
  }

  .footer-items_insta img {
    height: 24px;
  }

  .footer-items_line {
    padding: 0;
    text-align: right;
    width: 271px;
  }

  .footer-items_line img {
    height: 24px;
  }

  .footer-items_store {
    padding-top: 0;
    width: 300px;
  }

  .footer-items_store img {
    height: 20px;
  }

  .footer-cl {
    padding: 25px 0 35px;
  }

  .footer-cl_txt {
    font-size: 12px;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */