* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #493e2d;
  font-family: calibri, HelveticaNeue, Arial, HiraginoKakuGothicProN, HiraginoSans, Meiryo, sans-serif;
}

img {
  width: 100%;
}
.nopc {
  display: none;
}

/* ---header--- */
#fixed-header {
  position: fixed;
  top: -150%;
  width: 100%;
  transition: .5s;
  background: #fff;
  z-index: 999;
}
#fixed-header.is-show {
  top: 0;
}

header {
  text-align: center;
  padding: 30px 0 10px;
}

header .logo {
  width: 150px;
  height: auto;
  margin: 0 auto;
}

header .logo img {
  object-fit: cover;
}

.pc-nav li {
  display: inline-block;
  align-items: center;
  padding: 20px 10px 0;
  font-size: 14px;
  width: fit-content;
}

.pc-nav li a {
  color: #493e2dbf;
  font-family: calibri, HelveticaNeue, Arial, HiraginoKakuGothicProN, HiraginoSans, Meiryo, sans-serif;
}

.pc-nav li a:hover {
  border-bottom: 1px solid #493e2d;
  color: #493e2d;
}

.pc-nav li:nth-child(1) a {
  color: #493e2d;
  border-bottom: 1px solid #493e2d;
}
.pc-nav li:nth-child(1) a:hover {
  border-bottom: 2px solid #493e2d;;
}

.hamburger-menu {
  display: none;
  z-index: 999;
}

#menu__toggle {
  opacity: 0;
  display: none;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}
.menu__btn {
  position: absolute;
  top: 40px;
  left: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 999;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #493e2dbf;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
.menu__box {
  display: block;
  position: absolute;
  top: 80px;
  left: -100%;
  width: 90%;
  height: auto;
  margin: 0;
  padding: 80px 0 250px;
  list-style: none;
  background-color: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
  z-index: 99;
}
#fixed-header .menu__box {
  position: fixed;
  top: 0;
}
.menu__item {
  display: block;
  width: 100%;
  padding: 11px 38px;
  color: #493e2d;
  font-size: 18px;
  text-decoration: none;
  transition-duration: .25s;
  text-align: left;
  margin-bottom: 5px;
}
.menu__item:hover {
  background-color: whitesmoke;
}

.menu__box li:nth-child(1)  {
  background-color: whitesmoke;
}

@media screen and (max-width: 767px) {
  header {
    padding: 15px 0;
  }
  .pc-nav {
    display: none;
  }
  .hamburger-menu {
    display: block;
  }
}
/* ---header--- */

main {
  background: #fcfcfc;
}

.section {
  padding: 50px 0;
}

/* ---top--- */
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  text-align: center;
}

.swiper-slide img.slide-sp {
  display: none;
} 

.top {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .top {
    margin-top: 80px;
  }
  .swiper-slide img {
    height: auto;
  }
  .slide01 .slide-sp {
    object-fit: cover;
  }
  .slide02 .slide-sp {
    object-fit: inherit;
  }
  .slide03 .slide-sp {
    object-fit: cover;
  }
  .slide04 .slide-sp {
    object-fit: cover;
  }
  .swiper-slide img.slide-pc {
    display: none;
  } 
  .swiper-slide img.slide-sp {
    display: block;
    height: 82vh;
  } 
}
/* ---top--- */

/* ---section-01--- */
.section-01 {
  position: relative;
  width: 90%;
  margin: 126px auto 80px;
  border: 1px solid#DADADA;
  padding: 50px 20px !important;
}

.section-01 h2 {
  font-size: 22px;
  font-family: calibri, HelveticaNeue, Arial,HiraginoKakuGothicProN, HiraginoSans, Meiryo,sans-serif;
  color: #493e2d;
  letter-spacing: .2em;
  text-align: center;
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fcfcfc;
  z-index: 2;
  padding: 0 30px;
}

.section-01-container {
  width: 100%;
  margin: 0 auto;
}

.section-01 .swiperWrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1258px;
  width: 100%;
  position: relative;
}

.section-01 .swiper {
  width: 100%;
  height: 100%;
}

.section-01 .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 371.333px;
  margin-right: 30px;
}

.section-01 .swiper-slide a {
  opacity: 1;
  transition: all .4s;
  text-decoration: none;
  color: #000;
}

.section-01 .swiper-slide a:hover {
  opacity: .4;
  transition: all .4s;
}

.section-01 .swiper-slide img {
  height: auto;
  width: 100%;
  aspect-ratio: .8 / 1;
  object-fit: cover;
  max-width: 370px;
  margin-bottom: 10px;
}

.section-01 .swiper_itemname {
  font-size: 12px;
  color: #493e2dbf;
  margin-bottom: 10px;
}

.section-01 .swiper_itemprice {
  font-size: 12px;
  color: #6a6a6a;
}

.section-01 .swiper-button-prev, .swiper-button-next {
  color: #493e2dbf;
}

.section-01 .swiper-button-prev {
  left: -45px !important;
}

.section-01 .swiper-button-next {
  right: -45px !important;
}

.section-01 .swiper-button-lock {
  display: flex;
}

@media screen and (max-width: 767px) {
  .section-01 {
    width: 80%;
  }

  .section-01 h2 {
    padding: 0 18px;
    white-space: nowrap;
    top: 5px;
  }
  .section-01 .swiper_itemname {
    display: none;
  }
  
  .section-01 .swiper_itemprice {
    display: none;
  }
}
/* ---section-01--- */

/* ---section-02--- */
.section-02 {
  margin-bottom: 10px;
}

.section-02:hover {
  opacity: 0.7;
}
/* ---section-02--- */

/* ---section-03--- */
.section-03 {
  margin-bottom: 10px;
}

.section-03:hover {
  opacity: 0.7;
}
/* ---section-03--- */

/* ---section-04--- */
.section-04 {
  text-align: center;
}

.section-04 h2 {
  font-family: calibri, HelveticaNeue, Arial, HiraginoKakuGothicProN, HiraginoSans, Meiryo, sans-serif;
  font-size: 22px;
  color: #493e2d;
  letter-spacing: .2em;
  text-align: center;
  padding: 100px 0 88px;
  margin: 0;
}

.section-04-container {
  width: 1054px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

.section-04-box {
  width: 30%;
  height: 350px;
}

.section-04-box:hover {
  opacity: 0.4;
  transition: all .4s;
}

.section-04-box img {
  width: 280px;
  height: 100%;
  aspect-ratio: .8 / 1;
  object-fit: cover;
}

.btn {
  width: 137px;
  background-color: #493e2d;
  margin: 85px auto;
  text-align: center;
  opacity: .8;
  font-size: 15px;
  font-family: calibri, HelveticaNeue, Arial, HiraginoKakuGothicProN, HiraginoSans, Meiryo, sans-serif;
}

.btn a {
  color: #fff;
  display: inline-block;
  padding: 10px 0;
  text-decoration: none;
  letter-spacing: 3px;
}

.btn a:hover {
  opacity: .4;
  transition: all .4s;
}

@media screen and (max-width: 767px){
  .section-04 h2 {
    font-size: 22px;
    margin: 0;
    padding: 54px 0 18px;
  }
  .section-04-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 15px;
  }
  .section-04-box {
    width: 170px;
    height: 225px;
  }
  .section-04-box img {
    width: 100%;
  }
}
/* ---section-04--- */

/* ---section-05--- */
.section-05-container {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto 0 0;
}

.section-05-container img {
  width: 45%;
  object-fit: contain;
}

.section-05-container .section-05-box {
  width: 55%;
  padding-left: 50px;
} 

.section-05-container .section-05-box h3 {
  font-size: 22px;
  font-family: calibri, HelveticaNeue, Arial, HiraginoKakuGothicProN, HiraginoSans, Meiryo, sans-serif;
  margin-bottom: 38px;
  letter-spacing: .2em;
  color: #493e2d;
}

.section-05-container .section-05-box p {
  line-height: 2;
  font-size: 14px;
  color: #493e2dbf;
}

.section-05 .btn {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .section-05-container {
    width: 100%;
    display: block;
  }
  .section-05-container img  {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .section-05-container .section-05-box {
    width: 100%;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 50px;
  }
  .section-05-container .section-05-box p  {
    line-height: 2;
    font-size: 12px;
  }
}
/* ---section-05--- */

/* ---section-06--- */
.section-06 {
  padding-top: 100px;
  position: relative;
}

.section-06 h2 {
  font-size: 22px;
  font-family: calibri, HelveticaNeue,  ArialHiraginoKakuGothicProN, HiraginoSans, Meiryosans-serif;
  color: #493e2d;
  letter-spacing: .2em;
  text-align: center;
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fcfcfc;
  z-index: 2;
  padding: 0 30px;
}

.section-06 h2 span {
  font-size: 12px;
  line-height: 3;
}

.section-06-box {
  display: flex;
  justify-content: space-between;
  width: 900px;
  margin-right: 30px;
  align-items: center;
}

.section-06-img {
  width: 550px;
  aspect-ratio: 1 / 1;
}

.section-06-img a {
  opacity: 1;
  transition: all .4s;
  text-decoration: none;
  color: #000;
}

.section-06-img a:hover {
  opacity: .4;
  transition: all .4s;
}

.section-06-img img {
  aspect-ratio: .7 / 1;
  object-fit: cover;
  object-position: top;
}

.section-06-txt {
  text-align: center;
  width: 274px;
}

.section-06-txt p {
  font-size: 12px;
  color: #6a6a6a;
}

.section-06-txt .price {
  color: #6a6a6a;
}

.section-06-btn {
  font-size: 16px;
  display: inline-block;
  color: #fff;
  background-color: #493e2d;
  margin: 55px auto;
  text-align: center;
  opacity: .7;
  padding: 10px 20px;
  text-decoration: none;
  letter-spacing: 3px;
}

.section-06-btn:hover {
  opacity: .4;
  transition: all .4s;
}

.section-06-container {
  width: 100%;
  max-width: 1258px;
  margin: 0 auto;
}

.section-06 .swiper {
  width: 100%;
  height: 100%;
}

.section-06 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fcfcfc;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-06 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next, .swiper-button-prev {
  font-size: 20px !important;
  color: #493e2dbf !important;
  background: #fff !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  font-size: 20px;
  box-shadow: 0 2px 10px #36363626 !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 20px !important;
}
.swiper-button-lock {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .section-06 h2 {
    padding: 0 18px;
    white-space: nowrap;
    top: 5px;
  }
  .section-06-container {
    margin: 0 auto;
  }
  .section-06-box {
    display: block;
    width: 100%;
    margin-right: 0;
    align-items: center;
    text-align: center;
    max-width: 317px;
  }
  .section-06-img {
    width: 100%;
    aspect-ratio: .7 / 1;
  }
  .section-06-txt a, .section-06-txt p {
    display: none;
  }
  .section-06-txt .section-06-btn {
    display: block;
  }
  .section-06-txt {
    width: 100%;
  }
  .section-06 .swiper-button-next {
    right: 30px !important;
  }
  .section-06 .swiper-button-prev {
    left: 30px !important;
  }
  
}

/* ---section-06--- */

/* ---fotter--- */

footer {
  display: flex;
  justify-content: center;
  padding: 100px 0;
}

.footer-list {
  width: 40%;
}

footer p {
  margin-bottom: 2rem;
  font-size: 18px;
}

footer li {
  padding-bottom: 15px;
}

footer li a {
  font-size: 14px;
  color: #493e2dbf;
  font-family: calibri, HelveticaNeue, Arial, HiraginoKakuGothicProN, HiraginoSans, Meiryo, sans-serif;
}

footer li a:hover {
  border-bottom: 1px solid #493e2d;
  color: #493e2d;
}

.footer-menu li:nth-child(1) a {
  color: #493e2d;
  border-bottom: 1px solid #493e2d;
}
.footer-menu li:nth-child(1) a:hover {
  border-bottom: 2px solid #493e2d;;
}

@media screen and (max-width: 767px) {
  footer {
    display: block;
    padding: 50px 40px 0;
  }
  .footer-list {
    width: 100%;
    margin-bottom: 50px;
  }
}
/* ---fotter--- */


