@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  line-height: 2;
  letter-spacing: 0.2px;
  font-size: 12px;
  transition: all 1.6s ease 0s;
  background-color: #F5F5F1;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  color: #282828;
}
@media screen and (min-width: 769px) {
  body {
    margin: 0 auto !important;
    font-size: 14px;
  }
}

img {
  display: block;
  width: 100%;
}

a:hover {
  opacity: 0.6;
  transition: 0.6s;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

.main {
  width: 100%;
  height: 100svh;
  position: relative;
}
.main::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100svh;
  background: url("../images/fv_sp.jpg") no-repeat center; /*背景画像設定※オリジナル画像を設定してください*/
  background-size: cover;
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 0.6s;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .main::before {
    background: url("../images/fv_pc.jpg") no-repeat center; /*背景画像設定※オリジナル画像を設定してください*/
    background-size: cover;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#container {
  /*下のかぶさるエリアの指定*/
  position: relative;
  z-index: 1;
  /*以下はレイアウトのための記述。削除可能*/
  background: #F5F5F1;
  padding: 60px 0;
}
@media screen and (min-width: 769px) {
  #container {
    padding: 60px 0;
  }
}

@media screen and (min-width: 769px) {
  #wrapper {
    width: 650px;
    margin: 0 auto;
  }
}

.read {
  width: 80%;
  margin: 0 auto;
}

.ma_sec {
  margin: 100px auto;
}

h2 {
  font-family: "eb-garamond", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 35px;
  text-align: center;
  line-height: 1;
}

.text {
  width: 80%;
  margin: 10px auto;
}

.index {
  font-size: 20px;
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin-bottom: 20px;
}
.index a {
  text-decoration: underline;
}

.ma_img {
  margin: 35px auto;
}

h3 {
  font-family: "eb-garamond", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
  margin-top: 100px;
}

.item_img {
  text-align: center;
  margin: 25px auto 70px;
  width: 90%;
  display: block;
}
.item_img .item_name {
  line-height: 1.6;
  margin-top: 10px;
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  .item_img .item_name {
    font-size: 12px;
  }
}

.slide {
  width: 90%;
  margin: 0 auto;
}

.lineup {
  background-color: #DBDBDB;
  margin: 80px auto;
}
.lineup h4 {
  font-family: "eb-garamond", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  text-align: center;
  padding: 55px 0 25px 0;
}
.lineup .slide02 {
  display: flex;
  margin-left: 8vw;
  overflow: hidden;
  padding-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .lineup .slide02 {
    margin: 0 80px;
  }
}
.lineup .slide02 li {
  width: 34.6666666667vw;
  margin-left: -17vw;
  padding-right: 10px;
  line-height: 1.5;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  .lineup .slide02 li {
    margin-left: -90px;
    padding-right: 22px;
  }
}
.lineup .slide02 li p {
  margin-top: 5px;
}
.lineup .slide02 li .btn {
  padding: 2px 8px;
  margin-top: 10px;
  display: block;
  margin: 10px 0;
  width: 80px;
  text-align: center;
}
.lineup .slick-dots {
  bottom: 50px;
  margin-left: -3vw;
}
@media screen and (min-width: 769px) {
  .lineup .slick-dots {
    margin-left: 7vw;
  }
}
.lineup .slick-dots li {
  margin-left: 1vw;
  width: 4vw;
}
@media screen and (min-width: 769px) {
  .lineup .slick-dots li {
    margin-left: -90px;
    width: 117px;
  }
}

.btn {
  border: 1px solid;
  width: 35%;
  margin: 10px auto 0;
}
@media screen and (min-width: 769px) {
  .btn {
    width: 120px;
  }
}

footer {
  margin-bottom: 20px;
  text-align: center;
}
footer .btn_f {
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  border: 1px solid;
  width: 80%;
  padding: 10px 0;
  margin: 130px auto 20px;
}
@media screen and (min-width: 769px) {
  footer .btn_f {
    width: 60%;
  }
}
footer .m_10 {
  margin: 10px auto 130px;
}
footer .logo img {
  width: 120px;
  margin: 0 auto 20px;
}/*# sourceMappingURL=style.css.map */