@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 100%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 751px) {
  html {
    font-size: 62.5%;
  }
}
body {
  /* 1枚目（常時） */
  background: url(/pages/ignis/assets/imgs/ignis_pickup_sunnysour_202606/body_bg.png) top/cover no-repeat fixed;
  position: relative;
  isolation: isolate;
}

@media screen and (max-width: 767px) {
  body {
    background: none;
  }
}
body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1; /* bodyの背景より上、コンテンツより下にしたい */
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity;
}

@media screen and (max-width: 767px) {
  body::before,
  body::after {
    display: none;
  }
}
body::before {
  background-image: url(/pages/ignis/assets/imgs/ignis_pickup_sunnysour_202606/body_bg02.png);
}

body::after {
  background-image: url(/pages/ignis/assets/imgs/ignis_pickup_sunnysour_202606/body_bg03.png);
}

body.is-bg02::before {
  opacity: 1;
}

body.is-bg03::after {
  opacity: 1;
}

/* 初期に戻す */
body.is-bg00::before,
body.is-bg00::after {
  opacity: 0;
}

a.p_button {
  color: #00657E;
}

main h1, main h2, main h3, main h4, main h5 {
  font-weight: 400;
}

.p_button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p_button::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p_button:hover {
  color: rgba(0, 101, 126, 0.5);
}

.p_button:hover::after {
  opacity: 0.5;
}

.common-aside-instagram[data-v-92bece86] {
  padding-top: 15.3333333333vw !important;
  padding-bottom: 16vw !important;
  margin: 0 !important;
}

@media screen and (min-width: 768px) {
  .common-aside-instagram[data-v-92bece86] {
    position: relative;
    padding: 11.5rem 0 12rem !important;
    margin: 0 !important;
    background: #fff;
  }
}
footer.common-footer {
  position: relative;
}

body {
  background: #FFF6C2;
}

:where(.l-main, .l-header-item, .l-header-float) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #00657E;
  font-weight: 400;
  line-height: 2;
}

:where(.l-main, .l-header-item, .l-header-float) :where(a, button) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

:where(.l-main, .l-header-item, .l-header-float) :where(a:hover, button:hover) {
  cursor: pointer;
}

:where(.l-main, .l-header-item, .l-header-float) :where(a) {
  display: inline-block;
}

:where(.l-main, .l-header-item, .l-header-float) :where(img) {
  display: block;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

body.is-loading {
  overflow: hidden;
}

.j-open {
  cursor: pointer;
}

.l-main {
  contain: paint;
  position: relative;
  z-index: 5;
  max-width: 54rem;
  margin: 0 auto;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease, visibility 1s ease;
  transition: opacity 1s ease, visibility 1s ease;
}

body.is-loaded .l-main {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .l-main {
    max-width: 100%;
  }
}
.p-loading {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #FFF6C2;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1.2s ease, visibility 1.2s ease;
  transition: opacity 1.2s ease, visibility 1.2s ease;
}

.p-loading.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.p-loading__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 86.1111111111%;
  opacity: 1;
  -webkit-transition: width 1.4s ease, opacity 1.2s ease;
  transition: width 1.4s ease, opacity 1.2s ease;
}
@media (max-width: 767px) {
  .p-loading__logo {
    top: calc(50% + 7rem);
    width: 98%;
  }
}
.p-loading__logo.end {
  width: 55.5555555556%;
}
@media (max-width: 767px) {
  .p-loading__logo.end {
    width: 98%;
  }
}

.p-loading__top-left {
  position: absolute;
  z-index: 2;
  top: calc(50% - 430px);
  left: calc(50% - 635px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 929px;
  display: block;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
  -webkit-transition: top 1.4s ease, left 1.4s ease, opacity 1.2s ease;
  transition: top 1.4s ease, left 1.4s ease, opacity 1.2s ease;
}
@media (max-width: 767px) {
  .p-loading__top-left {
    z-index: 3;
    top: calc(50% - 62rem);
    left: calc(50% - 37.6rem);
    width: 73.6rem;
    max-width: none;
  }
}
.p-loading__top-left.end {
  top: calc(50% - 225px);
  left: calc(50% - 410px);
}
@media (max-width: 767px) {
  .p-loading__top-left.end {
    top: calc(50% - 31rem);
    left: calc(50% - 14.6rem);
  }
}

.p-loading__top-right {
  position: absolute;
  z-index: 2;
  top: calc(50% - 490px);
  left: calc(50% + 920px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1081px;
  display: block;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
  -webkit-transition: top 1.4s ease, left 1.4s ease, opacity 1.2s ease;
  transition: top 1.4s ease, left 1.4s ease, opacity 1.2s ease;
}
@media (max-width: 767px) {
  .p-loading__top-right {
    top: calc(50% - 71.6rem);
    left: calc(50% + 50.6rem);
    width: 88rem;
    max-width: none;
  }
}
.p-loading__top-right.end {
  top: calc(50% - 255px);
  left: calc(50% + 460px);
}
@media (max-width: 767px) {
  .p-loading__top-right.end {
    top: calc(50% - 29rem);
    left: calc(50% + 36.6rem);
  }
}

.p-loading__button-left {
  position: absolute;
  z-index: 2;
  top: calc(50% + 530px);
  left: calc(50% - 625px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 812px;
  display: block;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
  -webkit-transition: top 1.4s ease, left 1.4s ease, opacity 1.2s ease;
  transition: top 1.4s ease, left 1.4s ease, opacity 1.2s ease;
}
@media (max-width: 767px) {
  .p-loading__button-left {
    top: calc(50% + 78.6rem);
    left: calc(50% - 42.6rem);
    width: 70.2rem;
    max-width: none;
  }
}
.p-loading__button-left.end {
  top: calc(50% + 310px);
  left: calc(50% - 380px);
}
@media (max-width: 767px) {
  .p-loading__button-left.end {
    top: calc(50% + 43.6rem);
    left: calc(50% - 28.4rem);
  }
}

.p-loading__button-right {
  position: absolute;
  z-index: 2;
  top: calc(50% + 600px);
  left: calc(50% + 665px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1325px;
  display: block;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
  -webkit-transition: top 1.4s ease, left 1.4s ease, opacity 1.2s ease;
  transition: top 1.4s ease, left 1.4s ease, opacity 1.2s ease;
}
@media (max-width: 767px) {
  .p-loading__button-right {
    top: calc(50% + 90.6rem);
    left: calc(50% + 48.6rem);
    width: 129rem;
    max-width: none;
  }
}
.p-loading__button-right.end {
  top: calc(50% + 445px);
  left: calc(50% + 362px);
}
@media (max-width: 767px) {
  .p-loading__button-right.end {
    top: calc(50% + 54.4rem);
    left: calc(50% + 27rem);
  }
}

.p-loading__item {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: calc(50% + 20px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 59.1666666667%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease, visibility 1s ease;
  transition: opacity 1s ease, visibility 1s ease;
}
@media (max-width: 767px) {
  .p-loading__item {
    left: calc(50% + 2.4rem);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 99.2rem;
    max-width: none;
  }
}

.p-loading__item.is-show {
  opacity: 1;
  visibility: visible;
}

.p-loading__item.is-hide {
  opacity: 0;
  visibility: hidden;
}

.p-loading.is-fade .p-loading__logo,
.p-loading.is-fade .p-loading__top-left,
.p-loading.is-fade .p-loading__top-right,
.p-loading.is-fade .p-loading__button-left,
.p-loading.is-fade .p-loading__button-right {
  opacity: 0;
}

.l-header-nav {
  position: fixed;
  z-index: -1;
  top: 50%;
  left: calc(50% - 48rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 25.5rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease, visibility 1s ease;
  transition: opacity 1s ease, visibility 1s ease;
}
.l-header-nav a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1329px) {
  .l-header-nav {
    display: none;
  }
}

body.is-loaded-end .l-header-nav {
  opacity: 1;
  visibility: visible;
}

.l-header-nav__card {
  display: block;
  width: 100%;
}
.l-header-nav__card:hover {
  opacity: 0.7;
}

.l-header-nav__card02 {
  display: block;
  width: 25.5rem;
  margin-top: 1rem;
}
.l-header-nav__card02:hover {
  opacity: 0.7;
}

.l-header-nav__lists {
  padding-left: 5.1rem;
  margin-top: 1.8rem;
}

.l-header-nav__list {
  margin-top: 2rem;
}
.l-header-nav__list:first-of-type {
  margin-top: 0;
}

.l-header-nav__link {
  display: block;
  color: #488B81;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-nav__link::before {
  content: attr(data-en);
  display: block;
  position: relative;
  font-family: "Cormorant Infant", serif;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 700;
}
.l-header-nav__link:hover {
  color: #FF956B;
}

.l-header-banner {
  position: fixed;
  z-index: -1;
  top: calc(50% + 17.2rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  right: calc(50% - 80rem);
  display: block;
  width: 29.6rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease, visibility 1s ease;
  transition: opacity 1s ease, visibility 1s ease;
}
.l-header-banner:hover {
  opacity: 0.7;
}
@media (max-width: 1329px) {
  .l-header-banner {
    display: none;
  }
}

body.is-loaded-end .l-header-banner {
  opacity: 1;
  visibility: visible;
}

.p-fv-left {
  position: fixed;
  z-index: -2;
  top: 8rem;
  left: calc(50% + 250px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 540px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease, visibility 1s ease;
  transition: opacity 1s ease, visibility 1s ease;
}

.p-fv-right {
  position: fixed;
  z-index: -2;
  bottom: -4.6rem;
  left: calc(50% - 250px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 494.5px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease, visibility 1s ease;
  transition: opacity 1s ease, visibility 1s ease;
}

body.is-loaded-end .p-fv-left,
body.is-loaded-end .p-fv-right {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1329px) {
  body.is-loaded-end .l-header-nav,
  body.is-loaded-end .l-header-banner {
    display: none;
  }
}
.c-hamburger {
  display: none;
  position: absolute;
  z-index: 10;
  top: 17rem;
  left: 3rem;
  width: 10rem;
  height: 10rem;
  background: #FEE469;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .c-hamburger {
    display: block;
  }
}
.c-hamburger span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 5.6rem;
  height: 0.48rem;
  background: #62B3A7;
  border-radius: 4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger span:nth-of-type(1) {
  top: calc(50% + 1.6rem);
}
.c-hamburger span:nth-of-type(3) {
  top: calc(50% - 1.6rem);
}
.c-hamburger.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.c-hamburger-fixed {
  position: fixed;
  top: 3rem;
  left: 3rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-hamburger-fixed.on {
  opacity: 1;
  pointer-events: auto;
}
.c-hamburger-fixed.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.c-hamburger.active {
  opacity: 0;
  pointer-events: none;
}

body.is-fixed {
  overflow: hidden;
}

.c-hamburger-nav {
  position: fixed;
  z-index: 11;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 11;
  width: 100%;
  max-width: 68rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12rem 9rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger-nav.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-hamburger-overlay {
  position: fixed;
  inset: 0;
  z-index: 10;
  background: rgba(255, 249, 213, 0.8);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-hamburger-nav__list {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 0.5px solid rgba(72, 139, 129, 0.2);
}
.c-hamburger-nav__list:first-of-type {
  padding-top: 0;
}
.c-hamburger-nav__list:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.c-hamburger-nav__link {
  display: block;
  color: #488B81;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger-nav__link::before {
  content: attr(data-en);
  display: block;
  position: relative;
  font-family: "Cormorant Infant", serif;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.c-hamburger-nav__link:hover {
  color: #FF956B;
}

.c-hamburger-nav__close {
  position: absolute;
  bottom: -5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10rem;
  height: 10rem;
  background: #FEE469;
  border-radius: 100%;
}
.c-hamburger-nav__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 5.6rem;
  height: 0.48rem;
  background: #62B3A7;
  border-radius: 4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-hamburger-nav__close span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-hamburger-nav__close span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.p-fv {
  width: 100%;
}

.p-pickup {
  width: 100%;
  padding-top: 5.76rem;
  background: #FFF9D5;
}
@media (max-width: 767px) {
  .p-pickup {
    padding-top: 8rem;
  }
}

.p-pickup__head {
  width: 17.856rem;
  height: 3.456rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5E8A43;
  font-family: "Cormorant Infant", serif;
  font-size: 2.88rem;
  font-weight: 600;
  background: #fff;
  border-radius: 11.52rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-pickup__head {
    width: 24.8rem;
    height: 4.8rem;
    font-size: 4rem;
    border-radius: 16rem;
  }
}

.p-pickup__title {
  color: #5E8A43;
  font-family: "Cormorant Infant", serif;
  font-size: 6.624rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-top: 2.88rem;
}
@media (max-width: 767px) {
  .p-pickup__title {
    font-size: 9.2rem;
    margin-top: 4rem;
  }
}

.p-pickup__text {
  color: #19573E;
  font-size: 3.456rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin-top: 2.88rem;
}
@media (max-width: 767px) {
  .p-pickup__text {
    font-size: 4.8rem;
    margin-top: 4rem;
  }
}

.p-pickupCard {
  position: relative;
  width: calc(100% - 5.76rem);
  padding: 43.344rem 4.32rem 4.32rem 4.32rem;
  background: #fff;
  border-radius: 1.728rem;
  margin: 10.08rem auto 0 auto;
}
@media (max-width: 767px) {
  .p-pickupCard {
    width: calc(100% - 8rem);
    padding: 60.2rem 6rem 6rem 6rem;
    border-radius: 2.4rem;
    margin: 14rem auto 0 auto;
  }
}

.p-pickupCard__goods {
  position: absolute;
  z-index: 2;
  top: -4.896rem;
  left: calc(50% - 3.24rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18.432rem;
}
@media (max-width: 767px) {
  .p-pickupCard__goods {
    top: -6.8rem;
    left: calc(50% - 4.5rem);
    width: 25.6rem;
  }
}

.p-pickupCard__soap {
  position: absolute;
  top: 5.76rem;
  left: calc(50% + 6.048rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26.352rem;
}
@media (max-width: 767px) {
  .p-pickupCard__soap {
    top: 8rem;
    left: calc(50% + 8.4rem);
    width: 36.6rem;
  }
}

.p-pickupCard__head {
  color: #606262;
  font-size: 2.592rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .p-pickupCard__head {
    font-size: 3.6rem;
  }
}

.p-pickupCard__title {
  color: #606262;
  font-size: 2.304rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin-top: 3.456rem;
}
.p-pickupCard__title span {
  display: block;
  font-size: 1.728rem;
  margin-bottom: 0.864rem;
}
@media (max-width: 767px) {
  .p-pickupCard__title span {
    font-size: 2.4rem;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .p-pickupCard__title {
    font-size: 3.2rem;
    margin-top: 4.8rem;
  }
}

.p-pickupCard__label {
  color: #606262;
  font-size: 1.872rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  margin-top: 1.44rem;
}
@media (max-width: 767px) {
  .p-pickupCard__label {
    font-size: 2.6rem;
    margin-top: 2rem;
  }
}

.p-pickupCard__money {
  color: #606262;
  font-size: 1.872rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  margin-top: 1.44rem;
}
@media (max-width: 767px) {
  .p-pickupCard__money {
    font-size: 2.6rem;
    margin-top: 2rem;
  }
}

.p-pickupCarousel {
  width: 100%;
  margin-top: 8.64rem;
}
@media (max-width: 767px) {
  .p-pickupCarousel {
    margin-top: 12rem;
  }
}

.p-pickupCarousel__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8.64rem;
}
@media (max-width: 767px) {
  .p-pickupCarousel__lists {
    gap: 12rem;
  }
}

.p-pickupCarousel__list {
  color: #5E8A43;
  font-family: "Cormorant Infant", serif;
  font-size: 5.472rem;
  line-height: 1.1;
  font-weight: 600;
  padding: 0 0.36rem;
  border-bottom: 1px solid rgba(94, 138, 67, 0);
}
.p-pickupCarousel__list.on {
  color: #F68326;
  border-bottom: 1px solid #F68326;
}
@media (max-width: 767px) {
  .p-pickupCarousel__list {
    font-size: 7.6rem;
    padding: 0 0.5rem;
  }
}

.p-pickupCarousel__slider {
  width: 100%;
  margin-top: 2.88rem;
}
@media (max-width: 767px) {
  .p-pickupCarousel__slider {
    margin-top: 4rem;
  }
}

.p-pickupCarousel__img {
  width: 100%;
  margin: 0 2.88rem;
}
@media (max-width: 767px) {
  .p-pickupCarousel__img {
    margin: 0 4rem;
  }
}

.p-pickupCarousel__comment {
  color: #606262;
  font-size: 1.296rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: right;
  margin-top: 1.44rem;
  margin-right: 2.88rem;
}
@media (max-width: 767px) {
  .p-pickupCarousel__comment {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-right: 4rem;
  }
}

.p-pickupItem {
  width: 100%;
  margin-top: 7.2rem;
}
@media (max-width: 767px) {
  .p-pickupItem {
    margin-top: 10rem;
  }
}

.p-pickupItem__title {
  color: #5E8A43;
  font-size: 3.456rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .p-pickupItem__title {
    font-size: 4.8rem;
  }
}

.p-pickupItem__img {
  position: relative;
  left: -0.432rem;
  width: 100%;
  max-width: 49.968rem;
  margin: 2.592rem auto 0 auto;
}
@media (max-width: 767px) {
  .p-pickupItem__img {
    left: -0.6rem;
    max-width: 69.4rem;
    margin: 3.6rem auto 0 auto;
  }
}

.p-pickupItem__comment {
  color: #606262;
  font-size: 1.296rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: right;
  margin-right: 2.88rem;
}
@media (max-width: 767px) {
  .p-pickupItem__comment {
    font-size: 1.8rem;
    margin-right: 4rem;
  }
}

.p-pickupMaterial {
  width: calc(100% - 5.76rem);
  margin: 5.76rem auto 0 auto;
}
@media (max-width: 767px) {
  .p-pickupMaterial {
    width: calc(100% - 8rem);
    margin: 8rem auto 0 auto;
  }
}

.p-pickupMaterial__title {
  color: #5E8A43;
  font-size: 2.592rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin-top: 2.88rem;
}
.p-pickupMaterial__title span {
  display: block;
  font-size: 3.456rem;
  margin-top: 0.432rem;
}
@media (max-width: 767px) {
  .p-pickupMaterial__title span {
    font-size: 4.8rem;
    margin-top: 0.6rem;
  }
}
@media (max-width: 767px) {
  .p-pickupMaterial__title {
    font-size: 3.6rem;
    margin-top: 4rem;
  }
}

.p-pickupMaterial__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.744rem 1.872rem;
  margin-top: 2.88rem;
}
@media (max-width: 767px) {
  .p-pickupMaterial__wrapper {
    gap: 5.2rem 2.6rem;
    margin-top: 4rem;
  }
}

.p-pickupMaterial__box {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.44rem;
  padding: 1.872rem;
  background: #fff;
  border: 0.5px solid #A1A1A1;
  border-radius: 1.44rem;
}
.p-pickupMaterial__box:first-child {
  grid-column: 1/-1;
}
.p-pickupMaterial__box:nth-child(2) {
  display: block;
  background: #FEF9E6;
  padding-bottom: 3.744rem;
  border: 0.5px solid #FACD56;
}
.p-pickupMaterial__box:nth-child(2)::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1.728rem;
  width: 1.872rem;
  height: 1.152rem;
  background-image: url(/pages/ignis/assets/imgs/ignis_pickup_sunnysour_202606/pickup_arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-pickupMaterial__box:nth-child(2)::after {
    bottom: 2.4rem;
    width: 2.6rem;
    height: 1.6rem;
  }
}
.p-pickupMaterial__box:nth-child(2) .p-pickupMaterial__point {
  background: #EAB51A;
}
.p-pickupMaterial__box:nth-child(2) .p-pickupMaterial__img {
  height: 14.4rem;
}
.p-pickupMaterial__box:nth-child(2) .p-pickupMaterial__img img {
  position: relative;
  left: 1.44rem;
}
@media (max-width: 767px) {
  .p-pickupMaterial__box:nth-child(2) .p-pickupMaterial__img img {
    left: 2rem;
  }
}
@media (max-width: 767px) {
  .p-pickupMaterial__box:nth-child(2) .p-pickupMaterial__img {
    height: 20rem;
  }
}
.p-pickupMaterial__box:nth-child(2) .p-pickupMaterial__label {
  text-align: center;
  padding-bottom: 1.152rem;
  border-bottom: 1px solid #FACD56;
}
@media (max-width: 767px) {
  .p-pickupMaterial__box:nth-child(2) .p-pickupMaterial__label {
    padding-bottom: 1.6rem;
  }
}
.p-pickupMaterial__box:nth-child(2) .p-pickupMaterial__text {
  text-align: center;
  margin-top: 1.008rem;
}
@media (max-width: 767px) {
  .p-pickupMaterial__box:nth-child(2) .p-pickupMaterial__text {
    margin-top: 1.4rem;
  }
}
@media (max-width: 767px) {
  .p-pickupMaterial__box:nth-child(2) {
    padding-bottom: 5.2rem;
  }
}
.p-pickupMaterial__box:nth-child(3) {
  display: block;
  padding-bottom: 3.744rem;
  background: #FEF2DF;
  border: 0.5px solid #FAA856;
}
.p-pickupMaterial__box:nth-child(3)::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1.728rem;
  width: 1.872rem;
  height: 1.152rem;
  background-image: url(/pages/ignis/assets/imgs/ignis_pickup_sunnysour_202606/pickup_arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-pickupMaterial__box:nth-child(3)::after {
    bottom: 2.4rem;
    width: 2.6rem;
    height: 1.6rem;
  }
}
.p-pickupMaterial__box:nth-child(3) .p-pickupMaterial__point {
  background: #FF956B;
}
.p-pickupMaterial__box:nth-child(3) .p-pickupMaterial__img {
  height: 14.4rem;
}
.p-pickupMaterial__box:nth-child(3) .p-pickupMaterial__img img {
  position: relative;
  left: 1.44rem;
}
@media (max-width: 767px) {
  .p-pickupMaterial__box:nth-child(3) .p-pickupMaterial__img img {
    left: 2rem;
  }
}
@media (max-width: 767px) {
  .p-pickupMaterial__box:nth-child(3) .p-pickupMaterial__img {
    height: 20rem;
  }
}
.p-pickupMaterial__box:nth-child(3) .p-pickupMaterial__label {
  text-align: center;
  padding-bottom: 1.152rem;
  border-bottom: 1px solid #FF956B;
}
@media (max-width: 767px) {
  .p-pickupMaterial__box:nth-child(3) .p-pickupMaterial__label {
    padding-bottom: 1.6rem;
  }
}
.p-pickupMaterial__box:nth-child(3) .p-pickupMaterial__text {
  text-align: center;
  margin-top: 1.008rem;
}
@media (max-width: 767px) {
  .p-pickupMaterial__box:nth-child(3) .p-pickupMaterial__text {
    margin-top: 1.4rem;
  }
}
@media (max-width: 767px) {
  .p-pickupMaterial__box:nth-child(3) {
    padding-bottom: 5.2rem;
  }
}
@media (max-width: 767px) {
  .p-pickupMaterial__box {
    gap: 2rem;
    padding: 2.6rem;
    border-radius: 2rem;
  }
}

.p-pickupMaterial__point {
  position: absolute;
  z-index: 2;
  top: -2.304rem;
  left: -1.152rem;
  width: 6.048rem;
  height: 6.048rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.584rem;
  line-height: 1.1;
  font-weight: 500;
  background: #A1A1A1;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .p-pickupMaterial__point {
    top: -3.2rem;
    left: -1.6rem;
    width: 8.4rem;
    height: 8.4rem;
    font-size: 2.2rem;
  }
}

.p-pickupMaterial__img {
  width: 19.008rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-pickupMaterial__img {
    width: 26.4rem;
  }
}

.p-pickupMaterial__group {
  width: 100%;
}

.p-pickupMaterial__label {
  color: #606262;
  font-size: 2.304rem;
  line-height: 1.4;
  font-weight: 500;
  padding-bottom: 1.296rem;
  border-bottom: 1px solid #A1A1A1;
}
.p-pickupMaterial__label span {
  display: block;
  font-size: 1.728rem;
}
@media (max-width: 767px) {
  .p-pickupMaterial__label span {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .p-pickupMaterial__label {
    font-size: 3.2rem;
    padding-bottom: 1.8rem;
  }
}

.p-pickupMaterial__text {
  color: #606262;
  font-size: 1.584rem;
  line-height: 1.4;
  font-weight: 500;
  white-space: nowrap;
  margin-top: 1.296rem;
}
.p-pickupMaterial__text span {
  font-size: 1.44rem;
}
@media (max-width: 767px) {
  .p-pickupMaterial__text span {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .p-pickupMaterial__text {
    font-size: 2.2rem;
    margin-top: 1.8rem;
  }
}

.p-pickupMaterial__comment {
  color: #606262;
  font-size: 1.296rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: right;
  margin-top: 1.44rem;
}
@media (max-width: 767px) {
  .p-pickupMaterial__comment {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}

.p-pickupMaterial__exp {
  color: #5E8A43;
  font-size: 2.016rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin-top: 2.448rem;
}
@media (max-width: 767px) {
  .p-pickupMaterial__exp {
    font-size: 2.8rem;
    margin-top: 3.4rem;
  }
}

.p-pickupMaterial__button {
  width: 100%;
  max-width: 39.456rem;
  height: 7.344rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.72rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.304rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.072rem;
  background: #FFD100;
  border-radius: 5.76rem;
  margin: 5.76rem auto 0rem auto;
}
.p-pickupMaterial__button::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 3.024rem;
  height: 3.024rem;
  background-image: url(/pages/ignis/assets/imgs/ignis_pickup_sunnysour_202606/button_icon_white.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-pickupMaterial__button::after {
    width: 4.2rem;
    height: 4.2rem;
  }
}
.p-pickupMaterial__button:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .p-pickupMaterial__button {
    max-width: 54.8rem;
    height: 10.2rem;
    gap: 1rem;
    font-size: 3.2rem;
    letter-spacing: 0.1rem;
    border-radius: 8rem;
    margin: 8rem auto 0rem auto;
  }
}

.p-pickupLine {
  width: calc(100% - 5.76rem);
  height: 41.112rem;
  background-image: url(/pages/ignis/assets/imgs/ignis_pickup_sunnysour_202606/line_bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 5.76rem;
  margin: 8.64rem auto 0 auto;
}
@media (max-width: 767px) {
  .p-pickupLine {
    width: calc(100% - 8rem);
    height: 57.1rem;
    padding-top: 8rem;
    margin: 12rem auto 0 auto;
  }
}

.p-pickupLine__head {
  position: relative;
  color: #606262;
  font-size: 2.016rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}
.p-pickupLine__head::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1.728rem;
  width: 20.016rem;
  height: 1.152rem;
  background-image: url(/pages/ignis/assets/imgs/ignis_pickup_sunnysour_202606/line_bar.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-pickupLine__head::after {
    bottom: -2.4rem;
    width: 27.8rem;
    height: 1.6rem;
  }
}
@media (max-width: 767px) {
  .p-pickupLine__head {
    font-size: 2.8rem;
  }
}

.p-pickupLine__title {
  color: #0D5967;
  font-family: "Cormorant Infant", serif;
  font-size: 4.32rem;
  line-height: 1.1;
  font-weight: 700;
  margin-top: 2.664rem;
}
@media (max-width: 767px) {
  .p-pickupLine__title {
    font-size: 6rem;
    margin-top: 3.7rem;
  }
}

.p-pickupLine__text {
  color: #0D5967;
  font-size: 2.016rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin-top: 0.576rem;
}
@media (max-width: 767px) {
  .p-pickupLine__text {
    font-size: 2.8rem;
    margin-top: 0.8rem;
  }
}

.p-pickupLine__button {
  width: 100%;
  max-width: 38.448rem;
  height: 7.776rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.448rem;
  color: #fff;
  font-size: 2.592rem;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 2.592rem;
  background: #06C755;
  border-radius: 5.76rem;
  margin: 2.304rem auto 0rem auto;
}
.p-pickupLine__button::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 4.752rem;
  height: 4.608rem;
  background-image: url(/pages/ignis/assets/imgs/ignis_pickup_sunnysour_202606/line_icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-pickupLine__button::before {
    width: 6.6rem;
    height: 6.4rem;
  }
}
.p-pickupLine__button:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .p-pickupLine__button {
    max-width: 53.4rem;
    height: 10.8rem;
    gap: 3.4rem;
    font-size: 3.6rem;
    padding-left: 3.6rem;
    border-radius: 8rem;
    margin: 3.2rem auto 0rem auto;
  }
}

.p-pickupLimited {
  position: relative;
  width: 100%;
  margin-top: 5.76rem;
}
@media (max-width: 767px) {
  .p-pickupLimited {
    margin-top: 8rem;
  }
}

.p-pickupLimited__img {
  width: 100%;
}

.p-limited__button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 14.4rem;
  width: 100%;
  max-width: 39.456rem;
  height: 7.344rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.72rem;
  color: #5E8A43;
  font-family: "Montserrat", sans-serif;
  font-size: 2.304rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.072rem;
  background: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(207, 196, 148, 0.4);
          box-shadow: 0 1px 6px rgba(207, 196, 148, 0.4);
  border-radius: 5.76rem;
}
.p-limited__button:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .p-limited__button {
    bottom: 20rem;
    max-width: 54.8rem;
    height: 10.2rem;
    gap: 1rem;
    font-size: 3.2rem;
    letter-spacing: 0.1rem;
    border-radius: 8rem;
  }
}

#new {
  padding-top: 8rem;
  margin-top: -8rem;
}

.p-new {
  width: 100%;
  padding-top: 5.76rem;
  padding-bottom: 8.64rem;
  background: #F7FBE9;
}
@media (max-width: 767px) {
  .p-new {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
}

.p-new__head {
  width: 20.736rem;
  height: 3.456rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "Cormorant Infant", serif;
  font-size: 2.88rem;
  font-weight: 600;
  background: #5E8A43;
  border-radius: 11.52rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-new__head {
    width: 28.8rem;
    height: 4.8rem;
    font-size: 4rem;
    border-radius: 16rem;
  }
}

.p-new__title {
  color: #5E8A43;
  font-family: "Cormorant Infant", serif;
  font-size: 5.472rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin-top: 2.88rem;
}
@media (max-width: 767px) {
  .p-new__title {
    font-size: 7.6rem;
    margin-top: 4rem;
  }
}

.p-new__text {
  color: #19573E;
  font-size: 3.456rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin-top: 2.88rem;
}
.p-new__text span {
  font-size: 1.44rem;
}
@media (max-width: 767px) {
  .p-new__text span {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .p-new__text {
    font-size: 4.8rem;
    margin-top: 4rem;
  }
}

.p-newCard {
  position: relative;
  width: calc(100% - 5.76rem);
  padding: 5.76rem 0rem;
  background: #fff;
  border-radius: 1.728rem;
  margin: 7.2rem auto 0 auto;
}
@media (max-width: 767px) {
  .p-newCard {
    width: calc(100% - 8rem);
    padding: 8rem 0rem;
    border-radius: 2.4rem;
    margin: 10rem auto 0 auto;
  }
}

.p-newCard__time {
  position: absolute;
  z-index: 2;
  top: -3.6rem;
  right: 0;
  width: 13.824rem;
}
@media (max-width: 767px) {
  .p-newCard__time {
    top: -5rem;
    width: 19.2rem;
  }
}

.p-newCard__img {
  width: 100%;
}

.p-newCard__head {
  color: #606262;
  font-size: 2.592rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin-top: 2.88rem;
}
.p-newCard__head span {
  font-size: 1.728rem;
}
@media (max-width: 767px) {
  .p-newCard__head span {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .p-newCard__head {
    font-size: 3.6rem;
    margin-top: 4rem;
  }
}

.p-newCard__title {
  color: #606262;
  font-size: 2.304rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  margin-top: 2.592rem;
}
.p-newCard__title span {
  display: block;
  font-size: 1.872rem;
  margin-bottom: 0.864rem;
}
@media (max-width: 767px) {
  .p-newCard__title span {
    font-size: 2.6rem;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .p-newCard__title {
    font-size: 3.2rem;
    margin-top: 3.6rem;
  }
}

.p-newCard__label {
  color: #606262;
  font-size: 1.872rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  margin-top: 1.44rem;
}
@media (max-width: 767px) {
  .p-newCard__label {
    font-size: 2.6rem;
    margin-top: 2rem;
  }
}

.p-newCard__money {
  color: #606262;
  font-size: 1.872rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  margin-top: 1.44rem;
}
@media (max-width: 767px) {
  .p-newCard__money {
    font-size: 2.6rem;
    margin-top: 2rem;
  }
}

.p-new__comment {
  color: #606262;
  font-size: 1.296rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  margin-top: 3.312rem;
}
@media (max-width: 767px) {
  .p-new__comment {
    font-size: 1.8rem;
    margin-top: 4.6rem;
  }
}

.p-new__item {
  position: relative;
  left: -0.432rem;
  width: 100%;
  max-width: 49.968rem;
  margin: 6.912rem auto 0 auto;
}
@media (max-width: 767px) {
  .p-new__item {
    left: -0.6rem;
    max-width: 69.4rem;
    margin: 9.6rem auto 0 auto;
  }
}

.p-new__comment02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #606262;
  font-size: 1.296rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
  margin-top: 0.576rem;
}
@media (max-width: 767px) {
  .p-new__comment02 {
    font-size: 1.8rem;
    margin-top: 0.8rem;
  }
}

.p-newVideo {
  width: calc(100% - 5.76rem);
  margin: 11.52rem auto 0 auto;
}
@media (max-width: 767px) {
  .p-newVideo {
    width: calc(100% - 8rem);
    margin: 16rem auto 0 auto;
  }
}

.p-newVideo__item {
  position: relative;
  width: 100%;
  padding-top: 177.78%;
}

.p-newVideo__button {
  width: 100%;
  max-width: 39.456rem;
  height: 7.344rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.72rem;
  color: #5E8A43;
  font-family: "Montserrat", sans-serif;
  font-size: 2.304rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.072rem;
  background: #fff;
  border-radius: 5.76rem;
  -webkit-box-shadow: 0 1px 6px #e0ebb7;
          box-shadow: 0 1px 6px #e0ebb7;
  margin: 4.32rem auto 0rem auto;
}
.p-newVideo__button::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 3.024rem;
  height: 3.024rem;
  background-image: url(/pages/ignis/assets/imgs/ignis_pickup_sunnysour_202606/button_icon_green.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-newVideo__button::after {
    width: 4.2rem;
    height: 4.2rem;
  }
}
.p-newVideo__button:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .p-newVideo__button {
    max-width: 54.8rem;
    height: 10.2rem;
    gap: 1rem;
    font-size: 3.2rem;
    letter-spacing: 0.1rem;
    border-radius: 8rem;
    margin: 6rem auto 0rem auto;
  }
}

.p-newLine {
  width: calc(100% - 5.76rem);
  height: 76.104rem;
  background-image: url(/pages/ignis/assets/imgs/ignis_pickup_sunnysour_202606/line_bg02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 5.04rem;
  margin: 8.64rem auto 0 auto;
}
@media (max-width: 767px) {
  .p-newLine {
    width: calc(100% - 8rem);
    height: 105.7rem;
    padding-top: 7rem;
    margin: 12rem auto 0 auto;
  }
}

.p-newLine__head {
  width: 100%;
  max-width: 28.656rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-newLine__head {
    max-width: 39.8rem;
  }
}

.p-newLine__title {
  color: #19573E;
  font-family: "Cormorant Infant", serif;
  font-size: 4.32rem;
  line-height: 1.1;
  font-weight: 700;
  margin-top: 1.152rem;
}
@media (max-width: 767px) {
  .p-newLine__title {
    font-size: 6rem;
    margin-top: 1.6rem;
  }
}

.p-newLine__text {
  color: #19573E;
  font-size: 2.016rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin-top: 0.576rem;
}
@media (max-width: 767px) {
  .p-newLine__text {
    font-size: 2.8rem;
    margin-top: 0.8rem;
  }
}

.p-newLine__img {
  width: 100%;
  margin-top: 1.008rem;
}
@media (max-width: 767px) {
  .p-newLine__img {
    margin-top: 1.4rem;
  }
}

.p-newLine__button {
  width: 100%;
  max-width: 38.448rem;
  height: 7.776rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.448rem;
  color: #fff;
  font-size: 2.592rem;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 2.592rem;
  background: #06C755;
  border-radius: 5.76rem;
  margin: 2.304rem auto 0rem auto;
}
.p-newLine__button::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 4.752rem;
  height: 4.608rem;
  background-image: url(/pages/ignis/assets/imgs/ignis_pickup_sunnysour_202606/line_icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-newLine__button::before {
    width: 6.6rem;
    height: 6.4rem;
  }
}
.p-newLine__button:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .p-newLine__button {
    max-width: 53.4rem;
    height: 10.8rem;
    gap: 3.4rem;
    font-size: 3.6rem;
    padding-left: 3.6rem;
    border-radius: 8rem;
    margin: 3.2rem auto 0rem auto;
  }
}

.p-newLine__lists {
  width: 100%;
  text-align: left;
  margin-left: 3.024rem;
  margin-top: 2.88rem;
}
@media (max-width: 767px) {
  .p-newLine__lists {
    margin-left: 4.2rem;
    margin-top: 4rem;
  }
}

.p-newLine__list {
  position: relative;
  color: #606262;
  font-size: 1.584rem;
  line-height: 1.4;
  font-weight: 500;
  padding-left: 2.592rem;
}
.p-newLine__list::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0.432rem;
  font-size: 1.584rem;
}
@media (max-width: 767px) {
  .p-newLine__list::before {
    left: 0.6rem;
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .p-newLine__list {
    font-size: 2.2rem;
    padding-left: 3.6rem;
  }
}

.p-area {
  position: relative;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22.06%, #FFFFFF), color-stop(51.5%, #FFF9D5), to(#FFE8D9));
  background: linear-gradient(180deg, #FFFFFF 22.06%, #FFF9D5 51.5%, #FFE8D9 100%);
  padding-bottom: 7.92rem;
}
@media (max-width: 767px) {
  .p-area {
    padding-bottom: 11rem;
  }
}

.p-area__head {
  width: 100%;
}

.p-area__wrapper {
  width: calc(100% - 5.76rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 7.2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-area__wrapper {
    width: calc(100% - 8rem);
    gap: 10rem;
  }
}

.p-area__link {
  position: relative;
  display: block;
  width: 100%;
  padding: 3.456rem 2.592rem 9.936rem 2.592rem;
  border-radius: 3.456rem;
  background: #fff;
  overflow: hidden;
}
.p-area__link:hover {
  opacity: 0.5;
}
.p-area__link:nth-of-type(2) .p-area__view {
  background: #F8928A;
}
@media (max-width: 767px) {
  .p-area__link {
    padding: 4.8rem 3.6rem 13.8rem 3.6rem;
    border-radius: 4.8rem;
  }
}

.p-area__eng {
  width: 100%;
}

.p-area__title {
  color: #606262;
  font-size: 2.304rem;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 1.728rem;
}
.p-area__title span {
  color: #5E8A43;
  font-size: 3.744rem;
}
.p-area__title span span {
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-area__title span {
    font-size: 5.2rem;
  }
}
@media (max-width: 767px) {
  .p-area__title {
    font-size: 3.2rem;
    margin-top: 2.4rem;
  }
}

.p-area__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.728rem;
  margin-top: 1.728rem;
}
@media (max-width: 767px) {
  .p-area__box {
    gap: 2.4rem;
    margin-top: 2.4rem;
  }
}

.p-area__img {
  width: 19.728rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-area__img {
    width: 27.4rem;
  }
}

.p-area__text {
  width: 100%;
  color: #606262;
  font-size: 1.728rem;
  line-height: 1.4;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-area__text {
    font-size: 2.4rem;
  }
}

.p-area__view {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 6.48rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 2.304rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.072rem;
  background: #FFD441;
}
@media (max-width: 767px) {
  .p-area__view {
    height: 9rem;
    font-size: 3.2rem;
    letter-spacing: 0.1rem;
  }
}

.p-area__comment {
  color: #606262;
  font-size: 1.296rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: right;
  margin-top: 1.728rem;
  margin-right: 2.88rem;
}
@media (max-width: 767px) {
  .p-area__comment {
    font-size: 1.8rem;
    margin-top: 2.4rem;
    margin-right: 4rem;
  }
}

.p-area__item {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12.456rem;
}
@media (max-width: 767px) {
  .p-area__item {
    width: 17.3rem;
  }
}

.p-area__item02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14.688rem;
}
@media (max-width: 767px) {
  .p-area__item02 {
    width: 20.4rem;
  }
}

.p-daily {
  width: 100%;
  background: #FFF9D5;
  padding-bottom: 5.76rem;
}
@media (max-width: 767px) {
  .p-daily {
    padding-bottom: 8rem;
  }
}

.p-daily__title {
  width: 100%;
}

.p-daily__wrapper {
  position: relative;
  width: 100%;
}

.p-daily__head {
  position: relative;
  display: block;
  color: #62B384;
  font-size: 2.88rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}
.p-daily__head::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.736rem;
  width: 33.984rem;
  height: 1.584rem;
  background-image: url(/pages/ignis/assets/imgs/ignis_pickup_sunnysour_202606/daily_bar.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-daily__head::after {
    bottom: -3.8rem;
    width: 47.2rem;
    height: 2.2rem;
  }
}
@media (max-width: 767px) {
  .p-daily__head {
    font-size: 4rem;
  }
}

.p-daily__label {
  color: #62B384;
  font-size: 4.32rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  margin-top: 2.88rem;
}
@media (max-width: 767px) {
  .p-daily__label {
    font-size: 6rem;
    margin-top: 4rem;
  }
}

.p-daily__column {
  position: relative;
  width: calc(100% - 4.32rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 4.32rem;
  margin: 3.24rem auto 0 auto;
}
.p-daily__column::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 6.336rem;
  width: 0.288rem;
  height: 100%;
  background: #62B384;
}
@media (max-width: 767px) {
  .p-daily__column::after {
    left: 8.8rem;
    width: 0.4rem;
  }
}
@media (max-width: 767px) {
  .p-daily__column {
    width: calc(100% - 6rem);
    gap: 6rem;
    margin: 4.5rem auto 0 auto;
  }
}

.p-daily__black {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 1.296rem 2.016rem;
  background: #fff;
  border: 1px solid #FFD343;
  border-radius: 0.864rem;
}
@media (max-width: 767px) {
  .p-daily__black {
    padding: 1.8rem 2.8rem;
    border-radius: 1.2rem;
  }
}

.p-daily__band {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.44rem;
}
.p-daily__band::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.576rem;
  width: 2.016rem;
  height: 1.152rem;
  background-image: url(/pages/ignis/assets/imgs/ignis_pickup_sunnysour_202606/daily_arrow_black.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .p-daily__band::after {
    right: 0.8rem;
    width: 2.8rem;
    height: 1.6rem;
  }
}
.p-daily__band.open::after {
  -webkit-transform: translateY(-50%) scale(-1, -1);
          transform: translateY(-50%) scale(-1, -1);
}
@media (max-width: 767px) {
  .p-daily__band {
    gap: 2rem;
  }
}

.p-daily__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 8.64rem;
  min-width: 8.64rem;
  height: 8.64rem;
  color: #74B24D;
  font-family: "Cormorant Infant", serif;
  font-size: 1.872rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  padding-top: 0.576rem;
  background: #FFFCDC;
  border-radius: 100%;
}
.p-daily__step span {
  position: relative;
  top: -0.432rem;
  display: inline-block;
  font-size: 4.608rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-daily__step span {
    top: -0.6rem;
    font-size: 6.4rem;
  }
}
@media (max-width: 767px) {
  .p-daily__step {
    width: 12rem;
    min-width: 12rem;
    height: 12rem;
    font-size: 2.6rem;
    padding-top: 0.8rem;
  }
}

.p-daily__name {
  display: inline-block;
  width: 31.68rem;
  color: #606262;
  font-size: 2.88rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  .p-daily__name {
    width: 44rem;
    font-size: 4rem;
  }
}

.p-daily__box {
  display: none;
}

.p-dailyItem {
  width: 100%;
  padding-top: 3.6rem;
  padding-bottom: 3.024rem;
}
@media (max-width: 767px) {
  .p-dailyItem {
    padding-top: 5rem;
    padding-bottom: 4.2rem;
  }
}

.p-dailyItem__column {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.296rem;
  margin-bottom: 5.76rem;
}
.p-dailyItem__column .p-dailyItem__head {
  font-size: 1.728rem;
}
@media (max-width: 767px) {
  .p-dailyItem__column .p-dailyItem__head {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .p-dailyItem__column {
    gap: 1.8rem;
    margin-bottom: 8rem;
  }
}

.p-dailyItem__box {
  width: 100%;
}

.p-dailyItem__img {
  width: 100%;
  max-width: 21.6rem;
  margin: 0 auto;
}
.p-dailyItem__img.mb20 {
  margin-bottom: 2.88rem;
}
@media (max-width: 767px) {
  .p-dailyItem__img.mb20 {
    margin-bottom: 4rem;
  }
}
.p-dailyItem__img.wid156 {
  max-width: 23.04rem;
}
@media (max-width: 767px) {
  .p-dailyItem__img.wid156 {
    max-width: 32rem;
  }
}
@media (max-width: 767px) {
  .p-dailyItem__img {
    max-width: 30rem;
  }
}

.p-dailyItem__head {
  color: #62B3A7;
  font-size: 1.872rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin-top: 0.432rem;
}
@media (max-width: 767px) {
  .p-dailyItem__head {
    font-size: 2.6rem;
    margin-top: 0.6rem;
  }
}

.p-dailyItem__title {
  color: #606262;
  font-size: 1.728rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  margin-top: 1.152rem;
}
.p-dailyItem__title span {
  display: block;
  font-size: 1.584rem;
  font-weight: 400;
  margin-bottom: 0.864rem;
}
@media (max-width: 767px) {
  .p-dailyItem__title span {
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .p-dailyItem__title {
    font-size: 2.4rem;
    margin-top: 1.6rem;
  }
}

.p-dailyItem__label {
  color: #606262;
  font-size: 1.584rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  margin-top: 0.864rem;
}
@media (max-width: 767px) {
  .p-dailyItem__label {
    font-size: 2.2rem;
    margin-top: 1.2rem;
  }
}

.p-dailyItem__money {
  color: #606262;
  font-size: 1.584rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  margin-top: 0.864rem;
}
@media (max-width: 767px) {
  .p-dailyItem__money {
    font-size: 2.2rem;
    margin-top: 1.2rem;
  }
}

.p-dailyItem__button {
  width: 100%;
  max-width: 19.584rem;
  height: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.72rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.584rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.144rem;
  padding-top: 0.288rem;
  background: #62B3A7;
  border-radius: 5.76rem;
  margin: 1.728rem auto 0rem auto;
}
.p-dailyItem__button::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.728rem;
  height: 1.728rem;
  background-image: url(/pages/ignis/assets/imgs/ignis_pickup_sunnysour_202606/button_icon_white.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-dailyItem__button::after {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.p-dailyItem__button:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .p-dailyItem__button {
    max-width: 27.2rem;
    height: 5rem;
    gap: 1rem;
    font-size: 2.2rem;
    letter-spacing: 0.2rem;
    padding-top: 0.4rem;
    border-radius: 8rem;
    margin: 2.4rem auto 0rem auto;
  }
}

.p-special {
  width: 100%;
  background: #EAF9E4;
}

.p-special__title {
  width: 100%;
}

.p-special__wrapper {
  position: relative;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#EAF9E4), to(#FDFFD7));
  background: linear-gradient(180deg, #EAF9E4, #FDFFD7);
  padding-bottom: 5.76rem;
}
@media (max-width: 767px) {
  .p-special__wrapper {
    padding-bottom: 8rem;
  }
}

.p-special__head {
  position: relative;
  display: block;
  color: #62B384;
  font-size: 2.88rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}
.p-special__head::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2.736rem;
  width: 33.984rem;
  height: 1.584rem;
  background-image: url(/pages/ignis/assets/imgs/ignis_pickup_sunnysour_202606/daily_bar.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-special__head::after {
    bottom: -3.8rem;
    width: 47.2rem;
    height: 2.2rem;
  }
}
@media (max-width: 767px) {
  .p-special__head {
    font-size: 4rem;
  }
}

.p-special__label {
  color: #62B384;
  font-size: 4.32rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  margin-top: 2.88rem;
}
@media (max-width: 767px) {
  .p-special__label {
    font-size: 6rem;
    margin-top: 4rem;
  }
}

.p-special__column {
  position: relative;
  width: calc(100% - 4.32rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 2.88rem;
  margin: 3.24rem auto 0 auto;
}
@media (max-width: 767px) {
  .p-special__column {
    width: calc(100% - 6rem);
    gap: 4rem;
    margin: 4.5rem auto 0 auto;
  }
}

.p-special__black {
  position: relative;
  z-index: 2;
  width: 100%;
  background: #fff;
  border-radius: 0.864rem;
}
.p-special__black:nth-of-type(even) .p-special__band {
  background: #62B384;
}
.p-special__black:nth-of-type(even) .p-specialItem__head {
  color: #62B384;
}
.p-special__black:nth-of-type(even) .p-specialItem__comment {
  color: #62B384;
}
.p-special__black:nth-of-type(even) .p-specialItem__card {
  color: #62B384;
}
.p-special__black:nth-of-type(even) .p-specialItem__button {
  color: #62B384;
  border: 1px solid #62B384;
}
.p-special__black:nth-of-type(even) .p-specialItem__button::after {
  background-image: url(/pages/ignis/assets/imgs/ignis_pickup_sunnysour_202606/button_icon_green03.png);
}
@media (max-width: 767px) {
  .p-special__black {
    border-radius: 1.2rem;
  }
}

.p-special__band {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 2.592rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  padding: 2.448rem 5.76rem;
  background: #62B3A7;
  border-radius: 0.864rem;
}
.p-special__band::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5.616rem;
  right: 2.736rem;
  width: 2.016rem;
  height: 1.152rem;
  background-image: url(/pages/ignis/assets/imgs/ignis_pickup_sunnysour_202606/daily_arrow_white.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .p-special__band::after {
    top: 7.8rem;
    right: 3.8rem;
    width: 2.8rem;
    height: 1.6rem;
  }
}
.p-special__band span {
  display: block;
  font-size: 2.16rem;
}
@media (max-width: 767px) {
  .p-special__band span {
    font-size: 3rem;
  }
}
.p-special__band.open::after {
  -webkit-transform: translateY(-50%) scale(-1, -1);
          transform: translateY(-50%) scale(-1, -1);
}
@media (max-width: 767px) {
  .p-special__band {
    font-size: 3.6rem;
    padding: 3.4rem 8rem;
    border-radius: 1.2rem;
  }
}

.p-special__box {
  display: none;
}

.p-specialItem {
  width: 100%;
  padding-top: 2.88rem;
  padding-bottom: 4.32rem;
}
@media (max-width: 767px) {
  .p-specialItem {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}

.p-specialItem__box {
  width: 100%;
  max-width: 36rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-specialItem__box {
    max-width: 50rem;
  }
}

.p-specialItem__img {
  width: 100%;
  max-width: 21.6rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-specialItem__img {
    max-width: 30rem;
  }
}

.p-specialItem__head {
  color: #62B3A7;
  font-size: 1.872rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin-top: 1.44rem;
}
.p-specialItem__head span {
  font-size: 1.296rem;
  line-height: 1.4;
  font-weight: 400;
}
@media (max-width: 767px) {
  .p-specialItem__head span {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .p-specialItem__head {
    font-size: 2.6rem;
    margin-top: 2rem;
  }
}

.p-specialItem__comment {
  display: block;
  color: #62B3A7;
  font-size: 1.296rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: right;
  margin-top: 2.016rem;
}
.p-specialItem__comment.center {
  text-align: center;
  margin-top: 1.296rem;
  margin-bottom: 1.44rem;
}
@media (max-width: 767px) {
  .p-specialItem__comment.center {
    margin-top: 1.8rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .p-specialItem__comment {
    font-size: 1.8rem;
    margin-top: 2.8rem;
  }
}

.p-specialItem__title {
  color: #606262;
  font-size: 1.728rem;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  margin-top: 1.008rem;
}
.p-specialItem__title span {
  display: block;
  font-size: 1.584rem;
  font-weight: 400;
  margin-bottom: 0.576rem;
}
@media (max-width: 767px) {
  .p-specialItem__title span {
    font-size: 2.2rem;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 767px) {
  .p-specialItem__title {
    font-size: 2.4rem;
    margin-top: 1.4rem;
  }
}

.p-specialItem__label {
  color: #606262;
  font-size: 1.728rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  margin-top: 0.432rem;
}
@media (max-width: 767px) {
  .p-specialItem__label {
    font-size: 2.4rem;
    margin-top: 0.6rem;
  }
}

.p-specialItem__money {
  color: #606262;
  font-size: 1.584rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  margin-top: 0.864rem;
}
@media (max-width: 767px) {
  .p-specialItem__money {
    font-size: 2.2rem;
    margin-top: 1.2rem;
  }
}

.p-specialItem__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 22.032rem;
  color: #606262;
  font-size: 1.872rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.072rem;
  padding: 0.288rem;
  border: 1px solid #606262;
  margin: 1.152rem auto 0 auto;
}
.p-specialItem__item.wid82 {
  width: 11.808rem;
}
@media (max-width: 767px) {
  .p-specialItem__item.wid82 {
    width: 16.4rem;
  }
}
.p-specialItem__item span {
  font-size: 1.584rem;
}
@media (max-width: 767px) {
  .p-specialItem__item span {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .p-specialItem__item {
    width: 30.6rem;
    font-size: 2.6rem;
    letter-spacing: 0.1rem;
    padding: 0.4rem;
    margin: 1.6rem auto 0 auto;
  }
}

.p-specialItem__itemBox {
  margin-top: 2.88rem;
}
@media (max-width: 767px) {
  .p-specialItem__itemBox {
    margin-top: 4rem;
  }
}

.p-specialItem__card {
  width: 100%;
  max-width: 23.04rem;
  margin: 0 auto;
  color: #62B3A7;
  font-size: 1.584rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 1.44rem;
  background: #F7F4C7;
  border-radius: 5.76rem;
}
.p-specialItem__card span {
  display: inline-block;
  font-size: 1.872rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-specialItem__card span {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .p-specialItem__card {
    max-width: 32rem;
    font-size: 2.2rem;
    padding: 2rem;
    border-radius: 8rem;
  }
}

.p-specialItem__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.152rem;
  margin-top: 1.44rem;
}
.p-specialItem__group .p-specialItem__card {
  margin: 0;
}
@media (max-width: 767px) {
  .p-specialItem__group {
    gap: 1.6rem;
    margin-top: 2rem;
  }
}

.p-specialItem__lists {
  width: 100%;
  max-width: 47.232rem;
  margin: 1.152rem auto 4.32rem auto;
}
@media (max-width: 767px) {
  .p-specialItem__lists {
    max-width: 65.6rem;
    margin: 1.6rem auto 6rem auto;
  }
}

.p-specialItem__button {
  width: 100%;
  max-width: 22.032rem;
  height: 4.032rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.72rem;
  color: #62B3A7;
  font-family: "Montserrat", sans-serif;
  font-size: 1.872rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.144rem;
  padding-top: 0.288rem;
  border: 1px solid #62B3A7;
  border-radius: 5.76rem;
  margin: 2.88rem auto 0rem auto;
}
.p-specialItem__button::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 2.16rem;
  height: 2.16rem;
  background-image: url(/pages/ignis/assets/imgs/ignis_pickup_sunnysour_202606/button_icon_green02.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-specialItem__button::after {
    width: 3rem;
    height: 3rem;
  }
}
.p-specialItem__button:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .p-specialItem__button {
    max-width: 30.6rem;
    height: 5.6rem;
    gap: 1rem;
    font-size: 2.6rem;
    letter-spacing: 0.2rem;
    padding-top: 0.4rem;
    border-radius: 8rem;
    margin: 4rem auto 0rem auto;
  }
}

.p-campaign {
  width: 100%;
  padding: 5.76rem 3.6rem;
  background-image: url(/pages/ignis/assets/imgs/ignis_pickup_sunnysour_202606/campaign_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-campaign {
    padding: 8rem 5rem;
  }
}

.p-campaign__inner {
  background: #fff;
  padding-top: 3.312rem;
  padding-bottom: 3.744rem;
  border-radius: 1.44rem;
}
@media (max-width: 767px) {
  .p-campaign__inner {
    padding-top: 4.6rem;
    padding-bottom: 5.2rem;
    border-radius: 2rem;
  }
}

.p-campaign__head {
  position: relative;
  left: 2.304rem;
  display: block;
  width: 32.688rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-campaign__head {
    left: 3.2rem;
    width: 45.4rem;
  }
}

.p-campaign__title {
  color: #75C5C6;
  font-family: "Montserrat", sans-serif;
  font-size: 4.032rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.144rem;
  text-align: center;
  margin-top: 0.576rem;
}
@media (max-width: 767px) {
  .p-campaign__title {
    font-size: 5.6rem;
    letter-spacing: 0.2rem;
    margin-top: 0.8rem;
  }
}

.p-campaign__img {
  width: 86%;
  margin: 0.432rem auto 0 auto;
}
@media (max-width: 767px) {
  .p-campaign__img {
    margin: 0.6rem auto 0 auto;
  }
}

.p-campaign__comment {
  color: #606262;
  font-size: 1.296rem;
  line-height: 1.6;
  font-weight: 400;
  text-align: right;
  margin-top: -1.728rem;
  margin-right: 3.6rem;
}
@media (max-width: 767px) {
  .p-campaign__comment {
    font-size: 1.8rem;
    margin-right: 5rem;
    margin-top: -2.4rem;
  }
}

.p-campaign__text {
  color: #4F88A1;
  font-size: 1.872rem;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
  margin-top: 0.72rem;
}
.p-campaign__text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FCFFCC));
  background: linear-gradient(transparent 60%, #FCFFCC 60%);
}
@media (max-width: 767px) {
  .p-campaign__text {
    font-size: 2.6rem;
    margin-top: 1rem;
  }
}

.p-campaign__lists {
  position: relative;
  width: 100%;
  max-width: 37.44rem;
  padding-top: 2.16rem;
  border-top: 0.5px solid #606262;
  margin: 1.728rem auto 0 auto;
}
@media (max-width: 767px) {
  .p-campaign__lists {
    max-width: 52rem;
    padding-top: 3rem;
    margin: 2.4rem auto 0 auto;
  }
}

.p-campaign__list {
  position: relative;
  color: #606262;
  font-size: 1.584rem;
  line-height: 1.6;
  font-weight: 400;
  padding-left: 2.592rem;
}
.p-campaign__list::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0.432rem;
  font-size: 1.584rem;
}
@media (max-width: 767px) {
  .p-campaign__list::before {
    left: 0.6rem;
    font-size: 2.2rem;
  }
}
@media (max-width: 767px) {
  .p-campaign__list {
    font-size: 2.2rem;
    padding-left: 3.6rem;
  }
}

.p-campaign__button {
  width: 100%;
  max-width: 36rem;
  height: 7.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 2.304rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.144rem;
  background: #75C5C6;
  border-radius: 0.72rem;
  margin: 2.592rem auto 0rem auto;
}
.p-campaign__button:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .p-campaign__button {
    max-width: 50rem;
    height: 10rem;
    font-size: 3.2rem;
    letter-spacing: 0.2rem;
    border-radius: 1rem;
    margin: 3.6rem auto 0rem auto;
  }
}

.p-present {
  width: 100%;
  padding: 10.08rem 2.88rem 7.2rem 2.88rem;
  background-image: url(/pages/ignis/assets/imgs/ignis_pickup_sunnysour_202606/present_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .p-present {
    padding: 14rem 4rem 10rem 4rem;
  }
}

.p-present__inner {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 5.76rem 0rem 4.32rem 0rem;
}
@media (max-width: 767px) {
  .p-present__inner {
    padding: 8rem 0rem 6rem 0rem;
  }
}

.p-present__head {
  position: absolute;
  top: -2.808rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 35.28rem;
}
@media (max-width: 767px) {
  .p-present__head {
    top: -3.9rem;
    width: 49rem;
  }
}

.p-present__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.44rem;
  padding: 0 2.88rem;
}
@media (max-width: 767px) {
  .p-present__box {
    gap: 2rem;
    padding: 0 4rem;
  }
}

.p-present__group {
  padding-left: 0.864rem;
}
@media (max-width: 767px) {
  .p-present__group {
    padding-left: 1.2rem;
  }
}

.p-present__title {
  color: #19573E;
  font-size: 4.032rem;
  line-height: 1.2;
  font-weight: 700;
}
.p-present__title span {
  display: block;
  font-size: 2.304rem;
  line-height: 1.6;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-present__title span {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .p-present__title {
    font-size: 5.6rem;
  }
}

.p-present__text {
  color: #606262;
  font-size: 1.296rem;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 1.008rem;
}
@media (max-width: 767px) {
  .p-present__text {
    font-size: 1.8rem;
    margin-top: 1.4rem;
  }
}

.p-present__img {
  display: block;
  width: 13.752rem;
}
@media (max-width: 767px) {
  .p-present__img {
    width: 19.1rem;
  }
}

.p-present__exp {
  width: 100%;
  margin-top: 4.32rem;
}
@media (max-width: 767px) {
  .p-present__exp {
    margin-top: 6rem;
  }
}

.p-present__comment {
  width: 100%;
  color: #606262;
  font-size: 1.296rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  margin-top: 1.44rem;
}
@media (max-width: 767px) {
  .p-present__comment {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}

.p-present__time {
  width: 100%;
  padding: 0 4.536rem;
  margin-top: 4.32rem;
}
@media (max-width: 767px) {
  .p-present__time {
    padding: 0 6.3rem;
    margin-top: 6rem;
  }
}

.p-presentInsta {
  width: 100%;
  padding: 0 2.88rem;
  margin-top: 8.64rem;
}
@media (max-width: 767px) {
  .p-presentInsta {
    padding: 0 4rem;
    margin-top: 12rem;
  }
}

.p-presentInsta__head {
  width: 100%;
}

.p-presentInsta__lists {
  width: 100%;
  margin-top: 2.88rem;
}
@media (max-width: 767px) {
  .p-presentInsta__lists {
    margin-top: 4rem;
  }
}

.p-presentInsta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.44rem;
  margin-top: 1.44rem;
}
.p-presentInsta__list:first-of-type {
  margin-top: 0;
}
@media (max-width: 767px) {
  .p-presentInsta__list {
    gap: 2rem;
    margin-top: 2rem;
  }
}

.p-presentInsta__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 5.904rem;
  min-width: 5.904rem;
  height: 5.904rem;
  color: #fff;
  font-family: "Cormorant Infant", serif;
  font-size: 1.224rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  padding-top: 0.576rem;
  background: #EF9B77;
  border-radius: 100%;
}
.p-presentInsta__step span {
  position: relative;
  top: -0.432rem;
  display: inline-block;
  font-size: 3.384rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-presentInsta__step span {
    top: -0.6rem;
    font-size: 4.7rem;
  }
}
@media (max-width: 767px) {
  .p-presentInsta__step {
    width: 8.2rem;
    min-width: 8.2rem;
    height: 8.2rem;
    font-size: 1.7rem;
    padding-top: 0.8rem;
  }
}

.p-presentInsta__name {
  color: #606262;
  font-size: 2.304rem;
  line-height: 1.5;
  font-weight: 500;
}
.p-presentInsta__name span {
  color: #EF9B77;
}
@media (max-width: 767px) {
  .p-presentInsta__name {
    font-size: 3.2rem;
  }
}

.p-presentInsta__text {
  color: #606262;
  font-size: 2.304rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin-top: 2.88rem;
}
@media (max-width: 767px) {
  .p-presentInsta__text {
    font-size: 3.2rem;
    margin-top: 4rem;
  }
}

.p-presentInsta__bigText {
  color: #606262;
  font-size: 2.304rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  margin-top: 2.304rem;
}
@media (max-width: 767px) {
  .p-presentInsta__bigText {
    font-size: 3.2rem;
    margin-top: 3.2rem;
  }
}

.p-presentInsta__button {
  width: 100%;
  max-width: 34.56rem;
  height: 6.912rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #fff;
  font-size: 2.16rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  background: #EF9B77;
  border-radius: 5.76rem;
  margin: 4.32rem auto 0rem auto;
}
.p-presentInsta__button:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .p-presentInsta__button {
    max-width: 48rem;
    height: 9.6rem;
    font-size: 3rem;
    border-radius: 8rem;
    margin: 6rem auto 0rem auto;
  }
}

.p-presentX {
  width: 100%;
  padding: 0 2.88rem;
  margin-top: 8.64rem;
}
@media (max-width: 767px) {
  .p-presentX {
    padding: 0 4rem;
    margin-top: 12rem;
  }
}

.p-presentX__head {
  width: 100%;
}

.p-presentX__lists {
  width: 100%;
  margin-top: 2.88rem;
}
@media (max-width: 767px) {
  .p-presentX__lists {
    margin-top: 4rem;
  }
}

.p-presentX__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.44rem;
  margin-top: 2.16rem;
}
.p-presentX__list:first-of-type {
  margin-top: 0;
}
.p-presentX__list:nth-of-type(2) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .p-presentX__list {
    gap: 2rem;
    margin-top: 3rem;
  }
}

.p-presentX__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 5.904rem;
  min-width: 5.904rem;
  height: 5.904rem;
  color: #fff;
  font-family: "Cormorant Infant", serif;
  font-size: 1.224rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  padding-top: 0.576rem;
  background: #62B3A7;
  border-radius: 100%;
}
.p-presentX__step span {
  position: relative;
  top: -0.432rem;
  display: inline-block;
  font-size: 3.384rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-presentX__step span {
    top: -0.6rem;
    font-size: 4.7rem;
  }
}
@media (max-width: 767px) {
  .p-presentX__step {
    width: 8.2rem;
    min-width: 8.2rem;
    height: 8.2rem;
    font-size: 1.7rem;
    padding-top: 0.8rem;
  }
}

.p-presentX__name {
  color: #606262;
  font-size: 2.304rem;
  line-height: 1.5;
  font-weight: 500;
}
.p-presentX__name span {
  color: #62B3A7;
}
@media (max-width: 767px) {
  .p-presentX__name {
    font-size: 3.2rem;
  }
}

.p-presentX__button {
  width: 100%;
  max-width: 34.56rem;
  height: 6.912rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #fff;
  font-size: 2.16rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  background: #62B3A7;
  border-radius: 5.76rem;
  margin: 4.32rem auto 0rem auto;
}
.p-presentX__button:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .p-presentX__button {
    max-width: 48rem;
    height: 9.6rem;
    font-size: 3rem;
    border-radius: 8rem;
    margin: 6rem auto 0rem auto;
  }
}

.p-present__comment02 {
  width: 100%;
  color: #606262;
  font-size: 1.296rem;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  margin-top: 4.32rem;
}
@media (max-width: 767px) {
  .p-present__comment02 {
    font-size: 1.8rem;
    margin-top: 6rem;
  }
}

.u-anime-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.u-anime-up.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.u-anime-fade {
  opacity: 0;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), transform 2.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.u-anime-fade.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.u-anime-left {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), transform 2.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.u-anime-left.is-show {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.u-anime-right {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: opacity 2.2s cubic-bezier(0.22, 1, 0.36, 1), transform 2.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.u-anime-right.is-show {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}
.u-sp-inline {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-sp-inline {
    display: inline-block !important;
  }
}
.u-sp-flex {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}/*# sourceMappingURL=style.css.map */