*,
*::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: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width:768px) and (max-width:1600px) {
  html {
    font-size: 0.625vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 10px;
  }
}

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

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;
  }
}

.mv {
  padding: 4.45rem 0 0;
  background: url(../img/bg-white1-sp.png) no-repeat top center/cover;
}
@media screen and (max-width:767px) {
  .mv {
    overflow: hidden;
  }
}
@media screen and (min-width:768px) {
  .mv {
    padding: 5.97rem 0 0;
    background: url(../img/bg-white1-pc.png) no-repeat top center/cover;
  }
}

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

.mv__inner::before {
  position: absolute;
  display: block;
  content: "";
  width: 76.9639rem;
  height: 36.5709rem;
  background: url(../img/illust-blue-sp.png) no-repeat center center/contain;
  top: 8rem;
  left: -12.4rem;
}
@media screen and (min-width:768px) {
  .mv__inner::before {
    background: url(../img/illust-blue-pc.png) no-repeat center center/contain;
    width: 96.5444rem;
    height: 29.9948rem;
    top: 11.38rem;
    left: -30.4rem;
  }
}

.mv__logo {
  width: 100%;
  max-width: 38.4366rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .mv__logo {
    max-width: 40.0381rem;
  }
}

.mv__title {
  padding-right: 7.5rem;
  padding-left: 8rem;
  margin-top: 8.2rem;
  z-index: 2;
  position: relative;
}
@media screen and (min-width:768px) {
  .mv__title {
    padding-right: 2.647rem;
    padding-left: 5.605rem;
    margin-top: 3.1rem;
  }
}

.mv__period {
  width: 100%;
  max-width: 29.0455rem;
  margin: 1.7rem auto 0;
}
@media screen and (min-width:768px) {
  .mv__period {
    max-width: 30.2505rem;
    margin: 2rem auto 0;
  }
}

.mv__copy {
  line-height: 1;
  font-size: 1.614rem;
  margin-top: 22.6rem;
}
@media screen and (min-width:768px) {
  .mv__copy {
    margin-top: 7.1rem;
    text-align: center;
  }
}

.mv__img {
  position: absolute;
  width: 100%;
  opacity: 0;
}

.mv__img-1.active,
.mv__img-2.active {
  animation: fadeIn 0.3s ease-out 0.5s forwards;
}

.mv__img-3.active,
.mv__img-4.active {
  animation: fadeIn 0.3s ease-out 0.7s forwards;
}

.mv__img-5.active,
.mv__img-6.active {
  animation: fadeIn 0.3s ease-out 0.9s forwards;
}

.mv__img-7.active,
.mv__img-8.active {
  animation: fadeIn 0.3s ease-out 1.1s forwards;
}

.mv__img-9.active,
.mv__img-10.active {
  animation: fadeIn 0.3s ease-out 1.3s forwards;
}

.mv__img-11.active,
.mv__img-12.active {
  animation: fadeIn 0.3s ease-out 1.5s forwards;
}

.mv__img-13.active,
.mv__img-14.active {
  animation: fadeIn 0.3s ease-out 1.7s forwards;
}

.mv__img-1 {
  max-width: 25.5141rem;
  top: 5.51rem;
  left: -12.77rem;
}
@media screen and (min-width:768px) {
  .mv__img-1 {
    max-width: 26.5772rem;
    top: 5.96rem;
    left: -27.3rem;
  }
}

.mv__img-2 {
  max-width: 27.3568rem;
  top: 6.9rem;
  right: -14.39rem;
}
@media screen and (min-width:768px) {
  .mv__img-2 {
    max-width: 34.8161rem;
    top: 0;
    right: -37.9rem;
  }
}

.mv__img-3 {
  max-width: 9.2473rem;
  top: 16.7rem;
  left: 8.8rem;
}
@media screen and (min-width:768px) {
  .mv__img-3 {
    max-width: 9.63264rem;
    top: 15.4rem;
    left: -1.3rem;
  }
}

.mv__img-4 {
  max-width: 19.8242rem;
  top: -0.67;
  right: -9.3rem;
}
@media screen and (min-width:768px) {
  .mv__img-4 {
    max-width: 20.6502rem;
    top: -2.9rem;
    right: -15rem;
  }
}

.mv__img-5 {
  max-width: 13.2522rem;
  top: 29.8rem;
  left: -8.2rem;
}
@media screen and (min-width:768px) {
  .mv__img-5 {
    max-width: 14.8053rem;
    top: 24.8rem;
    left: -14.5rem;
  }
}

.mv__img-6 {
  max-width: 10.67rem;
  top: 6.6rem;
}
@media screen and (max-width:767px) {
  .mv__img-6 {
    left: 15.1rem;
  }
}
@media screen and (min-width:768px) {
  .mv__img-6 {
    max-width: 12.8792rem;
    top: 13.5rem;
    right: -12rem;
  }
}

.mv__img-7 {
  max-width: 12.8455rem;
  top: 43.4rem;
  left: -10.2rem;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .mv__img-7 {
    max-width: 13.3908rem;
    top: 30.9rem;
    left: -25.1rem;
  }
}

.mv__img-8 {
  max-width: 17.5038rem;
  top: 14.7rem;
  right: -10.4rem;
}
@media screen and (min-width:768px) {
  .mv__img-8 {
    max-width: 18.2331rem;
    top: 10.6rem;
    right: -28.6rem;
  }
}

.mv__img-9 {
  max-width: 9.9773rem;
  top: 51.8rem;
  left: -2.4rem;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .mv__img-9 {
    max-width: 10.393rem;
    top: 38rem;
    left: -15rem;
  }
}

.mv__img-10 {
  max-width: 21.3593rem;
  top: 36.1rem;
  right: -14.47rem;
}
@media screen and (min-width:768px) {
  .mv__img-10 {
    max-width: 41.3595rem;
    top: 27.3rem;
    right: -40rem;
  }
}

.mv__img-11 {
  max-width: 18.7117rem;
  bottom: 8.2rem;
  left: -12.7rem;
}
@media screen and (min-width:768px) {
  .mv__img-11 {
    max-width: 17.3734rem;
    bottom: 4.4rem;
    left: -27rem;
  }
}

.mv__img-12 {
  max-width: 21.5814rem;
  bottom: 2.1rem;
  right: -8.6rem;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .mv__img-12 {
    max-width: 22.4806rem;
    bottom: 0.4rem;
    right: -30.1rem;
  }
}

.mv__img-13 {
  max-width: 14.1051rem;
  bottom: 8.4rem;
  left: 3rem;
}
@media screen and (min-width:768px) {
  .mv__img-13 {
    max-width: 14.6928rem;
    bottom: 1.3rem;
    left: -16.8rem;
  }
}

.mv__img-14 {
  max-width: 18.8549rem;
  bottom: 6.9rem;
  right: 11.5rem;
}
@media screen and (min-width:768px) {
  .mv__img-14 {
    max-width: 19.6406rem;
    bottom: -0.98rem;
    right: -15.2rem;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.25);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.message {
  margin-top: -5.75rem;
  padding: 13.97rem 0 10.75rem;
  background: url(../img/bg-orange1-sp.png) no-repeat top center/cover;
}
@media screen and (min-width:768px) {
  .message {
    margin-top: -5.68rem;
    padding: 19.57rem 0 11.96rem;
    background: url(../img/bg-orange1-pc.png) no-repeat top center/cover;
  }
}

.message__head {
  width: 100%;
  max-width: 47.7075rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .message__head {
    max-width: 59.634rem;
  }
}

.message__text {
  width: 100%;
  max-width: 56.3137rem;
  margin: 6.2rem auto 0;
}
@media screen and (min-width:768px) {
  .message__text {
    max-width: 80rem;
    margin: 7.6rem auto 0;
  }
}

.link {
  margin-top: 7.5rem;
}
@media screen and (min-width:768px) {
  .link {
    margin-top: 15rem;
  }
}

.link__items {
  width: 100%;
  max-width: 54.0674rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:767px) {
  .link__items {
    flex-wrap: wrap;
  }
}
@media screen and (min-width:768px) {
  .link__items {
    max-width: 83.2424rem;
  }
}

.link__item {
  width: 100%;
  max-width: 24.8923rem;
}

@media screen and (max-width:767px) {
  .link__item:nth-child(3) {
    margin: 4.1rem auto 0;
  }
}

.series__block:nth-child(1) {
  background: url(../img/bg-orange2-1.png) no-repeat top center/cover;
  padding: 9.6rem 0 12.3rem;
  margin-top: -3.7rem;
}
@media screen and (min-width:768px) {
  .series__block:nth-child(1) {
    padding: 16.03rem 0 15.33rem;
    margin-top: -5.67rem;
  }
}

.series__block:nth-child(2) {
  background: linear-gradient(to bottom, transparent 0%, transparent 4rem, #aac146 4rem, #aac146 100%);
  padding: 9.6rem 0 21.7rem;
  margin-top: -4.1rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .series__block:nth-child(2) {
    padding: 8.9rem 0 18.7rem;
    margin-top: -5.67rem;
  }
}

.series__block:nth-child(2)::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 4.2533rem;
  top: 0;
  left: 0;
  background: url(../img/bg-green-sp.png) no-repeat top center/cover;
}
@media screen and (min-width:768px) {
  .series__block:nth-child(2)::before {
    height: 5.671rem;
    background: url(../img/bg-green-pc.png) no-repeat top center/cover;
  }
}

.series__block:nth-child(3) {
  padding: 8rem 0 16.3rem;
  margin-top: -4.2rem;
  background: url(../img/bg-blue-1.png) no-repeat top center/cover;
  position: relative;
}
@media screen and (min-width:768px) {
  .series__block:nth-child(3) {
    padding: 9.8rem 0 19.39rem;
    margin-top: -5.67rem;
  }
}

.series__block:nth-child(1) .series__block-catch {
  width: 100%;
  max-width: 70.1652rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .series__block:nth-child(1) .series__block-catch {
    max-width: 103.184rem;
  }
}

.series__block:nth-child(2) .series__block-catch {
  width: 100%;
  max-width: 64.2991rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .series__block:nth-child(2) .series__block-catch {
    max-width: 100.467rem;
  }
}

.series__block:nth-child(3) .series__block-catch {
  width: 100%;
  max-width: 71.836rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .series__block:nth-child(3) .series__block-catch {
    max-width: 101.8rem;
  }
}

.series__block:nth-child(3) .series__block-catch img {
  width: 100%;
  max-width: 70.4853rem;
}
@media screen and (min-width:768px) {
  .series__block:nth-child(3) .series__block-catch img {
    max-width: 95.9573rem;
  }
}

.series__block:nth-child(1) .series__item {
  width: 100%;
  max-width: 61.788rem;
  margin: 44.1rem auto 0;
  position: relative;
}
@media screen and (min-width:768px) {
  .series__block:nth-child(1) .series__item {
    max-width: 101.058rem;
    margin: 64.86rem auto 0;
  }
}

@media screen and (max-width:767px) {
  .series__block:nth-child(2) {
    overflow: hidden;
  }
}

.series__block:nth-child(2) .series__item {
  position: relative;
}

.series__block:nth-child(2) .series__item::before,
.series__block:nth-child(2) .series__item::after {
  position: absolute;
  display: block;
  content: "";
}

.series__block:nth-child(2) .series__item::before {
  width: 31.6242rem;
  height: 31.6242rem;
  background: url(../img/illust-circle3.png) no-repeat center center/contain;
  top: -9.4rem;
  left: -6.2rem;
}
@media screen and (min-width:768px) {
  .series__block:nth-child(2) .series__item::before {
    background: url(../img/illust-circle1.png) no-repeat center center/contain;
    width: 49.4129rem;
    height: 56.7455rem;
    top: -17.11rem;
    left: calc(50% - 57.4004rem);
    transform: translateX(-50%);
  }
}

.series__block:nth-child(2) .series__item::after {
  background: url(../img/illust-circle4.png) no-repeat center center/contain;
  width: 31.6242rem;
  height: 36.7735rem;
  top: 54.5rem;
}
@media screen and (max-width:767px) {
  .series__block:nth-child(2) .series__item::after {
    right: -9rem;
  }
}
@media screen and (min-width:768px) {
  .series__block:nth-child(2) .series__item::after {
    background: url(../img/illust-circle2.png) no-repeat center center/contain;
    width: 49.4129rem;
    height: 52.6806rem;
    top: 73.85rem;
    left: calc(50% + 53.34244rem);
    transform: translateX(-50%);
  }
}

.series__block:nth-child(3) .series__item {
  width: 100%;
  max-width: 64rem;
  margin: 4.8rem auto 0;
}
@media screen and (min-width:768px) {
  .series__block:nth-child(3) .series__item {
    max-width: 100rem;
    margin: 3rem auto 0;
  }
}

.series__block:nth-child(1) .series__item-img {
  position: absolute;
  width: 100%;
}

.series__block:nth-child(1) .series__item-img:nth-child(1) {
  max-width: 34.227rem;
  top: -15.2rem;
  left: 1.23rem;
}
@media screen and (min-width:768px) {
  .series__block:nth-child(1) .series__item-img:nth-child(1) {
    max-width: 50.3399rem;
    top: -23rem;
    left: 6.197rem;
  }
}

.series__block:nth-child(1) .series__item-img:nth-child(2) {
  max-width: 40.5524rem;
  top: -44.1rem;
  left: -2.3rem;
}
@media screen and (min-width:768px) {
  .series__block:nth-child(1) .series__item-img:nth-child(2) {
    max-width: 59.6359rem;
    top: -64.35rem;
    left: 2.48rem;
  }
}

.series__block:nth-child(1) .series__item-img:nth-child(3) {
  max-width: 27.2317rem;
  top: -21.1rem;
  right: -3.8rem;
}
@media screen and (min-width:768px) {
  .series__block:nth-child(1) .series__item-img:nth-child(3) {
    max-width: 42.8602rem;
    top: -35.04rem;
    right: 4.705rem;
  }
}

.series__block:nth-child(1) .series__item-img:nth-child(4) {
  max-width: 24.8209rem;
  top: 23.8rem;
  left: 5.2rem;
}
@media screen and (min-width:768px) {
  .series__block:nth-child(1) .series__item-img:nth-child(4) {
    max-width: 36.5013rem;
    top: 28.32rem;
    left: 10.85rem;
  }
}

.series__block:nth-child(1) .series__item-img:nth-child(5) {
  max-width: 24.6079rem;
  top: -44.1rem;
  right: 0.2rem;
}
@media screen and (min-width:768px) {
  .series__block:nth-child(1) .series__item-img:nth-child(5) {
    max-width: 38.3381rem;
    top: -66rem;
    right: 0.053rem;
  }
}

.series__block:nth-child(1) .series__item-img:nth-child(6) {
  max-width: 29.3471rem;
  top: 17.1rem;
  right: -1rem;
}
@media screen and (min-width:768px) {
  .series__block:nth-child(1) .series__item-img:nth-child(6) {
    max-width: 43.1575rem;
    top: 10rem;
    right: 11.417rem;
  }
}

.series__block:nth-child(2) .series__item-img:nth-of-type(1) {
  width: 100%;
  max-width: 65.4744rem;
  padding-left: 0.7372rem;
  margin: 2.4rem auto 0;
  position: relative;
}
@media screen and (min-width:768px) {
  .series__block:nth-child(2) .series__item-img:nth-of-type(1) {
    max-width: 102.302rem;
    padding-left: 1.151rem;
    margin: 3.8rem auto 0;
  }
}

.series__block:nth-child(2) .series__item-img:nth-of-type(4) {
  width: 100%;
  max-width: 65.5896rem;
  padding-left: 7.1948rem;
  margin: 8.1rem auto 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width:768px) {
  .series__block:nth-child(2) .series__item-img:nth-of-type(4) {
    max-width: 82.3038rem;
    margin: 7.7rem auto 0;
    padding-left: 1.1519rem;
  }
}

.series__block:nth-child(1) .series__item-text {
  width: 100%;
  max-width: 43.4792rem;
}
@media screen and (min-width:768px) {
  .series__block:nth-child(1) .series__item-text {
    max-width: 54.349rem;
  }
}

.series__block:nth-child(2) .series__item-text:nth-of-type(2) {
  width: 100%;
  max-width: 56rem;
  margin: 5.4rem auto 0;
}
@media screen and (min-width:768px) {
  .series__block:nth-child(2) .series__item-text:nth-of-type(2) {
    max-width: 70.0003rem;
    margin: 4.5rem auto 0;
  }
}

.series__block:nth-child(2) .series__item-text:nth-of-type(5) {
  width: 100%;
  z-index: 2;
  position: relative;
  max-width: 57.8rem;
  margin: 8.7rem auto 0;
}
@media screen and (max-width:767px) {
  .series__block:nth-child(2) .series__item-text:nth-of-type(5) {
    padding-left: 0.7rem;
  }
}
@media screen and (min-width:768px) {
  .series__block:nth-child(2) .series__item-text:nth-of-type(5) {
    max-width: 110.378rem;
    margin: -23.8rem auto 0;
  }
}

@media screen and (max-width:767px) {
  .series__block:nth-child(2) .series__item-text:nth-of-type(5)::before {
    position: absolute;
    display: block;
    content: "";
    width: 40.134rem;
    height: 31.6242rem;
    background: url(../img/illust-circle5.png) no-repeat center center/contain;
    top: 5.5rem;
    left: -15.5rem;
    z-index: -1;
  }
}

@media screen and (max-width:767px) {
  .series__block:nth-child(2) .series__item-text:nth-of-type(5)::after {
    position: absolute;
    display: block;
    content: "";
    width: 6.3478rem;
    height: 6.6265rem;
    background: url(../img/illust-leaf2.png) no-repeat center center/contain;
    top: -7.4rem;
    left: 28.1rem;
  }
}

@media screen and (min-width:768px) {
  .series__block:nth-child(2) .series__item-text:nth-of-type(5) img {
    width: 57.1228rem;
    margin-left: auto;
  }
}

.series__block:nth-child(3) .series__item-text {
  font-size: 2.24rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1.75;
  margin-top: 5.6rem;
}
@media screen and (min-width:768px) {
  .series__block:nth-child(3) .series__item-text {
    font-size: 2.8rem;
    margin-top: 4.8rem;
  }
}

.series__item-btn {
  width: 100%;
  max-width: 34.0135rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.series__block:nth-child(1) .series__item-btn {
  margin-top: 24.2rem;
}
@media screen and (min-width:768px) {
  .series__block:nth-child(1) .series__item-btn {
    margin-top: 32.13rem;
  }
}

.series__block:nth-child(2) .series__item-btn {
  margin-top: 6.9rem;
}
@media screen and (max-width:767px) {
  .series__block:nth-child(2) .series__item-btn {
    position: relative;
  }
}
@media screen and (min-width:768px) {
  .series__block:nth-child(2) .series__item-btn {
    margin-top: 6.1rem;
  }
}

@media screen and (max-width:767px) {
  .series__block:nth-child(2) .series__item-btn::before {
    position: absolute;
    display: block;
    content: "";
    width: 11.9707rem;
    height: 13.9063em;
    background: url(../img/illust-leaf1.png) no-repeat center center/contain;
    top: -2.8rem;
    left: -16.4rem;
  }
}

.series__block:nth-child(3) .series__item-btn {
  margin-top: 6rem;
}
@media screen and (min-width:768px) {
  .series__block:nth-child(3) .series__item-btn {
    margin-top: 7.2rem;
  }
}

.series__item-note {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 1.5rem;
  margin-top: -13.9rem;
}
@media screen and (min-width:768px) {
  .series__item-note {
    margin-top: -4.2rem;
    margin-left: -6.1rem;
  }
}

.campaign {
  padding: 22.4rem 0 13.3rem;
  background: linear-gradient(to bottom, transparent 0%, transparent 4rem, #aac146 4rem, #aac146 100%);
  margin-top: -4.2rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .campaign {
    padding: 20.8rem 0 14.2rem;
    margin-top: -5.67rem;
  }
}

.campaign::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 4.2533rem;
  top: 0;
  left: 0;
  background: url(../img/bg-green-sp.png) no-repeat top center/cover;
}
@media screen and (min-width:768px) {
  .campaign::before {
    background: url(../img/bg-green-pc.png) no-repeat top center/cover;
    height: 5.671rem;
  }
}

.campaign__head-sub {
  width: 100%;
  max-width: 56.4574rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .campaign__head-sub {
    max-width: 70.5718rem;
  }
}

.campaign__head-main {
  width: 100%;
  max-width: 61.7rem;
  margin: 1.1rem auto 0;
}
@media screen and (min-width:768px) {
  .campaign__head-main {
    max-width: 77.306rem;
    margin: 1.6rem auto 0;
  }
}

.campaign__gift {
  margin-top: 6.9rem;
}
@media screen and (min-width:768px) {
  .campaign__gift {
    margin-top: 8.8rem;
  }
}

.campaign__note {
  font-weight: 700;
  margin-top: 7.1rem;
}
@media screen and (min-width:768px) {
  .campaign__note {
    margin-top: 11.17rem;
  }
}

.campaign__note p:first-child {
  font-size: 2.4rem;
  line-height: 1.125;
  text-align: center;
}
@media screen and (min-width:768px) {
  .campaign__note p:first-child {
    line-height: 1;
  }
}

.campaign__note p + p {
  font-size: 2rem;
  line-height: 1.35;
  text-indent: -2rem;
  margin-left: 2rem;
  width: 100%;
  max-width: 71rem;
  margin: 3rem auto 0;
}
@media screen and (max-width:767px) {
  .campaign__note p + p {
    padding-left: 4rem;
  }
}
@media screen and (min-width:768px) {
  .campaign__note p + p {
    max-width: 97rem;
    margin: 3.9rem auto 0;
  }
}

.campaign__product {
  width: 100%;
  max-width: 56.615rem;
  margin: 10.4rem auto 0;
}
@media screen and (min-width:768px) {
  .campaign__product {
    max-width: 34.06rem;
  }
}

.campaign__apply {
  margin-top: 7.7rem;
}
@media screen and (min-width:768px) {
  .campaign__apply {
    margin-top: 8.8rem;
  }
}

.gift {
  width: 100%;
  max-width: 51.4872rem;
  padding-left: 1.9936rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:768px) {
  .gift {
    max-width: 103.986rem;
    padding-left: 1.638rem;
  }
}

.gift__item {
  position: relative;
}

.gift__item-btn {
  position: absolute;
  width: 100%;
  max-width: 34.1634rem;
  left: calc(50% - 1rem);
  bottom: 40.4rem;
}
@media screen and (max-width:767px) {
  .gift__item-btn {
    transform: translateX(-50%);
  }
}
@media screen and (min-width:768px) {
  .gift__item-btn {
    max-width: 34.737rem;
    left: 10.48rem;
    bottom: 8.43rem;
  }
}

.gift__btn {
  width: 100%;
  max-width: 34.4469rem;
  margin: 4.3rem auto 0;
}
@media screen and (min-width:768px) {
  .gift__btn {
    max-width: 34.632rem;
    margin: 4rem auto 0;
  }
}

.gift__items:nth-child(2) {
  margin-top: 12.4rem;
}
@media screen and (min-width:768px) {
  .gift__items:nth-child(2) {
    margin-top: 6.7rem;
  }
}

.gift__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 5.5rem;
}
@media screen and (max-width:767px) {
  .gift__wrapper {
    flex-direction: column;
  }
}
@media screen and (min-width:768px) {
  .gift__wrapper {
    gap: 2.6rem;
  }
}

.apply {
  width: 100%;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:768px) {
  .apply {
    max-width: 90rem;
  }
}

.apply__head {
  font-size: 3.1rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #ef8200;
  padding: 2.5509rem 0;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .apply__head {
    font-size: 3rem;
    padding: 1.5078rem 0;
  }
}

.apply__inner {
  width: 100%;
  height: 74.9915rem;
  overflow: auto;
  padding: 4.1rem 1.6rem 4.8rem 4.2rem;
  font-size: 2rem;
  line-height: 1.8;
  text-align: justify;
  background: #fff;
  border-right: 4.1rem solid #fff;
}
@media screen and (min-width:768px) {
  .apply__inner {
    height: 30.05rem;
    border-right: 4.9rem solid #fff;
    padding: 2rem 2rem 4.1rem 7rem;
  }
}

.apply__inner::-webkit-scrollbar {
  width: 1.138rem;
}
@media screen and (min-width:768px) {
  .apply__inner::-webkit-scrollbar {
    width: 1rem;
  }
}

.apply__inner::-webkit-scrollbar-thumb {
  background: #ef8200;
}

.apply__inner::-webkit-scrollbar-track {
  background-color: #cacaca;
  margin-top: 4.1rem;
  margin-bottom: 5.6rem;
}
@media screen and (min-width:768px) {
  .apply__inner::-webkit-scrollbar-track {
    margin-top: 3.9rem;
    margin-bottom: 3.5rem;
  }
}

.apply__item + .apply__item {
  margin-top: 4rem;
}

.apply__item h5 {
  font-weight: 700;
}

.apply__item ol li {
  text-indent: -2.4rem;
  margin-left: 2.4rem;
}

.apply__item ul li {
  text-indent: -2rem;
  margin-left: 2rem;
}

.apply__item:nth-child(2) ul,
.apply__item:nth-child(4) ul,
.apply__item:nth-child(5) p:nth-child(3) {
  margin-top: 2rem;
}

.apply__text {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin-top: 7rem;
}
@media screen and (min-width:768px) {
  .apply__text {
    margin-top: 6.5rem;
  }
}

.apply__btn {
  width: 100%;
  max-width: 52.26rem;
  margin: 2rem auto 0;
}
@media screen and (min-width:768px) {
  .apply__btn {
    margin: 5.56rem auto 0;
  }
}

.app {
  padding: 9.7rem 0 9.1rem;
  background: #008d3f;
  color: #5a5a5a;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .app {
    padding: 11.65rem 0 16rem;
  }
}

.app::before {
  position: absolute;
  display: block;
  content: "";
  background: #d1e2a5;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 289.38rem;
  clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
}
@media screen and (min-width:768px) {
  .app::before {
    height: 272.285rem;
    clip-path: polygon(0 13%, 100% 0, 100% 100%, 0 100%);
  }
}

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

.app__head img {
  width: 100%;
  max-width: 44.5829rem;
}
@media screen and (min-width:768px) {
  .app__head img {
    max-width: 77.0685rem;
  }
}

.app__phone {
  position: absolute;
  width: 100%;
  max-width: 27.3429rem;
  top: 4.3rem;
  right: 1.5rem;
}
@media screen and (min-width:768px) {
  .app__phone {
    max-width: 38.977rem;
    right: 2.9rem;
    top: 3.2rem;
  }
}

.app__coupon {
  width: 100%;
  max-width: 66rem;
  margin: 2.98rem auto 0;
  background: #fff;
  border-radius: 1.5rem;
  padding: 8rem 5rem 5.8rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .app__coupon {
    max-width: 109.968rem;
    margin: 5rem auto 0;
    border-radius: 2rem;
    padding: 10.68rem 9.8rem 10.14rem 10.16rem;
  }
}

.app__coupon-item {
  position: relative;
  border-radius: 1.5rem;
}
@media screen and (min-width:768px) {
  .app__coupon-item {
    border-radius: 2rem;
  }
}

.app__coupon-item + .app__coupon-item {
  margin-top: 10.45rem;
}
@media screen and (min-width:768px) {
  .app__coupon-item + .app__coupon-item {
    margin-top: 15rem;
  }
}

.app__coupon-item:nth-child(1) {
  background: #edcab2;
  padding: 5rem;
}

.app__coupon-item:nth-child(2) {
  background: #e0e5b2;
  padding: 11rem 5rem 5rem;
}
@media screen and (min-width:768px) {
  .app__coupon-item:nth-child(2) {
    padding: 13.48rem 5rem 5rem;
  }
}

.app__coupon-inner {
  background: #fff;
  border-radius: 1rem;
  padding: 5rem 0 4.6rem;
}
@media screen and (min-width:768px) {
  .app__coupon-inner {
    border-radius: 2rem;
    padding: 8rem 0 3rem;
  }
}

.app__coupon-head {
  position: absolute;
  width: 100%;
  max-width: 48rem;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width:768px) {
  .app__coupon-head {
    max-width: 60rem;
    top: -3.6rem;
  }
}

.app__coupon-item:nth-child(1) .app__coupon-text {
  text-align: center;
  font-size: 2.9rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .app__coupon-item:nth-child(1) .app__coupon-text {
    font-size: 2.299rem;
  }
}

.app__coupon-item:nth-child(2) .app__coupon-text {
  width: 100%;
  max-width: 39.9656rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .app__coupon-item:nth-child(2) .app__coupon-text {
    max-width: 65.6626rem;
  }
}

@media screen and (min-width:768px) {
  .app__coupon-note {
    text-align: center;
  }
}

@media screen and (max-width:767px) {
  .app__coupon-item:nth-child(1) .app__coupon-note {
    text-indent: -1.8rem;
    margin-left: 1.8rem;
    padding-left: 6rem;
  }
}
@media screen and (min-width:768px) {
  .app__coupon-item:nth-child(1) .app__coupon-note {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 2.9rem;
  }
}

@media screen and (max-width:767px) {
  .app__coupon-item:nth-child(2) .app__coupon-note {
    text-indent: -1.7rem;
    margin-left: 1.7rem;
    padding-left: 5.6rem;
  }
}
@media screen and (min-width:768px) {
  .app__coupon-item:nth-child(2) .app__coupon-note {
    font-size: 1.452rem;
    margin-top: 1.75rem;
    line-height: 1.5151;
  }
}

@media screen and (max-width:767px) {
  .app__coupon-note {
    font-size: 1.7rem;
    line-height: 1.1176;
    margin-top: 2.2rem;
  }
}

.app__coupon-item:nth-child(1) .app__coupon-content {
  width: 100%;
  max-width: 45.2979rem;
}
@media screen and (max-width:767px) {
  .app__coupon-item:nth-child(1) .app__coupon-content {
    margin-top: 2.4rem;
    margin-left: auto;
    transform: translateX(3rem);
  }
}
@media screen and (min-width:768px) {
  .app__coupon-item:nth-child(1) .app__coupon-content {
    max-width: 63.452rem;
    padding-left: 5.2589rem;
    margin: 2.4rem auto 0;
  }
}

.app__coupon-item:nth-child(2) .app__coupon-content {
  margin-top: 2.4rem;
}
@media screen and (min-width:768px) {
  .app__coupon-item:nth-child(2) .app__coupon-content {
    margin-top: 1.75rem;
  }
}

.app__download {
  position: relative;
  z-index: 2;
  margin-top: 5.7rem;
}
@media screen and (min-width:768px) {
  .app__download {
    margin-top: 11.14rem;
  }
}

.app__download-text {
  width: 100%;
  max-width: 30.6185rem;
  margin: 0 auto;
}

.app__download-btn {
  width: 100%;
  max-width: 50.0763rem;
  margin: 2.4rem auto 0;
}
@media screen and (min-width:768px) {
  .app__download-btn {
    max-width: 63.7rem;
    margin: 3.2rem auto 0;
  }
}

.app__note {
  width: 100%;
  max-width: 60rem;
  margin: 5rem auto 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .app__note {
    margin: 4rem auto 0;
    max-width: 93rem;
  }
}

.app__note p {
  font-size: 1.7rem;
  line-height: 1.4705;
  text-indent: -1.7rem;
  margin-left: 1.7rem;
}
@media screen and (min-width:768px) {
  .app__note p {
    font-size: 1.32rem;
    line-height: 1.5;
    text-indent: -1.32rem;
    margin-left: 1.32rem;
  }
}

@media screen and (max-width:767px) {
  .app__note p span {
    display: block;
  }
}

.online {
  padding: 8.1rem 0;
  background: url(../img/bg-orange3.png) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .online {
    padding: 8.6rem 0 7.2rem;
  }
}

.online__inner {
  border: 0.6rem solid #a62126;
  background: #fff;
  width: 100%;
  max-width: 60.7911rem;
  margin: 0 auto;
  position: relative;
  padding: 6.2rem 0 3.7rem;
}
@media screen and (min-width:768px) {
  .online__inner {
    max-width: 87.4488rem;
    padding: 7.6rem 0 3.4rem;
  }
}

.online__head {
  position: absolute;
  width: 100%;
  max-width: 47.6328rem;
  left: 50%;
  transform: translateX(-50%);
  top: -3.6rem;
}
@media screen and (min-width:768px) {
  .online__head {
    max-width: 54rem;
  }
}

.online__text {
  width: 100%;
  max-width: 45.791rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .online__text {
    max-width: 56.9865rem;
  }
}

.online__btn {
  width: 100%;
  max-width: 42.6931rem;
  margin: 3.1rem auto 0;
}
@media screen and (min-width:768px) {
  .online__btn {
    max-width: 40rem;
    margin: 3.49rem auto 0;
  }
}

.online__logo {
  width: 100%;
  max-width: 50.628rem;
  margin: 2.4rem auto 0;
}
@media screen and (min-width:768px) {
  .online__logo {
    max-width: 57.3955rem;
    margin: 0.68rem auto 0;
  }
}

.bottom {
  background: url(../img/bg-white2-sp.png) no-repeat top center/cover;
  padding: 6.45rem 0 32.12rem;
}
@media screen and (min-width:768px) {
  .bottom {
    padding: 7.25rem 0;
    background: url(../img/bg-white2-pc.png) no-repeat top center/cover;
  }
}

.bottom p {
  text-align: center;
  color: #4d4d4d;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}

.btn {
  position: fixed;
  bottom: 2rem;
  z-index: 10;
  transition: all 0.3s ease 0s;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width:767px) {
  .btn {
    left: 50%;
    transform: translate(-50%, 18rem);
    width: 100%;
    max-width: 70.0706rem;
  }
}
@media screen and (min-width:768px) {
  .btn {
    right: 2rem;
  }
}

.btn.show {
  opacity: 1;
  pointer-events: initial;
}
@media screen and (max-width:767px) {
  .btn.show {
    transform: translate(-50%, 0);
  }
}

@media screen and (max-width:767px) {
  .btn__items {
    display: flex;
    justify-content: space-between;
  }
}

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

@media screen and (min-width:768px) {
  .btn__item + .btn__item {
    margin-top: 2.2rem;
  }
}

.products {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 20;
  display: none;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.products.show {
  display: block;
  opacity: 1;
}

.products__block {
  width: 100%;
  max-width: 63rem;
  height: 90vh;
  overflow: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width:768px) {
  .products__block {
    max-width: 100rem;
  }
}

.products__block1.show,
.products__block2.show,
.products__block3.show {
  display: block;
  opacity: 1;
}

.products__content {
  padding-bottom: 3.17rem;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .products__content {
    padding-bottom: 5.5rem;
  }
}

.products__block1 .products__content {
  padding-top: 3.64rem;
  background: url(../img/bg-orange2-2-sp.png) no-repeat top center/cover;
}
@media screen and (min-width:768px) {
  .products__block1 .products__content {
    background: url(../img/bg-orange2-2-pc.png) no-repeat top center/cover;
    padding-top: 12.4rem;
  }
}

.products__block2 .products__content {
  padding-top: 7.77rem;
  background: #aac146;
}
@media screen and (min-width:768px) {
  .products__block2 .products__content {
    padding-top: 8.1rem;
  }
}

.products__block3 .products__content {
  padding-top: 7.5rem;
  background: url(../img/bg-blue-2-sp.png) no-repeat bottom center/cover;
}
@media screen and (min-width:768px) {
  .products__block3 .products__content {
    padding-top: 11rem;
    background: url(../img/bg-blue-2-pc.png) no-repeat bottom center/cover;
  }
}

.products__block1 .products__head {
  width: 100%;
  margin: 0 auto;
  max-width: 59.5381rem;
}
@media screen and (min-width:768px) {
  .products__block1 .products__head {
    max-width: 90.802rem;
  }
}

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

.products__block2 .products__head img {
  position: relative;
  z-index: 1;
}

.products__block2 .products__head::before,
.products__block2 .products__head::after {
  position: absolute;
  display: block;
  content: "";
}

.products__block2 .products__head::before {
  background: url(../img/illust-circle8.png) no-repeat center center/contain;
  width: 53.6049rem;
  top: 11.7rem;
  left: -13.7rem;
}
@media screen and (max-width:767px) {
  .products__block2 .products__head::before {
    height: 39.5303rem;
  }
}
@media screen and (min-width:768px) {
  .products__block2 .products__head::before {
    width: 49.4129rem;
    background: url(../img/illust-circle3.png) no-repeat center center/contain;
    aspect-ratio: 1/1;
    top: 27.7rem;
    left: -24.1rem;
  }
}

.products__block2 .products__head::after {
  background: url(../img/illust-circle3.png) no-repeat center center/contain;
  width: 30.6368rem;
  aspect-ratio: 1/1;
  top: 163.1rem;
  right: -11.4rem;
}
@media screen and (min-width:768px) {
  .products__block2 .products__head::after {
    width: 38.296rem;
    top: 85rem;
    right: -16.5rem;
  }
}

.products__block3 .products__head {
  margin: 0 auto;
  width: 64.5648rem;
}
@media screen and (max-width:767px) {
  .products__block3 .products__head {
    margin-left: -1.17rem;
  }
}
@media screen and (min-width:768px) {
  .products__block3 .products__head {
    width: 100%;
    max-width: 92.44rem;
  }
}

@media screen and (min-width:768px) {
  .products__block3 .products__head img {
    width: 100%;
    max-width: 86.3616rem;
  }
}

.products__items {
  width: 100%;
  max-width: 50.16rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width:768px) {
  .products__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 86.3897rem;
  }
}

.products__block1 .products__items {
  margin-top: 4.1rem;
}
@media screen and (min-width:768px) {
  .products__block1 .products__items {
    margin-top: 9.8rem;
  }
}

.products__block2 .products__items {
  margin-top: 9.5rem;
}
@media screen and (min-width:768px) {
  .products__block2 .products__items {
    margin-top: 7.1rem;
  }
}

.products__block3 .products__items {
  margin-top: 9.8rem;
}
@media screen and (min-width:768px) {
  .products__block3 .products__items {
    margin-top: 8.5rem;
  }
}

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

@media screen and (min-width:768px) {
  .products__item:nth-child(n+3) {
    margin-top: 8rem;
  }
}

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

@media screen and (min-width:768px) {
  .products__item:last-child:nth-child(odd) {
    margin: 8rem auto 0;
  }
}

@media screen and (max-width:767px) {
  .products__block2 .products__item:nth-child(5) {
    position: relative;
  }
}

@media screen and (max-width:767px) {
  .products__block2 .products__item:nth-child(5)::before,
  .products__block2 .products__item:nth-child(5)::after {
    position: absolute;
    display: block;
    content: "";
    aspect-ratio: 1/1;
    background: url(../img/illust-circle3.png) no-repeat center center/contain;
  }
}

@media screen and (max-width:767px) {
  .products__block2 .products__item:nth-child(5)::before {
    width: 39.5303rem;
    top: -24.45rem;
    right: -14.57rem;
  }
}

@media screen and (max-width:767px) {
  .products__block2 .products__item:nth-child(5)::after {
    width: 30.6368rem;
    bottom: -18.2rem;
    left: -17.9rem;
  }
}

.products__block2 .products__item:last-child {
  position: relative;
}

.products__block2 .products__item img {
  z-index: 1;
  position: relative;
}

.products__block2 .products__item:last-child::before,
.products__block2 .products__item:last-child::after {
  position: absolute;
  display: block;
  content: "";
}

.products__block2 .products__item:last-child::before {
  width: 58.2615rem;
  height: 37.98rem;
  background: url(../img/illust-circle9.png) no-repeat center center/contain;
  bottom: -24.2rem;
  left: -9.9rem;
}
@media screen and (min-width:768px) {
  .products__block2 .products__item:last-child::before {
    background: url(../img/illust-circle6.png) no-repeat center center/contain;
    width: 38.296rem;
    height: 53.5366rem;
    bottom: -13.7rem;
    left: -33.3rem;
  }
}

@media screen and (min-width:768px) {
  .products__block2 .products__item:last-child::after {
    width: 49.4129rem;
    height: 53.9726rem;
    background: url(../img/illust-circle7.png) no-repeat center center/contain;
    bottom: 4.8rem;
    left: 30.4rem;
  }
}

.product__btn {
  width: 100%;
  max-width: 23.1646rem;
  cursor: pointer;
  transition: opacity 0.3s ease 0s;
  margin-top: 14.2rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width:768px) {
  .product__btn {
    margin-top: 18.94rem;
    max-width: 19.3038rem;
  }
}

.product__btn:hover {
  opacity: 0.7;
}

@media screen and (min-width:768px) {
  .products__block2 .product__btn {
    margin-top: 11.74rem;
  }
}

.product__note {
  margin-top: 3.8em;
}
@media screen and (min-width:768px) {
  .product__note {
    margin-top: 4.89rem;
  }
}

.product__note p {
  font-size: 1.584rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width:768px) {
  .product__note p {
    font-size: 1.32rem;
    line-height: 1;
  }
}