@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: #ffe31b;
  color: #2d2d2d;
  font-size: 2rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 0.09em;
}
@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: #ef3210;
  text-decoration: none;
}

::-moz-selection {
  background-color: #424242;
  color: #ffffff;
}

::selection {
  background-color: #424242;
  color: #ffffff;
}

/**
 * keyframes.scss
 */
@-webkit-keyframes fade_in_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade_in_up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  40% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1440deg);
            transform: rotate(1440deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  40% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1440deg);
            transform: rotate(1440deg);
  }
}
@-webkit-keyframes walk_1 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
@keyframes walk_1 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
@-webkit-keyframes walk_2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
@keyframes walk_2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 91, 64, 0.95);
            box-shadow: 0 0 0 0 rgba(242, 91, 64, 0.95);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(242, 91, 64, 0.95);
            box-shadow: 0 0 0 0 rgba(242, 91, 64, 0.95);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
            transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
            transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
            transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
            transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
            transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
            transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
            transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
            transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
            transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
            transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
            transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
            transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
            transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
            transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
            transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
            transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
            transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
            transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
            transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
            transform: translate(1px, -2px) rotate(-1deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  16.6% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  33.3% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  49.8% {
    -webkit-transform: translate(0, -14px);
            transform: translate(0, -14px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  66.4% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  83% {
    -webkit-transform: translate(0, -4px);
            transform: translate(0, -4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  16.6% {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  33.3% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  49.8% {
    -webkit-transform: translate(0, -14px);
            transform: translate(0, -14px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  66.4% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  83% {
    -webkit-transform: translate(0, -4px);
            transform: translate(0, -4px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: auto;
  height: 65px;
  padding-left: 15px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 45px;
  }
}
.l-header img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header a:hover img {
  opacity: 0.75;
}

.l-header__logo_1 {
  width: 122px;
  height: auto;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .l-header__logo_1 {
    width: 84px;
  }
}

.l-header__logo_2 {
  width: 58px;
  height: auto;
  margin-left: 25px;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .l-header__logo_2 {
    width: 40.6px;
    margin-left: 15px;
  }
}

.l-footer {
  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: #424242;
  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-footer__btn {
  -webkit-transition: background-position 0.4s, color 0.5s, border-color 0.5s, -webkit-transform 1s;
  transition: background-position 0.4s, color 0.5s, border-color 0.5s, -webkit-transform 1s;
  transition: transform 1s, background-position 0.4s, color 0.5s, border-color 0.5s;
  transition: transform 1s, background-position 0.4s, color 0.5s, border-color 0.5s, -webkit-transform 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  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;
  position: relative;
  width: 100%;
  max-width: 350px;
  height: 55px;
  margin: auto;
  margin-bottom: 60px;
  border: 2px solid #fb6eb7;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 96, 152, 0.96)), color-stop(50%, rgba(255, 96, 152, 0.96)), color-stop(50%, rgb(255, 255, 255)), to(rgb(255, 255, 255))) 100% 0/200% auto scroll no-repeat;
  background: linear-gradient(90deg, rgba(255, 96, 152, 0.96) 0%, rgba(255, 96, 152, 0.96) 50%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%) 100% 0/200% auto scroll no-repeat;
  color: #fb6eb7;
  font-size: 2rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer__btn {
    width: 270px;
    margin-bottom: 0;
    font-size: 1.6rem;
    height: 50px;
  }
}
.l-footer__btn:visited {
  color: #fb6eb7;
}
.l-footer__btn:hover {
  color: #ffffff;
  background-position: 0 0;
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
}
.l-footer__btn:hover::before {
  border-color: #ffffff;
}
.l-footer__btn::before {
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
  display: block;
  position: absolute;
  right: 20px;
  width: 13px;
  height: 13px;
  border: 2px solid #fb6eb7;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}

.hero {
  position: relative;
  width: 1130px;
  height: 520px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .hero {
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 10px;
    aspect-ratio: 37/57;
  }
}

.hero__h,
.hero__date {
  width: 1px;
  height: 1px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .hero__h,
  .hero__date {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.hero__text {
  position: absolute;
  opacity: 0;
  -webkit-animation: fade_in_up 4.5s cubic-bezier(0.48, 1, 0.68, 1) 0s 1 normal forwards;
          animation: fade_in_up 4.5s cubic-bezier(0.48, 1, 0.68, 1) 0s 1 normal forwards;
}
@media screen and (max-width: 767px) {
  .hero__text {
    width: 100%;
  }
}
.hero__text.hero__text--1 {
  top: 73px;
  left: 136px;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
@media screen and (max-width: 767px) {
  .hero__text.hero__text--1 {
    top: 0;
    left: 0;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
}
.hero__text.hero__text--2 {
  top: 138px;
  left: 151px;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
@media screen and (max-width: 767px) {
  .hero__text.hero__text--2 {
    top: 0;
    left: 0;
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
  }
}
.hero__text.hero__text--3 {
  top: 223px;
  left: 15px;
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
@media screen and (max-width: 767px) {
  .hero__text.hero__text--3 {
    top: 0;
    left: 0;
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
}
.hero__text.hero__text--4 {
  top: 223px;
  left: 137px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
@media screen and (max-width: 767px) {
  .hero__text.hero__text--4 {
    display: none;
  }
}
.hero__text.hero__text--5 {
  top: 223px;
  left: 259px;
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}
@media screen and (max-width: 767px) {
  .hero__text.hero__text--5 {
    display: none;
  }
}
.hero__text.hero__text--6 {
  top: 223px;
  left: 381px;
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
@media screen and (max-width: 767px) {
  .hero__text.hero__text--6 {
    display: none;
  }
}
.hero__text.hero__text--7 {
  top: 223px;
  left: 503px;
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
.hero__text.hero__text--7 img {
  -webkit-animation: rotate 15s cubic-bezier(0.06, 0.38, 0, 0.98) 1s infinite normal;
          animation: rotate 15s cubic-bezier(0.06, 0.38, 0, 0.98) 1s infinite normal;
}
@media screen and (max-width: 767px) {
  .hero__text.hero__text--7 {
    display: none;
  }
}
.hero__text.hero__text--8 {
  top: 357px;
  left: 75px;
  -webkit-animation-delay: 4.7s;
          animation-delay: 4.7s;
}
@media screen and (max-width: 767px) {
  .hero__text.hero__text--8 {
    top: 0;
    left: 0;
    -webkit-animation-delay: 3.5s;
            animation-delay: 3.5s;
  }
}
.hero__text.hero__text--9 {
  top: 412px;
  left: 186px;
  -webkit-animation-delay: 5.2s;
          animation-delay: 5.2s;
}
@media screen and (max-width: 767px) {
  .hero__text.hero__text--9 {
    top: 0;
    left: 0;
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }
}

.hero__pict {
  position: absolute;
  top: 80px;
  right: 0;
  opacity: 0;
  -webkit-animation: fade_in_up 4s cubic-bezier(0.48, 1, 0.68, 1) 0.5s 1 normal forwards;
          animation: fade_in_up 4s cubic-bezier(0.48, 1, 0.68, 1) 0.5s 1 normal forwards;
}
@media screen and (max-width: 767px) {
  .hero__pict {
    top: 0;
    left: 0;
    -webkit-animation-duration: 8s;
            animation-duration: 8s;
  }
}

.summary {
  margin-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .summary {
    margin-bottom: 120px;
  }
}

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

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

.summary__wrapper {
  width: 720px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .summary__wrapper {
    width: 100%;
    margin: 0;
    padding: 0 8%;
  }
}

.summary__text {
  color: #2d2d2d;
  font-size: 2rem;
  line-height: 1.9;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .summary__text {
    font-size: 1.9rem;
    line-height: 1.8;
  }
}
.summary__text p {
  margin-bottom: 1.5em;
}
.summary__text em {
  color: #ef3210;
}

.summary__note {
  text-align: right;
  color: #424242;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .summary__note {
    text-align: left;
    font-size: 1.4rem;
  }
}

.summary__note__li {
  padding-left: 1em;
  text-indent: -1em;
}
.summary__note__li::before {
  content: "※";
}

.features {
  width: 1120px;
  margin: auto;
  margin-bottom: 170px;
}
@media screen and (max-width: 767px) {
  .features {
    width: 100%;
    margin: 0;
    margin-bottom: 120px;
  }
}

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

.features__ul {
  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: 20px 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .features__ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    margin-bottom: 20px;
    padding: 0 5%;
  }
}

.features__li {
  width: 340px;
}
.features__li.is-active {
  -webkit-animation: shake 0.5s cubic-bezier(0.41, 0, 0, 0.98) 0s 12 normal;
          animation: shake 0.5s cubic-bezier(0.41, 0, 0, 0.98) 0s 12 normal;
}
@media screen and (max-width: 767px) {
  .features__li.is-active {
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
  }
}
.features__li:nth-child(1).is-active {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.features__li:nth-child(2).is-active {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.features__li:nth-child(3).is-active {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.features__li:nth-child(4).is-active {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.features__li:nth-child(5).is-active {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
@media screen and (max-width: 767px) {
  .features__li {
    width: 100%;
  }
}

.features__note {
  text-align: center;
  color: #424242;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .features__note {
    padding: 0 8%;
    text-align: left;
    font-size: 1.4rem;
  }
}

.features__note__li {
  padding-left: 1em;
  text-indent: -1em;
}
.features__note__li::before {
  content: "※";
}

.event_flow {
  width: 1180px;
  margin: auto;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .event_flow {
    width: 100%;
    margin: 0;
    margin-bottom: 120px;
    padding: 0 8%;
  }
}

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

.event_flow__pict {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .event_flow__pict {
    margin-bottom: 20px;
  }
}

.event_flow__note {
  text-align: right;
  color: #424242;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .event_flow__note {
    text-align: left;
    font-size: 1.4rem;
  }
}

.event_flow__note__li {
  padding-left: 1em;
  text-indent: -1em;
}
.event_flow__note__li::before {
  content: "※";
}

.event_flow__note__li:not(:last-child) {
  margin-bottom: 0.4em;
}

.outline {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .outline {
    width: 100%;
    margin: 0;
    margin-bottom: 120px;
    padding: 0 8%;
  }
}

.outline__note__h {
  margin-bottom: 20px;
  text-align: center;
}

.outline__wrapper {
  width: 820px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .outline__wrapper {
    width: 100%;
    margin: 0;
  }
}

.outline__table {
  margin-bottom: 20px;
  background-color: #ffffff;
  color: #2d2d2d;
  font-size: 1.9rem;
  line-height: 1.6;
  font-weight: 500;
  border-radius: 30px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .outline__table {
    background-color: transparent;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .outline__table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: wrap column;
            flex-flow: wrap column;
  }
}
.outline__table tr:not(:last-child) {
  border-bottom: 1px solid #c0c0c0;
}
@media screen and (max-width: 767px) {
  .outline__table tr:not(:last-child) {
    border: 0;
  }
}
.outline__table tr:first-child th {
  border-start-start-radius: 30px;
}
@media screen and (max-width: 767px) {
  .outline__table tr:first-child th {
    border-radius: 0;
  }
}
.outline__table tr:last-child th {
  border-end-start-radius: 30px;
}
@media screen and (max-width: 767px) {
  .outline__table tr:last-child th {
    border-radius: 0;
  }
}
.outline__table th {
  width: 220px;
  padding: 30px 5px;
  border-right: 1px solid #c0c0c0;
  background-color: #f4f4f4;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .outline__table th {
    width: 100%;
    padding: 10px 2px;
    text-align: center;
    background-color: #424242;
    color: #ffffff;
    border-radius: 2px;
  }
}
.outline__table td {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .outline__table td {
    width: 100%;
    padding: 3px;
    padding-top: 15px;
    padding-bottom: 50px;
  }
}
.outline__table em {
  display: block;
  color: #ef3210;
  font-weight: 700;
}
.outline__table .strike_through {
  display: block;
  text-decoration: line-through;
}

.outline__sun {
  color: #ef3210;
}

.outline__note {
  color: #424242;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .outline__note {
    text-align: left;
    font-size: 1.4rem;
  }
}

.outline__note__li {
  padding-left: 1em;
  text-indent: -1em;
}
.outline__note__li::before {
  content: "※";
}
.outline__note__li em {
  color: #ef3210;
}

.outline__note__li:not(:last-child) {
  margin-bottom: 0.4em;
}

.btn {
  -webkit-transition: background-position 0.5s, -webkit-transform 1s;
  transition: background-position 0.5s, -webkit-transform 1s;
  transition: transform 1s, background-position 0.5s;
  transition: transform 1s, background-position 0.5s, -webkit-transform 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: relative;
  display: block;
  width: 100%;
  background-color: #2d2d2d;
  margin: auto;
  padding: 20px 0 26px;
  border-radius: 48px;
  text-align: center;
  color: #ffffff;
  font-size: 5rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(rgba(242, 91, 64, 0.95)), color-stop(50%, rgba(242, 91, 64, 0.95)), color-stop(50%, rgba(45, 45, 45, 0.95)), to(rgba(45, 45, 45, 0.95))) 100% 0/200% auto scroll no-repeat;
  background: linear-gradient(90deg, rgba(242, 91, 64, 0.95) 0%, rgba(242, 91, 64, 0.95) 50%, rgba(45, 45, 45, 0.95) 50%, rgba(45, 45, 45, 0.95) 100%) 100% 0/200% auto scroll no-repeat;
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 17px 0 19px;
    font-size: 2.6rem;
  }
}
.btn:visited {
  color: #ffffff;
}
.btn::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  width: 30px;
  height: 30px;
  border: 7px solid #ffffff;
  border-left: none;
  border-bottom: none;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
}
@media screen and (max-width: 767px) {
  .btn::before {
    right: 20px;
    width: 15px;
    height: 15px;
    border-width: 3px;
  }
}
.btn:hover {
  color: #ffffff;
  background-position: 0 0;
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
  -webkit-animation: ripple 1.8s infinite;
          animation: ripple 1.8s infinite;
}

.btn__wrap {
  position: sticky;
  bottom: 20px;
  width: 95%;
  max-width: 1180px;
  margin: auto;
  margin-bottom: 150px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn__wrap {
    bottom: 8px;
    width: 100%;
    margin-bottom: 120px;
    padding: 0 5%;
  }
}

.bottom {
  position: relative;
  width: 300px;
  height: 190px;
  margin: auto;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .bottom {
    width: 100%;
    height: auto;
    aspect-ratio: 75/31;
    margin-bottom: 120px;
  }
}

.bottom__pict {
  position: absolute;
  -webkit-animation: walk_1 0.6s ease-in 0s infinite alternate;
          animation: walk_1 0.6s ease-in 0s infinite alternate;
}
.bottom__pict.bottom__pict--f {
  top: 0;
  left: 0;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}
.bottom__pict.bottom__pict--m {
  bottom: 10px;
  right: 0;
  -webkit-animation-duration: 0.55s;
          animation-duration: 0.55s;
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
@media screen and (max-width: 767px) {
  .bottom__pict.bottom__pict--m {
    bottom: auto;
    top: 0;
  }
}
.bottom__pict.bottom__pict--c {
  bottom: 0;
  left: 104px;
  -webkit-animation-name: walk_2;
          animation-name: walk_2;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
@media screen and (max-width: 767px) {
  .bottom__pict.bottom__pict--c {
    bottom: auto;
    left: auto;
    top: 0;
  }
}

.pdf_btn {
  -webkit-transition: background-position 0.5s, -webkit-transform 1s;
  transition: background-position 0.5s, -webkit-transform 1s;
  transition: transform 1s, background-position 0.5s;
  transition: transform 1s, background-position 0.5s, -webkit-transform 1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  padding: 20px 0 25px;
  text-align: center;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(rgb(81, 204, 110)), color-stop(50%, rgb(81, 204, 110)), color-stop(50%, rgb(241, 70, 39)), to(rgb(241, 70, 39))) 100% 0/200% auto scroll no-repeat;
  background: linear-gradient(90deg, rgb(81, 204, 110) 0%, rgb(81, 204, 110) 50%, rgb(241, 70, 39) 50%, rgb(241, 70, 39) 100%) 100% 0/200% auto scroll no-repeat;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .pdf_btn {
    padding: 19px 0 21px;
    font-size: 1.9rem;
  }
}
.pdf_btn:visited {
  color: #ffffff;
}
.pdf_btn:hover {
  color: #ffffff;
  background-position: 0 0;
  -webkit-transform: scale(0.96);
          transform: scale(0.96);
}
.pdf_btn img {
  height: 35px;
  margin-right: 15px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media screen and (max-width: 767px) {
  .pdf_btn img {
    height: 20px;
    margin-right: 10px;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}

.pdf_btn__wrap {
  width: 580px;
  margin: auto;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .pdf_btn__wrap {
    width: 100%;
    margin: 0;
    margin-bottom: 100px;
    padding: 0 8%;
  }
}

.products {
  width: 980px;
  margin: auto;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .products {
    width: 100%;
    margin: 0;
    margin-bottom: 120px;
  }
}

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

.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: 150px 40px;
}
@media screen and (max-width: 767px) {
  .products__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    gap: 60px;
    padding: 0 8%;
  }
}

.products__a {
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  width: 470px;
  color: #2d2d2d;
}
@media screen and (max-width: 767px) {
  .products__a {
    width: 100%;
  }
}
.products__a:visited {
  color: #2d2d2d;
}
.products__a:hover {
  color: #2d2d2d;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.products__a:hover .products__no {
  -webkit-animation: bounce 0.8s ease-out;
          animation: bounce 0.8s ease-out;
}

.products__pict {
  padding: 50px 0;
  border: 8px solid #2d2d2d;
  text-align: center;
  background-color: #ffffff;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .products__pict {
    padding: 25px 15px;
    border-width: 5px;
  }
}

.products__co,
.products__name {
  display: block;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .products__co,
  .products__name {
    line-height: 1.2;
  }
}

.products__co {
  margin-bottom: 0.5em;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .products__co {
    margin-bottom: 0.3em;
    font-size: 2rem;
  }
}

.products__name {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .products__name {
    font-size: 2.7rem;
  }
}

.products__wrap {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.products__note {
  margin-top: 1em;
  display: inline-block;
  color: #424242;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .products__note {
    text-align: left;
  }
}
.products__note li {
  padding-left: 1em;
  text-indent: -1.2em;
}
.products__note li::before {
  content: "※";
}

.products__no {
  position: absolute;
  top: -68px;
  left: 50%;
  margin-left: -55px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .products__no {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-bottom: -9%;
  }
}

.post {
  width: 100%;
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post {
    width: 100%;
    margin: 0;
    margin-bottom: 130px;
  }
}

.post__h {
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post__h {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .post__body {
    padding: 0 8%;
  }
}

.post__text {
  margin-bottom: 40px;
  color: #2d2d2d;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .post__text {
    margin-bottom: 30px;
  }
}

.post__tag {
  width: 750px;
  margin: auto;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .post__tag {
    width: 100%;
    margin: 0;
  }
}
.post__tag h3 {
  margin-bottom: 20px;
  color: #f14627;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .post__tag h3 {
    margin-bottom: 15px;
  }
}

.post__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 13px 8px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .post__wrap {
    margin-bottom: 40px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
  }
}
.post__wrap span {
  padding: 8px 15px 10px 15px;
  border: 3px solid #2d2d2d;
  text-align: left;
  background-color: #ffffff;
  color: #2d2d2d;
  font-size: 1.8rem;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .post__wrap span {
    padding: 8px 9px 10px 9px;
    font-size: 1.45rem;
  }
}

.post__note {
  margin-bottom: 25px;
  color: #2d2d2d;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .post__note {
    font-size: 1.6rem;
    text-align: left;
  }
}

.post__pict {
  padding: 0 150px;
}
@media screen and (max-width: 767px) {
  .post__pict {
    padding: 0;
  }
}

.ownly_ugc_set_post_comment {
  color: #2d2d2d !important;
  font-size: 1.3rem !important;
  font-weight: 400 !important;
  line-height: 1.62 !important;
}

.ownly_ugc_set_post:not(:last-child) {
  margin-right: 15px !important;
}

.ownly_ugc_post_date {
  color: #2d2d2d !important;
}

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