@charset "UTF-8";
/*
=======================================
Reset CSS
=======================================
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

* {
  box-sizing: border-box;
}

button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background: none;
}

/*
=========================================
Base_Layout
=========================================
*/
body {
  background: #F4F4F4;
  font-family: "Zen Maru Gothic", serif;
  font-size: 0.9375rem; /* 15px */
  color: #101010;
  line-height: 1.5;
  letter-spacing: -0.05em;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  word-wrap: break-word;
  word-break: break-word;
  font-feature-settings: "palt" 1;
}

img {
  border: 0;
  width: 100%;
  height: auto;
}

ul, ol {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img, input, select, textarea {
  vertical-align: bottom;
}

a {
  transition: 0.5s;
  text-decoration: none;
  color: #101010;
}

main, section {
  width: 100%;
  margin-inline: auto;
}

.container {
  width: 100%;
  max-width: 1008px;
  margin-inline: auto;
  padding: 0 16px;
}

::-moz-selection {
  background: #59769F;
  color: #F0F0F0;
}

::selection {
  background: #59769F;
  color: #FCFCFC;
}

.section-margin {
  margin-top: clamp(4rem, 3.182rem + 4.09vw, 6.25rem);
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hd-none {
  display: none;
}

.txt-c {
  text-align: center;
}

.txt-just {
  text-align: justify;
  text-justify: inter-ideograph;
}

.font-bold {
  font-weight: 500;
}

.eng {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.02em;
}

.ja {
  font-family: "Zen Maru Gothic", serif;
}

.img-hover:hover {
  cursor: pointer;
  filter: brightness(80%);
  transition: 1s;
}

.img-radius {
  border-radius: 8px;
}

.txt-hover:hover {
  text-decoration: underline;
}

.pc {
  display: none;
}

.fa-arrow-up-right-from-square {
  margin-left: 8px;
  font-size: 0.8em;
}

.desable-grid {
  font-size: 2rem;
  color: #999;
}

.heading2 {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1rem;
  font-size: clamp(2.5rem, 2.227rem + 1.36vw, 3.25rem);
}

.heading2-after {
  display: inline-block;
  margin-left: 1rem;
  font-size: 0.875rem;
}

.heading2-about {
  display: block;
  margin: 2.4rem auto 1.6rem;
  font-size: clamp(2.5rem, 2.227rem + 1.36vw, 3.25rem);
}

.heading2-about-after {
  display: block;
  color: #101010;
  font-size: 0.875rem;
  line-height: 1.8;
}

/* SP_320px対応用 */
@media screen and (max-width: 350px) {
  .heading2 {
    display: block;
    margin-bottom: 1.6rem;
    line-height: 1.3;
  }
  .heading2-after {
    display: block;
    margin-left: 0;
  }
}
/* PC */
@media screen and (min-width: 768px) {
  .container {
    padding: 0 24px;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .heading2-about {
    display: inline-flex;
    align-items: center;
  }
  .heading2-about-block {
    display: block;
  }
  .heading2-about-after {
    display: inline-block;
    margin-left: 1rem;
  }
  .heading2-about-after-sp {
    display: block;
    margin-left: 0;
  }
}
/*
=========================================
HEADER-info
=========================================
*/
.header-info {
  height: 24px;
  background: #f4e9e3;
  text-align: center;
  font-size: 0.75rem; /* 12px */
  line-height: 2;
}

/*
=========================================
HEADER
=========================================
*/
.header {
  position: sticky; /* headerを追従にする */
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 88px;
  background-color: #FCFCFC;
  z-index: 999;
}
.header__body {
  height: 64px;
  padding: 0 12px;
  line-height: 1;
}
.header__logo--kippis {
  width: 160px;
  height: auto;
  padding-left: 1rem;
}
.header__logo--channel {
  width: 40px;
  height: auto;
}
.header__item {
  margin-right: 1rem;
}

.fa-instagram {
  font-size: 1.2rem;
}

/* ハンバーガーボタンのデザイン */
.drawer__button {
  position: relative;
  width: 3rem;
  height: 3rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 999; /* メニューを開いている時もクリックできるよう設定 */
}

/* ハンバーガーボタン内の線 */
.drawer__button > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2px;
  border-radius: 8px;
  background-color: #101010;
  transform: translateX(-50%);
}

.drawer__button > span:first-child {
  transform: translate(-50%, calc(-50% - 0.5rem));
  transition: transform 0.3s ease;
}

.drawer__button > span:nth-child(2) {
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}

.drawer__button > span:last-child {
  transform: translate(-50%, calc(-50% + 0.5rem));
  transition: transform 0.3s ease;
}

/* 展開時のデザイン */
.drawer__button.active > span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer__button.active > span:nth-child(2) {
  opacity: 0;
}

.drawer__button.active > span:last-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

/* メニューのデザイン */
.drawer-nav {
  position: fixed; /* 追従ヘッダーなどでも表示できるよう設定しておく */
  top: 88px; /* 追従ヘッダー分の高さをとってメニューが展開する */
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.drawer-nav.active {
  opacity: 1;
  visibility: visible;
}

.drawer-nav__body {
  position: relative;
  width: 80%;
  height: 100%;
  background-color: #DDD;
  padding: 2rem 1.4rem 8rem;
  margin: 0 0 0 auto;
  overflow: scroll;
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.drawer-nav.active .drawer-nav__body {
  transform: translateX(0);
}

.drawer-nav__menu {
  list-style: none;
  padding-left: 0;
}

.drawer-nav__link {
  display: block;
  padding: 1rem 0.6rem 0.8rem;
  border-bottom: solid 1px lightgray;
  font-size: 0.75rem;
}
.drawer-nav__link--heading {
  font-size: 2rem;
  line-height: 1;
}

.drawer-nav__icon {
  width: 16px;
  margin-right: 8px;
}

/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
  height: 100%;
  overflow: hidden;
}

/* PC */
@media screen and (min-width: 768px) {
  .header__body {
    padding: 0 24px;
  }
  .drawer-nav__body {
    width: 50%;
  }
}
/*
=========================================
Slider_FEATURES
=========================================
*/
.feature {
  width: 100%;
  margin-inline: auto;
  padding: 16px 12px 0;
}

.slider {
  width: 100%;
}

.slider img {
  width: 100%;
  border-radius: 8px;
}

.slider {
  --add-bottom: 50px!important;
  padding-bottom: var(--add-bottom) !important;
}

.slider [class^=swiper-button-] {
  top: calc(50% - var(--add-bottom) / 2) !important;
}

.slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 8px !important;
  background-color: rgb(145, 156, 164);
}

/* PC */
@media screen and (min-width: 768px) {
  .feature {
    padding: 16px 0;
  }
}
/*
=========================================
PICKUP
=========================================
*/
.pickup {
  margin-top: 2.4rem;
}
.pickup__body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 8px;
}
.pickup__item {
  display: grid;
  width: 100%;
  padding: 8px;
  background-color: #FCFCFC;
  row-gap: 8px;
  position: relative;
}
.pickup__item--new::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 56px solid transparent;
  border-left: 56px solid #8DB6C3;
  z-index: 100;
}
.pickup__item--new::after {
  content: "NEW";
  position: absolute;
  top: 8px;
  left: 6px;
  transform: rotate(-45deg);
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.07em;
  color: #FCFCFC;
  z-index: 200;
}
.pickup__item--sale::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 56px solid transparent;
  border-left: 56px solid #E0B4B5;
  z-index: 100;
}
.pickup__item--sale::after {
  content: "SALE";
  position: absolute;
  top: 8px;
  left: 4px;
  transform: rotate(-45deg);
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.07em;
  color: #FCFCFC;
  z-index: 200;
}
.pickup__img {
  border: 1px solid #EEE;
}
.pickup__txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
  font-size: 0.8125rem; /* 13px */
}
.pickup__price {
  align-self: end;
  justify-self: center;
  font-size: 0.8em;
  letter-spacing: 0.03em;
}
.pickup__price--tax {
  font-size: 0.8em;
}
.pickup__price--sale {
  color: rgb(231, 84, 84);
}

/*
=========================================
CATEGORY
=========================================
*/
.category__body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 8px;
}
.category__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding: 14px 8px;
  background: #FCFCFC;
  border-left: 4px solid #DDD;
}
.category__icon {
  width: 24px;
  margin-right: 12px;
}
.category__txt {
  font-size: 0.95rem; /* 15px */
}

/*
=========================================
ARTICLE
=========================================
*/
.article__body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  background-color: #FCFCFC;
  padding: 16px;
  gap: 24px;
  align-items: center;
}
.article__txt {
  margin-top: 8px;
  line-height: 1.8;
}
.article__heading {
  font-size: 1rem;
}
.article__btn {
  display: inline-block;
  margin-top: 24px;
  padding: 8px 16px;
  background: #DBC3AB;
  border-radius: 20px;
  cursor: pointer;
}
.article__btn:hover {
  background: #D1AA83;
  transition: 1s;
}

/*
=========================================
ABOUT
=========================================
*/
.about__body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}
.about__item {
  width: 100%;
}
.about__heading {
  margin-top: 8px;
  font-size: 1.5rem; /* 24px */
}

/*
=========================================
ORDER
=========================================
*/
.order__body {
  background-color: #FCFCFC;
  padding: 24px;
}
.order__item {
  padding-top: 1rem;
}
.order__item--tel {
  display: inline-flex;
  align-items: center;
  font-size: 2rem;
}
.order__item--list {
  padding-top: 0.2rem;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.75rem; /* 12px */
}
.order__item--list:first-child {
  padding-top: 0;
}
.order__txt {
  margin-top: 8px;
}

/* PC */
@media screen and (min-width: 768px) {
  .order__body {
    padding: 40px;
  }
}
/*
=========================================
REALTED
=========================================
*/
.related__body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
  align-items: flex-start;
}
.related__item {
  display: grid;
  width: 100%;
  row-gap: 2px;
}
.related__img {
  border: 1px solid #EEE;
}
.related__heading {
  margin-top: 4px;
  font-size: 1rem; /* 16px */
}
.related__txt {
  font-size: 0.8rem; /* 文字溢れ優先 */
}

/* PC */
@media screen and (min-width: 768px) {
  .related__heading {
    margin-top: 8px;
  }
}
/*
=========================================
ABOUT-kippis(ACTION/ABOUTページ共通）
=========================================
*/
.about-kippis__body {
  width: 100%;
  margin-inline: auto;
}
.about-kippis__img {
  width: 60%;
  margin: 2.4rem auto;
}
.about-kippis__txt {
  margin-top: 1rem;
  padding: 0 1rem;
  line-height: 2.4;
}

/* PC */
@media screen and (min-width: 768px) {
  .about-kippis__body {
    width: 80%;
  }
  .about-kippis__img {
    width: 50%;
    margin: 2.4rem auto 4rem;
  }
}
/*
=========================================
DESIGNER
=========================================
*/
.designer__body {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* スマホで2カラム */
  gap: 8px;
}
.designer__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  row-gap: 8px;
  padding: 4px 12px 12px 12px;
  background-color: #FCFCFC;
}
.designer__img {
  border: 1px solid #EEE;
}
.designer__img--before {
  margin: 0;
  padding: 0;
}
.designer__heading {
  font-size: 1.2rem; /* 2行用 */
  line-height: 1.3;
}
.designer__txt {
  line-height: 1.8;
}
.designer__txt--s {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.6em;
  line-height: 1.3;
}
.designer__txt--prf {
  font-size: 0.8125rem; /* 13px */
}

/* PC */
@media screen and (min-width: 640px) {
  .designer__body {
    grid-template-columns: repeat(3, 1fr); /* PCで3カラム */
  }
}
/*
=========================================
HISTORY
=========================================
*/
.history__body {
  margin-top: 2.4rem;
}
.history__item {
  display: flex;
}
.history__item--date {
  position: relative;
  width: 20%;
  margin-right: 1rem;
  padding: 0 8px 0 0;
  font-size: 1.125rem; /* 18px */
  line-height: 1;
  border-right: 1px solid #CCC;
}
.history__item--date::before {
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  width: 16px;
  height: 16px;
  background-color: #919CA4;
  border-radius: 10px;
}
.history__img {
  width: 100%;
}
.history__txt {
  width: 80%;
  margin-bottom: 1rem;
  padding: 12px;
  background: #FCFCFC;
}
.history__txt--ex {
  margin-top: 1rem;
}

/* PC */
@media screen and (min-width: 640px) {
  .history__item--date {
    width: 10%;
    font-size: 1.25rem; /* 20px */
  }
  .history__img {
    width: 40%;
  }
  .history__txt {
    width: 90%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    margin-left: 1rem;
    padding: 12px 24px 12px 12px;
  }
  .history__txt--ex {
    margin-left: 2rem;
  }
}
/*
=========================================
LISENCE
=========================================
*/
.lisence__body {
  padding: 24px;
  background-color: #FCFCFC;
}
.lisence__txt {
  margin-top: 8px;
}
.lisence__heading {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.25rem; /* 20px */
}

/* PC */
@media screen and (min-width: 768px) {
  .lisence__body {
    padding: 40px;
  }
}
/*
=========================================
ACTION
=========================================
*/
.heading2-about--action {
  display: block;
  margin: 1rem auto;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: 400;
  color: #0277DA;
  line-height: 1;
  letter-spacing: 0.01em;
}

.action__body {
  display: grid;
  grid-template-columns: 1fr; /* モバイル向けは1列 */
  grid-gap: 1rem; /* グリッド間の間隔 */
  margin-top: 1rem;
  padding: 12px;
  background: #FCFCFC;
}
.action__heading {
  font-size: 1.25rem; /* 20px */
}
.action__heading--before {
  display: block;
  color: #0277DA;
}
.action__item--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.action__item--heading {
  flex: 1; /* 高さを揃える */
  margin-top: 1rem;
}
.action__item--content2 {
  display: flex; /* 高さを揃えるため、子要素を縦並びに */
  flex-direction: column; /* 高さを揃えるため、子要素を縦並びに */
  width: 48%;
}
.action__item--content4 {
  display: flex; /* 高さを揃えるため、子要素を縦並びに */
  flex-direction: column; /* 高さを揃えるため、子要素を縦並びに */
  width: 49%;
  margin-top: 0.5rem;
}
.action__img {
  border: 1px solid #EEE;
}
.action__img--logo {
  display: block;
  width: 10%;
  min-width: 80px;
  margin-inline: auto;
}
.action__txt {
  flex: 4.5;
  margin-top: 1rem;
  margin-bottom: 1.6rem;
  line-height: 1.8;
}
.action__txt--s {
  font-size: 0.8125rem; /* 13px */
}

/* PC */
@media screen and (min-width: 768px) {
  .action__body {
    grid-template-columns: 1fr 3fr; /* */
    grid-gap: 4.8rem;
    padding: 24px;
  }
  .action__heading {
    font-size: 1.5rem;
  }
  .action__item--wrap {
    flex-wrap: nowrap;
  }
  .action__item--heading {
    flex-grow: 0;
  }
  .action__item--content2 {
    width: 48%;
  }
  .action__item--content4 {
    width: 24%;
    margin-top: 0;
  }
}
/*
=========================================
FOOTER
=========================================
*/
.copyright {
  margin: 100px auto 24px;
  text-align: center;
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */