@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
*, :after, :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  -webkit-text-size-adjust: 100%;
}

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, button, input, button, textarea, select, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: none;
  border-radius: 0;
}

article, aside, details, figcaption, figure, main,
footer, header, hgroup, menu, nav, section {
  display: block;
}

a, a:link, a:hover, a:visited, a:active {
  color: inherit;
  text-decoration: none;
}

ol, ul, dl {
  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;
}

img {
  max-width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: middle;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

:root {
  --s-medium: 34px;
  --s-small: 22px;
  --c-white: #ffffff;
  --c-black: #000000;
  --c-darkGray:#2f2f2f;
  --c-gray:#d9d9d9;
  --c-lightGray:#f2f2f2;
  --c-yellow:#C5C16A;
  --round_radius: 70px;
  --w-desktop: 1366px;
  --w-mobile: 767px;
  --transitionDefault: all .4s ease 0s;
  --transitionSlow: all 1s ease-out 0s;
}

@media screen and (max-width: 767px) {
  :root {
    --s-medium: 22px;
    --s-small: 14px;
  }
}
body {
  font-size: 16px;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.transparent {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .u-sp {
    display: none;
  }
}

.u-desktop {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: unset;
  }
}

.l-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--s-small) var(--s-small);
}
.l-col2 > * {
  width: calc(100% / 2 - var(--s-small) / 2);
}

.l-section.--mt {
  margin-top: 100px;
}
.l-section .m-secTitle {
  line-height: 1;
  font-size: 48px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.l-section .m-secTitle + .m-secDescription {
  margin-top: 30px;
}
.l-section .m-secDescription {
  line-height: 2.5;
  text-align: center;
  word-break: keep-all;
  padding: 0px var(--s-medium);
}

.m-btnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m-btn {
  -webkit-transition: var(--transitionDefault);
  transition: var(--transitionDefault);
}
.m-btn.--round {
  border-radius: var(--round_radius);
}
.m-btn.--solid {
  background: var(--c-darkGray);
  color: var(--c-white);
  line-height: 1;
  padding: 1.25em 2.8em;
}
.m-btn.--solid:hover {
  background: var(--c-yellow);
  color: var(--c-black);
}

#gHeader {
  background: var(--c-darkGray);
  color: var(--c-white);
  min-width: 150px;
  position: relative;
  height: 100vh;
  height: 100lvh;
  position: sticky;
  top: 0;
  padding: 95px 20px 0px;
  -webkit-transition: var(--transitionSlow);
  transition: var(--transitionSlow);
}
@media screen and (max-width: 767px) {
  #gHeader {
    position: fixed;
    left: 100%;
    -webkit-transition: var(--transitionDefault);
    transition: var(--transitionDefault);
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    z-index: 100;
  }
  .--nav-open #gHeader {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
#gHeader .gNav_links {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 35px 0;
}
#gHeader .gNav_links ._item {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
#gHeader .gNav_links ._item a {
  -webkit-transition: var(--transitionDefault);
  transition: var(--transitionDefault);
  color: inherit;
}
#gHeader .gNav_links ._item a.--active, #gHeader .gNav_links ._item a:hover {
  color: var(--c-yellow);
}
#gHeader .gNav_links.--sns {
  margin-top: 140px;
  gap: 25px 0;
}
@media screen and (max-width: 767px) {
  #gHeader .gNav_links.--sns {
    margin-top: 100px;
    gap: 0px 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#gHeader .gNav_links.--sns ._item img {
  width: 40px;
}

#gFooter, .gFooter {
  background: var(--c-gray);
  width: 100%;
  z-index: 10;
  padding: 110px 0 90px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  min-height: 100lvh;
}
#gFooter_links, .gFooter_links {
  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;
  gap: 0px 50px;
}
#gFooter_links ._item img, .gFooter_links ._item img {
  width: 90px;
}
@media screen and (max-width: 767px) {
  #gFooter_links ._item img, .gFooter_links ._item img {
    width: 70px;
  }
}
#gFooter ._logo, .gFooter ._logo {
  margin-top: 100px;
  width: 300px;
  display: block;
}
#gFooter ._copyright, .gFooter ._copyright {
  line-height: 1;
  font-size: 14px;
  margin-top: 2.2em;
}

.bodyInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bodyInner #contents, .bodyInner .contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  -webkit-transition: var(--transitionDefault);
  transition: var(--transitionDefault);
}
@media screen and (max-width: 767px) {
  .--nav-open .bodyInner #contents, .--nav-open .bodyInner .contents {
    opacity: 0.5;
  }
}
.bodyInner #contents_sub, .bodyInner .contents_sub {
  background: #cfcfcf;
  width: 50%;
  height: 100vh;
  height: 100svh;
  position: sticky;
  top: 0;
  z-index: 5;
  -webkit-transition: var(--transitionSlow);
  transition: var(--transitionSlow);
}
.bodyInner #contents_sub .swiper, .bodyInner .contents_sub .swiper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bodyInner #contents_sub .swiper img, .bodyInner .contents_sub .swiper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bodyInner #contents_main, .bodyInner .contents_main {
  width: 50%;
  -webkit-transition: var(--transitionSlow);
  transition: var(--transitionSlow);
}
@media screen and (max-width: 1150px) {
  .bodyInner #contents_sub, .bodyInner .contents_sub {
    width: 0%;
  }
  .bodyInner #contents_main, .bodyInner .contents_main {
    width: 100%;
  }
}

#toggleNav {
  display: none;
  position: fixed;
  top: 14px;
  right: 20px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  z-index: 500;
}
@media screen and (max-width: 767px) {
  #toggleNav {
    display: block;
  }
}
#toggleNav:before, #toggleNav:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
#toggleNav:before {
  background-image: url("../image/nav-open.svg");
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.--nav-open #toggleNav:before {
  opacity: 0;
}
#toggleNav:after {
  background-image: url("../image/nav-close.svg");
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.1s;
  transition: opacity 0.3s ease 0.1s;
}
.--nav-open #toggleNav:after {
  opacity: 1;
}

/*アニメーション*/
@-webkit-keyframes test1 {
  0% {
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
            transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
  }
  25% {
    -webkit-transform: scaleX(0.5) scaleY(1) scaleZ(1) rotateX(-55deg) rotateY(48deg) rotateZ(0deg) translateX(1px) translateY(3px) translateZ(3px) skewX(20deg) skewY(10deg);
            transform: scaleX(0.5) scaleY(1) scaleZ(1) rotateX(-55deg) rotateY(48deg) rotateZ(0deg) translateX(1px) translateY(3px) translateZ(3px) skewX(20deg) skewY(10deg);
  }
  75% {
    -webkit-transform: scaleX(0.9) scaleY(1.2) scaleZ(1) rotateX(35deg) rotateY(0deg) rotateZ(0deg) translateX(5px) translateY(-15px) translateZ(-5px) skewX(180deg) skewY(40deg);
            transform: scaleX(0.9) scaleY(1.2) scaleZ(1) rotateX(35deg) rotateY(0deg) rotateZ(0deg) translateX(5px) translateY(-15px) translateZ(-5px) skewX(180deg) skewY(40deg);
  }
  80% {
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
            transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
  }
}
/*アニメーション*/
@-webkit-keyframes test2 {
  0% {
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
            transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
  }
  25% {
    -webkit-transform: scaleX(1.2) scaleY(0.4) scaleZ(0.8) rotateX(120deg) rotateY(-10deg) rotateZ(0deg) translateX(-4px) translateY(10px) translateZ(-1px) skewX(5deg) skewY(210deg);
            transform: scaleX(1.2) scaleY(0.4) scaleZ(0.8) rotateX(120deg) rotateY(-10deg) rotateZ(0deg) translateX(-4px) translateY(10px) translateZ(-1px) skewX(5deg) skewY(210deg);
  }
  75% {
    -webkit-transform: scaleX(0.2) scaleY(2) scaleZ(1) rotateX(90deg) rotateY(-75deg) rotateZ(0deg) translateX(3px) translateY(-2px) translateZ(-1px) skewX(12deg) skewY(29deg);
            transform: scaleX(0.2) scaleY(2) scaleZ(1) rotateX(90deg) rotateY(-75deg) rotateZ(0deg) translateX(3px) translateY(-2px) translateZ(-1px) skewX(12deg) skewY(29deg);
  }
  80% {
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
            transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
  }
}
/*アニメーション*/
@-webkit-keyframes test3 {
  0% {
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
            transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
  }
  25% {
    -webkit-transform: scaleX(0.9) scaleY(1.2) scaleZ(1) rotateX(35deg) rotateY(0deg) rotateZ(0deg) translateX(5px) translateY(-15px) translateZ(-5px) skewX(180deg) skewY(40deg);
            transform: scaleX(0.9) scaleY(1.2) scaleZ(1) rotateX(35deg) rotateY(0deg) rotateZ(0deg) translateX(5px) translateY(-15px) translateZ(-5px) skewX(180deg) skewY(40deg);
  }
  75% {
    -webkit-transform: scaleX(1.2) scaleY(0.4) scaleZ(0.8) rotateX(120deg) rotateY(-10deg) rotateZ(0deg) translateX(-4px) translateY(10px) translateZ(-1px) skewX(5deg) skewY(210deg);
            transform: scaleX(1.2) scaleY(0.4) scaleZ(0.8) rotateX(120deg) rotateY(-10deg) rotateZ(0deg) translateX(-4px) translateY(10px) translateZ(-1px) skewX(5deg) skewY(210deg);
  }
  80% {
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
            transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
  }
}
/*アニメーション*/
@-webkit-keyframes test4 {
  0% {
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
            transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
  }
  25% {
    -webkit-transform: scaleX(1.2) scaleY(0.4) scaleZ(0.8) rotateX(120deg) rotateY(-10deg) rotateZ(0deg) translateX(-4px) translateY(10px) translateZ(-1px) skewX(5deg) skewY(210deg);
            transform: scaleX(1.2) scaleY(0.4) scaleZ(0.8) rotateX(120deg) rotateY(-10deg) rotateZ(0deg) translateX(-4px) translateY(10px) translateZ(-1px) skewX(5deg) skewY(210deg);
  }
  75% {
    -webkit-transform: scaleX(0.5) scaleY(1) scaleZ(1) rotateX(-55deg) rotateY(48deg) rotateZ(0deg) translateX(1px) translateY(3px) translateZ(3px) skewX(20deg) skewY(10deg);
            transform: scaleX(0.5) scaleY(1) scaleZ(1) rotateX(-55deg) rotateY(48deg) rotateZ(0deg) translateX(1px) translateY(3px) translateZ(3px) skewX(20deg) skewY(10deg);
  }
  100% {
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
            transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
  }
}
#main .l-top {
  height: 100vh;
  height: 100svh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#main .l-top ._bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .l-top ._bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .l-top ._title {
  position: relative;
  width: max(320px, 52%);
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  #main .l-top ._title {
    width: max(280px, 48%);
  }
}
#main .l-top ._title video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
  width: 100%;
  display: block;
  overflow: visible;
  mix-blend-mode: darken;
}
#main .l-about_gallery {
  margin: 60px var(--s-medium) 0;
}
#main .l-about_gallery img {
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .l-shop {
  background: var(--c-gray);
  border-radius: var(--round_radius);
  padding: 55px var(--s-medium) 90px;
}
#main .l-shop_items ._item {
  margin-top: 65px;
}
#main .l-shop_items ._item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#main .l-shop_items ._item img {
  width: 100%;
  display: block;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .l-shop_items ._item ._title {
  line-height: 1;
  margin-top: 1em;
  font-size: 20px;
}
#main .l-shop_items ._item ._description {
  margin-top: 1em;
}
#main .l-workshop {
  padding: 0 var(--s-medium);
}
#main .l-workshop_lessonClasses {
  margin-top: 65px;
}
#main .l-workshop_lessonClasses ._item {
  font-family: "Noto Sans JP", sans-serif;
}
#main .l-workshop_lessonClasses ._item img {
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
#main .l-workshop_lessonClasses ._item ._title {
  line-height: 1;
  font-size: 15px;
  margin-top: 0.8em;
}
#main .l-workshop_lessonClasses ._item ._fee {
  line-height: 1;
  margin-top: 0.5em;
}
#main .l-workshop_lessonClasses ._item ._detail {
  font-size: 13px;
  margin-top: 0.8em;
}
#main .l-workshop_lessonClasses + .m-btnWrapper {
  margin-top: 50px;
}
#main .l-workshop_lessonDetail {
  margin-top: 85px;
}
#main .l-workshop_lessonDetail ._title {
  position: relative;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#main .l-workshop_lessonDetail ._title ._ja {
  text-align: center;
  line-height: 1;
  font-size: 20px;
  margin-top: -0.4em;
}
#main .l-workshop_lessonDetail ._title ._en {
  font-family: "Zen Antique", serif;
  font-size: 40px;
  color: var(--c-lightGray);
  text-align: center;
  line-height: 1;
}
#main .l-workshop_lessonDetail_list ._item {
  margin-top: 35px;
}
#main .l-workshop_lessonDetail_list ._item:nth-of-type(n + 2) {
  margin-top: 45px;
}
#main .l-workshop_lessonDetail_list ._item img {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--round_radius);
}
#main .l-workshop_lessonDetail_list ._item ._title {
  font-size: 20px;
  line-height: 1;
  margin-top: 1em;
}
#main .l-workshop_lessonDetail_list ._item ._description {
  margin-top: 0.8em;
}
#main .l-info {
  background: var(--c-gray);
  padding: 80px 0 60px;
  border-radius: var(--round_radius) var(--round_radius) 0 0;
}
#main .l-info .m-secTitle img {
  width: 220px;
}
#main .l-info_inner {
  position: relative;
}
#main .l-info_inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../image/logo/logo_illust-white.svg");
}
#main .l-info_inner * {
  position: relative;
}
#main .l-map {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
#main .l-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .l-subImage {
  display: none;
}
@media screen and (max-width: 1150px) {
  #main .l-subImage {
    display: block;
    margin: 80px 0;
  }
}
#main .l-subImage img {
  display: block;
  width: 100%;
  aspect-ratio: 10/6.5;
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=main.css.map */