@charset "UTF-8";
/*! * ress.css • v1.2.2 * MIT License * github.com/filipelinhares/ress */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

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

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

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

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

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

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

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html {
  font-size: 100%;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

ol,
ul {
  list-style: none;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

em {
  font-style: normal;
}

html {
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  background-color: #ffffff;
  color: #333333;
  font-size: 2rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.9rem;
  }
}

a {
  -webkit-transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s, -webkit-text-decoration 0.3s;
  color: #0099ff;
  text-decoration: none;
}
a:visited {
  color: #0099ff;
}
a:hover {
  color: #5fc15a;
  text-decoration: none;
}

::-moz-selection {
  background-color: #7fccff;
  color: #000000;
}

::selection {
  background-color: #7fccff;
  color: #000000;
}

/**
 * keyframes.scss
 */
@-webkit-keyframes float_y {
  0% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
@keyframes float_y {
  0% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
@-webkit-keyframes float_y_lg {
  0% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
@keyframes float_y_lg {
  0% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
}
@-webkit-keyframes float_x {
  0% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  100% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
@keyframes float_x {
  0% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  100% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
@-webkit-keyframes float_x_lg {
  0% {
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }
  100% {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
}
@keyframes float_x_lg {
  0% {
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }
  100% {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}
@-webkit-keyframes fly {
  0% {
    -webkit-transform: translate(-1300px, 500px);
            transform: translate(-1300px, 500px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fly {
  0% {
    -webkit-transform: translate(-1300px, 500px);
            transform: translate(-1300px, 500px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fly_mq {
  0% {
    -webkit-transform: translate(-800px, 300px);
            transform: translate(-800px, 300px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fly_mq {
  0% {
    -webkit-transform: translate(-800px, 300px);
            transform: translate(-800px, 300px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
.l-footer {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0 5%;
  }
}
.l-footer small {
  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;
  width: 100%;
  height: 130px;
  padding-bottom: 10px;
  text-align: center;
  color: #333333;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer small {
    height: 100px;
    font-size: 1.1rem;
  }
}

.l-container {
  min-width: 100vw;
  min-height: 100vh;
  background: url(../img/bg.png) center center/cover fixed no-repeat;
}
@media screen and (max-width: 767px) {
  .l-container {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .l-container::before {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100vw;
    min-height: 100vh;
    background: url(../img/sp_bg.png) center center/cover scroll no-repeat;
    z-index: -1;
    content: "";
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 50%;
  width: 1180px;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .overlay {
    display: none;
  }
}

.overlay__item {
  position: absolute;
  opacity: 0;
}
.overlay__item.overlay__item--1 {
  top: 360px;
  right: 50px;
  -webkit-animation: fly 7s cubic-bezier(0.06, 0.38, 0, 0.98) 0.5s 1 normal forwards;
          animation: fly 7s cubic-bezier(0.06, 0.38, 0, 0.98) 0.5s 1 normal forwards;
}
.overlay__item.overlay__item--1 div {
  -webkit-animation: float_x_lg 5s ease infinite alternate;
          animation: float_x_lg 5s ease infinite alternate;
}
.overlay__item.overlay__item--1 img {
  -webkit-animation: float_y_lg 3.3s ease-in-out infinite alternate;
          animation: float_y_lg 3.3s ease-in-out infinite alternate;
}
.overlay__item.overlay__item--2 {
  top: 455px;
  right: 35px;
  -webkit-animation: fly 7s cubic-bezier(0.06, 0.38, 0, 0.98) 1s 1 normal forwards;
          animation: fly 7s cubic-bezier(0.06, 0.38, 0, 0.98) 1s 1 normal forwards;
}
.overlay__item.overlay__item--2 div {
  -webkit-animation: float_x_lg 4.5s ease infinite alternate;
          animation: float_x_lg 4.5s ease infinite alternate;
}
.overlay__item.overlay__item--2 img {
  -webkit-animation: float_y_lg 3.1s ease-in-out infinite alternate;
          animation: float_y_lg 3.1s ease-in-out infinite alternate;
}

.hero {
  position: relative;
  margin-bottom: 200px;
  padding-top: 60px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .hero {
    margin-bottom: 100px;
    padding-top: 30px;
    overflow-x: hidden;
  }
}

.hero__head {
  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: 57px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .hero__head {
    margin-bottom: 30px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

.hero__logo_1 {
  position: relative;
  width: 121px;
  margin-top: -4px;
}
.hero__logo_1::before {
  display: block;
  position: absolute;
  top: 50%;
  right: -40px;
  width: 19px;
  height: 19px;
  background: url(../img/hero_x.svg) center center/contain scroll no-repeat;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  content: "";
}

.hero__logo_2 {
  width: 121px;
}

.hero__logo {
  margin: auto;
  width: 170px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .hero__logo {
    width: 120px;
  }
}
.hero__logo img {
  width: 100%;
  height: auto;
  margin-left: -15px;
}
@media screen and (max-width: 767px) {
  .hero__logo img {
    margin-left: -5px;
  }
}

.hero__h {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hero__h {
    margin-bottom: 20px;
  }
}

.hero__lead {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.hero__pict {
  position: relative;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hero__pict {
    margin-bottom: 0;
  }
}

.hero__wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .hero__wrap {
    display: block;
    margin-bottom: 30px;
  }
}

.hero__birds {
  opacity: 0;
}

.hero__birds.hero__birds--1 {
  margin-top: -35px;
  margin-bottom: 20px;
  -webkit-animation: fly_mq 3.5s cubic-bezier(0.06, 0.38, 0, 0.98) 0.6s 1 normal forwards;
          animation: fly_mq 3.5s cubic-bezier(0.06, 0.38, 0, 0.98) 0.6s 1 normal forwards;
}
.hero__birds.hero__birds--1 div {
  -webkit-animation: float_x_lg 5s ease infinite alternate;
          animation: float_x_lg 5s ease infinite alternate;
}
.hero__birds.hero__birds--1 img {
  -webkit-animation: float_y 3.3s ease-in-out infinite alternate;
          animation: float_y 3.3s ease-in-out infinite alternate;
}
.hero__birds.hero__birds--2 {
  -webkit-animation: fly_mq 3s cubic-bezier(0.06, 0.38, 0, 0.98) 1.3s 1 normal forwards;
          animation: fly_mq 3s cubic-bezier(0.06, 0.38, 0, 0.98) 1.3s 1 normal forwards;
}
.hero__birds.hero__birds--2 div {
  -webkit-animation: float_x_lg 4.5s ease infinite alternate;
          animation: float_x_lg 4.5s ease infinite alternate;
}
.hero__birds.hero__birds--2 img {
  -webkit-animation: float_y 3.1s ease-in-out infinite alternate;
          animation: float_y 3.1s ease-in-out infinite alternate;
}

.hero__text_vertical {
  margin: auto;
  font-size: 2rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .hero__text_vertical {
    display: none;
  }
}
.hero__text_vertical p:not(:last-child) {
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .hero__text_vertical p:not(:last-child) {
    margin: 0;
    margin-bottom: 2em;
  }
}
.hero__text_vertical span {
  text-orientation: upright;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .hero__text_vertical br {
    display: none;
  }
}

.hero__text_horizontal {
  display: none;
}
@media screen and (max-width: 767px) {
  .hero__text_horizontal {
    display: block;
    font-size: 1.8rem;
    line-height: 1.85;
    padding: 0 12%;
  }
}

.goopla {
  position: relative;
  margin-bottom: 180px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .goopla {
    margin-bottom: 120px;
    padding: 0 8%;
  }
}

.goopla__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 780px;
  height: 1010px;
  margin: auto;
  padding: 150px;
  background: #ffffff url(../img/goopla_frame.svg) center center/auto scroll no-repeat;
  border-radius: 390px;
}
@media screen and (max-width: 767px) {
  .goopla__inner {
    width: 100%;
    height: auto;
    padding: 50px 25px;
    border: 8px solid #fb6eb7;
    -o-border-image: linear-gradient(180deg, rgb(251, 110, 183) 5%, rgb(90, 189, 255) 50%, rgb(143, 211, 139) 95%);
       border-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgb(251, 110, 183)), color-stop(50%, rgb(90, 189, 255)), color-stop(95%, rgb(143, 211, 139)));
       border-image: linear-gradient(180deg, rgb(251, 110, 183) 5%, rgb(90, 189, 255) 50%, rgb(143, 211, 139) 95%);
    border-image-slice: 1;
    background: #ffffff;
    border-radius: 0;
  }
}

.goopla__h {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .goopla__h {
    font-size: 1.9rem;
  }
}

.goopla__pict {
  margin-bottom: 50px;
}
.goopla__pict a {
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-transition-timing-function: cubic-bezier(0.06, 0.38, 0, 0.98);
          transition-timing-function: cubic-bezier(0.06, 0.38, 0, 0.98);
  display: block;
}
.goopla__pict a:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.goopla__hh {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .goopla__hh {
    font-size: 1.7rem;
  }
}

.goopla__dl {
  width: 420px;
  margin: auto;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .goopla__dl {
    width: 100%;
    margin: 0;
    font-size: 1.5rem;
  }
}
.goopla__dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .goopla__dl div {
    display: block;
  }
}
.goopla__dl dt {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .goopla__dl dt {
    width: 100%;
    color: #fb6eb7;
  }
}
.goopla__dl dd {
  width: calc(100% - 100px);
}
@media screen and (max-width: 767px) {
  .goopla__dl dd {
    width: 100%;
  }
}

.products {
  position: relative;
  width: 1180px;
  margin: auto;
  margin-bottom: 200px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .products {
    width: 100%;
    margin: 0;
    margin-bottom: 100px;
  }
}

.products__h {
  margin-bottom: 110px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .products__h {
    margin-bottom: 40px;
    padding: 0 8%;
  }
}

.products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 70px 20px;
}
@media screen and (max-width: 767px) {
  .products__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 0 8%;
  }
}

.card {
  -webkit-transition: background-color 0.8s, -webkit-transform 0.8s;
  transition: background-color 0.8s, -webkit-transform 0.8s;
  transition: transform 0.8s, background-color 0.8s;
  transition: transform 0.8s, background-color 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 380px;
  padding: 40px 35px;
  border-radius: 100px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .card {
    width: 100%;
    padding: 40px 6%;
  }
}
.card:visited {
  color: #333333;
}
.card:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background-color: rgba(255, 255, 255, 0.75);
  color: #333333;
}
@media screen and (max-width: 767px) {
  .card:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.card:hover .card__pict.card__pict--back {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.card:hover .card__pict.card__pict--front {
  -webkit-transform: translateY(80px) scale(0.85);
          transform: translateY(80px) scale(0.85);
  opacity: 0;
}
.card:hover .card__btn {
  color: #ffffff;
  background-color: #fb6eb7;
}
.card:hover .card__btn::before {
  border-color: #ffffff;
}

.card__head {
  position: relative;
  width: 230px;
  height: 210px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .card__head {
    width: 265px;
    height: 195px;
    margin-bottom: 25px;
  }
}

.card__pict {
  position: absolute;
  width: 100%;
}
.card__pict.card__pict--back {
  -webkit-transition: -webkit-transform 1.5s;
  transition: -webkit-transform 1.5s;
  transition: transform 1.5s;
  transition: transform 1.5s, -webkit-transform 1.5s;
  -webkit-transition-timing-function: cubic-bezier(0.06, 0.38, 0, 0.98);
          transition-timing-function: cubic-bezier(0.06, 0.38, 0, 0.98);
}
.card__pict.card__pict--front {
  -webkit-transition: opacity 0.8s, -webkit-transform 1s;
  transition: opacity 0.8s, -webkit-transform 1s;
  transition: transform 1s, opacity 0.8s;
  transition: transform 1s, opacity 0.8s, -webkit-transform 1s;
  -webkit-transition-timing-function: cubic-bezier(0.06, 0.38, 0, 0.98);
          transition-timing-function: cubic-bezier(0.06, 0.38, 0, 0.98);
}

.card__icon {
  margin-top: -100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .card__icon {
    width: auto;
    height: 72px;
    margin-top: -90px;
  }
}
.card__icon.card__icon--1 {
  -webkit-animation: float_x 2s ease-in-out 0s infinite alternate;
          animation: float_x 2s ease-in-out 0s infinite alternate;
}
.card__icon.card__icon--2 {
  animation: rotate 25s linear 0s infinite reverse;
}
.card__icon.card__icon--3_2 {
  margin-top: -79px;
  -webkit-animation: rotate 25s linear 0s infinite normal;
          animation: rotate 25s linear 0s infinite normal;
}
@media screen and (max-width: 767px) {
  .card__icon.card__icon--3_2 {
    margin-top: -72px;
  }
}
.card__icon.card__icon--4 {
  -webkit-animation: swing 2s ease-in-out 0s infinite alternate;
          animation: swing 2s ease-in-out 0s infinite alternate;
}
.card__icon.card__icon--5 {
  -webkit-animation: float_y 2s ease-in-out 0s infinite alternate;
          animation: float_y 2s ease-in-out 0s infinite alternate;
}

.card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}

.card__co {
  font-size: 1.8rem;
  line-height: 1.2;
}

.card__name {
  color: #fb6eb7;
  font-size: 2.3rem;
  line-height: 1.2;
}
.card__name span {
  display: block;
  margin-top: 0.5em;
  font-size: 1.3rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .card__name span {
    font-size: 1.1rem;
  }
}

.card__text {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
}

.card__note {
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
}
.card__note::before {
  content: "※";
}

.card__btn {
  -webkit-transition: background-color 0.8s, color 0.8s;
  transition: background-color 0.8s, color 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.06, 0.38, 0, 0.98);
          transition-timing-function: cubic-bezier(0.06, 0.38, 0, 0.98);
  position: relative;
  width: 190px;
  margin: auto auto 0;
  padding: 8px 20px;
  text-align: center;
  background-color: #ffffff;
  color: #fb6eb7;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 500;
  border-radius: 40px;
}
.card__btn::before {
  -webkit-transition: border-color 0.8s;
  transition: border-color 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.06, 0.38, 0, 0.98);
          transition-timing-function: cubic-bezier(0.06, 0.38, 0, 0.98);
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border: 2px solid #fb6eb7;
  border-left: none;
  border-bottom: none;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
}

.campaign__h {
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .campaign__h {
    margin-bottom: 50px;
  }
}

.campaign__date {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.u-d-n {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-d-n-mq {
    display: none !important;
  }
}
.u-d-b {
  display: block !important;
}

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

.u-d-ib {
  display: inline-block !important;
}

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