@charset "utf-8";

#vdbanner{
width:0;
height:0;
}
@charset "utf-8";

/* =========================
 リセットCSS
========================= */
*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}
.sp-br{
  display: none;
}

/* =========================
 共通CSS
========================= */
body {
  font-family: sans-serif;
  font-size: 1rem;
  color: #000000;
  line-height: 1;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

main {
  margin: 0 auto;
}

/* =========================
 header
========================= */
.top_bar {
  background-color: #a39c77;
  max-width: 100%;
  height: 5vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top_bar p {
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
}

.nav_bar {
  background-color: #dfdfdf;
  max-width: 100%;
  height: 100px;
  position: relative;
}

.logo img {
  max-width: 8vw;
  position: absolute;
  top: 40px;
  left: 80px;
}

/* =========================
 search
========================= */
.search {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
}

.sns img {
  width: 30px;
  height: 30px;
  margin: 10px 5px;
}

input {
  width: 150px;
  height: 30px;
  border-radius: 20px;
  border: #c8bca9;
  color: darkgray;
  padding: 0 10px;
  margin: 10px 5px 10px 10px;
}

.submit button {
  width: 50px;
  height: 30px;
  border-radius: 20px;
  border: none;
  margin: 10px 5px 10px 0;
  background-color: #ababab;
  transform: transition 1s ease;
}

.submit button:hover {
  background-color: #8f8f8f;
}

.login img {
  width: 30px;
  height: 30px;
  margin: 10px 5px;
}
.cart button {
  width: 30px;
  height: 30px;
  margin: 10px 20px 10px 5px;
  border-radius: 20px;
  border: none;
  background-color: #000000;
  color: #dfdfdf;
  font-weight: bold;
  transform: transition 1s ease;
}

.cart button:hover {
  background-color: #373737;
}

.cart img {
  width: 14px;
  height: 14px;
  margin: 3px 1px 0 0;
}

/* =========================
 nav
========================= */
nav ul {
  display: flex;
  justify-content: flex-end;
  margin: 0 10px 20px 0;
}

nav ul li {
  margin: 0 15px;
  font-size: 0.8rem;
  font-weight: bold;
}

nav button {
  display: none;
}

/* =========================
 top-image
========================= */
.image-box {
  background-color: #dfdfdf;
  width: 100%;
  height: auto;
  border: none;
}

.image-box img {
  display: flex;
  width: 95%;
  object-fit: contain;
  border-radius: 30px;
  margin: 0 auto;
  /* 画像全体を収める（余白ができる） */
}

/* =========================
 ニュースページ
========================= */
.news-box {
  background-color: #dfdfdf;
}

.news {
  max-width: 1200px;
  display: flex;
  padding: 80px 0 80px 0;
}

.h2 {
  width: 35vw;
  margin: auto 0;
  text-align: center;
}

h2 {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

h2 span {
  font-size: 0.7rem;
  font-weight: bold;
}
.newslist {
  width: 70vw;
}
.newslist ul li {
  font-size: 0.8rem;
  line-height: 3;
  position: relative;
  display: inline-block;
  flex-direction: column;
}
.newslist ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px; /* テキストとの間隔 */
  width: 100%;
  height: 1px;
  background-color: #000; /* 下線の色 */
  transform: scaleX(0); /* 初期状態では非表示 */
  transform-origin: left;
  transition: transform 0.3s ease-out;
}

.newslist ul li:hover::after {
  transform: scaleX(1); /* ホバー時に幅を100%に */
}

/* =========================
 about us
========================= */

.about-us {
  max-width: 100%;
  max-height: 420px;
  background-image: url(../img/about3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0 auto;
}

h3 {
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 40px 0 20px 0;
  margin: 0 auto;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.5;
  text-shadow: 2px 2px 4px #000;
}

h3 span {
  font-size: 0.7rem;
  text-shadow: 2px 2px 4px #000;
}

.about-text {
  max-width: 100%;
  height: 350px;
  padding-bottom: 60px;
}
.about-text p {
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  text-shadow: 2px 2px 4px #000;
}

/* =========================
 featuredページ
========================= */
.featured-box {
  background-color: #fff;
}
h4 {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 10vh 0;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.5;
}

h4 span {
  font-size: 0.7rem;
}

.featured {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 45px;
}

.featured ul li img {
  max-width: 24vw;
  padding: 0 20px 20px 20px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.featured ul li img:hover {
  transform: scale(0.95);
}

.featured ul {
  max-width: 100%;
  display: flex;
}

.featured ul li {
  width: 400px;
  overflow: hidden;
}

dt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 10px;
}

dt span {
  font-size: 0.7rem;
  margin: 8px auto;
}

dd {
  font-size: 0.8rem;
  padding: 0 20px 20px 20px;
  line-height: 1.5;
}

.featured ul li p {
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
}

/* =========================
 freeページ
========================= */
.free {
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 60px auto;
}
.free img {
  width: 70vw;
  margin: 30px auto;
  border-radius: 30px;
}

/* =========================
フッター
========================= */
.footer {
  background-color: #dfdfdf;
  width: 100%;
  height: 65vh;
  padding-top: 10vh;
}
.footer-box{
  max-width: 1200px;
  margin: 0 auto;
}
.footer-box ul {
  display: flex;
  justify-content: space-around;
  font-size: 0.9rem;
  line-height: 2.3;
  font-weight: bold;
}

.footer-box dl dt {
  background-color: #f5f5f5ba;
  padding: 0 5px;
  margin-bottom: 20px;
  border-radius: 20px;
}

.footer-box2 img {
  max-width: 8vw;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 5vh 0;
}

.footer-box2 dl dt {
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.8;
}

/* =========================
レスポンシブ（ipad）
========================= */
@media (max-width: 520px) {
  .logo img {
    max-width: 17vw;
    position: absolute;
    top: 62px;
    left: 30px;
  }

  .image-box img {
    display: flex;
    width: 100%;
    height: 40vh;
    object-fit: cover;
    border-radius: 0px;
    margin: 0 auto;
    /* 画像全体を収める（余白ができる） */
  }

  .sns img {
    width: 25px;
    height: 25px;
    margin: 10px 5px;
  }

  input {
    width: 100px;
    height: 25px;
    font-size: 0.5rem;
    border-radius: 20px;
  }

  .submit button {
    width: 40px;
    font-size: 0.7rem;
    height: 25px;
    border-radius: 20px;
  }

  .login img {
    width: 25px;
    height: 25px;
  }
  .cart button {
    width: 25px;
    height: 25px;
  }
  .cart img {
    width: 13px;
    height: 13px;
    margin: 3px 1px 0 0;
  }
  nav {
    display: none;
  }
  nav button {
    display: block;
  }
  .news {
    display: block;
    padding: 60px 0 60px 0;
  }
  .h2 {
    width: 100%;
    margin: 0 auto;
  }
  .newslist {
    width: 85%;
    margin: 50px auto 0;
  }
  .newslist ul li {
    font-size: 0.7rem;
    line-height: 2.5;
  }
  .about-text p {
    font-size: 0.65rem;
    line-height: 2;
  }
  h4 {
  padding: 8vh 0;
}
  .featured {
    width: 100%;
  }
  .featured ul li img {
    max-width: 60vw;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .featured ul {
    max-width: 90%;
    display: block;
    margin: 0 auto;
  }
  .featured ul li {
    max-width: 300px;
    margin: 20px auto;
    padding-top: 40px;
    box-shadow: 1px 5px 10px #d0d0d0;
    border-radius: 20px;
  }
  dd {
    font-size: 0.7rem;
    line-height: 2;
  }
  .featured ul li p {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
  }
  .free {
    margin: 0 auto 40px;
  }
  .free img {
    width: 90vw;
    margin: 20px auto;
  }
.footer {
  background-color: #dfdfdf;
  width: 100%;
  height: 180vh;
  padding-top: 10vh;
}
.footer-box ul {
  display: block;
  justify-content: center;
}
.footer-box ul li{
  margin-bottom: 20px;
}
.footer-box dl dt {
  width: 200px;
}
.footer-box dl dd{
  text-align: center;
}
.footer-box2 img {
  max-width: 20vw;
}
  .sp-br {
    display: inherit;
  }


}
