@import url("https://use.typekit.net/kcj0izo.css");
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #F7F2F0;
  color: #44220C;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
}

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

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0;
  background: none;
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.outer-lp {
  display: flex;
  align-items: flex-start;
  width: 100vw;
  min-height: 100vh;
  margin: 0 calc(50% - 50vw);
  background: #FFF;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.9s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0s linear 0.9s;
}
.outer-lp.is-loaded {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 768px) {
  .outer-lp {
    display: block;
  }
}
.outer-lp__visual {
  position: sticky;
  top: min(0px, 100vh - 75vw);
  flex: 0 0 50vw;
  width: 50vw;
  aspect-ratio: 2/3;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .outer-lp__visual {
    position: relative;
    top: auto;
    width: 100vw;
    aspect-ratio: 2/3;
  }
}
.outer-lp__movie {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.outer-lp__movie-dummy {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a4a4a4;
  color: red;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  width: 100%;
  height: 100%;
}
.outer-lp__movie-label {
  color: red;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.outer-lp__content {
  width: 50vw;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .outer-lp__content {
    width: 100vw;
  }
}

.outer-lead {
  padding: 104px 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .outer-lead {
    padding: 64px 24px;
  }
}
.outer-lead__text {
  color: #333333;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .outer-lead__text {
    font-size: 12px;
  }
}
.outer-lead__text span {
  display: block;
}
.outer-lead__text span + span {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .outer-lead__text span + span {
    margin-top: 10px;
  }
}

.outer-campaign {
  position: relative;
  width: 416px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  padding: 0 8px 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .outer-campaign {
    width: 358px;
    max-width: calc(100% - 32px);
  }
}
.outer-campaign::before {
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: calc(100% - 11px);
  border: 1px solid #44220C;
  border-radius: 10px;
  content: "";
}
.outer-campaign__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.outer-campaign__title {
  display: inline-flex;
  flex-direction: column;
  gap: 0;
  padding: 0 14px;
  background: #FFF;
  color: #44220C;
}
.outer-campaign__sub {
  color: #44220C;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .outer-campaign__sub {
    font-size: 14px;
  }
}
.outer-campaign__main {
  color: #44220C;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .outer-campaign__main {
    font-size: 16px;
  }
}
.outer-campaign__main small {
  position: relative;
  top: -0.45em;
  font-size: 0.5em;
  line-height: 1;
}
.outer-campaign__period {
  margin: 12px 0 0;
  color: #44220C;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .outer-campaign__period {
    margin: 0;
  }
}
.outer-campaign__term {
  color: #44220C;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0;
  margin: 0 0 14px;
}
@media screen and (max-width: 768px) {
  .outer-campaign__term {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.outer-campaign__date {
  color: #44220C;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .outer-campaign__date {
    font-size: 12px;
    line-height: 1.8;
  }
}
.outer-campaign__date small {
  display: block;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .outer-campaign__date small {
    font-size: 10px;
  }
}

.outer-button, .outer-nav__link {
  color: #44220C;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 400px;
  max-width: 100%;
  min-height: 49px;
  border: 1px solid #44220C;
  border-radius: 30px;
  background: transparent;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .outer-button, .outer-nav__link {
    width: 330px;
    min-height: 33px;
  }
}
.outer-button--small {
  color: #44220C;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  width: 180px;
  min-height: 33px;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .outer-button--small {
    width: 160px;
    min-height: 29px;
  }
}
.outer-button--brown, .outer-nav__link {
  border-color: #44220C;
  background: #44220C;
  color: #FFF;
}
.outer-button__arrow {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
}

.outer-nav {
  display: grid;
  grid-template-columns: repeat(6, 84px);
  justify-content: center;
  gap: 12px;
  padding: 104px 24px;
}
@media screen and (max-width: 768px) {
  .outer-nav {
    grid-template-columns: repeat(2, calc((100vw - 48px) / 2));
    gap: 16px;
    padding: 64px 16px;
  }
}
.outer-nav__link {
  grid-column: span 2;
  width: 180px;
  min-height: 31px;
}
.outer-nav__link:nth-child(4) {
  grid-column: 2/span 2;
}
.outer-nav__link:nth-child(5) {
  grid-column: 4/span 2;
}
@media screen and (max-width: 768px) {
  .outer-nav__link {
    grid-column: auto;
    width: calc((100vw - 48px) / 2);
  }
  .outer-nav__link:nth-child(4) {
    grid-column: auto;
  }
  .outer-nav__link:nth-child(5) {
    grid-column: 1/-1;
    justify-self: center;
  }
}

.outer-items {
  padding: 80px 32px;
  background: #F7F2F0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .outer-items {
    padding: 56px 8px;
  }
}
.outer-items + .outer-items {
  margin-top: 0;
}
.outer-items:nth-of-type(even) {
  background: #DEE5ED;
}
.outer-items__head {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 56px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .outer-items__head {
    gap: 16px;
    padding: 0 16px;
  }
}
.outer-items__title {
  color: #333333;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .outer-items__title {
    font-size: 18px;
    line-height: 1.6;
  }
}
.outer-items__lead {
  color: #333333;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .outer-items__lead {
    font-size: 12px;
  }
}
.outer-items__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px 24px;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .outer-items__grid {
    gap: 32px 8px;
    margin-bottom: 56px;
  }
}

.outer-item {
  text-align: left;
}
.outer-item a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.outer-item__image {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ddd;
  color: red;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  width: 100%;
  aspect-ratio: 275/329;
  overflow: hidden;
}
.outer-item__image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .outer-item__image {
    aspect-ratio: 183/223;
    font-size: 12px;
  }
}
.outer-item__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 17px;
  color: #666;
}
@media screen and (max-width: 768px) {
  .outer-item__body {
    padding: 12px 7px 0;
  }
}
.outer-item__brand {
  color: #666;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .outer-item__brand {
    font-size: 10px;
  }
}
.outer-item__price {
  color: #666;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0;
  margin: 0;
}
.outer-item__name {
  color: #666;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .outer-item__name {
    font-size: 10px;
  }
}

.outer-reel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 80px 56px;
  background: #DEE5ED;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .outer-reel {
    gap: 24px;
    padding: 48px 16px;
    background: #F7F2F0;
  }
}
.outer-reel__text {
  color: #44220C;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .outer-reel__text {
    font-size: 16px;
    line-height: 1.4;
  }
}
.outer-reel__capture {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e5e5e5;
  color: red;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  width: 100%;
  aspect-ratio: 300/200;
}

.outer-presented {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 213px;
}
.outer-presented__label {
  color: #000;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  margin: 0 0 20px;
  text-align: center;
}
.outer-presented__logo {
  width: 213px;
  height: auto;
}
.outer-presented__icon {
  width: 20px;
  height: 20px;
  margin-top: 1px;
}

.outer-howto {
  padding: 64px 32px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .outer-howto {
    padding: 64px 16px;
  }
}
.outer-howto__intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .outer-howto__intro {
    gap: 24px;
    padding-bottom: 32px;
  }
}
.outer-howto__title {
  color: #FFF;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 207px;
  padding: 12px 70px;
  border-radius: 20px;
  background: #44220C;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .outer-howto__title {
    min-width: 167px;
    padding: 10px 50px;
  }
}
.outer-howto__title {
  line-height: 1;
  margin: 0;
}
.outer-howto__catch {
  color: #44220C;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .outer-howto__catch {
    font-size: 16px;
  }
}
.outer-howto__text {
  color: #44220C;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .outer-howto__text {
    font-size: 12px;
  }
}
.outer-howto__text span {
  display: block;
}
.outer-howto__text span + span {
  margin-top: 10px;
}

.outer-step {
  position: relative;
  width: 358px;
  max-width: 100%;
  margin: 24px auto 0;
  padding: 0 32px 2px;
  text-align: center;
}
.outer-step::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: calc(100% - 8px);
  border: 1px solid #44220C;
  border-radius: 10px;
  content: "";
}
.outer-step__title {
  color: #44220C;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto 24px;
  background: #FFF;
}
.outer-step__image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.outer-step__image img {
  width: 100%;
  height: auto;
}
.outer-step__image--app {
  aspect-ratio: 585/343;
}

.outer-guide {
  padding: 64px 32px;
  border-top: 1px solid #DEE5ED;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .outer-guide {
    padding: 64px 16px;
  }
}
.outer-guide__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .outer-guide__inner {
    gap: 32px;
  }
}
.outer-guide__title {
  color: #FFF;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 207px;
  padding: 12px 70px;
  border-radius: 20px;
  background: #44220C;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .outer-guide__title {
    min-width: 167px;
    padding: 10px 50px;
  }
}
.outer-guide__title {
  line-height: 1;
  margin: 0;
}
.outer-guide__body {
  display: flex;
  flex-direction: column;
  gap: 40px;
  color: #44220C;
}
@media screen and (max-width: 768px) {
  .outer-guide__body {
    gap: 32px;
  }
}
.outer-guide__block {
  color: #44220C;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .outer-guide__block {
    font-size: 13px;
    line-height: 1.6;
  }
}
.outer-guide__block h3 {
  color: #44220C;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
  margin: 0 0 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .outer-guide__block h3 {
    font-size: 13px;
  }
}
.outer-guide__block p {
  margin: 0;
}
.outer-guide__block p + p {
  margin-top: 10px;
}
.outer-guide__block ul {
  margin: 0;
  padding-left: 1.5em;
}
.outer-guide__block li {
  margin: 0;
}
.outer-guide__block li + li {
  margin-top: 8px;
}/*# sourceMappingURL=style.css.map */