/*------------------------------------
  Default Styles
------------------------------------*/

html {
  font-size: 16px;
  /* overflow-x: hidden; */
}

@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

body {
  /* overflow-x: hidden; */
  position: relative;
  font-weight: 400;
  font-size: 1em;
  font-family: "League Spartan", "Noto Sans JP", sans-serif;
  line-height: 200%;
  letter-spacing: 0.1em;
  color: #16152d;
  background-color: #f4efed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  text-rendering: optimizelegibility;
}

main {
  /* margin-bottom: 100vh; */
  /* z-index: 99; */
  position: relative;
  background-color: #f4efed;
  width: 100%;
  /* overflow-x: hidden; */
}

a {
  color: #00a7ff;
  cursor: pointer;
  transition: all 0.8s;
  text-underline-position: under;
  text-underline-offset: 0.2rem;
}

a:hover {
  color: #00a7ff;
  opacity: 0.6 !important;
  transition: all 0.8s;
  cursor: pointer;
}

a:focus {
  outline: none;
  cursor: pointer;
}

u {
  text-underline-position: under;
  text-underline-offset: 0.2rem;
}

b {
  font-weight: 800;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media,
  _:future,
  a,
  u {
    text-underline-position: under;
    text-underline-offset: 0rem;
  }
}

p {
  line-height: 1.8;
}

figure {
  margin-bottom: 0;
}

hr {
  border-color: #e6e7e9;
}

[role="button"] {
  cursor: pointer;
}

img {
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

img.lazyload {
  width: 100%;
}

.small-s {
  font-size: 0.65em;
}

/*------------------------------------
  Headings
------------------------------------*/

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
  font-weight: 700;
  font-family: "League Spartan", "Noto Sans JP", sans-serif;
  margin-bottom: 1rem;
}

.page-head {
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
  word-break: break-all;
}

@media (max-width: 768px) {
  .page-head {
    font-size: 3.15rem;
  }
}

/*------------------------------------
  Header Horizontal
------------------------------------*/

.container {
  padding-right: calc(var(--bs-gutter-x) * 1) !important;
  padding-left: calc(var(--bs-gutter-x) * 1) !important;
}

@media (min-width: 768px) {
  .container {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
}

/*------------------------------------
  Color
------------------------------------*/

.bg-brand {
  background-color: #ea571f;
}

.text-brand {
  color: #ea571f;
}

.text-brand:hover {
  color: #ef8126;
}

.bd-brand {
  border-color: #ea571f !important;
}

.mark-brand {
  background: #ea571f;
  color: #ffffff;
  padding: 0.35em 0.3em 0.15em;
  width: fit-content;
}

.grad-brand {
  background: linear-gradient(270deg, #ef8126 20%, #f1bc00 100%);
}

.mark-grad-brand {
  background: linear-gradient(270deg, #ef8126 0%, #ea571f 90%);
  color: #ffffff;
  padding: 0.35em 0.3em 0.15em;
  width: fit-content;
}

.bg-brand-semi {
  background-color: #575d61;
}

.text-brand-semi {
  color: #575d61;
}

.bd-brand-semi {
  border-color: #575d61 !important;
}

.bg-brand-sub {
  background-color: #f1bc00;
}

.text-brand-sub {
  color: #f1bc00;
}

.bg-neutral {
  background-color: #16152d;
}

.text-neutral {
  color: #16152d;
}

.text-neutral:hover {
  color: #16152d;
}

.bd-neutral {
  border-color: #16152d !important;
}

.bg-neutral-content {
  background-color: #f4efed !important;
}

.text-neutral-content {
  color: #f4efed;
}

.bg-base100 {
  background-color: #ebded7;
}

.text-base100 {
  color: #ebded7;
}

.bg-base200 {
  background-color: #cbbcb4;
}

.text-base200 {
  color: #cbbcb4;
}

.bd-base200 {
  border-color: #cbbcb4 !important;
}

.bg-base300 {
  background-color: #99887f;
}

.text-base300 {
  color: #99887f;
}

.bd-base300 {
  border-color: #99887f !important;
}

.mark-white {
  background: #ffffff;
  padding: 0.35em 0.3em 0.15em;
  width: fit-content;
}

.bg-ezpink {
  background-color: #ea8670;
}

.text-ezpink {
  color: #ea8670;
}

.bd-ezpink {
  border-color: #ea8670;
}

.underline-spaced {
  text-decoration: underline;
  text-underline-offset: 0.35em;
  line-height: 1.9;
  text-decoration-thickness: 1px;
}

/*----------------------------------
  Border
------------------------------------*/

.border-md-end {
  border-right: 1px solid;
}

@media (max-width: 768px) {
  .border-md-end {
    border-right: 0;
  }
  .border-sp-bottom {
    border-bottom: 1px solid;
  }
}

/*----------------------------------
  List
------------------------------------*/

ul {
  padding-left: 1rem;
}

/*----------------------------------
  Fonts
------------------------------------*/

.font-league {
  font-family: "League Spartan", "Noto Sans JP", sans-serif;
}

.font-notosansjp {
  font-family: "Noto Sans JP", "League Spartan", sans-serif;
}

.fs-5-5 {
  font-size: 1.125rem !important;
}

/*----------------------------------
  Page Hero Section
------------------------------------*/

.pagehero {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}

.pagehero.frontpage {
  height: 85vh;
  max-height: 800px;
}

.pagehero.childpage {
  height: 60vh;
}

.pagehero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.pagehero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .pagehero-img {
    object-position: 80% 50%;
  }
}

.pagehero-inner-str {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 2;
  overflow: hidden;
}

.pagehero-inner-str .container {
  position: relative;
}

.pagehero-lottie {
  position: absolute;
  right: -13rem;
  top: -15rem;
  width: 30rem;
  height: 30rem;
  z-index: -1;
}

.pagehero-heading {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.45rem;
  z-index: 1;
}

.pagehero-discription {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 200%;
  letter-spacing: 0.175rem;
  z-index: 1;
  margin-bottom: 0;
}

/*----------------------------------
  BR responsive
------------------------------------*/

.br-sponly {
  display: none;
}

@media (max-width: 768px) {
  .br-sponly {
    display: inline;
  }
  .br-pconly {
    display: none;
  }
}

/*----------------------------------
  Spaces
------------------------------------*/

.u-space {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.u-space-top {
  padding-top: 6.25rem;
}

.u-space-bottom {
  padding-bottom: 6.25rem;
}

@media (max-width: 768px) {
  .u-space {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .u-space-top {
    padding-top: 5rem;
  }
  .u-space-bottom {
    padding-bottom: 5rem;
  }
}

/*----------------------------------
  Font Weight
------------------------------------*/

.fw-500 {
  font-weight: 500 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/*----------------------------------
  Line Height
------------------------------------*/

.lh-xl {
  line-height: 2.5 !important;
}

.lh-xs {
  line-height: 0.8 !important;
}

/*----------------------------------
  Text Vertical
------------------------------------*/

.text-vertical {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}

/*----------------------------------
  Letter Spacing
------------------------------------*/

.ls-0 {
  letter-spacing: 0 !important;
}

.ls-sm {
  letter-spacing: 0.1em !important;
}

.ls-md {
  letter-spacing: 0.25em !important;
}

/*----------------------------------
  Sizing
------------------------------------*/

.w-fit {
  width: fit-content;
}

@media (min-width: 768px) {
  .w-md-fit {
    width: fit-content !important;
  }
}

/*----------------------------------
  hr short
------------------------------------*/

.hr-short {
  width: 3.5rem;
  height: 0.25rem;
  opacity: 0.8;
  border: none;
}

/*----------------------------------
  Arrow Button
------------------------------------*/

.icon-btn {
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  padding: 1em 1.875em 0.75em;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  text-align: start;
}

.icon-btn img {
  height: 1.5em;
  margin-bottom: 0.25em;
}

.icon-btn .arrow-long {
  height: 0.75em;
  margin-bottom: 0.25em;
}

.icon-btn.brand {
  background-color: #ea571f;
  color: #ffffff;
  border-color: #ea571f;
}

.icon-btn.brand:hover {
  background-color: #ef8126;
  color: #ffffff;
  opacity: 1 !important;
}

.icon-btn.brand-line {
  color: #ea571f;
  background-color: #ffffff;
  border-color: #ea571f;
}

.icon-btn.brand-line:hover {
  color: #ef8126;
  background-color: #f4efed;
  opacity: 1 !important;
}

.icon-btn.base50 {
  background-color: none;
  color: #f4efed;
  border-color: #f4efed;
}

.icon-btn.base50:hover {
  background-color: #f4efed;
  color: #f4efed;
  opacity: 1 !important;
}

.icon-btn.white-10 {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.icon-btn.white-10:hover {
  background: rgba(255, 255, 255, 0.4);
  opacity: 1 !important;
}

/*----------------------------------
  Collaspe
------------------------------------*/

.accordion-button:focus {
  border: inherit !important;
  box-shadow: inherit !important;
}

.accordion-button:not(.collapsed) {
  color: inherit !important;
  background-color: inherit !important;
  box-shadow: inherit !important;
}
