@charset "UTF-8";
/* CSS Document */
@import url(../../css/common.css);
/* {
    outline: 1px solid red!important;
}*/ :root {
  --base-width: min(100%, 980px);
  --base-bottom: auto auto 20px auto;
  --base-font-color: #333333;
}
html {
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.7;
  box-sizing: border-box;
}
body {
  color: #583D2C;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  background-image: url("../../img/z.png");
}
.topbar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 6px 0;
  background: #A86134;
  z-index: 99;
  visibility: visible;
  opacity: 1;
  animation: slide 0.5s ease-in-out;
}
.topbar h3 {
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体";
  font-weight: 600;
}
.header-5 {
  box-sizing: border-box;
  width: 100%;
  margin-top: 70px;
}
.header-inner {
  display: flex;
  align-items: center;
  max-width: 1024px;
  height: 60px;
  padding: 0 0.8em;
  margin: 0 auto;
  font-size: 1.2em;
  text-align: center;
  justify-content: center;
  margin-top: 100px;
}
.header-nav-list {
  display: flex;
  justify-content: start;
  list-style: none;
  text-align: right;
  margin-bottom: 20px;
}
.header-nav-list img {
  display: flex;
  width: 50px;
  height: auto;
  padding-right: 10px;
  text-align: right;
}
.header-nav-item {
  float: left;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  color: #ccc;
  text-align: center;
  list-style: none;
  justify-content: start;
}
.header-nav-item a {
  text-decoration: none;
}
.header-ham {
  display: none;
}
.menu2 {
  width: 20px;
  height: 3px;
  margin: 4px 0;
  margin-right: 0;
  background-color: #333;
}
.select {
  color: #444;
}
.header-nav-item:hover {
  background: #eee;
}
.logo img {
  width: 90px;
  padding-top: 10px;
}
.person:hover, .heart:hover, .cart:hover {
  opacity: 0.5;
  transition: 0.3s;
}
/*動画ここから*/
.videoouter {
  text-align: center;
}
.videoouter video {
  width: 40%;
  height: 40%;
}
/*動画ここまで*/
/*スクリーン変更ここから*/
@media screen and (max-width: 480px) {
  .header-nav-list {
    display: none;
  }
  .header-nav {
    margin: 0 0 0 auto;
  }
  .header-ham {
    display: block;
  }
}
/*FontAwesomeを使用しています。*/
.header-6 {
  box-sizing: border-box;
  width: 100%;
  height: 120px;
}
.box {
  box-sizing: border-box;
}
/* ========== header ========== */
.box-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.logo-img {
  width: 100px;
}
.sp-nav {
  display: none;
}
.box-nav {
  height: 40px;
}
/* ========== nav ========== */
.inner-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100 auto;
  list-style: none;
  padding-top: 10px;
  font-size: 0.9rem;
}
.inner-nav a {
  color: #D9A891;
  text-decoration: none;
}
.menu {
  padding: 0 4em;
  cursor: pointer;
  color: #D9A891;
}
.menu:hover {
  color: #DED0CA;
}
.en {
  margin: 0;
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
}
/* ========== Smart Phone ========== */
@media screen and (max-width: 480px) {
  .header-6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 0.8em;
  }
  .box-nav {
    display: none;
  }
  .sp-nav {
    display: block;
  }
  .box-logo {
    height: 60px;
  }
  .logo-img {
    width: 80px;
  }
}
/*パンクズここから*/
.breadcrumb-001 {
  display: flex;
  gap: 0 22px;
  list-style: none;
  padding: 0;
  font-size: .9em;
}
.breadcrumb-001 li {
  display: flex;
  align-items: center;
}
.breadcrumb-001 li:first-child::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 20C20 20.5523 19.5523 21 19 21H5C4.44772 21 4 20.5523 4 20V11L1 11L11.3273 1.6115C11.7087 1.26475 12.2913 1.26475 12.6727 1.6115L23 11L20 11V20ZM11 13V19H13V13H11Z' fill='%23583d2c'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: '';
}
.breadcrumb-001 li:not(:last-child)::after {
  display: inline-block;
  transform: rotate(45deg);
  width: .3em;
  height: .3em;
  margin-left: 10px;
  border-top: 1px solid #583d2c;
  border-right: 1px solid #583d2c;
  content: '';
}
.breadcrumb-001 a {
  color: #583d2c;
  text-decoration: none;
}
/*パンクズここまで*/
.midasi {
  width: 100%;
  padding-bottom: 120px;
  text-align: center;
  background-image: url("../../img/z.png");
  border-radius: 20px;
  text-decoration: none;
}
h1 {
  background-color: #D6C5BD;
  padding: 100px;
  border-radius: 20px;
  letter-spacing: 0.2em;
  margin-left: 30px;
  margin-right: 30px;
  color: #583D2C;
  font-family: 筑紫A丸ゴシック;
}
h2 {
  font-family: 筑紫A丸ゴシック;
  color: #A86134;
  font-size: 1.6rem;
  padding-bottom: 20px;
}
.text {
  text-align: center;
  padding-bottom: 50px;
  font-family: ヒラギノ明朝 ProN;
  line-height: 2.2rem;
  font-size: 1rem;
}
.text span {
  font-size: 1.2rem;
  padding: 40px;
}
/*タイピング風ここから*/
.text h2 {
  width: 40ch;
  color: #A86134;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid #bdaa9f;
  animation: typing 5s steps(17), typingEffect 1s step-end infinite alternate;
  text-align: center;
  margin: auto;
  animation-iteration-count: 20; /*1秒後にアニメーション開始*/
  animation-duration: 5s; /*1秒間でアニメーションを完了する*/

}
@keyframes typing {
  from {
    width: 0
  }
}
@keyframes typingEffect {
  100% {
    border-color: transparent;
  }
}
/*タイピング風ここまで*/
.text h3 {
  padding-top: 30px;
  letter-spacing: 0.2rem;
	font-size: 25px;
}
.syousai {
  padding-top: 80px;
  width: 70%;
  text-align: center;
  margin: auto;
  align-items: center;
}
/*配送について*/
.haisou {
  display: flex;
  text-align: center;
  align-items: center;
  margin: 60px;
  padding: 30px;
  border: 2px solid;
}
.haisou-, .syouhin- {
  margin: auto;
  text-align: left;
  line-height: 1.5rem;
  font-size: 0.8rem;
}
.shop img, .haisou img {
  margin: auto;
}
/*pをまとめているクラス*/
.text-p {
	font-size: 17px;
	letter-spacing: 0.08rem;
}
/*商品について*/
.syouhin {
  display: flex;
  text-align: center;
  flex-direction: row-reverse;
  align-items: center;
  margin: 60px;
  padding: 40px;
  border: 2px solid;
}
.syouhin img {
  margin: auto;
}
.shop {
  margin-bottom: 100px;
}
.shop- {
  line-height: 2.1rem;
  padding-bottom: 30px;
}
/*縦線*/
.border {
  height: 100px;
  content: "";
  width: 1.5px;
  background: #583D2C;
  margin: 0 auto;
}
/*
無限横スクロールここから*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(90vw / 2);
}
.scroll-infinity__item > video {
  width: 90%;
}
.video-1 {
  margin-top: 50px;
}
/*横ローディングここまで*/
.fade {
  opacity: 0;
  transform: translateY(20px);
  animation-name: fadeIn;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}
@keyframes fadeIn {
  0% {}
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
/*ここからスマホ対応*/
@media screen and (max-width: 760px) {
  .en {
    font-size: 0.8em;
  }
  .footer-001 img {
    width: 90px;
    padding-top: 10px;
  }
  .box-nav {
    height: 40px;
  }
  .menu {
    padding: 0 2em;
  }
  .header-nav-list img {
    width: 40px;
  }
	.topic-image li {
    width: calc(100% / 2 - var(--margin-left));
  }
  .scroll-infinity__wrap {
  padding-bottom: 40px;
}
  /*商品、配送について*/
  .haisou-, .syouhin- {
    margin: auto;
    text-align: left;
    line-height: 1.4rem;
    font-size: 1rem;
  }
  .haisou img {
    margin: auto;
  }
  .syouhin, .haisou {
    display: block;
    text-align: center;
    flex-direction: row-reverse;
    align-items: center;
    margin: 10px;
    border: 2px solid;
  }
  .syouhin img, .haisou img {
    width: 100%
  }
}