/*
  Made by Elly Loel - https://ellyloel.com/
*/
* {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style-type: none;
}

*,
::before,
::after {
  box-sizing: border-box;
}

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

h1 {
  font-size: 2em;
}

:where(ul, ol) {
  list-style-position: inside;
}

:where(ul, ol)[role=list] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset]),
:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-touch-callout: none;
  user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
}

@media only screen and (min-width: 751px) {
  .only-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 750px) {
  .only-pc {
    display: none !important;
  }
}
html body {
  background-color: #f7ffec;
  background-image: url("/matchalove/assets/top/img/sec-kv/loading.svg");
  background-repeat: no-repeat;
  position: relative;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (min-width: 751px) {
  html body {
    background-position: center top 314px;
    background-size: 210px;
  }
}
@media only screen and (max-width: 750px) {
  html body {
    background-size: 37.5vw;
    background-position: center;
  }
}
html body .inner-wrap {
  margin: auto;
}
@media only screen and (min-width: 751px) {
  html body .inner-wrap {
    width: 1200px;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 751px) {
  html body .inner-wrap {
    width: 1000px;
  }
}
@media only screen and (max-width: 750px) {
  html body .inner-wrap {
    width: 90vw;
  }
}
html body .sec-header {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 751px) {
  html body .sec-header {
    width: 1300px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 751px) {
  html body .sec-header {
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 750px) {
  html body .sec-header {
    width: 90vw;
    padding-top: 5vw;
  }
}
html body .sec-header__logo {
  display: block;
}
@media only screen and (min-width: 751px) {
  html body .sec-header__logo {
    padding: 20px 20px 20px 0;
    flex: 0 0 220px;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 751px) {
  html body .sec-header__logo {
    padding: 1.5384615385% 1.5384615385% 1.5384615385% 0;
    flex: 0 0 16.9230769231%;
  }
}
@media only screen and (max-width: 750px) {
  html body .sec-header__logo {
    padding: 2.5vw 0 2.5vw;
    flex: 0 0 40vw;
  }
}
@media only screen and (max-width: 750px) {
  html body .sec-header__logo img {
    width: 32.5vw;
  }
}
html body .sec-header__menu-btn {
  position: fixed;
  appearance: none;
  border-radius: 50%;
  background-image: url("/matchalove/assets/top/img/common/icon-menu.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  z-index: 100;
}
@media only screen and (min-width: 751px) {
  html body .sec-header__menu-btn {
    width: 80px;
    height: 80px;
    border: 2px solid #1d944c;
    background-size: 30px;
    top: 40px;
    right: calc(50% - 640px);
    cursor: pointer;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 751px) {
  html body .sec-header__menu-btn {
    right: 30px;
  }
}
@media only screen and (max-width: 750px) {
  html body .sec-header__menu-btn {
    width: 15vw;
    height: 15vw;
    border: 0.25vw solid #1d944c;
    background-size: 5.5vw;
    top: 7.5vw;
    right: 7.5vw;
  }
}
html body .sec-header__menu-btn.open {
  background-image: url("/matchalove/assets/top/img/common/icon-menu-close.svg");
}
@media only screen and (min-width: 751px) {
  html body .sec-header__menu-btn.open {
    background-size: 24px;
  }
}
@media only screen and (max-width: 750px) {
  html body .sec-header__menu-btn.open {
    background-size: 4.5vw;
  }
}
html body .sec-header__nav {
  display: none;
  position: fixed;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
  z-index: 50;
}
@media only screen and (min-width: 751px) {
  html body .sec-header__nav {
    width: 410px;
    height: 485px;
    top: 30px;
    right: calc(50% - 650px);
    border-radius: 30px;
    gap: 40px;
    padding: 60px;
    filter: drop-shadow(0px 4px 15px #085F1C);
  }
}
@media only screen and (max-width: 1299px) and (min-width: 751px) {
  html body .sec-header__nav {
    right: 20px;
  }
}
@media only screen and (max-width: 750px) {
  html body .sec-header__nav {
    width: 100vw;
    border-radius: 0 0 7.5vw 7.5vw;
    gap: 7.5vw;
    left: 0;
    right: 0;
    top: 0;
    padding: 10vw;
    filter: drop-shadow(0px 1vw 3.75vw #085F1C);
  }
}
html body .sec-header__nav-link {
  color: #1d944c;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 751px) {
  html body .sec-header__nav-link {
    gap: 10px;
  }
}
@media only screen and (max-width: 750px) {
  html body .sec-header__nav-link {
    gap: 2vw;
  }
}
html body .sec-header__nav-link-en {
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  font-style: italic;
}
@media only screen and (min-width: 751px) {
  html body .sec-header__nav-link-en {
    font-size: 40px;
  }
}
@media only screen and (max-width: 750px) {
  html body .sec-header__nav-link-en {
    font-size: 7.5vw;
  }
}
html body .sec-header__nav-link-jp {
  font-weight: 700;
}
@media only screen and (min-width: 751px) {
  html body .sec-header__nav-link-jp {
    font-size: 14px;
  }
}
@media only screen and (max-width: 750px) {
  html body .sec-header__nav-link-jp {
    font-size: 3.25vw;
  }
}
html body .sec-footer {
  background-color: #f7ffed;
}
@media only screen and (min-width: 751px) {
  html body .sec-footer .inner-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
  }
}
@media only screen and (max-width: 1299px) and (min-width: 751px) {
  html body .sec-footer .inner-wrap {
    width: 1100px;
  }
}
@media only screen and (max-width: 750px) {
  html body .sec-footer .inner-wrap {
    padding: 5vw 5vw;
  }
}
html body .sec-footer__nav {
  display: flex;
}
@media only screen and (min-width: 751px) {
  html body .sec-footer__nav {
    gap: 40px;
  }
}
@media only screen and (max-width: 750px) {
  html body .sec-footer__nav {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2.5vw 0;
  }
}
html body .sec-footer__nav a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #1d944c;
  font-weight: 700;
  background-image: url("/matchalove/assets/top/img/common/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: left 0 center;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (min-width: 751px) {
  html body .sec-footer__nav a {
    padding: 0.25em 0.25em 0.25em 1.25em;
    background-size: 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 750px) {
  html body .sec-footer__nav a {
    padding: 0.25em 0.25em 0.25em 1em;
    background-size: 2vw;
    font-size: 3vw;
  }
}
@media only screen and (max-width: 750px) {
  html body .sec-footer__nav a:nth-of-type(even) {
    flex: 0 0 45.5vw;
  }
}
html body .sec-footer__copy {
  color: #1d944c;
  font-weight: 700;
}
@media only screen and (min-width: 751px) {
  html body .sec-footer__copy {
    font-size: 12px;
  }
}
@media only screen and (max-width: 750px) {
  html body .sec-footer__copy {
    margin-top: 7.5vw;
    font-size: 2.75vw;
    text-align: center;
  }
}
html body .sec-footer__page-top {
  appearance: none;
  position: fixed;
  display: block;
  background-image: url("/matchalove/assets/top/img/common/page-top.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: opacity 0.25s linear;
  background-color: transparent;
  z-index: 100;
  opacity: 0;
}
@media only screen and (min-width: 751px) {
  html body .sec-footer__page-top {
    width: 60px;
    height: 60px;
    right: 20px;
    bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  html body .sec-footer__page-top {
    width: 15vw;
    height: 15vw;
    right: 5vw;
    bottom: 5vw;
  }
}
html body .sec-footer__page-top.show {
  opacity: 1;
}
html body .fade-in {
  opacity: 0;
  translate: 0 40px;
  transition-property: opacity, translate;
  transition-duration: 0.5s;
  transition-timing-function: linear;
}
html body .fade-in.show {
  opacity: 1;
  translate: 0 0;
}