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

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

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

main {
  /* margin-bottom: 100vh; */
  /* z-index: 99; */
  position: relative;
  background-color: #fafdfe;
}

body {
  overflow-x: hidden;
  position: relative;
  font-weight: 500;
  font-size: 1em;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  line-height: 180%;
  letter-spacing: 0.26em;
  color: #333333;
  background-color: #fafdfe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "palt" on;
  font-feature-settings: "palt" on;
  text-rendering: optimizelegibility;
}

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

a:hover {
  color: #3088ff;
  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;
}

@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: YakuHanJP, "Noto Sans JP", sans-serif;
  margin-bottom: 1rem;
}

.page-head {
  font-size: 3rem;
  font-weight: 100;
  line-height: 90%;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}

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

.bg-mfblue {
  background-color: #3088ff;
}

.text-mfblue {
  color: #3088ff;
}

.mark-mfblue {
  background: #3088ff;
  color: #fafdfe;
  padding: 0.15em 0.3em;
  width: fit-content;
}

.mark-mfblue-80 {
  background: rgba(0, 126, 198, 0.8);
  color: #fafdfe;
  padding: 0.15em 0.3em;
  width: fit-content;
}

.bg-lblue {
  background-color: #e4f5ff;
}

.bg-lblue-herf {
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 30%,
    #e4f5ff 30%,
    #e4f5ff 100%
  );
}

.text-lblue {
  color: #e4f5ff;
}

.bg-linear-lbliue {
  background: linear-gradient(95deg, #dfecf1 0%, #e6f3f1 100%);
}

.mark-lblue {
  background: #e4f5ff;
  color: #3088ff;
  padding: 0.15em 0.3em;
  width: fit-content;
}

.bg-mfgreen {
  background-color: #00bfa6;
}

.bg-mfgreen-harf {
  background: linear-gradient(110deg, rgba(0, 0, 0, 0) 20%, #00bfa6 20%);
}

.text-mfgreen {
  color: #00bfa6;
}

.mark-mfgreen {
  background: #00bfa6;
  color: #ffffff;
  padding: 0.15em 0.3em;
  width: fit-content;
}

.mark-mfgreen-grad {
  background: linear-gradient(
    90deg,
    rgba(0, 190, 165, 0.6) 0%,
    rgba(0, 202, 198, 0.6) 50%,
    rgba(0, 163, 198, 0.6) 75%,
    rgba(0, 127, 198, 0.6) 100%
  );
  color: #ffffff;
  padding: 0.15em 0.3em;
  width: fit-content;
}

.bg-mtblue {
  background-color: #00a0e9;
}

.text-mtblue {
  color: #00a0e9;
}

.bd-mtblue {
  border: 0.25px solid;
  border-color: #00a0e9;
}

.mark-mtblue {
  background: #00a0e9;
  color: #ffffff;
  padding: 0.15em 0.3em;
  width: fit-content;
}

.bg-mtblue-harf {
  background: linear-gradient(110deg, rgba(0, 0, 0, 0) 20%, #00a0e9 20%);
}

.bg-spink {
  background-color: #f9726e;
}

.text-spink {
  color: #f9726e;
}

.bd-spink {
  border: 0.25px solid;
  border-color: #f9726e;
}

.bg-lpink {
  background-color: #fff5f4;
}

.text-lpink {
  color: #fff5f4;
}

.bg-mfdark {
  background-color: #333333;
}

.text-mfdark {
  color: #333333;
}

.text-mfdark:hover {
  color: #333333;
}

.mark-mfdark-40 {
  background: rgba(88, 107, 125, 0.4);
  color: #ffffff;
  padding: 0.15em 0.3em;
  width: fit-content;
}

.bg-mfgray {
  background-color: #f5f5f5;
}

.text-mfgray {
  color: #f5f5f5;
}

.bg-nature {
  background-color: #fafdfe;
}

.text-nature {
  color: #fafdfe;
}

.bg-gradBlue {
  background: linear-gradient(to right, #cee1fb 20%, #cef8fb 100%);
}

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

.font-ibmplex {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

.font-waterbrush {
  font-family: YakuHanJP, "Mrs Saint Delafield", cursive;
}

/*----------------------------------
  Background Images
------------------------------------*/

.bg-cross {
  background-position: left top;
  background-repeat: repeat;
  background-size: 9%;
}

.bg-statement {
  background-image: url("/assets/img/index/statement02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #221e26;
}

.bg-walker {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 85%;
}

.bg-jump {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1200px) {
  .bg-walker {
    background-position: right -130px top;
    background-size: auto 85%;
  }
}

@media (max-width: 1100px) {
  .bg-walker {
    background-position: right -170px top;
    background-size: auto 85%;
  }
}

@media (max-width: 992px) {
  .bg-walker {
    padding-bottom: 60% !important;
    background-position: right bottom 20%;
    background-size: auto 47vh;
  }
}

@media (max-width: 768px) {
  .bg-cross {
    background-size: 25%;
  }
  .bg-walker {
    padding-bottom: 100% !important;
    background-position: right -25vw bottom 20%;
    background-size: 120vw auto;
  }
}

/*----------------------------------
  Shadow
------------------------------------*/

.shadow-mf-rg {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.shadow-mf-tx {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.65);
}

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

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

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

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

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

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

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

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

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

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

/*----------------------------------
  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;
}

/*----------------------------------
  Object-Fit
------------------------------------*/

.object-fit-cover {
  object-fit: cover;
}

/*----------------------------------
  Loading
------------------------------------*/

/* .page-running {
  display: none;
} */


.page-running {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.page-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1 !important;
  transition: 0.8s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

/*----------------------------------
  Double Box Button
------------------------------------*/

.dbox-btn {
  padding: 0.5em 1.25em;
  margin: -0.5em -1.25em;
  background: none;
  border: none;
  position: relative;
  cursor: pointer;
}
.dbox-btn:after,
.dbox-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #333333;
  transition: transform 0.2s;
}
.dbox-btn:after {
  transform: translate(3px, 3px);
}
.dbox-btn:before {
  transform: translate(-3px, -3px);
}
.dbox-btn:hover:after,
.dbox-btn:hover:before {
  transform: translate(0);
}

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

.border-btn {
  position: relative;
  display: inline-block;
  width: 277px;
  height: 50px;
  font-size: 1em;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.045em;
}

.border-btn svg {
  position: absolute;
  top: 0;
  left: 0;
}

.border-btn svg rect {
  /* stroke: #EC0033; */
  stroke-width: 4;
  stroke-dasharray: 353, 0;
  stroke-dashoffset: 0;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.border-btn span {
  background: #3088ff;
  background: -moz-linear-gradient(left, #3088ff 0%, #30fff3 100%);
  background: -webkit-linear-gradient(left, #3088ff 0%, #30fff3 100%);
  background: linear-gradient(to right, #3088ff 0%, #30fff3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3088FF', endColorstr='#30FFF3',GradientType=1 );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.border-btn:hover svg rect {
  stroke-width: 4;
  stroke-dasharray: 196, 543;
  stroke-dashoffset: 437;
}

/*----------------------------------
  Link Circle Button
------------------------------------*/

.circle-button {
  display: inline-block;
  height: 56px;
  max-width: 100%;
  padding: 0 73px 0 0;
  position: relative;
  text-decoration: none;
  width: fit-content;
  display: flex;
  align-items: center;
}

.circle-button:hover {
  opacity: 1 !important;
}

.circle-button-label {
  margin-right: 8px;
  margin-top: 5px;
  text-decoration: none;
}

.circle-button-circle {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: block;
  height: 56px;
  position: absolute;
  right: 0;
  width: 56px;
}

.circle-button-circle-arc {
  height: 56px;
  left: -1px;
  position: absolute;
  top: -1px;
  transform: scaleX(-1) rotate(10deg) translateZ(0);
  transform-origin: center;
  width: 56px;
  z-index: 1;
}

.circle-button-circle-arc circle {
  stroke-width: 1;
  stroke-dasharray: 176px;
  stroke-dashoffset: 176px;
  transition: stroke-dashoffset 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}

.circle-button-circle-arc.st-mfblue circle,
.circle-button-circle-arrow.st-mfblue path {
  stroke: #3088ff;
}

.circle-button-circle-arc.st-white circle,
.circle-button-circle-arrow.st-white path {
  stroke: #ffffff;
}

.circle-button:hover .circle-button-circle-arc {
  transform: rotate(170deg) translateZ(0px);
}

.circle-button:hover .circle-button-circle-arc circle {
  stroke-dashoffset: 0px;
}

.circle-button-circle-arrow {
  transform: translateX(-20px) translateY(8px) translateZ(0);
}

/*----------------------------------
  Page Fade Out
------------------------------------*/

.page-fadeout {
  /* animation: fadeOut 0.5s ease-out forwards; */
  -webkit-transform: translate3d(0, -100px, 0);
  -ms-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0 !important;
}

/* .page-fadeout .page-running {
	display: none !important;
} */

@keyframes fadeOut {
  0% {
    opacity: 1 !important;
    visibility: visible;
  }
  100% {
    opacity: 0 !important;
    visibility: hidden;
    transform: translateY(-100px);
  }
}

.page-blur-out {
  -webkit-animation-name: imageBlurOut;
  animation-name: imageBlurOut;
  opacity: 0;
  transition: 0.5s;
}

@-webkit-keyframes imageBlurOut {
  from {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
  to {
    opacity: 0 !important;
    display: none !important;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
}
@keyframes imageBlurOut {
  from {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
  to {
    opacity: 0 !important;
    display: none !important;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
}
