/*
**************************************************************************
*	fields gandum UC common.css
**************************************************************************/
:root {
  --fonts-notosansjp: "Noto Sans JP", sans-serif;
  --fonts-notoserifjp: "Noto Serif JP", serif;
  --color-black: #000;
  --color-white: #fff;
  --color-red: #C4272A;
  --color-gray1: #191919;
  --color-gray2: #666;
  --color-base: var(--color-black);
  --color-footer: var(--color-black);
  --color-complete1: var(--color-black);
  --color-complete2: var(--color-black);
  --text-shadows1: 0 0 5px rgba(0, 0, 0, 0.8);
  --text-shadows2: 0 0 14px rgba(0, 0, 0, 0.8);
  --btn-shadows: 0 0 6px rgba(255, 55, 0, 0.92);
  --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-notoserifjp);
  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: #000;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
}

a {
  outline: none;
  color: #fff;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/* --------------------------------------------------
		MARK:loading
-------------------------------------------------- */
.loading {
  display: -ms-grid;
  display: grid;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  place-items: center;
  width: 100%;
  height: 100%;
  translate: 0 0;
  background-color: var(--color-red);
  opacity: 1;
  -webkit-transition: translate 0.6s 1.5s var(--easing-cubic1), opacity 0.6s 1.5s var(--easing-cubic1);
  transition: translate 0.6s 1.5s var(--easing-cubic1), opacity 0.6s 1.5s var(--easing-cubic1);
}
.loading img {
  width: 100%;
  height: auto;
}
.loading::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 146px;
  background-color: #282828;
  content: "";
}
.loading__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33.9677891654vw;
  grid-template-columns: 33.9677891654vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 64px;
  gap: 64px;
}
.loading__inner::before {
  display: block;
  position: fixed;
  top: 72px;
  left: 2.9282576867vw;
  width: 15.9590043924vw;
  height: 0;
  background: url("../img/line-loading1_pc.svg") no-repeat;
  background-size: 15.9590043924vw 51.0248901903vw;
  content: "";
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: height 1s var(--easing-cubic1);
  z-index: 1;
  transition: height 1s var(--easing-cubic1);
}
.loading__inner::after {
  display: block;
  position: fixed;
  right: 2.9282576867vw;
  bottom: 0;
  width: 5.4904831625vw;
  height: 0;
  background: url("../img/line-loading2_pc.svg") no-repeat;
  background-size: 5.4904831625vw 45.9004392387vw;
  content: "";
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: height 1s var(--easing-cubic1);
  z-index: 1;
  transition: height 1s var(--easing-cubic1);
}
.loading .is-txt1 {
  display: block;
  z-index: 2;
  position: absolute;
  top: 146px;
  right: 6.4421669107vw;
  width: 12.5183016105vw;
  height: 7.2474377745vw;
  translate: 0 -50%;
}
.loading .is-txt2 {
  display: block;
  z-index: 2;
  position: relative;
  width: 33.9677891654vw;
  height: 20.4978038067vw;
}
.loading .is-txt3 {
  display: block;
  z-index: 2;
  position: relative;
  width: 17.5695461201vw;
  height: 1.8301610542vw;
  margin-inline: auto;
}
.loading__loadbar {
  z-index: 1;
  position: relative;
  padding-bottom: 34px;
}
.loading__loadbar .is-bar {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background-color: #E12325;
}
.loading__loadbar .is-bar span {
  display: block;
  z-index: 1;
  position: absolute;
  bottom: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: 1px;
  border-radius: 10px;
  background-color: #282828;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transition: -webkit-transform 1s var(--easing-cubic1);
  transition: -webkit-transform 1s var(--easing-cubic1);
  transition: transform 1s var(--easing-cubic1);
  transition: transform 1s var(--easing-cubic1), -webkit-transform 1s var(--easing-cubic1);
}

.l-body.is-loaddone .loading {
  translate: 0 -101vh;
  opacity: 0;
  pointer-events: none;
}
.l-body.is-loaddone .loading__inner::before {
  height: 51.0248901903vw;
}
.l-body.is-loaddone .loading__inner::after {
  height: 45.9004392387vw;
}
.l-body.is-loaddone .loading__loadbar .is-bar span {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

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

.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: #ffffff;
  font-size: 1.6rem;
}

.l-nav__list li a:before {
  position: absolute;
  top: -36px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #E70000;
  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:hover:before,
.l-nav__list li a.is-active:before {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.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;
  overflow: clip;
}

.l-title {
  z-index: 9;
  position: relative;
  padding: 13px 0;
  background-color: var(--color-black);
  color: #ffffff;
}

.l-title__inner {
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 130px;
}

.l-title__inner::before {
  position: absolute;
  top: 50%;
  right: calc(100% - 120px);
  width: 100%;
  height: 15px;
  background-image: url(../img/line_01.svg);
  background-position: right center;
  background-size: auto 16px;
  background-repeat: no-repeat;
  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;
}
.l-footer .l-footer__container {
  padding: 24px 20px 80px;
}

.l-footer__copyright {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin: 24px 0 0;
  gap: 8px;
  color: var(--color-white);
  font-family: var(--fonts-notosansjp);
  text-align: center;
}
.l-footer__copyright small {
  font-size: 1.2rem;
}
.l-footer__copyright--small {
  font-size: 1rem;
}

.l-footer__notice {
  display: block;
  color: var(--color-white);
  font-size: 1.4rem;
  font-family: var(--fonts-notosansjp);
  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: 8px 0 0;
  gap: 10px;
}

.l-footer__logo--bisty {
  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: 70px;
  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: 85px;
  margin: 0;
}

.l-footer__logo--smapachi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  margin: 0;
  translate: 0 2px;
}
/* --------------------------------------------------
		components
-------------------------------------------------- */
.c-h1 {
  z-index: 1;
  position: relative;
  background-color: var(--color-black);
  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%;
  min-height: calc(100vh - 80px - 54px);
  padding: 4.0995607613vw 5.1244509517vw;
}
.kv__bgimg {
  z-index: 0;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  pointer-events: none;
}
.kv__bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  translate: 0 20px;
  opacity: 0;
  -webkit-transition: translate 0.6s 2s var(--easing-cubic1), opacity 0.6s 2s var(--easing-cubic1);
  transition: translate 0.6s 2s var(--easing-cubic1), opacity 0.6s 2s var(--easing-cubic1);
}
.kv__bgimg.is-hide {
  opacity: 0;
}
.kv__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
  z-index: 1;
  position: relative;
          align-items: flex-start;
  width: 100%;
  max-width: 1232px;
  margin-inline: auto;
  gap: 45px;
}
.kv__title {
  z-index: 1;
  max-width: 747px;
  opacity: 0;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  -webkit-transition: opacity 0.6s 2.4s var(--easing-cubic1), -webkit-filter 0.6s 2.4s var(--easing-cubic1);
  transition: opacity 0.6s 2.4s var(--easing-cubic1), -webkit-filter 0.6s 2.4s var(--easing-cubic1);
  transition: opacity 0.6s 2.4s var(--easing-cubic1), filter 0.6s 2.4s var(--easing-cubic1);
  transition: opacity 0.6s 2.4s var(--easing-cubic1), filter 0.6s 2.4s var(--easing-cubic1), -webkit-filter 0.6s 2.4s var(--easing-cubic1);
}
.kv__title img {
  width: 100%;
  height: auto;
}
.kv__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  z-index: 1;
  position: relative;
          justify-content: center;
  width: 100%;
  max-width: 747px;
  opacity: 0;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  -webkit-transition: opacity 0.6s 2.6s var(--easing-cubic1), -webkit-filter 0.6s 2.6s var(--easing-cubic1);
  transition: opacity 0.6s 2.6s var(--easing-cubic1), -webkit-filter 0.6s 2.6s var(--easing-cubic1);
  transition: opacity 0.6s 2.6s var(--easing-cubic1), filter 0.6s 2.6s var(--easing-cubic1);
  transition: opacity 0.6s 2.6s var(--easing-cubic1), filter 0.6s 2.6s var(--easing-cubic1), -webkit-filter 0.6s 2.6s var(--easing-cubic1);
}
.kv__btn--trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 388px;
  min-height: 80px;
  padding-inline: 36px 30px;
  padding-block: 16px;
  gap: 14px;
  border: none;
  background: url("../img/btn-base_pc.png") center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.6s var(--easing-cubic1);
  transition: -webkit-filter 0.6s var(--easing-cubic1);
  transition: filter 0.6s var(--easing-cubic1);
  transition: filter 0.6s var(--easing-cubic1), -webkit-filter 0.6s var(--easing-cubic1);
}
.kv__btn--trigger:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}
.kv__btn--trigger .is-label {
  translate: 0 -2px;
  color: var(--color-white);
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.44;
  font-family: var(--fonts-notoserifjp);
  letter-spacing: calc(-25 / 1000 * 1em);
  pointer-events: none;
}
.kv__btn--trigger::after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
  display: block;
          flex: 0 0 auto;
  width: 26px;
  height: 26px;
  background: url("../img/icon-arr1.svg") center no-repeat;
  background-size: contain;
  content: "";
}
.kv__20thanniv {
  z-index: 2;
  position: absolute;
  bottom: 4.0263543192vw;
  left: 4.0263543192vw;
  width: 8.4187408492vw;
  max-width: 115px;
  opacity: 0;
  -webkit-transition: opacity 1s 2.8s var(--easing-cubic1);
  transition: opacity 1s 2.8s var(--easing-cubic1);
}
.kv__20thanniv img {
  width: 100%;
}

.l-body.is-loaddone .kv__title {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.l-body.is-loaddone .kv__bgimg img {
  translate: 0 0;
  opacity: 1;
}
.l-body.is-loaddone .kv__20thanniv {
  opacity: 1;
}
.l-body.is-loaddone .kv__btn {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

/* --------------------------------------------------
		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) {
  .loading::before {
    height: 74px;
  }
  .loading__inner {
    -ms-grid-columns: 74.6666666667vw;
    grid-template-columns: 74.6666666667vw;
    padding-top: 56px;
    gap: 56px;
  }
  .loading__inner::before {
    position: fixed;
    top: 32vw;
    right: 0;
    left: auto;
    width: 0;
    height: 16vw;
    background: url("../img/line-loading1_sp.svg") right no-repeat;
    background-size: 87.4666666667vw 16vw;
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: width 1s var(--easing-cubic1);
    transition: width 1s var(--easing-cubic1);
  }
  .loading__inner::after {
    position: fixed;
    right: auto;
    bottom: 10.6666666667vw;
    left: 0;
    width: 0;
    height: 9.6vw;
    background: url("../img/line-loading2_sp.svg") left no-repeat;
    background-size: 66.6666666667vw 9.6vw;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: width 1s var(--easing-cubic1);
    transition: width 1s var(--easing-cubic1);
  }
  .loading .is-txt1 {
    top: 74px;
    right: 5.8666666667vw;
    width: 32vw;
    height: auto;
  }
  .loading .is-txt2 {
    width: 74.6666666667vw;
    height: auto;
  }
  .loading .is-txt3 {
    width: 46.9333333333vw;
    height: auto;
  }
  .l-body.is-loaddone .loading__inner::before {
    width: 87.4666666667vw;
    height: 16vw;
  }
  .l-body.is-loaddone .loading__inner::after {
    width: 66.6666666667vw;
    height: 9.6vw;
  }
  /* .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: #ffffff;
    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: #ffffff;
    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: #ffffff;
    -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: #000000;
  }
  .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 #333333;
  }
  .l-nav__list li {
    padding: 0 0;
    border-top: 1px solid #333333;
  }
  .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: #dd0507;
  }
  .l-nav__list li a.is-active:before {
    left: 0;
  }
  .kv {
    min-height: 0;
    padding: 39.4666666667vw 0 34px;
  }
  .kv__block {
    gap: 0;
  }
  .kv__title {
    max-width: 100%;
    margin-bottom: -14.4vw;
  }
  .kv__title img {
    width: 100vw;
  }
  .kv__btn {
    max-width: 80.8vw;
    margin-inline: auto;
  }
  .kv__btn + .kv__btn {
    margin-top: 6.4vw;
  }
  .kv__btn--trigger {
    max-width: 80.8vw;
    min-height: 16.5333333333vw;
    padding-inline: 8.5333333333vw 5.3333333333vw;
    padding-block: 4.2666666667vw;
    gap: 2.6666666667vw;
    background: url("../img/btn-base_sp.png") center no-repeat;
    background-size: 100% 100%;
  }
  .kv__btn--trigger .is-label {
    translate: 0 -0.5333333333vw;
    font-size: 5.3333333333vw;
  }
  .kv__btn--trigger::after {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
  .kv__20thanniv {
    top: 4vw;
    bottom: auto;
    left: 5.3333333333vw;
    max-width: 12.5333333333vw;
  }
  .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-footer__container {
    padding: 18px 20px;
  }
  .l-footer .l-footer__container {
    padding: 8px 20px 32px;
  }
  .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__copyright {
    font-size: 1.6rem;
  }
  .l-title__inner {
    max-width: none;
    padding: 0 2%;
  }
  .l-title__inner::before {
    content: none;
  }
  .l-footer__notice {
    font-size: 1.2rem;
    text-align: left;
  }
  .kv__bgimg {
    top: 63px;
    height: calc(100vh - 63px);
  }
  .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;
  }
  .l-footer .l-footer__container {
    padding: 8px 10px 32px;
  }
  .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 */
