@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.content__wrapper {
  margin: 0 auto;
}
@media (min-width: 1440px) {
  .content__wrapper {
    width: 750px;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .content__wrapper {
    width: 750px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .content__wrapper {
    width: 390px;
    max-width: 100%;
  }
}

.content__area__text {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #548c7a;
  letter-spacing: 3px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .content__area__text {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
.content__area__text small {
  font-size: 16px;
}
@media (max-width: 767px) {
  .content__area__text small {
    font-size: 14px;
  }
}

.swiper-top-container .swiper-wrapper .swiper-slide {
  background: #fff;
}

.teiki__swiper {
  padding: 20px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.teiki__swiper__slide {
  height: 100%;
  overflow: hidden;
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (max-width: 767px) {
  .teiki__swiper__slide {
    padding: 16px 8px;
    border-radius: 8px;
  }
}

.swiper-btn__area {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.swiper-pagination,
.teiki-pagination {
  display: none;
}

.swiper-scrollbar {
  background-color: #dcdcdc;
  height: 20px !important;
}

.swiper-scrollbar-drag {
  background-color: #548c7a;
}

.swiper-pagination-bullet-active {
  background: #548c7a;
}

.swiper-slide-prev,
.swiper-slide-next {
  background: #fff;
}

.teiki__swiper__next {
  color: #548c7a;
  padding: 20px;
  background: #fff;
  border: solid 3px #548c7a;
  border-radius: 60px;
  right: 104px;
}
.teiki__swiper__next::after {
  content: "";
  position: absolute;
  background: url(https://gigaplus.makeshop.jp/kuwanosatomi/images/teiki/right.png) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  top: 8px;
  right: 7px;
}
@media (max-width: 767px) {
  .teiki__swiper__next {
    border-radius: 60px;
    color: #548c7a;
    padding: 0;
    background: #fff;
    border: solid 3px #548c7a;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    right: 0;
    top: 45%;
  }
  .teiki__swiper__next::after {
    content: "";
    position: absolute;
    background: url(https://gigaplus.makeshop.jp/kuwanosatomi/images/teiki/right.png) no-repeat center center/contain;
    width: 16px;
    height: 16px;
    top: 5px;
    right: 4px;
  }
}

.teiki__swiper__prev {
  color: #548c7a;
  padding: 20px;
  background: #fff;
  border: solid 3px #548c7a;
  border-radius: 60px;
  left: 104px;
  transform: rotate(-180deg);
}
.teiki__swiper__prev::after {
  content: "";
  position: absolute;
  background: url(https://gigaplus.makeshop.jp/kuwanosatomi/images/teiki/right.png) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  top: 8px;
  left: 8px;
}
@media (max-width: 767px) {
  .teiki__swiper__prev {
    border-radius: 60px;
    color: #548c7a;
    padding: 0;
    background: #fff;
    border: solid 3px #548c7a;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    left: 0;
    top: 45%;
  }
  .teiki__swiper__prev::after {
    content: "";
    position: absolute;
    background: url(https://gigaplus.makeshop.jp/kuwanosatomi/images/teiki/right.png) no-repeat center center/contain;
    width: 16px;
    height: 16px;
    top: 5px;
    left: 7px;
  }
}

.btn__top {
  padding: 16px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  border: 2px solid #548c7a;
  color: #548c7a;
  transition: 0.5s;
}
.btn__top:hover {
  color: #fff;
  background: #548c7a;
  text-decoration: none;
}

[type=submit] {
  margin-top: 8px;
  padding: 24px 16px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  transition: 0.5s;
  color: #fff;
  background: #bb272d;
  font-weight: 700;
  border: none;
  font-size: 20px;
  position: relative;
}

input[type=submit]::before {
  content: "";
  position: absolute;
  background: url(https://gigaplus.makeshop.jp/kuwanosatomi/images/teiki/cart.png) no-repeat center center/contain;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  input[type=submit]::before {
    width: 16px;
    height: 16px;
  }
}

.bottom__cart__area {
  max-width: 100%;
  width: 100%;
}
.bottom__cart__area:hover {
  transition: 0.2s;
  opacity: 0.7;
}

.fadeInRight {
  opacity: 0;
  transform: translateX(30px);
  transition: 1s ease;
}
.fadeInRight .active {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeInLeft {
  opacity: 0;
  transform: translateX(-30px);
  transition: 1s ease;
}
.fadeInLeft .active {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeInDown {
  opacity: 0;
  transform: translateY(-30px);
  transition: 1s ease;
}
.fadeInDown .active {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeInUp {
  opacity: 0;
  transform: translateY(30px);
  transition: 1s ease;
}
.fadeInUp .active {
  opacity: 1;
  transform: translate(0, 0);
}

header .navbar .mobile-offcanvas .btn-common img {
  width: 180px;
  margin: 0 auto;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  font-family: "Noto Sans JP", serif;
  padding: 0;
  margin: 0;
  line-height: 1.6;
  letter-spacing: 0.1em;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.sp-nav-control ul li img {
  margin: auto;
}

.pickup, .column02 {
  margin-bottom: 100px;
}

.slider {
  margin: 100px auto;
  width: 80%;
}

.slider img {
  height: auto;
  width: 100%;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #000;
}

#side {
  z-index: 2;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 1em !important;
}

/* @media screen and ( max-width:769px){
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
bottom: 25em !important;
}
}
@media screen and (max-width:480px){
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
bottom: 15em !important;
}
} */