@charset "UTF-8";

html,
body {
  min-width: 1044px;
}

body {
  color: #333;
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Noto Sans Japanese", "Noto Sans CJK JP", sans-serif;
}

.ie body {
  font-family: "Helvetica", "Meiryo", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
}

button {
  color: #333;
}

.sp_only {
  display: none;
}

.pc_only {
  display: block;
}

.ani-fadeIn {
  opacity: 0;
  transition: opacity 0.4s 0s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity;
}

.ani-fadeIn.is-show {
  opacity: 1;
}

.ani-fadeUp {
  opacity: 0;
  transform: translate(0, 75px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity, transform;
  transition: opacity 0.7s 0s linear, transform 0.8s 0s cubic-bezier(0.12, 0.82, 0.57, 1.43);
}

.ani-fadeUp.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.mainContents {
  padding-bottom: 100px;
}

.kv {
  position: relative;
  height: 800px;
  padding-top: 70px;
}

.kv__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* .kv__bg::before,
.kv__bg::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 24px;
  background-image: url("../images/bg_kv.png?260529");
  background-repeat: repeat-x;
}

.kv__bg::before {
  top: 0;
}

.kv__bg::after {
  bottom: 0;
} */

.kv__inner {
  position: relative;
  z-index: 2;
  width: 1100px;
  margin: 0 auto;
}

.pageTitle {
  width: auto;
  margin-top: 10px;
  opacity: 0;
  transform: translate(0, 75px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity, transform;
  transition: opacity 0.7s 0s linear, transform 0.8s 0s cubic-bezier(0.12, 0.82, 0.57, 1.43);
}

.pageTitle img {
  width: auto;
}

.kv__image {
  position: absolute;
  top: -20px;
  right: 0;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0;
  transform: translate(0, 75px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity, transform;
  transition: opacity 0.7s 0s linear, transform 0.8s 0s cubic-bezier(0.12, 0.82, 0.57, 1.43);
}

.kv__smartPhone {
  position: relative;
  z-index: 2;
  display: block;
  width: 535px;
  margin: 0 auto -20px;
  z-index: 11;
}

.kv.is-show .pageTitle {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0s;
}

.kv.is-show .kv__image {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.3s;
}

@media screen and (max-width: 768px) {
  .kv.is-show .kv__image {
    transition-delay: 0s;
  }

  .kv.is-show .pageTitle {
    transition-delay: 0.3s;
  }
}

.anchorNav {
  padding: 32px 0 80px;
  background: #fff;
  width: 1200px;
  margin: 0 auto;
}

.anchorNav__title {
  position: relative;
  width: fit-content;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.anchorNav__title::before,
.anchorNav__title::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 36px;
  height: 36px;
  background: url("../images/icon_anchor_sparkle.png") no-repeat center / contain;
  transform: translateY(-50%);
}

.anchorNav__title::before {
  left: 0;
  transform: translateY(-50%) scaleX(-1);
}

.anchorNav__inner {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.anchorNav__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 122px;
  padding: 54px 3px 24px;
  border: 4px solid #b81c22;
  border-radius: 14px;
  background: #fff;
  color: #333;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.anchorNav__item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.anchorNav__item:nth-child(1)::before {
  background-image: url("../images/icon_nav_point.png");
}

.anchorNav__item:nth-child(2)::before {
  background-image: url("../images/icon_nav_app.png");
}

.anchorNav__item:nth-child(3)::before {
  background-image: url("../images/icon_nav_faq.png");
}

.anchorNav__item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 14px;
  width: 14px;
  height: 14px;
  transform: translateX(-50%);
  background: url("../images/icon_function_arrow.png") no-repeat center;
  background-size: contain;
  border: none;
}

.pointSection {
  padding: 130px 0 115px;
  background: #fdf9ec;
}

.pointSection__inner {
  width: 1024px;
  margin: 0 auto;
}

.pointSection__title {
  margin: 0 auto 66px;
}

.pointCardList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 33px 60px;
}

.pointCardList__item {
  padding: 25px 54px 45px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(112, 112, 112, 0.5);
  text-align: center;
}

.pointCardList__image {
  display: block;
  width: 220px;
  margin: 0 auto 12px;
}

.pointCardList__item:nth-child(1) .pointCardList__image {
  width: 308px;
}

.pointCardList__title {
  color: #b81c22;
  font-size: 28px;
  font-weight: bold;
}

.pointCardList__text {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
}

.pointNotice {
  margin-top: 64px;
  border: 5px solid #b81c22;
  background-color: #b81c22;
  border-radius: 5px;
  overflow: hidden;
}

.pointNotice h3 {
  padding: 10px;
  background-color: #b81c22;
}

.pointNotice h3 img {
  width: 968px;
  margin: 0 auto;
}

.pointNotice__title img {
  display: block;
  width: 100%;
}

.pointNotice__body {
  padding: 30px;
  background-color: #fff;
  text-align: center;
}

.pointNotice__lead {
  font-size: 22px;
  font-weight: bold;
}

.pointNotice__lead span {
  color: #b81c22;
  font-size: 26px;
}

.pointNotice__text {
  margin-top: 20px;
  font-size: 16px;
}

.useSection {
  padding: 90px 0 86px;
  background: #fff;
}

.useSection__inner {
  width: 1024px;
  margin: 0 auto;
}

.useSection__title {
  width: 100%;
  margin: 0 auto 70px;
}

.useSection__title img {
  display: block;
  width: 100%;
  height: auto;
}

.useSection__subTitle {
  width: 381px;
  margin: 0 auto 70px;
}

.useStepList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 83px 60px;
}

.useStepList__item {
  text-align: center;
}

.useStepList__step {
  margin-bottom: 40px;
  padding: 2px;
  border-radius: 8px;
  background: #b81c22;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

.useStepList__text {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
}

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

.useStepList__qr {
  width: 93px;
  margin-right: 20px;
}

.useStepList__qr img+img {
  margin-top: 35px;
}

.appButtons {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.appButtons__item {
  margin: 0 5px;
}

.appButtons__item [src*="download_appstore.png?260529"] {
  width: 172px;
}

.appButtons__item [src*="download_google.png?260529"] {
  width: 210px;
}

.appButtons__item a {
  transition: opacity 0.1s 0s linear;
}

.appButtons__item a:hover {
  opacity: 0.7;
}

.appButtons__item [href*="https://sushiro.onelink.me"] {
  display: none;
}

.appButtons__item [href*="https://itunes.apple.com"],
.appButtons__item [href*="https://play.google.com"] {
  display: inline;
}

.useStepList__buttons {
  display: block;
  margin-top: 0;
}

.useStepList__buttons .appButtons__item {
  text-align: left;
}

.useStepList__buttons .appButtons__item+.appButtons__item {
  margin-top: 40px;
}

.useStepList__buttons .appButtons__item [src*="download_appstore.png?260529"] {
  width: 239px;
}

.useStepList__buttons .appButtons__item [src*="download_google.png?260529"] {
  width: 296px;
}

.useStepList__image {
  display: block;
  width: 230px;
  margin: 0 auto;
}

.useStepList__item:nth-child(3) .useStepList__image {
  width: 390px;
}

.functionUseSection {
  padding: 130px 0;
  background: #fdf9ec;
}

.functionUseSection__inner {
  width: 1024px;
  margin: 0 auto;
}

.functionUseSection__title {
  width: 345px;
  margin: 0 auto 43px;
}

.functionUseSection__title img {
  display: block;
  width: 100%;
  height: auto;
}

.functionUseNav {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin-bottom: 120px;
}

.functionUseNav__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 278px;
  min-height: 82px;
  padding: 9px 28px;
  border: 4px solid #b81c22;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(112, 112, 112, 0.16);
  color: #333;
  text-align: center;
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
}

.functionUseNav__textWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.functionUseNav__textWrap img {
  width: 15px;
}

.functionUseNav__icon {
  width: 91px;
}

.functionUseNav__icon img {
  display: block;
}

.functionUseBlock {
  padding: 60px 92px;
  border: 1px solid #b81c22;
  border-radius: 10px;
  background: #fff;
}

.functionUseBlock+.functionUseBlock {
  margin-top: 94px;
}

.functionUseBlock__lead {
  color: #b81c22;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}

.functionUseBlock__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
  font-size: 48px;
  font-weight: bold;
}

.functionUseBlock__icon {
  width: 70px;
}

.functionUseBlock__icon img {
  display: block;
}

.functionUseBlock__text {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.functionUseCase {
  margin-top: 46px;
}

.functionUseCase__title {
  padding: 1px;
  border-radius: 8px;
  background: #b81c22;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

.functionUseCase--gray .functionUseCase__title {
  background: #707070;
}

.functionUseCase__lead {
  margin-top: 20px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.55;
}

.functionUseCase__lead sup {
  font-size: 14px;
}

.functionUseReserve__visual {
  margin-top: 36px;
}

.functionUseReserve__visual img {
  width: auto;
  max-width: 822px;
}

.functionUseReserve__text {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.functionUseScene {
  margin-top: 48px;
}

.functionUseScene__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
  color: #b81c22;
  font-size: 22px;
  font-weight: bold;
}

.functionUseScene__title::before,
.functionUseScene__title::after {
  content: "";
  display: block;
  flex: 1;
  width: 100%;
  border-top: 3px dotted #b81c22;
}

.functionUseScene__list {
  display: flex;
  justify-content: space-between;
  gap: 61px;
  margin-top: 73px;
}

.functionUseScene__list li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.functionUseScene__list img {
  display: block;
  margin: 0 auto 20px;
}

.functionUseScene__list li:nth-child(1) img,
.functionUseScene__list li:nth-child(2) img,
.functionUseScene__list li:nth-child(3) img {
  width: 250px;
}

.functionUseScene__list p {
  font-size: 22px;
  font-weight: bold;
}

.functionUseStep {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.functionUseStep li {
  position: relative;
  text-align: center;
}

.functionUseStep li+li::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 26px;
  background: url("../images/icon_step_arrow.png") no-repeat center / contain;
  clip-path: none;
}

#functionTakeout .functionUseStep li+li::before {
  bottom: 88px;
  left: -50px;
}

#functionPoint .functionUseStep li+li::before {
  bottom: 32px;
  left: -61px;
}

.functionUseStep .img__block {
  display: block;
  margin: 0 auto 16px;
}

#functionTakeout .functionUseStep li:nth-child(1) .img__block {
  width: 216px;
}

#functionTakeout .functionUseStep li:nth-child(2) .img__block {
  width: 181px;
}

#functionTakeout .functionUseStep li:nth-child(3) .img__block {
  width: 264px;
}

#functionPoint .functionUseCase01 .functionUseStep li:nth-child(1) .img__block,
#functionPoint .functionUseCase01 .functionUseStep li:nth-child(2) .img__block,
#functionPoint .functionUseCase01 .functionUseStep li:nth-child(3) .img__block {
  width: 220px;
  height: 182px;
}

#functionPoint .functionUseCase02 .functionUseStep li:nth-child(1) .img__block,
#functionPoint .functionUseCase02 .functionUseStep li:nth-child(2) .img__block,
#functionPoint .functionUseCase02 .functionUseStep li:nth-child(3) .img__block {
  width: 220px;
  height: 182px;
}

.functionUseStep__num {
  color: #b81c22;
  font-size: 18px;
  font-weight: 500;
}

.functionUseStep__title {
  margin-top: 9px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}

.functionUseStep__text {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.functionUseNotes {
  margin-top: 46px;
  padding-top: 18px;
  border-top: 1px solid #e5e5e5;
}

.functionUseNotes li {
  position: relative;
  padding-left: 22px;
  text-indent: 0;
  font-size: 14px;
}

.functionUseNotes li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
}

.functionUseNotes li.functionUseNotes__item--note1,
.functionUseNotes li.functionUseNotes__item--note2 {
  padding-left: 34px;
}

.functionUseNotes li.functionUseNotes__item--note1::before {
  content: "※1";
  width: 30px;
}

.functionUseNotes li.functionUseNotes__item--note2::before {
  content: "※2";
  width: 30px;
}

.functionUseNotes li a {
  text-decoration: underline;
}

.functionUseFaq {
  margin-top: 100px;
  text-align: center;
}

.functionUseFaq a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 517px;
  height: 80px;
  border: 4px solid #b81c22;
  border-radius: 10px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}

.functionUseFaq a::after {
  content: "";
  position: absolute;
  right: 110px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #b81c22;
  border-right: 3px solid #b81c22;
  transform: rotate(45deg);
}

.floatingBar {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  padding: 17px 0;
  background: #fff;
}

.floatingBar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px;
}

.floatingBar__logo {
  width: 92px;
  flex-shrink: 0;
}

.floatingBar__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.floatingBar__text {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
}

.floatingBar__buttons {
  display: flex;
  align-items: center;
  gap: 21px;
}

.floatingBar__btn {
  display: block;
  transition: opacity 0.2s linear;
}

.floatingBar__btn:hover {
  opacity: 0.7;
}

.floatingBar__btn img {
  display: block;
  width: auto;
  height: auto;
}

.floatingBar__buttons li:nth-child(1) .floatingBar__btn img {
  width: 169px;
}

.floatingBar__buttons li:nth-child(2) .floatingBar__btn img {
  width: 209px;
}

.floatingBar__btn--pc {
  display: block;
}

.floatingBar__btn--sp {
  display: none;
}

.cv {
  position: relative;
  padding: 76px 0 70px;
  background: #b81c22;
  color: #fff;
  overflow: hidden;
}

.cv::before,
.cv::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 24px;
  background: url("../images/bg_kv.png?260529") repeat-x 0 0;
  background-size: auto 24px;
}

.cv::before {
  top: 0;
}

.cv::after {
  bottom: 0;
}

.cv__inner {
  position: relative;
  z-index: 1;
  width: 1024px;
  margin: 0 auto;
  text-align: center;
}

.cv__icon {
  width: 89px;
  margin: 0 auto 28px;
}

.cv__title {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 40px;
}

.cv__title::before,
.cv__title::after {
  content: "";
  position: relative;
  top: 6px;
  display: inline-block;
  width: 26px;
  height: 20px;
  background: url("../images/icon_triangle.png") no-repeat center / contain;
  vertical-align: middle;
}

.cv__title::before {
  margin-right: 16px;
}

.cv__title::after {
  margin-left: 16px;
}

.cvStore {
  display: flex;
  justify-content: center;
  gap: 88px;
  margin-top: 30px;
}

.cvStore__item {
  text-align: center;
}

.cvStore__label {
  margin-bottom: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.cvStore__body {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cvStore__btn {
  display: block;
}

.cvStore__btn img {
  display: block;
  width: auto;
  height: 61px;
}

.cvStore__qr {
  display: block;
  width: 58px;
  height: 58px;
}

.cvStore__btn--pc {
  display: block;
}

.cvStore__btn--sp {
  display: none;
}

.cvNotes {
  width: 690px;
  margin: 40px auto 0;
  text-align: left;
}

.cvNotes li {
  position: relative;
  padding-left: 18px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.cvNotes li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {

  html,
  body {
    min-width: 0;
  }

  .mainContents {
    padding-bottom: 80px;
  }

  .sp_only {
    display: block;
  }

  .pc_only {
    display: none;
  }

  .ani-fadeUp {
    transform: translate(0, calc(150 / 750 * 100vw));
  }

  .ani-fadeUp.is-show {
    transform: translate(0, 0);
  }

  .kv {
    height: 120vw;
    padding-top: unset;
  }

  .kv__bg::before,
  .kv__bg::after {
    height: 15px;
  }

  .kv__inner {
    display: flex;
    flex-direction: column;
    width: auto;
    background: transparent;
  }

  .pageTitle {
    order: 1;
    width: calc(564 / 750 * 100vw);
    margin: 0 auto;
    padding-top: calc(10 / 750 * 100vw);
    transform: translate(0, calc(150 / 750 * 100vw));
  }

  .pageTitle img {
    width: 100%;
  }

  .kv__image {
    position: relative;
    order: 0;
    top: auto;
    right: auto;
    /* margin-bottom: calc(-126 / 750 * 100vw); */
    transform: translate(0, 75px);
    overflow-x: hidden;
    padding-top: calc(19 / 750 * 100vw);
  }

  .kv__smartPhone {
    width: calc(634 / 750 * 100vw);
    margin-bottom: unset;
  }

  .anchorNav {
    padding: 0 0 35px;
    width: 100%;
    margin-top: 27vw;
  }

  .anchorNav.ani-fadeIn {
    opacity: 1;
  }

  .anchorNav__title {
    margin: 0 auto 24px;
    font-size: 18px;
    padding: 0 34px;
  }

  .anchorNav__title::before,
  .anchorNav__title::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 22px;
    background: url(../images/icon_anchor_sparkle.png) no-repeat center / contain;
    transform: translateY(-50%);
  }

  .anchorNav__title::before {
    left: 0;
    transform: translateY(-50%) scaleX(-1);
  }

  .anchorNav__title::after {
    right: 0;
    transform: translateY(-50%);
  }

  .anchorNav__inner {
    gap: 14px;
    width: calc(100% - 40px);
    max-width: none;
    margin: 0 auto;
  }

  .anchorNav__item {
    padding: 32px 2px 19px;
    border-width: 2px;
    border-radius: 5px;
    font-size: 13px;
    height: unset;
  }

  .anchorNav__item::before {
    top: 0;
    width: 30px;
    height: 30px;
  }

  .anchorNav__item::after {
    bottom: 3px;
    width: 12px;
    height: 12px;
    border-right-width: 5px;
    border-bottom-width: 5px;
  }

  .pointSection {
    padding: 60px 0 63px;
  }

  .pointSection__inner {
    width: calc(100% - 40px);
  }

  .pointSection__title {
    width: 100%;
    margin-bottom: 26px;
  }

  .pointCardList {
    display: block;
  }

  .pointCardList__item {
    padding: 30px 20px;
  }

  .pointCardList__item+.pointCardList__item {
    margin-top: 30px;
  }

  .pointCardList__image {
    width: 150px;
    margin-bottom: 13px;
  }

  .pointCardList__item:nth-child(1) .pointCardList__image {
    width: 211px;
  }

  .pointCardList__title {
    font-size: 20px;
  }

  .pointCardList__text {
    margin-top: 10px;
  }

  .pointNotice {
    margin-top: 30px;
    border-width: 2px;
    border-radius: 10px;
  }

  .pointNotice h3 {
    padding: 10px;
  }

  .pointNotice h3 img {
    width: 95%;
  }

  .pointNotice__body {
    padding: 25px;
  }

  .pointNotice__lead {
    font-size: 15px;
  }

  .pointNotice__lead span {
    font-size: 21px;
  }

  .pointNotice__text {
    margin-top: 18px;
    font-size: 15px;
  }

  .useSection {
    padding: 58px 0;
    overflow: hidden;
  }

  .useSection__inner {
    width: calc(100% - 40px);
  }

  .useSection__title {
    width: 100%;
    margin: 0 auto 30px;
  }

  .useSection__subTitle {
    width: 232px;
    margin-bottom: 31px;
  }

  .useStepScrollWrap {
    position: relative;
  }

  .useStepScroll {
    width: calc(100% + 20px);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .useStepScroll::-webkit-scrollbar {
    display: none;
  }

  .useStepList {
    display: flex;
    gap: 10px;
    width: max-content;
    padding-right: 20px;
  }

  .useStepList__item {
    flex: 0 0 335px;
  }

  .useStepList__step {
    margin-bottom: 25px;
    padding: 1px;
    font-size: 18px;
  }

  .useStepList__text {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .useStepList__app {
    display: block;
    margin-top: 47px;
  }

  .useStepList__qr {
    display: none;
  }

  .useStepList__buttons .appButtons__item {
    text-align: center;
  }

  .useStepList__buttons .appButtons__item [src*="download_appstore.png?260529"] {
    width: 196px;
  }

  .useStepList__buttons .appButtons__item [src*="download_google.png?260529"] {
    width: 242px;
  }

  .useStepList__buttons .appButtons__item+.appButtons__item {
    margin-top: 47px;
  }

  .appButtons__item [href*="https://sushiro.onelink.me"] {
    display: inline;
  }

  .appButtons__item [href*="https://itunes.apple.com"],
  .appButtons__item [href*="https://play.google.com"] {
    display: none;
  }

  .useStepList__item:nth-child(3) .useStepList__image {
    width: 278px;
  }

  .useStepBar {
    position: relative;
    width: 240px;
    height: 6px;
    margin: 0 auto;
    background: #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
  }

  .useStepBar__thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    background: #b81c22;
    border-radius: 10px;
  }

  .functionUseSection {
    padding: 60px 0 70px;
  }

  .functionUseSection__inner {
    width: calc(100% - 40px);
  }

  .functionUseSection__title {
    width: 212px;
    margin-bottom: 24px;
  }

  .functionUseNav {
    gap: 14px;
    margin-bottom: 52px;
  }

  .functionUseNav__item {
    flex-direction: column;
    width: 100%;
    height: 102px;
    padding: 5px;
    border-width: 2px;
    border-radius: 5px;
    font-size: 13px;
  }

  .functionUseNav__icon {
    width: 44px;
  }

  .functionUseNav__textWrap {
    gap: 3px;
  }

  .functionUseNav__textWrap img {
    width: 10px;
  }

  .functionUseBlock {
    padding: 24px 10px;
  }

  .functionUseBlock+.functionUseBlock {
    margin-top: 60px;
  }

  .functionUseBlock__lead {
    font-size: 18px;
  }

  .functionUseBlock__title {
    margin-top: 8px;
    font-size: 28px;
  }

  .functionUseBlock__icon {
    width: 40px;
  }

  .functionUseBlock__text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.6;
  }

  .functionUseCase {
    margin-top: 40px;
    padding: 0 10px;
  }

  .functionUseCase__title {
    padding: 1px;
    font-size: 16px;
  }

  .functionUseCase__lead {
    margin-top: 10px;
    font-size: 16px;
  }

  .functionUseCase__lead sup {
    font-size: 10px;
  }

  .functionUseReserve__visual {
    display: block;
    margin-top: 25px;
  }

  .functionUseReserve__visual img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  .functionUseReserve__visual img+img {
    margin-top: 34px;
  }

  .functionUseReserve__text {
    margin-top: unset;
    font-size: 15px;
  }

  .functionUseScene {
    margin-top: 30px;
    padding: 0 10px;
  }

  .functionUseScene__title {
    gap: 13px;
    font-size: 16px;
  }

  .functionUseScene__title::before,
  .functionUseScene__title::after {
    max-width: none;
    border-top-width: 3px;
  }

  .functionUseScene__list {
    flex-direction: column;
    gap: 28px;
    margin-top: 30px;
  }

  .functionUseScene__list li {
    width: 100%;
  }

  .functionUseScene__list img {
    margin-bottom: 10px;
  }

  .functionUseScene__list p {
    font-size: 16px;
  }

  .functionUseStep {
    display: block;
    margin-top: 30px;
  }

  .functionUseStep li {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .functionUseStep li .text__block {
    order: -1;
  }

  .functionUseStep li+li {
    margin-top: 40px;
  }

  .functionUseStep li+li::before {
    top: -30px;
    bottom: unset;
    left: 50% !important;
    transform: translateX(-50%) rotate(90deg) !important;
  }

  .functionUseStep .img__block {
    margin-bottom: unset;
  }

  .functionUseStep__num {
    font-size: 16px;
  }

  .functionUseStep__title {
    margin-top: 0;
    font-size: 18px;
  }

  #functionPoint .functionUseStep__title {
    margin-bottom: 18px;
  }

  .functionUseStep__text {
    margin-top: 8px;
    font-size: 16px;
  }

  .functionUseNotes {
    margin: 19px 10px 0;
    padding-top: 12px;
  }

  .functionUseNotes li {
    padding-left: 15px;
    font-size: 10px;
  }

  .functionUseNotes li.functionUseNotes__item--note1,
  .functionUseNotes li.functionUseNotes__item--note2 {
    padding-left: 25px;
  }

  .functionUseNotes li::before {
    width: 15px;
  }

  .functionUseNotes li.functionUseNotes__item--note1::before,
  .functionUseNotes li.functionUseNotes__item--note2::before {
    width: 25px;
  }

  .functionUseFaq {
    margin-top: 60px;
  }

  .functionUseFaq a {
    width: 100%;
    height: 70px;
    font-size: 18px;
  }

  .functionUseFaq a::after {
    right: 50px;
  }

  .floatingBar {
    padding: 10px 0;
  }

  .floatingBar__inner {
    flex-direction: column;
    gap: 5px;
    padding: 0 12px;
  }

  .floatingBar__logo {
    display: none;
  }

  .floatingBar__text {
    font-size: 13px;
    line-height: 1.3;
    margin-bottom: 0;
  }

  .floatingBar__buttons {
    flex-direction: row;
    gap: 20px;
  }

  .floatingBar__btn img {
    height: auto;
  }

  .floatingBar__buttons li:nth-child(1) .floatingBar__btn img {
    width: 132px;
  }

  .floatingBar__buttons li:nth-child(2) .floatingBar__btn img {
    width: 163px;
  }

  .floatingBar__btn--pc {
    display: none;
  }

  .floatingBar__btn--sp {
    display: block;
  }

  .cv {
    padding: 28px 0;
  }

  .cv::before,
  .cv::after {
    height: 15px;
  }

  .cv__inner {
    width: calc(100% - 40px);
  }

  .cv__icon {
    width: 75px;
    margin-bottom: 14px;
  }

  .cv__title {
    font-size: 20px;
  }

  .cv__title::before,
  .cv__title::after {
    top: 1px;
    width: 18px;
    height: 13px;
  }

  .cv__title::before {
    margin-right: calc(16 / 750 * 100vw);
  }

  .cv__title::after {
    margin-left: calc(16 / 750 * 100vw);
  }

  .cvStore {
    gap: 10px;
    margin-top: 15px;
  }

  .cvStore__label {
    margin-bottom: 7px;
    font-size: 14px;
  }

  .cvStore__body {
    display: block;
  }

  .cvStore__btn img {
    height: calc(90 / 750 * 100vw);
  }

  .cvStore__qr {
    display: none;
  }

  .cvStore__btn--pc {
    display: none;
  }

  .cvStore__btn--sp {
    display: block;
  }

  .cvNotes {
    width: calc(640 / 750 * 100vw);
    margin-top: calc(36 / 750 * 100vw);
  }

  .cvNotes li {
    padding-left: 1em;
    font-size: 10px;
    line-height: 1.55;
  }
}