/*---------- slick ----------*/
.slick-track {
  display: flex;
  align-items: stretch;
  position: relative;
  max-width: none !important;
  transition: 0s;
}
main.index section.cont2 article .slick-list {
  overflow: visible;
}
button.slick-arrow {
  font-size: 0;
  cursor: pointer;
  border: none;
  z-index: 1;
}
@media (max-width: 1000px) {
  button.slick-arrow {
    font-size: 0;
  }
}
button.slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 1000px) {
  button.slick-arrow.slick-prev {
    top: 50%;
  }
}
@media (max-width: 1000px) {
  button.slick-arrow.slick-prev {
    left: 0;
  }
}
@media (max-width: 1000px) {
  button.slick-arrow.slick-prev {
    transform: translateY(-50%);
  }
}
button.slick-arrow.slick-prev:before {
  content: url(img/prev.svg);
}
button.slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  position: absolute;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 1000px) {
  button.slick-arrow.slick-next {
    top: 50%;
  }
}
@media (max-width: 1000px) {
  button.slick-arrow.slick-next {
    right: 0;
  }
}
@media (max-width: 1000px) {
  button.slick-arrow.slick-next {
    transform: translateY(-50%);
  }
}
button.slick-arrow.slick-next:before {
  content: url(img/next.svg);
}
ul.slick-dots {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 24px;
  margin-top: 32px;
  list-style: none;
}
@media (max-width: 1000px) {
  ul.slick-dots {
    gap: 12px 12px;
  }
}
@media (max-width: 1000px) {
  ul.slick-dots {
    margin-top: 16px;
  }
}
ul.slick-dots li {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #FFF;
}
@media (max-width: 1000px) {
  ul.slick-dots li {
    width: 12px;
  }
}
@media (max-width: 1000px) {
  ul.slick-dots li {
    height: 12px;
  }
}
@media (max-width: 1000px) {
  ul.slick-dots li {
    border-radius: 50%;
  }
}
ul.slick-dots li button {
  font-size: 0;
  border: none;
}
@media (max-width: 1000px) {
  ul.slick-dots li button {
    font-size: 0;
  }
}
ul.slick-dots li.slick-active {
  background-color: #D0D1D1;
}
/*---------- common ----------*/
html {
  scroll-behavior: smooth;
}
body {
  padding-top: 152px;
}
@media (max-width: 1000px) {
  body {
    padding-top: 56px;
  }
}
*, ::before, ::after {
  font-size: 16px;
  color: #231815;
  font-family: "Yu Gothic Medium", "YuGothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 100%;
  outline: none;
}
@media (max-width: 1000px) {
  *, ::before, ::after {
    font-size: 14px;
  }
}
a, b, small, span, ::before, ::after {
  font: inherit;
  display: inline-block;
  color: inherit;
}
img {
  display: block;
}
a {
  cursor: pointer;
  text-decoration: none;
}
.wrap2 {
  width: 1232px;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1000px) {
  .wrap2 {
    width: 672px;
  }
}
@media (max-width: 1000px) {
  .wrap2 {
    padding-right: 16px;
  }
}
@media (max-width: 1000px) {
  .wrap2 {
    padding-left: 16px;
  }
}
@media (max-width: 1000px) {
  .wrap2 {
    margin-right: auto;
  }
}
@media (max-width: 1000px) {
  .wrap2 {
    margin-left: auto;
  }
}
@media (max-width: 1000px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 1001px) {
  .sp {
    display: none !important;
  }
}

/*---------- header ----------*/
header {
  position: absolute;
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 152px;
  position: fixed;
  z-index: 10;
  box-shadow: 2px 2px 8px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1000px) {
  header {
    top: 0;
  }
}
@media (max-width: 1000px) {
  header {
    left: 0;
  }
}
@media (max-width: 1000px) {
  header {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  header {
    height: 56px;
  }
}
header section.cont1 {
  font-size: 12px;
  line-height: 24px;
  height: 24px;
  padding-right: 32px;
  padding-left: 32px;
  color: #FFF;
  font-weight: 700;
  background-color: #1A1311;
}
@media (max-width: 1000px) {
  header section.cont1 {
    font-size: 12px;
  }
}
@media (max-width: 1000px) {
  header section.cont1 {
    line-height: 24px;
  }
}
@media (max-width: 1000px) {
  header section.cont1 {
    height: 24px;
  }
}
@media (max-width: 1000px) {
  header section.cont1 {
    padding-right: 32px;
  }
}
@media (max-width: 1000px) {
  header section.cont1 {
    padding-left: 32px;
  }
}
header section.cont2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 96px;
  padding-right: 40px;
  padding-left: 240px;
  position: relative;
  flex-wrap: nowrap;
  background-color: #FFF;
}
@media (max-width: 1000px) {
  header section.cont2 {
    height: 56px;
  }
}
@media (max-width: 1000px) {
  header section.cont2 {
    padding-right: 16px;
  }
}
@media (max-width: 1000px) {
  header section.cont2 {
    padding-left: 16px;
  }
}
header section.cont2 h2 {
  position: absolute;
  top: 0;
  position: absolute;
  left: 56px;
  font-size: 0;
  width: 160px;
  border-radius: 8px;
  z-index: 1;
  box-shadow: 2px 2px 8px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1000px) {
  header section.cont2 h2 {
    top: 0;
  }
}
@media (max-width: 1000px) {
  header section.cont2 h2 {
    left: 50%;
  }
}
@media (max-width: 1000px) {
  header section.cont2 h2 {
    font-size: 0;
  }
}
@media (max-width: 1000px) {
  header section.cont2 h2 {
    width: 96px;
  }
}
@media (max-width: 1000px) {
  header section.cont2 h2 {
    border-radius: 8px;
  }
}
@media (max-width: 1000px) {
  header section.cont2 h2 {
    transform: translateX(-50%);
  }
}
header section.cont2 article.left {
  width: calc(100% - 120px);
}
@media (max-width: 1000px) {
  header section.cont2 article.left {
    width: auto;
  }
}
header section.cont2 article.left div.pc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
header section.cont2 article.left div.pc p.left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px 24px;
}
@media (max-width: 1000px) {
  header section.cont2 article.left div.pc p.left {
    gap: 24px 24px;
  }
}
header section.cont2 article.left div.pc p.left a {
  font-size: 12px;
}
@media (max-width: 1000px) {
  header section.cont2 article.left div.pc p.left a {
    font-size: 12px;
  }
}
header section.cont2 article.left div.pc p.right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 64px 64px;
  width: 336px;
  height: 48px;
  position: relative;
  background-color: #231815;
  border-radius: 0 0 16px 16px;
}
@media (max-width: 1000px) {
  header section.cont2 article.left div.pc p.right {
    gap: 64px 64px;
  }
}
@media (max-width: 1000px) {
  header section.cont2 article.left div.pc p.right {
    width: 0;
  }
}
@media (max-width: 1000px) {
  header section.cont2 article.left div.pc p.right {
    height: 0;
  }
}
header section.cont2 article.left div.pc p.right:before {
  position: absolute;
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 80%;
  content: "";
  background-color: #FFF;
}
@media (max-width: 1000px) {
  header section.cont2 article.left div.pc p.right:before {
    top: 0;
  }
}
@media (max-width: 1000px) {
  header section.cont2 article.left div.pc p.right:before {
    left: 50%;
  }
}
@media (max-width: 1000px) {
  header section.cont2 article.left div.pc p.right:before {
    transform: translateX(-50%);
  }
}
@media (max-width: 1000px) {
  header section.cont2 article.left div.pc p.right:before {
    width: 0;
  }
}
@media (max-width: 1000px) {
  header section.cont2 article.left div.pc p.right:before {
    height: 0;
  }
}
header section.cont2 article.left div.pc p.right a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 8px;
  color: #FFF;
}
@media (max-width: 1000px) {
  header section.cont2 article.left div.pc p.right a {
    gap: 8px 8px;
  }
}
header section.cont2 article.left div.sp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 16px;
  height: 56px;
}
@media (max-width: 1000px) {
  header section.cont2 article.left div.sp {
    gap: 16px 16px;
  }
}
@media (max-width: 1000px) {
  header section.cont2 article.left div.sp {
    height: 56px;
  }
}
header section.cont2 article.left nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
header section.cont2 article.left nav a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1vw 1vw;
  font-size: 0.9vw;
  padding-right: 2vw;
  padding-left: 2vw;
  font-weight: 700;
  border-right: #BABABA solid 1px;
}
@media (max-width: 1000px) {
  header section.cont2 article.left nav a {
    gap: 1vw 1vw;
  }
}
@media (max-width: 1000px) {
  header section.cont2 article.left nav a {
    font-size: 0.9vw;
  }
}
@media (max-width: 1000px) {
  header section.cont2 article.left nav a {
    padding-right: 2vw;
  }
}
@media (max-width: 1000px) {
  header section.cont2 article.left nav a {
    padding-left: 2vw;
  }
}
header section.cont2 article.left nav a:first-child {
  padding-left: 0;
}
@media (max-width: 1000px) {
  header section.cont2 article.left nav a:first-child {
    padding-left: 0;
  }
}
header section.cont2 article.right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 0;
}
@media (max-width: 1000px) {
  header section.cont2 article.right {
    gap: 16px 16px;
  }
}
header section.cont2 article.right a.cart img {
  height: 96px;
}
@media (max-width: 1000px) {
  header section.cont2 article.right a.cart img {
    height: 56px;
  }
}
header section.cont3 {
  height: 32px;
  padding-top: 4px;
  padding-left: 240px;
  background-color: #EBEBEB;
}
@media (max-width: 1000px) {
  header section.cont3 {
    height: 32px;
  }
}
@media (max-width: 1000px) {
  header section.cont3 {
    padding-top: 4px;
  }
}
@media (max-width: 1000px) {
  header section.cont3 {
    padding-left: 240px;
  }
}
header section.cont3 nav {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px 20px;
}
@media (max-width: 1000px) {
  header section.cont3 nav {
    gap: 20px 20px;
  }
}
header section.cont3 nav a {
  font-size: 14px;
  line-height: 20px;
  width: 88px;
  height: 20px;
  border-radius: 10px;
  display: block;
  text-align: center;
  background-color: #FFF;
  border: #231815 solid 1px;
}
@media (max-width: 1000px) {
  header section.cont3 nav a {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  header section.cont3 nav a {
    line-height: 0;
  }
}
@media (max-width: 1000px) {
  header section.cont3 nav a {
    width: 0;
  }
}
@media (max-width: 1000px) {
  header section.cont3 nav a {
    height: 0;
  }
}
@media (max-width: 1000px) {
  header section.cont3 nav a {
    border-radius: 0;
  }
}
header section.cont4 {
  position: absolute;
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  background-color: #E5E5E5;
}
@media (max-width: 1000px) {
  header section.cont4 {
    top: 56px;
  }
}
@media (max-width: 1000px) {
  header section.cont4 {
    left: 0;
  }
}
@media (max-width: 1000px) {
  header section.cont4 {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  header section.cont4 {
    height: 100%;
  }
}
@media (max-width: 1000px) {
  header section.cont4 {
    padding-right: 16px;
  }
}
@media (max-width: 1000px) {
  header section.cont4 {
    padding-left: 16px;
  }
}
@media (max-width: 1000px) {
  header section.cont4 {
    padding-top: 24px;
  }
}
@media (max-width: 1000px) {
  header section.cont4 {
    padding-bottom: 24px;
  }
}
header section.cont4:not(.on) {
  display: none;
}
header section.cont4 a {
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
  font-weight: 700;
  border-bottom: #666 solid 1px;
}
@media (max-width: 1000px) {
  header section.cont4 a {
    padding-top: 16px;
  }
}
@media (max-width: 1000px) {
  header section.cont4 a {
    padding-bottom: 16px;
  }
}

/*---------- top ----------*/
main.index {
  overflow-x: hidden;
}
main.index section.cont1 {
  background: no-repeat center/cover;
  background-image: url(img/mv.jpg);
  padding-top: 256px;
  padding-bottom: 104px;
}
@media (max-width: 1000px) {
  main.index section.cont1 {
    padding-top: 96px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont1 {
    padding-bottom: 40px;
  }
}
main.index section.cont1 h1 {
  font-size: 72px;
  margin-bottom: 32px;
  color: #FFF;
  font-family: "Hiragino Mincho", "YuMincho", serif;
  text-align: center;
}
@media (max-width: 1000px) {
  main.index section.cont1 h1 {
    font-size: 32px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont1 h1 {
    margin-bottom: 8px;
  }
}
main.index section.cont1 img {
  width: 304px;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 1000px) {
  main.index section.cont1 img {
    width: 224px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont1 img {
    margin-right: auto;
  }
}
@media (max-width: 1000px) {
  main.index section.cont1 img {
    margin-left: auto;
  }
}
main.index section.cont2 {
  background-color: #F0F0F0;
}
main.index section.cont2 article {
  transform: translateY(-64px);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1000px) {
  main.index section.cont2 article {
    transform: translateY(-24px);
  }
}
@media (max-width: 1000px) {
  main.index section.cont2 article {
    width: 320px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont2 article {
    margin-right: auto;
  }
}
@media (max-width: 1000px) {
  main.index section.cont2 article {
    margin-left: auto;
  }
}
main.index section.cont2 article a {
  margin-right: 16px;
  margin-left: 16px;
  background-color: #FFF;
  box-shadow: 2px 2px 8px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1000px) {
  main.index section.cont2 article a {
    margin-right: 8px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont2 article a {
    margin-left: 8px;
  }
}
main.index section.cont2 article a div {
  padding-right: 16px;
  padding-left: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 1000px) {
  main.index section.cont2 article a div {
    padding-right: 12px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont2 article a div {
    padding-left: 12px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont2 article a div {
    padding-top: 12px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont2 article a div {
    padding-bottom: 12px;
  }
}
main.index section.cont2 article a div h2 {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  main.index section.cont2 article a div h2 {
    font-size: 18px;
  }
}
main.index section.cont2 article a div h2 small {
  font-size: 14px;
  margin-bottom: 4px;
  display: block;
}
@media (max-width: 1000px) {
  main.index section.cont2 article a div h2 small {
    font-size: 12px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont2 article a div h2 small {
    margin-bottom: 4px;
  }
}
main.index section.cont2 article a div h3 {
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 12px;
  margin-bottom: 12px;
  border-radius: 4px;
  font-weight: 700;
  background-color: #EEEEEF;
}
@media (max-width: 1000px) {
  main.index section.cont2 article a div h3 {
    padding-right: 6px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont2 article a div h3 {
    padding-left: 6px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont2 article a div h3 {
    padding-top: 6px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont2 article a div h3 {
    padding-bottom: 6px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont2 article a div h3 {
    margin-top: 8px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont2 article a div h3 {
    margin-bottom: 8px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont2 article a div h3 {
    border-radius: 4px;
  }
}
main.index section.cont2 article a div p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.index section.cont2 article a div p span.left {
  color: #D22419;
}
main.index section.cont2 article a div p span.right {
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 12px;
  color: #BBB;
  border: #BBB solid 1px;
}
@media (max-width: 1000px) {
  main.index section.cont2 article a div p span.right {
    padding-right: 8px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont2 article a div p span.right {
    padding-left: 8px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont2 article a div p span.right {
    border-radius: 12px;
  }
}
main.index section.cont3 {
  margin-top: 120px;
}
@media (max-width: 1000px) {
  main.index section.cont3 {
    margin-top: 64px;
  }
}
main.index section.cont3 article {
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 72px;
}
@media (max-width: 1000px) {
  main.index section.cont3 article {
    width: 560px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont3 article {
    margin-right: auto;
  }
}
@media (max-width: 1000px) {
  main.index section.cont3 article {
    margin-left: auto;
  }
}
@media (max-width: 1000px) {
  main.index section.cont3 article {
    margin-bottom: 40px;
  }
}
main.index section.cont3 article a {
  margin-right: 16px;
  margin-left: 16px;
}
@media (max-width: 1000px) {
  main.index section.cont3 article a {
    margin-right: 12px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont3 article a {
    margin-left: 12px;
  }
}
main.index section.cont3 nav a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px 16px;
  font-size: 24px;
  padding-right: 24px;
  padding-left: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  color: #C39F16;
  border: #DDD solid 4px;
}
@media (max-width: 1000px) {
  main.index section.cont3 nav a {
    gap: 8px 8px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont3 nav a {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont3 nav a {
    padding-right: 16px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont3 nav a {
    padding-left: 16px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont3 nav a {
    padding-top: 16px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont3 nav a {
    padding-bottom: 16px;
  }
}
main.index section.cont4 h2 {
  margin-top: 136px;
  margin-bottom: 56px;
  position: relative;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1000px) {
  main.index section.cont4 h2 {
    margin-top: 80px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont4 h2 {
    margin-bottom: 24px;
  }
}
main.index section.cont4 h2:before {
  position: absolute;
  top: 24px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  content: "";
  z-index: -1;
  background-color: #707070;
}
@media (max-width: 1000px) {
  main.index section.cont4 h2:before {
    top: 16px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont4 h2:before {
    left: 50%;
  }
}
@media (max-width: 1000px) {
  main.index section.cont4 h2:before {
    transform: translateX(-50%);
  }
}
@media (max-width: 1000px) {
  main.index section.cont4 h2:before {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  main.index section.cont4 h2:before {
    height: 1px;
  }
}
main.index section.cont4 h2 b {
  font-size: 32px;
  padding-right: 64px;
  padding-left: 64px;
  background-color: #FFF;
}
@media (max-width: 1000px) {
  main.index section.cont4 h2 b {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont4 h2 b {
    padding-right: 16px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont4 h2 b {
    padding-left: 16px;
  }
}
main.index section.cont4 h2 small {
  font-size: 24px;
  display: block;
  color: #C8C9CA;
}
@media (max-width: 1000px) {
  main.index section.cont4 h2 small {
    font-size: 12px;
  }
}
main.index section.cont4 article {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px 32px;
}
@media (max-width: 1000px) {
  main.index section.cont4 article {
    gap: 24px 24px;
  }
}
main.index section.cont4 article a {
  width: calc((100% - 96px) / 4);
  background-color: #FFF;
  box-shadow: 2px 2px 8px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1000px) {
  main.index section.cont4 article a {
    width: calc((100% - 24px) / 2);
  }
}
main.index section.cont4 article a div {
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  main.index section.cont4 article a div {
    padding-right: 8px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont4 article a div {
    padding-left: 8px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont4 article a div {
    padding-top: 12px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont4 article a div {
    padding-bottom: 12px;
  }
}
main.index section.cont4 article a div span {
  line-height: 22px;
  width: 120px;
  height: 22px;
  border-radius: 11px;
  display: block;
  text-align: center;
  font-size: 12px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 8px;
  color: #D22419;
  border: #D22419 solid 1px;
}
@media (max-width: 1000px) {
  main.index section.cont4 article a div span {
    line-height: 20px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont4 article a div span {
    width: 96px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont4 article a div span {
    height: 20px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont4 article a div span {
    border-radius: 10px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont4 article a div span {
    font-size: 12px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont4 article a div span {
    margin-right: auto;
  }
}
@media (max-width: 1000px) {
  main.index section.cont4 article a div span {
    margin-left: auto;
  }
}
@media (max-width: 1000px) {
  main.index section.cont4 article a div span {
    margin-top: 8px;
  }
}
main.index section.cont5 h2 {
  margin-top: 136px;
  margin-bottom: 56px;
  position: relative;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1000px) {
  main.index section.cont5 h2 {
    margin-top: 80px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont5 h2 {
    margin-bottom: 24px;
  }
}
main.index section.cont5 h2:before {
  position: absolute;
  top: 24px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  content: "";
  z-index: -1;
  background-color: #707070;
}

main.index section.cont5 h2.fs-c-productListItem__productName{
  margin-top:0px;
  margin-bottom:0px;
}

main.index section.cont5 h2.fs-c-productListItem__productName::before{
  display:none;
}

@media (max-width: 1000px) {
  main.index section.cont5 h2:before {
    top: 16px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont5 h2:before {
    left: 50%;
  }
}
@media (max-width: 1000px) {
  main.index section.cont5 h2:before {
    transform: translateX(-50%);
  }
}
@media (max-width: 1000px) {
  main.index section.cont5 h2:before {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  main.index section.cont5 h2:before {
    height: 1px;
  }
}
main.index section.cont5 h2 b {
  font-size: 32px;
  padding-right: 64px;
  padding-left: 64px;
  background-color: #FFF;
}
@media (max-width: 1000px) {
  main.index section.cont5 h2 b {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont5 h2 b {
    padding-right: 16px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont5 h2 b {
    padding-left: 16px;
  }
}
main.index section.cont5 h2 small {
  font-size: 24px;
  display: block;
  color: #C8C9CA;
}
@media (max-width: 1000px) {
  main.index section.cont5 h2 small {
    font-size: 12px;
  }
}
main.index section.cont5 article {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px 32px;
}
@media (max-width: 1000px) {
  main.index section.cont5 article {
    gap: 24px 24px;
  }
}

main.index section.cont5 form{
/*  height: 30px;
    padding: 0;
    background-color: #EE7300;
    border: none;
    border-radius: 30px;
    padding:4px;
    box-shadow: 0 0 2px #b2b2b2;*/
}

.fs-c-price__currencyMark,.fs-c-price__value{
  color: #E50012;
font-weight: bold;

}

main.index section.cont5 .fs-c-button--addToCart--list{
/*  background-color:transparent;
  border:none;*/
}

main.index section.cont5.ranking .slick-slide article{
  position:relative;
}

main.index section.cont5.ranking .slick-slide article::before{
    content:"1";
    position:absolute;
    top:0;
    left:0;
    background-color:#E50012;
    width:32px;
    height:32px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-weight:bold;
}

main.index section.cont5.ranking .slick-slide:nth-child(2) article::before{
  content:"2";
  background-color:#838383;
}

main.index section.cont5.ranking .slick-slide:nth-child(3) article::before{
  content:"3";
  background-color:#B36E00:
}

main.index section.cont5.ranking .slick-slide:nth-child(4) article::before{
  content:"4";
  background-color:#F49F00;
}


main.index section.cont5.ranking .slick-slide:nth-child(5) article::before{
  content:"5";
  background-color:#009CCE;
}

main.index section.cont5.ranking .slick-slide:nth-child(6) article::before{
  content:"6";
}

main.index section.cont5.ranking .slick-slide:nth-child(7) article::before{
  content:"7";
}

main.index section.cont5.ranking .slick-slide:nth-child(8) article::before{
  content:"8";
}

main.index section.cont5.ranking .slick-slide:nth-child(9) article::before{
  content:"9";
}

main.index section.cont5.ranking .slick-slide:nth-child(10) article::before{
  content:"10";
}

main.index section.cont5 article a {
/*  width: calc((100% - 128px) / 5); 0824*/
text-align:left;
}
@media (max-width: 1000px) {
  main.index section.cont5 article a {
/*    width: calc((100% - 24px) / 2);*/
  }
}
main.index section.cont5 article a div {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 1000px) {
  main.index section.cont5 article a div {
    padding-top: 8px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont5 article a div {
    padding-bottom: 8px;
  }
}
main.index section.cont5 article a div p {
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  main.index section.cont5 article a div p {
    font-size: 14px;
  }
}
main.index section.cont5 article a div p:first-child {
  margin-bottom: 4px;
  color: #AAA;
}
@media (max-width: 1000px) {
  main.index section.cont5 article a div p:first-child {
    margin-bottom: 2px;
  }
}
main.index section.cont5 article a div p:nth-child(3) {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  main.index section.cont5 article a div p:nth-child(3) {
    font-size: 16px;
  }
}
main.index section.cont5 article a div p:last-child {
  margin-top: 4px;
  color: #D22419;
}
@media (max-width: 1000px) {
  main.index section.cont5 article a div p:last-child {
    margin-top: 2px;
  }
}
main.index section.cont6 h2 {
  margin-top: 136px;
  margin-bottom: 56px;
  position: relative;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1000px) {
  main.index section.cont6 h2 {
    margin-top: 80px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont6 h2 {
    margin-bottom: 24px;
  }
}
main.index section.cont6 h2:before {
  position: absolute;
  top: 24px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  content: "";
  z-index: -1;
  background-color: #707070;
}
@media (max-width: 1000px) {
  main.index section.cont6 h2:before {
    top: 16px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont6 h2:before {
    left: 50%;
  }
}
@media (max-width: 1000px) {
  main.index section.cont6 h2:before {
    transform: translateX(-50%);
  }
}
@media (max-width: 1000px) {
  main.index section.cont6 h2:before {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  main.index section.cont6 h2:before {
    height: 1px;
  }
}
main.index section.cont6 h2 b {
  font-size: 32px;
  padding-right: 64px;
  padding-left: 64px;
  background-color: #FFF;
}
@media (max-width: 1000px) {
  main.index section.cont6 h2 b {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont6 h2 b {
    padding-right: 16px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont6 h2 b {
    padding-left: 16px;
  }
}
main.index section.cont6 h2 small {
  font-size: 24px;
  display: block;
  color: #C8C9CA;
}
@media (max-width: 1000px) {
  main.index section.cont6 h2 small {
    font-size: 12px;
  }
}
main.index section.cont6 article {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px 32px;
}
@media (max-width: 1000px) {
  main.index section.cont6 article {
    gap: 24px 24px;
  }
}
main.index section.cont6 article a {
  width: calc((100% - 96px) / 4);
  border: #E5E5E5 solid 1px;
}
@media (max-width: 1000px) {
  main.index section.cont6 article a {
    width: calc((100% - 24px) / 2);
  }
}
main.index section.cont6 article a div {
  font-size: 12px;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (max-width: 1000px) {
  main.index section.cont6 article a div {
    font-size: 12px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont6 article a div {
    padding-right: 8px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont6 article a div {
    padding-left: 8px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont6 article a div {
    padding-top: 8px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont6 article a div {
    padding-bottom: 8px;
  }
}
main.index section.cont6 article a div img {
  height: 32px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (max-width: 1000px) {
  main.index section.cont6 article a div img {
    height: 32px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont6 article a div img {
    margin-right: auto;
  }
}
@media (max-width: 1000px) {
  main.index section.cont6 article a div img {
    margin-left: auto;
  }
}
@media (max-width: 1000px) {
  main.index section.cont6 article a div img {
    margin-top: 8px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont6 article a div img {
    margin-bottom: 8px;
  }
}
main.index section.cont6 article a:last-child div img {
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 1000px) {
  main.index section.cont6 article a:last-child div img {
    height: 40px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont6 article a:last-child div img {
    margin-right: auto;
  }
}
@media (max-width: 1000px) {
  main.index section.cont6 article a:last-child div img {
    margin-left: auto;
  }
}
@media (max-width: 1000px) {
  main.index section.cont6 article a:last-child div img {
    margin-top: 4px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont6 article a:last-child div img {
    margin-bottom: 4px;
  }
}
main.index section.cont7 h2 {
  margin-top: 136px;
  margin-bottom: 56px;
  position: relative;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1000px) {
  main.index section.cont7 h2 {
    margin-top: 80px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont7 h2 {
    margin-bottom: 24px;
  }
}
main.index section.cont7 h2:before {
  position: absolute;
  top: 24px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  content: "";
  z-index: -1;
  background-color: #707070;
}
@media (max-width: 1000px) {
  main.index section.cont7 h2:before {
    top: 16px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont7 h2:before {
    left: 50%;
  }
}
@media (max-width: 1000px) {
  main.index section.cont7 h2:before {
    transform: translateX(-50%);
  }
}
@media (max-width: 1000px) {
  main.index section.cont7 h2:before {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  main.index section.cont7 h2:before {
    height: 1px;
  }
}
main.index section.cont7 h2 b {
  font-size: 32px;
  padding-right: 64px;
  padding-left: 64px;
  background-color: #FFF;
}
@media (max-width: 1000px) {
  main.index section.cont7 h2 b {
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont7 h2 b {
    padding-right: 16px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont7 h2 b {
    padding-left: 16px;
  }
}
main.index section.cont7 h2 small {
  font-size: 24px;
  display: block;
  color: #C8C9CA;
}
@media (max-width: 1000px) {
  main.index section.cont7 h2 small {
    font-size: 12px;
  }
}
main.index section.cont7 article {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px 32px;
}
@media (max-width: 1000px) {
  main.index section.cont7 article {
    gap: 24px 24px;
  }
}
main.index section.cont7 article a {
  width: calc((100% - 160px) / 6);
}
@media (max-width: 1000px) {
  main.index section.cont7 article a {
    width: calc((100% - 48px) / 3);
  }
}
main.index section.cont7 article a div {
  font-weight: 700;
}
main.index section.cont8 nav {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px 24px;
  margin-top: 112px;
  margin-bottom: 112px;
}
@media (max-width: 1000px) {
  main.index section.cont8 nav {
    gap: 8px 8px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont8 nav {
    margin-top: 40px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont8 nav {
    margin-bottom: 40px;
  }
}
main.index section.cont8 nav a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 20px;
  width: calc((100% - 48px) / 3);
  height: 48px;
  position: relative;
  font-weight: 700;
  border: #BABABA solid 2px;
}
@media (max-width: 1000px) {
  main.index section.cont8 nav a {
    font-size: 12px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont8 nav a {
    width: calc((100% - 8px) / 2);
  }
}
@media (max-width: 1000px) {
  main.index section.cont8 nav a {
    height: 40px;
  }
}
main.index section.cont8 nav a:after {
  position: absolute;
  top: 50%;
  position: absolute;
  right: 12px;
  transform: translateY(-50%);
  font-size: 16px;
  content: ">";
  color: #ED7300;
  font-weight: 400;
}
@media (max-width: 1000px) {
  main.index section.cont8 nav a:after {
    top: 50%;
  }
}
@media (max-width: 1000px) {
  main.index section.cont8 nav a:after {
    right: 8px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont8 nav a:after {
    transform: translateY(-50%);
  }
}
@media (max-width: 1000px) {
  main.index section.cont8 nav a:after {
    font-size: 10px;
  }
}
main.index section.cont8 h2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 32px;
  padding-bottom: 12px;
  font-weight: 700;
  border-bottom: #BABABA solid 1px;
}
@media (max-width: 1000px) {
  main.index section.cont8 h2 {
    font-size: 24px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont8 h2 {
    padding-bottom: 8px;
  }
}
main.index section.cont8 h2 a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px 16px;
  font-size: 18px;
  color: #C39F16;
}
@media (max-width: 1000px) {
  main.index section.cont8 h2 a {
    gap: 12px 12px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont8 h2 a {
    font-size: 16px;
  }
}
main.index section.cont8 figure {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 40px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: #BABABA solid 1px;
}
@media (max-width: 1000px) {
  main.index section.cont8 figure {
    gap: 24px 24px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont8 figure {
    padding-top: 24px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont8 figure {
    padding-bottom: 24px;
  }
}
main.index section.cont8 figure img {
  width: 240px;
}
@media (max-width: 1000px) {
  main.index section.cont8 figure img {
    width: 400px;
  }
}
main.index section.cont8 figure figcaption {
  width: calc(100% - 280px);
}
@media (max-width: 1000px) {
  main.index section.cont8 figure figcaption {
    width: 100%;
  }
}
main.index section.cont8 figure figcaption h3 {
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  main.index section.cont8 figure figcaption h3 {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  main.index section.cont8 figure figcaption h3 {
    margin-bottom: 4px;
  }
}

/*---------- footer ----------*/
footer {
  margin-top: 120px;
}
@media (max-width: 1000px) {
  footer {
    margin-top: 80px;
  }
}
footer section.cont0 img {
  width: 476px;
  position: relative;
  z-index: -1;
}
@media (max-width: 1000px) {
  footer section.cont0 img {
    width: 240px;
  }
}
footer section.cont1 {
  padding-top: 32px;
  padding-bottom: 32px;
  margin-top: -96px;
  background-color: #F7D994;
}
@media (max-width: 1000px) {
  footer section.cont1 {
    padding-top: 24px;
  }
}
@media (max-width: 1000px) {
  footer section.cont1 {
    padding-bottom: 24px;
  }
}
@media (max-width: 1000px) {
  footer section.cont1 {
    margin-top: -40px;
  }
}
footer section.cont1 h2 {
  width: 192px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 32px;
}
@media (max-width: 1000px) {
  footer section.cont1 h2 {
    width: 120px;
  }
}
@media (max-width: 1000px) {
  footer section.cont1 h2 {
    margin-right: auto;
  }
}
@media (max-width: 1000px) {
  footer section.cont1 h2 {
    margin-left: auto;
  }
}
@media (max-width: 1000px) {
  footer section.cont1 h2 {
    margin-bottom: 24px;
  }
}
footer section.cont1 h3 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 24px 24px;
  font-size: 32px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-weight: 700;
  border-top: #231815 solid 1px;
}
@media (max-width: 1000px) {
  footer section.cont1 h3 {
    gap: 16px 16px;
  }
}
@media (max-width: 1000px) {
  footer section.cont1 h3 {
    font-size: 24px;
  }
}
@media (max-width: 1000px) {
  footer section.cont1 h3 {
    padding-top: 16px;
  }
}
@media (max-width: 1000px) {
  footer section.cont1 h3 {
    padding-bottom: 16px;
  }
}
footer section.cont1 article {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer section.cont1 article div {
  width: 20%;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1000px) {
  footer section.cont1 article div {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  footer section.cont1 article div {
    padding-top: 24px;
  }
}
@media (max-width: 1000px) {
  footer section.cont1 article div {
    padding-bottom: 24px;
  }
}
@media (max-width: 1000px) {
  footer section.cont1 article div {
    border-top: #231815 solid 1px;
  }
}
footer section.cont1 article div h4 {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
@media (max-width: 1000px) {
  footer section.cont1 article div h4 {
    padding-top: 0;
  }
}
@media (max-width: 1000px) {
  footer section.cont1 article div h4 {
    padding-bottom: 0;
  }
}
@media (min-width: 1001px) {
  footer section.cont1 article div h4 {
    border-block: #231815 solid 1px;
  }
}
footer section.cont1 article div figure {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer section.cont1 article div figure p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 60%;
  height: 192px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1000px) {
  footer section.cont1 article div figure p {
    width: 20%;
  }
}
@media (max-width: 1000px) {
  footer section.cont1 article div figure p {
    height: auto;
  }
}
@media (max-width: 1000px) {
  footer section.cont1 article div figure p {
    margin-right: auto;
  }
}
@media (max-width: 1000px) {
  footer section.cont1 article div figure p {
    margin-left: auto;
  }
}
footer section.cont1 article div figure figcaption {
  font-size: 12px;
  width: 100%;
}
@media (max-width: 1000px) {
  footer section.cont1 article div figure figcaption {
    font-size: 12px;
  }
}
@media (max-width: 1000px) {
  footer section.cont1 article div figure figcaption {
    width: 70%;
  }
}
footer section.cont1 article div figure figcaption b {
  font-size: 14px;
  display: block;
  font-weight: 700;
}
@media (max-width: 1000px) {
  footer section.cont1 article div figure figcaption b {
    font-size: 14px;
  }
}
footer section.cont1 article div h5 {
  font-size: 12px;
  margin-top: 24px;
  margin-bottom: 24px;
  color: #D22419;
}
@media (max-width: 1000px) {
  footer section.cont1 article div h5 {
    font-size: 12px;
  }
}
@media (max-width: 1000px) {
  footer section.cont1 article div h5 {
    margin-top: 16px;
  }
}
@media (max-width: 1000px) {
  footer section.cont1 article div h5 {
    margin-bottom: 16px;
  }
}
footer section.cont1 article div h5 b {
  font-size: 34px;
  display: block;
  font-weight: 700;
}
@media (max-width: 1000px) {
  footer section.cont1 article div h5 b {
    font-size: 32px;
  }
}
footer section.cont1 article div a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  width: 256px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 16px;
  color: #FFF;
  background-color: #666;
}
@media (max-width: 1000px) {
  footer section.cont1 article div a {
    width: 240px;
  }
}
@media (max-width: 1000px) {
  footer section.cont1 article div a {
    height: 32px;
  }
}
@media (max-width: 1000px) {
  footer section.cont1 article div a {
    margin-right: auto;
  }
}
@media (max-width: 1000px) {
  footer section.cont1 article div a {
    margin-left: auto;
  }
}
@media (max-width: 1000px) {
  footer section.cont1 article div a {
    margin-top: 16px;
  }
}
footer section.cont1 article div:last-child {
  width: 30%;
  text-align: center;
}
@media (max-width: 1000px) {
  footer section.cont1 article div:last-child {
    width: 100%;
  }
}
footer section.cont2 {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #F5F5F5;
}
@media (max-width: 1000px) {
  footer section.cont2 {
    padding-top: 24px;
  }
}
@media (max-width: 1000px) {
  footer section.cont2 {
    padding-bottom: 24px;
  }
}
footer section.cont2 div.wrap2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px 0;
}
@media (max-width: 1000px) {
  footer section.cont2 div.wrap2 {
    gap: 16px 0;
  }
}
footer section.cont2 div.wrap2 a {
  width: 25%;
}
@media (max-width: 1000px) {
  footer section.cont2 div.wrap2 a {
    width: 50%;
  }
}
footer section.cont3 {
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: center;
}
@media (max-width: 1000px) {
  footer section.cont3 {
    padding-top: 24px;
  }
}
@media (max-width: 1000px) {
  footer section.cont3 {
    padding-bottom: 24px;
  }
}
footer section.cont4 {
  position: absolute;
  right: 32px;
  position: absolute;
  bottom: 32px;
  width: 104px;
  height: 104px;
  position: fixed;
  z-index: 5;
}
@media (max-width: 1000px) {
  footer section.cont4 {
    right: 24px;
  }
}
@media (max-width: 1000px) {
  footer section.cont4 {
    bottom: 24px;
  }
}
@media (max-width: 1000px) {
  footer section.cont4 {
    width: 72px;
  }
}
@media (max-width: 1000px) {
  footer section.cont4 {
    height: 72px;
  }
}
