@charset "UTF-8";
@font-face {
  font-family: "CONDENSEicon";
  src: url("../fonts/CONDENSEicon.woff") format("woff"), url("../fonts/CONDENSEicon.otf") format("opentype"), url("../fonts/CONDENSEicon.eot") format("eot");
  font-display: swap;
}
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;
}

/* -----------------------------------------------------------------------
## Base ##################################################
----------------------------------------------------------------------- */
.spbr {
  display: inline;
}

.pcbr {
  display: none;
}

/* -----------------------------------------------------------------------
## Header ##################################################
----------------------------------------------------------------------- */
.pageHeader {
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: calc(18 / 750 * 100vw);
  background: #fff;
}
.pageHeader__logo {
  display: block;
  flex-basis: calc(92 / 750 * 100vw);
  max-width: calc(92 / 750 * 100vw);
}
.pageHeader .share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pageHeader .share__title {
  margin-right: calc(28 / 750 * 100vw);
  letter-spacing: 0.05em;
  font-size: calc(30 / 750 * 100vw);
  font-weight: bold;
}
.pageHeader .share__body {
  flex-basis: calc(60 / 750 * 100vw);
  max-width: calc(60 / 750 * 100vw);
  margin: 0 calc(14 / 750 * 100vw);
}

/* -----------------------------------------------------------------------
## Footer ##################################################
----------------------------------------------------------------------- */
.pageFooter {
  padding: 0 0 calc(100 / 750 * 100vw);
}
.pageFooter__logo {
  display: block;
  width: calc(140 / 750 * 100vw);
  margin: calc(66 / 750 * 100vw) auto 0;
}
.pageFooter .share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: calc(100 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
}
.pageFooter .share__title {
  flex-basis: 100%;
  min-width: 100%;
  letter-spacing: 0.05em;
  text-align: center;
  font-size: calc(40 / 750 * 100vw);
  font-weight: bold;
}
.pageFooter .share__title::before, .pageFooter .share__title::after {
  position: relative;
  top: -7px;
  display: inline-block;
  width: calc(28 / 750 * 100vw);
  height: 2px;
  background: #333;
  content: "";
}
.pageFooter .share__title::before {
  left: 2px;
  transform: rotate(45deg);
}
.pageFooter .share__title::after {
  right: 2px;
  transform: rotate(-45deg);
}
.pageFooter .share__body {
  flex-basis: calc(90 / 750 * 100vw);
  max-width: calc(90 / 750 * 100vw);
  margin: calc(56 / 750 * 100vw) calc(50 / 750 * 100vw) 0;
}

.cv {
  margin-top: calc(100 / 750 * 100vw);
  padding: calc(60 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
  background: #ad272e;
  color: #fff;
}
.cv__title {
  width: calc(672 / 750 * 100vw);
  margin: 0 auto;
}

.copyright {
  margin-top: calc(28 / 750 * 100vw);
  text-align: center;
}
.copyright small {
  font-size: calc(20 / 750 * 100vw);
}

/* -----------------------------------------------------------------------
## Floating ##################################################
----------------------------------------------------------------------- */
.floatingButton {
  position: fixed;
  bottom: calc(200 / 750 * 100vw);
  right: calc(40 / 750 * 100vw);
  z-index: 1000;
  width: calc(172 / 750 * 100vw);
  height: calc(172 / 750 * 100vw);
}

/* -----------------------------------------------------------------------
## AppButtons ##################################################
----------------------------------------------------------------------- */
.appButtons {
  display: flex;
  justify-content: center;
  margin-top: calc(60 / 750 * 100vw);
}
.appButtons__item {
  margin: 0 calc(10 / 750 * 100vw);
}
.appButtons__item [src*="download_appstore.png"] {
  width: calc(246 / 750 * 100vw);
}
.appButtons__item [src*="download_google.png"] {
  width: calc(301 / 750 * 100vw);
}
.appButtons__item [href*="https://itunes.apple.com"],
.appButtons__item [href*="https://play.google.com"] {
  display: none;
}

.appAttentions {
  line-height: 1.6666666667;
  margin-top: calc(20 / 750 * 100vw);
  letter-spacing: 0.05em;
  text-align: center;
  font-size: calc(24 / 750 * 100vw);
}
.appAttentions + .appAttentions {
  margin-top: calc(40 / 750 * 100vw);
}

.trademarks {
  width: calc(670 / 750 * 100vw);
  max-width: calc(750 / 750 * 100vw);
  margin: calc(28 / 750 * 100vw) auto 0;
}
.trademarks small {
  display: inline-block;
  line-height: 1.5;
  font-size: calc(20 / 750 * 100vw);
}

/* -----------------------------------------------------------------------
## Button ##################################################
----------------------------------------------------------------------- */
.squareButton {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(590 / 750 * 100vw);
  height: calc(140 / 750 * 100vw);
  margin: auto;
  padding: calc(20 / 750 * 100vw);
  border-radius: 7px;
  background: #333;
  color: #fff;
  text-decoration: none;
  box-shadow: 0px calc(6 / 750 * 100vw) calc(10 / 750 * 100vw) 0px rgba(19, 12, 17, 0.2);
  letter-spacing: 0.05em;
  font-size: calc(40 / 750 * 100vw);
  font-weight: bold;
}
.squareButton::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 1em;
  height: 1em;
  line-height: 1;
  margin: auto;
  content: "ú";
  font-family: "CONDENSEicon";
  font-size: calc(24 / 750 * 100vw);
}

/* -----------------------------------------------------------------------
## Animation ##################################################
----------------------------------------------------------------------- */
@keyframes rotateKvBgSp {
  from {
    transform: translate(-50%, 0) rotate(0deg);
  }
  to {
    transform: translate(-50%, 0) rotate(359deg);
  }
}
@keyframes dakkoParadeSp {
  from {
    background-position: 0 calc(90 / 750 * 100vw);
  }
  to {
    background-position: calc(-2214 / 750 * 100vw) calc(90 / 750 * 100vw);
  }
}
.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, calc(150 / 750 * 100vw));
  -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);
}

@media screen and (min-width: 769px) {
  html, body {
    min-width: 1044px;
  }

  /* -----------------------------------------------------------------------
  ## Base ##################################################
  ----------------------------------------------------------------------- */
  .spbr {
    display: none;
  }

  .pcbr {
    display: inline;
  }

  /* -----------------------------------------------------------------------
  ## Header ##################################################
  ----------------------------------------------------------------------- */
  .pageHeader {
    max-width: 1024px;
    margin: 0 auto;
    padding: 11px 0;
    background: #fff;
  }
  .pageHeader__logo {
    display: block;
    flex-basis: 62px;
    max-width: 62px;
    transition: opacity 0.1s 0s linear;
  }
  .pageHeader__logo:hover {
    opacity: 0.7;
  }
  .pageHeader .share__title {
    font-size: 1.125rem;
    font-weight: bold;
  }
  .pageHeader .share__body {
    flex-basis: 40px;
    max-width: 40px;
    margin: 0 10px;
  }
  .pageHeader .share__body a {
    transition: opacity 0.1s 0s linear;
  }
  .pageHeader .share__body a:hover {
    opacity: 0.7;
  }
  .pageHeader .share__body:last-child {
    margin-right: 0;
  }

  /* -----------------------------------------------------------------------
  ## Footer ##################################################
  ----------------------------------------------------------------------- */
  .pageFooter {
    padding: 0 0 50px;
  }
  .pageFooter__logo {
    display: block;
    width: 95px;
    margin: 45px auto 0;
    transition: opacity 0.1s 0s linear;
  }
  .pageFooter__logo:hover {
    opacity: 0.7;
  }
  .pageFooter .share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 95px 0 100px;
  }
  .pageFooter .share__title {
    flex-basis: 100%;
    min-width: 100%;
    letter-spacing: 0.05em;
    text-align: center;
    font-size: 1.75rem;
    font-weight: bold;
  }
  .pageFooter .share__title::before, .pageFooter .share__title::after {
    position: relative;
    top: -7px;
    display: inline-block;
    width: 34px;
    height: 2px;
    background: #333;
    content: "";
  }
  .pageFooter .share__title::before {
    left: 2px;
    transform: rotate(45deg);
  }
  .pageFooter .share__title::after {
    right: 2px;
    transform: rotate(-45deg);
  }
  .pageFooter .share__body {
    flex-basis: 62px;
    max-width: 62px;
    margin: 41px 35px 0;
  }
  .pageFooter .share__body a {
    transition: opacity 0.1s 0s linear;
  }
  .pageFooter .share__body a:hover {
    opacity: 0.7;
  }

  .cv {
    margin-top: 95px;
    padding: 55px 0 60px;
    background: #ad272e;
    color: #fff;
  }
  .cv__title {
    width: 470px;
    margin: 0 auto;
  }
  .cv .appButtons {
    margin-top: 40px;
  }

  .copyright {
    margin-top: 30px;
    text-align: center;
  }
  .copyright small {
    letter-spacing: 0.1em;
    font-size: 0.875rem;
  }

  /* -----------------------------------------------------------------------
  ## Floating ##################################################
  ----------------------------------------------------------------------- */
  .floatingButton {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 1000;
    width: 100px;
    height: 100px;
    transition: transform 0.4s 0s ease-in-out;
  }
  .floatingButton:hover {
    transform: rotateY(360deg);
  }

  /* -----------------------------------------------------------------------
  ## AppButtons ##################################################
  ----------------------------------------------------------------------- */
  .appButtons {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .appButtons__item {
    margin: 0 5px;
  }
  .appButtons__item [src*="download_appstore.png"] {
    width: 172px;
  }
  .appButtons__item [src*="download_google.png"] {
    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;
  }

  .appAttentions {
    line-height: 1.625;
    margin-top: 15px;
    letter-spacing: 0.05em;
    text-align: center;
    font-size: 1rem;
  }
  .appAttentions + .appAttentions {
    margin-top: 10px;
  }

  .trademarks {
    width: auto;
    max-width: none;
    margin: 30px auto 0;
    text-align: center;
  }
  .trademarks small {
    display: inline-block;
    line-height: 1.5;
    font-size: 0.875rem;
  }

  /* -----------------------------------------------------------------------
  ## Button ##################################################
  ----------------------------------------------------------------------- */
  .squareButton {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    height: 80px;
    margin: auto;
    padding: 10px;
    border: 1px solid #333;
    border-radius: 14px;
    background: #333;
    color: #fff;
    text-decoration: none;
    box-shadow: 0px 3px 5px 0px rgba(19, 12, 17, 0.2);
    letter-spacing: 0.05em;
    font-size: 1.25rem;
    font-weight: bold;
    transition: color 0.1s 0s linear, background-color 0.1s 0s linear;
  }
  .squareButton::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    width: 1em;
    height: 1em;
    line-height: 1;
    margin: auto;
    content: "ú";
    font-family: "CONDENSEicon";
    font-size: 0.75rem;
  }
  .squareButton:hover {
    background: #fff;
    color: #333;
  }

  /* -----------------------------------------------------------------------
  ## Animation ##################################################
  ----------------------------------------------------------------------- */
  @keyframes rotateKvBgPc {
    from {
      transform: translate(300px, 0) rotate(0deg);
    }
    to {
      transform: translate(300px, 0) rotate(359deg);
    }
  }
  @keyframes dakkoParadePc {
    from {
      background-position: 0 86px;
    }
    to {
      background-position: -1107px 86px;
    }
  }
  .ani-fadeUp {
    opacity: 0;
    transform: translate(0, 75px);
    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);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* -----------------------------------------------------------------------
## KV ##################################################
----------------------------------------------------------------------- */
.kv {
  padding: calc(60 / 750 * 100vw) 0;
  position: relative;
  background: #ad272e;
}
.kv__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.kv__bg::after {
  position: absolute;
  bottom: calc(-690 / 750 * 100vw);
  left: 50%;
  width: calc(1806 / 750 * 100vw);
  height: calc(1806 / 750 * 100vw);
  opacity: 0;
  transform: translate(-50%, 0) rotate(0deg);
  background: transparent url("../images/bg_kv.png") no-repeat center center;
  background-size: calc(1806 / 750 * 100vw) auto;
  content: "";
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: opacity, transform;
  animation: rotateKvBgSp 300s linear 0s infinite normal none running;
  transition: opacity 1.4s 0s ease-in;
}
.kv__inner {
  position: relative;
  z-index: 2;
}
.kv__image {
  position: relative;
  margin-top: calc(88 / 750 * 100vw);
  margin-bottom: calc(-205 / 750 * 100vw);
  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: calc(442 / 750 * 100vw);
  margin: 0 auto -20px;
}
.kv__balloon01, .kv__balloon02 {
  position: absolute;
  top: calc(-5 / 750 * 100vw);
  z-index: 3;
  width: calc(216 / 750 * 100vw);
  height: calc(216 / 750 * 100vw);
}
.kv__balloon01 {
  left: calc(25 / 750 * 100vw);
}
.kv__balloon01 img {
  transform: scale(0);
  transform-origin: 100% calc(220 / 750 * 100vw);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  transition: transform 0.4s 1s cubic-bezier(0.12, 0.82, 0.57, 1.43);
}
.kv__balloon02 {
  top: calc(314 / 750 * 100vw);
  right: calc(5 / 750 * 100vw);
}
.kv__balloon02 img {
  transform: scale(0);
  transform-origin: 0 calc(220 / 750 * 100vw);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  transition: transform 0.4s 1s cubic-bezier(0.12, 0.82, 0.57, 1.43);
}
.kv__salmon {
  position: absolute;
  bottom: calc(60 / 750 * 100vw);
  left: calc(26 / 750 * 100vw);
  z-index: 1;
  width: calc(146 / 750 * 100vw);
  height: calc(280 / 750 * 100vw);
  transform: translate(calc(180 / 750 * 100vw), 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  transition: transform 0.6s 1s cubic-bezier(0.26, 0.81, 0.25, 1);
}
.kv.is-show .pageTitle,
.kv.is-show .kv__image {
  opacity: 1;
  transform: translate(0, 0);
}
.kv.is-show .kv__balloon01 img,
.kv.is-show .kv__balloon02 img {
  transform: scale(1);
}
.kv.is-show .kv__salmon {
  transform: translate(0, 0);
}
.kv.is-show .kv__bg::after {
  opacity: 1;
}

.pageTitle {
  width: calc(672 / 750 * 100vw);
  margin: 0 auto;
  opacity: 0;
  transform: translate(0, calc(150 / 750 * 100vw));
  -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);
}

/* -----------------------------------------------------------------------
## Download ##################################################
----------------------------------------------------------------------- */
.download {
  padding: calc(180 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
}
.download__title {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: calc(40 / 750 * 100vw);
}
.download__title::before, .download__title::after {
  position: relative;
  top: -7px;
  display: inline-block;
  width: calc(50 / 750 * 100vw);
  height: 2px;
  background: #333;
  content: "";
}
.download__title::before {
  left: 2px;
  transform: rotate(45deg);
}
.download__title::after {
  right: 2px;
  transform: rotate(-45deg);
}
.download .appButtons {
  margin-top: calc(36 / 750 * 100vw);
}
.download__note {
  margin-top: calc(20 / 750 * 100vw);
  text-align: center;
}
.download__note small {
  letter-spacing: 0.03em;
  font-size: calc(24 / 750 * 100vw);
}

/* -----------------------------------------------------------------------
## Tab ##################################################
----------------------------------------------------------------------- */
.tab {
  box-sizing: content-box;
  height: calc(124 / 750 * 100vw);
  border-bottom: 3px solid #ad272e;
}
.tab__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 calc(20 / 750 * 100vw);
  box-sizing: border-box;
}
.tab__item {
  position: relative;
  display: flex;
  align-items: center;
  width: calc(337 / 750 * 100vw);
  height: calc(94 / 750 * 100vw);
  padding: 0 calc(35 / 750 * 100vw);
  border: 3px solid #ad272e;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  background: #fff;
  font-size: calc(32 / 750 * 100vw);
  font-weight: bold;
}
.tab__item::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(25 / 750 * 100vw);
  width: 1em;
  height: 1em;
  line-height: 1;
  margin: auto;
  color: #ad272e;
  content: "û";
  font-family: "CONDENSEicon";
  font-size: calc(26 / 750 * 100vw);
}
.tab__item.is-active {
  width: calc(345 / 750 * 100vw);
  height: calc(124 / 750 * 100vw);
  background: #ad272e;
  color: #fff;
  pointer-events: none;
}
.tab__item.is-active::after {
  color: #fff152;
}

.tabContents {
  display: none;
}
.tabContents.is-active {
  display: block;
}

/* -----------------------------------------------------------------------
## Ancor ##################################################
----------------------------------------------------------------------- */
.ancor {
  padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw) calc(10 / 750 * 100vw);
  background: #fff6d6;
}
.ancor__title {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: calc(42 / 750 * 100vw);
}
.ancor__title strong {
  display: inline-block;
  color: #ad272e;
  font-size: calc(60 / 750 * 100vw);
}
.ancor__title strong::first-letter {
  font-size: calc(70 / 750 * 100vw);
}
.ancorList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  counter-reset: point;
  margin-top: calc(30 / 750 * 100vw);
}
.ancorList__item {
  position: relative;
  flex-basis: calc(320 / 750 * 100vw);
  max-width: calc(320 / 750 * 100vw);
  height: calc(220 / 750 * 100vw);
  margin-bottom: calc(40 / 750 * 100vw);
  background: #ad272e;
  box-shadow: 0px calc(10 / 750 * 100vw) calc(20 / 750 * 100vw) 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  counter-increment: point;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: opacity, transform;
}
.ancorList__item:nth-child(even) {
  /*margin-left: calc(30 / 750 * 100vw);*/
}
.ancorList__item img {
  position: absolute;
  top: calc(-28 / 750 * 100vw);
  left: 0;
  right: 0;
  z-index: 2;
  width: calc(108 / 750 * 100vw);
  height: calc(108 / 750 * 100vw);
  margin: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  transform: translate(calc(-90 / 750 * 100vw), 0) scale(0);
  transform-origin: 100% 100%;
}
.ancorList__item:nth-child(1) {
  transition: opacity 0.7s 0s linear, transform 0.8s 0s cubic-bezier(0.12, 0.82, 0.57, 1.43);
}
.ancorList__item:nth-child(1) img {
  transition: transform 0.4s 0.6s cubic-bezier(0.12, 0.82, 0.57, 1.43);
}
.ancorList__item:nth-child(2) {
  transition: opacity 0.7s 0.1s linear, transform 0.8s 0.1s cubic-bezier(0.12, 0.82, 0.57, 1.43);
}
.ancorList__item:nth-child(2) img {
  transition: transform 0.4s 0.7s cubic-bezier(0.12, 0.82, 0.57, 1.43);
}
.ancorList__item:nth-child(3) {
  transition: opacity 0.7s 0.2s linear, transform 0.8s 0.2s cubic-bezier(0.12, 0.82, 0.57, 1.43);
}
.ancorList__item:nth-child(3) img {
  transition: transform 0.4s 0.8s cubic-bezier(0.12, 0.82, 0.57, 1.43);
}
.ancorList__item:nth-child(4) {
  transition: opacity 0.7s 0.3s linear, transform 0.8s 0.3s cubic-bezier(0.12, 0.82, 0.57, 1.43);
}
.ancorList__item:nth-child(4) img {
  transition: transform 0.4s 0.9s cubic-bezier(0.12, 0.82, 0.57, 1.43);
}
.ancorList__item.is-show img {
  transform: translate(-45px, 0) scale(1);
}
.ancorList__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  line-height: calc(24 / 18);
  padding: 0 0 calc(10 / 750 * 100vw);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: calc(36 / 750 * 100vw);
  font-weight: bold;
}
.ancorList__inner::after {
  position: absolute;
  bottom: calc(10 / 750 * 100vw);
  left: 0;
  width: 100%;
  text-align: center;
  content: "û";
  color: #fff152;
  font-size: calc(24 / 750 * 100vw);
  font-family: "CONDENSEicon";
}
.ancorList__inner span::before {
  display: block;
  line-height: 1;
  text-align: center;
  content: counter(point);
  font-size: calc(50 / 750 * 100vw);
  font-family: "Roboto", sans-serif;
}
.ancorList__inner strong {
  line-height: 1.2;
  font-size: calc(40 / 750 * 100vw);
}

/* -----------------------------------------------------------------------
## How to use ##################################################
----------------------------------------------------------------------- */
.tabContents {
  counter-reset: howtouse;
}

.howToUse__title {
  text-align: center;
  counter-increment: howtouse;
}
.howToUse__title::before {
  display: block;
  line-height: 1;
  margin-bottom: calc(20 / 750 * 100vw);
  text-align: center;
  color: #ad272e;
  content: counter(howtouse);
  font-size: calc(140 / 750 * 100vw);
  font-family: "Roboto", sans-serif;
}
.howToUse__mainTitle, .howToUse__subTitle {
  display: block;
  text-align: center;
  letter-spacing: 0.05em;
}
.howToUse__mainTitle {
  color: #ad272e;
  font-size: calc(80 / 750 * 100vw);
  font-feature-settings: "palt";
}
.howToUse__subTitle {
  margin-bottom: 10px;
  font-size: calc(34 / 750 * 100vw);
}
.howToUse__lead {
  line-height: 1.7142857143;
  margin-top: calc(40 / 750 * 100vw);
  text-align: center;
  letter-spacing: 0.05em;
  font-size: calc(28 / 750 * 100vw);
  font-weight: bold;
}
.howToUse__note {
  margin-top: calc(2 / 750 * 100vw);
  text-align: center;
  font-size: calc(20 / 750 * 100vw);
}
.howToUse__image {
  position: relative;
  z-index: 2;
  width: calc(498 / 750 * 100vw);
  height: calc(927 / 750 * 100vw);
  margin: calc(60 / 750 * 100vw) auto calc(-480 / 750 * 100vw);
  padding: 0;
}
.howToUse__image img {
  opacity: 1;
}
.howToUse__image img[src$=".gif"] {
  opacity: 1;
  transition: opacity 0.2s 0s ease;
}
.howToUse__merit {
  margin-top: calc(28 / 750 * 100vw);
  padding: 0 calc(40 / 750 * 100vw);
}
.howToUse__merit li {
  line-height: 1.4285714286;
  padding-left: 1.4em;
  text-indent: -1.4em;
  color: #ad272e;
  font-size: calc(28 / 750 * 100vw);
  font-weight: bold;
}
.howToUse__merit li::first-letter {
  margin-right: 0.2em;
}
.howToUse__merit li:nth-child(n+2) {
  margin-top: calc(18 / 750 * 100vw);
}

.examples {
  background: #fff6d6;
  padding: calc(40 / 750 * 100vw);
}
.examples__inner {
  padding: calc(490 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
  background: #fff;
  border-radius: 10px;
  box-shadow: calc(2 / 750 * 100vw) calc(2 / 750 * 100vw) calc(6 / 750 * 100vw) 0px rgba(4, 0, 0, 0.05);
}
.examples__title {
  margin-bottom: calc(40 / 750 * 100vw);
  text-align: center;
  letter-spacing: 0.05em;
  font-size: calc(40 / 750 * 100vw);
  font-feature-settings: "palt";
}
.examples__title::before, .examples__title::after {
  position: relative;
  top: -7px;
  display: inline-block;
  width: calc(50 / 750 * 100vw);
  height: 2px;
  background: #333;
  content: "";
}
.examples__title::before {
  left: 2px;
  transform: rotate(45deg);
}
.examples__title::after {
  right: 2px;
  transform: rotate(-45deg);
}
.examples__img {
  width: calc(602 / 750 * 100vw);
  margin: 0 auto;
}
.examples__img + .examples__img {
  margin-top: calc(60 / 750 * 100vw);
}

.sectionNotes {
  padding: calc(34 / 750 * 100vw) calc(40 / 750 * 100vw) 0;
}
.sectionNotes__item small {
  display: block;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.02em;
  font-size: calc(20 / 750 * 100vw);
}
.sectionNotes__item a {
  color: #ad272e;
}

/* 個別調整 ################# */
.howToUse01 {
  padding-top: calc(80 / 750 * 100vw);
}

.howToUse02 {
  padding-top: calc(70 / 750 * 100vw);
}

.howToUse03 {
  padding-top: calc(70 / 750 * 100vw);
}

.howToUse03 .sectionNotes__item:last-child {
  margin-top: calc(30 / 750 * 100vw);
}

.howToUse04 {
  padding-top: calc(40 / 750 * 100vw);
}

.howToUse04 .howToUse__image {
  margin-bottom: 0;
}

.howToUse04 .howToUse__button {
  margin-top: calc(14 / 750 * 100vw);
}

/* 宅配 ################# */
.delivery {
  margin-top: calc(114 / 750 * 100vw);
  padding: 0 calc(40 / 750 * 100vw);
}
.delivery__title {
  letter-spacing: 0.05em;
  text-align: center;
  font-size: calc(40 / 750 * 100vw);
}
.delivery__title::before, .delivery__title::after {
  position: relative;
  top: -7px;
  display: inline-block;
  width: calc(50 / 750 * 100vw);
  height: 2px;
  background: #333;
  content: "";
}
.delivery__title::before {
  left: 2px;
  transform: rotate(45deg);
}
.delivery__title::after {
  right: 2px;
  transform: rotate(-45deg);
}
.delivery img {
  display: block;
  width: 100%;
  margin-top: calc(36 / 750 * 100vw);
}

.deliveryNote {
  margin-top: calc(26 / 750 * 100vw);
}
.deliveryNote__item {
  line-height: 1.5;
}
.deliveryNote__item small {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  font-size: calc(20 / 750 * 100vw);
}

/* 会員登録 ################# */
.register {
  margin-top: calc(120 / 750 * 100vw);
  padding: calc(110 / 750 * 100vw) 0 calc(120 / 750 * 100vw);
  background: #fff6d6;
}
.register__title {
  text-align: center;
  color: #ad272e;
  font-size: calc(90 / 750 * 100vw);
}
.register__lead {
  margin-top: calc(44 / 750 * 100vw);
  text-align: center;
  letter-spacing: 0.05em;
  font-size: calc(28 / 750 * 100vw);
  font-weight: bold;
}
.register__image {
  display: block;
  width: calc(427 / 750 * 100vw);
  height: auto;
  margin: calc(54 / 750 * 100vw) auto 0;
}
.register__text {
  line-height: 1.7142857143;
  margin-top: calc(40 / 750 * 100vw);
  padding: 0 calc(55 / 750 * 100vw);
  text-align: center;
  letter-spacing: 0.05em;
  font-size: calc(28 / 750 * 100vw);
  font-weight: bold;
}
.register__text strong {
  display: block;
  line-height: 1.5;
  margin-top: calc(70 / 750 * 100vw);
  color: #ad272e;
  font-size: calc(40 / 750 * 100vw);
  font-weight: bold;
}
.register .squareButton {
  margin-top: calc(50 / 750 * 100vw);
}
.register__note {
  margin-top: calc(40 / 750 * 100vw);
  padding: 0 calc(40 / 750 * 100vw);
}
.register__note small {
  display: block;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
  font-size: calc(20 / 750 * 100vw);
}

/* 他にも使える楽しい機能 ################# */
.functions {
  padding: calc(120 / 750 * 100vw) 0 calc(90 / 750 * 100vw);
  background: #ad272e;
}
.functions__title {
  color: #fff;
  text-align: center;
}
.functions__mainTitle {
  display: block;
  letter-spacing: 0.05em;
  font-size: calc(70 / 750 * 100vw);
}
.functions__subTitle {
  display: block;
  margin-bottom: calc(20 / 750 * 100vw);
  letter-spacing: 0.05em;
  font-size: calc(34 / 750 * 100vw);
}

.functionsList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: calc(40 / 750 * 100vw);
  padding: 0 calc(40 / 750 * 100vw);
}

.function {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: calc(320 / 750 * 100vw);
  height: calc(360 / 750 * 100vw);
  margin-bottom: calc(30 / 750 * 100vw);
  padding: 0 0 calc(20 / 750 * 100vw);
  border-radius: 10px;
  box-shadow: 0px calc(6 / 750 * 100vw) calc(10 / 750 * 100vw) 0px rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: opacity, transform;
  overflow: hidden;
}
.function::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(70 / 750 * 100vw);
  height: calc(70 / 750 * 100vw);
  background: #f5c200;
  transform: translate(50%, 50%) rotate(45deg);
  content: "";
}
.function__inner {
  width: 100%;
}
.function__name {
  text-align: center;
  font-size: calc(24 / 750 * 100vw);
  font-weight: bold;
}
.function__caption {
  line-height: 1.5;
  margin-top: calc(30 / 750 * 100vw);
  text-align: center;
  font-size: calc(30 / 750 * 100vw);
  font-weight: bold;
}
.function__caption b {
  color: #ad272e;
}
.function:nth-child(even) {
  margin-left: calc(30 / 750 * 100vw);
}
.function:nth-child(1) {
  background: #fff url("../images/icon_menu.png") no-repeat center calc(80 / 750 * 100vw);
  background-size: calc(118 / 750 * 100vw) auto;
  transition: opacity 0.7s 0s linear, transform 0.8s 0s cubic-bezier(0.12, 0.82, 0.57, 1.43);
}
.function:nth-child(2) {
  background: #fff url("../images/icon_search.png") no-repeat center calc(70 / 750 * 100vw);
  background-size: calc(62 / 750 * 100vw) auto;
  transition: opacity 0.7s 0.1s linear, transform 0.8s 0.1s cubic-bezier(0.12, 0.82, 0.57, 1.43);
}
.function:nth-child(3) {
  background: #fff url("../images/icon_news.png") no-repeat center calc(76 / 750 * 100vw);
  background-size: calc(58 / 750 * 100vw) auto;
  transition: opacity 0.7s 0s linear, transform 0.8s 0s cubic-bezier(0.12, 0.82, 0.57, 1.43);
}
.function:nth-child(4) {
  background: #fff url("../images/icon_game.png") no-repeat center calc(70 / 750 * 100vw);
  background-size: calc(102 / 750 * 100vw) auto;
  transition: opacity 0.7s 0.1s linear, transform 0.8s 0.1s cubic-bezier(0.12, 0.82, 0.57, 1.43);
}

/* だっこずしパレード ################# */
.dakkoParade {
  width: 100%;
  overflow: hidden;
  padding: calc(130 / 750 * 100vw) 0;
  background: url("../images/bg_dakko.png") repeat-x 0 calc(91 / 750 * 100vw);
  background-size: calc(2214 / 750 * 100vw) auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  animation: dakkoParadeSp 30s linear 0s infinite normal none running;
}

/* -----------------------------------------------------------------------
## Point ##################################################
----------------------------------------------------------------------- */
.pointHeader {
  padding: calc(44 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  background: #fff6d6;
}

.pointTitle {
  position: relative;
  overflow: hidden;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.pointTitle::before {
  position: absolute;
  top: calc(60 / 750 * 100vw);
  left: calc(-50 / 750 * 100vw);
  width: calc(190 / 750 * 100vw);
  height: calc(226 / 750 * 100vw);
  background: url("../images/img_dakko_salmon02.png") no-repeat 0 0;
  background-size: 100% auto;
  opacity: 1;
  transform: translate(calc(-140 / 750 * 100vw), 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: opacity, transform;
  transition: opacity 0.2s 0.8s linear, transform 0.4s 0.8s ease-out;
  content: "";
}
.pointTitle::after {
  position: absolute;
  top: calc(50 / 750 * 100vw);
  right: calc(-60 / 750 * 100vw);
  width: calc(192 / 750 * 100vw);
  height: calc(230 / 750 * 100vw);
  background: url("../images/img_dakko_tuna.png") no-repeat 0 0;
  background-size: 100% auto;
  opacity: 1;
  transform: translate(calc(140 / 750 * 100vw), 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: opacity, transform;
  transition: opacity 0.2s 0.8s linear, transform 0.4s 0.8s ease-out;
  content: "";
}
.pointTitle__subText {
  font-size: calc(34 / 750 * 100vw);
}
.pointTitle__image {
  display: block;
  width: calc(316 / 750 * 100vw);
  margin: calc(18 / 750 * 100vw) auto calc(52 / 750 * 100vw);
}
.pointTitle__mainText {
  line-height: 1.3;
  font-size: calc(54 / 750 * 100vw);
}
.pointTitle__mainText strong {
  color: #ad272e;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 50%, #fff03c 50%, #fff03c 100%);
}
.pointTitle.is-show::before, .pointTitle.is-show::after {
  opacity: 1;
  transform: translate(0, 0);
}

.benefit {
  position: relative;
  width: calc(670 / 750 * 100vw);
  height: calc(1080 / 750 * 100vw);
  margin: calc(128 / 750 * 100vw) auto 0;
  border: 5px solid #000;
  border-radius: 10px;
  background: #fff;
}
.benefit > p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.benefit img {
  position: absolute;
  z-index: 2;
  width: calc(186 / 750 * 100vw);
  height: calc(186 / 750 * 100vw);
  opacity: 0;
  transform: translate(0, calc(150 / 750 * 100vw));
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: opacity, transform;
}

.benefit01 {
  background: url("../images/bg_benefit01.png") no-repeat calc(156 / 750 * 100vw) calc(16 / 750 * 100vw);
  background-size: calc(450 / 750 * 100vw) auto;
}
.benefit01 img {
  top: calc(64 / 750 * 100vw);
  left: calc(20 / 750 * 100vw);
  width: calc(206 / 750 * 100vw);
  height: calc(208 / 750 * 100vw);
}
.benefit01.is-show img {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.7s 0.2s linear, transform 0.8s 0.2s cubic-bezier(0.12, 0.82, 0.57, 1.43);
}

.benefit02 {
  background: url("../images/bg_benefit02.png") no-repeat left calc(20 / 750 * 100vw) bottom calc(270 / 750 * 100vw);
  background-size: calc(334 / 750 * 100vw) auto;
}
.benefit02 img {
  bottom: calc(450 / 750 * 100vw);
  left: calc(50 / 750 * 100vw);
}
.benefit02.is-show img {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.7s 0.2s linear, transform 0.8s 0.2s cubic-bezier(0.12, 0.82, 0.57, 1.43);
}

.benefit03 {
    background: url(../images/bg_benefit03.png) no-repeat right calc(36 / 750 * 100vw) bottom calc(270 / 750 * 100vw);
    background-size: calc(250 / 750 * 100vw) auto;
    transition: opacity 0.4s 0.2s linear;
}
.benefit03 img {
  bottom: calc(450 / 750 * 100vw);
  right: calc(120 / 750 * 100vw);
}
.benefit03.is-show img {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.7s 0.4s linear, transform 0.8s 0.4s cubic-bezier(0.12, 0.82, 0.57, 1.43);
}
.benefit .benefit04 {
    position: absolute;
    bottom: calc(30 / 750 * 100vw);
    right: 0;
    left: 0;
    margin: auto;
    width: 95%;
}
.benefit .benefit04 p {
    color: #ad272e;
    font-weight: bold;
    line-height: 1.45;
    text-indent: -5%;
    padding-left: 4%;
    font-size: calc(23 / 750 * 100vw);
}
/* .benefit > p.benefit05 {
    top: 95%;
    right: 0;
    width: 95%;
    color: #ad272e;
    font-weight: bold;
    left: 0;
    line-height: 1.45;
    text-indent: -5%;
	padding-left: 4%;
    font-size: calc(23 / 750 * 100vw);
    margin: auto;
} */

.howToCollect {
  padding-top: calc(90 / 750 * 100vw);
}
.howToCollect__title {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: calc(80 / 750 * 100vw);
  font-weight: bold;
}
.howToCollect__title b {
  color: #ad272e;
}
.howToCollect__lead {
  line-height: 1.5384615385;
  margin-top: calc(20 / 750 * 100vw);
  padding: 0 calc(40 / 750 * 100vw);
  text-align: center;
  color: #ad272e;
  font-size: calc(26 / 750 * 100vw);
  font-weight: bold;
}

.case {
  margin-top: calc(50 / 750 * 100vw);
}
.case__title {
  width: calc(670 / 750 * 100vw);
  margin: 0 auto;
  padding: calc(20 / 750 * 100vw) 0;
  border-radius: 5px;
  background: #ad272e;
  color: #fff;
  text-align: center;
  font-size: calc(50 / 750 * 100vw);
  font-weight: bold;
}
.case__lead {
  line-height: 1.5882352941;
  margin-top: calc(50 / 750 * 100vw);
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: calc(34 / 750 * 100vw);
}
.case__lead sup {
  font-size: calc(20 / 750 * 100vw);
}
.case .yellowBg {
  margin-top: calc(50 / 750 * 100vw);
}

.yellowBg {
  padding: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw);
  background: #fff6d6;
}

.flow {
  width: calc(670 / 750 * 100vw);
  margin: 0 auto;
  padding: calc(44 / 750 * 100vw) calc(50 / 750 * 100vw);
  border-radius: 10px;
  background: #fff;
}
.flow__item {
  position: relative;
  text-align: center;
}
.flow__item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: calc(72 / 750 * 100vw);
  height: calc(98 / 750 * 100vw);
  margin: 0 auto;
  background: url("../images/arrow_flow.svg") no-repeat 0 0;
  background-size: 100% auto;
  opacity: 0;
  transform: translate(0, calc(-100 / 750 * 100vw));
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: opacity, transform;
  transition: opacity 0.6s 0.2s linear, transform 0.6s 0.2s ease-out;
  content: "";
}
.flow__item:nth-child(n+2) {
  margin-top: calc(45 / 750 * 100vw);
}
.flow__item.is-show::after {
  opacity: 1;
  transform: translate(0, 0);
}

.caseNote {
  padding: calc(34 / 750 * 100vw) calc(40 / 750 * 100vw);
}
.caseNote__item {
  position: relative;
  padding-left: 1.5em;
}
.caseNote__item small {
  display: block;
  line-height: 1.5;
  font-size: calc(20 / 750 * 100vw);
}
.caseNote__item:nth-child(n+2) {
  margin-top: calc(20 / 750 * 100vw);
}
.caseNote__bullet {
  position: absolute;
  top: 0;
  left: 0;
}

.case01 .flow {
  padding: calc(44 / 750 * 100vw) calc(85 / 750 * 100vw);
}
.case01 .flow__item:nth-child(1)::after {
  bottom: calc(-50 / 750 * 100vw);
}
.case01 .flow__item:nth-child(2) {
  margin-top: calc(30 / 750 * 100vw);
}
.case01 .flow__item:nth-child(2)::after {
  bottom: calc(-60 / 750 * 100vw);
}
.case01 .flow__item:nth-child(3) {
  margin-top: calc(60 / 750 * 100vw);
}
.case01 .flow__item:nth-child(3)::after {
  display: none;
}

.case02 .flow__item:nth-child(1)::after {
  bottom: calc(-45 / 750 * 100vw);
}
.case02 .flow__item:nth-child(2)::after {
  bottom: calc(-35 / 750 * 100vw);
}
.case02 .flow__item:nth-child(3) {
  margin-right: 0;
}
.case02 .flow__item:nth-child(3) img {
  transform: translate(calc(20 / 750 * 100vw), 0);
}
.case02 .flow__item:nth-child(3)::after {
  display: none;
}

.rankup {
  margin-top: calc(34 / 750 * 100vw);
}
.rankup .yellowBg {
  margin-top: calc(40 / 750 * 100vw);
  padding: calc(90 / 750 * 100vw) 0 calc(75 / 750 * 100vw);
}
.rankup__title {
  line-height: 1.2857142857;
  text-align: center;
  font-size: calc(70 / 750 * 100vw);
  font-weight: bold;
}
.rankup__title b {
  color: #ad272e;
}
.rankup__lead {
  line-height: 1.5882352941;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: calc(34 / 750 * 100vw);
  font-weight: bold;
}
.rankup__note {
  padding: calc(34 / 750 * 100vw) calc(40 / 750 * 100vw);
}
.rankup__note small {
  display: block;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
  font-size: calc(20 / 750 * 100vw);
}
.rankup__note .txt_notice{
	color: #ad272e;
	font-weight: bold;
	font-size: calc(20 / 750 * 100vw);
	letter-spacing: -0.5px;
}

.rannkupSlide {
  margin-top: calc(56 / 750 * 100vw);
}
.rannkupSlide .slide__item {
  position: relative;
  height: calc(400 / 750 * 100vw);
}
.rannkupSlide .slide__item::after {
  position: absolute;
  top: calc(30 / 750 * 100vw);
  bottom: 0;
  right: calc(-20 / 750 * 100vw);
  z-index: 2;
  width: calc(43 / 750 * 100vw);
  height: calc(58 / 750 * 100vw);
  margin: auto;
  background: url("../images/arrow_flow.svg") no-repeat 0 0;
  background-size: 100% auto;
  transform: translate(0, 0) rotate(-90deg);
  content: "";
}
.rannkupSlide .slide__item img {
  width: auto;
  height: 100%;
}
.rannkupSlide .slide__item.slide--01, .rannkupSlide .slide__item.slide--02, .rannkupSlide .slide__item.slide--03, .rannkupSlide .slide__item.slide--04, .rannkupSlide .slide__item.slide--05 {
  padding: 0 calc(45 / 750 * 100vw);
}
.rannkupSlide .slide__item.slide--06, .rannkupSlide .slide__item.slide--07, .rannkupSlide .slide__item.slide--08 {
  margin: 0 calc(-20 / 750 * 100vw);
}
.rannkupSlide .slide__item:last-child::after {
  display: none;
}

.rannkupSlideCtrl {
  position: relative;
  width: 100%;
  height: calc(80 / 750 * 100vw);
  margin-top: calc(80 / 750 * 100vw);
}
.rannkupSlideCtrl .slick-prev {
  left: calc(20 / 750 * 100vw);
  z-index: 2;
  width: calc(80 / 750 * 100vw);
  height: calc(80 / 750 * 100vw);
  border-radius: 1000px;
  background: #ad272e;
  color: #fff;
}
.rannkupSlideCtrl .slick-prev::before {
  content: "ù";
  opacity: 1;
  font-family: "CONDENSEicon";
  font-size: calc(40 / 750 * 100vw);
}
.rannkupSlideCtrl .slick-next {
  right: calc(20 / 750 * 100vw);
  z-index: 2;
  width: calc(80 / 750 * 100vw);
  height: calc(80 / 750 * 100vw);
  border-radius: 1000px;
  background: #ad272e;
  color: #fff;
}
.rannkupSlideCtrl .slick-next::before {
  content: "ú";
  opacity: 1;
  font-family: "CONDENSEicon";
  font-size: calc(40 / 750 * 100vw);
}
.rannkupSlideCtrl .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  z-index: 1;
  height: calc(80 / 750 * 100vw);
}
.rannkupSlideCtrl .slick-dots li {
  flex-basis: calc(20 / 750 * 100vw);
  max-width: calc(20 / 750 * 100vw);
  height: calc(20 / 750 * 100vw);
  margin: 0 calc(20 / 750 * 100vw);
}
.rannkupSlideCtrl .slick-dots li button {
  width: calc(20 / 750 * 100vw);
  height: calc(20 / 750 * 100vw);
  border-radius: 1000px;
  background: #20469b;
}
.rannkupSlideCtrl .slick-dots li button::before {
  display: none;
}
.rannkupSlideCtrl .slick-dots li.slick-active button {
  background: #ad272e;
}

.about {
  margin-top: calc(70 / 750 * 100vw);
  padding: calc(94 / 750 * 100vw) calc(40 / 750 * 100vw);
  background: #ad272e;
  color: #fff;
}
.about__title {
  text-align: center;
  font-size: calc(60 / 750 * 100vw);
}
.about__img {
  margin: 15px 0 0;
}
.about__image {
  display: block;
  margin-top: calc(30 / 750 * 100vw);
  border-radius: 10px;
  box-shadow: 0px calc(10 / 750 * 100vw) calc(20 / 750 * 100vw) 0px rgba(0, 0, 0, 0.1);
}
.about__text {
  line-height: 1.5;
  margin-top: calc(30 / 750 * 100vw);
  letter-spacing: 0.05em;
  text-align: center;
  font-size: calc(24 / 750 * 100vw);
}
.about__note {
  margin-top: calc(30 / 750 * 100vw);
  text-align: center;
}
.about__note small {
  font-size: calc(20 / 750 * 100vw);
}


@media screen and (min-width: 769px) {
  /* -----------------------------------------------------------------------
  ## KV ##################################################
  ----------------------------------------------------------------------- */
  .kv {
    position: relative;
    height: 640px;
    padding: 100px 0;
    background: #ad272e;
  }
  .kv__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .kv__bg::after {
    position: absolute;
    bottom: -330px;
    left: 0;
    right: 0;
    width: 1229px;
    height: 1229px;
    margin: auto;
    transform: translate(300px, 0) rotate(0deg);
    background: transparent url("../images/bg_kv.png") no-repeat center center;
    background-size: 1229px auto;
    content: "";
    animation: rotateKvBgPc 300s linear 0s infinite normal none running;
  }
  .kv__inner {
    position: relative;
    z-index: 2;
    width: 1024px;
    margin: 0 auto;
  }
  .kv__image {
    position: absolute;
    top: -25px;
    right: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .kv__smartPhone {
    position: relative;
    z-index: 2;
    display: block;
    width: 353px;
    margin: 0 auto -20px;
  }
  .kv__balloon01, .kv__balloon02 {
    position: absolute;
    top: 40px;
    z-index: 3;
    width: 124px;
    height: 124px;
  }
  .kv__balloon01 {
    top: 34px;
    left: -66px;
  }
  .kv__balloon01 img {
    transform: scale(0);
    transform-origin: 100% 100%;
    transition: transform 0.4s 1s cubic-bezier(0.12, 0.82, 0.57, 1.43);
  }
  .kv__balloon02 {
    top: 253px;
    right: -82px;
  }
  .kv__balloon02 img {
    transform: scale(0);
    transform-origin: 0 110px;
    transition: transform 0.4s 1s cubic-bezier(0.12, 0.82, 0.57, 1.43);
  }
  .kv__salmon {
    position: absolute;
    bottom: 23px;
    left: auto;
    right: 347px;
    width: 94px;
    height: 178px;
    transform: translate(140px, 0);
  }

  .pageTitle {
    width: auto;
    margin: 0 auto;
    transform: translate(0, 75px);
  }
  .pageTitle img {
    width: auto;
  }

  /* -----------------------------------------------------------------------
  ## Download ##################################################
  ----------------------------------------------------------------------- */
  .download {
    padding: 100px 0 57px;
  }
  .download__title {
    text-align: center;
    top: -9px;
    font-size: 2rem;
  }
  .download__title::before, .download__title::after {
    position: relative;
    top: -7px;
    display: inline-block;
    width: 42px;
    height: 2px;
    background: #333;
    content: "";
  }
  .download__title::before {
    left: 2px;
    transform: rotate(45deg);
  }
  .download__title::after {
    right: 2px;
    transform: rotate(-45deg);
  }
  .download .appButtons {
    margin-top: 40px;
  }
  .download__note {
    margin-top: 15px;
    text-align: center;
  }
  .download__note small {
    font-size: 0.875rem;
  }

  /* -----------------------------------------------------------------------
  ## Tab ##################################################
  ----------------------------------------------------------------------- */
  .tab {
    height: 96px;
    border-bottom: 6px solid #ad272e;
  }
  .tab__inner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
  }
  .tab__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 76px;
    margin: 0 10px;
    padding: 0;
    border: 3px solid #ad272e;
    border-bottom: 0;
    border-radius: 20px 20px 0 0;
    background: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    cursor: pointer;
    transition: height 0.2s 0s ease-out;
  }
  .tab__item::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 28px;
    width: 1em;
    height: 1em;
    line-height: 1;
    margin: auto;
    color: #ad272e;
    content: "û";
    font-family: "CONDENSEicon";
    font-size: 1.25rem;
  }
  .tab__item.is-active {
    width: 300px;
    height: 96px;
    background: #ad272e;
    color: #fff;
    transition: height 0s 0s ease-out;
  }
  .tab__item.is-active::after {
    color: #fff152;
  }
  .tab__item:hover:not(.is-active) {
    height: 81px;
  }

  /* -----------------------------------------------------------------------
  ## Ancor ##################################################
  ----------------------------------------------------------------------- */
  .ancor {
    padding: 57px 0 60px;
    background: #fff6d6;
  }
  .ancor__title {
    text-align: center;
    letter-spacing: 0;
    font-size: 2rem;
  }
  .ancor__title strong {
    display: inline-block;
    margin-top: 5px;
    color: #ad272e;
    font-size: 3rem;
  }
  .ancor__title strong::first-letter {
    font-size: 3.5rem;
  }

  .ancorList {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    counter-reset: point;
    margin-top: 40px;
  }
  .ancorList__item {
    position: relative;
    flex-basis: 230px;
    max-width: 230px;
    height: 160px;
    margin: 0 10px 0;
    background: #ad272e;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    counter-increment: point;
  }
  .ancorList__item:nth-child(even) {
    margin-left: 10px;
  }
  .ancorList__item img {
    position: absolute;
    top: -30px;
    left: 10px;
    right: auto;
    z-index: 2;
    width: 76px;
    height: 76px;
    margin: auto;
    transform: translate(0, 0) scale(0);
  }
  .ancorList__item.is-show img {
    transform: translate(0, 0) scale(1);
  }
  .ancorList__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    line-height: calc(34 / 25);
    padding-bottom: 25px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 1.5625rem;
    font-weight: bold;
  }
  .ancorList__inner::after {
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    text-align: center;
    content: "û";
    color: #fff152;
    font-size: 1.125rem;
    font-family: "CONDENSEicon";
  }
  .ancorList__inner span::before {
    display: block;
    line-height: 1;
    text-align: center;
    content: counter(point);
    font-size: 2.25rem;
    font-family: "Roboto", sans-serif;
  }
  .ancorList__inner strong {
    line-height: 1.2;
    font-size: 1.75rem;
  }

  /* -----------------------------------------------------------------------
  ## How to use ##################################################
  ----------------------------------------------------------------------- */
  .tabContents {
    counter-reset: howtouse;
  }

  .howToUse__header {
    position: relative;
    display: flex;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 47px 0 32px;
  }
  .howToUse__text {
    flex-grow: 1;
    padding-top: 75px;
  }
  .howToUse__title {
    text-align: center;
    counter-increment: howtouse;
  }
  .howToUse__title::before {
    display: block;
    line-height: 1;
    margin-bottom: 30px;
    text-align: center;
    color: #ad272e;
    content: counter(howtouse);
    font-size: 6.25rem;
    font-family: "Roboto", sans-serif;
  }
  .howToUse__mainTitle, .howToUse__subTitle {
    display: block;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .howToUse__mainTitle {
    color: #ad272e;
    font-size: 3.75rem;
  }
  .howToUse__subTitle {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  .howToUse__lead {
    line-height: 1.875;
    margin-top: 25px;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
  }
  .howToUse__note {
    margin-top: 13px;
    text-align: center;
  }
  .howToUse__note small {
    display: block;
    font-size: 0.875rem;
  }
  .howToUse__image {
    position: relative;
    z-index: 2;
    flex-basis: 350px;
    max-width: 350px;
    width: auto;
    height: 648px;
    margin: 0 auto -135px;
    padding: 0;
  }
  .howToUse__image img {
    opacity: 1;
  }
  .howToUse__merit {
    margin-top: 0;
    padding: 0 0 0 130px;
  }
  .howToUse__merit li {
    line-height: 1.875;
    padding-left: 1.2em;
    text-indent: -1.2em;
    color: #ad272e;
    letter-spacing: 0.07em;
    font-size: 1rem;
    font-weight: bold;
  }
  .howToUse__merit li::first-letter {
    margin-right: 0.2em;
  }
  .howToUse__merit li:nth-child(n+2) {
    margin-top: 0;
  }

  .examples {
    background: #fff6d6;
    padding: 60px 0;
  }
  .examples__inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1024px;
    margin: 0 auto;
    padding: 95px 100px 80px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 2px 2px 5px 0px rgba(4, 0, 0, 0.05);
  }
  .examples__title {
    flex-basis: 100%;
    min-width: 100%;
    margin-bottom: 50px;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 1.875rem;
  }
  .examples__title::before, .examples__title::after {
    position: relative;
    top: -7px;
    display: inline-block;
    width: 38px;
    height: 2px;
    background: #333;
    content: "";
  }
  .examples__title::before {
    left: 2px;
    transform: rotate(45deg);
  }
  .examples__title::after {
    right: 2px;
    transform: rotate(-45deg);
  }
  .examples__title::before, .examples__title::after {
    top: -9px;
  }
  .examples__img {
    flex-basis: 354px;
    max-width: 354px;
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
  .examples__img img {
    width: 354px;
  }
  .examples__img + .examples__img {
    margin-top: 0;
  }

  .sectionNotes {
    max-width: 1024px;
    margin: 0 auto;
    padding: 35px 0 0;
  }
  .sectionNotes__item small {
    display: block;
    line-height: 1.7142857143;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 0.875rem;
  }
  .sectionNotes a {
    color: #ad272e;
    text-decoration: underline;
  }
  .sectionNotes a:hover {
    text-decoration: none;
  }

  /* 個別調整 ################# */
  .howToUse01 {
    padding-top: 82px;
  }

  .howToUse02 {
    padding-top: 50px;
  }
  .howToUse02 .howToUse__text {
    padding-top: 30px;
  }

  .howToUse03 {
    padding-top: 70px;
  }
  .howToUse03 .howToUse__text {
    padding-top: 40px;
    padding-bottom: 62px;
  }
  .howToUse03 .howToUse__image {
    top: 62px;
    margin-bottom: -105px;
  }
  .howToUse03 .sectionNotes__item:last-child {
    margin-top: 0;
  }

  .howToUse04 {
    padding-top: 73px;
  }
  .howToUse04 .howToUse__header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 350px;
    grid-template-columns: 1fr 350px;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    align-items: center;
  }
  .howToUse04 .howToUse__header > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .howToUse04 .howToUse__header > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .howToUse04 .howToUse__header > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .howToUse04 .howToUse__header > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .howToUse04 .howToUse__text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    align-self: flex-start;
    padding-top: 70px;
  }
  .howToUse04 .howToUse__image {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    width: 100%;
    height: 648px;
    margin-bottom: 0;
    padding: 0;
  }
  .howToUse04 .howToUse__button {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    align-self: flex-start;
    margin-top: 0;
    padding-top: 55px;
  }

  /* 宅配 ################# */
  .delivery {
    width: 670px;
    margin: 60px auto 0;
    padding: 0;
  }
  .delivery__title {
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 1.5rem;
  }
  .delivery__title::before, .delivery__title::after {
    position: relative;
    top: -7px;
    display: inline-block;
    width: 30px;
    height: 2px;
    background: #333;
    content: "";
  }
  .delivery__title::before {
    left: 2px;
    transform: rotate(45deg);
  }
  .delivery__title::after {
    right: 2px;
    transform: rotate(-45deg);
  }
  .delivery img {
    display: block;
    width: 100%;
    margin-top: 38px;
  }
  .delivery a {
    display: inline-block;
    transition: opacity 0.2s 0s linear;
  }
  .delivery a:hover {
    opacity: 0.7;
  }

  .deliveryNote {
    margin-top: 15px;
  }
  .deliveryNote__item {
    line-height: 1.7142857143;
  }
  .deliveryNote__item small {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 0.875rem;
  }

  /* 会員登録 ################# */
  .register {
    margin-top: 90px;
    padding: 115px 0 125px;
    background: #fff6d6;
  }
  .register__title {
    text-align: center;
    color: #ad272e;
    font-size: 3.75rem;
  }
  .register__lead {
    margin-top: 30px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .register__image {
    display: block;
    width: 318px;
    height: auto;
    margin: 55px auto 0;
  }
  .register__text {
    line-height: 1.7;
    margin-top: 25px;
    padding: 0;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
  }
  .register__text strong {
    line-height: 1.3333333333;
    margin-top: 0;
    color: #ad272e;
    font-size: 1.875rem;
    font-weight: bold;
  }
  .register .squareButton {
    margin-top: 40px;
  }
  .register__note {
    max-width: 1024px;
    margin: 40px auto 0;
    padding: 0;
  }
  .register__note small {
    display: block;
    line-height: 1.7142857143;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 0.875rem;
  }

  /* 他にも使える楽しい機能 ################# */
  .functions {
    padding: 120px 0;
    background: #ad272e;
  }
  .functions__title {
    color: #fff;
    text-align: center;
  }
  .functions__mainTitle {
    display: block;
    letter-spacing: 0.05em;
    font-size: 3.75rem;
  }
  .functions__subTitle {
    display: block;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    font-size: 1.625rem;
  }

  .functionsList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 70px;
    padding: 0;
  }

  .function {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 224px;
    height: 252px;
    margin: 0 calc(5px + 12 * (100vw - 769px)/274);
    padding: 0 0 20px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  .function::after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 42px;
    height: 42px;
    background: #f5c200;
    transform: translate(50%, 50%) rotate(45deg);
    content: "";
  }
  .function__inner {
    width: 100%;
  }
  .function__name {
    text-align: center;
    font-size: 1.0625rem;
    font-weight: bold;
  }
  .function__caption {
    line-height: 1.3333333333;
    margin-top: 20px;
    text-align: center;
    font-size: 1.3125rem;
    font-weight: bold;
  }
  .function__caption b {
    color: #ad272e;
  }
  .function:nth-child(even) {
    margin-left: calc(5px + 12 * (100vw - 769px)/274);
  }
  .function:nth-child(1) {
    background: #fff url("../images/icon_menu.png") no-repeat center 60px;
    background-size: 83px auto;
    transition: opacity 0.7s 0s linear, transform 0.8s 0s cubic-bezier(0.12, 0.82, 0.57, 1.43);
  }
  .function:nth-child(2) {
    background: #fff url("../images/icon_search.png") no-repeat center 55px;
    background-size: 43px auto;
    transition: opacity 0.7s 0.1s linear, transform 0.8s 0.1s cubic-bezier(0.12, 0.82, 0.57, 1.43);
  }
  .function:nth-child(3) {
    background: #fff url("../images/icon_news.png") no-repeat center 58px;
    background-size: 42px auto;
    transition: opacity 0.7s 0.2s linear, transform 0.8s 0.2s cubic-bezier(0.12, 0.82, 0.57, 1.43);
  }
  .function:nth-child(4) {
    background: #fff url("../images/icon_game.png") no-repeat center 50px;
    background-size: 72px auto;
    transition: opacity 0.7s 0.3s linear, transform 0.8s 0.3s cubic-bezier(0.12, 0.82, 0.57, 1.43);
  }

  /* だっこずしパレード ################# */
  .dakkoParade {
    width: 100%;
    overflow: hidden;
    padding: 82px 0;
    background: url("../images/bg_dakko.png") repeat-x 0 86px;
    background-size: 1107px auto;
    animation: dakkoParadePc 30s linear 0s infinite normal none running;
  }

  /* -----------------------------------------------------------------------
  ## Point ##################################################
  ----------------------------------------------------------------------- */
  .pointHeader {
    overflow: hidden;
    padding: 57px 0 60px;
    background: #fff6d6;
  }

  .pointTitle {
    overflow: visible;
    max-width: 1024px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: bold;
  }
  .pointTitle::before {
    position: absolute;
    top: 110px;
    left: 35px;
    width: 133px;
    height: 159px;
    background: url("../images/img_dakko_salmon02.png") no-repeat 0 0;
    background-size: 100% auto;
    opacity: 0;
    transform: translate(-140px, 0);
    content: "";
  }
  .pointTitle::after {
    position: absolute;
    top: 110px;
    right: 15px;
    width: 136px;
    height: 162px;
    background: url("../images/img_dakko_tuna.png") no-repeat 0 0;
    background-size: 100% auto;
    opacity: 0;
    transform: translate(140px, 0);
    content: "";
  }
  .pointTitle__subText {
    font-size: 2.125rem;
  }
  .pointTitle__image {
    display: block;
    width: 263px;
    margin: 22px auto 33px;
  }
  .pointTitle__mainText {
    letter-spacing: 0;
    font-size: 2.25rem;
  }
  .pointTitle__mainText strong {
    color: #ad272e;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 50%, #fff03c 50%, #fff03c 100%);
  }

  .benefit {
    position: relative;
    max-width: 1024px;
    width: auto;
    height: 570px;
    margin: 100px auto 0;
    border: 6px solid #000;
    border-radius: 20px;
    background: #fff;
  }
  .benefit > p {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .benefit img {
    position: absolute;
    z-index: 2;
    width: 130px;
    height: 130px;
    transform: translate(0, 75px);
  }

  .benefit01 {
    background: url("../images/bg_benefit01.png") no-repeat 90px 20px;
    background-size: auto;
  }
  .benefit01 img {
    top: -15px;
    left: 30px;
    width: 138px;
    height: 138px;
  }

  .benefit02 {
    background: url("../images/bg_benefit02.png") no-repeat right 40px top 40px;
    background-size: 272px auto;
  }
  .benefit02 img {
    top: 25px;
    right: 285px;
    bottom: auto;
    left: auto;
  }

  .benefit03 {
    background: url("../images/bg_benefit03.png") no-repeat right 65px bottom 125px;
    background-size: 240px auto;
  }
  .benefit03 img {
    bottom: 190px;
    right: 285px;
  }

  .benefit > .benefit04 {
    position: absolute;
    bottom: 10px;
    left: auto;
    right: 5px;
    width: 380px;
  }

  .benefit > .benefit04 p {
    color: #ad272e;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.45;
    text-indent: -18px;
  }

  /* .benefit > p.benefit05 {
    top: 93%;
    right: 20px;
    width: 360px;
    color: #ad272e;
    font-weight: bold;
    left: unset;
    font-size: 0.875rem;
    line-height: 1.45;
    text-indent: -18px;
  } */

  .howToCollect {
    padding: 115px 0 0;
  }
  .howToCollect__title {
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 3.75rem;
    font-weight: bold;
  }
  .howToCollect__title b {
    color: #ad272e;
  }
  .howToCollect__lead {
    margin-top: 25px;
    padding: 0;
    text-align: center;
    color: #ad272e;
    font-size: 1.125rem;
    font-weight: bold;
  }

  .case {
    margin-top: 25px;
  }
  .case__title {
    width: 300px;
    margin: 58px auto 0;
    padding: 12px 0;
    border-radius: 5px;
    background: #ad272e;
    color: #fff;
    text-align: center;
    font-size: 1.875rem;
    font-weight: bold;
  }
  .case__lead {
    line-height: 1.6666666667;
    margin-top: 33px;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
  }
  .case__lead sup {
    font-size: 0.75rem;
  }
  .case .yellowBg {
    margin-top: 50px;
  }

  .yellowBg {
    padding: 60px 20px;
    background: #fff6d6;
  }

  .flow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: auto;
    max-width: 1024px;
    margin: 0 auto;
    padding: 60px;
    background: #fff;
    border-radius: 20px;
  }
  .flow__item {
    position: relative;
    flex-basis: 250px;
    max-width: 250px;
    text-align: center;
  }
  .flow__item::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: -55px;
    width: 36px;
    height: 49px;
    margin: auto;
    background: url("../images/arrow_flow.svg") no-repeat 0 0;
    background-size: auto 100%;
    content: "";
    transform: translate(-50px, 0) rotate(-90deg);
  }
  .flow__item:nth-child(n+2) {
    margin-top: 0;
  }
  .flow__item:nth-child(1).is-show {
    transition: opacity 0.4s 0s linear;
  }
  .flow__item:nth-child(1).is-show::after {
    transition: opacity 0.6s 0.4s linear, transform 0.6s 0.4s ease-out;
  }
  .flow__item:nth-child(2).is-show {
    transition: opacity 0.4s 1s linear;
  }
  .flow__item:nth-child(2).is-show::after {
    transition: opacity 0.6s 1.4s linear, transform 0.6s 1.4s ease-out;
  }
  .flow__item:nth-child(3).is-show {
    transition: opacity 0.4s 2s linear;
  }
  .flow__item.is-show::after {
    transform: translate(0, 0) rotate(-90deg);
  }

  .caseNote {
    max-width: 1024px;
    margin: 0 auto;
    padding: 35px 0 0;
  }
  .caseNote__item {
    padding-left: 1.8em;
  }
  .caseNote__item small {
    display: block;
    line-height: 1.5;
    font-size: 0.875rem;
  }
  .caseNote__item:nth-child(n+2) {
    margin-top: 10px;
  }

  .case01 .flow {
    padding: 38px 60px 50px;
  }
  .case01 .flow__item:nth-child(1) {
    margin-top: 0;
    padding-top: 15px;
  }
  .case01 .flow__item:nth-child(1)::after {
    bottom: -30px;
  }
  .case01 .flow__item:nth-child(2) {
    margin-top: 0;
  }
  .case01 .flow__item:nth-child(2)::after {
    bottom: -45px;
  }
  .case01 .flow__item:nth-child(3) {
    margin-top: 0;
    padding-top: 15px;
  }

  .case02 .flow {
    padding: 50px 42px;
  }
  .case02 .flow__item {
    flex-basis: 285px;
    max-width: 285px;
  }
  .case02 .flow__item:nth-child(1)::after {
    bottom: -20px;
    right: -40px;
  }
  .case02 .flow__item:nth-child(2)::after {
    bottom: -20px;
    right: -40px;
  }
  .case02 .flow__item:nth-child(3) {
    margin-right: 0;
  }
  .case02 .flow__item:nth-child(3) img {
    transform: translate(10px, 0);
  }

  .rankup {
    margin-top: 87px;
  }
  .rankup .yellowBg {
    margin-top: 45px;
    padding: 50px 0 60px;
  }
  .rankup__title {
    line-height: 1.4;
    text-align: center;
    font-size: 3.125rem;
    font-weight: bold;
  }
  .rankup__title b {
    color: #ad272e;
  }
  .rankup__lead {
    line-height: 1.6666666667;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .rankup__note {
    max-width: 1024px;
    margin: 0 auto;
    padding: 30px 0;
  }
  .rankup__note small {
    display: block;
    line-height: 1.7142857143;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 0.875rem;
  }
.rankup__note .txt_notice{
	font-size: 14px;
}

  .rannkupSlide {
    margin-top: 50px;
  }
  .rannkupSlide .slide__item {
    position: relative;
    height: 242px;
  }
  .rannkupSlide .slide__item::after {
    position: absolute;
    top: 40px;
    bottom: 0;
    right: 10px;
    z-index: 2;
    width: 27px;
    height: 36px;
    margin: auto;
    background: url("../images/arrow_flow.svg") no-repeat 0 0;
    background-size: 100% auto;
    transform: translate(0, 0) rotate(-90deg);
    content: "";
  }
  .rannkupSlide .slide__item img {
    height: 100%;
  }
  .rannkupSlide .slide__item.slide--01, .rannkupSlide .slide__item.slide--02, .rannkupSlide .slide__item.slide--03, .rannkupSlide .slide__item.slide--04, .rannkupSlide .slide__item.slide--05 {
    padding: 0 27px;
  }
  .rannkupSlide .slide__item.slide--06, .rannkupSlide .slide__item.slide--07, .rannkupSlide .slide__item.slide--08 {
    margin: 0 -10px;
  }

  .rannkupSlideCtrl {
    position: relative;
    width: 508px;
    height: 40px;
    margin: 67px auto 0;
  }
  .rannkupSlideCtrl .slick-prev {
    left: 0;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 1000px;
    background: #ad272e;
    color: #fff;
  }
  .rannkupSlideCtrl .slick-prev::before {
    content: "ù";
    opacity: 1;
    font-family: "CONDENSEicon";
    font-size: 1.25rem;
  }
  .rannkupSlideCtrl .slick-next {
    right: 0;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 1000px;
    background: #ad272e;
    color: #fff;
  }
  .rannkupSlideCtrl .slick-next::before {
    content: "ú";
    opacity: 1;
    font-family: "CONDENSEicon";
    font-size: 1.25rem;
  }
  .rannkupSlideCtrl .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    z-index: 1;
    height: 40px;
  }
  .rannkupSlideCtrl .slick-dots li {
    flex-basis: 15px;
    max-width: 15px;
    height: 15px;
    margin: 0 14px;
  }
  .rannkupSlideCtrl .slick-dots li button {
    width: 15px;
    height: 15px;
    border-radius: 1000px;
    background: #20469b;
  }
  .rannkupSlideCtrl .slick-dots li button::before {
    display: none;
  }
  .rannkupSlideCtrl .slick-dots li.slick-active button {
    background: #ad272e;
  }

  .about {
    margin-top: 85px;
    padding: 115px 0;
    background: #ad272e;
    color: #fff;
  }
  .about__title {
    text-align: center;
    font-size: 3.75rem;
  }
  .about__img {
    width: 689px;
    margin: 35px auto 0;
  }
  .about__image {
    display: block;
    width: 469px;
    margin: 50px auto 0;
    border-radius: 10px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .about__text {
    line-height: 1.6666666667;
    margin-top: 50px;
    letter-spacing: 0.05em;
    text-align: center;
    font-size: 1.5rem;
  }
  .about__note {
    margin-top: 20px;
    text-align: center;
  }
  .about__note small {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1143px) {
  .kv__balloon02 {
    right: -40px;
  }
}
@media screen and (min-width: 1135px) {
  .function,
.function:nth-child(even) {
    margin-left: 21px;
    margin-right: 21px;
  }
}

@media all and (max-width: 767px) {
  .mainContents {
    padding-bottom: 80px;
	}
}
