@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,600;1,600&family=Manjari:wght@100;400;700&display=swap");
img {
  max-width: 100%;
}

.mv__contents * {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
}

.mv__contents {
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 170px;
  height: 708px;
  background: url(../img/back-mv-pc.jpg);
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv__contents {
    height: calc(100vh - 60px);
    padding: 0px 5%;
    background: url(../img/back-mv-sp.webp) no-repeat center center/cover;
    margin-top: 13px;
  }
}
.mv__contents__text {
  max-width: 534px;
  color: #fff;
}
.mv__contents__text__h1 {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 64px;
  line-height: 1.2;
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .mv__contents__text__h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 1.5px;
    padding-bottom: 20px;
  }
}
.mv__contents__text__h1 small {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mv__contents__text__h1 small {
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    margin-bottom: 10px;
  }
}
.mv__contents__text__p {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 24px;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .mv__contents__text__p {
    padding: 20px 0;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
    /* 19.2px */
    letter-spacing: 1.12px;
  }
}

.mv__contents__link {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.emblem__contents {
  width: 100%;
  height: 138.42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .emblem__contents {
    height: auto;
    padding: 20px 0;
  }
}
.emblem__contents__block {
  max-width: 940px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .emblem__contents__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    width: 75%;
  }
}
.emblem__contents .inner {
  max-width: 940px;
  width: 100%;
}
.emblem__contents-ev {
  font-family: "Hiragino Kaku Gothic Pro";
  font-style: normal;
  font-weight: 300;
  font-size: 7px;
  line-height: 10px;
  color: rgba(127, 127, 127, 0.5019607843);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .emblem__contents-ev {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .emblem__contents__block__1 img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .emblem__contents__block__2 img {
    width: 75%;
    margin: 0 auto;
    display: block;
  }
}

.snkr__contents {
  padding: 40px 0px 0px;
  background: #e8b3b3;
  border-radius: 20px 20px 0px 0px;
}
@media screen and (max-width: 768px) {
  .snkr__contents {
    padding: 20px 0px 0px;
  }
}

.contents__title {
  color: var(--ffffff, #fff);
  text-align: center;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 28.8px */
  padding-bottom: 40px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .contents__title {
    font-size: 14px;
    padding-bottom: 20px;
  }
}

.inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

.contents__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 0;
  border-radius: 20px 20px 0px 0px;
  background: var(--f-5-f-5-f-5, #f5f5f5);
}
@media screen and (max-width: 768px) {
  .contents__block {
    padding: 20px;
  }
}

.btn__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  padding: 15.278px 81.481px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4.074px;
  background: #e8b3b3;
  text-decoration: none;
  font-weight: 600;
  color: #f5f5f5;
  font-size: 18px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .btn__item a {
    font-size: 14px;
    padding: 15px 0;
  }
}
.btn__item a:before {
  content: "";
  background: url(../img/btn-arrow.svg) no-repeat 100% 100%/cover;
  width: 6.98px;
  height: 15.28px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 25%;
}

.price__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .price__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding-top: 0px;
    background-color: #fff;
  }
}
.price__block-img {
  width: 530px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .price__block-img {
    margin: 0 auto;
    width: 100%;
  }
}
.price__block-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .price__block-img img {
    width: 100%;
  }
}
.price__block-box {
  display: block;
  width: 530px;
  max-width: 100%;
  height: 100%;
  padding: 30px 40px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .price__block-box {
    width: auto;
    padding: 20px;
  }
}
.price__block-box h3 {
  color: #000;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  /* 40px */
  letter-spacing: 2px;
  margin: auto;
  padding-bottom: 10px;
  border-bottom: 1.019px #c6c6c8 solid;
  display: block;
}
.price__block-box h3 small {
  color: #7c7c80;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  display: inline-block;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .price__block-box h3 small {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .price__block-box h3 {
    font-size: 32px;
    letter-spacing: 1.6px;
    padding-bottom: 20px;
  }
}
.price__block-box-price {
  color: #000;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 20px 0 10px;
}
.price__block-box-price small {
  font-size: 14.259px;
}
@media screen and (max-width: 768px) {
  .price__block-box-price {
    padding-bottom: 0;
    font-size: 24px;
    line-height: normal;
  }
  .price__block-box-price small {
    display: none;
  }
}
.price__block-box-attention {
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.7px;
  padding-bottom: 20px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .price__block-box-attention {
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.6px;
  }
}
.price__block-box:last-child {
  padding-bottom: 0;
}

.price__block-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .price__block-sp {
    display: block !important;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    color: #999;
  }
}

.included__block {
  border-radius: 20px 20px 0px 0px;
  background: var(--f-5-f-5-f-5, #f5f5f5);
}
.included__block h3 {
  margin: 0;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  color: #000;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  padding: 40px 0;
  font-family: Manjari;
}
@media screen and (max-width: 768px) {
  .included__block h3 {
    font-size: 14px;
    padding: 20px 0;
    margin-bottom: 20px;
  }
}
.included__block h3 small {
  font-size: 24px;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8b3b3;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .included__block h3 small {
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}
.included__block-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .included__block-list ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.included__block-list ul li {
  border-radius: 3.172px;
  background: #fff;
  width: 173px;
  height: 173px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .included__block-list ul li {
    width: calc(33.3333333333% - 10px);
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .included__block-list-item {
    padding: 20px 11px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .included__block-list-item svg {
    width: 60%;
    margin: 0 auto;
  }
}
.included__block-list-item-text {
  color: #000;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 17.447px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-top: 19.93px;
  min-height: 42px;
}
@media screen and (max-width: 768px) {
  .included__block-list-item-text {
    font-size: 11.092px;
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

.worries__block {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .worries__block {
    padding: 40px 0;
  }
}
.worries__block .contents__title {
  color: #000;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .worries__block .contents__title {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
.worries__block .contents__title span {
  color: #2c5385;
  font-size: 20px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .worries__block .contents__title span {
    font-size: 18px;
  }
}
.worries__block-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .worries__block-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 20px;
  }
}
.worries__block h3 {
  padding: 0;
  margin: 0;
  padding: 20px 0 10px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .worries__block h3 {
    font-size: 14px;
    font-weight: 300;
    padding: 10px 0;
    line-height: 1;
  }
}
.worries__block p {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .worries__block p {
    font-size: 12px;
    font-weight: 300;
    padding: 0;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .worries__block-list-box {
    width: calc(50% - 13px);
  }
}

.reason__block-contents {
  border-radius: 40px;
  background: rgba(232, 179, 179, 0.2);
  padding: 80px 40px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .reason__block-contents {
    gap: 20px;
    padding: 40px 20px;
  }
}
.reason__block-contents hr {
  width: 100%;
  height: 1.084px;
  background: #e8b3b3;
}
.reason__block-contents .title__area h2 {
  text-align: center;
  font-size: 20px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .reason__block-contents .title__area h2 {
    font-size: 16px;
    font-weight: 300;
  }
}
.reason__block-contents .title__area span {
  font-size: 24px;
  display: inline-block;
  font-family: Manjari;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8b3b3;
  margin-bottom: 10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .reason__block-contents .title__area span {
    font-size: 16px;
    padding-bottom: 0;
    line-height: normal;
  }
}

.box__area {
  width: 100%;
}
.box__area-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21.713px;
  width: 100%;
}
.box__area .box__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333333333%;
  height: 314.844px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 21.71px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .box__area .box__item {
    width: calc(33.3333333333% - 10px);
    height: 100%;
    aspect-ratio: 1/1;
  }
}
.box__area .box__item.navigation1 {
  background: url(../img/back-point-nav1.png) no-repeat 100% 100%/cover;
}
.box__area .box__item.navigation2 {
  background: url(../img/back-point-nav2.png) no-repeat 100% 100%/cover;
}
.box__area .box__item.navigation3 {
  background: url(../img/back-point-nav3.png) no-repeat 100% 100%/cover;
}
.box__area .box__item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 19.744px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
}
@media screen and (max-width: 768px) {
  .box__area .box__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .box__area .box__item a p {
    margin: 0;
    padding: 0;
    display: none;
  }
}
.box__area .box__item .arrow-pc {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 20%;
}
@media screen and (max-width: 768px) {
  .box__area .box__item .arrow-pc {
    display: none;
  }
}
.box__area .box__item .arrow-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .box__area .box__item .arrow-sp {
    display: block;
    margin-top: 5px;
  }
}
.box__area .box__item .icon__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 37.02px;
  height: 37.02px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e8b3b3;
  border-radius: 61.701px;
  color: #fff;
  font-size: 19.744px;
  font-weight: 600;
  position: absolute;
  left: 12.34px;
  top: 12.332px;
}
@media screen and (max-width: 768px) {
  .box__area .box__item .icon__item {
    position: unset;
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}

.point__block {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .point__block {
    padding: 20px;
  }
}

.point-block__media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
}

.point-block__media-img {
  width: 50%;
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  .point-block__media-img {
    display: none;
  }
}
.point-block__media-img img {
  width: 100%;
  height: auto;
}

.point-block__media-imgsp {
  display: none;
}
@media screen and (max-width: 768px) {
  .point-block__media-imgsp {
    display: block;
  }
  .point-block__media-imgsp img {
    width: 100%;
    height: auto;
  }
}

.point-block__media-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.point-block__media-num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .point-block__media-num {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
  }
}
.point-block__media-num p {
  color: #e8b3b3;
  font-family: Manjari;
  font-size: 48px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.4px;
  line-height: 1;
  padding-top: 15px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .point-block__media-num p {
    font-size: 24px;
    letter-spacing: 1.2px;
    padding-top: 10px;
  }
}
.point-block__media-num span {
  background-color: #e8b3b3;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .point-block__media-num span {
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-weight: 600;
  }
}

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

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

.point-block__media-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
}
.point-block__media-title strong {
  font-size: 24px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .point-block__media-title strong {
    font-size: 18px;
    margin: 0 auto;
    display: block;
  }
  .point-block__media-title strong span {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .point-block__media-title {
    text-align: center;
    padding-bottom: 20px;
  }
}

.point-block__media-desc {
  font-size: 18px;
  color: #333;
  font-weight: 300;
  line-height: 200%;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .point-block__media-desc {
    font-size: 12px;
    font-weight: 300;
    line-height: 2;
    margin: 20px 0;
  }
}

.point__block-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 17.8px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .point__block-flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px;
    row-gap: 20px;
  }
}

.point__block-flex-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .point__block-flex-item {
    width: calc(50% - 10px);
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
}
.point__block-flex-item img {
  height: auto;
}
.point__block-flex-item p {
  margin: 0;
  font-size: 18.246px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .point__block-flex-item p {
    font-size: 10px;
  }
}

.point__block-text {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .point__block-text {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: normal;
  }
}
.point__block-text span {
  color: #1b529a;
  font-weight: 600;
}

.point__block-beforeafter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .point__block-beforeafter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .point__block-beforeafter svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 15px;
    height: auto;
  }
}

.point-block__beforeafter-item {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .point-block__beforeafter-item {
    width: 100%;
  }
}
.point-block__beforeafter-item p {
  color: #000;
  text-align: center;
  font-family: Manjari;
  font-size: 24px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  letter-spacing: 1.2px;
  margin: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .point-block__beforeafter-item p {
    font-size: 14px;
  }
}
.point-block__beforeafter-item img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .point-block__beforeafter-item img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 152px;
    width: 100%;
  }
}

.point-block__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.point-block__flex-item {
  width: 50%;
}
.point-block__flex-item img {
  width: 100%;
  height: auto;
}
.point-block__flex-item p {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .point-block__flex-item p {
    font-size: 10px;
  }
}

.section-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section-title {
    margin-bottom: 20px;
  }
}
.section-title h2 {
  color: #000;
  text-align: center;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .section-title h2 {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
.section-title h2 span {
  color: #000;
  text-align: center;
  font-family: Manjari;
  font-size: 24px;
  font-style: normal;
  font-weight: 100;
  line-height: normal;
  border-bottom: 1px solid #e8b3b3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .section-title h2 span {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
  }
}

.section-container {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .section-container {
    padding: 40px 20px 0;
  }
}

.type__card-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .type__card-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px;
    row-gap: 20px;
  }
}
.type__card-list img {
  width: 100%;
  height: auto;
}

.type__card p {
  color: rgba(127, 127, 127, 0.5);
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .type__card p {
    font-size: 12px;
  }
}
.type__card a {
  color: #1b529a;
  text-decoration: none;
}

.type__card-list {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .type__card-item {
    width: calc(50% - 5px);
  }
}
.type__card-item p {
  color: #000;
  text-align: center;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .type__card-item p {
    font-size: 12px;
    margin-top: 0;
    font-weight: 300;
  }
}

.brand__list {
  padding: 40px;
  border-radius: 20px;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  .brand__list {
    padding: 20px;
  }
}
.brand__list p {
  margin: 0;
  color: #000;
  font-family: Manjari;
  font-size: 20px;
  font-weight: 100;
  line-height: 200%;
  /* 40px */
}
@media screen and (max-width: 768px) {
  .brand__list p {
    font-size: 10px;
  }
}

.brand {
  margin-bottom: 40px;
}

.plan {
  background-color: #f5f5f5;
}

.plan__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .plan__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}

.plan__item {
  border-radius: 20px;
  background-color: #e8b3b3;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.plan__item-content {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 38px;
  text-align: center;
  position: relative;
}
.plan__item-content img {
  margin: 0 auto;
  width: 155.91px;
  height: 155.91px;
  display: block;
  margin-bottom: 25px;
}
.plan__item-content h3 {
  color: #000;
  text-align: center;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  font-size: 23.502px;
  font-weight: 600;
  line-height: normal;
  border-bottom: 1px solid #999;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .plan__item-content h3 {
    margin-bottom: 20px;
  }
}
.plan__item-content p {
  color: #000;
  text-align: center;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .plan__item-content p {
    font-size: 22px;
    margin: 0;
    line-height: 1;
  }
}
.plan__item-content p span {
  font-size: 12px;
}
.plan__item-content a {
  border-radius: 4.074px;
  background: #e8b3b3;
  width: 100%;
  height: 48.8px;
  gap: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .plan__item-content a {
    font-size: 14.058px;
    letter-spacing: 0.703px;
  }
}
@media screen and (max-width: 768px) {
  .plan__item-content .plan__item-text {
    margin-bottom: 13px;
  }
}

.plan__item-pack {
  text-align: center;
}
.plan__item-pack p {
  color: #fff;
  font-family: Manjari;
  font-size: 19.249px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.962px;
  margin: 0;
  line-height: 1;
  padding: 24.43px 0 24.37px;
}
@media screen and (max-width: 768px) {
  .plan__item-pack p {
    font-size: 18.977px;
    padding: 24.08px 0 20.06px;
  }
}

.plan__item-sale {
  position: absolute;
  right: 49px;
  bottom: 41%;
}
@media screen and (max-width: 768px) {
  .plan__item-sale {
    bottom: 40%;
    right: 35px;
  }
}
.plan__item-sale img {
  width: 50.199px;
  height: 50.199px;
}

.service {
  background-color: #f5f5f5;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .service {
    padding: 0 0 40px;
  }
}

@media screen and (max-width: 768px) {
  .sp-fz14 {
    font-size: 14px !important;
  }
}

.service__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .service__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 5px;
  }
}

.service__item {
  border-radius: 3.172px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 173.03px;
  height: 173.03px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .service__item {
    width: calc(33.3333333333% - 5px);
    padding: 21px 12px 23px;
    height: auto;
  }
}

.service__item-img {
  height: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.service__item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.service__text {
  color: rgba(127, 127, 127, 0.5);
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .service__text {
    font-size: 10px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

@media screen {
  .sp-pt0 {
    padding-top: 0;
  }
}

.option-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .option-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    background-color: #f5f5f5;
  }
}

.option-media-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 2px 0px 0px 2px;
  background: var(--f-5-f-5-f-5, #f5f5f5);
  padding: 30px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .option-media-text {
    padding: 20px;
  }
}
.option-media-text p,
.option-media-text h3 {
  margin: 0;
}
.option-media-text h3 {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .option-media-text h3 {
    font-size: 14px;
  }
}
.option-media-text p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 200%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .option-media-text p {
    font-size: 12px;
  }
}
.option-media-text p strong {
  font-size: 22px;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .option-media-text p strong {
    font-size: 20px;
  }
}
.option-media-text p span {
  font-size: 12px;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .option-media-text p span {
    font-size: 10px;
    display: block;
  }
}

.option-media-img {
  width: 54%;
}
@media screen and (max-width: 768px) {
  .option-media-img {
    width: 100%;
  }
}
.option-media-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-center {
  text-align: center !important;
}

.works {
  background: url(../img/works-bg.webp) no-repeat center center/cover;
}

.works__container {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .works__container {
    padding: 40px 0;
  }
}

.works__media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .works__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 40px;
  }
}

.works__media-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.works__media-lead {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}
.works__media-lead p {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 30px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .works__media-lead p {
    font-size: 12px;
    font-weight: 300;
  }
}
.works__media-lead h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .works__media-lead h3 {
    font-size: 14px;
  }
}

.works__media-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #fff;
  height: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 768px) {
  .works__media-title {
    border-bottom: none;
    text-align: center;
  }
}
.works__media-title h2 {
  color: var(--ffffff, #fff);
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .works__media-title h2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.works__media-title h2 span {
  color: var(--ffffff, #fff);
  font-family: Manjari;
  font-size: 28px;
  font-weight: 100;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .works__media-title h2 span {
    font-size: 16px;
    border-bottom: 1px solid #e8b3b3;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}

.works__media-img {
  width: 63.7%;
}
.works__media-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .works__media-img {
    display: none;
  }
}

.works__media-imgsp {
  display: none;
}
@media screen and (max-width: 768px) {
  .works__media-imgsp {
    display: block;
  }
  .works__media-imgsp img {
    width: 100%;
    height: auto;
  }
}

.snkr-flow__container {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .snkr-flow__container {
    padding: 40px 20px;
  }
}

.snkr-flow__text p {
  padding: 0;
  margin: 0;
  text-align: center;
  color: #000;
  text-align: center;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .snkr-flow__text p {
    font-size: 12px;
    text-align: left;
  }
}

.snkr-flow__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .snkr-flow__list {
    gap: 10px;
  }
}
.snkr-flow__list img {
  width: 100%;
  height: auto;
}

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

.snkr-flow__item {
  width: calc(33.3333333333% - 17px);
}
@media screen and (max-width: 768px) {
  .snkr-flow__item {
    display: none;
  }
}
.snkr-flow__item p {
  margin: 0;
  margin-bottom: 20px;
  color: var(--000000, #000);
  text-align: center;
  font-family: Manjari;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}

.snkr-use__media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .snkr-use__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0 !important;
  }
}

.snkr-use {
  background-color: #f5f5f5;
}

.snkr-use__container {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .snkr-use__container {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 768px) {
  .snkr-area__container {
    padding: 80px 20px 40px;
  }
}

.snkr-use__media-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .snkr-use__media-flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .snkr-use__media-flex img {
    width: 37px;
  }
}

.snkr-use__media-youtube {
  width: 50%;
}
.snkr-use__media-youtube iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 350/195;
}
@media screen and (max-width: 768px) {
  .snkr-use__media-youtube {
    width: 100%;
  }
}

.snkr-use__media-text a {
  border-radius: 4.583px;
  background: var(--004-ea-2, #004ea2);
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  height: 60px;
  text-align: center;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  font-size: 13.749px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.687px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .snkr-use__media-text a {
    font-size: 12px;
    height: 42px;
    background: #2c5385;
  }
  .snkr-use__media-text a svg {
    width: 12px;
    height: 12px;
  }
}

.snkr-voice__text {
  color: #000;
  text-align: center;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .snkr-voice__text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    text-align: left;
  }
}

.snkr-voice {
  border-radius: 0px 0px 40px 40px;
  overflow: hidden;
  background: #fff;
  position: relative;
}

.snkr-voice__slider-item {
  border-radius: 20px;
  background: var(--f-5-f-5-f-5, #f5f5f5);
  height: 300px;
  padding: 30px 20px;
  margin: 0 12.5px;
  text-align: center;
  border-radius: 8px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.snkr-voice__slider-item img {
  width: 100.109px;
  height: auto;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .snkr-voice__slider-item img {
    width: 75px;
  }
}
@media screen and (max-width: 768px) {
  .snkr-voice__slider-item {
    margin: 0;
    height: auto;
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .snkr-voice__slider-wrapper .slick-slider {
    height: auto !important;
  }
  .snkr-voice__slider-wrapper .slick-list {
    height: 790px !important;
    overflow: hidden;
  }
  .snkr-voice__slider-wrapper .slick-track {
    height: 790px !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .snkr-voice__slider-wrapper .slick-slide {
    height: 250px !important;
    margin-bottom: 20px !important;
    opacity: 1 !important;
  }
  .snkr-voice__slider-item {
    height: 250px !important;
    min-height: 250px !important;
    max-height: 250px !important;
    padding: 20px !important;
    margin: 0 !important;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important;
  }
}
.snkr-voice__slider-wrapper .slick-list {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .snkr-voice__slider-wrapper .slick-track {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.snkr-voice__slider-text {
  color: #000;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 200%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .snkr-voice__slider-text {
    font-size: 12px;
    margin: 0;
  }
}

.snkr-voice__slider {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen {
  .snkr-voice__slider {
    padding: 0;
  }
}

.snkr-voice__slider-wrapper {
  margin-bottom: 30px;
}

.snkr-voice__slider-item {
  padding: 20px;
  text-align: center;
}

.snkr-voice__slider-nav {
  text-align: center;
}

.slider-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.prev-button,
.next-button {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .prev-button,
  .next-button {
    padding: 0;
  }
}

.slider-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.slider-numbers span {
  cursor: pointer;
  padding: 5px 10px;
  font-size: 24px;
  font-weight: 300;
  color: #bdbcbc;
}
@media screen and (max-width: 768px) {
  .slider-numbers span {
    font-size: 16px;
  }
}

.slider-numbers span.active {
  color: #000;
}

.snkr-voice__slider-gender {
  color: #000;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .snkr-voice__slider-gender {
    font-size: 15.909px;
  }
}

.snkr-area {
  background: url(../img/area-bg.webp) no-repeat center center/cover;
  margin-top: -35px;
}
.snkr-area .section-title h2,
.snkr-area .section-title span {
  color: #fff !important;
}

.snkr-area__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .snkr-area__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.snkr-area__flex-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  padding: 73px 80px;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .snkr-area__flex-text {
    padding: 35.5px 20px;
  }
}
.snkr-area__flex-text p {
  font-weight: 300;
  line-height: normal;
  margin: 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .snkr-area__flex-text p {
    font-size: 10px;
    text-align: center;
  }
}
.snkr-area__flex-text h3 {
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .snkr-area__flex-text h3 {
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.8px;
  }
}
.snkr-area__flex-text ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.snkr-area__flex-text li {
  width: calc(50% - 5px);
  text-align: center;
  border-radius: 5px;
  background: var(--004-ea-2, #004ea2);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  padding: 11.5px 0;
}
@media screen and (max-width: 768px) {
  .snkr-area__flex-text li {
    font-size: 14px;
  }
}

.snkr-area__text-annotation {
  color: var(--bdbcbc, var(--Miscellaneous-Tab---Unselected, #999));
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
}

.snkr-area__flex-img {
  width: 50%;
  max-height: 530px;
}
@media screen and (max-width: 768px) {
  .snkr-area__flex-img {
    width: 100%;
  }
}
.snkr-area__flex-img img {
  width: 100%;
  height: auto;
  max-height: 530px;
}

.snkr-use__media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}

.snkr-use__media-img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .snkr-use__media-img {
    width: 100%;
  }
}
.snkr-use__media-img img {
  width: 100%;
  height: auto;
}

.snkr-use__media-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .snkr-use__media-text {
    width: 100%;
  }
}
.snkr-use__media-text h3,
.snkr-use__media-text p {
  margin: 0;
}
.snkr-use__media-text h3 {
  color: #000;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .snkr-use__media-text h3 {
    font-size: 14px;
    text-align: center;
  }
}
.snkr-use__media-text h3 span {
  color: #2c5385;
}
.snkr-use__media-text p {
  color: #000;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .snkr-use__media-text p {
    font-size: 11px;
  }
}
.snkr-use__media-text p span {
  color: #2c5385;
}

.snkr-faq__container {
  background: var(--f-5-f-5-f-5, #f5f5f5);
}

.snkr-faq__container {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .snkr-faq__container {
    padding: 40px 20px;
  }
}

.snkr-faq__list {
  max-width: 940px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .snkr-faq__list {
    padding: 20px;
  }
}

.snkr-faq__item {
  color: #000;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  border-bottom: 1px solid #999;
}
.snkr-faq__item span {
  color: #000;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-size: 25.899px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .snkr-faq__item span {
    font-size: 11px;
    margin-right: 11px;
  }
}
@media screen and (max-width: 768px) {
  .snkr-faq__item {
    font-size: 12px;
  }
}

.snkr-faq__item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12.95px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .snkr-faq__item-title {
    padding: 7px 10px;
  }
}
.snkr-faq__item-title p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .snkr-faq__item-title p {
    width: 93%;
  }
}
.snkr-faq__item-title svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.snkr-faq__item-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--Color, #1b529a);
}
.snkr-faq__item-text p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.snkr-faq__item-text p span {
  color: var(--Color, #1b529a);
}

.snkr-faq__item-text {
  overflow: hidden;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
  height: 0;
  display: block !important;
  opacity: 0;
  -webkit-transition: height 0.3s ease-out, opacity 0.3s ease-out;
  transition: height 0.3s ease-out, opacity 0.3s ease-out;
  padding: 0 20px;
}

.snkr-faq__item-title {
  cursor: pointer;
}

.snkr-faq__item-title svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* アクティブ状態のスタイル */
.snkr-faq__item.active .snkr-faq__item-text {
  opacity: 1;
  padding: 12.95px 20px;
}

.snkr-faq__btn {
  text-decoration: none;
  color: #fff;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  border-radius: 4px;
  border: 1px solid var(--004-ea-2, #004ea2);
  background: var(--2-c-5385, #2c5385);
  width: 372px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .snkr-faq__btn {
    display: none;
  }
}

.sekr-media__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .sekr-media__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sekr-media__item {
  width: calc(16.6666666667% - 17px);
}
@media screen and (max-width: 768px) {
  .sekr-media__item {
    width: calc(33.3333333333% - 18px);
  }
}
.sekr-media__item img {
  width: 100%;
  height: auto;
}

.snkr-column__text {
  text-align: center;
  color: #000;
  text-align: center;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .snkr-column__text {
    font-size: 14px;
    line-height: 200%;
  }
}

.snkr-media__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .snkr-media__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.snkr-media__list a {
  text-decoration: none;
  color: #000;
}

.snkr-media__item {
  padding: 20px;
  background: #f5f5f5;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: calc(25% - 17px);
}
@media screen and (max-width: 768px) {
  .snkr-media__item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.snkr-media__item p,
.snkr-media__item h3 {
  margin: 0;
}
.snkr-media__item h3 {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  font-size: 15.777px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .snkr-media__item h3 {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
.snkr-media__item .snkr-media__item-tag {
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .snkr-media__item .snkr-media__item-tag {
    font-size: 8px;
  }
}

.snkr-media__item-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.snkr-media__item-img {
  height: 50%;
}
@media screen and (max-width: 768px) {
  .snkr-media__item-img {
    height: auto;
    width: 30%;
  }
}
.snkr-media__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.snkr-media__item-date {
  color: #000;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 4px !important;
}

.snkr-notice {
  background: #f5f5f5;
}

.snkr-notice__container {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .snkr-notice__container {
    padding: 40px 20px;
  }
}

.snkr-notice__content {
  padding: 80px;
  border-radius: 20px;
  background: var(--ffffff, #fff);
}
@media screen and (max-width: 768px) {
  .snkr-notice__content {
    padding: 20px;
  }
}
.snkr-notice__content p {
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  margin: 0;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .snkr-notice__content p {
    font-size: 10px;
  }
}

.snkr-contact {
  background: url(../img/contact-cta-bg.webp) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .snkr-contact {
    margin-bottom: 10%;
  }
}

.snkr-contact__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .snkr-contact__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.snkr-contact__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding: 40px;
}
.snkr-contact__item h2 {
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  margin: 0;
  margin-bottom: 20px;
}
.snkr-contact__item h2 span {
  font-size: 14px;
  font-weight: 100;
  line-height: normal;
  border: none;
  margin-bottom: 8px;
  line-height: normal;
}
.snkr-contact__item a {
  color: var(--ffffff, #fff);
  text-align: center;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1px;
  background-color: #004ea2;
  width: 100%;
  height: 106px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 30px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .snkr-contact__item a {
    font-size: 14px;
    height: 50px;
    font-weight: 300;
  }
}

.snkr-contact__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.snkr-contact__btn a {
  height: 50px;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  letter-spacing: 0.6px;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .snkr-contact__btn a {
    font-size: 14px;
    height: 50px;
    font-weight: 300;
  }
}
.snkr-contact__btn a:nth-of-type(2) {
  background-color: #fff;
  color: #004ea2;
  border: 1px solid #004ea2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.snkr-contact__btn a:nth-of-type(2) p {
  margin: 0;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .snkr-contact__btn a:nth-of-type(2) p {
    font-size: 8.71px;
  }
}
.snkr-contact__btn a:nth-of-type(2) p span {
  font-weight: 600;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .snkr-contact__btn a:nth-of-type(2) p span {
    font-size: 10.161px;
  }
}

.cp__contents-box {
  width: calc(100% - 40px);
  max-width: 940px;
  margin: 2rem auto;
}
@media screen and (max-width: 768px) {
  .cp__contents-box {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .cta__area {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}/*# sourceMappingURL=style.css.map */