/*
**************************************************************************
*	fields gandum UC common.css
**************************************************************************/
:root {
  --fonts-notosansjp: "Noto Sans JP", sans-serif;
  --fonts-roboto: "Roboto", sans-serif;
  --color-black: #000;
  --color-white: #fff;
  --color-red: #FF3F1A;
  --color-blue: #00A7E0;
  --color-gray1: #010101;
  --color-gray2: #E7E7E7;
  --color-base: var(--color-black);
  --color-footer: var(--color-black);
  --color-complete1: var(--color-white);
  --color-complete2: var(--color-white);
  --btn-shadows: 20px 20px 30px rgba(89, 89, 89, 0.7);
  --easing-cubic1: cubic-bezier(0, 0, .2, 1);
}

/* --------------------------------------------------
		foundation
-------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  font-family: var(--fonts-notosansjp);
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  overflow-y: scroll;
}

body {
  position: relative;
  overflow-x: clip;
  background-color: #fff;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.8;
}

a {
  outline: none;
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/* --------------------------------------------------
		layout
-------------------------------------------------- */
.l-wrap {
  position: relative;
}

.l-header {
  z-index: 100;
  z-index: 20;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
}

.l-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 80px;
}

.l-header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
}

.l-header__nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.l-header__nav-toggle {
  display: none;
}

.l-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.l-nav__list li > * {
  display: block;
  position: relative;
  color: #000;
  font-weight: 500;
  font-size: 1.6rem;
}

.l-nav__list li a:before {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #FF3F1A;
  content: "";
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.l-nav__list li a.is-active,
.l-nav__list li a:hover {
  color: #FF3F1A;
}

.l-nav__list li a:hover:before,
.l-nav__list li a.is-active:before {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.l-nav__list li > * span {
  display: inline-block;
  position: relative;
}

.l-nav__list li .is-deactive {
  color: #333333;
  pointer-events: none;
}

.l-main {
  position: relative;
}

.l-title {
  z-index: 9;
  position: relative;
  padding: 13px 0;
  background-color: #E7E7E7;
  color: #000;
}

.l-title__inner {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 130px;
}

.l-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50vw;
  height: 15px;
  background-image: url(../img/line_01.svg);
  background-position: right center;
  background-size: auto 15px;
  background-repeat: repeat-x;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* footer */
.l-footer {
  z-index: 1;
  position: relative;
  padding: 0;
  background-color: var(--color-footer);
  /* background-image: url(../img/line_01.png);
  background-position: center bottom;
  background-size: auto 15px;
  background-repeat: repeat-x; */
  color: #fff;
}

.l-footer__container {
  padding: 24px 20px 34px;
}

.l-footer__copyright {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin: 8px 0 0;
  gap: 8px;
  color: #fff;
  text-align: center;
}
.l-footer__copyright small {
  font-size: 1.2rem;
}
.l-footer__copyright--small {
  font-size: 1rem;
}

.l-footer__notice {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

.l-footer__logo {
  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;
  margin: 40px 0 0;
  gap: 32px;
}

.l-footer__logo--adelion {
  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: 134px;
  margin: 0;
}

.l-footer__logo--spiky {
  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: 134px;
  margin: 0;
}

.l-footer__logo--crossalpha {
  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: 96px;
  margin: 0;
}

.l-footer__logo--fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 128px;
  margin: 0;
}

.l-footer__logo--eco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 54px;
  margin: 0;
}

.l-footer__logo--smaslo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  margin: 0;
}
/* --------------------------------------------------
		components
-------------------------------------------------- */
.c-h1 {
  z-index: 1;
  position: relative;
  background-color: #E7E7E7;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: calc(60 / 1000 * 1em);
}
/* --------------------------------------------------
		MARK: Key Visual
-------------------------------------------------- */
.kv {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 56.3689604685vw;
}
.kv__img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  translate: 0 -40px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.6s var(--easing-cubic1), translate 0.6s var(--easing-cubic1);
  transition: opacity 0.6s var(--easing-cubic1), translate 0.6s var(--easing-cubic1);
}
.kv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.kv__logo {
  z-index: 1;
  position: absolute;
  bottom: 10.2489019034vw;
  left: 50%;
  width: 39.9707174231vw;
  height: 10.102489019vw;
  translate: -50% 0;
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.4s var(--easing-cubic1), translate 0.6s 0.4s var(--easing-cubic1);
  transition: opacity 0.6s 0.4s var(--easing-cubic1), translate 0.6s 0.4s var(--easing-cubic1);
}
.kv__logo img {
  width: 100%;
  height: auto;
}
.kv__smaslo {
  z-index: 2;
  position: absolute;
  right: 4.6852122987vw;
  bottom: 3.513909224vw;
  width: 100%;
  max-width: 6.9546120059vw;
  opacity: 0;
  -webkit-transition: opacity 1s 1s var(--easing-cubic1);
  transition: opacity 1s 1s var(--easing-cubic1);
}
.kv__smaslo img {
  width: 100%;
}
.kv__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  position: absolute;
  bottom: 3.2942898975vw;
  left: 50%;
          justify-content: center;
  width: 100%;
  translate: -50% 0;
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.6s var(--easing-cubic1), translate 0.6s 0.6s var(--easing-cubic1);
  z-index: 1;
  transition: opacity 0.6s 0.6s var(--easing-cubic1), translate 0.6s 0.6s var(--easing-cubic1);
}
.kv__btn--trigger {
  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%;
  max-width: 200px;
  min-height: 66px;
  border: none;
  background: #010101;
  cursor: pointer;
  -webkit-transition: background-color 0.3s var(--easing-cubic1), border-color 0.3s var(--easing-cubic1), -webkit-box-shadow 0.3s var(--easing-cubic1);
  transition: background-color 0.3s var(--easing-cubic1), border-color 0.3s var(--easing-cubic1), -webkit-box-shadow 0.3s var(--easing-cubic1);
  transition: background-color 0.3s var(--easing-cubic1), border-color 0.3s var(--easing-cubic1), box-shadow 0.3s var(--easing-cubic1);
  transition: background-color 0.3s var(--easing-cubic1), border-color 0.3s var(--easing-cubic1), box-shadow 0.3s var(--easing-cubic1), -webkit-box-shadow 0.3s var(--easing-cubic1);
}
.kv__btn--trigger .is-label {
  color: var(--color-white);
  font-weight: 700;
  font-size: calc(32 / 10 * 1rem);
  line-height: 1;
  font-family: var(--fonts-roboto);
  letter-spacing: calc(50 / 1000 * 1em);
  pointer-events: none;
  -webkit-transition: color 0.3s var(--easing-cubic1);
  transition: color 0.3s var(--easing-cubic1);
}
.kv__btn--trigger:hover {
  background-color: var(--color-blue);
}

.l-body.is-loaddone .kv__img {
  translate: 0 0;
  opacity: 1;
}
.l-body.is-loaddone .kv__logo {
  translate: -50% 0;
  opacity: 1;
}
.l-body.is-loaddone .kv__smaslo {
  opacity: 1;
}
.l-body.is-loaddone .kv__btn {
  opacity: 1;
}

/* --------------------------------------------------
		utility
-------------------------------------------------- */
.u-pc {
  display: block !important;
}

.u-sp {
  display: none !important;
}

.u-cts__inner {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 130px;
}
.d-none {
  display: none;
}

.d-block {
  display: block;
}

@media screen and (max-width: 1383px) {
  .u-cts__inner {
    padding: 0 9.5168374817%;
  }
}

@media screen and (max-width: 1150px) {
  .l-nav__list {
    gap: 20px;
  }
}

@media screen and (max-width: 977px) {
  /* .is-nav .l-wrap {
  	position: fixed;
  	top: 0;
  	left: 0;
  	width: 100%;
  } */
  .l-header__nav-toggle {
    display: block;
    z-index: 10;
    position: absolute;
    top: 22px;
    right: 2.0833333333%;
    width: 35px;
    height: 35px;
    border: none;
    background: none;
    cursor: pointer;
  }
  .l-header__nav-toggle:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    content: "";
    -webkit-transition: top 0.2s ease, -webkit-transform 0.2s ease;
    transition: top 0.2s ease, -webkit-transform 0.2s ease;
    transition: top 0.2s ease, transform 0.2s ease;
    transition: top 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .l-header__nav-toggle:after {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    content: "";
    -webkit-transition: top 0.2s ease, -webkit-transform 0.2s ease;
    transition: top 0.2s ease, -webkit-transform 0.2s ease;
    transition: top 0.2s ease, transform 0.2s ease;
    transition: top 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .l-header__nav-toggle span {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .is-nav .l-header__nav-toggle:before {
    top: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .is-nav .l-header__nav-toggle:after {
    top: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .is-nav .l-header__nav-toggle span {
    opacity: 0;
  }
  .l-header__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(255, 255, 255);
  }
  .is-nav .l-header__nav {
    display: block;
    -webkit-animation: fadeIn 0.3s ease-out forwards;
            animation: fadeIn 0.3s ease-out forwards;
  }
  .l-nav {
    height: 100%;
    padding: 70px 0 30px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .l-nav__list {
    display: block;
    margin-right: 0;
    border-bottom: 1px solid #000;
  }
  .l-nav__list li {
    padding: 0 0;
    border-top: 1px solid #000;
  }
  .l-nav__list li > * {
    padding: 15px 0 15px 60px;
    font-size: 2.25rem;
  }
  .l-nav__list li a:before {
    top: calc(50% - 6px);
    left: -33px;
    width: 33px;
    background-color: #FF3F1A;
  }
  .l-nav__list li a.is-active:before {
    left: 0;
  }
  .kv {
    height: 130.6666666667vw;
  }
  .kv__logo {
    bottom: 25.3333333333vw;
    width: 86.9333333333vw;
    height: 22.1333333333vw;
  }
  .kv__smaslo {
    top: 6.4vw;
    right: auto;
    bottom: auto;
    left: 5.3333333333vw;
    max-width: 13.8666666667vw;
  }
  .kv__btn {
    bottom: 6.4vw;
  }
  .kv__btn--trigger {
    max-width: 120px;
    min-height: 48px;
  }
  .kv__btn--trigger .is-label {
    font-size: calc(20 / 10 * 1rem);
  }
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  html.is-nav {
    /* overflow-y: auto; */
    overflow: hidden;
  }
  /* img {
  	max-width: none;
  	width: 100%;
  } */
  .l-header__logo {
    width: auto;
  }
  .l-header {
    height: 63px;
  }
  .l-header__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 63px;
  }
  .l-header__nav-toggle {
    top: 14px;
  }
  .l-footer__logo {
    gap: 16px;
  }
  .l-footer__notice {
    text-align: left;
  }
  .l-footer__copyright {
    font-size: 1.6rem;
  }
  .l-title__inner {
    max-width: none;
    padding: 0 2%;
  }
  .l-title:before {
    content: none;
  }
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
  .u-cts__inner {
    max-width: none;
    padding: 0 2%;
  }
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
}

@media screen and (max-width: 360px) {
  .l-footer__container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .d-xs-none {
    display: none;
  }
  .d-xs-block {
    display: block;
  }
}

@media (min-width: 768px) {
  .c-h1 {
    margin-left: -10px;
    padding-left: 10px;
    font-size: 2.4rem;
  }
}
/*# sourceMappingURL=common.css.map */
