@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);
}

.widget-list__en {
  display: inline-block;
  transform: rotate(90deg);
}

/* トップサイドボタン */
.widget-list__top {
  display: flex;
  writing-mode: vertical-rl;
  position: fixed;
  top: 12vw;
  right: 0;
  z-index: 110000;
}

.widget-list__top li a {
  display: inline-block;
  padding: 1em 0.5em;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 4px;
  transition: 0.3s;
}

.widget-list__line a {
  background: #96b496;
  color: #fff;
}

.widget-list__contact a {
  background: #b49696;
  color: #fff;
}

.widget-list__top li a:before {
  content: "";
  display: inline-block;
  background-size: contain;
  margin-bottom: 10px;
}

.widget-list__line a:before {
  width: 32px;
  height: 32px;
  background: url(../images/header-line.png) no-repeat;
}

.widget-list__contact a:before {
  width: 32px;
  height: 32px;
  background: url(../images/header-mail.png) no-repeat;
}

.widget-list__top li a:hover {
  opacity: 0.9;
}

.widget-list__footer {
  display: none;
}

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

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

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

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

.brand-menu__divider dd {
  text-align: center;
}

.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;
}

/*=================================
ビデオ
===================================*/
.video-wrap {
  margin: 100px 2%;
  max-height: calc(100vh - 120px);
  overflow: hidden;
}

.fv-video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.top-banner {
  display: block;
  text-align: center;
  margin: 80px auto;
}

/*=================================
スライダー
===================================*/
.slide-items {
  width: 100vw;
  height: 40vw;
  opacity: 0;
  margin: 80px auto 0 auto;
}

.slide-items.slick-initialized {
  width: 100vw;
  display: flex;
  opacity: 1;
  margin: 80px auto 0 auto;
}

/* ここでサイズ調整 */
.slick-initialized.slide-items li {
  width: 60vw;
}

.slide-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 100px;
  bottom: -40px;
}

.slick-dots li button:before {
  font-size: 14px !important;
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
}
.slick-arrow:hover {
  opacity: 0.7;
}

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

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

.slick-next {
  right: 2%;
}
.slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}

.slick-prev {
  left: 2%;
}
.slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}

/*=================================
 スクロールアニメーション
===================================*/
.element {
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
/*=================================
intro
===================================*/
.intro {
  margin: 180px auto 120px auto;
  position: relative;
}

.intro-inner {
  margin: 0 0 0 auto;
}

.intro-area {
  width: 525px;
  height: 370px;
  background: rgba(217, 209, 202, 0.7);
  margin: 0 0 0 auto;
  padding: 56px 27px 56px 134px;
  color: #5b5b5b;
  letter-spacing: 0;
}

.intro-area__copy01 {
  font-size: 24px;
  padding-top: 32px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  text-shadow: 0px 6px 8px #fff;
}

.intro-area__copy02 {
  font-size: 20px;
  padding-bottom: 40px;
  font-weight: bold;
  text-shadow: 0px 6px 8px #fff;
}

.intro-area__text {
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
  text-shadow: 0px 6px 10px #fcfcfc;
}

.intro-img {
  width: min(48vw, 450px);
  position: absolute;
  top: -45px;
}

.consept-img {
  position: absolute;
  width: 360px;
  top: -55px;
  right: 0;
}

/*=================================
ブランド
===================================*/
.top-brand {
  margin: 120px auto;
  /* margin-top: 100vh; */
}

.brand-list {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.brand-cards {
  width: min(32%, 258px);
  text-align: center;
}

.top-brand h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 5px;
}

.brand-cards a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

/*=================================
ラインナップ
===================================*/
.top-lineup {
  margin: 120px auto 120px auto;
}

.lineup-list {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.lineup-list li h3,
.lineup-list li p {
  font-size: 14px;
}

.lineup-cards {
  width: 218px;
  text-align: center;
}

.lineup-cards a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

/*=================================
NEWS一覧
===================================*/
.top-news {
  margin: 120px auto;
}

.top-news__cards {
  border-bottom: solid 1px #5b5b5b;
  margin: 48px auto;
  position: relative;
}

.news-ttl__top h3 {
  padding: 1em 1.2em 1em 1em;
}

.bloglist__time {
  padding-left: 1em;
}

.post-categories {
  font-size: 12px;
  background: #96b496;
  padding: 0.25em;
  color: #fff;
  margin-left: 1.5em;
  margin-right: 1em;
}

.news-ttl__top h3::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 0 0 auto;
  border-top: 1px solid #5b5b5b;
  border-right: 1px solid #5b5b5b;
  transform: rotate(45deg);
  position: absolute;
  right: 2%;
  top: 58%;
}

.news-ttl__top :hover {
  color: #96b496;
  transition: 0.3s;
}

.news-ttl__top :hover::after {
  border-top: 1px solid #96b496;
  border-right: 1px solid #96b496;
  transition: 0.3s;
}

.top-news__btn {
  margin: 0 auto;
  width: 280px;
}

.top-news__btn a {
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 280px;
  padding: 10px 25px;
  transition: 0.3s ease-in-out;
  border: solid 1px #342a2a;
}

.top-news__btn a:hover {
  border: solid 1px #96b496;
  background: #96b496;
  color: #fff;
}

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

.top-news__btn a:hover:after {
  border-color: #fff;
}

/*=================================
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 {
  opacity: 0.9;
  z-index: 100;
}

.footer-btn__shop a {
  position: fixed;
  bottom: 2%;
  right: 2%;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #ece8e5;
  color: #5b5b5b;
  text-align: center;
  line-height: 1.5;
  padding: 1.5em 1em;
  box-shadow: 4px 4px 8px rgba(201, 201, 201, 0.2);
}

.footer-btn__shop 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;
}

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

NEWS

===================================*/
.cat-wrap {
  width: 680px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin: 40px auto 120px auto;
}

.cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}

.cat-all a,
.cat-list li a {
  width: 200px;
  height: 50px;
  border: solid 1px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cat-all a:hover,
.cat-list a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

@media screen and (max-width: 806px) {
  .cat-wrap {
    width: 73vw;
  }

  .cat-all a,
  .cat-list li a {
    width: 22vw;
    height: 40px;
  }

  .cat-wrap,
  .cat-list {
    column-gap: 20px;
  }
}

@media screen and (max-width: 649px) {
  .cat-wrap {
    width: 71vw;
  }

  .cat-all a,
  .cat-list li a {
    width: 20vw;
  }
}

.news-cards {
  display: flex;
  column-gap: 24px;
  border-bottom: solid 1px #999;
  padding: 40px;
  margin-bottom: 80px;
}

.news-cards__img {
  width: 280px;
  height: 180px;
}

.news-cards__cat {
  font-size: 14px;
  line-height: 14px;
  padding: 0.25em;
  border: solid 1px;
  border-radius: 5px;
  text-align: center;
}

.news-cards__date {
  font-size: 14px;
}

.news-cards__ttl01 {
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: bold;
}

.news-cards__ttl02 {
  display: none;
}

.news-cards__content02 {
  width: 50%;
}

.page-numbers {
  display: flex;
  column-gap: 0.5em;
  color: #5b5b5b;
  justify-content: flex-end;
  align-items: center;
}

.page-numbers li:first-child {
  margin-right: 1em;
  font-size: 14px;
}

.page-numbers li:last-child {
  margin-left: 1em;
  font-size: 14px;
}

.page-numbers__abide {
  font-weight: bold;
}

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

投稿

===================================*/
.news-wrap {
  width: 600px;
  margin: 56px auto 80px auto;
}

.news-ttl {
  font-size: 24px;
  font-weight: bold;
}

.news-content {
  margin: 24px 0 56px 0;
}

.news-cat {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  padding: 0.5em 1em;
  border: solid 1px;
  border-radius: 5px;
  text-align: center;
  margin-left: 1em;
}

.article {
  margin-top: 56px;
}

.article p {
  margin-bottom: 1em;
}

.share-btn {
  display: flex;
  justify-content: center;
  column-gap: 16px;
}

.share-btn img {
  width: 100px;
}

.pagena {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5b5b5b;
  column-gap: 80px;
  line-height: 0;
  border-top: solid 1px #5b5b5b;
  padding-top: 40px;
  margin: 80px auto;
}

.pagena-prew::before {
  content: "<";
  margin-right: 0.5em;
}

.pagena-next::after {
  content: ">";
  margin-left: 0.5em;
}

.saishin-news__ttl {
  color: #5b5b5b;
  font-weight: bold;
  text-align: center;
}

.saishin-news__ttl h2 {
  font-size: 18px;
}

.saishin-news__unit {
  display: flex;
  justify-content: space-around;
  margin-top: 24px;
}

.saishin-news__cards {
  width: 223px;
}

.saishin-news__cards {
  font-weight: bold;
}

.saishin-news__date {
  font-size: 13px;
}

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

プライバシーポリシー

===================================*/
.privacy-wrap {
  margin-top: 56px;
}

.privacy-inner {
  margin-bottom: 64px;
}

.privacy-inner h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.privacy-inner li {
  text-indent: -1em;
  padding-left: 1em;
}

.privacy-text {
  margin-top: 2em;
}

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

COMPNY

===================================*/
.yurai {
  width: 585px;
  margin: 56px auto 0 auto;
  text-align: center;
  color: #5b5b5b;
}

.yurai h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 16px 0;
}

.gaiyou {
  margin: 120px auto 0 auto;
}

.gaiyou h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
}

.gaiyou-unit {
  display: flex;
  border-bottom: solid 1px #999;
  padding: 1.5em;
}

.gaiyou-unit dt {
  padding-left: 1em;
  width: 34%;
}

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

資料請求/CONTACT　共通

===================================*/
input[type="button"],
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
  border-radius: 0;
}

input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
  font-weight: normal;
}

select {
  -webkit-appearance: none;
  appearance: none;
}

.page-top p {
  margin-top: 120px;
}

form {
  margin: 40px 0;
  font-size: 16px;
}

.form-box {
  display: flex;
  align-items: center;
}

.form-box dt {
  width: 45%;
  height: 120px;
  padding-top: 45px;
  padding-left: 0.5em;
  font-weight: bold;
}

.form-box dd {
  width: 100%;
}

.form-box__kubun label {
  margin-right: 2em;
}

.form-box__name dd {
  display: flex;
  column-gap: 2em;
}

.form-box__item label {
  margin-right: 1em;
}

input {
  outline: none;
  margin-right: 1em;
}

.form-input,
.form-select {
  box-sizing: border-box;
  background: #ece8e5;
  width: 100%;
  height: 3em;
  border: 0;
  border-radius: 0;
  padding-left: 1em;
}

.form-select {
  font-size: 16px;
  color: #5b5b5b;
}

#form-comment {
  width: 45%;
  height: 300px;
  padding-top: 80px;
  padding-left: 0.5em;
}

#comment {
  width: 100%;
  height: 200px;
  background: #ece8e5;
  border: 0;
  padding: 1em;
}

.form-box__check dd {
  width: 100%;
  display: flex;
  gap: 1em;
  align-items: center;
}

.privacy-link {
  font-size: 14px;
  margin-top: 3px;
  margin-left: 2em;
}

.privacy-link a {
  border-bottom: solid 1px #999;
  padding-bottom: 2px;
}

.btn {
  border-radius: 5px;
}

.contact-btn {
  width: 300px;
  height: 60px;
  background-color: #fff;
  border: solid 1px #342a2a;
  transition: 0.3s;
  display: block;
  margin: 120px auto 0 auto;
  border-radius: 5px;
  color: #342a2a;
}

.contact-btn:hover {
  opacity: 0.5;
}

.radiobtn,
.chcekbox {
  width: 14px;
  height: 14px;
  margin-right: 1em;
}

.form-must::after {
  content: "※必須";
  font-size: 12px;
  margin-left: 1em;
  font-weight: normal;
}

.form-box__select dd {
  position: relative;
}

.form-box__select dd:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}

select {
  position: relative;
  padding: 10px;
  width: 100%;
}

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

確認画面・送信完了　（資料請求/CONTACT共通）

===================================*/
/* 入力内容の部分の背景をなしにする */
.confirm .form-input,
.confirm .form-select,
.confirm #comment {
  background: none;
}

.confirm-btn__wrap {
  display: flex;
  column-gap: 48px;
  margin-top: 120px;
  justify-content: center;
}

.confirm-btn__b {
  width: 135px;
  height: 60px;
  background-color: #fff;
  border: solid 1px #342a2a;
  transition: 0.3s;
  display: block;
  border-radius: 5px;
  color: #342a2a;
}

.confirm-btn {
  width: 300px;
  height: 60px;
  background-color: #fff;
  border: solid 1px #342a2a;
  transition: 0.3s;
  display: block;
  border-radius: 5px;
  color: #342a2a;
}

.confirm-btn:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.thanks-btn a {
  width: 300px;
  height: 60px;
  background-color: #fff;
  border: solid 1px #342a2a;
  transition: 0.3s;
  border-radius: 5px;
  color: #342a2a;
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thanks-btn a:hover {
  opacity: 0.5;
}

.page-error {
  width: min(90%, 900px);
  margin: 100px auto 0 auto;
}

.error-404 {
  font-size: max(12vw, 42px);
  text-align: center;
  font-weight: bold;
  color: transparent;
  background: repeating-linear-gradient(90deg, #b49696 0 50%, #96b496 50% 100%);
  -webkit-background-clip: text;
  opacity: 0.7;
}

#to-top {
  color: #b49696;
  border-bottom: 1px solid #b49696;
  font-weight: bold;
}

#to-top:hover {
  opacity: 0.7;
  transition: 0.3s;
}

/* トップページ追加 */
.slide-items-sp {
  display: none;
}

/* ページビデオ */
.video-brand {
  width: 100%;
  height: auto;
  margin: 80px auto;
}

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

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;
  }

  /* プラスマイナス */
  .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 0px;
    font-size: 13px;
  }

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

  .childCat .bold a {
    padding-bottom: 0;
    padding-top: 20px;
  }

  .cateTitle.open {
    padding-bottom: 0;
  }
  /* ここ増やした */
  .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,
  .slide-items-sp {
    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%;
  }

  /* フッターボタン */
  .widget-list__top {
    display: none;
  }

  .widget-list__footer {
    display: flex;
    position: fixed;
    writing-mode: horizontal-tb;
    bottom: 3.5dvh;
    left: 35%;
    right: 0%;
    transform: translateX(-50%);
  }

  .widget-list__footer li a {
    display: inline-block;
    padding: 1em 0.5em;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    transition: 0.3s;
    width: clamp(140px, 36.8vw, 380px);
    text-align: center;
  }

  .widget-list__line a:before {
    width: 16px;
    height: 16px;
  }

  .widget-list__contact a:before {
    width: 16px;
    height: 16px;
  }

  .widget-list__footer li a::before {
    content: "";
    display: inline-block;
    background-size: contain;
    margin-bottom: -2px;
    margin-right: 6px;
  }

  /*=================================
資料請求
===================================*/
  .form-box__check dd {
    display: block;
  }

  /* end   */
}

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

tablet　～806ｐｘ

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

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

  .br-nlc03 {
    display: none;
  }

  .top section {
    width: 90%;
  }

  .intro {
    margin: 120px auto;
  }

  .consept-img {
    width: 275px;
    top: -46px;
  }

  .intro-area {
    width: 430px;
    height: 400px;
    padding-left: 163px;
  }

  .intro-area h2 {
    font-size: 18px;
    padding-top: 4px;
  }

  .lineup-list {
    flex-wrap: wrap;
    margin-top: 24px;
  }

  .lineup-list li h3 {
    font-size: 16px;
  }

  .lineup-cards {
    width: 45%;
    margin-bottom: 40px;
  }

  .news-cards {
    display: block;
    margin-bottom: 80px;
  }

  .lineup-list__bottom {
    margin-top: 0;
  }

  .induce-contact__unit {
    width: 100%;
  }

  .top-brand,
  .top-lineup,
  .top-news {
    margin: 80px auto;
  }

  .induce-contact {
    margin: 104px auto 80px;
  }

  .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;
  }

  /*=================================
NEWS
===================================*/
  .news-cards a {
    flex-direction: column;
  }

  .news-cards__content01 {
    width: 80px;
    margin: 16px 0;
  }

  .news-cards__ttl01 {
    display: none;
  }

  .news-cards__ttl02 {
    display: block;
    font-size: 24px;
    margin-bottom: 24px;
    font-weight: bold;
    margin-top: 24px;
    margin-bottom: 0;
  }

  .news-btn a {
    width: 160px;
  }

  .news-cards__unit {
    display: flex;
    flex-direction: column-reverse;
  }

  .news-cards img {
    width: 100%;
    height: auto;
  }

  /*=================================
投稿
===================================*/
  .news-wrap {
    width: 100%;
  }

  .saishin-news__cards {
    width: 28%;
  }

  /*=================================
　COMPANY
===================================*/
  .yurai {
    width: 100%;
  }

  /*=================================
　資料請求
===================================*/
  .form-box__item label {
    display: block;
    margin-top: 0.5em;
  }

  .form-box dd {
    width: 90%;
  }

  /* 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,
  .slide-items-sp {
    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
===================================*/

  /* トップサイドボタン
  .widget-list__top {
    writing-mode: horizontal-tb;
    top: 88vh;
    left: 50%;
    right: 0%;
    transform: translateX(-50%);
    width: 95%;
  }

  .widget-list__top li a {
    font-size: 16px;
    letter-spacing: 1px;
  }

  .widget-list__line a {
    background: #96b496;
    color: #fff;
  }

  .widget-list__contact a {
    background: #b49696;
    color: #fff;
  }

  .widget-list__top li a::before {
    margin-bottom: 0px;
    margin-right: 6px;
  }

  .widget-list__line a:before {
    width: 16px;
    height: 16px;
  }

  .widget-list__contact a:before {
    width: 16px;
    height: 16px;
  } */

  .header__nav02 {
    width: 42vh;
  }

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

  .intro {
    margin: 80px auto;
  }

  .intro-area__text {
    font-size: 13px;
    font-weight: normal;
    line-height: 22.1px;
    letter-spacing: 0;
  }

  .intro-img {
    width: 89%;
    top: 23%;
    left: 2%;
  }

  .intro-area {
    width: max(90%, 293px);
    height: 100%;
    padding-top: calc((100vw + 330px) * 0.5);
    padding-left: 5%;
    padding-bottom: 80px;
    letter-spacing: 0;
  }

  .consept-img {
    width: 302px;
    top: 4%;
    left: 0;
  }

  .top-sec h2 {
    font-size: 22px;
  }

  .brand-list {
    flex-direction: column;
    align-items: center;
    row-gap: 48px;
    margin-top: 24px;
  }

  .brand-cards {
    width: 258px;
  }

  .top-brand h3 {
    font-size: 16px;
    margin: 0.3em auto;
  }

  .lineup-list li h3 {
    font-size: 14px;
  }

  .lineup-name {
    font-size: 13px;
    white-space: nowrap;
  }

  .news-ttl__top h3 {
    padding-right: 1.5em;
  }

  /* 誘導 */
  .induce-wrap {
    flex-direction: column;
    align-items: center;
    row-gap: 48px;
  }

  .induce-wrap img {
    width: 100%;
  }

  .induce-contact__unit {
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
    margin-top: 16px;
  }

  .induce-contact__line {
    margin-top: 0;
  }

  .tel-wrap a {
    font-size: 22px;
  }

  /* フッター */
  .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-btn__shop a {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    font-size: 12px;
  }

  /*=================================
　NEWS
===================================*/
  .news-cards__ttl02 {
    font-size: 18px;
  }

  .news-btn a {
    width: 80px;
    height: 24px;
    font-size: 14px;
  }

  .news-btn__wrap {
    margin-bottom: 80px;
    justify-content: flex-start;
  }

  .news-cards a {
    padding: 24px;
  }

  .news-cards__content01 {
    display: flex;
    width: 100%;
  }

  .news-cards__cat {
    font-size: 12px;
    line-height: 12px;
    padding: 0.5em;
  }
  .news-cards__date {
    font-size: 12px;
    margin-left: 1em;
  }

  .saishin-news__unit {
    flex-direction: column;
    align-items: center;
  }

  .saishin-news__cards {
    width: max(60%, 223px);
    row-gap: 24px;
  }

  /*=================================
　投稿
===================================*/
  .news-ttl {
    font-size: 18px;
  }

  .news-content {
    margin: 8px auto 24px auto;
  }

  .news-date,
  .news-cat {
    font-size: 12px;
    padding: 0.5em;
  }

  .article {
    margin-top: 32px;
  }

  .pagena {
    column-gap: 40px;
    margin: 56px auto;
  }

  /*=================================
　プライパシーポリシー
===================================*/
  .privacy-inner h2 {
    font-size: 16px;
  }

  .privacy-inner {
    margin-bottom: 48px;
  }

  /*=================================
　COMPANY
===================================*/
  .yurai h2 {
    font-size: 16px;
    margin: 8px 0;
  }

  .gaiyou {
    margin-top: 80px;
  }

  .gaiyou h2 {
    font-size: 18px;
    margin-bottom: 0px;
  }

  .gaiyou-unit {
    padding: 1.5em 0;
  }
  .gaiyou-unit dt {
    width: 30%;
  }

  /*=================================
 資料請求
===================================*/
  .page-top p {
    margin-top: 56px;
  }

  input[type="button"],
  input[type="text"],
  input[type="image"],
  input[type="tel"],
  input[type="email"],
  input[type="submit"],
  textarea {
    font-size: 14px;
  }

  form {
    font-size: 14px;
    margin: 0;
  }
  .form-box {
    display: block;
  }

  .form-box dt {
    width: 100%;
    height: 60px;
    padding-left: 0;
    padding-top: 30px;
  }

  .form-box dd {
    width: 100%;
  }

  .form-select {
    font-size: 14px;
  }

  #form-comment {
    width: 100%;
    height: 75px;
    padding-top: 45px;
  }

  .form-box__check dd {
    align-items: flex-start;
  }

  .privacy-link {
    font-size: 12px;
    padding-left: 1.5em;
  }

  .radiobtn,
  .checkbox {
    width: 12px;
    height: 12px;
    margin-right: 0.5em;
  }

  .contact-btn {
    margin-top: 80px;
  }

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

確認画面・送信完了　（資料請求/CONTACT共通）

===================================*/
  .confirm-btn__wrap {
    margin-top: 80px;
    column-gap: 16px;
  }

  .confirm-btn__b {
    width: 67px;
    height: 50px;
  }

  .confirm-btn {
    width: 250px;
    height: 50px;
  }

  .thanks-btn a {
    width: 300px;
    height: 50px;
    background-color: #fff;
    border: solid 1px #342a2a;
    transition: 0.3s;
    border-radius: 5px;
    color: #342a2a;
    margin: 56px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* トップページ追加 */
  .slide-items-sp {
    width: 100vw;
    height: 143vw;
    opacity: 0;
    margin: 80px auto 0 auto;
  }

  .slide-items-sp.slick-initialized {
    width: 100vw;
    display: flex;
    opacity: 1;
    margin: 80px auto 0 auto;
  }

  /* ここでサイズ調整 */
  .slick-initialized.slide-items-sp li {
    width: 100vw;
  }

  .slide-items-sp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .slide-items {
    display: none !important;
  }

  .slide-items-sp {
    display: block;
  }

  /* ページビデオ */
  .video-brand {
    margin: 40px auto;
  }

  /* end   */
}
