@charset "UTF-8";
/* フォント */
/*background: url("../img/ya_red.jpg");*/
/* 設定 */
/*
Reset Stylesheet
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #333;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

figure {
  margin: 0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*common*/
html {
  scroll-behavior: auto;
  min-width: 310px;
  font-feature-settings: "palt";
  line-height: 1.5em;
  letter-spacing: 0.02em;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック Mediu", YuGothic, YuGothicM, ‘メイリオ’, meiryo, sans-serif;
  overflow-x: hidden;
  font-size: clamp(1px, 0.9vw, 16px);
  color: #231815;
  background-color: #fff;
  scroll-padding: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  body {
    font-size: clamp(11px, 3.1vw, 16px);
  }
}

.frame {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

li {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

a {
  text-decoration: none;
  transition: 0.3s;
  opacity: 1;
  display: inline-block;
}
a:active {
  transform: scale(0.95);
}
a:hover {
  opacity: 0.6;
}

h1,
h2,
h3 {
  font-size: initial;
  font-weight: 900;
  letter-spacing: 0.1em;
}

p {
  padding: 0.3em 0 0.8em;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

/* 全ページ共通のボタン */
/*footer*/
footer .footer_box2 {
  text-align: center;
  padding: 0 0 4em;
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 0.85em;
  }
}

.secm {
  padding: 3vh 0 6vh;
  text-align: center;
}

.ya {
  display: inline-block;
  border-bottom: 2px solid #000;
  font-size: 1.3em;
  text-align: center;
  padding: 0.8em 1.5em 0.8em 0.1em;
  position: relative;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .ya {
    font-size: 1.22em;
  }
}
.ya:before {
  display: block;
  position: absolute;
  content: "";
  right: 0.2em;
  top: 51%;
  width: 1em;
  height: 1em;
  line-height: 1em;
  transform: translateY(-50%);
  background: url("../img/ya.webp") no-repeat center/contain;
}

.swiper {
  width: 98%;
  padding: 0 4%;
}
@media screen and (max-width: 768px) {
  .swiper {
    box-shadow: none;
    padding: 0;
    width: 100%;
  }
}

.swiper-wrapper {
  padding: 5em 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .swiper-wrapper {
    padding: 2.2em 0 5em;
  }
}

.swiper-container {
  overflow: hidden;
}

main {
  width: 100%;
  overflow: hidden;
}

.container {
  width: -moz-fit-content;
  width: fit-content;
}

.vertical-slider__wrap {
  width: -moz-fit-content;
  width: fit-content;
  height: 100vh;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  z-index: 2;
}

.vertical-area {
  width: 140vw;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.vertical-area.s1 {
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .vertical-area {
    overflow: hidden;
    width: 100vw;
  }
}

p {
  font-weight: 700;
}

.heading-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .heading-wrap {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
    flex-direction: column;
    justify-content: flex-start;
    padding: 15% 0;
  }
}
.heading-wrap h2 {
  font-weight: 800;
  font-size: 1.2em;
  letter-spacing: 0.35em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .heading-wrap h2 h2 {
    font-size: 1.25em;
  }
}
.heading-wrap p {
  font-size: 0.9em;
  letter-spacing: 0.15em;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .heading-wrap p {
    letter-spacing: 0.03em;
    line-height: 2.4;
  }
}

.img-wrap,
.img-wrap2 {
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .pin-spacer {
    width: 100% !important;
  }
  .vertical-slider__wrap {
    width: 100% !important;
    flex-direction: column;
    height: auto;
  }
  .vertical-area {
    min-height: 0;
  }
}
.proxy {
  position: absolute;
  visibility: hidden;
}

.js-img {
  will-change: transform, opacity;
  width: 75%;
  height: 100%;
  position: relative;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .js-img {
    width: 100%;
    position: absolute;
  }
}
.js-img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1330px) {
  .js-img img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .js-img img {
    width: 100%;
    height: 100%;
  }
}
.js-img:before {
  top: 0;
  left: 0;
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 4vw;
  z-index: 2;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
}
.js-img:after {
  right: 0;
  top: 0;
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 4vw;
  z-index: 2;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 768px) {
  .js-img:before, .js-img:after {
    display: none;
  }
}

.ctype .js-img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ctype .js-img::before, .ctype .js-img::after {
  display: none !important;
}

.s1 {
  flex-direction: row;
}
.s1 figure {
  width: 35%;
  max-width: 360px;
}
@media screen and (max-width: 768px) {
  .s1 figure {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .s1 {
    min-height: 100vh;
  }
}

.s2 h2 {
  padding-bottom: 30vh;
}
.s2 p:nth-child(2) {
  margin-left: 8vw;
  padding-top: 8vh;
}
.s2 p:nth-child(3) {
  padding-top: 47vh;
  margin-left: 0vw;
}
.s2 .heading-wrap {
  padding-left: 38vw;
}
@media screen and (max-width: 768px) {
  .s2 {
    padding: 0;
  }
  .s2 h2 {
    padding-bottom: 10vh;
  }
  .s2 p {
    width: 100%;
  }
  .s2 p:nth-child(2) {
    margin-left: 0;
    padding: 0 14vw;
    padding-top: 0;
  }
  .s2 p:nth-child(3) {
    padding-top: 2vh;
    margin-left: 0;
    padding: 0 14vw;
  }
  .s2 .heading-wrap {
    padding: 22vh 0 6vh;
  }
}

.s3 .ad {
  position: absolute;
  right: 17%;
  bottom: 3%;
  z-index: 3;
  width: 40em;
}
@media screen and (max-width: 768px) {
  .s3 .ad {
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 88%;
  }
}
.s3 .heading-wrap {
  justify-content: center;
}
.s3 .heading-wrap .in:nth-child(1) {
  width: 28%;
  padding-left: 9%;
  padding-bottom: 15vh;
  position: relative;
  z-index: 7;
}
.s3 .heading-wrap .in:nth-child(1) p:nth-child(3) {
  padding: 5vh 0 0;
  margin-left: 13vw;
}
.s3 .heading-wrap figure {
  width: 28%;
  right: 2vw;
  display: flex;
  align-items: center;
}
.s3 .heading-wrap .in:nth-child(3) {
  right: 3vw;
  width: 28%;
  padding-top: 10vh;
  padding-left: 1.5%;
}
.s3 .heading-wrap .in:nth-child(3) p:nth-child(2) {
  padding: 5vh 0 0;
  margin-left: 3vw;
}
@media screen and (max-width: 768px) {
  .s3 .heading-wrap {
    flex-direction: column;
    height: 100%;
  }
  .s3 .heading-wrap p {
    margin-top: 1.2vh;
  }
  .s3 .heading-wrap figure.sp + p {
    margin-top: 0;
  }
  .s3 .heading-wrap .in:nth-child(1) {
    width: 100%;
    padding: 0 6vw;
  }
  .s3 .heading-wrap .in:nth-child(1) p:nth-child(3) {
    padding: 0;
    margin-left: 0;
    margin-top: 1.2vh;
  }
  .s3 .heading-wrap figure {
    width: 54%;
    top: 16vh;
    bottom: auto;
    left: auto;
    right: -1vw;
    margin: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .s3 .heading-wrap figure {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .s3 .heading-wrap .in:nth-child(3) {
    width: 100%;
    padding: 0 6vw;
  }
  .s3 .heading-wrap .in:nth-child(3) p:nth-child(2) {
    padding: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .s4 {
    width: 100%;
    padding-right: 0;
  }
}
.s4 .heading-wrap {
  justify-content: center;
}
.s4 .in:nth-child(1) {
  width: 55%;
  padding-left: 8%;
  padding-bottom: 10vh;
}
@media screen and (max-width: 768px) {
  .s4 .in:nth-child(1) {
    width: 100%;
    padding: 0 6vw;
  }
}
.s4 .in:nth-child(1) h2 {
  margin-left: 9vw;
}
.s4 .in:nth-child(1) p:nth-child(2) {
  margin-top: 4vh;
  margin-left: 15vw;
}
.s4 .in:nth-child(1) p:nth-child(3) {
  margin-top: 4.5vh;
  margin-left: 25vw;
}
.s4 .in:nth-child(1) p:nth-child(4) {
  margin-top: 4.5vh;
  margin-left: 35vw;
}
@media screen and (max-width: 768px) {
  .s4 .in:nth-child(1) p {
    width: 100%;
  }
  .s4 .in:nth-child(1) p:nth-child(2) {
    margin-top: 1.2vh;
    margin-left: 0;
  }
  .s4 .in:nth-child(1) p:nth-child(3) {
    margin-top: 1.2vh;
    margin-left: 0;
  }
  .s4 .in:nth-child(1) p:nth-child(4) {
    margin-top: 1.2vh;
    margin-left: 0;
  }
}
.s4 .in:nth-child(2) {
  width: 43%;
}
@media screen and (max-width: 768px) {
  .s4 .in:nth-child(2) {
    width: 100%;
    padding: 0 6vw;
  }
}
.s4 .in:nth-child(2) p:nth-child(1) {
  margin-top: 1vh;
}
.s4 .in:nth-child(2) p:nth-child(2) {
  margin-top: 1.5vh;
  margin-left: 13vw;
}
.s4 .in:nth-child(2) p:nth-child(3) {
  margin-top: 1.5vh;
  margin-left: 23vw;
  margin-bottom: 12vh;
}
@media screen and (max-width: 768px) {
  .s4 .in:nth-child(2) p {
    width: 100%;
  }
  .s4 .in:nth-child(2) p:nth-child(1) {
    margin-top: 1.2vh;
    margin-left: 0;
  }
  .s4 .in:nth-child(2) p:nth-child(2) {
    margin-top: 1.2vh;
    margin-left: 0;
  }
  .s4 .in:nth-child(2) p:nth-child(3) {
    margin-top: 1.2vh;
    margin-left: 0;
    margin-bottom: 0;
  }
}

.s5 {
  position: relative;
  z-index: 7;
}
@media screen and (max-width: 768px) {
  .s5 {
    width: 100%;
  }
}
.s5 .heading-wrap {
  justify-content: center;
}
.s5 .heading-wrap > a {
  position: absolute;
  top: 50%;
  left: -12vw;
  z-index: 5;
}
.s5 .in:nth-child(1) {
  width: 50%;
  padding-bottom: 10vh;
  padding-left: 8%;
}
.s5 .in:nth-child(1) h2 {
  margin-left: 9vw;
}
.s5 .in:nth-child(1) p:nth-child(2) {
  margin-top: 5vh;
  margin-left: 18vw;
  position: relative;
}
.s5 .in:nth-child(1) p:nth-child(3) {
  margin-top: 5.5vh;
  margin-left: 29vw;
}
.s5 .in:nth-child(1) p:nth-child(4) {
  margin-top: 1.5vh;
  margin-left: 40vw;
}
@media screen and (max-width: 768px) {
  .s5 .in:nth-child(1) {
    width: 100%;
    padding: 0 6vw;
  }
  .s5 .in:nth-child(1) p {
    width: 100%;
    padding-left: 0;
  }
  .s5 .in:nth-child(1) p:nth-child(2) {
    margin-top: 1.5vh;
    margin-left: 0;
  }
  .s5 .in:nth-child(1) p:nth-child(3) {
    margin-top: 1.5vh;
    margin-left: 0;
  }
  .s5 .in:nth-child(1) p:nth-child(4) {
    margin-top: 1.5vh;
    margin-left: 0;
  }
}
.s5 .in:nth-child(2) {
  width: 50%;
  padding-left: 4%;
}
.s5 .in:nth-child(2) p:nth-child(1) {
  margin-top: 1vh;
}
.s5 .in:nth-child(2) p:nth-child(2) {
  margin-top: 1.5vh;
  margin-left: 9vw;
}
.s5 .in:nth-child(2) p:nth-child(3) {
  margin-top: 1.5vh;
  margin-left: 22vw;
}
@media screen and (max-width: 768px) {
  .s5 .in:nth-child(2) {
    width: 100%;
    padding: 0 6vw;
  }
  .s5 .in:nth-child(2) p:nth-child(1) {
    margin-top: 1.5vh;
  }
  .s5 .in:nth-child(2) p:nth-child(2) {
    margin-top: 1.5vh;
    margin-left: 0;
  }
  .s5 .in:nth-child(2) p:nth-child(3) {
    margin-top: 1.5vh;
    margin-left: 0;
  }
}

.s7 {
  padding-left: 38vw;
  position: relative;
  z-index: 9999;
}
.s7::before {
  bottom: -40vh;
  left: 0;
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  height: 40vh;
  width: 38vw;
}
@media screen and (max-width: 768px) {
  .s7 {
    padding-left: 0;
    min-height: 0;
  }
  .s7:before {
    display: none;
  }
}
.s7 .js-img {
  width: 100%;
}
.s7 .heading-wrap {
  flex-direction: column;
  justify-content: flex-end;
  height: auto;
  width: 100%;
}
.s7 .heading-wrap:before {
  top: 0;
  left: -1px;
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 4vw;
  z-index: 999999;
  height: 134%;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
}
.s7 .heading-wrap:after {
  right: 0;
  top: 0;
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 4vw;
  z-index: 2;
  height: 134%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 768px) {
  .s7 .heading-wrap {
    padding-bottom: 15%;
  }
  .s7 .heading-wrap:before, .s7 .heading-wrap:after {
    display: none;
  }
}
.s7 .heading-wrap h3 {
  font-weight: 600;
  position: absolute;
  top: 23vh;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
  font-size: 2em;
  height: 2em;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .s7 .heading-wrap h3 {
    position: relative;
    letter-spacing: 0.2em;
    font-size: 1.5em;
    margin: 0;
    height: auto;
    top: 0;
  }
}
.s7 .heading-wrap .swiper {
  transform: translateY(12.7vw);
  width: 98%;
  margin: 0 0% 0 0;
}
@media screen and (max-width: 768px) {
  .s7 .heading-wrap .swiper {
    margin: 0;
    width: 100%;
    transform: translateY(0);
  }
}
.s7 .heading-wrap .swiper-pagination-bullet {
  background: transparent;
  border: 2px solid #000;
}
.s7 .heading-wrap .swiper-pagination-bullet-active {
  background-color: #000;
}

.item {
  width: 100%;
  min-width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .item {
    height: auto;
    min-height: 100vh;
  }
}
.item.ctype {
  height: auto;
}
.item .w_box {
  text-align: center;
  padding: 5em 0 6.5em;
}
@media screen and (max-width: 768px) {
  .item .w_box {
    width: 100%;
    height: auto;
    padding: 7% 0 11%;
  }
}
.item .w_box .ya {
  padding: 1.2em 0;
  min-width: 14em;
}
.item.c1 {
  min-height: 0;
  height: auto;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .item.c1:before, .item.c1:after {
    display: none;
  }
}
.item.c1 .w_box {
  padding: 24.5vw 0 3em;
  width: 100%;
  background: url("../img/bg5-2.webp") no-repeat bottom center/cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .item.c1 .w_box {
    background: none;
    padding: 2em 0 3em;
  }
}
.item.c1 .img-wrap2 {
  aspect-ratio: 16/11.5;
}
@media screen and (max-width: 768px) {
  .item.c1 .img-wrap2 {
    min-height: 90vh;
    aspect-ratio: auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 15% 5%;
  }
}
.item.c1 img {
  position: relative;
  z-index: 3;
}
.item.c1 p {
  position: absolute;
  padding: 0;
}
.item.c1 p:nth-child(2) {
  top: 15%;
  left: 20%;
  line-height: 1.5;
}
.item.c1 p:nth-child(2) span {
  font-size: 1.3em;
  letter-spacing: 0.12em;
  font-weight: 600;
}
.item.c1 p:nth-child(2) b {
  font-size: 1.2em;
  font-weight: 700;
}
.item.c1 p:nth-child(4) {
  bottom: 21%;
  left: 20%;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .item.c1 p {
    position: relative;
    width: 100%;
    z-index: 2;
  }
  .item.c1 p:nth-child(2) {
    margin: 0px auto;
    width: 100%;
    font-weight: 600;
  }
  .item.c1 p:nth-child(2) span {
    display: block;
    font-weight: 700;
    font-size: 1.2em;
    margin-top: 2%;
  }
  .item.c1 p:nth-child(2) b {
    display: block;
    font-weight: 800;
    font-size: 1.4em;
  }
  .item.c1 p:nth-child(4) {
    letter-spacing: 0;
  }
  .item.c1 p:nth-child(2), .item.c1 p:nth-child(4) {
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
  }
}
.item.c1 .box {
  position: relative;
  width: 100vw;
  height: 100%;
}
.item.c2 {
  color: #fff;
}
.item.c2 .box {
  min-height: 100vh;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  .item.c2 .box {
    min-height: 0;
  }
}
.item.c2 .box .img-wrap2 {
  padding: 15% 0 9%;
}
@media screen and (max-width: 768px) {
  .item.c2 .box .img-wrap2 {
    padding: 15% 3.5%;
  }
}
.item.c2 .box .flex {
  margin: 0 auto;
  width: 92%;
  max-width: 1200px;
  align-items: flex-start;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .item.c2 .box .flex {
    flex-direction: column;
  }
}
.item.c2 .box .flex > p,
.item.c2 .box .in {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .item.c2 .box .flex > p,
  .item.c2 .box .in {
    width: 100%;
  }
}
.item.c2 .box .flex > p {
  display: flex;
  justify-content: center;
  font-size: 1.4em;
  line-height: 1.8em;
  letter-spacing: 0.2em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .item.c2 .box .flex > p {
    margin-bottom: 8%;
    justify-content: flex-start;
  }
}
.item.c2 .box .in p {
  font-size: 1em;
  line-height: 2.2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .item.c2 .box .in p {
    letter-spacing: 0;
  }
}
.item.c2 .box .in p + p {
  margin-top: 1.5em;
}

.footer-w_box {
  padding-bottom: 3em;
}
.footer-w_box .w_box {
  padding: 3em 0 0 !important;
}
@media screen and (max-width: 768px) {
  .footer-w_box {
    padding-bottom: 0;
  }
  .footer-w_box .w_box {
    padding: 7% 0 11% !important;
  }
}

.swiper {
  width: 98%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .swiper {
    box-shadow: none;
    padding: 0;
    width: 100%;
  }
}

.swiper-wrapper {
  padding: 5em 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .swiper-wrapper {
    padding: 2.2em 0 5em;
  }
}

.swiper-container {
  overflow: hidden;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  top: 0;
  bottom: -0.5em;
}