@charset "UTF-8";
:root {
  background-color: var(--color-white);
  color: var(--color-black);
}

html {
  font-size: 100%;
  font-weight: 700;
  height: 100%;
  line-break: strict;
}

body {
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

h1, h2, h3, h4, h5, ul, dl {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

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

a {
  outline: 0;
  text-decoration: none;
}

p, dt, dd, li {
  line-height: 1.75;
  margin: 0;
  padding: 0;
}
p a, p span, dt a, dt span, dd a, dd span, li a, li span {
  color: inherit;
  font-size: inherit;
}

table {
  border-collapse: collapse;
  width: 100%;
}
table th, table td {
  padding: 0.5em 1em;
}
table th dt, table th dd, table th li, table th a, table th span, table td dt, table td dd, table td li, table td a, table td span {
  font-size: inherit;
}

figure {
  margin: 0;
}

.for-large {
  display: none;
}

.for-small {
  display: block;
}

.hover-fade {
  transition-property: opacity;
  transition-duration: var(--animate-duration);
  transition-timing-function: var(--animate-easing);
  transition-delay: 0s;
}
.hover-fade:hover {
  opacity: var(--animate-opacity);
}

.img-fit {
  height: auto;
  width: 100%;
}

.layout-max,
.layout-primary,
.layout-secondary {
  margin-right: var(--margin-side-small);
  margin-left: var(--margin-side-small);
  width: auto;
}

.ol-lower,
.ol-number,
.ol-upper {
  overflow: visible;
  padding-left: 2rem;
}

.ol-lower {
  list-style-type: lower-alpha;
}

.ol-number {
  list-style-type: decimal;
}

.ol-upper {
  list-style-type: upper-alpha;
}

.text-nowrap {
  display: inline-block;
  white-space: nowrap;
}

.ul-disc,
.ul-halfnote,
.ul-hyphen,
.ul-note {
  overflow: hidden;
}
.ul-disc li,
.ul-halfnote li,
.ul-hyphen li,
.ul-note li {
  padding-left: 1em;
}
.ul-disc li:before,
.ul-halfnote li:before,
.ul-hyphen li:before,
.ul-note li:before {
  margin-left: -1rem;
  width: 1rem;
}

.ul-disc li:before {
  content: "・";
}

.ul-halfnote li:before {
  content: "*";
}

.ul-hyphen li:before {
  content: "-";
}

.ul-note li:before {
  content: "※";
}

.site-button-main {
  transition-property: background, border, box-shadow, color, transform;
  transition-duration: 0.45s;
  transition-timing-function: ease;
  transition-delay: 0s;
  background: linear-gradient(95deg, #fa2980 0%, #ff8905 50%, #fa2980 100%) left center no-repeat;
  background-size: 200% 100%;
  border: 0;
  border-radius: 100vw;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0);
  color: var(--color-white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-break: strict;
  line-height: 1.2;
  overflow-wrap: anywhere;
  padding: 1rem 3rem;
  text-align: center;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  word-break: keep-all;
}
.site-button-main.-short {
  font-size: 1.25rem;
  padding: 1.125rem 0.5rem;
}
.site-button-main.-xshort {
  font-size: 1rem;
  padding: 0.75rem 0.5rem;
}
.site-button-main.-liquid {
  width: 100%;
}

.site-button-sub {
  transition-property: background, border, color;
  transition-duration: 0.45s;
  transition-timing-function: ease;
  transition-delay: 0s;
  background: var(--color-project-brown);
  border: 2px solid var(--color-project-brown);
  border-radius: 100vw;
  color: var(--color-white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-break: strict;
  line-height: 1.2;
  overflow-wrap: anywhere;
  padding: 0.75rem 2rem;
  text-align: center;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  word-break: keep-all;
}

.site-button-sns {
  background: var(--color-black);
  border: 2px solid var(--color-black);
  border-radius: 100vw;
  color: var(--color-white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-break: strict;
  line-height: 1.2;
  overflow-wrap: anywhere;
  padding: 0.75rem 0.75rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
  word-break: keep-all;
}
.site-button-sns::before {
  aspect-ratio: 1/1;
  background: url(../images/common/icon_x.png) center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 0.938rem;
  width: 0.938rem;
}
.site-button-sns::after {
  transition-property: transform;
  transition-duration: 0.45s;
  transition-timing-function: ease;
  transition-delay: 0s;
  aspect-ratio: 1/1;
  background-color: currentColor;
  content: "";
  display: block;
  height: 100%;
  -webkit-mask-image: url(../images/icon/arrow_right.svg);
  mask-image: url(../images/icon/arrow_right.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 0.75rem;
}

.site-button-text {
  transition-property: background-size;
  transition-duration: 0.6s;
  transition-timing-function: ease;
  transition-delay: 0s;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 0%);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  color: #000;
  text-decoration: none;
}
.site-button-text::after {
  background-color: currentColor;
  content: "";
  display: inline;
  -webkit-mask-image: url(../images/icon/arrow_right-secondary.svg);
  mask-image: url(../images/icon/arrow_right-secondary.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  height: 0.875rem;
  width: 0.875rem;
}
.site-button-text:hover {
  background-position: right bottom;
  background-size: 0 1px;
}

@supports (overflow: clip) {
  #site-container {
    overflow-x: clip;
  }
}
@supports not (overflow: clip) {
  #site-container {
    overflow: hidden;
  }
}
#site-container {
  color: var(--color-project-brown);
  display: flex;
  align-items: center;
  min-height: 100%;
  padding: 4.5rem 0;
  position: relative;
  width: 100%;
}
#site-container::before, #site-container::after {
  background: url(../images/common/background_pattern.png) left top repeat;
  background-size: 1.688rem 1.5rem;
  content: "";
  height: 4.5rem;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 32rem;
  width: 100%;
  z-index: 2;
}
@supports (background-image: url("../images/common/background_pattern.webp")) {
  #site-container::before, #site-container::after {
    background-image: url(../images/common/background_pattern.webp);
  }
}
#site-container::before {
  top: 0;
}
#site-container::after {
  bottom: 0;
}
#site-container > .background-pattern::before, #site-container > .background-pattern::after {
  background-color: #ff7600;
  background-image: url(../images/common/background_pattern-text.png);
  background-repeat: repeat;
  background-size: 342px 266px;
  mix-blend-mode: multiply;
  opacity: 0.72;
  content: "";
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% - 16rem);
  z-index: 2;
}
#site-container > .background-pattern::before {
  left: 0;
  background-position: right -40px top 0;
}
#site-container > .background-pattern::after {
  right: 0;
  background-position: left 30px top 0;
}
#site-container > .background-base::before {
  background-image: url(../images/common/background.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

@supports (background-image: url("../images/common/background.webp")) {
  #site-container > .background-pattern::before, #site-container > .background-pattern::after {
    background-image: url(../images/common/background_pattern-text.webp);
  }
  #site-container > .background-base::before {
    background-image: url(../images/common/background.webp);
  }
}
.site-loading {
  background-color: var(--color-white);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
}
.site-loading > .element {
  margin: auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  text-align: center;
  transform: translateY(-60%);
}
.site-loading > .element > .loader {
  animation: loadingSpinner 1.2s infinite linear;
  border-radius: 50%;
  background: linear-gradient(to right, #969696 10%, rgba(150, 150, 150, 0) 42%);
  height: 60px;
  margin: 50px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  width: 60px;
}
.site-loading > .element > .loader::before {
  background-color: #969696;
  border-radius: 100% 0 0 0;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
}
.site-loading > .element > .loader::after {
  background-color: var(--color-white);
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 45px;
}

@keyframes loadingSpinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.site-main {
  display: block;
  margin: 0 auto;
  max-width: 32rem;
  padding: 1.5rem;
  position: relative;
  width: 100%;
  z-index: 5;
}