@charset "UTF-8";

body {
  font-size: 16px;
  font-family: YuGothic, 游ゴシック, "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  color: #342a2a;
  background-color: #fff;
  line-height: 1.7;
  letter-spacing: 0px;
  overflow-x: hidden;
}
a:link {
  color: #342a2a;
}
a:visited {
  color: #342a2a;
}
a:hover {
  color: #342a2a;
}
a {
  color: #342a2a;
  text-decoration: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*=================================

common

===================================*/
.br-nlc {
  display: none;
}

.br-nlc02,
.br-nlc03 {
  display: block;
}

/* タイトル */
.page-main {
  width: min(90%, 900px);
  margin: 160px auto 0 auto;
}

.page-ttl {
  font-size: 36px;
  margin-top: 24px;
}

.page-ttl__en {
  font-size: 36px;
  font-family: "Lato", sans-serif;
  margin-top: 24px;
}

/* パンくずリスト */
.breadcrumbs {
  display: flex;
  justify-content: flex-end;
}

.breadcrumbs li::after {
  content: ">";
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  color: #5b5b5b;
}

.breadcrumbs li:last-child::after {
  display: none;
}

/*=================================

トップページ

===================================*/

/*=================================
ヘッダー
===================================*/

#header__nav02 {
  display: none;
}

.header-logo {
  margin-left: 50px;
}

.logo-img {
  width: 150px;
  margin-top: 6px;
}

.header {
  width: 100%;
  height: 80px;
  background: #fff;
  display: flex;
  position: fixed;
  top: 0px;
  z-index: 10;
  align-items: center;
}

#header__nav {
  margin: 0 0 0 auto;
  z-index: 10;
}

.header-nav__list {
  position: relative;
}

.header-nav__list li {
  display: inline;
  padding-left: 24px;
  font-family: "Lato", sans-serif;
}

.header-nav__list li:first-child {
  padding-left: 0px;
}

.header-nav__list li:last-child {
  padding-left: 16px;
}

.header-shop::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 22px;
  background: url(../images/cart.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -8px;
  margin-right: 8px;
}

.header-btn01 a {
  display: inline-block;
  width: 135px;
  text-align: center;
  border-radius: 5px;
  background: #b49696;
  padding: 4px;
  color: #fff;
  letter-spacing: 0.05em;
  margin-left: 16px;
  font-size: 14px;
}

.header-btn02 a {
  display: inline-block;
  width: 135px;
  text-align: center;
  border-radius: 5px;
  background: #96b496;
  padding: 4px;
  color: #fff;
  letter-spacing: 0.05em;
  margin-right: 50px;
  font-size: 14px;
}

.header-nav__list li a:hover {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}

.header__wrap.clicked .header02-cover {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 8;
  transition: all 0.5s ease-in-out;
  background: rgba(3, 3, 3, 0.8);
}

/* メニューのドロップダウン */

.brand-menu__pc {
  position: absolute;
  left: 0%;
  top: 40px;
  z-index: 10;
  display: flex;
  justify-content: center;
  /* column-gap: 20px; */
  padding: 40px 80px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(91, 91, 91, 0.5);
  width: 920px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.brand-menu__pc li {
  padding-left: 14px;
}

.brand-menu__unit {
  display: flex;
}

.brand-menu__items {
  margin-top: 56px;
  margin-right: 40px;
}

.brand-menu__items li {
  display: block;
  padding-left: 0;
  font-size: 13px;
  padding-bottom: 0.5em;
  white-space: nowrap;
}

.brand-menu__items li:last-child {
  padding-left: 0;
}

.brand-menu__divider {
  width: 120px;
}

.brand-menu__divider dt {
  margin-bottom: 0.5em;
  white-space: nowrap;
}

.brand-menu__items__en {
  font-family: "Lato", sans-serif;
}

.brand-menu__pc img {
  width: 120px;
}

.has-child:hover > ul {
  visibility: visible;
  opacity: 1;
}

.has-child::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 2px 4px;
  border-bottom: 3px solid;
  border-right: 3px solid;
  transform: rotate(45deg);
}

.has-child:hover:after {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}

/*=================================
メイン
===================================*/
.top section {
  max-width: 900px;
}

.top-sec h2 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  font-family: "Lato", sans-serif;
}

/*=================================
CONTACT（共通）
===================================*/
.induce-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}

.induce-wrap img {
  width: 380px;
}

.induce-shop :hover,
.induce-catalogs :hover {
  opacity: 0.75;
  transition: 0.3s;
}

.induce-contact {
  margin: 160px auto;
}

.induce-contact__text {
  margin-top: 24px;
}

.induce-contact__wrap {
  text-align: center;
}

.induce-contact__unit {
  width: 680px;
  display: flex;
  justify-content: space-around;
  margin: 24px auto 0 auto;
}

.induce-contact__group01 {
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.tel-icon {
  width: 73px;
  height: 62px;
  border: solid 1px #342a2a;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  padding-top: 34px;
  position: relative;
}

.tel-icon::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 30px;
  background: url(../images//tel.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 2px;
  left: 23px;
}

.tel-wrap a {
  font-size: 28px;
  font-weight: bold;
  color: #5b5b5b;
}

.tel-wrap p {
  font-size: 13px;
}

.induce-contact__btn li {
  width: 250px;
}

.induce-contact__btn li a {
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  width: 250px;
  height: 50px;
  padding: 16px;
  transition: 0.3s ease-in-out;
  border: solid 1px #342a2a;
  font-size: 14px;
}

.induce-contact__btn li a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.meeting-btn a:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images//meeting.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 1em;
}

.mail-btn a:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 20px;
  background: url(../images//mail.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 1em;
}

.induce-contact__btn li a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #342a2a;
  border-right: 1px solid #342a2a;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s ease-in-out;
}

.induce-contact__line {
  width: 1px;
  height: 40px;
  background: #5b5b5b;
  margin-top: 50px;
}

.meeting-btn {
  margin-bottom: 24px;
}

/*=================================
フッター
===================================*/
.footer-wrap {
  background: rgba(182, 203, 182, 0.7);
}
.footer-inner {
  max-width: 900px;
  margin: 0 auto;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  padding-top: 48px;
  align-items: center;
}

.footer-top img {
  margin-left: 80px;
}

.footer-btn {
  width: 220px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  margin-right: 42px;
  transition: all 0.3s ease;
}

.footer-btn::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 22px;
  background: url(../images//cart.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-top: -8px;
  margin-right: 8px;
}

.footer-btn:hover {
  background: #ece8e5;
}

.footer-list li a:hover {
  opacity: 0.7;
  transition: 0.3s ease-in-out;
}

.footer-list__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.footer-list__unit01 {
  display: flex;
  gap: 80px;
}

.footer-list h3 {
  font-size: 14px;
  font-weight: bold;
}

.footer-list h3 a {
  width: fit-content;
}

.footer-list ul {
  margin-top: 12px;
}

.footer-list li {
  font-size: 13px;
  padding-bottom: 0.5em;
}

.footer-list__unit02 {
  display: flex;
  column-gap: 40px;
  margin-top: 14px;
}

/*== スクロール後にフッターボタンを表示させる（ここから） ==*/
.footer-link a {
  display: block;
  position: fixed;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #ece8e5;
  color: #5b5b5b;
  bottom: 2%;
  right: 2%;
  opacity: 0.9;
  z-index: 100;
  text-align: center;
  line-height: 1.5;
  padding: 1.5em 1em;
  /* box-shadow: 0 4px 8px rgba(91, 91, 91, 0.5); */
  box-shadow: 4px 4px 8px rgba(201, 201, 201, 0.2);
}

.footer-link a:hover {
  transform: translateY(-5px);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

#footer-btn-js.DownMove {
  position: fixed;
  /* width: 100%; */
  animation: DownAnime 0.5s forwards ease-in-out;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100px);
  }
}

.footer-copyright {
  font-size: 13px;
  text-align: center;
  padding-top: 64px;
  padding-bottom: 32px;
}

/*=================================

tablet　～1098ｐｘ

===================================*/

@media screen and (max-width: 1098px) {
  #header__nav02 {
    display: block;
  }

  #header__nav {
    display: none;
  }

  .header__nav02 {
    position: fixed;
    top: 0%;
    right: -100%;
    width: 30vw;
    height: 100vh;
    background-color: #fff;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    padding-top: 100px;
    z-index: 9;
    overflow: auto;
  }

  .clicked .header__nav02 {
    right: 0;
  }

  .header02-logo {
    position: absolute;
    top: 25px;
    left: 16px;
  }

  .logo-img {
    width: 130px;
  }

  .header-nav__list02 li {
    font-size: 14px;
    font-family: "Lato", sans-serif;
    border-top: solid 1px #d9d9d9;
    position: relative;
  }

  .header-nav__list02 li a {
    display: block;
    padding: 20px;
  }

  .header-nav__list02 li a:hover {
    opacity: 0.7;
  }

  .header02-link a::after {
    content: "";
    position: absolute;
    top: 25px;
    right: 5%;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    border-top: 1px solid #342a2a;
    border-right: 1px solid #342a2a;
    transform: rotate(45deg);
  }

  .header02-toggle {
    width: 100%;
  }

  .cateTitle,
  .childCat li {
    display: block;
    line-height: 1.6;
    border: none;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    position: relative;
    margin: 0;
  }

  .childCat > .bold a:first-of-type {
    font-weight: bold;
  }

  /* プラスマイナス */
  .cateTitle {
    position: relative;
    display: block;
  }

  .cateTitle {
    padding: 20px;
  }

  .cateTitle:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 7%;
    height: 1px;
    width: 12px;
    background: #342a2a;
    transform: rotate(90deg);
    transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .cateTitle:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 7%;
    height: 1px;
    width: 12px;
    background: #342a2a;
    transition: 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  }

  .cateTitle.open:before {
    transform: translate(50%, 0%);
    opacity: 0;
  }

  .childCat li a {
    padding: 8px 20px;
  }

  .cateTitle.active {
    margin-bottom: 0;
  }

  .childCat {
    display: none;
    overflow: hidden;
    animation: show 0.6s linear;
    padding-bottom: 20px;
  }

  @keyframes show {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  /* ham */
  #header__ham {
    position: fixed;
    top: 15px;
    right: 16px;
    width: 32px;
    height: 25px;
    z-index: 100;
  }

  .header-ham__line {
    position: absolute;
    width: 32px;
    height: 1px;
    background-color: #5b5b5b;
    z-index: 150;
    transition: all 0.5s;
  }

  .line1 {
    top: 10px;
  }
  .line2 {
    top: 20px;
  }

  .line2::after {
    content: "MENU";
    position: absolute;
    top: 8px;
    left: 0px;
    font-size: 10px;
  }

  .clicked .line1 {
    transform: rotate(45deg);
    top: 20px;
  }
  .clicked .line2 {
    transform: rotate(-45deg);
    top: 20px;
  }

  .clicked .line2::after {
    content: "ClOSE";
    transform: translateY(0) rotate(45deg);
    top: 8px;
    left: -16px;
  }

  .slide-items {
    height: 50vw;
  }

  .slick-initialized.slide-items li {
    width: 75vw;
  }

  .induce-wrap {
    text-align: center;
  }

  .induce-wrap img {
    width: max(95%, 270px);
  }

  .footer-list__unit01 {
    gap: 64px;
  }

  .footer-inner {
    width: 90%;
  }

  /* end   */
}

/*=================================

tablet　～806ｐｘ

===================================*/

@media screen and (max-width: 806px) {
  .br-nlc {
    display: block;
  }

  .br-nlc03 {
    display: none;
  }

  .top section {
    width: 90%;
  }

  .footer-inner {
    width: 100%;
  }

  .footer-top {
    flex-direction: column;
    align-items: center;
  }

  .footer-top img {
    margin-left: 0;
  }

  .footer-btn {
    margin-top: 32px;
    margin-right: 0;
  }

  .footer-list__wrap {
    justify-content: space-around;
  }

  /* end   */
}

/*=================================

SP　～649ｐｘ

===================================*/

@media screen and (max-width: 649px) {
  /*=================================
common
===================================*/
  body {
    font-size: 14px;
  }

  .br-nlc {
    display: block;
  }

  .br-nlc02 {
    display: none;
  }

  .page-main {
    margin-top: 104px;
  }

  .page-ttl,
  .page-ttl__en {
    font-size: 24px;
  }

  .slide-items {
    height: 100vw;
  }

  .slick-initialized.slide-items li {
    width: 150vw;
  }

  .slick-next::after,
  .slick-prev::after {
    width: 16px;
    height: 16px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }

  .breadcrumbs li,
  .breadcrumbs li::after {
    font-size: 12px;
  }

  .breadcrumbs li::after {
    padding: 0 8px;
  }

  /*=================================
　TOP
===================================*/
  .header__nav02 {
    width: 42vh;
  }

  .header-logo {
    margin-left: 16px;
  }

  /* フッター */
  .footer-list h3 {
    font-size: 13px;
  }

  .footer-list li {
    font-size: 12px;
  }

  .footer-inner {
    width: 90%;
  }

  .footer-list__wrap,
  .footer-list__unit01,
  .footer-list__unit02 {
    flex-direction: column;
  }

  .footer-list__wrap {
    margin-top: 40px;
  }

  .footer-list ul {
    margin-top: 8px;
  }

  .footer-list__unit01 {
    gap: 32px;
  }

  .footer-list__unit02 {
    margin-top: 32px;
  }

  .footer-list__t {
    margin-top: 0 !important;
  }

  .footer-copyright {
    padding: 32px 0;
  }

  .footer-link a {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    font-size: 12px;
  }

  /* end   */
}
