@media only screen and (max-width: 768px) {
  .forPc {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .forSp {
    display: none !important;
  }
}
.contents {
  margin: 0 auto;
  width: 740px;
}
@media only screen and (max-width: 768px) {
  .contents {
    width: 100vw;
  }
}

.fv {
  margin: 0 auto;
  background-color: #F8E9E3;
}
.fv__inner {
  padding: 0 40px 29px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../image/fv-bg.png") no-repeat bottom center/contain;
}
@media only screen and (max-width: 768px) {
  .fv__inner {
    padding: 0 2.6666666667vw 8.48vw;
    background: url("../image/fv-bg1.png") no-repeat bottom center/contain;
  }
}
.fv img:nth-child(2) {
  margin-top: -36px;
}
.fv img:nth-child(3) {
  margin-top: 13px;
}

.download {
  margin: 33px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .download {
    margin: 8vw auto 0;
  }
}
.download-wrap {
  margin: 70px auto 0;
  padding: 53px 0 49px;
  background: url("../image/download-bg.png") no-repeat center/cover;
}
@media only screen and (max-width: 768px) {
  .download-wrap {
    margin: 16.1333333333vw auto 0;
    padding: 8.5333333333vw 0 10.5333333333vw;
    background: url("../image/download-bg1.png") no-repeat center/cover;
  }
}
.download__tit {
  margin-bottom: 11px;
  width: 226px;
}
@media only screen and (max-width: 768px) {
  .download__tit {
    margin-bottom: 2.6666666667vw;
    width: 55.36vw;
  }
}
.download__inner {
  display: flex;
  align-items: flex-end;
}
.download__inner a:first-child {
  margin-right: 52px;
  margin-left: 40px;
  width: 165px;
}
@media only screen and (max-width: 768px) {
  .download__inner a:first-child {
    margin-right: 5.3333333333vw;
    margin-left: 0;
    width: 37.7333333333vw;
  }
}
.download__inner a:nth-child(2) {
  width: 204px;
}
@media only screen and (max-width: 768px) {
  .download__inner a:nth-child(2) {
    width: 46.6666666667vw;
  }
}

.quality {
  margin: 41px auto 0;
  padding: 20px;
  width: 660px;
  background-color: #FFD9D9;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .quality {
    margin: 10.08vw auto 0;
    padding: 3.2vw 3.3333333333vw;
    width: 89.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
.quality__inner {
  padding: 22px 24px 18px;
  width: 620px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .quality__inner {
    padding: 6.4vw 0 6.56vw;
    width: 82.6666666667vw;
    flex-direction: column;
    border-radius: 2.1333333333vw;
  }
}
.quality__img {
  width: 154px;
}
@media only screen and (max-width: 768px) {
  .quality__img {
    width: 43.7333333333vw;
  }
}
.quality__txt-img {
  margin-left: 28px;
}
@media only screen and (max-width: 768px) {
  .quality__txt-img {
    margin-top: 6.1333333333vw;
    margin-left: 0;
    width: 67.4933333333vw;
  }
}

.section-tit {
  margin: 0 auto;
  display: block;
}
.section-tit:nth-of-type(1) {
  margin-top: 50px;
  width: 183px;
}
@media only screen and (max-width: 768px) {
  .section-tit:nth-of-type(1) {
    margin-top: 13.3333333333vw;
    width: 61.3333333333vw;
  }
}
.section-tit:nth-of-type(2) {
  margin-top: 0;
  width: 170px;
}
@media only screen and (max-width: 768px) {
  .section-tit:nth-of-type(2) {
    margin-top: 18.6666666667vw;
    width: 51.2vw;
  }
}

.howto {
  width: 660px;
  margin: 116px auto 130px;
  padding: 45px 290px 28px 35px;
  background: #F8EFEA;
  border-radius: 16px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .howto {
    width: 89.3333333333vw;
    margin: 12vw auto 13.3333333333vw;
    padding: 13.3333333333vw 0 8vw;
  }
}
.howto-balloon {
  width: 226px;
  height: 55px;
  background-image: url("../image/howto-balloon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  left: 90px;
}
@media only screen and (max-width: 768px) {
  .howto-balloon {
    width: 60.2666666667vw;
    height: 14.6666666667vw;
    top: -5.3333333333vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.howto-balloon__text {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.4090909091;
  letter-spacing: 0.1em;
  color: #774343;
  text-align: center;
  margin-top: 4px;
}
@media only screen and (max-width: 768px) {
  .howto-balloon__text {
    font-size: 5.8666666667vw;
    margin-top: 1.0666666667vw;
  }
}
.howto-text01 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.howto-text01__img {
  width: 295px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .howto-text01__img {
    width: 69.3333333333vw;
  }
}
.howto-text01__img::before {
  content: "";
  display: block;
  width: 372px;
  height: 119px;
  background-image: url("../image/howto-bg.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .howto-text01__img::before {
    width: 89.0666666667vw;
    height: 29.8666666667vw;
  }
}
.howto-text01__img img {
  position: relative;
  z-index: 10;
}
.howto-text01__text {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  color: #E50667;
  margin-left: 8px;
}
@media only screen and (max-width: 768px) {
  .howto-text01__text {
    font-size: 6.4vw;
    margin-left: 2.1333333333vw;
  }
}
.howto-text02 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.4285714286;
  color: #E50667;
  text-align: center;
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  .howto-text02 {
    font-size: 7.4666666667vw;
    margin-top: 2.1333333333vw;
  }
}
.howto-movie {
  width: 200px;
  border-radius: 16px;
  border: 5px solid #ffffff;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .howto-movie {
    width: 72vw;
    border-radius: 4.2666666667vw;
    border: 1.3333333333vw solid #ffffff;
  }
}
.howto-movie__wrap {
  display: flex;
  align-items: flex-end;
  width: 214px;
  height: 360px;
  position: absolute;
  top: -96px;
  right: 50px;
}
@media only screen and (max-width: 768px) {
  .howto-movie__wrap {
    width: 77.3333333333vw;
    height: 131.2vw;
    position: relative;
    top: initial;
    right: initial;
    margin: 3.4666666667vw auto 0;
  }
}
.howto-movie__accent {
  width: 26px;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .howto-movie__accent {
    width: 6.9333333333vw;
  }
}

.feature {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.feature__inner {
  padding: 0 39px 32px;
  position: relative;
  width: 660px;
  background-color: #fff;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .feature__inner {
    padding: 0 4.96vw 8vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 89.3333333333vw;
    border-radius: 5.3333333333vw;
  }
}
.feature__heading {
  font-size: 30px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 768px) {
  .feature__heading {
    font-size: 7.4666666667vw;
    letter-spacing: 0.02em;
    text-align: center;
  }
}
.feature__boxWrap {
  display: flex;
  justify-content: space-between;
}
.feature__box {
  width: 174px;
  height: 309px;
}

.feature1 {
  margin-top: -142px;
  padding: 102px 0 208px;
  height: 971px;
  background: url("../image/feature3-bg.png") no-repeat top center/cover;
}
@media only screen and (max-width: 768px) {
  .feature1 {
    margin-top: -41.8666666667vw;
    padding: 18.96vw 0 40.1066666667vw;
    height: auto;
    background: url("../image/feature3-bg1.png") no-repeat top center/cover;
  }
}
.feature1 .feature__inner {
  padding-top: 77px;
  height: 662px;
}
@media only screen and (max-width: 768px) {
  .feature1 .feature__inner {
    padding-top: 16.4vw;
    height: auto;
  }
}
.feature1 .feature__inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 48px;
  background: url("../image/feature1-tit.png") no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .feature1 .feature__inner::before {
    width: 32.5333333333vw;
    height: 11.4666666667vw;
  }
}
.feature1 .feature__inner .feature__illust {
  position: absolute;
  content: "";
  top: -33px;
  left: 33px;
  width: 220px;
  height: 196px;
  background: url("../image/feature1-illust.png") no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .feature1 .feature__inner .feature__illust {
    position: relative;
    margin-top: 7.0933333333vw;
    top: auto;
    left: auto;
    width: 75.7333333333vw;
    height: 27.7333333333vw;
    background: url("../image/feature1-illust1.png") no-repeat center/cover;
  }
}
.feature1 .feature__heading {
  padding-left: 230px;
}
@media only screen and (max-width: 768px) {
  .feature1 .feature__heading {
    padding: 0;
  }
}
.feature1 .feature__boxWrap {
  margin-top: 73px;
}
.feature1 .useful__list {
  width: 382px;
}
@media only screen and (max-width: 768px) {
  .feature1 .useful__list {
    width: 85%;
  }
}

.feature2 {
  margin-top: 30px;
  padding: 104px 0 208px;
  height: 973px;
  background: url("../image/feature1-bg.png") no-repeat top center/cover;
}
@media only screen and (max-width: 768px) {
  .feature2 {
    margin-top: 8vw;
    padding: 18.9333333333vw 0 43.04vw;
    height: auto;
    background: url("../image/feature1-bg1.png") no-repeat top center/cover;
  }
}
.feature2 .feature__inner {
  padding-top: 84px;
  height: 670px;
}
@media only screen and (max-width: 768px) {
  .feature2 .feature__inner {
    padding-top: 16.5866666667vw;
    height: auto;
  }
}
.feature2 .feature__inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 48px;
  background: url("../image/feature2-tit.png") no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .feature2 .feature__inner::before {
    width: 32.5333333333vw;
    height: 11.4666666667vw;
  }
}
.feature2 .feature__inner .feature__illust {
  position: absolute;
  content: "";
  top: -32px;
  right: 39px;
  width: 162px;
  height: 202px;
  background: url("../image/feature2-illust.png") no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .feature2 .feature__inner .feature__illust {
    position: relative;
    margin-top: 7.7333333333vw;
    top: auto;
    right: auto;
    width: 75.7333333333vw;
    height: 27.7333333333vw;
    background: url("../image/feature2-illust1.png") no-repeat center/contain;
  }
}
.feature2 .feature__heading {
  padding-left: 61px;
}
@media only screen and (max-width: 768px) {
  .feature2 .feature__heading {
    padding: 0;
    letter-spacing: -0.04em;
  }
}
.feature2 .feature__boxWrap {
  margin-top: 73px;
}
@media only screen and (max-width: 768px) {
  .feature2 .useful__list {
    padding-left: 5.6vw;
    padding-right: 1.8666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .feature2 .useful__list li:first-child {
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  .feature2 .useful__list li:nth-child(2) {
    order: 3;
  }
}
@media only screen and (max-width: 768px) {
  .feature2 .useful__list li:nth-child(3) {
    order: 2;
  }
}

.feature3 {
  margin-top: -148px;
  padding: 81px 0 208px;
  height: 1032px;
  background: url("../image/feature2-bg.png") no-repeat top center/cover;
}
@media only screen and (max-width: 768px) {
  .feature3 {
    margin-top: -26.56vw;
    padding: 18.96vw 0 55.52vw;
    height: auto;
    background: url("../image/feature2-bg1.png") no-repeat top center/cover;
  }
}
.feature3 .feature__inner {
  padding-top: 68px;
  height: 724px;
}
@media only screen and (max-width: 768px) {
  .feature3 .feature__inner {
    padding-top: 16.5333333333vw;
    height: auto;
  }
}
.feature3 .feature__inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 48px;
  background: url("../image/feature3-tit.png") no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .feature3 .feature__inner::before {
    width: 32.5333333333vw;
    height: 11.4666666667vw;
  }
}
.feature3 .feature__inner .feature__illust {
  position: absolute;
  content: "";
  top: -19px;
  left: 39px;
  width: 176px;
  height: 207px;
  background: url("../image/feature3-illust.png") no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .feature3 .feature__inner .feature__illust {
    position: relative;
    margin-top: 4vw;
    top: auto;
    left: auto;
    width: 78.6666666667vw;
    height: 32.1066666667vw;
    background: url("../image/feature3-illust1.png") no-repeat center/contain;
  }
}
.feature3 .feature__heading {
  padding-left: 185px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .feature3 .feature__heading {
    padding: 0;
  }
}
.feature3 .feature__boxWrap {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .feature3 .useful__list li:nth-child(3) {
    letter-spacing: -0.01em;
  }
}
.feature3 .useful__list li:nth-child(4) {
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .feature3 .useful__list li:nth-child(4) {
    margin-right: 0;
  }
}

.feature4 {
  margin-top: -217px;
  padding: 156px 0 208px;
  height: 973px;
  background: url("../image/feature4-bg.png") no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .feature4 {
    margin-top: -29.0666666667vw;
    padding: 18.9333333333vw 0 21.3333333333vw;
    height: auto;
    background: url("../image/feature4-bg1.png") no-repeat center/cover;
  }
}
.feature4 .feature__inner {
  padding-top: 55px;
  height: 670px;
}
@media only screen and (max-width: 768px) {
  .feature4 .feature__inner {
    padding-top: 16.5866666667vw;
    height: auto;
  }
}
.feature4 .feature__inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 48px;
  background: url("../image/feature4-tit.png") no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .feature4 .feature__inner::before {
    width: 32.5333333333vw;
    height: 11.4666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .feature4 .feature__inner::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 24vw;
    height: 24vw;
    transform: translate(-12%, -28%);
    background: url("../image/free1.png") no-repeat center/contain;
  }
}
.feature4 .feature__inner .feature__illust {
  position: absolute;
  content: "";
  top: -16px;
  right: 39px;
  width: 183px;
  height: 152px;
  background: url("../image/feature4-illust.png") no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .feature4 .feature__inner .feature__illust {
    position: relative;
    margin-top: 2.4vw;
    top: auto;
    right: auto;
    width: 38.6666666667vw;
    height: 32vw;
    background: url("../image/feature4-illust1.png") no-repeat center/contain;
  }
}
.feature4 .feature__heading {
  position: relative;
  padding-left: 130px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 768px) {
  .feature4 .feature__heading {
    padding: 0;
    letter-spacing: -0.04em;
  }
}
.feature4 .feature__heading::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 98px;
  height: 98px;
  background: url("../image/free.png") no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .feature4 .feature__heading::before {
    display: none;
  }
}
.feature4 .feature__boxWrap {
  margin-top: 34px;
  justify-content: center;
}
.feature4 .feature__box:first-of-type, .feature4 .feature__box:nth-of-type(2) {
  margin-right: 30px;
}
.feature4 .feature__box video {
  width: 100%;
  border-radius: 20px;
}
.feature4 .useful__list {
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .feature4 .useful__list {
    padding-left: 5.6vw;
    padding-right: 1.8666666667vw;
    justify-content: flex-start;
  }
}
.feature4 .useful__list li:first-child {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .feature4 .useful__list li:first-child {
    margin-bottom: 2.1333333333vw;
  }
}
.feature4 .useful__list li:nth-child(2) {
  padding-right: 214px;
}
@media only screen and (max-width: 768px) {
  .feature4 .useful__list li:nth-child(2) {
    padding-right: 0;
  }
}
.feature4 .useful__list .annotation {
  padding-left: 0;
  font-size: 12px;
}
.feature4 .useful__list .annotation::before {
  display: none;
}

.useful {
  position: relative;
  margin-top: 32px;
  padding: 28px 0 7px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .useful {
    margin-top: 16.5333333333vw;
    padding: 7.2vw 0 1.0666666667vw;
  }
}
.useful::before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 8px;
  transform: translate(0, -50%);
  background: url("../image/useful-bg01.png") no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .useful::before {
    height: 0.8vw;
    background: url("../image/useful-bg011.png") no-repeat center/contain;
  }
}
.useful::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 8px;
  transform: translate(0, 50%);
  background: url("../image/useful-bg01.png") no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .useful::after {
    height: 0.8vw;
    background: url("../image/useful-bg011.png") no-repeat center/contain;
  }
}
.useful__head {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 119px;
  height: 27px;
  color: #fff;
  font-size: 16px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  text-align: center;
  background-color: #F27488;
  border-radius: 16px;
}
@media only screen and (max-width: 768px) {
  .useful__head {
    width: 31.7333333333vw;
    height: 7.2vw;
    font-size: 4.2666666667vw;
    border-radius: 4.2666666667vw;
  }
}
.useful__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.useful__list li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 16px;
  color: #774343;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .useful__list li {
    margin-bottom: 3.6666666667vw;
    padding-left: 3.4vw;
    font-size: 4vw;
    line-height: 1.3;
    letter-spacing: -0.01em;
  }
}
.useful__list li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  color: #F27488;
  width: 7px;
  height: 7px;
  background-color: #F27488;
  border-radius: 100%;
  font-size: 10px;
}
@media only screen and (max-width: 768px) {
  .useful__list li::before {
    top: 2.6666666667vw;
    width: 1.6vw;
    height: 1.6vw;
    font-size: 1.8666666667vw;
  }
}

.other {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .other {
    flex-wrap: wrap;
    margin-top: 8vw;
  }
}
.other__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 44px;
}
@media only screen and (max-width: 768px) {
  .other__item {
    margin: 0 5.3333333333vw;
  }
}
.other__item:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .other__item:last-of-type {
    margin: 8vw 5.3333333333vw 0;
  }
}
.other__img {
  width: 120px;
}
@media only screen and (max-width: 768px) {
  .other__img {
    width: 37.3333333333vw;
  }
}
.other__txt {
  margin-top: 18px;
  font-size: 16px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .other__txt {
    font-size: 4.8vw;
  }
}

.brand {
  position: relative;
  margin: 78px auto 0;
  padding: 45px 20px 20px;
  width: 660px;
  display: flex;
  background-color: #FFEEE6;
  border-radius: 16px;
}
@media only screen and (max-width: 768px) {
  .brand {
    margin-top: 18.4vw;
    padding: 10.6666666667vw 3.3333333333vw 5.3333333333vw;
    width: 89.3333333333vw;
    flex-direction: column;
    align-items: center;
    border-radius: 4.2666666667vw;
  }
}
.brand__tit {
  position: absolute;
  top: 0;
  left: 50%;
  color: #fff;
  font-size: 22px;
  font-family: "Koburina Gothic Std", sans;
  line-height: 1;
  letter-spacing: 0.1em;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .brand__tit {
    left: 50%;
    font-size: 5.6vw;
    letter-spacing: 0.05em;
  }
}
.brand__tit::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 41px;
  background: url("../image/brand-tit.png") no-repeat center/contain;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .brand__tit::before {
    width: 86.1333333333vw;
    height: 11.7333333333vw;
    background: url("../image/brand-tit1.png") no-repeat center/contain;
  }
}
.brand__choose-cap {
  width: 216.6px;
  aspect-ratio: 653/52;
}
@media only screen and (max-width: 768px) {
  .brand__choose-cap {
    width: 57.76vw;
  }
}
.brand__history-cap {
  width: 161.6px;
  aspect-ratio: 488/52;
}
@media only screen and (max-width: 768px) {
  .brand__history-cap {
    width: 43.0933333333vw;
  }
}
.brand__left {
  padding-right: 20px;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .brand__left {
    padding: 0;
    width: 100%;
  }
}
.brand__logo-img {
  margin-top: 15px;
  width: 290px;
}
@media only screen and (max-width: 768px) {
  .brand__logo-img {
    margin-top: 4vw;
    width: 100%;
  }
}
.brand__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .brand__right {
    margin-top: 8vw;
    width: 100%;
  }
}
.brand__box {
  position: relative;
  margin-top: 11px;
  padding: 8px 0 8px 16px;
  width: 310px;
  height: 82px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .brand__box {
    margin-top: 2.9333333333vw;
    padding: 2.1333333333vw 0 2.1333333333vw 4.2666666667vw;
    width: 100%;
    height: 21.8666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.brand__box::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  width: 22px;
  height: 1px;
  transform: translate(-50%, 0);
  border-top: 19px solid #fff;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
}
@media only screen and (max-width: 768px) {
  .brand__box::before {
    bottom: -2.6666666667vw;
    width: 5.8666666667vw;
    height: 0.2666666667vw;
    border-top: 5.0666666667vw solid #fff;
    border-right: 2.9333333333vw solid transparent;
    border-left: 2.9333333333vw solid transparent;
  }
}
.brand__box:last-child::before {
  display: none;
}
.brand__box + .brand__box {
  margin-top: 13px;
}
@media only screen and (max-width: 768px) {
  .brand__box + .brand__box {
    margin-top: 3.4666666667vw;
  }
}
.brand__img {
  width: 66px;
}
@media only screen and (max-width: 768px) {
  .brand__img {
    width: 17.6vw;
  }
}
.brand__txt, .brand__txt--3, .brand__txt--2, .brand__txt--1 {
  margin-left: 10px;
  font-size: 12px;
  font-family: "Koburina Gothic Std", sans;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 768px) {
  .brand__txt, .brand__txt--3, .brand__txt--2, .brand__txt--1 {
    margin-left: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 768px) {
  .brand__txt--1 {
    width: 42.1333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .brand__txt--2 {
    width: 51.7333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .brand__txt--3 {
    width: 38.4vw;
  }
}

.footer {
  padding: 10px 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-family: "Koburina Gothic Std", sans;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #774343;
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 2.9333333333vw 0;
    font-size: 4.2666666667vw;
  }
}
.footer__img {
  width: 254px;
}
@media only screen and (max-width: 768px) {
  .footer__img {
    width: 67.7333333333vw;
  }
}

.swiper-container {
  position: relative;
  margin: 8vw auto 0;
  width: 50.6666666667vw;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  font-size: 18px;
  background: #fff;
  text-align: center;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide video {
  width: 100%;
  border-radius: 5.3333333333vw;
}

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

.swiper-next,
.swiper-next2,
.swiper-next3,
.swiper-next4 {
  position: absolute;
  top: 50%;
  right: -3.2vw;
  transform: translate(100%, -50%);
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background: url("../image/icon-next.svg") no-repeat center/contain;
}

.swiper-prev,
.swiper-prev2,
.swiper-prev3,
.swiper-prev4 {
  position: absolute;
  top: 50%;
  left: -3.2vw;
  transform: translate(-100%, -50%);
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  background: url("../image/icon-prev.svg") no-repeat center/contain;
}

.swiper-pagination,
.swiper-pagination2,
.swiper-pagination3,
.swiper-pagination4 {
  position: absolute;
  bottom: -7.4666666667vw !important;
  text-align: center;
}
.swiper-pagination-bullet,
.swiper-pagination2-bullet,
.swiper-pagination3-bullet,
.swiper-pagination4-bullet {
  margin: 0 1.3333333333vw !important;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
}
.swiper-pagination-bullet-active,
.swiper-pagination2-bullet-active,
.swiper-pagination3-bullet-active,
.swiper-pagination4-bullet-active {
  background: #EB5970 !important;
}

.video {
  cursor: pointer;
}
.video__wrap {
  position: relative;
}
.video__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.video__mask.hide {
  display: none;
}
/*# sourceMappingURL=index.css.map */
