@media screen and (min-width: 769px) {
  main {
    min-width: 1400px;
  }
}

@media screen and (max-width: 768px) {
  .inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }
}

.linkContact {
  position: fixed;
  z-index: 100;
  right: 0;
}
@media screen and (max-width: 768px) {
  .linkContact {
    top: 0;
    width: 12.2666666667vw;
  }
}
.linkContact a {
  position: relative;
}
.linkContact a img {
  transition: 0.3s ease;
  position: fixed;
  right: 0;
  height: auto;
}
@media screen and (max-width: 768px) {
  .linkContact a img {
    width: 12.2666666667vw;
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  .linkContact a img {
    width: 58px;
    top: 40px;
  }
}
.linkContact a .hover {
  opacity: 0;
}
.linkContact a:hover .default {
  opacity: 0;
}
.linkContact a:hover .hover {
  opacity: 1;
}

.toplink {
  opacity: 0;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
  position: relative;
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 768px) {
  .toplink {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .toplink {
    position: fixed;
    right: 120px;
    bottom: 101px;
    transform: translate(100%, 50%);
    z-index: 100;
  }
}
.toplink.-active {
  opacity: 1;
}
.toplink img {
  position: absolute;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .toplink img {
    width: 100%;
  }
}
.toplink .hover {
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .toplink:hover .default {
    opacity: 0;
  }
  .toplink:hover .hover {
    opacity: 1;
  }
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .button {
    width: 480px;
    height: 56px;
  }
}
@media screen and (max-width: 768px) {
  .button {
    width: 100%;
  }
}
.button.type-01 {
  background: #000000;
  color: #fff;
  font-weight: bold;
  border: solid 1px #fff;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 769px) {
  .button.type-01 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .button.type-01 {
    padding: 4.2666666667vw 0;
    font-size: 3.7333333333vw;
  }
}
.button.type-01:after {
  content: "";
  position: absolute;
  background-image: url("/assets/images/icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .button.type-01:after {
    right: 4.2666666667vw;
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .button.type-01:after {
    right: 16px;
    width: 26px;
    height: 26px;
  }
}
.button.type-01:hover {
  box-sizing: border-box;
  background: #fff;
  color: #000;
  border: solid 1px #000;
}
.button.type-01:hover:after {
  background-image: url("/assets/images/icon-arrow-black.svg");
}
@media screen and (min-width: 769px) {
  .button:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .button:not(:last-child) {
    margin-bottom: 4.2666666667vw;
  }
}

.text-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.text-link:hover {
  text-decoration: underline;
}

.text-link-under {
  text-decoration: underline;
}
.text-link-under:hover {
  text-decoration: none;
}

.fv {
  position: relative;
}
.fv__logo {
  position: absolute;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .fv__logo {
    height: 16vw;
    width: 100vw;
  }
}
@media screen and (min-width: 769px) {
  .fv__logo {
    height: 120px;
    width: 700px;
  }
}
.fv__logo:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  transform: rotate(169.4deg) translateY(50%);
  left: -8%;
}
.fv__logo img {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .fv__logo img {
    left: 4vw;
    top: 2.6666666667vw;
    height: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fv__logo img {
    left: 100px;
    top: 20px;
    height: 40px;
  }
}
.fv__inner {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 769px) {
  .fv__image {
    min-width: 800px;
    max-width: 1080px;
    width: 57%;
    height: 880px;
    position: absolute;
    right: 0;
    background: url("/assets/images/fv-img-pc.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
  }
}
@media screen and (max-width: 768px) {
  .fv__product {
    position: relative;
  }
}
.fv__product:before {
  content: "";
  position: absolute;
  background: #EEECEA;
  z-index: -1;
  transform: rotate(9deg);
}
@media screen and (max-width: 768px) {
  .fv__product:before {
    left: -10vw;
    width: 120vw;
    height: 30vw;
    bottom: -44vw;
  }
}
@media screen and (min-width: 769px) {
  .fv__product:before {
    left: -10vw;
    width: 120vw;
    min-width: 1600px;
    height: 500px;
    bottom: -220px;
  }
}
@media screen and (max-width: 768px) {
  .fv__product {
    margin-left: 4vw;
    margin-top: 11.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fv__product {
    width: 1200px;
    margin: 212px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .fv__product-logo img {
    width: 74.6666666667vw;
  }
}
.fv__product-preis {
  font-weight: bold;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .fv__product-preis {
    font-size: 3.2vw;
    margin-top: 6.4vw;
  }
}
@media screen and (min-width: 769px) {
  .fv__product-preis {
    font-size: 12px;
    margin-top: 24px;
  }
}
.fv__product-preis span {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .fv__product-preis span {
    font-size: 9.6vw;
  }
}
@media screen and (min-width: 769px) {
  .fv__product-preis span {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .fv__copy {
    padding-left: 4vw;
    padding-right: 4vw;
    margin-top: 21.3333333333vw;
    background-color: #EEECEA;
  }
}
@media screen and (min-width: 769px) {
  .fv__copy {
    margin-top: 120px;
  }
}
@media screen and (min-width: 769px) {
  .fv__copy-inner {
    width: 1200px;
    margin: 0 auto;
  }
}
.fv__copy p {
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .fv__copy p {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .fv__copy p {
    width: 470px;
  }
}

.pagenav {
  background: #EEECEA;
}
@media screen and (max-width: 768px) {
  .pagenav {
    padding-top: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .pagenav {
    padding-top: 190px;
  }
}
@media screen and (min-width: 769px) {
  .pagenav .inner {
    background-image: linear-gradient(to right, #C1BEBC 2px, transparent 2px);
    background-size: 4px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 24px;
  }
}
.pagenav__list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .pagenav__list {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .pagenav__list {
    justify-content: center;
  }
}
.pagenav__item {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pagenav__item {
    font-size: 4.2666666667vw;
    padding: 6.4vw 0 4.2666666667vw;
    background-image: linear-gradient(to right, #C1BEBC 0.5333333333vw, transparent 0.5333333333vw);
    background-size: 1.0666666667vw 0.2666666667vw;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
}
@media screen and (min-width: 769px) {
  .pagenav__item {
    font-size: 20px;
  }
  .pagenav__item:not(:last-child) {
    margin-right: 80px;
  }
}
.pagenav__item a {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .pagenav__item a {
    padding-right: 40px;
  }
}
.pagenav__item a:after {
  content: "";
  position: absolute;
  right: 0;
  background-image: url("/assets/images/pagenav-arrow.svg");
  background-size: cover;
  transform: translateY(0px);
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .pagenav__item a:after {
    width: 6.9333333333vw;
    height: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .pagenav__item a:after {
    width: 26px;
    height: 20px;
  }
}
@media screen and (min-width: 769px) {
  .pagenav__item a:hover:after {
    transform: translateY(8px);
  }
}

.style {
  background: #EEECEA;
  position: relative;
}
@media screen and (max-width: 768px) {
  .style {
    padding-top: 10.6666666667vw;
    padding-bottom: 32vw;
  }
}
@media screen and (min-width: 769px) {
  .style {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.style__title {
  position: relative;
}
@media screen and (max-width: 768px) {
  .style__title {
    padding-top: 32vw;
  }
}
@media screen and (min-width: 769px) {
  .style__title {
    padding-top: 21px;
  }
}
.style__title:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("/assets/images/title-style-after.svg");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .style__title:before {
    width: 18.1333333333vw;
    height: 52.5333333333vw;
    right: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .style__title:before {
    width: 133px;
    height: 387px;
  }
}
@media screen and (max-width: 768px) {
  .style__title img {
    width: 73.0666666667vw;
  }
}
.style__visual {
  position: relative;
}
@media screen and (min-width: 769px) {
  .style__visual {
    display: block;
    height: 540px;
    width: 71.4%;
    min-width: 1000px;
    max-width: 1280px;
    background: url("/assets/images/style-visual-pc.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 46px;
  }
}
@media screen and (max-width: 768px) {
  .style__visual-bg {
    margin-top: 9.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .style__visual-copy {
    position: absolute;
    top: 33px;
    left: calc(100% - 527px);
  }
}
@media screen and (max-width: 768px) {
  .style__visual-copy {
    position: relative;
    transform: translateY(-10.6666666667vw);
    width: 78.1333333333vw;
    margin-bottom: -10.6666666667vw;
    left: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .style__text {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .style__text {
    margin-top: 40px;
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .style__text p {
    font-size: 3.7333333333vw;
  }
}

.stylecatch {
  width: 100%;
  position: relative;
  background: url("/assets/images/stylecatch-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .stylecatch {
    background-position: center;
  }
}
.stylecatch__images {
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .stylecatch__images {
    flex-direction: column;
    padding: 26.6666666667vw 4vw 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .stylecatch__images {
    flex-wrap: wrap;
    padding: 120px 0 8px;
    width: 960px;
  }
}
@media screen and (min-width: 769px) {
  .stylecatch__images img {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .stylecatch__note {
    padding-bottom: 10.6666666667vw;
    text-align: left;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .stylecatch__note {
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 16px;
    text-align: right;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .stylecatch__text {
    padding-bottom: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .stylecatch__text {
    padding-bottom: 80px;
  }
}
.stylecatch__text p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .stylecatch__text p {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .stylecatch__text p {
    font-size: 16px;
  }
}
.stylecatch__copy {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .stylecatch__copy {
    top: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .stylecatch__copy {
    top: 80px;
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  .stylecatch__copy img {
    width: 147px;
  }
}
@media screen and (max-width: 768px) {
  .stylecatch__copy img {
    width: 25.6vw;
  }
}

.stylepoint {
  background: #EEECEA;
}
@media screen and (max-width: 768px) {
  .stylepoint__01-title {
    padding-top: 22.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .stylepoint__01-title {
    padding-top: 112px;
  }
}
@media screen and (max-width: 768px) {
  .stylepoint__01-title img {
    width: 74.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .stylepoint__01-title--info {
    font-size: 3.2vw;
    margin-top: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .stylepoint__01-title--info {
    font-size: 12px;
    margin-top: 8px;
  }
}
.stylepoint__01-explanation {
  display: flex;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .stylepoint__01-explanation {
    flex-direction: column;
    align-items: center;
    padding-top: 17.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .stylepoint__01-explanation {
    width: 1000px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .stylepoint__01-explanation div {
    width: 74.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .stylepoint__01-explanation div {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .stylepoint__01-explanation div:not(:last-child) {
    margin-bottom: 17.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .stylepoint__01-explanation div:not(:last-child) {
    margin-right: 80px;
  }
}
@media screen and (max-width: 768px) {
  .stylepoint__01-explanation div img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .stylepoint__01-explanation div p {
    margin-top: 8.5333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .stylepoint__01-explanation div p {
    margin-top: 32px;
    font-size: 16px;
  }
}
.stylepoint__01-explanation div p span {
  display: block;
}
@media screen and (max-width: 768px) {
  .stylepoint__01-explanation div p span {
    font-size: 3.2vw;
    margin-top: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .stylepoint__01-explanation div p span {
    font-size: 12px;
    margin-top: 8px;
  }
}
.stylepoint__01-balloon {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .stylepoint__01-balloon {
    padding-top: 17.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .stylepoint__01-balloon {
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .stylepoint__01-balloon img {
    width: 100%;
  }
}
.stylepoint__02 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .stylepoint__02 {
    margin-top: 32vw;
  }
}
@media screen and (min-width: 769px) {
  .stylepoint__02 {
    margin-top: 120px;
    height: 520px;
  }
}
@media screen and (min-width: 769px) {
  .stylepoint__02-mv {
    width: 50%;
    height: 520px;
    position: absolute;
    left: 0;
    background: url("/assets/images/stylecpoint-02-mv-pc.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 768px) {
  .stylepoint__02-mv img {
    width: 87.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .stylepoint__02-title {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .stylepoint__02-title {
    margin-left: 4vw;
    margin-top: -10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .stylepoint__02-title img {
    position: absolute;
    top: 82px;
    left: 45.8%;
  }
}
@media screen and (max-width: 768px) {
  .stylepoint__02-title img {
    width: 72.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .stylepoint__02-text {
    margin-left: 4vw;
    margin-right: 4vw;
    margin-top: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .stylepoint__02-text {
    position: relative;
  }
  .stylepoint__02-text p {
    position: absolute;
    width: 560px;
    top: 280px;
    left: calc(50% + 40px);
  }
}
@media screen and (max-width: 768px) {
  .stylepoint__03 {
    padding-top: 32vw;
    padding-bottom: 32vw;
  }
}
@media screen and (min-width: 769px) {
  .stylepoint__03 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .stylepoint__03-title img {
    width: 62.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .stylepoint__03-text {
    margin-top: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .stylepoint__03-text {
    margin-top: 40px;
  }
}

@media screen and (min-width: 769px) {
  .styleslider {
    padding-bottom: 160px;
  }
}
@media screen and (min-width: 769px) {
  .styleslider__inner {
    width: 1200px;
    margin: -80px auto 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .styleslider__inner {
    margin-top: -21.3333333333vw;
    display: flex;
    flex-direction: column;
    padding-bottom: 57.6vw;
  }
}
@media screen and (min-width: 769px) {
  .styleslider__swiper {
    width: 920px;
    overflow: hidden;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .styleslider__swiper .swiper-slide {
    width: 280px !important;
  }
}
@media screen and (max-width: 768px) {
  .styleslider__swiper .swiper-slide {
    width: 74.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .styleslider__swiper .swiper-slide img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .styleslider__swiper .swiper-slide p {
    padding-top: 8.5333333333vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .styleslider__swiper .swiper-slide p {
    padding-top: 32px;
  }
}
.styleslider__navigation {
  position: relative;
  display: flex;
}
@media screen and (max-width: 768px) {
  .styleslider__navigation {
    left: 29.8666666667vw;
    top: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .styleslider__navigation {
    flex-direction: column;
    width: 56px;
    height: 136px;
    right: 132px;
  }
}
.styleslider__navigation .swiper-button {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .styleslider__navigation .swiper-button {
    position: relative;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .styleslider__navigation .swiper-button {
    position: absolute;
    top: 0;
    width: 14.9333333333vw;
    height: 14.9333333333vw;
  }
}
.styleslider__navigation .swiper-button.-prev img {
  position: absolute;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .styleslider__navigation .swiper-button.-prev img {
    width: 100%;
  }
}
.styleslider__navigation .swiper-button.-prev .hover {
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .styleslider__navigation .swiper-button.-prev:hover .default {
    opacity: 0;
  }
  .styleslider__navigation .swiper-button.-prev:hover .hover {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .styleslider__navigation .swiper-button.-next {
    top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .styleslider__navigation .swiper-button.-next {
    left: 25.6vw;
  }
}
.styleslider__navigation .swiper-button.-next img {
  position: absolute;
  transition: 0.3s ease;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .styleslider__navigation .swiper-button.-next img {
    width: 100%;
  }
}
.styleslider__navigation .swiper-button.-next .hover {
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .styleslider__navigation .swiper-button.-next:hover .default {
    opacity: 0;
  }
  .styleslider__navigation .swiper-button.-next:hover .hover {
    opacity: 1;
  }
}

.design-mv {
  position: relative;
}
@media screen and (min-width: 769px) {
  .design-mv {
    height: 614px;
    background-image: url("/assets/images/design-mv.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .design-mv img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .design-mv-inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .design-mv-inner {
    width: 100%;
  }
}
.design-mv-inner img {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .design-mv-inner img {
    top: 60px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .design-mv-inner img {
    width: 52.2666666667vw;
    top: 16.5333333333vw;
    right: 4vw;
  }
}

.design-frame {
  position: relative;
}
@media screen and (max-width: 768px) {
  .design-frame {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .design-frame {
    padding-top: 51px;
  }
}
.design-frame__title {
  position: relative;
}
@media screen and (max-width: 768px) {
  .design-frame__title {
    top: 68vw;
  }
}
.design-frame__title:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("/assets/images/title-design-frame-after.svg");
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .design-frame__title:before {
    width: 17.8666666667vw;
    height: 64.2666666667vw;
    top: -1.0666666667vw;
    right: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .design-frame__title:before {
    width: 132px;
    height: 473px;
  }
}
@media screen and (max-width: 768px) {
  .design-frame__title img {
    width: 74.1333333333vw;
  }
}
.design-frame__visual {
  position: relative;
}
@media screen and (min-width: 769px) {
  .design-frame__visual {
    display: block;
    height: 360px;
    width: 71.4%;
    min-width: 1000px;
    max-width: 1232px;
    background: url("/assets/images/design-frame-pc.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 29px;
  }
}
@media screen and (max-width: 768px) {
  .design-frame__visual-bg {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .design-frame__visual-copy {
    position: absolute;
    top: 33px;
    left: calc(100% - 300px);
  }
}
@media screen and (max-width: 768px) {
  .design-frame__visual-copy {
    position: relative;
    transform: translateY(-10.6666666667vw);
    width: 76.5333333333vw;
    margin-bottom: -10.6666666667vw;
    left: 4vw;
  }
}
.design-frame__text {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .design-frame__text {
    margin-top: 10.6666666667vw;
    padding-bottom: 32vw;
  }
}
@media screen and (min-width: 769px) {
  .design-frame__text {
    margin-top: 40px;
    padding-bottom: 120px;
    width: 900px;
  }
}
@media screen and (max-width: 768px) {
  .design-frame__text p {
    font-size: 3.7333333333vw;
  }
}

.design-variation__visual {
  position: relative;
}
@media screen and (min-width: 769px) {
  .design-variation__visual {
    display: block;
    height: 320px;
    width: 100%;
    min-width: 1400px;
    background: url("/assets/images/design-variation-mv-pc.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 29px;
  }
}
@media screen and (max-width: 768px) {
  .design-variation__visual img {
    width: 100%;
  }
}
.design-variation__info {
  position: relative;
}
@media screen and (min-width: 769px) {
  .design-variation__info {
    width: 1200px;
    margin: 0 auto -48px;
    top: -48px;
  }
}
@media screen and (max-width: 768px) {
  .design-variation__info {
    top: -10.6666666667vw;
    margin-left: 4vw;
    margin-right: 4vw;
    margin-bottom: -10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .design-variation__info img {
    width: 75.2vw;
  }
}
@media screen and (min-width: 769px) {
  .design-variation__info p {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .design-variation__info p {
    margin-top: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .design-variation__items {
    width: 1200px;
    margin: 80px auto 120px;
  }
}
@media screen and (max-width: 768px) {
  .design-variation__items {
    margin: 10.6666666667vw auto 32vw;
  }
}
.design-variation__list {
  display: flex;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .design-variation__list {
    width: 1070px;
  }
}
@media screen and (max-width: 768px) {
  .design-variation__list {
    flex-direction: column;
    width: 88vw;
  }
}
.design-variation__item p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .design-variation__item:not(:last-child) {
    margin-bottom: 10.6666666667vw;
  }
  .design-variation__item p {
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .design-variation__item:not(:last-child) {
    margin-right: 40px;
  }
  .design-variation__item p {
    margin-top: 16px;
    font-size: 14px;
  }
}

#scrollSwiper .swiper-wrapper {
  transition-timing-function: linear;
}
#scrollSwiper .swiper-slide {
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  min-width: 100vw;
  overflow-y: scroll;
  opacity: 0;
  z-index: -1;
  transition: 0.2s;
}
.modal.modal-active {
  opacity: 1;
  z-index: 1001;
  display: block;
}
.modal .modal-inner {
  display: flex;
  align-items: center;
  min-height: 100%;
}
.modal .close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
  padding: 16px 8px;
  cursor: pointer;
  background: #888;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .modal .close {
    top: 2.1333333333vw;
    right: 2.1333333333vw;
    padding: 2.1333333333vw 1.0666666667vw;
  }
}
.modal .close-bar {
  width: 44px;
  height: 4px;
  background: #eee;
}
@media screen and (max-width: 768px) {
  .modal .close-bar {
    width: 5.8666666667vw;
    height: 0.5333333333vw;
    background: #eee;
  }
}
.modal .close-bar:nth-child(1) {
  transform: translateY(12px) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .modal .close-bar:nth-child(1) {
    transform: translateY(1.6vw) rotate(-45deg);
  }
}
.modal .close-bar:nth-child(2) {
  transform: translateY(-12px) rotate(45deg);
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .modal .close-bar:nth-child(2) {
    transform: translateY(-1.6vw) rotate(45deg);
    margin: 2.6666666667vw 0 0;
  }
}
.modal .modal-swiper {
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  max-width: 960px;
  position: relative;
}
.modal .modal-slide {
  text-align: center;
}

.spec {
  background: #EEECEA;
}
@media screen and (max-width: 768px) {
  .spec {
    padding-top: 27.2vw;
    padding-bottom: 32vw;
  }
}
@media screen and (min-width: 769px) {
  .spec {
    padding-top: 129px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .spec__title img {
    width: 66.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .spec__info {
    margin-top: 69px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .spec__info {
    padding-top: 16.8vw;
  }
}
@media screen and (min-width: 769px) {
  .spec__info-left, .spec__info-right {
    width: 560px;
  }
}
@media screen and (max-width: 768px) {
  .spec__info-right {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .spec__info-item:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .spec__info-item:not(:first-child) {
    margin-top: 10.6666666667vw;
  }
}
.spec__info-item h3 {
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 768px) {
  .spec__info-item h3 {
    padding-bottom: 8px;
    font-size: 5.3333333333vw;
    border-bottom: 0.2666666667vw solid #C1BEBC;
  }
}
@media screen and (min-width: 769px) {
  .spec__info-item h3 {
    padding-bottom: 8px;
    font-size: 24px;
    border-bottom: 1px solid #C1BEBC;
  }
}
@media screen and (max-width: 768px) {
  .spec__info-item h3 span {
    padding-bottom: 6px;
    border-bottom: 0.8vw solid #000000;
  }
}
@media screen and (min-width: 769px) {
  .spec__info-item h3 span {
    padding-bottom: 6px;
    border-bottom: 3px solid #000000;
  }
}
@media screen and (min-width: 769px) {
  .spec__info-item dl {
    display: flex;
    flex-wrap: wrap;
  }
}
.spec__info-item dt {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .spec__info-item dt {
    width: 189px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .spec__info-item dt {
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .spec__info-item dd {
    width: 371px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .spec__info-item dd {
    margin-top: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
.spec__info-item ul {
  margin-top: 17px;
  margin-bottom: -12px;
}
@media screen and (max-width: 768px) {
  .spec__info-item ul {
    font-size: 3.7333333333vw;
  }
}
.spec__info-item li {
  display: inline-block;
  margin-bottom: 12px;
}
.spec__info-item li:not(:last-child) {
  margin-right: 16px;
}
.spec__info-item__ts {
  display: flex;
  margin-top: 17px;
}
@media screen and (min-width: 769px) {
  .spec__info-item__ts p {
    width: 440px;
  }
}
@media screen and (max-width: 768px) {
  .spec__info-item__ts p {
    width: 74.9333333333vw;
    font-size: 3.7333333333vw;
  }
}
.spec__info-item__ts div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .spec__info-item__ts div {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .spec__info-item__ts div {
    width: 17.0666666667vw;
  }
}
.spec__info-item__ts div img {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .spec__info-item__ts div img {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .spec__info-item__ts div img {
    width: 10.6666666667vw;
  }
}
.spec__info-item__pse {
  margin-top: 17px;
}
.spec__info-item__pse img {
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .spec__info-item__pse img {
    width: 68vw;
  }
}
@media screen and (min-width: 769px) {
  .spec__info-item__pse img {
    width: 253px;
  }
}
@media screen and (max-width: 768px) {
  .spec__info-item__pse p {
    font-size: 3.7333333333vw;
  }
}
.spec__info-item .color-variation {
  margin-top: 17px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .spec__info-item .color-variation {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .spec__info-item .color-variation + p {
    margin-top: 2.1333333333vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .spec__info-item .color-variation + p {
    margin-top: 8px;
    font-size: 12px;
  }
}
.spec__info-item .color {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .spec__info-item .color {
    margin-bottom: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
  .spec__info-item .color:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .spec__info-item .color:not(:first-child) {
    margin-left: 12px;
  }
}
@media screen and (min-width: 769px) {
  .spec__info-item .color-box {
    width: 160px;
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .spec__info-item .color-box {
    width: 42.6666666667vw;
    height: 10.6666666667vw;
  }
}
.spec__info-item .color-box.ivory {
  background: #E7D7B3;
}
.spec__info-item .color-box.armygreen {
  background: #505F3D;
}
.spec__info-item .color-box.black {
  background: #000000;
}
@media screen and (max-width: 768px) {
  .spec__info-item .color span {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .spec__info-item .color span {
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .spec__info-item img {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .spec__info-item img {
    margin-top: 8px;
  }
}

.intro {
  width: 100%;
  background-color: #242424;
  position: relative;
}
@media screen and (min-width: 769px) {
  .intro {
    height: 862px;
  }
}
.intro:after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  height: 100%;
  background-image: url("/assets/images/intro-bg.svg");
  background-repeat: repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .intro:after {
    background-size: 7.7333333333vw 7.7333333333vw;
    height: calc(100% - 144vw);
    width: 100%;
    bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .intro:after {
    background-size: 29px 29px;
    width: 50%;
    top: 0;
    right: 0;
  }
}
.intro__inner {
  display: flex;
}
@media screen and (min-width: 769px) {
  .intro__inner {
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .intro__inner {
    flex-direction: column;
  }
}
.intro__mv {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .intro__mv {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .intro__mv {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .intro__mv img {
    width: 100%;
  }
}
.intro__info {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .intro__info {
    width: calc(50% - 80px);
    padding-left: 80px;
  }
}
@media screen and (max-width: 768px) {
  .intro__info {
    margin-left: 4vw;
    margin-right: 4vw;
    padding-bottom: 32vw;
  }
}
.intro__info h3 {
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .intro__info h3 {
    font-size: 32px;
    padding-top: 120px;
    border-left: solid #fff 2px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .intro__info h3 {
    font-size: 6.4vw;
    padding-top: 21.3333333333vw;
    border-left: solid #fff 0.5333333333vw;
    padding-left: 2.1333333333vw;
  }
}
.intro__info p {
  color: #fff;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .intro__info p {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .intro__info p {
    margin-top: 8.5333333333vw;
    font-size: 4.2666666667vw;
  }
}

.dealers__title {
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .dealers__title {
    padding-top: 21.3333333333vw;
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 769px) {
  .dealers__title {
    padding-top: 80px;
    font-size: 32px;
  }
}
.dealers__title:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  background: url("/assets/images/dealers-titile.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .dealers__title:before {
    width: 487px;
    height: 131px;
  }
}
@media screen and (max-width: 768px) {
  .dealers__title:before {
    width: 58.1333333333vw;
    height: 15.4666666667vw;
  }
}
.dealers__text {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .dealers__text {
    font-size: 3.7333333333vw;
    margin-top: 6.4vw;
  }
}
@media screen and (min-width: 769px) {
  .dealers__text {
    margin-top: 24px;
  }
}
.dealers__links {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .dealers__links {
    margin: 40px auto 80px;
  }
}
@media screen and (max-width: 768px) {
  .dealers__links {
    margin: 10.6666666667vw auto 21.3333333333vw;
  }
}

.store__title {
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .store__title {
    padding-top: 21.3333333333vw;
    font-size: 6.4vw;
  }
}
@media screen and (min-width: 769px) {
  .store__title {
    padding-top: 80px;
    font-size: 32px;
  }
}
@media screen and (min-width: 769px) {
  .store__info {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .store__info {
    margin-top: 10.6666666667vw;
    padding-bottom: 21.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .store__info-item {
    margin-top: 64px;
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .store__info-item {
    margin-top: 6.4vw;
  }
}
@media screen and (min-width: 769px) {
  .store__info-item:nth-child(odd) {
    margin-right: 4%;
  }
}
.store__info-item h3 {
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 768px) {
  .store__info-item h3 {
    padding-bottom: 8px;
    font-size: 5.3333333333vw;
    border-bottom: 0.2666666667vw solid #C1BEBC;
  }
}
@media screen and (min-width: 769px) {
  .store__info-item h3 {
    padding-bottom: 8px;
    font-size: 24px;
    border-bottom: 1px solid #C1BEBC;
  }
}
@media screen and (max-width: 768px) {
  .store__info-item h3 span {
    padding-bottom: 6px;
    border-bottom: 0.8vw solid #000000;
  }
}
@media screen and (min-width: 769px) {
  .store__info-item h3 span {
    padding-bottom: 6px;
    border-bottom: 3px solid #000000;
  }
}
.store__info-item > div {
  letter-spacing: 0.15rem;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .store__info-item > div {
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .store__info-item > div {
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}

.contact {
  background: #EEECEA;
}
@media screen and (min-width: 769px) {
  .contact {
    padding: 149px 0 160px;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 29.8666666667vw 0 42.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .contact__title {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .contact__title img {
    width: 66.1333333333vw;
  }
}
.contact__form {
  max-width: 800px;
}
@media screen and (min-width: 769px) {
  .contact__form {
    margin: 72px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .contact__form {
    margin: 21.3333333333vw auto 0;
  }
}
.contact__form button {
  margin: 40px auto 0;
}
@media screen and (min-width: 769px) {
  .contact__form-info {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .contact__form-info {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .contact__form-info p {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .contact__form-info p {
    margin-top: 8px;
  }
}
@media screen and (min-width: 769px) {
  .contact__form-input {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .contact__form-input {
    margin-top: 6.4vw;
  }
}
.contact__form-input.-first {
  margin-top: 0;
}
.contact__form label {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact__form label {
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .contact__form label {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.contact__form label span {
  color: #fff;
  font-weight: bold;
  background: #E23333;
  line-height: 1;
  border-radius: 100vh;
}
@media screen and (max-width: 768px) {
  .contact__form label span {
    padding: 1.0666666667vw 2.1333333333vw;
    font-size: 3.2vw;
    margin-left: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .contact__form label span {
    padding: 4px 8px;
    font-size: 12px;
    margin-left: 8px;
  }
}

.form-input__text {
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .form-input__text {
    border: 0.2666666667vw solid #C1BEBC;
    border-radius: 1.0666666667vw;
    height: 10.6666666667vw;
    padding: 0.5333333333vw 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .form-input__text {
    border: 1px solid #C1BEBC;
    border-radius: 4px;
    height: 40px;
    padding: 2px 8px;
  }
}
@media screen and (max-width: 768px) {
  .form-input__text.-size-small {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .form-input__text.-size-small {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .form-input__text.-size-medium {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .form-input__text.-size-medium {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .form-input__text.-size-large {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .form-input__text.-size-large {
    width: 560px;
  }
}
@media screen and (max-width: 768px) {
  .form-input__text.-size-full {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .form-input__text.-size-full {
    width: 100%;
  }
}
.form-input__text.-textarea {
  min-height: 15em;
  resize: vertical;
}
@media screen and (max-width: 768px) {
  .form-input__text.-textarea {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .form-input__text.-textarea {
    font-size: 16px;
  }
}

.wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  color: #E23333;
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  max-width: 800px;
  margin: 16px auto 0;
  color: #E23333;
}

.wpcf7-submit {
  display: none;
}

@media screen and (min-width: 769px) {
  .review {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .review {
    padding: 21.3333333333vw 0;
  }
}
.review__lists {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .review__lists {
    margin-top: 10.6666666667vw;
  }
}
.review__list {
  display: flex;
  border-bottom: #E0E0E0 solid 1px;
  padding: 20px 0;
}
.review__list:first-of-type {
  border-top: #E0E0E0 solid 1px;
}
@media screen and (max-width: 768px) {
  .review__list {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .review__info-name {
    margin-left: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .review__info-name {
    margin-left: 8px;
  }
}
.review__link {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .review__link {
    margin-left: 16px;
  }
}
.review__link:hover {
  text-decoration: none;
}

.voice {
  background: #EEECEA;
}
@media screen and (max-width: 768px) {
  .voice {
    padding-top: 27.2vw;
    padding-bottom: 32vw;
  }
}
@media screen and (min-width: 769px) {
  .voice {
    padding-top: 129px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .voice__title img {
    width: 66.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .voiceslider__inner {
    width: 1200px;
    margin: 48px auto 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .voiceslider__inner {
    margin-top: 12.8vw;
    display: flex;
    flex-direction: column;
    padding-bottom: 57.6vw;
  }
}
@media screen and (min-width: 769px) {
  .voiceslider__swiper {
    width: 880px;
    overflow: hidden;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .voiceslider__swiper .swiper-slide {
    width: 420px !important;
  }
}
@media screen and (max-width: 768px) {
  .voiceslider__swiper .swiper-slide {
    width: 74.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .voiceslider__swiper .swiper-slide img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .voiceslider__swiper .swiper-slide h4 {
    padding-top: 2.1333333333vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .voiceslider__swiper .swiper-slide h4 {
    padding-top: 8px;
    font-size: 18px;
  }
}
.voiceslider__swiper .swiper-slide p {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .voiceslider__swiper .swiper-slide p {
    padding-top: 1.0666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .voiceslider__swiper .swiper-slide p {
    padding-top: 4px;
    font-size: 14px;
  }
}
.voiceslider__swiper .swiper-slide span {
  display: block;
}
@media screen and (max-width: 768px) {
  .voiceslider__swiper .swiper-slide span {
    font-size: 3.7333333333vw;
    margin-top: 2.1333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .voiceslider__swiper .swiper-slide span {
    font-size: 14px;
    margin-top: 8px;
  }
}
.voiceslider__navigation {
  position: relative;
  display: flex;
}
@media screen and (max-width: 768px) {
  .voiceslider__navigation {
    left: 29.8666666667vw;
    top: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .voiceslider__navigation {
    flex-direction: column;
    width: 56px;
    height: 136px;
    right: 132px;
  }
}
.voiceslider__navigation .swiper-button {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .voiceslider__navigation .swiper-button {
    position: relative;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .voiceslider__navigation .swiper-button {
    position: absolute;
    top: 0;
    width: 14.9333333333vw;
    height: 14.9333333333vw;
  }
}
.voiceslider__navigation .swiper-button.-prev img {
  position: absolute;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .voiceslider__navigation .swiper-button.-prev img {
    width: 100%;
  }
}
.voiceslider__navigation .swiper-button.-prev .hover {
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .voiceslider__navigation .swiper-button.-prev:hover .default {
    opacity: 0;
  }
  .voiceslider__navigation .swiper-button.-prev:hover .hover {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .voiceslider__navigation .swiper-button.-next {
    top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .voiceslider__navigation .swiper-button.-next {
    left: 25.6vw;
  }
}
.voiceslider__navigation .swiper-button.-next img {
  position: absolute;
  transition: 0.3s ease;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .voiceslider__navigation .swiper-button.-next img {
    width: 100%;
  }
}
.voiceslider__navigation .swiper-button.-next .hover {
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .voiceslider__navigation .swiper-button.-next:hover .default {
    opacity: 0;
  }
  .voiceslider__navigation .swiper-button.-next:hover .hover {
    opacity: 1;
  }
}