*,
*::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: 720px) {
  html {
    font-size: 1.3888888889vw;
  }
}
@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 {
  position: relative;
  background: var(--bg-color);
  overflow: hidden;
  --ray-color: #4BA2B0;
  --bg-color: #2c94a9;
  --band: 5deg;
  --gap: 5deg;
  --spin-sec: 60s;
  --cx: 50%;
  --cy: 50%;
}

.mv__inner {
  position: relative;
  z-index: 1;
  padding: 4.3rem 0 2.8rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .mv__inner {
    padding: 6.29rem 0 13.17rem;
    max-width: 74.88rem;
  }
}

.mv__rays {
  position: absolute;
  inset: -100vmax;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  background: radial-gradient(circle at var(--cx) var(--cy), rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 60%), repeating-conic-gradient(at var(--cx) var(--cy), var(--ray-color) 0 calc(var(--band)), transparent calc(var(--band)) calc(var(--band) + var(--gap)));
  animation: rays-spin var(--spin-sec) linear infinite;
  will-change: transform;
  z-index: 0;
}

@keyframes rays-spin {
  to {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
.mv__content {
  opacity: 0;
  transform: scale(0);
  animation: zoomInMV 1.2s ease-in-out forwards;
  animation-delay: 2.2s;
  position: relative;
  z-index: 3;
}

@keyframes zoomInMV {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.mv__logo {
  width: 100%;
  max-width: 20.3422rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .mv__logo {
    max-width: 40.0381rem;
    display: flex;
    justify-content: space-between;
  }
}

.mv__logo-item:nth-child(1) {
  width: 100%;
}
@media screen and (min-width:768px) {
  .mv__logo-item:nth-child(1) {
    max-width: 20.3422rem;
  }
}

.mv__logo-item:nth-child(2) {
  width: 100%;
  max-width: 19.6959rem;
}
@media screen and (min-width:768px) {
  .mv__logo-item:nth-child(2) {
    padding-top: 0.4rem;
  }
}

.mv__title {
  width: 100%;
  max-width: 69.35rem;
  margin: 2.71rem auto 0;
}
@media screen and (max-width:767px) {
  .mv__title {
    padding-left: 1.728rem;
    z-index: 3;
    position: relative;
  }
}
@media screen and (min-width:768px) {
  .mv__title {
    margin: 3.765rem auto 0;
    max-width: 74.88rem;
  }
}

.mv__period {
  position: absolute;
  width: 100%;
  max-width: 18.4662rem;
  left: calc(50% + 24.4976rem);
  transform: translateX(-50%);
}
@media screen and (max-width:767px) {
  .mv__period {
    top: 8.08rem;
  }
}
@media screen and (min-width:768px) {
  .mv__period {
    max-width: 31.6731rem;
    bottom: -9.09rem;
    left: 50%;
  }
}

.mv__shop {
  position: absolute;
  width: 100%;
  max-width: 37.9266rem;
  transform: scale(0);
  bottom: 10rem;
  left: 20rem;
  animation: zoomInShopSp 3.3s ease forwards;
}
@media screen and (min-width:768px) {
  .mv__shop {
    max-width: 39.1218rem;
    transform: scale(0);
    left: 20rem;
    bottom: 20rem;
    animation: zoomInShopPc 3.3s ease forwards;
  }
}

@keyframes zoomInShopSp {
  0% {
    transform: scale(0);
    left: 30rem;
    bottom: 20rem;
  }
  31% {
    transform: scale(1.7);
    left: -2rem;
    bottom: 20rem;
  }
  72% {
    transform: scale(1.7);
    left: -2rem;
    bottom: 20rem;
  }
  100% {
    transform: scale(1) translate(0, 0);
    left: 1.03rem;
    bottom: 7.95rem;
  }
}
@keyframes zoomInShopPc {
  0% {
    transform: scale(0);
    left: 20rem;
    bottom: 20rem;
  }
  31% {
    transform: scale(1.9);
    left: -6rem;
    bottom: 17rem;
  }
  72% {
    transform: scale(1.9);
    left: -6rem;
    bottom: 17rem;
  }
  100% {
    transform: scale(1);
    left: -23.86rem;
    bottom: -0.75rem;
  }
}
.mv__kids {
  position: absolute;
  width: 100%;
  max-width: 48.1784rem;
  bottom: -19.47rem;
  transform: scale(1.45) translate(-14rem, 54rem);
  animation: zoomInKidsSp 3.4s ease forwards;
}
@media screen and (max-width:767px) {
  .mv__kids {
    left: calc(50% + 12.1723rem);
    transform: translateX(-50%);
  }
}
@media screen and (min-width:768px) {
  .mv__kids {
    max-width: 46.0593rem;
    bottom: -18.6rem;
    right: -20.45rem;
    animation: zoomInKidsPc 3.4s ease forwards;
    transform: scale(1.45) translate(-4rem, 50rem);
  }
}

@keyframes zoomInKidsSp {
  0% {
    transform: scale(1.45) translate(-14rem, 50rem);
  }
  27% {
    transform: scale(1.45) translate(-14rem, 0);
  }
  71% {
    transform: scale(1.45) translate(-14rem, 0);
  }
  100% {
    transform: scale(1) translate(-50%, 0);
  }
}
@keyframes zoomInKidsPc {
  0% {
    transform: scale(1.45) translate(-4rem, 50rem);
  }
  27% {
    transform: scale(1.45) translate(-4rem, 0);
  }
  71% {
    transform: scale(1.45) translate(-4rem, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
.message {
  padding: 12.23rem 0 7.1rem;
  background: url(../img/bg-beige1.png) no-repeat center center/cover;
  position: relative;
}
@media screen and (min-width:768px) {
  .message {
    padding: 14.35rem 0 12.35rem;
  }
}

.message::before,
.message::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1.7053rem;
  top: 2.5rem;
  left: 0;
}
@media screen and (min-width:768px) {
  .message::before,
  .message::after {
    top: 2.7rem;
    height: 2.1317rem;
  }
}

.message::before {
  background: url(../img/dot-orange.png) repeat 5rem center/contain;
  animation: blink 1s infinite ease;
  animation-delay: 0s;
}
@media screen and (min-width:768px) {
  .message::before {
    background: url(../img/dot-orange.png) repeat 2rem center/contain;
  }
}

.message::after {
  background: url(../img/dot-blue.png) repeat 1.8rem center/contain;
  animation: blink 1s infinite ease;
  animation-delay: 0.5s;
}
@media screen and (min-width:768px) {
  .message::after {
    background: url(../img/dot-blue.png) repeat 6rem center/contain;
  }
}

@keyframes blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
.message__head {
  width: 100%;
  max-width: 47.0556rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .message__head {
    max-width: 58.8191rem;
  }
}

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

.message__shop {
  width: 100%;
  max-width: 62.298rem;
  padding-left: 3.2586rem;
  margin: 4.35rem auto 0;
}
@media screen and (min-width:768px) {
  .message__shop {
    max-width: 88.73rem;
    padding-left: 7.9362rem;
    margin: 10.2rem auto 0;
  }
}

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

.link__items {
  width: 100%;
  max-width: 51.49rem;
  margin: 0 auto;
  display: grid;
}
@media screen and (max-width:767px) {
  .link__items {
    grid-template-columns: 8.817rem 13.486rem 3.693rem 15.524rem 9.976rem;
    grid-template-rows: 23.831rem 22.108rem;
    row-gap: 3.275rem;
  }
}
@media screen and (min-width:768px) {
  .link__items {
    display: flex;
    justify-content: space-between;
    max-width: 88.2rem;
  }
}

.link__item {
  width: 100%;
}

@media screen and (max-width:767px) {
  .link__item:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
@media screen and (min-width:768px) {
  .link__item:nth-child(1) {
    max-width: 25.08rem;
  }
}

@media screen and (max-width:767px) {
  .link__item:nth-child(2) {
    grid-column: 4/6;
    grid-row: 1/2;
    padding-top: 0.375rem;
  }
}
@media screen and (min-width:768px) {
  .link__item:nth-child(2) {
    max-width: 28.04rem;
  }
}

@media screen and (max-width:767px) {
  .link__item:nth-child(3) {
    grid-column: 2/5;
    grid-row: 2/3;
  }
}
@media screen and (min-width:768px) {
  .link__item:nth-child(3) {
    max-width: 26.24rem;
  }
}

@media screen and (min-width:768px) {
  .link__item:nth-child(2),
  .link__item:nth-child(3) {
    padding-top: 0.362rem;
  }
}

.series {
  position: relative;
}
@media screen and (max-width:767px) {
  .series {
    overflow: hidden;
  }
}

.series::before {
  position: absolute;
  display: block;
  content: "";
  width: 200rem;
  height: 15rem;
  background: url(../img/bg-wave-red.png) repeat center top/auto 100%;
  bottom: -3rem;
  left: 50%;
  z-index: 3;
}
@media screen and (max-width:767px) {
  .series::before {
    transform: translateX(-50%);
  }
}
@media screen and (min-width:768px) {
  .series::before {
    width: 100%;
    left: 0;
    bottom: 0;
  }
}

.series__block {
  padding-top: 8.47rem;
  position: relative;
}
@media screen and (min-width:768px) {
  .series__block {
    padding-top: 11.1rem;
  }
}

.series__block::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.series__block:nth-child(1)::before {
  background: url(../img/bg-wave-blue-red.png) no-repeat center center/contain;
  width: 68.971rem;
  height: 4.5194rem;
}
@media screen and (min-width:768px) {
  .series__block:nth-child(1)::before {
    width: 86.2137rem;
    height: 5.6493rem;
  }
}

.series__block:nth-child(2)::before,
.series__block:nth-child(3)::before {
  width: 69.3219rem;
  height: 3.8156rem;
}
@media screen and (min-width:768px) {
  .series__block:nth-child(2)::before,
  .series__block:nth-child(3)::before {
    width: 86.6523rem;
    height: 4.76945rem;
  }
}

.series__block:nth-child(2)::before {
  background: url(../img/bg-wave-red-white.png) no-repeat center center/contain;
}

.series__block:nth-child(3)::before {
  background: url(../img/bg-wave-red-blue.png) no-repeat center center/contain;
}

.series__block:nth-child(1) {
  padding-bottom: 7rem;
  background: url(../img/bg-yellow1.png) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .series__block:nth-child(1) {
    padding-bottom: 8.36rem;
  }
}

.series__block:nth-child(2) {
  padding-bottom: 9.535rem;
  background: url(../img/bg-beige2.png) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .series__block:nth-child(2) {
    padding-bottom: 12.42rem;
  }
}

.series__block:nth-child(3) {
  padding-bottom: 25.798rem;
  background: url(../img/bg-gray.png) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .series__block:nth-child(3) {
    padding-bottom: 37.43rem;
  }
}

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

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

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

.series__item {
  width: 100%;
  max-width: 63.803rem;
  margin: 6.8rem auto 0;
  position: relative;
}
@media screen and (min-width:768px) {
  .series__item {
    max-width: 90rem;
    margin: 9.07rem auto 0;
  }
}

.series__block:nth-of-type(2) > .series__item:nth-child(3) {
  width: 100%;
  max-width: 73.188rem;
}
@media screen and (max-width:767px) {
  .series__block:nth-of-type(2) > .series__item:nth-child(3) {
    padding-right: 1.6514rem;
  }
}
@media screen and (min-width:768px) {
  .series__block:nth-of-type(2) > .series__item:nth-child(3) {
    max-width: 109.946rem;
    padding-left: 2.97rem;
  }
}

.series__block:nth-of-type(2) > .series__item:nth-child(3) {
  margin-top: 9.79rem;
}
@media screen and (min-width:768px) {
  .series__block:nth-of-type(2) > .series__item:nth-child(3) {
    margin-top: 9.58rem;
  }
}

.series__block:nth-child(3) .series__item {
  width: 100%;
  max-width: 69.4322rem;
}
@media screen and (min-width:768px) {
  .series__block:nth-child(3) .series__item {
    max-width: 101.863rem;
    padding-right: 5.9333rem;
  }
}

.series__item-text {
  width: 100%;
  max-width: 59.5005rem;
  left: 2.15rem;
  position: absolute;
}
@media screen and (max-width:767px) {
  .series__item-text {
    bottom: 17rem;
  }
}
@media screen and (min-width:768px) {
  .series__item-text {
    max-width: 45.2345rem;
    top: 50.32rem;
    left: -14.93rem;
  }
}

.series__item-note {
  font-size: 2.2rem;
  text-align: center;
  margin-top: 24.7rem;
}
@media screen and (min-width:768px) {
  .series__item-note {
    font-size: 2rem;
    padding-right: 6rem;
    text-align: right;
    margin-top: 1.84rem;
  }
}

.series__item-btn {
  cursor: pointer;
  width: 100%;
  max-width: 33.8rem;
  margin: 0 auto 0;
  transition: opacity 0.3s ease 0s;
}

.series__item-btn:hover {
  opacity: 0.7;
}

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

.series__block:nth-of-type(2) > .series__item:nth-child(2) .series__item-btn {
  margin-top: 4rem;
}
@media screen and (min-width:768px) {
  .series__block:nth-of-type(2) > .series__item:nth-child(2) .series__item-btn {
    margin-top: 2.6rem;
  }
}

.series__block:nth-of-type(2) > .series__item:nth-child(3) .series__item-btn {
  margin-top: 4rem;
}
@media screen and (min-width:768px) {
  .series__block:nth-of-type(2) > .series__item:nth-child(3) .series__item-btn {
    margin-top: -2.16rem;
    transform: translateX(-1.6rem);
  }
}

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

.campaign {
  padding: 7.1rem 0 7rem 0;
  background: #c9391c;
  margin-top: -0.1rem;
}
@media screen and (min-width:768px) {
  .campaign {
    padding: 15.1rem 0 20rem;
  }
}

.campaign__inner {
  width: 100%;
  max-width: 61rem;
  margin: 0 auto;
  background: url(../img/bg-beige-dotted.png) no-repeat top center/cover;
  padding: 9.7rem 0 11.5rem;
}
@media screen and (min-width:768px) {
  .campaign__inner {
    max-width: 150rem;
    padding: 13.8rem 0 14.32rem;
  }
}

.campaign__head {
  width: 100%;
  max-width: 53.73rem;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .campaign__head {
    max-width: 105.042rem;
    padding-left: 1.456rem;
  }
}

.gift {
  width: 100%;
  max-width: 52rem;
  background: #fdefdd;
  margin: 6.1rem auto 0;
  padding: 7.22rem 0 4.4rem;
}
@media screen and (min-width:768px) {
  .gift {
    max-width: 100rem;
    margin: 4.7rem auto 0;
    padding: 10.45rem 0 4.9rem;
  }
}

.gift__items {
  padding: 6.24rem 0 4.66rem 2.77rem;
  width: 100%;
  max-width: 42.293rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width:768px) {
  .gift__items {
    max-width: 77.4169rem;
    padding: 6.9rem 0 4.9rem 5.835rem;
  }
}

.gift__items + .gift__items {
  margin-top: 9.7rem;
}
@media screen and (max-width:767px) {
  .gift__items + .gift__items {
    padding: 6.24rem 0 4.95rem 2.77rem;
  }
}
@media screen and (min-width:768px) {
  .gift__items + .gift__items {
    margin-top: 9.3rem;
  }
}

.gift__items:nth-child(1) {
  border: solid 0.432rem #c9391c;
}
@media screen and (min-width:768px) {
  .gift__items:nth-child(1) {
    border: solid 0.54rem #c9391c;
  }
}

.gift__items:nth-child(2) {
  border: solid 0.432rem #3d4d69;
}
@media screen and (min-width:768px) {
  .gift__items:nth-child(2) {
    border: solid 0.54rem #3d4d69;
  }
}

.gift__head {
  width: 100%;
  max-width: 33.1rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -3.47rem;
}
@media screen and (min-width:768px) {
  .gift__head {
    max-width: 41.6334rem;
    top: -4rem;
  }
}

.gift__item {
  position: relative;
}

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

@media screen and (max-width:767px) {
  .gift__items:nth-child(1) .gift__item {
    width: 42.1761rem;
  }
}

@media screen and (max-width:767px) {
  .gift__items:nth-of-type(2) .gift__item:nth-child(2) {
    width: 100%;
    max-width: 38.2994rem;
  }
}

.gift__items:nth-of-type(2) .gift__item:nth-child(3),
.gift__items:nth-of-type(2) .gift__item:nth-child(4) {
  width: 100%;
  max-width: 36rem;
  margin-top: 5rem;
}
@media screen and (min-width:768px) {
  .gift__items:nth-of-type(2) .gift__item:nth-child(3),
  .gift__items:nth-of-type(2) .gift__item:nth-child(4) {
    max-width: 65.1529rem;
    margin-top: 4rem;
  }
}

.gift__items:nth-of-type(2) .gift__item:nth-child(3) .gift__text {
  width: 100%;
  max-width: 31rem;
  position: absolute;
  bottom: 31.18rem;
  right: 2.5rem;
}
@media screen and (min-width:768px) {
  .gift__items:nth-of-type(2) .gift__item:nth-child(3) .gift__text {
    max-width: 30rem;
    bottom: 16.53rem;
    right: 2rem;
  }
}

.gift__items:nth-of-type(1) .gift__item .gift__btn,
.gift__items:nth-of-type(2) .gift__item:nth-child(2) .gift__btn {
  width: 100%;
  max-width: 25rem;
  position: absolute;
  bottom: 3.475rem;
  left: 5.5rem;
}
@media screen and (min-width:768px) {
  .gift__items:nth-of-type(1) .gift__item .gift__btn,
  .gift__items:nth-of-type(2) .gift__item:nth-child(2) .gift__btn {
    max-width: 20rem;
    bottom: 2rem;
    left: 2rem;
  }
}

.gift__items:nth-of-type(2) .gift__item:nth-child(3) .gift__btn {
  width: 100%;
  max-width: 25rem;
  position: absolute;
}
@media screen and (max-width:767px) {
  .gift__items:nth-of-type(2) .gift__item:nth-child(3) .gift__btn {
    left: 5.5rem;
  }
}
@media screen and (min-width:768px) {
  .gift__items:nth-of-type(2) .gift__item:nth-child(3) .gift__btn {
    max-width: 20rem;
    bottom: 7.88rem;
  }
}

@media screen and (max-width:767px) {
  .gift__items:nth-of-type(2) .gift__item:nth-child(3) .gift__btn.gift__btn1 {
    bottom: 20.75rem;
  }
}
@media screen and (min-width:768px) {
  .gift__items:nth-of-type(2) .gift__item:nth-child(3) .gift__btn.gift__btn1 {
    left: 8.75rem;
  }
}

@media screen and (max-width:767px) {
  .gift__items:nth-of-type(2) .gift__item:nth-child(3) .gift__btn.gift__btn2 {
    bottom: 4.795rem;
  }
}
@media screen and (min-width:768px) {
  .gift__items:nth-of-type(2) .gift__item:nth-child(3) .gift__btn.gift__btn2 {
    right: 8.75rem;
  }
}

.gift__note {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
  margin-top: 6.4rem;
}
@media screen and (max-width:767px) {
  .gift__note {
    line-height: 1.3478;
  }
}
@media screen and (min-width:768px) {
  .gift__note {
    margin-top: 6.2rem;
    font-size: 2rem;
  }
}

.campaign__fair {
  width: 100%;
  max-width: 57.27rem;
  margin: 9.6rem auto 0;
}
@media screen and (min-width:768px) {
  .campaign__fair {
    max-width: 33.8rem;
    margin: 9rem auto 0;
  }
}

.apply {
  width: 100%;
  max-width: 52.7rem;
  margin: 7.35rem auto 0;
}
@media screen and (min-width:768px) {
  .apply {
    max-width: 90rem;
    margin: 8.84rem auto 0;
  }
}

.apply__head {
  background: #641e1e;
  padding: 2.6314rem 0;
}
@media screen and (max-width:767px) {
  .apply__head {
    width: 100%;
    max-width: 52rem;
    margin: 0 auto;
  }
}
@media screen and (min-width:768px) {
  .apply__head {
    padding: 1.4968rem 0;
  }
}

.apply__head img {
  width: 100%;
  max-width: 30.6347rem;
  margin: 0 auto;
}

.apply__inner {
  width: 100%;
  height: 74.9915rem;
  overflow: auto;
  padding: 4.1rem 2.9rem 5.8rem 4.2rem;
  font-size: 1.8rem;
  line-height: 1.6666;
  text-align: justify;
  background: #fff;
  border-right: 4.1rem solid #fff;
}
@media screen and (max-width:767px) {
  .apply__inner {
    max-width: 52rem;
    margin: 0 auto;
  }
}
@media screen and (min-width:768px) {
  .apply__inner {
    height: 30.05rem;
    border-right: 5rem solid #fff;
    padding: 2rem 3.3rem 4.1rem 6.8rem;
  }
}

.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: #f9bf11;
}

.apply__inner::-webkit-scrollbar-track {
  background-color: #cacaca;
  margin-top: 3.7rem;
  margin-bottom: 3.5rem;
}

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

.apply__item h6 {
  font-size: 2rem;
  font-weight: 700;
}

.apply__item-content ol {
  text-indent: -2.1rem;
  margin-left: 2.1rem;
}

.apply__item-content p {
  text-indent: -1.8rem;
  margin-left: 1.8rem;
}

.apply__item:nth-child(5) p,
.apply__item:nth-child(7) p {
  text-indent: 0;
  margin-left: 0;
}

@media screen and (max-width:767px) {
  .apply__item:nth-child(3) p:first-child,
  .apply__item:nth-child(4) p:nth-child(-n+3) {
    text-indent: 0;
    margin-left: 0;
  }
}

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

.apply__text {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  margin-top: 6.7rem;
}
@media screen and (min-width:768px) {
  .apply__text {
    margin-top: 5.8rem;
  }
}

.apply__btn {
  width: 100%;
  max-width: 52.7rem;
  margin: 1.8rem auto 0;
}

.app {
  padding: 12.44rem 0 10.56rem;
  background: url(../img/bg-yellow2.png) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .app {
    padding: 35.03rem 0 18.04rem;
  }
}

.app__inner {
  width: 100%;
  max-width: 66rem;
  margin: 0 auto;
  background: #008822;
  border-radius: 1.33rem;
  position: relative;
  padding: 12.74rem 0 5rem;
}
@media screen and (min-width:768px) {
  .app__inner {
    max-width: 109.968rem;
    border-radius: 2rem;
    padding: 19.1rem 0 3.8rem;
  }
}

.app_head {
  position: absolute;
  width: 100%;
  max-width: 57rem;
  top: -9.15rem;
  left: 4.275rem;
}
@media screen and (min-width:768px) {
  .app_head {
    max-width: 94.9rem;
    top: -15.96rem;
    left: 7.93rem;
  }
}

.app__content {
  width: 100%;
  max-width: 63.36rem;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .app__content {
    padding-left: 1.76rem;
  }
}
@media screen and (min-width:768px) {
  .app__content {
    max-width: 98.158rem;
    padding-right: 4.0665rem;
  }
}

.app__download-text {
  width: 100%;
  max-width: 32.5653rem;
  margin: 5.8rem auto 0;
}
@media screen and (min-width:768px) {
  .app__download-text {
    max-width: 39.9917rem;
    margin: 6.7rem auto 0;
  }
}

.app__download-btn {
  width: 100%;
  max-width: 52rem;
  margin: 1rem auto 0;
}
@media screen and (min-width:768px) {
  .app__download-btn {
    max-width: 64.1rem;
    margin: 2.5rem auto 0;
  }
}

.app__note {
  width: 100%;
  max-width: 59rem;
  margin: 5rem auto 0;
}
@media screen and (min-width:768px) {
  .app__note {
    max-width: 93rem;
    margin: 4rem auto 0;
  }
}

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

@media screen and (max-width:767px) {
  .app__note p:last-child {
    text-indent: 0;
    margin-left: 0;
  }
}

.bottom {
  padding: 7.964rem 0 30.02rem;
}
@media screen and (max-width:767px) {
  .bottom {
    background: url(../img/bg-beige1.png) no-repeat center center/cover;
  }
}
@media screen and (min-width:768px) {
  .bottom {
    padding: 6.8665rem 0;
  }
}

.bottom__note {
  font-size: 1.5rem;
  text-align: center;
}

.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,
.products__block4.show {
  display: block;
  opacity: 1;
}

.products__content {
  padding-bottom: 8rem;
}
@media screen and (max-width:767px) {
  .products__content {
    padding-top: 6.7rem;
  }
}
@media screen and (min-width:768px) {
  .products__content {
    padding-bottom: 5rem;
  }
}

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

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

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

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

@media screen and (max-width:767px) {
  .products__head {
    max-width: 59.5844rem;
  }
}

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

.products__block2 .products__head {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .products__block2 .products__head {
    max-width: 94.684rem;
    padding-left: 6.767rem;
  }
}

.products__block3 .products__head {
  width: 100%;
  margin: 0 auto;
  max-width: 61.756rem;
}
@media screen and (max-width:767px) {
  .products__block3 .products__head {
    padding-right: 0.5705rem;
  }
}
@media screen and (min-width:768px) {
  .products__block3 .products__head {
    max-width: 96.8561rem;
  }
}

.products__block4 .products__head {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .products__block4 .products__head {
    max-width: 91.65rem;
    padding-left: 5.2498rem;
  }
}

.products__items {
  width: 100%;
  max-width: 49.2rem;
  margin: 10rem auto 0;
}
@media screen and (min-width:768px) {
  .products__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 85.5896rem;
    margin: 8rem auto 0;
  }
}

@media screen and (max-width:767px) {
  .products__block3 .products__items {
    margin-top: 7.3rem;
  }
}

@media screen and (max-width:767px) {
  .products__block4 .products__items {
    margin-top: 7.7rem;
  }
}

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

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

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

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

.product__bottom {
  background: #fdefdd;
  padding: 5.228rem 0 2.828rem;
}
@media screen and (min-width:768px) {
  .product__bottom {
    padding: 5.74rem 0 5.17rem;
  }
}

.product__btn {
  width: 100%;
  max-width: 22.7039rem;
  margin: 0 auto;
  cursor: pointer;
  transition: opacity 0.3s ease 0s;
}
@media screen and (min-width:768px) {
  .product__btn {
    max-width: 18.9199rem;
  }
}

.product__btn:hover {
  opacity: 0.7;
}

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

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

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

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

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

@media screen and (max-width:767px) {
  .btn__item {
    width: 100%;
    max-width: 16.11rem;
  }
}

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