@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Esteban&display=swap");
/*==Noto Serif JP==*/
/*ExtraLight*/
@font-face {
  font-family: "Noto Serif JP";
  src: url("../../font/Noto_Serif_JP/NotoSerifJP-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
/*Light*/
@font-face {
  font-family: "Noto Serif JP";
  src: url("../../font/Noto_Serif_JP/NotoSerifJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/*Regular*/
@font-face {
  font-family: "Noto Serif JP";
  src: url("../../font/Noto_Serif_JP/NotoSerifJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*Midium*/
@font-face {
  font-family: "Noto Serif JP";
  src: url("../../font/Noto_Serif_JP/NotoSerifJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*SemiBold*/
@font-face {
  font-family: "Noto Serif JP";
  src: url("../../font/Noto_Serif_JP/NotoSerifJP-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*Bold*/
@font-face {
  font-family: "Noto Serif JP";
  src: url("../../font/Noto_Serif_JP/NotoSerifJP-Bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* Reset CSS - 2021.09
---------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, ruby, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, fieldset, legend, label, header, footer, hgroup, menu, nav, main, article, section, aside, details, figure, figcaption, canvas, embed, output, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: bottom;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

hr {
  display: none;
}

address, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

img {
  vertical-align: bottom;
}

/* Fonts
---------------------------------------------------*/
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* clearfix
---------------------------------------------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: clamp(0.875rem, 0.8rem + 0.32vw, 1rem);
  color: #333333;
  background-image: url(../../img/common/bg.webp);
  position: relative;
}

a {
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
}

a:hover {
  opacity: 0.5;
}

img {
  height: auto;
  width: 100%;
  vertical-align: bottom;
}

.sp-block {
  display: none;
}

.main__container {
  padding-top: 120px;
}

.section__container {
  padding: 150px 0;
  position: relative;
}

.wrapper {
  width: min(100%, 1000px);
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.ly__flex {
  display: flex;
}

.bg-pink {
  background-image: url(../../img/common/bg-pink.webp);
}

.bg-gray {
  background-image: url(../../img/common/bg-gray.webp);
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-grow: initial !important;
}

/*===========================
コンテンツ960px以下
===========================*/
/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .sp-block {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .main__container {
    padding-top: 70px;
  }
  .section__container {
    padding: 50px 0;
  }
  .wrapper {
    width: 100%;
    padding: 0 20px;
  }
}
/* Module */
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  min-height: 120px;
  position: fixed;
  z-index: 1;
  width: 100%;
}
.header__container a {
  color: #333333;
}

.header__logo {
  max-width: 100px;
  display: block;
}
.header__logo.block {
  opacity: 0;
}

.header__nav {
  gap: 2rem;
  font-size: 12px;
}
.header__nav .nav__list {
  gap: 2rem;
}
.header__nav .nav__btnlist {
  gap: 1rem;
}
.header__nav .nav__btnitem a {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__nav .nav__btnitem a img {
  width: 12px;
}
.header__nav .nav__btnitem.--contact a {
  background-color: #373D4D;
}
.header__nav .nav__btnitem.--shop a {
  background-color: #C2A279;
}

.nav__sp {
  display: none;
}

/*===========================
コンテンツ960px以下
===========================*/
/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .header__container {
    padding: 10px 15px;
    min-height: 70px;
  }
  .header__container a {
    color: #FFFFFF;
  }
  .header__logo {
    max-width: 70px;
  }
  .header__nav {
    flex-direction: row-reverse;
    gap: 0.5rem;
  }
  .header__nav .nav__list {
    flex-direction: column;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    padding-top: 40%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #81756E;
    transition: all 0.3s;
    z-index: 1;
  }
  .header__nav .nav__list.sp_open {
    visibility: inherit;
    opacity: 1;
    transition: all 0.3s;
    height: 100vh;
  }
  .header__nav .nav__btnlist {
    gap: 0.5rem;
  }
  /*バーガーメニュー時背景固定用*/
  body.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
  }
  /*spのメニュークリックしたら非表示にするクラス*/
  .none {
    opacity: 0;
  }
  #toggle {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 30px;
    border-radius: 15px;
    background-color: #AD9E96;
    color: #FFFFFF;
    z-index: 2;
  }
  .hamburger {
    position: relative;
    width: 14px;
    height: 14px;
  }
  /*ボタン内側*/
  #toggle span {
    transition: all 0.4s;
    position: absolute;
    left: 0%;
    height: 2px;
    background: #FFFFFF;
    width: 100%;
  }
  #toggle span:nth-of-type(1) {
    top: 0;
  }
  #toggle span:nth-of-type(2) {
    top: 6px;
  }
  #toggle span:nth-of-type(3) {
    top: 12px;
  }
  /*activeクラスが付与されると線が回転して×に*/
  #toggle.active {
    border-color: #FFFFFF;
  }
  #toggle.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  #toggle.active span:nth-of-type(2) {
    opacity: 0;
  }
  #toggle.active span:nth-of-type(3) {
    transform: translateY(-4px) rotate(45deg);
  }
}
.footer__container {
  background-color: #333333;
  padding: 100px 0 20px;
  color: #FFFFFF;
}
.footer__container .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer__main {
  max-width: 140px;
}
.footer__main .sns__items {
  gap: 20px;
  justify-content: center;
}
.footer__main .sns__items .sns__item {
  width: 20px;
}

.footer__nav {
  width: 50%;
  display: flex;
  margin-bottom: 100px;
}
.footer__nav .nav__list {
  flex: 1;
}
.footer__nav .nav__item {
  padding-bottom: 15px;
}
.footer__nav .nav__item a {
  color: #FFFFFF;
  font-size: 0.75rem;
  padding-bottom: 15px;
}
.footer__nav .nav__btnlist {
  min-width: 190px;
}
.footer__nav .nav__btnitem a {
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  border-radius: 30px;
  min-height: 40px;
  border-radius: 30px;
}
.footer__nav .nav__btnitem a::before {
  content: "";
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}
.footer__nav .nav__btnitem:first-child {
  margin-bottom: 20px;
}
.footer__nav .nav__btnitem.--contact a {
  background-color: #373D4D;
}
.footer__nav .nav__btnitem.--contact a::before {
  background-image: url(../../img/common/icon/icon-mail.svg);
}
.footer__nav .nav__btnitem.--shop a {
  background-color: #C2A279;
}
.footer__nav .nav__btnitem.--shop a::before {
  background-image: url(../../img/common/icon/icon-cart.svg);
}

.footer__copy {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
}

/*===========================
コンテンツ960px以下
===========================*/
/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .footer__container {
    padding-top: 80px;
  }
  .footer__container .wrapper {
    justify-content: center;
  }
  .footer__main {
    margin-bottom: 30px;
  }
  .footer__main .sns__items {
    margin-top: 20px;
  }
  .footer__main .sns__items .sns__item {
    width: 30px;
  }
  .footer__nav {
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer__nav .nav__list {
    margin-bottom: 20px;
  }
  .footer__copy {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
.cta__container {
  background-image: url(../../img/common/bg-pink.webp);
  padding: 100px 0;
}

.cta__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cta__item {
  width: 100%;
  max-width: 460px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cta__item::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  left: 10px;
  top: 10px;
}
.cta__item a {
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 260px;
  position: relative;
}
.cta__item a::before {
  content: "";
  width: 80px;
  height: 80px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  position: absolute;
  transform: rotate(-45deg);
  left: -40px;
  top: -40px;
}
.cta__item a::after {
  content: "";
  width: 80px;
  height: 80px;
  border-top-width: 1px;
  border-top-style: solid;
  position: absolute;
  transform: rotate(-45deg);
  right: -40px;
  bottom: -40px;
}
.cta__item.--company {
  background-color: #FFFFFF;
}
.cta__item.--company::before {
  border: 1px solid #E4D5CD;
}
.cta__item.--company a {
  color: #373D4D;
}
.cta__item.--company a::before, .cta__item.--company a::after {
  border-color: #E4D5CD;
}
.cta__item.--shop {
  background-color: #C2A279;
}
.cta__item.--shop::before {
  border: 1px solid #FFFFFF;
}
.cta__item.--shop a {
  color: #FFFFFF;
}
.cta__item.--shop a::before, .cta__item.--shop a::after {
  border-color: #FFFFFF;
}

.cta__title {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-weight: 400;
  margin-bottom: 20px;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .cta__container {
    padding: 50px 0 80px;
  }
  .cta__list {
    gap: 20px;
  }
  .cta__item a {
    min-height: 200px;
  }
}
#floating__cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}
#floating__cta a {
  position: relative;
  width: 120px;
  height: 120px;
  background-color: #C2A279;
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: normal;
  border-radius: 100px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#floating__cta a::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../../img/common/icon/icon-cart.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  margin-bottom: 5px;
}
#floating__cta a::after {
  content: "";
  width: 115px;
  height: 115px;
  display: block;
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  #floating__cta {
    bottom: 10px;
    width: calc(100% - 40px);
  }
  #floating__cta a {
    padding: 15px 0;
    width: 100%;
    height: auto;
    border-radius: 5px;
    flex-direction: row;
    font-size: 1rem;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  }
  #floating__cta a::before {
    width: 20px;
    height: 20px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  #floating__cta a::after {
    display: none;
  }
}
.section__title .ja {
  font-size: 0.625rem;
  line-height: 1;
  font-weight: 400;
  background-color: #AD9E96;
  color: #FFFFFF;
  padding: 2px 15px;
  display: inline-block;
  margin-bottom: 5px;
}
.section__title .en {
  font-family: "Esteban", serif;
  font-weight: 400;
  font-size: clamp(1.75rem, 1.525rem + 0.96vw, 2.125rem);
  color: #81756E;
  line-height: 1.2;
}
.section__title.--white .ja {
  background-color: #FFFFFF;
  color: #81756E;
}
.section__title.--white .en {
  color: #FFFFFF;
}
.section__title.--center {
  text-align: center;
}

#about .section__title {
  margin-bottom: 50px;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .section__title {
    margin-bottom: 30px;
  }
  #about .section__title {
    margin-bottom: 30px;
  }
}
.btn {
  border: 1px solid #AD9E96;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  color: #333333;
  padding: 10px 1em;
  min-height: 45px;
  min-width: 250px;
  font-size: 0.875rem;
}
.btn::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../../img/common/icon/icon-arrow-brawn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.btn.--white {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn.--white::before {
  background-image: url(../../img/common/icon/icon-arrow-white.svg);
}

.btn-thanks {
  margin-top: 50px !important;
  display: flex !important;
  justify-content: center;
}
.btn-thanks a {
  border: 1px solid #AD9E96;
  background-color: transparent;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  color: #333333;
  padding: 10px 1em;
  min-height: 45px;
  max-width: 350px;
  font-size: 0.875rem;
}
.btn-thanks a::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../../img/common/icon/icon-arrow-brawn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/*===========================
コンテンツ960px以下
===========================*/
/*===========================
sp
===========================*/
#instagram {
  overflow: hidden;
  padding-top: 100px;
}
#instagram .ly__flex {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
#instagram .slick-list {
  overflow: visible;
}

.instagram__item {
  margin: 0 20px;
}

/*===========================
コンテンツ960px以下
===========================*/
/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  #instagram .ly__flex {
    display: contents;
  }
  #instagram .wrapper {
    display: flex;
    flex-direction: column;
  }
  #instagram .section__title {
    order: 1;
  }
  #instagram .instagram__list {
    order: 2;
    margin-bottom: 30px;
  }
  #instagram .btn {
    order: 3;
  }
}
.kv__container {
  position: relative;
  align-items: center;
  min-height: 240px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(201, 185, 181, 0.8) 100%);
}
.kv__container::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/bg-kv_pc.webp);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
}
.kv__container::after {
  content: "BRAND KOCHI";
  font-family: "Esteban", serif;
  font-size: clamp(2.5rem, 1rem + 6.4vw, 5rem);
  letter-spacing: 0.2em;
  line-height: 1;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: 2%;
}

.page__title .ja {
  font-size: 0.625rem;
  line-height: 1;
  font-weight: 400;
  background-color: #AD9E96;
  color: #FFFFFF;
  padding: 2px 15px;
  display: inline-block;
  margin-bottom: 5px;
}
.page__title .en {
  font-family: "Esteban", serif;
  font-weight: 400;
  font-size: clamp(1.75rem, 1.525rem + 0.96vw, 2.125rem);
  color: #81756E;
  line-height: 1.2;
}

/*===========================
コンテンツ960px以下
===========================*/
/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .kv__container {
    min-height: 180px;
  }
  .kv__container::before {
    background-image: url(../../img/common/bg-kv_sp.webp);
  }
}
.kochi__headeing-bg {
  font-size: 1rem;
  padding: 5px 15px !important;
  font-weight: 400;
  margin-bottom: 30px;
}

.kochi__gallary {
  margin-bottom: 100px;
}

#privacypolicy .wp__origin p:not(:last-child) {
  margin-bottom: 3em;
}

/*===========================
sp
===========================*/
/* pages */
.mainVisual {
  background-image: url(../../img/top/kv_bg.webp);
  background-repeat: no-repeat;
  background-position: top left 10rem;
  position: relative;
  height: calc(100vh - 120px);
}
.mainVisual::after {
  content: "";
  width: 100%;
  max-width: 680px;
  height: 100%;
  background-image: url(../../img/top/mv-moman.webp);
  background-size: 110%;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mainVisual .wrapper {
  z-index: 1;
}

.main__heading {
  width: 33%;
  max-width: 430px;
  position: absolute;
  top: -5%;
  left: 5%;
}

.scrolldown {
  color: #373D4D;
  line-height: 1;
  font-size: clamp(0.625rem, 0.55rem + 0.32vw, 0.75rem);
  writing-mode: vertical-rl;
  position: absolute;
  bottom: 1rem;
  left: 4.5rem;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}
.scrolldown::before {
  content: "";
  width: 1px;
  height: 50px;
  background-color: #373D4D;
  display: block;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .mainVisual {
    background-position: top 40px left 40px;
    height: calc(100vh - 70px);
  }
  .mainVisual::after {
    background-size: contain;
    background-position: bottom right -30px;
    left: initial;
    transform: none;
  }
  .main__heading {
    width: 40%;
    top: 0;
  }
  .scrolldown {
    left: 15px;
  }
}
#topIntro {
  padding: 200px 0 0;
  text-align: center;
  position: relative;
}
#topIntro .wrapper {
  padding-bottom: 230px;
}
#topIntro .title--lg {
  font-size: clamp(1.25rem, 1.025rem + 0.96vw, 1.625rem);
  font-weight: 400;
  margin-bottom: 40px;
}
#topIntro .text--lg {
  margin-bottom: 40px;
  line-height: 250%;
}

.object {
  position: absolute;
  z-index: -1;
}

.lg-waletBeige {
  width: 20%;
  max-width: 300px;
  aspect-ratio: 5/6;
  background-image: url(../../img/top/bg-walet-beige.webp);
  background-size: cover;
  background-position: center right;
  left: 0;
  top: 30%;
}

.lg-waletBlack {
  width: 20%;
  max-width: 300px;
  aspect-ratio: 5/6;
  background-image: url(../../img/top/bg-walet-black.webp);
  background-size: cover;
  background-position: center left;
  right: 0;
  top: 40%;
}

.sm-keyBlack {
  width: 25%;
  max-width: 245px;
  aspect-ratio: 1/1;
  background-image: url(../../img/top/bg-keycase-black.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  left: 10%;
  top: 5%;
  filter: blur(15px);
}

.sm-keyBeige {
  width: 30%;
  max-width: 300px;
  aspect-ratio: 1/1;
  background-image: url(../../img/top/bg-keycase-beige.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  right: 10%;
  top: 5%;
  filter: blur(8px);
}

.sm-keywhite {
  width: 25%;
  max-width: 240px;
  aspect-ratio: 1/1;
  background-image: url(../../img/top/bg-keycase-white.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 30%;
  bottom: 15%;
  filter: blur(10px);
}

.textAnimation {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.textAnimation p {
  font-size: clamp(5rem, 1.25rem + 16vw, 11.25rem);
  font-family: "Esteban", serif;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #E4D5CD;
  animation: textAnimation 50s linear infinite;
  margin-bottom: -0.25em;
  z-index: -1;
}

@keyframes textAnimation {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  #topIntro {
    padding: 100px 0 0;
  }
  #topIntro .wrapper {
    padding-bottom: 130px;
  }
  #topIntro .text--lg {
    letter-spacing: 0.02em;
  }
  .lg-waletBeige {
    width: 35%;
    top: initial;
    bottom: 14%;
  }
  .lg-waletBlack {
    width: 23%;
    top: 22%;
  }
  .sm-keyBeige {
    top: 10%;
  }
  .sm-keywhite {
    right: 0;
    bottom: 40%;
  }
}
#topCollabo {
  background-image: url(../../img/top/collabo-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#topCollabo .wrapper {
  min-height: 280px;
}
#topCollabo .btn {
  position: absolute;
  right: 20px;
  bottom: 0;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  #topCollabo .wrapper {
    min-height: 250px;
  }
}
#topTopics {
  overflow: hidden;
}
#topTopics .ly__flex {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}
#topTopics .slick-list {
  overflow: visible;
}

.topics__item:not(:last-child) {
  margin-right: 20px;
}
.topics__item-image {
  aspect-ratio: 16/9;
  margin-bottom: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #e6e6e6;
}
.topics__item-title {
  font-size: 0.875rem;
  color: #333333;
  margin-bottom: 10px;
  min-height: 3.5em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.topics__item-info {
  margin-top: 10px;
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75rem;
  color: #AD9E96;
  gap: 10px;
}
.topics__item-date {
  display: flex;
  align-items: center;
  line-height: 1;
}
.topics__item-date::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../../img/common/icon/icon-time.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  margin-right: 5px;
}
.topics__item-category {
  display: flex;
  align-items: center;
  line-height: 1;
}
.topics__item-category::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../../img/common/icon/icon-category.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  margin-right: 5px;
}

/* dotsカスタマイズ */
.dots-wrap {
  display: flex;
  margin-top: 30px;
}

.dots-wrap li {
  width: 30px;
  height: 2px;
  margin: 0 5px;
  background: #e6e6e6;
  cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: #AD9E96;
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  #topTopics .ly__flex {
    display: contents;
  }
  #topTopics .wrapper {
    display: flex;
    flex-direction: column;
  }
  #topTopics .section__title {
    order: 1;
  }
  #topTopics .topics__list {
    order: 2;
    margin-bottom: 30px;
  }
  #topTopics .btn {
    order: 3;
  }
}
.parallax {
  background-image: url(../../img/top/paralax.webp);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .parallax {
    height: 20vh;
    background-attachment: scroll;
  }
}
#aboutIntro .inner {
  text-align: center;
  line-height: 250%;
}
#aboutIntro .--large {
  font-size: clamp(1rem, 0.85rem + 0.64vw, 1.25rem);
  color: #C2A279;
  padding: 1em 0;
}
#aboutIntro .intro__image {
  max-width: 300px;
  margin: 50px auto;
}

.lg-keyBeige {
  width: 20%;
  max-width: 250px;
  aspect-ratio: 1/1;
  background-image: url(../../img/about/bg-keycase-beige.webp);
  background-size: cover;
  background-position: center right;
  left: 0;
  top: 150px;
}

.lg-whiteCard {
  width: 22%;
  max-width: 285px;
  aspect-ratio: 57/50;
  background-image: url(../../img/about/bg-card-white.webp);
  background-size: cover;
  background-position: center left;
  right: 0;
  bottom: 150px;
}

.sm-keyBlack02 {
  width: 17%;
  max-width: 220px;
  aspect-ratio: 44/29;
  background-image: url(../../img/about/bg-keycase-black.webp);
  background-size: cover;
  background-position: center left;
  background-repeat: no-repeat;
  opacity: 0.5;
  right: 0;
  top: 40%;
  filter: blur(5px);
}

.sm-yellow {
  width: 15%;
  max-width: 200px;
  aspect-ratio: 8/14;
  background-image: url(../../img/about/bg-walet-yellow.webp);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  opacity: 0.5;
  left: 0;
  bottom: 20%;
  filter: blur(5px);
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  #aboutIntro {
    padding-bottom: 120px;
  }
  #aboutIntro .intro__image {
    max-width: 200px;
  }
  .lg-keyBeige {
    top: 50px;
  }
  .lg-whiteCard {
    bottom: 60px;
  }
  .sm-keyBlack02 {
    opacity: 0.2;
    width: 40%;
    background-position: center left 50px;
    top: 30%;
  }
  .sm-yellow {
    width: 30%;
  }
}
#aboutGreeting .greeting__colum {
  margin-bottom: 50px;
}
#aboutGreeting .greeting__colum .--name {
  font-size: clamp(1.25rem, 1.1rem + 0.64vw, 1.5rem);
  margin-bottom: 30px;
}
#aboutGreeting .greeting__colum .--date {
  font-size: 0.75rem;
}

/*===========================
sp
===========================*/
#aboutStory {
  overflow: hidden;
}
#aboutStory .slick-list {
  overflow: visible;
}
#aboutStory .slick-track {
  display: flex;
}
#aboutStory .slick-slide {
  height: auto !important;
}

.story__item {
  padding-right: 50px;
  padding-bottom: 60px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.story__item::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #E4D5CD;
  position: absolute;
  bottom: -5px;
  left: -5px;
}

.story__title {
  color: #AD9E96;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1;
  font-weight: 400;
}
.story__title span {
  font-size: 1rem;
}

.story__description {
  font-size: 0.875rem;
  word-break: break-all;
  padding-bottom: 1rem;
}
.story__description a {
  color: #333333;
  text-decoration: underline;
}

.story__list .wp-block-group__inner-container.is-layout-constrained.wp-block-group-is-layout-constrained::after {
  content: "";
  width: 1px;
  height: -webkit-fill-available;
  background-color: #E4D5CD;
  position: absolute;
}

body.page-id-1953 #aboutStory .is-layout-flex {
  display: block !important;
}

#aboutStory .prev-arrow,
#aboutStory .next-arrow {
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #AD9E96;
  border-radius: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: absolute;
  bottom: -60px;
  z-index: 1;
}
#aboutStory .prev-arrow {
  transform: rotate(180deg);
  left: 0;
}
#aboutStory .next-arrow {
  left: 50px;
}
#aboutStory .prev-arrow::before,
#aboutStory .next-arrow::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1px solid #AD9E96;
  border-top: 1px solid #AD9E96;
  top: 0;
  bottom: 0;
  left: 0;
  right: 3px;
  margin: auto;
  transform: rotate(45deg);
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  #aboutStory .prev-arrow,
  #aboutStory .next-arrow {
    bottom: initial;
    top: -70px;
  }
  #aboutStory .prev-arrow {
    left: initial;
    right: 50px;
  }
  #aboutStory .next-arrow {
    left: initial;
    right: 0;
  }
}
.kochi__table {
  font-size: 0.875rem;
}
.kochi__table tr td {
  border-left: none;
  border-right: none;
  border-color: #e6e6e6;
  padding: 2em 1em;
}
.kochi__table tr td:first-child {
  width: 10em;
  color: #AD9E96;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .kochi__table tr {
    display: flex;
    flex-direction: column;
  }
  .kochi__table tr td {
    padding-bottom: 1.5em;
  }
  .kochi__table tr td:first-child {
    width: 100%;
    padding-top: 1.5em;
    padding-bottom: 0;
    border-bottom: none;
  }
  .kochi__table tr td:last-child {
    border-top: none;
    padding-top: 0.5em;
  }
  .kochi__table tr:not(:last-child) td:last-child {
    border-bottom: none;
  }
}
.tab__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
  gap: 20px;
}

.tab__item {
  min-width: 120px;
}
.tab__item a {
  display: block;
  border: 1px solid #AD9E96;
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  color: #AD9E96;
  text-align: center;
  border-radius: 30px;
  padding: 0.25em 1em;
}

.tab__item.active a {
  background-color: #AD9E96;
  color: #FFFFFF;
}

.topics__list--lg {
  border-top: 1px solid #e6e6e6;
}
.topics__list--lg .topics__item {
  margin-right: 0;
  border-bottom: 1px solid #e6e6e6;
}
.topics__list--lg .topics__item .topicsItem__inner {
  padding: 30px 20px;
  display: flex;
  gap: 30px;
}
.topics__list--lg .topics__item-image {
  width: 100%;
  max-width: 320px;
  margin-bottom: 0;
}
.topics__list--lg .topics__item-text {
  flex: 1;
}
.topics__list--lg .topics__item-info {
  border: none;
  margin-top: 0;
  margin-bottom: 10px;
}
.topics__list--lg .topics__item-title {
  font-size: clamp(1rem, 0.925rem + 0.32vw, 1.125rem);
  line-height: 1.5;
  min-height: 1em;
}
.topics__list--lg .topics__item-contents {
  font-size: clamp(0.75rem, 0.675rem + 0.32vw, 0.875rem);
  color: #333333;
  min-height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 30px;
}

.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-weight: 700;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  border: 1px solid #AD9E96;
  border-radius: 20px;
  color: #AD9E96;
}

.pagination .current {
  background: #AD9E96;
  color: #fff;
}

.pagination .prev,
.pagination .next {
  background: transparent;
  box-shadow: none;
  color: #AD9E96;
}

.pagination .dots {
  background: transparent;
  box-shadow: none;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .tab__list {
    gap: 10px;
  }
  .tab__item {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .tab__item a {
    padding: 0.25em 2em;
  }
  .topics__list--lg .topics__item .topicsItem__inner {
    padding: 20px 15px;
    gap: 10px;
    flex-direction: column;
  }
  .topics__list--lg .topics__item-info {
    flex-direction: column;
    margin-bottom: 10px;
    gap: 0;
  }
  .pagination .page-numbers {
    width: 30px;
    height: 30px;
  }
}
.topicsSingle .topics__item-info {
  border: none;
  margin-top: 0;
  margin-bottom: 10px;
}
.topicsSingle .topics__item-category a {
  color: #AD9E96;
  display: inline-block;
  padding: 0 0.5em;
}
.topicsSingle .topics__item-title {
  font-size: clamp(1.125rem, 1.05rem + 0.32vw, 1.25rem);
  font-weight: 400;
  min-height: initial;
  overflow: visible;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin-bottom: 30px;
  display: block;
}

.article__inner {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 50px;
}
.article__inner h2 {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  margin-bottom: 15px;
  background-color: #AD9E96;
  color: #FFFFFF;
  padding: 5px 15px;
  font-weight: 500;
}
.article__inner h3 {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  margin-bottom: 15px;
  padding: 5px 10px;
  color: #81756E;
  border-top: 2px solid #AD9E96;
  border-bottom: 2px solid #AD9E96;
  font-weight: 500;
}
.article__inner h4 {
  border-left: 5px solid #AD9E96;
  color: #81756E;
  padding: 2px 10px;
  margin-bottom: 15px;
}
.article__inner h5 {
  padding: 5px 10px;
  margin-bottom: 15px;
  border-bottom: 2px solid #AD9E96;
}
.article__inner h6 {
  padding: 5px 10px;
  margin-bottom: 15px;
}
.article__inner h6::before {
  content: "●";
  color: #81756E;
  margin-right: 0.25em;
}
.article__inner a {
  text-decoration: underline;
  color: #333333;
}
.article__inner .wp-block-button__link {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #81756E;
  padding: 10px 20px;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
.article__inner p, .article__inner ul {
  margin-bottom: 15px;
}
.article__inner figure {
  margin-bottom: 30px;
  max-width: 500px;
}

.topic__singlePager {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}

.topic__singlePagerItem {
  max-width: 320px;
  background-color: #FFFFFF;
  font-size: 0.75rem;
}
.topic__singlePagerItem.-center {
  width: 20%;
  background-color: #AD9E96;
}
.topic__singlePagerItem.-center a {
  color: #FFFFFF;
}
.topic__singlePagerItem a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  height: 100%;
}
.topic__singlePagerItem figure {
  max-width: 130px;
  aspect-ratio: 16/9;
}
.topic__singlePagerItem figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topic__singlePagerItem p {
  flex: 1;
  padding: 1em;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .topicsSingle .topics__item-info {
    flex-direction: column;
    gap: 0;
  }
  .article__inner h5 {
    padding-left: 0;
  }
  .article__inner h6 {
    padding-left: 0;
  }
  .topic__singlePager {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .topic__singlePagerItem.-center {
    width: 100%;
    padding: 1rem;
  }
  .topic__singlePagerItem p {
    padding: 1em 0.5rem;
  }
}
.kochi__shopCover {
  margin-bottom: 100px;
}
.kochi__shopCover .wp-block-cover, .kochi__shopCover .wp-block-cover-image {
  min-height: initial;
  aspect-ratio: 16/9;
}
.kochi__shopCover span.wp-block-cover__background.has-background-dim {
  background-color: transparent !important;
}

.kochi__anker {
  margin-bottom: 50px;
}
.kochi__anker .wp-block-button__link {
  background-color: transparent;
  border: 1px solid #AD9E96;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  color: #333333;
  padding: 10px 1em;
  min-height: 45px;
  min-width: 250px;
  font-size: 0.875rem;
}
.kochi__anker .wp-block-button__link::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../../img/common/icon/icon-arrow-brawn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

.shop__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  font-size: 0.875rem;
  margin-bottom: 50px;
}
.shop__list li {
  width: 49%;
  border-top: 1px solid #e6e6e6;
  padding: 1rem;
}
.shop__list li:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.shop__list li:nth-last-child(2) {
  border-bottom: 1px solid #e6e6e6;
}
.shop__list li a {
  color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop__list li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #C2A279;
  border-right: 1px solid #C2A279;
  transform: rotate(45deg);
  display: block;
}

.shop__areaTitle {
  color: #C2A279;
  padding: 1em;
}

.map {
  margin: 50px auto 100px;
  display: flex;
  justify-content: center;
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  #shop .is-layout-flex {
    gap: 10px;
  }
  .kochi__shopCover {
    margin-bottom: 50px;
  }
  .shop__list li {
    width: 100%;
    padding: 0.5rem;
  }
  .shop__list li:nth-last-child(2) {
    border-bottom: none;
  }
}
.form__table {
  max-width: 800px;
  margin: 50px auto 0;
}
.form__table.-confirm .form__row .form__head {
  padding-top: 0;
}

.form__row {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #e6e6e6;
  padding: 1rem 0;
}
.form__row:first-child {
  border-top: 1px solid #e6e6e6;
}
.form__row:last-child {
  align-items: flex-start;
}
.form__row:not(:last-child) {
  margin-bottom: 0;
}
.form__row .form__head {
  width: 35%;
  max-width: 15em;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
  padding-top: 0.5em;
}
.form__row .form__cell {
  flex: 1;
  font-size: 0.875rem;
}

.form__icon {
  background-color: #C2A279;
  color: #FFFFFF;
  padding: 5px;
  font-size: 0.65rem;
  margin-right: 10px;
}

input, select, textarea {
  width: 100%;
  padding: 0.75em 1em;
  font-size: 0.875rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.btn__wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px auto 0;
}
.btn__wrapper .btn__pre, .btn__wrapper .btn__submit {
  max-width: 300px;
  width: 100%;
}
.btn__wrapper .btn__pre p, .btn__wrapper .btn__submit p {
  position: relative;
  cursor: pointer;
}
.btn__wrapper .btn__pre p::before, .btn__wrapper .btn__submit p::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../../img/common/icon/icon-arrow-brawn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.btn__wrapper .btn__pre p input[type=submit],
.btn__wrapper .btn__pre p input[type=button], .btn__wrapper .btn__submit p input[type=submit],
.btn__wrapper .btn__submit p input[type=button] {
  border: 1px solid #AD9E96;
  background-color: transparent;
  border-radius: 50px;
  font-size: 0.875rem;
  display: block !important;
  transition: all 0.3s;
}
.btn__wrapper .btn__pre p input[type=submit]:hover,
.btn__wrapper .btn__pre p input[type=button]:hover, .btn__wrapper .btn__submit p input[type=submit]:hover,
.btn__wrapper .btn__submit p input[type=button]:hover {
  background-color: #AD9E96;
  color: #FFFFFF;
  transition: all 0.3s;
}
.btn__wrapper .btn__pre p::before {
  right: initial;
  left: 20px;
  transform: rotate(180deg) translateY(-50%);
  transform-origin: 5px 0;
}

.contact__notice {
  text-align: center;
  margin-bottom: 50px;
  font-size: 0.875rem;
}
.contact__notice a {
  text-decoration: underline;
  color: #333333;
}

.wpcf7-spinner {
  display: none !important;
}

.thanks-title {
  font-weight: 400;
  margin-bottom: 1em;
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
}

/*===========================
sp
===========================*/
@media screen and (max-width: 767px) {
  .form__row {
    flex-direction: column;
    padding: 1rem 0;
  }
  .form__row .form__head {
    width: 100%;
    margin-bottom: 0.75rem;
  }
  .form__row .form__cell {
    width: 100%;
  }
  .contact__notice {
    text-align: left;
  }
  input[type=submit] {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */