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

ul,
ol {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease 0s;
}

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

input,
button,
textarea,
select {
  font: inherit;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

a,
input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 10px;
}
@media (max-width: 730px) {
  html {
    font-size: 1.3698630137vw;
  }
}
@media screen and (min-width:768px) and (max-width:1200px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 10px;
  }
}

body {
  color: #000;
  background: #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.inner {
  width: 100%;
  max-width: 69.1rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .inner {
    max-width: 105rem;
  }
}

a:hover {
  opacity: 0.7;
}

@media screen and (min-width:768px) {
  .only_sp {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .only_pc {
    display: none;
  }
}

.header {
  width: 100%;
  max-width: 57.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.93rem 0 0.45rem 0;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .header {
    max-width: 120rem;
    padding: 1.849rem 5.5rem 0.975rem 5rem;
  }
}

.header__logo {
  width: 100%;
  max-width: 7.4rem;
}
@media screen and (max-width:767px) {
  .header__logo {
    padding-left: 0.5rem;
  }
}
@media screen and (min-width:768px) {
  .header__logo {
    max-width: 12.8rem;
  }
}

.header__sns {
  display: flex;
  align-items: flex-end;
}

.header__sns-list {
  display: flex;
  align-items: center;
}

.header__sns-item {
  font-size: 1.4rem;
  padding-left: 1rem;
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 400;
}
@media screen and (min-width:768px) {
  .header__sns-item {
    font-size: 2.7rem;
  }
}

.header__sns-item:nth-child(1) {
  color: #4370a9;
}

.header__sns-item:nth-child(3) {
  color: #343434;
}

.mv {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .mv {
    padding-top: 2.5rem;
  }
}
@media screen and (min-width:768px) {
  .mv {
    padding-bottom: 1.1542rem;
  }
}

.mv::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/mv-vegetable-sp.png) no-repeat center center/contain;
  width: min(125.2788vw, 93.9591rem);
  aspect-ratio: 929.591/751.534;
  top: -15rem;
  left: calc(50% - 4rem);
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width:768px) {
  .mv::before {
    background: url(../img/mv-vegetable-pc.png) no-repeat center center/contain;
    width: 204.74rem;
    aspect-ratio: 204.74/100.044;
    left: calc(50% - 0.2rem);
    top: -25.3rem;
  }
}

.mv::after {
  position: absolute;
  display: block;
  content: "";
  width: 200.875rem;
  height: 68.4376rem;
  background: url(../img/mv-table.jpg) no-repeat center center/cover;
  left: 50%;
  transform: translateX(-50%);
  top: -3.9rem;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .mv::after {
    top: -6.183rem;
    width: 210.461rem;
    height: 71.7037rem;
  }
}
@media (min-width: 2001px) {
  .mv::after {
    width: 100%;
  }
}

.mv__inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width:768px) {
  .mv__inner {
    max-width: 75rem;
  }
}

.mv__title {
  width: 100%;
  padding-right: 1.6rem;
  margin: 0rem auto 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width:767px) {
  .mv__title {
    max-width: min(73.7414vw, 54.2rem);
  }
}
@media screen and (min-width:768px) {
  .mv__title {
    padding-right: 0.5rem;
    margin-top: -0.5rem;
  }
}

.mv__period {
  width: 100%;
  max-width: 72.2708rem;
  margin: 14.3rem auto 0;
  position: relative;
  z-index: 4;
}
@media screen and (min-width:768px) {
  .mv__period {
    max-width: 54.881rem;
    margin: -1.6rem auto 0;
  }
}

.mv__note {
  width: 100%;
  max-width: 57rem;
  margin: -2.4rem auto 0;
  position: relative;
  z-index: 4;
}
@media screen and (min-width:768px) {
  .mv__note {
    max-width: 53rem;
    margin: -1.5rem auto 0;
  }
}

.mv__ingredients {
  width: 100%;
  max-width: min(25.0666vw, 18.8rem);
  position: absolute;
  top: -2.8rem;
  left: 0.8rem;
  z-index: 3;
}
@media screen and (min-width:768px) {
  .mv__ingredients {
    max-width: 30rem;
    left: -21rem;
    top: 4.5rem;
  }
}

.mv__anniversary {
  width: 100%;
  max-width: 12.1672rem;
  max-width: min(16.2229vw, 12.1672rem);
  position: absolute;
  top: -0.4rem;
  right: min(2.1333vw, 1.6rem);
  z-index: 3;
}
@media screen and (min-width:768px) {
  .mv__anniversary {
    max-width: 19.5679rem;
    right: -16.6rem;
    top: 6.5rem;
  }
}

.mv__cat {
  position: absolute;
  width: 100%;
  max-width: 23.8rem;
  bottom: 9rem;
  left: calc(50% - 24.3rem);
  z-index: 3;
}
@media screen and (max-width:767px) {
  .mv__cat {
    transform: translateX(-50%);
  }
}
@media screen and (min-width:768px) {
  .mv__cat {
    max-width: 36.8rem;
    bottom: -11rem;
    left: -20rem;
  }
}

.mv__dog {
  position: absolute;
  width: 100%;
  max-width: 35.3rem;
  bottom: 8rem;
  right: calc(50% - 26.6rem);
  z-index: 3;
}
@media screen and (max-width:767px) {
  .mv__dog {
    transform: translateX(-50%);
  }
}
@media screen and (min-width:768px) {
  .mv__dog {
    max-width: 54.2rem;
    bottom: -30.8rem;
    right: -23.6rem;
  }
}

.mv__title {
  opacity: 0;
  transform: scale(0.5);
}

.mv__title.animate {
  animation: mv__title 1s ease forwards;
}

@keyframes mv__title {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  65% {
    opacity: 1;
    transform: scale(1);
  }
  75% {
    opacity: 1;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.mv__ingredients,
.mv__anniversary,
.mv__period,
.mv__note {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}

.mv__ingredients.animate,
.mv__anniversary.animate,
.mv__period.animate,
.mv__note.animate {
  opacity: 1;
  transform: translateY(0);
}

.mv__cat,
.mv__dog {
  transform: translateY(100px);
  transition: transform 0.5s ease-out, opacity 0.6s ease;
}
@media screen and (max-width:767px) {
  .mv__cat,
  .mv__dog {
    opacity: 0;
  }
}
@media screen and (min-width:768px) {
  .mv__cat,
  .mv__dog {
    transform: translateY(300px);
    transition: transform 0.5s ease-out, opacity 0.6s ease;
  }
}

.mv__dog.animate,
.mv__cat.animate {
  transform: translateY(0);
}
@media screen and (max-width:767px) {
  .mv__dog.animate,
  .mv__cat.animate {
    opacity: 1;
  }
}

.mv__cat.bound,
.mv__dog.bound {
  animation: bound__loop 3s ease-in-out infinite;
  animation-delay: 3s;
}

@keyframes bound__loop {
  0% {
    transform: translateY(0);
  }
  3% {
    transform: translateY(-1.5rem);
    animation-timing-function: ease-in;
  }
  6% {
    transform: translateY(0);
  }
  9% {
    transform: translateY(-0.8rem);
    animation-timing-function: ease-in;
  }
  15% {
    transform: translateY(0);
  }
}
.link {
  width: 100%;
  padding-top: 15.98rem;
  padding-bottom: 8.8rem;
  margin-top: -1.9rem;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width:767px) {
  .link {
    background: #fff;
    z-index: 3;
    clip-path: polygon(0 0, 50% 1.9rem, 100% 0, 100% 100%, 0 100%);
  }
}
@media screen and (min-width:768px) {
  .link {
    margin-top: -4.9rem;
    padding-top: 11.7rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 2001px) {
  .link {
    background: #fff;
    z-index: 3;
    clip-path: polygon(0 0, 50% 4.9rem, 100% 0, 100% 100%, 0 100%);
  }
}

.link::before {
  position: absolute;
  display: block;
  content: "";
  width: 144.454rem;
  height: 11.6604rem;
  background: url(../img/bg-flag-sp.png) no-repeat center center/contain;
  left: 50%;
  transform: translateX(-50%);
  top: -1.38rem;
  z-index: 4;
}
@media screen and (min-width:768px) {
  .link::before {
    background: url(../img/bg-flag-pc.png) no-repeat center center/contain;
    width: 224.383rem;
    height: 15.199rem;
    top: -2rem;
  }
}

@media (max-width: 2000px) {
  .link::after {
    position: absolute;
    display: block;
    content: "";
    width: 200rem;
    height: 100%;
    background: url(../img/bg-white.png) no-repeat top center/cover;
    top: -0.3rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
  }
}

.link__head {
  width: 100%;
  max-width: 61.5941rem;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}
@media screen and (min-width:768px) {
  .link__head {
    max-width: 56.7898rem;
  }
}

.link__btns {
  width: 100%;
  max-width: 61.7424rem;
  margin: 5.5rem auto 0;
  position: relative;
  z-index: 4;
}
@media screen and (min-width:768px) {
  .link__btns {
    max-width: 101.491rem;
    margin: 4rem auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.link__btn-item {
  width: 100%;
  position: relative;
}
@media screen and (min-width:768px) {
  .link__btn-item {
    max-width: 49.9229rem;
  }
}

.link__btn-item::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: white;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  pointer-events: none;
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.8s ease;
}

.link__btn-item.active::after {
  clip-path: inset(0 0 0 100%);
}

@media screen and (max-width:767px) {
  .link__btn-item + .link__btn-item {
    margin-top: 3.19rem;
  }
}

.link__btn-item::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
  cursor: pointer;
  pointer-events: none;
}

.link__btn-item:nth-child(1)::before {
  background: url(../img/btn-line-yellow.png) no-repeat center center/cover;
}

.link__btn-item:nth-child(2)::before {
  background: url(../img/btn-x-pink.png) no-repeat center center/cover;
}

.link__btn-item:hover::before,
.link__btn-item:active::before {
  opacity: 1;
}

.link__btn-item:hover a,
.link__btn-item:active a {
  opacity: 1;
}

.line {
  width: 100%;
  padding-bottom: 24rem;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width:768px) {
  .line {
    padding-bottom: 21rem;
  }
}

.line__top {
  position: relative;
}

.line__head {
  width: 100%;
  max-width: 57.4rem;
  margin: 0 auto;
  transform: scale(0);
  opacity: 0;
  filter: blur(20px);
  position: relative;
  z-index: 10;
}
@media screen and (min-width:768px) {
  .line__head {
    max-width: 99rem;
  }
}

.line__head.active {
  animation: bounce__fade 1s linear forwards;
}

.line__overview {
  position: relative;
}

.line__apply {
  margin-top: 28rem;
}
@media screen and (min-width:768px) {
  .line__apply {
    margin-top: 11.19rem;
  }
}

.line__apply-text {
  width: 100%;
  margin: 6.4rem auto 0;
  font-size: 2.1rem;
  text-align: center;
  line-height: 1.6369;
  font-weight: 700;
  color: #e6001c;
}
@media screen and (min-width:768px) {
  .line__apply-text {
    margin: 3.5rem auto 0;
    font-size: 2.3rem;
  }
}

.line__apply-inner {
  width: 100%;
  max-width: 69.1rem;
  margin: 5.9rem auto 0;
  position: relative;
}
@media screen and (min-width:768px) {
  .line__apply-inner {
    max-width: 81.3128rem;
    margin: 6.3rem auto 0;
  }
}

.line__apply-inner::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 79.274rem;
  top: 0;
  left: 0;
  border-radius: 2rem;
  background: #fff;
}
@media screen and (min-width:768px) {
  .line__apply-inner::before {
    height: 45.3492rem;
    top: -0.349rem;
  }
}

.line__apply-steps {
  height: 76.7rem;
  width: 100%;
  max-width: 66rem;
}
@media screen and (min-width:768px) {
  .line__apply-steps {
    height: 49.2rem;
    max-width: 77rem;
  }
}

.line__steps-item {
  position: relative;
}

.line__steps-item img {
  width: 100%;
  max-width: 43.1rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .line__steps-item img {
    max-width: 70rem;
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  width: 8.6735rem;
  top: 36.1rem;
}
@media screen and (min-width:768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 5.2573rem;
    top: 22.6rem;
  }
}

.swiper-button-prev img,
.swiper-button-next img {
  width: 8.6735rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width:768px) {
  .swiper-button-prev img,
  .swiper-button-next img {
    width: 5.2573rem;
  }
}

.swiper-button-prev {
  left: 1rem;
}

.swiper-button-next {
  right: 1rem;
}

.line__steps-pagination {
  display: flex !important;
  justify-content: center;
  gap: 1.1rem;
}

.swiper-pagination-bullet {
  background-color: #dcdcdc;
  width: 1.4rem;
  height: 1.4rem;
}

.swiper-pagination-bullet-active {
  background-color: #e6001c;
}

.line__steps-btn {
  width: 100%;
  max-width: 26.1577rem;
  position: absolute;
  right: 19.8rem;
  bottom: 8rem;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .line__steps-btn {
    max-width: 17.4385rem;
    right: 21.3rem;
    bottom: 7.3rem;
  }
}

.line__steps-btn a:hover,
.line__steps-btn a:active {
  opacity: 1;
}

.line__steps-btn-wrap {
  position: relative;
}

.line__steps-btn-wrap::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/btn-friend-yellow.png) no-repeat center center/contain;
  z-index: 3;
  pointer-events: none;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.line__steps-btn:hover .line__steps-btn-wrap::before,
.line__steps-btn:active .line__steps-btn-wrap::before {
  opacity: 1;
}

.line__apply-btn {
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 69.8713rem;
  height: 26.5376rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .line__apply-btn {
    margin-top: 7rem;
    max-width: 80rem;
    height: 22.405rem;
  }
}

.line__apply-btn a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/btn-lineID-white-sp.png) no-repeat center center/cover;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .line__apply-btn a {
    background: url(../img/btn-lineID-white-pc.png) no-repeat center center/cover;
  }
}

.line__apply-btn a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/btn-lineID-yellow-sp.png) no-repeat center center/cover;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
  pointer-events: none;
}
@media screen and (min-width:768px) {
  .line__apply-btn a::after {
    background: url(../img/btn-lineID-yellow-pc.png) no-repeat center center/cover;
  }
}

.line__apply-btn a:hover::after,
.line__apply-btn a:active::after {
  opacity: 1;
}

.line__apply-btn a img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease;
  z-index: 1;
  pointer-events: none;
}

.line__apply-btn.active a img {
  clip-path: inset(0 0 0 0);
}

.line__apply-btn:hover a,
.line__apply-btn:active a {
  opacity: 1;
}

.line__receipt {
  margin-top: 11.2rem;
}
@media screen and (min-width:768px) {
  .line__receipt {
    margin-top: 10rem;
  }
}

.line__receipt-text {
  font-size: 1.8rem;
  line-height: 1.31;
  width: 100%;
  max-width: 62rem;
  margin: 4.4rem auto 0;
}
@media screen and (min-width:768px) {
  .line__receipt-text {
    font-size: 1.6rem;
    line-height: 1.4706;
    max-width: 71rem;
    margin: 3.5rem auto 0;
  }
}

.line__receipt-bad {
  width: 100%;
  max-width: 69.1rem;
  margin: 3.3rem auto 0;
}
@media screen and (min-width:768px) {
  .line__receipt-bad {
    max-width: 80rem;
    margin: 3.1rem auto 0;
  }
}

.course {
  width: 100%;
  margin-top: 7.2rem;
  position: relative;
}

.course::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 647.609rem;
  background: url(../img/bg-vegetable1-sp.png) no-repeat top center/cover;
  top: -15.16rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  mix-blend-mode: color-burn;
}
@media screen and (min-width:768px) {
  .course::before {
    background: url(../img/bg-vegetable1-pc.png) no-repeat center center/contain;
    height: 567.899rem;
    width: 200rem;
    top: -20.28rem;
  }
}

.course::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 111.089rem;
  left: 50%;
  transform: translateX(-50%);
  top: -15.06rem;
  background: url(../img/bg-pink-sp.png) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .course::after {
    height: 125.02rem;
    top: -20.43rem;
    width: 200rem;
    background: url(../img/bg-pink-pc.png) no-repeat center center/100% 100%;
  }
}
@media (min-width: 2001px) {
  .course::after {
    width: 100%;
  }
}

.course__wrap {
  position: relative;
}

.course__wrap::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/bg-orangeYellow-sp.png) no-repeat center center/100% 100%;
  width: 100%;
  height: 319.708rem;
  top: 92.06rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width:768px) {
  .course__wrap::before {
    top: 94.294rem;
    width: 200rem;
    height: 264.249rem;
    background: url(../img/bg-orangeYellow-pc.png) no-repeat center center/100% 100%;
  }
}
@media (min-width: 2001px) {
  .course__wrap::before {
    width: 100%;
  }
}

.course__wrap::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 114.068rem;
  background: url(../img/bg-green-sp.png) no-repeat center center/100% 100%;
  bottom: 98.56rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width:768px) {
  .course__wrap::after {
    background: url(../img/bg-green-pc.png) no-repeat center center/100% 100%;
    width: 200rem;
    height: 104.747rem;
    bottom: 77.2rem;
  }
}
@media (min-width: 2001px) {
  .course__wrap::after {
    width: 100%;
  }
}

.course__inner {
  position: relative;
}

.course__inner::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/bg-blue1-sp.png) no-repeat center center/cover;
  width: 100vw;
  height: 114.317rem;
  bottom: -11.89rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media screen and (min-width:768px) {
  .course__inner::before {
    bottom: -17.33rem;
    height: 104.747rem;
    width: 200rem;
    background: url(../img/bg-blue1-pc.png) no-repeat center center/100% 100%;
  }
}
@media (min-width: 2001px) {
  .course__inner::before {
    width: 100%;
    width: 100vw;
  }
}

.course__item {
  background: #fff;
  border-radius: 2rem;
  padding: 1.5rem 1.645rem 0;
  position: relative;
  color: #583b27;
  z-index: 10;
}
@media screen and (min-width:768px) {
  .course__item {
    border-radius: 3rem;
    padding: 2.29rem 2.5rem 0;
  }
}

.course__item:nth-child(1) {
  padding-bottom: 2.868rem;
}
@media screen and (max-width:767px) {
  .course__item:nth-child(1) {
    padding-right: 1.227rem;
  }
}
@media screen and (min-width:768px) {
  .course__item:nth-child(1) {
    padding-bottom: 3.3723rem;
  }
}

@media screen and (max-width:767px) {
  .course__item:nth-child(1) .course__item-apply {
    padding-right: 0.418rem;
  }
}

.course__item:nth-child(1) .course__item-name {
  width: 100%;
  max-width: 23.3rem;
  position: absolute;
  top: 3.2rem;
  left: 4.9rem;
  opacity: 0;
}
@media screen and (min-width:768px) {
  .course__item:nth-child(1) .course__item-name {
    max-width: 29.4rem;
    top: 4.5rem;
    left: 6.5rem;
  }
}

.course__item:nth-child(1) .course__item-number {
  width: 100%;
  max-width: 15.2rem;
  top: 25.1rem;
  left: 4.9rem;
  position: absolute;
  opacity: 0;
}
@media screen and (min-width:768px) {
  .course__item:nth-child(1) .course__item-number {
    max-width: 17rem;
    top: 30.8rem;
    left: 9.8rem;
  }
}

.course__item-name.active,
.course__item-number.active,
.course__item-price.active,
.course__item-bubble.active {
  animation: course__bound 0.7s ease-in-out forwards;
}

.course__item:nth-child(1) .course__item-gift {
  margin-top: 1.7rem;
  width: 100%;
  max-width: 48.525rem;
}
@media screen and (max-width:767px) {
  .course__item:nth-child(1) .course__item-gift {
    margin-left: auto;
  }
}
@media screen and (min-width:768px) {
  .course__item:nth-child(1) .course__item-gift {
    max-width: 97.538rem;
    padding-left: 32.469rem;
    margin-top: -3.02rem;
  }
}

.course__item:nth-child(1) .course__item-note {
  margin-top: 4rem;
  padding: 0 2.9rem;
  display: flex;
}
@media screen and (min-width:768px) {
  .course__item:nth-child(1) .course__item-note {
    margin-top: 5.2rem;
    padding: 0 6.6rem;
  }
}

.course__item:nth-child(1) .course__item-note p {
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: justify;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .course__item:nth-child(1) .course__item-note p {
    line-height: 1.3571;
  }
}

.course__item:nth-child(1) .course__item-note p:first-child {
  font-size: 1.9rem;
  writing-mode: vertical-lr;
  margin-top: -1rem;
}
@media screen and (min-width:768px) {
  .course__item:nth-child(1) .course__item-note p:first-child {
    font-size: 2.023rem;
  }
}

.course__item:nth-child(1) .course__item-note p + p {
  margin-left: 0.9rem;
}

.course__item-period {
  width: 100%;
  max-width: 59.4025rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:768px) {
  .course__item-period {
    max-width: 88.2977rem;
  }
}

.course__item:nth-child(1) .course__item-period {
  margin-top: 4.8rem;
}
@media screen and (min-width:768px) {
  .course__item:nth-child(1) .course__item-period {
    margin-top: 4rem;
  }
}

@keyframes course__bound {
  0% {
    transform: translateY(-20px) scale(0.9);
    opacity: 0;
  }
  25% {
    transform: translateY(-20px) scale(1.1);
    opacity: 0.5;
    animation-timing-function: ease-in;
  }
  50% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  75% {
    transform: translateY(-5px) scale(1.05);
    opacity: 1;
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.course__item:nth-child(2) {
  margin-top: 18.2rem;
  padding-bottom: 3.5rem;
}
@media screen and (min-width:768px) {
  .course__item:nth-child(2) {
    margin-top: 27.5rem;
    padding-bottom: 6.3rem;
  }
}

.course__item:nth-child(2) .course__item-name {
  width: 100%;
  max-width: 23.3rem;
  position: absolute;
  top: 9.4rem;
  left: 4.9rem;
  opacity: 0;
}
@media screen and (min-width:768px) {
  .course__item:nth-child(2) .course__item-name {
    max-width: 29.4rem;
    top: 4.5rem;
    left: 6.5rem;
  }
}

.course__item:nth-child(2) .course__item-explanation {
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
  margin-top: 6rem;
}
@media screen and (min-width:768px) {
  .course__item:nth-child(2) .course__item-explanation {
    font-size: 2.1rem;
    line-height: 1.4761;
  }
}

.course__item:nth-child(2) .course__item-gifts {
  width: 100%;
  max-width: 63.6575rem;
  margin: 5.3rem auto 0;
}
@media screen and (min-width:768px) {
  .course__item:nth-child(2) .course__item-gifts {
    margin: 4.2rem auto 0;
    max-width: 91rem;
  }
}

.course__item:nth-child(2) .course__item-gift {
  position: relative;
}

.course__item:nth-child(2) .course__item-gift + .course__item-gift {
  margin-top: 4rem;
}
@media screen and (min-width:768px) {
  .course__item:nth-child(2) .course__item-gift + .course__item-gift {
    margin-top: 6rem;
  }
}

.course__item:nth-child(2) .course__item-number {
  position: absolute;
  left: 3.8rem;
  max-width: 14rem;
  width: 100%;
  opacity: 0;
}
@media screen and (min-width:768px) {
  .course__item:nth-child(2) .course__item-number {
    top: 18.5rem;
    left: 5.9rem;
    max-width: 15rem;
  }
}

@media screen and (max-width:767px) {
  .course__item:nth-child(2) .course__item-gift:nth-child(1) .course__item-number {
    top: 38.3rem;
  }
}

@media screen and (max-width:767px) {
  .course__item:nth-child(2) .course__item-gift:nth-child(2) .course__item-number {
    top: 34.5rem;
  }
}

@media screen and (max-width:767px) {
  .course__item:nth-child(2) .course__item-gift:nth-child(3) .course__item-number {
    bottom: 16.4rem;
  }
}

.course__item:nth-child(3) {
  margin-top: 21.31rem;
  padding-bottom: 2.8094rem;
}
@media screen and (min-width:768px) {
  .course__item:nth-child(3) {
    margin-top: 26.19rem;
    padding-bottom: 2.265rem;
  }
}

.course__item:nth-child(3) .course__item-name {
  position: absolute;
  width: 100%;
  max-width: 27.9rem;
  top: 3.2rem;
  left: 2.8rem;
  opacity: 0;
}
@media screen and (min-width:768px) {
  .course__item:nth-child(3) .course__item-name {
    max-width: 37rem;
    top: 4.6rem;
    left: 3.9rem;
  }
}

.course__item:nth-child(3) .course__item-gift {
  width: 100%;
  max-width: 42.3675rem;
  margin: 6.2rem 0 0 12.6rem;
}
@media screen and (min-width:768px) {
  .course__item:nth-child(3) .course__item-gift {
    max-width: 50.5476rem;
    margin: -0.5rem 16rem 0 auto;
  }
}

.course__item:nth-child(3) .course__item-period {
  margin-top: 14.6rem;
}
@media screen and (min-width:768px) {
  .course__item:nth-child(3) .course__item-period {
    margin-top: 4.2rem;
  }
}

.course__item:nth-child(3) .course__item-number {
  position: absolute;
  width: 100%;
  max-width: 15.2rem;
  top: 53.8rem;
  left: 4.8rem;
  opacity: 0;
}
@media screen and (min-width:768px) {
  .course__item:nth-child(3) .course__item-number {
    max-width: 17rem;
    top: 34.8rem;
    left: 9.8rem;
  }
}

.course__item:nth-child(3) .course__item-price {
  position: absolute;
  width: 100%;
  max-width: 40rem;
  top: 60.5rem;
  right: 4.6rem;
  opacity: 0;
}
@media screen and (min-width:768px) {
  .course__item:nth-child(3) .course__item-price {
    max-width: 38.4rem;
    top: 49.5rem;
    right: 5.4rem;
  }
}

.course__item:nth-child(4) {
  margin-top: 20rem;
  padding-bottom: 4.8558rem;
}
@media screen and (min-width:768px) {
  .course__item:nth-child(4) {
    margin-top: 22.98rem;
    padding-bottom: 3.9389rem;
  }
}

.course__item:nth-child(4) .course__item-name {
  position: absolute;
  width: 100%;
  max-width: 44.2rem;
  top: 7.9rem;
  left: 10.7rem;
  opacity: 0;
}
@media screen and (min-width:768px) {
  .course__item:nth-child(4) .course__item-name {
    max-width: 44.3rem;
    top: 8.7rem;
    left: 5rem;
  }
}

.course__item:nth-child(4) .course__item-bubble {
  position: absolute;
  width: 100%;
  max-width: 56.1rem;
  top: 25.4rem;
  right: 6.5rem;
  opacity: 0;
}
@media screen and (min-width:768px) {
  .course__item:nth-child(4) .course__item-bubble {
    max-width: 42.9rem;
    top: 5.1rem;
    right: 6.6rem;
  }
}

.course__item:nth-child(4) .course__item-gift {
  width: 100%;
  max-width: 58.9838rem;
  margin: 25rem 0 0 4.2rem;
}
@media screen and (min-width:768px) {
  .course__item:nth-child(4) .course__item-gift {
    max-width: 77.0392rem;
    margin: 7.1rem 0 0 15.9rem;
  }
}

.course__item:nth-child(4) .course__item-number {
  position: absolute;
  width: 100%;
  max-width: 15.4rem;
  left: 4.7rem;
  opacity: 0;
}
@media screen and (max-width:767px) {
  .course__item:nth-child(4) .course__item-number {
    bottom: 2.8rem;
  }
}
@media screen and (min-width:768px) {
  .course__item:nth-child(4) .course__item-number {
    max-width: 17.2rem;
    top: 30.9rem;
    left: 9.6rem;
  }
}

.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}

.fade-up.inview {
  opacity: 1;
  transform: translateY(0);
}

@keyframes bounce__fade {
  0% {
    transform: scale(0);
    opacity: 0;
    filter: blur(20px);
  }
  25% {
    transform: scale(1.1);
    opacity: 1;
    filter: blur(0);
  }
  50% {
    transform: scale(0.9);
    opacity: 1;
    filter: blur(0);
  }
  75% {
    transform: scale(1.05);
    opacity: 1;
    filter: blur(0);
  }
  100% {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
  }
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  pointer-events: none;
  z-index: 15;
}

.line__top-mask.mask {
  height: 659rem;
}
@media screen and (min-width:768px) {
  .line__top-mask.mask {
    height: 569.27rem;
  }
}

.information__mask.mask {
  top: -13rem;
  height: 127.064rem;
}
@media screen and (min-width:768px) {
  .information__mask.mask {
    top: -15rem;
    height: 123.147rem;
  }
}

.line__overview-mask.mask {
  top: -16.9rem;
  height: 445.27rem;
}
@media screen and (min-width:768px) {
  .line__overview-mask.mask {
    top: -9.9rem;
    height: 262rem;
  }
}

.x__campaign1-mask {
  height: 315rem;
  top: -40rem;
}
@media screen and (min-width:768px) {
  .x__campaign1-mask {
    height: 204.4rem;
    top: -30rem;
  }
}

.x__campaign2-mask {
  height: 276.33rem;
  bottom: -15.53rem;
  top: unset;
}
@media screen and (min-width:768px) {
  .x__campaign2-mask {
    height: 189.72rem;
    bottom: -14.95rem;
  }
}

.mask-left,
.mask-right {
  width: 50%;
  height: 100%;
  background: white;
  transition: transform 1s ease;
}

.mask-left {
  transform: translateX(0);
}

.mask-right {
  transform: translateX(0);
}

.line__top.animate .line__top-mask .mask-left,
.information.animate .information__mask .mask-left,
.line__overview.animate .line__overview-mask .mask-left,
.x__campaign1.animate .x__campaign1-mask .mask-left,
.x__campaign2.animate .x__campaign2-mask .mask-left {
  transform: translateX(-100%);
}

.line__top.animate .line__top-mask .mask-right,
.information.animate .information__mask .mask-right,
.line__overview.animate .line__overview-mask .mask-right,
.x__campaign1.animate .x__campaign1-mask .mask-right,
.x__campaign2.animate .x__campaign2-mask .mask-right {
  transform: translateX(100%);
}

.section__head {
  width: 100%;
  max-width: 35.228rem;
  padding-left: 0.814rem;
  margin: 0 auto;
}

@media screen and (max-width:767px) {
  .section__head.line__receipt-head {
    max-width: 44.074rem;
    padding-left: 0.5665rem;
  }
}

.product {
  width: 100%;
  margin-top: 26.7rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .product {
    margin-top: 22.1rem;
  }
}

@media screen and (min-width:768px) {
  .product::before {
    position: absolute;
    display: block;
    content: "";
    width: 189.683rem;
    height: 246.227rem;
    background: url(../img/bg-vegetable2-pc.png) no-repeat center center/contain;
    left: 50%;
    transform: translateX(-50%);
    top: 4.45rem;
    z-index: 6;
    pointer-events: none;
  }
}

.product::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 468.951rem;
  background: url(../img/bg-yellow-dot-sp.png) no-repeat center center/cover;
  left: 0;
  top: -25.77rem;
}
@media screen and (min-width:768px) {
  .product::after {
    height: 296.228rem;
    top: -33.785rem;
    background: url(../img/bg-yellow-dot-pc.png) no-repeat center center/cover;
  }
}

.product__heads {
  position: relative;
  z-index: 5;
}

.product__common {
  width: 100%;
  max-width: 23.6935rem;
  margin: 1.59rem auto 0;
}

.product__items {
  width: 100%;
  max-width: 55.4874rem;
  margin: 5.48rem auto 0;
  position: relative;
  z-index: 5;
}
@media screen and (min-width:768px) {
  .product__items {
    margin: 4.85rem auto 0;
    max-width: 96.4832rem;
    display: flex;
    justify-content: space-between;
  }
}

.product__item {
  width: 100%;
}
@media screen and (min-width:768px) {
  .product__item {
    max-width: 46rem;
  }
}

@media screen and (max-width:767px) {
  .product__item + .product__item {
    margin-top: 10.65rem;
  }
}

.product__item-img {
  width: 100%;
  margin: 4.45rem auto 0;
}
@media screen and (min-width:768px) {
  .product__item-img {
    margin: 2.2rem auto 0;
  }
}

.product__item:nth-child(1) .product__item-img {
  max-width: 45.4631rem;
}
@media screen and (min-width:768px) {
  .product__item:nth-child(1) .product__item-img {
    max-width: 35.5884rem;
  }
}

.product__item:nth-child(2) .product__item-img {
  max-width: 48.8583rem;
}
@media screen and (min-width:768px) {
  .product__item:nth-child(2) .product__item-img {
    max-width: 38.934rem;
  }
}

.product__item-btn a:hover,
.product__item-btn a:active {
  opacity: 1;
}

.product__item-btn {
  width: 100%;
  max-width: 55.4874rem;
  margin: 8.47rem auto 0;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  .product__item-btn {
    max-width: 36.9916rem;
    margin: 8.95rem auto 0;
  }
}

.product__item-btn::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease 0s;
  pointer-events: none;
}

.product__item:nth-child(1) .product__item-btn::before {
  background: url(../img/btn-cat-yellow.png) no-repeat center center/cover;
}

.product__item:nth-child(2) .product__item-btn::before {
  background: url(../img/btn-dog-yellow.png) no-repeat center center/cover;
}

.product__item-btn:hover::before,
.product__item-btn:active::before {
  opacity: 1;
}

.product__note {
  position: absolute;
  color: #583b27;
  font-size: 2.18rem;
  line-height: 1.2608;
  left: -3.3rem;
  bottom: -15.8rem;
}
@media screen and (max-width:767px) {
  .product__note {
    width: 64rem;
  }
}
@media screen and (min-width:768px) {
  .product__note {
    font-size: 1.6rem;
    line-height: 1.4243;
    left: 14rem;
    bottom: 11.5rem;
  }
}

.information {
  margin-top: 25.8rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .information {
    margin-top: 18.76rem;
  }
}

.information::before {
  position: absolute;
  display: block;
  content: "";
  width: 75rem;
  height: 127.064rem;
  background: url(../img/bg-vegetable3-sp.png) no-repeat center center/contain;
  left: 50%;
  transform: translateX(-50%);
  top: -13.35rem;
  z-index: 6;
  mix-blend-mode: color-burn;
}
@media screen and (min-width:768px) {
  .information::before {
    width: 200rem;
    height: 123.147rem;
    background: url(../img/bg-vegetable3-pc.png) no-repeat center center/contain;
    top: -15rem;
  }
}

.information::after {
  position: absolute;
  display: block;
  content: "";
  width: 200rem;
  height: 154.44rem;
  background: url(../img/bg-orange-sp.png) no-repeat center center/contain;
  left: 50%;
  transform: translateX(-50%);
  top: -13rem;
  z-index: 5;
}
@media screen and (min-width:768px) {
  .information::after {
    top: -15rem;
    height: 147.104rem;
    background: url(../img/bg-orange-pc.png) no-repeat center center/contain;
  }
}
@media (min-width: 2001px) {
  .information::after {
    width: 100%;
    background: url(../img/bg-orange-pc.png) no-repeat center center/100% 100%;
  }
}

.information__inner {
  background: #fff;
  padding: 5.6rem 1.75rem 4rem;
  border-radius: 2.5rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width:768px) {
  .information__inner {
    padding: 6.2rem 6.48rem 7rem 7.84rem;
  }
}

.information__terms-inner {
  width: 100%;
  margin: 4.7rem auto 0;
}
@media screen and (min-width:768px) {
  .information__terms-inner {
    margin: 4.4rem auto 0;
    max-width: 65.6rem;
  }
}

.information__terms-content {
  width: 100%;
  height: 28.3rem;
  overflow: auto;
  border: #cccccc 0.2rem solid;
  padding: 1.4rem 3.5rem 1.4rem 2.6rem;
  font-size: 1.5rem;
  line-height: 1.6666;
  text-align: justify;
}

.information__terms-item {
  margin-top: 2rem;
  padding-top: 2rem;
}

.information__terms-item:not(:last-child) {
  border-top: 0.2rem dotted #cccccc;
}

.information__terms-item h6 {
  font-size: 1.8rem;
  font-weight: 700;
}

.information__terms-item > ol li,
.information__terms-item:nth-child(6) p {
  text-indent: -2.1rem;
  margin-left: 2.1rem;
}

.information__terms-item > ol li:nth-child(n+10) {
  text-indent: -3.1rem;
  margin-left: 3.1rem;
}

.information__terms-item:nth-child(4) > ul li {
  text-indent: 0;
  margin-left: 0;
  padding-left: 1.4rem;
  position: relative;
}

.information__terms-item:nth-child(4) > ul li::before {
  position: absolute;
  display: block;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  top: 0.8rem;
  left: 0.3rem;
  background: #000;
}

.information__privacy {
  margin-top: 8rem;
}

.information__privacy-text {
  margin-top: 4.4rem;
  font-size: 1.8rem;
  line-height: 1.3333;
  text-align: justify;
}
@media screen and (max-width:767px) {
  .information__privacy-text {
    width: 100%;
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width:768px) {
  .information__privacy-text {
    font-size: 1.45rem;
    line-height: 1.4706;
  }
}

.information__contact {
  margin-top: 7.9rem;
}
@media screen and (min-width:768px) {
  .information__contact {
    margin-top: 8.7rem;
  }
}

.contact__head {
  width: 100%;
  max-width: 64.1532rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .contact__head {
    max-width: 90.5676rem;
  }
}

.contact__tel {
  width: 100%;
  max-width: 54.882rem;
  margin: 4.6rem auto 0;
}
@media screen and (min-width:768px) {
  .contact__tel {
    max-width: 47.8329rem;
    margin: 4.8rem auto 0;
  }
}

.contact__time {
  font-size: 1.788rem;
  text-align: center;
  margin-top: 1.6rem;
}
@media screen and (min-width:768px) {
  .contact__time {
    font-size: 1.5rem;
  }
}

.x {
  overflow: hidden;
  padding-bottom: 15.53em;
  position: relative;
}
@media screen and (min-width:768px) {
  .x {
    padding-bottom: 14.95rem;
  }
}

.x::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 329.406rem;
  background: url(../img/bg-yellow-sp.png) no-repeat center center/100% 100%;
  left: 50%;
  transform: translateX(-50%);
  top: -15.2rem;
}
@media screen and (min-width:768px) {
  .x::before {
    background: url(../img/bg-yellow-pc.png) no-repeat center center/100% 100%;
    top: -17.92rem;
    width: 200rem;
    height: 240.345rem;
  }
}
@media (min-width: 2001px) {
  .x::before {
    width: 100%;
  }
}

.x::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 275.817rem;
  background: url(../img/bg-blue2-sp.png) no-repeat center center/100% 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.4rem;
}
@media screen and (min-width:768px) {
  .x::after {
    background: url(../img/bg-blue2-pc.png) no-repeat center center/100% 100%;
    width: 200rem;
    height: 189.728rem;
  }
}
@media (min-width: 2001px) {
  .x::after {
    width: 100%;
  }
}

.x__head {
  width: 100%;
  max-width: 57.8rem;
  margin: 0 auto;
  transform: scale(0);
  opacity: 0;
  filter: blur(20px);
  position: relative;
  z-index: 3;
}
@media screen and (min-width:768px) {
  .x__head {
    max-width: 81.2rem;
  }
}

.x__head.active {
  animation: bounce__fade 1s linear forwards;
}

.x__campaign {
  width: 100%;
  margin: 13.5rem auto 0;
}
@media screen and (min-width:768px) {
  .x__campaign {
    margin: 17.8rem auto 0;
  }
}

.x__campaign-inner {
  width: 100%;
  position: relative;
}

.x__campaign-inner::before,
.x__campaign-inner::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  transform: translateX(-50%);
}

.x__campaign-inner::before {
  width: 81.682rem;
  height: 304.666rem;
  background: url(../img/bg-sweetPotato-sp.png) no-repeat center center/contain;
  top: -23.83rem;
  mix-blend-mode: overlay;
}
@media screen and (min-width:768px) {
  .x__campaign-inner::before {
    width: 205.119rem;
    height: 178.93rem;
    background: url(../img/bg-sweetPotato-pc.png) no-repeat center center/contain;
    top: -15.7rem;
  }
}

.x__campaign-inner::after {
  width: 75rem;
  height: 275.817rem;
  background: url(../img/bg-vegetable4-sp.png) no-repeat center center/contain;
  bottom: -15.53rem;
  z-index: 5;
  mix-blend-mode: color-burn;
}
@media screen and (min-width:768px) {
  .x__campaign-inner::after {
    width: 200rem;
    height: 189.728rem;
    background: url(../img/bg-vegetable4-pc.png) no-repeat center center/contain;
    bottom: -14.95rem;
  }
}

.x__campaign-item {
  max-width: 66.9811rem;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 2.5rem;
  padding-bottom: 3.6rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width:768px) {
  .x__campaign-item {
    max-width: 105rem;
    padding-bottom: 5.4rem;
  }
}

.x__campaign2 {
  margin-top: 24.7rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .x__campaign2 {
    margin-top: 22.6rem;
  }
}

.x__campaign2 .x__campaign-item {
  padding: 0 1.58rem 4rem;
}
@media screen and (min-width:768px) {
  .x__campaign2 .x__campaign-item {
    padding: 0 2.5rem 7.6rem;
  }
}

.x__campaign1 .x__campaign-head {
  width: 66.6362rem;
  margin: 0 auto;
  transform: translate(-0.9rem, -10.4rem);
  opacity: 0;
}
@media screen and (min-width:768px) {
  .x__campaign1 .x__campaign-head {
    width: 100%;
    max-width: 77.9rem;
    padding-right: 1.7rem;
    transform: translateY(-15rem);
  }
}

.x__campaign1 .x__campaign-head.active {
  animation: puru__sp 1s ease-out 1s forwards;
}
@media screen and (min-width:768px) {
  .x__campaign1 .x__campaign-head.active {
    animation: puru__pc 1s ease-out 1s forwards;
  }
}

@keyframes puru__pc {
  0% {
    transform: scale(1) translateY(-15rem);
    opacity: 0;
  }
  50% {
    transform: scale(1.1, 0.9) translateY(-15rem);
    opacity: 1;
  }
  60% {
    transform: scale(0.85, 1.2) translateY(-15rem);
    opacity: 1;
  }
  70% {
    transform: scale(1.08, 0.88) translateY(-15rem);
    opacity: 1;
  }
  80% {
    transform: scale(0.95, 1.05) translateY(-15rem);
    opacity: 1;
  }
  90% {
    transform: scale(1.02, 0.98) translateY(-15rem);
    opacity: 1;
  }
  100% {
    transform: scale(1) translateY(-15rem);
    opacity: 1;
  }
}
@keyframes puru__sp {
  0% {
    transform: scale(1) translate(-0.9rem, -10.4rem);
    opacity: 0;
  }
  50% {
    transform: scale(1.1, 0.9) translate(-0.9rem, -10.4rem);
    opacity: 1;
  }
  60% {
    transform: scale(0.85, 1.2) translate(-0.9rem, -10.4rem);
    opacity: 1;
  }
  70% {
    transform: scale(1.08, 0.88) translate(-0.9rem, -10.4rem);
    opacity: 1;
  }
  80% {
    transform: scale(0.95, 1.05) translate(-0.9rem, -10.4rem);
    opacity: 1;
  }
  90% {
    transform: scale(1.02, 0.98) translate(-0.9rem, -10.4rem);
    opacity: 1;
  }
  100% {
    transform: scale(1) translate(-0.9rem, -10.4rem);
    opacity: 1;
  }
}
.x__campaign1 .x__campaign-gift {
  width: 100%;
  max-width: 61rem;
  margin: -3rem 0 0 3.3rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .x__campaign1 .x__campaign-gift {
    max-width: 89.6041rem;
    margin: -10rem auto 0;
  }
}

.x__campaign-number {
  position: absolute;
  width: 100%;
  max-width: 19.4rem;
  top: 23.4rem;
  right: -0.4rem;
  opacity: 0;
}
@media screen and (min-width:768px) {
  .x__campaign-number {
    max-width: 24.6rem;
    top: 22.4rem;
    right: -3.5rem;
  }
}

.x__campaign-number.active {
  animation: course__bound 0.7s ease-in-out forwards;
}

.x__campaign1 .x__campaign-period {
  width: 100%;
  max-width: 58.0244rem;
  margin: 4.6rem auto 0;
}
@media screen and (min-width:768px) {
  .x__campaign1 .x__campaign-period {
    max-width: 86.7531rem;
    margin: 1.8rem auto 0;
  }
}

.x__apply-head {
  width: 100%;
  max-width: 35.0144rem;
  padding-left: 0.6rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:768px) {
  .x__apply-head {
    max-width: 35.4144rem;
    padding-left: 1rem;
  }
}

.x__campaign1 .x__apply-head {
  margin-top: 11.6rem;
}
@media screen and (min-width:768px) {
  .x__campaign1 .x__apply-head {
    margin-top: 6.69rem;
  }
}

.x__apply-steps {
  width: 100%;
  max-width: 56.3785rem;
  margin-top: 6.6rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:767px) {
  .x__apply-steps {
    padding-right: 3rem;
  }
}
@media screen and (min-width:768px) {
  .x__apply-steps {
    margin-top: 8rem;
    max-width: 85.7155rem;
    display: flex;
    justify-content: space-between;
  }
}

.x__apply-step {
  width: 100%;
  position: relative;
}
@media screen and (min-width:768px) {
  .x__apply-step {
    max-width: 21.7882rem;
  }
}

@media screen and (max-width:767px) {
  .x__apply-step:nth-child(2) {
    width: 100%;
    max-width: 51.5685rem;
    margin: 14.2rem auto 0;
  }
}

@media screen and (max-width:767px) {
  .x__apply-step:nth-child(3) {
    width: 100%;
    max-width: 51.4198rem;
    margin: 13.7rem auto 0;
  }
}

.x__apply-step:not(:last-child)::before {
  position: absolute;
  display: block;
  content: "";
  height: 9.3343rem;
  width: 3.8795rem;
}
@media screen and (max-width:767px) {
  .x__apply-step:not(:last-child)::before {
    left: 53%;
    transform: translateX(-50%) rotate(90deg);
  }
}
@media screen and (min-width:768px) {
  .x__apply-step:not(:last-child)::before {
    width: 2.3049rem;
    height: 5.54558rem;
    right: -6.4rem;
    top: 13.3rem;
  }
}

.x__campaign1 .x__apply-step:not(:last-child)::before {
  background: url(../img/arrow-purple.png) no-repeat center center/contain;
}

@media screen and (max-width:767px) {
  .x__campaign1 .x__apply-step:nth-child(1)::before {
    bottom: -13.5rem;
  }
}

@media screen and (max-width:767px) {
  .x__campaign1 .x__apply-step:nth-child(2)::before {
    bottom: -11.2rem;
  }
}

.x__campaign2 .x__apply-step:not(:last-child)::before {
  background: url(../img/arrow-blue.png) no-repeat center center/contain;
}

@media screen and (max-width:767px) {
  .x__campaign2 .x__apply-step:nth-child(1)::before {
    bottom: -13.5rem;
  }
}

@media screen and (max-width:767px) {
  .x__campaign2 .x__apply-step:nth-child(2)::before {
    bottom: -11.2rem;
  }
}

.x__apply-download {
  width: 100%;
  max-width: 23.9076rem;
  position: absolute;
  bottom: 2.8rem;
}
@media screen and (min-width:768px) {
  .x__apply-download {
    max-width: 10.6613rem;
    bottom: 3rem;
  }
}

.x__apply-app {
  left: 1rem;
}
@media screen and (min-width:768px) {
  .x__apply-app {
    left: -0.2rem;
  }
}

.x__apply-google {
  right: -2rem;
}
@media screen and (min-width:768px) {
  .x__apply-google {
    right: -0.6rem;
  }
}

.x__apply-btn {
  width: 100%;
  max-width: 62.4029rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .x__apply-btn {
    max-width: 53.5665rem;
    margin: 8rem auto 0;
  }
}

@media screen and (max-width:767px) {
  .x__campaign1 .x__apply-btn {
    margin: 8.6rem auto 0;
  }
}

@media screen and (max-width:767px) {
  .x__campaign2 .x__apply-btn {
    margin: 9.1rem auto 0;
  }
}

.x__apply-btn:hover {
  opacity: 1;
}

.x__apply-btn::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/btn-x-pink-sp.png) no-repeat center center/contain;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  transition: opacity 0.3s ease 0s;
  z-index: 3;
}
@media screen and (min-width:768px) {
  .x__apply-btn::before {
    background: url(../img/btn-x-pink-pc.png) no-repeat center center/contain;
  }
}

.x__apply-btn:hover::before,
.x__apply-btn:active::before {
  opacity: 1;
}

.x__apply-note {
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (min-width:768px) {
  .x__apply-note {
    font-size: 1.9rem;
    margin-top: 1.6rem;
  }
}

@media screen and (max-width:767px) {
  .x__campaign1 .x__apply-note {
    margin-top: 1.6rem;
  }
}

@media screen and (max-width:767px) {
  .x__campaign2 .x__apply-note {
    margin-top: 1.8rem;
  }
}

.x__campaign2 .x__campaign-head {
  margin: 0 auto;
  transform: translateY(-5.4rem);
  position: relative;
  z-index: 3;
}
@media screen and (min-width:768px) {
  .x__campaign2 .x__campaign-head {
    transform: translateY(-2rem);
  }
}

.x__campaign-chance {
  position: absolute;
  width: 100%;
  max-width: 26.4rem;
  top: 2rem;
  right: -3.4rem;
  animation: bound__loop 3s ease-in-out infinite 0s;
}
@media screen and (min-width:768px) {
  .x__campaign-chance {
    max-width: 30.8rem;
    top: -1.2rem;
    right: -4.4rem;
  }
}

.x__campaign2 .x__campaign-gift {
  margin: -20.8rem auto 0;
}
@media screen and (min-width:768px) {
  .x__campaign2 .x__campaign-gift {
    margin: -20.2rem auto 0;
  }
}

.x__campaign2 .x__campaign-period {
  width: 100%;
  max-width: 61.2378rem;
  margin: 2.7rem auto 0;
}
@media screen and (min-width:768px) {
  .x__campaign2 .x__campaign-period {
    max-width: 90.3965rem;
    margin: 0.8rem auto 0;
  }
}

.x__campaign2 .x__apply-head {
  margin-top: 12.2rem;
}
@media screen and (min-width:768px) {
  .x__campaign2 .x__apply-head {
    margin-top: 7.1rem;
  }
}

.bottom {
  margin-top: 10.47rem;
  padding-bottom: 2rem;
}
@media screen and (min-width:768px) {
  .bottom {
    margin-top: 4.65rem;
  }
}

.bottom__copy {
  text-align: center;
  font-size: 0.933rem;
  margin-top: 14rem;
}
@media screen and (min-width:768px) {
  .bottom__copy {
    font-size: 1.4rem;
    margin-top: 7.7rem;
  }
}

.btn {
  width: 100%;
  max-width: 13.2rem;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 100;
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}

.btn.show {
  opacity: 1;
}