@charset "UTF-8";
/* A Modern CSS Reset */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
table {
  border-collapse: collapse;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wp-block-image img {
  width: 100%;
}

*:focus {
  outline: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
h1, h2, h3, h4 {
  font-weight: normal;
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  color: #381A14;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1.8;
  width: 100%;
}

body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url("https://gigaplus.makeshop.jp/nodogurokiwa/hamaneko/assets/img/back_sp.jpg");
  background-size: cover;
  background-position: center;
}

@media (min-width: 768px) {
  body::before {
    background-image: url("https://gigaplus.makeshop.jp/nodogurokiwa/hamaneko/assets/img/back_pc.jpg");
    background-size: cover;
    background-position: center;
  }
  body a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
main {
  margin-top: 50px;
}

.container {
  margin: 0 auto;
  padding: 0 5.1282051%;
}

@media (min-width: 768px) {
  main {
    margin-top: 70px;
  }
  .container {
    margin: 0 auto;
    padding: 0 55px;
  }
  .sp-only {
    display: none;
  }
}
body.nav-open {
  overflow: hidden;
  /* スクロールバーの幅分、右に余白を入れる（カクつき防止） */
  padding-right: 0px;
}

section {
  scroll-margin-top: 50px;
}

.l-header {
  width: 100%;
  padding: 7px 8px;
  position: fixed;
  top: 0;
  z-index: 999;
  background-image: url("https://gigaplus.makeshop.jp/nodogurokiwa/hamaneko/assets/img/back_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.l-header__inner {
  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;
}
.l-header__logo {
  width: 160px;
  position: relative;
  z-index: 999;
}
.l-header__nav-pc {
  display: none;
}
.l-header__utiliry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 999;
}
.l-header__utiliry ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.l-header__utiliry a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 7px;
}
.l-header__hamburger {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #427FC1;
  border-radius: 2px;
}
.l-header__hamburger span.border {
  display: block;
  width: 12px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-header__hamburger span.border:first-child {
  margin-bottom: 6px;
  width: 18px;
}
.l-header__hamburger span.text {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 7px;
  line-height: 1;
}
.l-header__hamburger.active span.border:first-child {
  -webkit-transform: translateY(4px) rotate(20deg);
          transform: translateY(4px) rotate(20deg);
}
.l-header__hamburger.active span.border:nth-child(2) {
  width: 18px;
  -webkit-transform: translateY(-3px) rotate(-20deg);
          transform: translateY(-3px) rotate(-20deg);
}
.l-header__nav-sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background-image: url("https://gigaplus.makeshop.jp/nodogurokiwa/hamaneko/assets/img/back_sp.jpg");
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.l-header__nav-sp.open {
  opacity: 1;
  pointer-events: auto;
}
.l-header__nav-sp-list {
  padding: 100px 40px 50px;
}
.l-header__nav-sp-item {
  margin-top: 20px;
}
.l-header__nav-sp-item:first-child {
  margin-top: 0;
}
.l-header__nav-sp-link {
  font-family: "Zen Old Mincho", serif;
}
.l-header__nav-sp-link .jp {
  font-size: 20px;
  line-height: 1.3;
}
.l-header__nav-sp-link .en {
  font-size: 12px;
  color: #427FC1;
}
.l-header__nav-sp-sub {
  padding: 0 40px;
  font-size: 12px;
}
.l-header__nav-sp-sub li {
  margin-top: 8px;
}
.l-header__nav-sp-sub li:first-child {
  margin-top: 0;
}
.l-header__nav-sp-sub li::before {
  display: inline-block;
  content: "■";
  font-size: 6px;
  -webkit-transform: translate(0px, -3px);
          transform: translate(0px, -3px);
}
.l-header__nav-sp-sub li a {
  color: #427FC1;
  text-decoration: underline;
}
.l-header__nav-sp-sub li svg {
  margin-left: 5px;
}

@media (min-width: 768px) {
  .l-header {
    padding: 15px 30px;
    background-image: url("https://gigaplus.makeshop.jp/nodogurokiwa/hamaneko/assets/img/back_pc.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .l-header__logo {
    width: 250px;
  }
  .l-header__utiliry {
    display: none;
  }
  .l-header__nav-pc {
    display: block;
  }
  .l-header__nav-pc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    font-size: 14px;
  }
}
.p-opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  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;
  z-index: 9999;
  -webkit-transition: opacity 1s ease, visibility 1s ease;
  transition: opacity 1s ease, visibility 1s ease; /* 消える時の動き */
}
.p-opening__logo {
  width: 160px;
}

.fade-in-logo {
  opacity: 0;
  -webkit-animation: logoFade 1.5s forwards 0.6s;
          animation: logoFade 1.5s forwards 0.6s;
}

@-webkit-keyframes logoFade {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes logoFade {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 990px) {
  .p-opening__logo {
    width: 200px;
  }
}
.p-hero {
  position: relative;
}
.p-hero__inner {
  padding: 0 20px;
}
.p-hero__text {
  width: 18.974359%;
  position: absolute;
  top: 20px;
  right: 40px;
}
.p-hero__insta {
  display: none;
}
.p-hero__slider picture {
  border-radius: 4px;
  overflow: hidden;
}
.p-hero__slider picture img {
  width: 100% !important;
}

@media (min-width: 768px) {
  .p-hero__inner {
    padding: 0 80px;
  }
  .p-hero__text {
    top: 50px;
    right: 130px;
    width: 8.1944444%;
    max-width: 118px;
  }
}
@media (min-width: 990px) {
  .p-hero__insta {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
  }
}
.p-story {
  margin-top: 90px;
}
.p-story__heading {
  margin-bottom: 50px;
}
.p-story__content {
  position: relative;
  font-size: 14px;
  line-height: 2.571428571;
}
.p-story__content p:first-child {
  margin-bottom: 40px;
}
.p-story__content_text {
  margin-bottom: 90px;
}
.p-story__content_image {
  margin-bottom: 60px;
}
.p-story__content_image.image_02 {
  width: 310px;
  margin: 0 auto 60px;
}
.p-story__content_image.image_03 {
  width: 43%;
  margin: 0 auto 60px;
}
.p-story .br-pc {
  display: none;
}

@media (min-width: 768px) {
  .p-story__heading {
    margin-bottom: 50px;
  }
  .p-story__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-story__flex:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-story__flex:nth-child(3) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-story__flex:nth-child(3) .p-story__content_text {
    width: 75%;
  }
  .p-story__content_text {
    width: 50%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-story__content_image.image_01 {
    margin-top: 150px;
    width: 50%;
  }
  .p-story__content_image.image_02 {
    width: 50%;
    padding: 0 30px;
  }
  .p-story__content_image.image_03 {
    padding: 0 30px;
    position: relative;
  }
}
@media (min-width: 990px) {
  .p-story__flex:nth-child(3) .p-story__content_text {
    padding-top: 100px;
  }
  .p-story__content_text {
    margin-bottom: 80px;
  }
  .p-story__content_image.image_03 {
    width: 25%;
    padding-top: 100px;
  }
  .p-story__content_image.image_03 img {
    width: 80%;
    position: absolute;
    left: -80%;
    top: 0;
  }
  .p-story .br-sp {
    display: none;
  }
  .p-story .br-pc {
    display: block;
  }
}
.p-product__heading {
  margin-bottom: 50px;
  text-align: center;
}
.p-product__item {
  padding-top: 300px;
  background-color: #FCF7F1;
  background-image: url("https://gigaplus.makeshop.jp/nodogurokiwa/hamaneko-test/assets/img/shohin_normal1_sp.png");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 4px;
}
.p-product__image_product {
  width: 80%;
  margin: -75px auto 0;
  position: relative;
}
.p-product__tag {
  width: 110px;
  position: absolute;
  right: 0;
  bottom: -60px;
}
.p-product__title {
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 30px;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.4;
}
.p-product__title p {
  font-size: 12px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.p-product__content {
  padding: 0 30px 40px;
}
.p-product__desc {
  padding: 14px 0;
  font-size: 14px;
  border: 1px solid #C4BAB8;
  border-right: none;
  border-left: none;
}
.p-product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-product__price_free {
  width: 36px;
  height: 36px;
  margin-top: 30px;
  margin-right: 6px;
  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;
  font-size: 12px;
  line-height: 1.2;
  color: #E60A0A;
  border-radius: 2px;
  border: 1px solid #E60A0A;
}
.p-product__price_content {
  line-height: 1;
  font-size: 34px;
}
.p-product__price_content span {
  font-size: 12px;
}
.p-product__detail {
  margin-top: 14px;
  font-size: 12px;
}
.p-product__detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.p-product__detail dt {
  width: 16%;
}
.p-product__detail dd {
  width: 84%;
}
.p-product__btn {
  margin-top: 20px;
}
.p-product__btn a {
  width: 220px;
  height: 50px;
  line-height: 50px;
  display: block;
  color: #fff;
  font-size: 14px;
  border-radius: 50px;
  text-align: center;
  background: linear-gradient(153deg, #427FC1 16.67%, #6C6799 100%);
}
.p-product__howto {
  margin-top: 100px;
  font-size: 14px;
}
.p-product__howto_title {
  letter-spacing: -1px;
}
.p-product__howto_table {
  margin-top: 20px;
}
.p-product__howto_table table {
  width: 100%;
}
.p-product__howto_table th {
  width: 50%;
  background-color: #427FC1;
  border: 1px solid #427FC1;
  color: #fff;
  font-weight: normal;
}
.p-product__howto_table th:first-child {
  border-right: 1px solid #fff;
}
.p-product__howto_table td {
  text-align: center;
  border: 1px solid #427FC1;
  font-size: 20px;
  font-family: "Zen Old Mincho", serif;
  background-color: rgba(255, 255, 255, .5);
}
.p-product__howto_table td span {
  font-size: 12px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.p-product__howto_r {
  margin-top: 60px;
  padding: 0 20px;
}
.p-product__howto_box:first-child {
  margin-bottom: 40px;
}
.p-product__howto_heading {
  margin-top: 10px;
  font-size: 20px;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  line-height: 1.2;
}
.p-product__howto_desc {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .p-product__item {
    padding-top: 500px;
  }
  .p-product__image_product {
    width: 60%;
  }
  .p-product__howto_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .p-product__howto_box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 990px) {
  .p-product {
    margin-top: 20px;
  }
  .p-product__title {
    margin-top: 70px;
  }
  .p-product__item {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-image: url("https://gigaplus.makeshop.jp/nodogurokiwa/hamaneko-test/assets/img/shohin_bg1_pc.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .p-product__image_cat {
    width: 50%;
  }
  .p-product__image_product {
    width: 27%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .p-product__content {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-product__content_wrapper {
    width: 70%;
    margin: 0 0 0 auto;
    position: relative;
  }
  .p-product__tag {
    top: -40px;
    bottom: auto;
  }
  .p-product__howto {
    padding: 0 7%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-product__howto_l {
    width: 34%;
  }
  .p-product__howto_r {
    width: 58%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
  .p-product__howto_box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-process {
  margin: 100px 0;
}
.p-process__top {
  position: relative;
}
.p-process__heading {
  padding-top: 160px;
}
.p-process__neko {
  width: 154px;
  position: absolute;
  top: 0;
  right: 0;
}
.p-process__detail {
  font-size: 14px;
}
.p-process__slider {
  overflow: hidden;
}
.p-process__intro {
  margin-top: 20px;
  font-size: 14px;
}
.p-process__list {
  margin-top: 50px;
  padding-left: 11.5384615%;
  overflow: hidden;
}
.p-process__list .slick-list {
  overflow: visible !important;
}
.p-process__card {
  width: 300px;
  margin-right: 20px;
  cursor: -webkit-grab;
  cursor: grab;
}
.p-process__title {
  margin-top: 10px;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  line-height: 1.5;
}
.p-process__image {
  border-radius: 4px;
  overflow: hidden;
}
.p-process__num {
  margin-top: 10px;
  font-family: "Zen Old Mincho", serif;
  font-size: 12px;
  color: #427FC1;
}
.p-process__num span {
  margin-left: 4px;
  font-size: 20px;
  line-height: 1;
}
.p-process__commitment {
  font-size: 14px;
}
.p-process__commitment_title {
  margin-top: 67px;
}
.p-process__commitment_list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.p-process__commitment_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: rgba(255, 255, 255, .5);
  border-radius: 4px;
}
.p-process__commitment_itemHeading {
  padding: 12px 0;
  background-color: #427FC1;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  border-radius: 4px 4px 0 0;
}
.p-process__commitment_itemContent {
  padding: 30px 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.p-process__commitment_itemBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-process__commitment_itemTitle {
  margin-top: 10px;
  font-size: 20px;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  line-height: 1.5;
}
.p-process__commitment_itemImg {
  width: 100px;
  margin: 0 auto;
}
.p-process__commitment_itemTag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
  padding: 5px 7px;
  display: inline-block;
  background-color: #427FC1;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  line-height: 1;
  text-align: center;
}
.p-process__commitment_itemText {
  margin-top: 10px;
  text-align: left;
}
.p-process__safety {
  margin-top: 80px;
}
.p-process__safety_desc span {
  color: #E60A0A;
}
.p-process__safety_images {
  max-width: 700px;
  margin: 30px auto 0;
  padding: 0 5px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (min-width: 768px) {
  .p-process__neko {
    right: 11%;
    top: auto;
    bottom: 0;
  }
  .p-process__commitment_title {
    text-align: center;
  }
  .p-process__commitment_title .br-sp {
    display: none;
  }
  .p-process__commitment_desc {
    text-align: center;
  }
  .p-process__safety_title {
    text-align: center;
  }
  .p-process__safety_title .br-tab {
    display: none;
  }
  .p-process__safety_desc {
    text-align: center;
  }
  .p-process__safety_images {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 990px) {
  .p-process__neko {
    width: 13.194444444%;
    right: 2%;
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 990px) {
  .p-process {
    margin-top: 198px;
    margin-bottom: 0;
  }
  .p-process__heading {
    padding-top: 0;
  }
  .p-process__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 80px;
  }
  .p-process__list {
    padding-left: 55px;
  }
  .p-process__commitment_title {
    margin-top: 50px;
    text-align: center;
  }
  .p-process__commitment_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .p-process__commitment_itemBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-process__commitment_itemContent {
    padding: 30px 33px;
    gap: 30px;
  }
  .p-process__commitment_itemText {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (min-width: 1100px) {
  .p-process__neko {
    right: 11%;
  }
}
.p-voice__top {
  position: relative;
  padding-top: 113px;
}
.p-voice__neko {
  width: 175px;
  position: absolute;
  left: 0;
  top: 0;
}
.p-voice__heading {
  text-align: center;
}
.p-voice__contents {
  margin-top: 25px;
  font-size: 14px;
}
.p-voice__item {
  margin-bottom: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, .5);
  border-radius: 4px;
}
.p-voice__item:last-child {
  margin-bottom: 0;
}
.p-voice__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #C4BAB8;
}
.p-voice__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.p-voice__data_box:first-child {
  margin-bottom: 10px;
}
.p-voice__tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
  padding: 4px 8px;
  line-height: 1;
  font-size: 12px;
  background-color: #427FC1;
  color: #fff;
  border-radius: 10px;
}
.p-voice__name {
  line-height: 1.2;
}
.p-voice__contents {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .p-voice__top {
    padding-top: 80px;
  }
  .p-voice__neko {
    top: auto;
    bottom: 0;
    left: 0;
  }
  .p-voice__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .p-voice__item {
    margin-bottom: 0;
    padding: 22px 30px;
  }
}
@media (min-width: 990px) {
  .p-voice__neko {
    top: auto;
    bottom: 0;
    left: 16%;
  }
}
.p-footer {
  margin-top: 200px;
  padding-bottom: 80px;
  font-size: 14px;
}
.p-footer__inner {
  padding-top: 40px;
  padding-left: 20px;
  background-color: #FCF7F1;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.p-footer__logo {
  margin: auto;
  max-width: 160px;
  position: absolute;
  right: 0;
  left: 0;
  top: -97px;
}
.p-footer__container {
  margin-top: 30px;
  padding-left: 20px;
  border-left: 1px dashed #C4BAB8;
}
.p-footer__container:first-child {
  padding-left: 20px;
}
.p-footer__heading {
  color: #427FC1;
  font-size: 20px;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
}
.p-footer__store {
  margin-top: 10px;
  font-size: 20px;
  font-family: "Zen Old Mincho", serif;
}
.p-footer__store a {
  display: block;
  font-size: 12px;
  color: #427FC1;
  text-decoration: underline;
}
.p-footer__store a svg {
  margin-left: 6px;
}
.p-footer__address {
  margin-top: 20px;
}
.p-footer__tel {
  margin-top: 24px;
}
.p-footer__tel dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-footer__tel dl:first-child dd {
  font-size: 20px;
  font-family: "Zen Old Mincho", serif;
}
.p-footer__tel dt {
  width: 80px;
  margin-right: 16px;
}
.p-footer__tel dd {
  width: calc(100% - 80px);
}
.p-footer__opening {
  margin-top: 24px;
  font-size: 14px;
}
.p-footer__opening dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-footer__opening dt {
  width: 74px;
  margin-right: 16px;
}
.p-footer__opening dd {
  width: calc(100% - 80px);
}
.p-footer__sns {
  margin-top: 19px;
}
.p-footer__sns:last-child {
  margin-top: 30px;
}
.p-footer__sns {
  font-size: 12px;
}
.p-footer__sns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2px;
  gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 40px;
  border-radius: 4px;
}
.p-footer__sns_link.fb {
  margin-top: 4px;
  background-color: #1776F0;
}
.p-footer__sns_link.insta {
  background: linear-gradient(130deg, #4867d4 0%, #a935b2 26.6%, #d12d8c 55.66%, #ed4e4e 79.31%, #ffd575 100%);
}
.p-footer__sns_icon {
  width: 50px;
}
.p-footer__sns_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: #fff;
}
.p-footer__contact_btn {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 40px;
  background-color: #427FC1;
  color: #fff;
  border-radius: 4px;
}
.p-footer__other ul {
  margin-top: 22px;
}
.p-footer__other li::before {
  display: inline-block;
  content: "■";
  font-size: 6px;
  -webkit-transform: translate(0px, -3px);
          transform: translate(0px, -3px);
}
.p-footer__other a {
  color: #427FC1;
  text-decoration: underline;
}
.p-footer__other a svg {
  margin-left: 5px;
}
.p-footer__copyright {
  padding: 16px 0 18px;
  font-size: 12px;
  line-height: 1.2;
}

@media (min-width: 990px) {
  .p-footer {
    padding-bottom: 0;
  }
  .p-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
    padding-left: 50px;
  }
  .p-footer__container {
    padding-right: 100px;
  }
  .p-footer__copyright {
    text-align: center;
  }
}
.c-heading {
  font-family: "Zen Old Mincho", serif;
}
.c-heading__en {
  color: #427FC1;
  font-size: 16px;
}
.c-heading__jp {
  font-size: 40px;
  line-height: 1.4;
}

.slider-container {
  position: relative;
  width: 100%;
}

.slider-dots-container {
  position: absolute;
  right: -34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

.slider-dots-container .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0;
}

.slider-dots-container .slick-dots li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.slider-dots-container .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 1px solid #427FC1;
  border-radius: 50%;
  background: transparent;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slider-dots-container .slick-dots li.slick-active button {
  background: #427FC1;
}

.slick-dots li button:before {
  display: none;
}

.slider-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  padding-top: 20px;
  padding-right: 5%;
  padding-bottom: 0;
  padding-left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slider-arrows .slick-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #427FC1;
  cursor: pointer;
  position: relative;
  font-size: 0;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  -webkit-transform: none;
          transform: none;
  margin: 0;
  display: block;
}
.slider-arrows .slick-arrow:hover {
  background-color: #427FC1;
}

.slider-arrows .slick-prev:focus, .slider-arrows .slick-next:focus {
  background-color: #427FC1;
}
.slider-arrows .slick-prev:hover, .slider-arrows .slick-next:hover {
  background-color: #427FC1;
}

.slider-arrows .slick-prev::before,
.slider-arrows .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.slider-arrows .slick-prev::before {
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
          transform: translate(-30%, -50%) rotate(-135deg);
}

.slider-arrows .slick-next::before {
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
          transform: translate(-70%, -50%) rotate(45deg);
}

.slick-prev.slick-disabled {
  background-color: rgba(66, 127, 193, .5);
}
.slick-prev.slick-disabled::before {
  opacity: 0.8 !important;
}
.slick-prev.slick-disabled:focus {
  background-color: rgba(66, 127, 193, .5);
}

.slick-next.slick-disabled {
  background-color: rgba(66, 127, 193, .5);
}
.slick-next.slick-disabled::before {
  opacity: 0.8 !important;
}
.slick-next.slick-disabled:focus {
  background-color: rgba(66, 127, 193, .5);
}

@media screen and (max-width: 767px) {
  .slider-dots-container {
    right: 0;
    left: 0;
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .slider-dots-container .slick-dots {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 12px;
  }
  .slider-dots-container .slick-dots li {
    margin: 0;
  }
}
.c-btn__purchace {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  z-index: 10;
  bottom: 15px;
  right: 10px;
}
.c-btn__purchace-img {
  width: 124px;
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  margin: auto;
}
.c-btn__purchace a {
  display: block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: linear-gradient(153deg, #427FC1 16.67%, #6C6799 100%);
  color: #fff;
  font-size: 14px;
  border-radius: 30px;
}

.c-btn__insta {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: fixed;
  z-index: 10;
  bottom: 15px;
  left: 10px;
}
.c-btn__insta a {
  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: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #427FC1;
}

@media (min-width: 990px) {
  .c-btn__insta {
    display: none;
  }
  .c-btn__purchace {
    bottom: 30px;
    right: 30px;
  }
}
/*# sourceMappingURL=maps/style.css.map */
