@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;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul,
ol,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

html {
  font-size: 10px;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  letter-spacing: calc(1px - 0.0625em);
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.2;
  color: #0a1423;
  background: #FFF;
}

.wrapper {
  background: #FFF;
}

.bottomWrapper {
  position: relative;
  background: #FFF;
  z-index: 1;
  overflow: hidden;
}

a {
  color: #0a1423;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

em {
  font-style: normal;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.pc {
  display: inline-block;
}
@media screen and (max-width:767px) {
  .pc {
    display: none;
  }
}

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

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

a.disabled {
  pointer-events: none;
}

.tac {
  text-align: center;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-kerning: auto;
          font-kerning: auto;
}

@media screen and (max-width:767px) {
  .tokyo .footer {
    padding-bottom: 100px;
  }
}

@media screen and (max-width:767px) {
  #header .header-container {
    display: block;
    max-height: initial;
  }
}

#header .header-credit {
  font-size: 14px;
  display: block;
}
@media screen and (max-width:767px) {
  #header .header-credit {
    font-size: 12px;
    text-align: right;
    padding: 10px 0 0 0;
  }
}

.lp-wrapper {
  font-family: "太ゴB101 JIS2004 AP", "Futo Go B101 JIS2004 AP", sans-serif;
  background-image: url(../images/bg3.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 50px;
}
@media screen and (max-width:1024px) {
  .lp-wrapper {
    padding: 25px;
  }
}
@media screen and (max-width:767px) {
  .lp-wrapper {
    padding: 25px 15px;
    width: 100%;
    overflow-x: clip;
  }
}
.lp-wrapper img {
  width: 100%;
}

.ff {
  font-family: "秀英にじみ丸ゴシック B", "Shuei NijimiMGo B";
}

.-bg2 {
  background: rgba(228, 86, 120, 0.05);
}
@media screen and (max-width:767px) {
  .-bg2 {
    background: none;
  }
}
.-bg2 .-heading::before {
  background: rgba(228, 86, 120, 0.1) !important;
}
@media screen and (max-width:767px) {
  .-bg2 .-heading::before {
    background: rgba(228, 86, 120, 0.05) !important;
  }
}

.lp-header-wrap {
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width:767px) {
  .lp-header-wrap {
    overflow: visible;
  }
}

.lp-header-wrap {
  background: rgba(255, 255, 255, 0.9);
  border-top: 4px solid #2a86c0;
  border-left: 4px solid #2a86c0;
  border-right: 4px solid #2a86c0;
  border-radius: 20px 20px 0 0;
  padding: 8px 8px 0 8px;
  -webkit-box-shadow: 0px 0px 30px rgba(102, 51, 41, 0.3);
          box-shadow: 0px 0px 30px rgba(102, 51, 41, 0.3);
  max-width: 1600px;
  margin: auto;
  position: relative;
  overflow: visible;
  overflow: hidden;
}
@media screen and (max-width:1024px) {
  .lp-header-wrap {
    padding: 6px 6px 0 6px;
    -webkit-box-shadow: 0px 0px 20px rgba(102, 51, 41, 0.3);
            box-shadow: 0px 0px 20px rgba(102, 51, 41, 0.3);
  }
}
@media screen and (max-width:767px) {
  .lp-header-wrap {
    border-radius: 10px 10px 0 0;
    padding: 4px 4px 0 4px;
    -webkit-box-shadow: 0px 0px 15px rgba(102, 51, 41, 0.3);
            box-shadow: 0px 0px 15px rgba(102, 51, 41, 0.3);
  }
}
.lp-header-wrap .lp-header {
  padding: 0;
  position: relative;
  border-radius: 10px 10px 0 0;
}
.lp-header-wrap .lp-header::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  z-index: 2;
  left: 0;
  top: 10px;
  border-top: 2px solid #2a86c0;
  border-left: 2px solid #2a86c0;
  border-right: 2px solid #2a86c0;
  border-radius: 10px 10px 0 0;
  position: absolute;
}
@media screen and (max-width:1024px) {
  .lp-header-wrap .lp-header::before {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .lp-header-wrap .lp-header {
    border-radius: 6px 6px 0 0;
  }
}
.lp-header-wrap .-age {
  position: absolute;
  top: 3.6603221083vw;
  width: 21.9619326501vw;
}
@media screen and (min-width:1600px) {
  .lp-header-wrap .-age {
    top: 58.5651537335px;
    width: 351.3909224012px;
  }
}
@media screen and (max-width:767px) {
  .lp-header-wrap .-age {
    width: 36.6032210835vw;
    top: 5.8565153734vw;
  }
}
.lp-header-wrap .-mv {
  margin: -10px;
  background: url(../images/bg.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 1.4641288433vw 0vw 0vw 0vw;
  border-bottom: 2px solid #2a86c0;
}
@media screen and (min-width:1600px) {
  .lp-header-wrap .-mv {
    padding: 23.4260614934px 0px 0px 0px;
  }
}
@media screen and (max-width:767px) {
  .lp-header-wrap .-mv {
    padding-top: 0;
  }
}
.lp-header-wrap .-mv img {
  width: 80.5270863836vw;
}
@media screen and (min-width:1600px) {
  .lp-header-wrap .-mv img {
    width: 1288.4333821376px;
  }
}
@media screen and (max-width:767px) {
  .lp-header-wrap .-mv img {
    width: 100%;
  }
}
.lp-header-wrap .-lead {
  font-size: 20px;
  line-height: 1.8;
  font-family: "Midashi Go MB1";
}
.lp-header-wrap .-lead span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(80%, #fff000));
  background: linear-gradient(transparent 50%, #fff000 80%);
}
@media screen and (max-width:1024px) {
  .lp-header-wrap .-lead {
    font-size: 18px;
  }
}
@media screen and (max-width:767px) {
  .lp-header-wrap .-lead {
    font-size: 16px;
  }
}
.lp-header-wrap .-info {
  padding: 10px;
  border-radius: 4px;
  background: #f2c3c3;
  font-size: 14px;
  line-height: 1.6;
  margin: 20px 0;
  text-align: center;
}
@media screen and (max-width:767px) {
  .lp-header-wrap .-info {
    text-align: left;
  }
}
.lp-header-wrap .-credit {
  padding-top: 15px;
  font-size: 14px;
}
@media screen and (max-width:767px) {
  .lp-header-wrap .-credit {
    font-size: 13px;
    padding-top: 0;
  }
}
.lp-header-wrap .-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-family: "Gothic Medium BBB";
  padding: 60px 30px 30px 30px;
}
@media screen and (max-width:1024px) {
  .lp-header-wrap .-group {
    padding: 40px 20px 30px 20px;
  }
}
@media screen and (max-width:767px) {
  .lp-header-wrap .-group {
    padding: 0px 15px 40px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.lp-header-wrap .-group > figure {
  width: 250px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width:1024px) {
  .lp-header-wrap .-group > figure {
    width: 200px;
  }
}
@media screen and (max-width:767px) {
  .lp-header-wrap .-group > figure {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 280px;
    padding-bottom: 15px;
  }
}
.lp-header-wrap .-group > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 30px;
}
@media screen and (max-width:1024px) {
  .lp-header-wrap .-group > div {
    padding-right: 20px;
  }
}
@media screen and (max-width:767px) {
  .lp-header-wrap .-group > div {
    padding: 0;
  }
}
.lp-header-wrap .-title {
  text-align: center;
  padding: 3.6603221083vw 0vw 0vw 0vw;
}
@media screen and (min-width:1600px) {
  .lp-header-wrap .-title {
    padding: 58.5651537335px 0px 0px 0px;
  }
}
@media screen and (max-width:767px) {
  .lp-header-wrap .-title {
    padding-top: 30px;
  }
}
.lp-header-wrap .-title img {
  width: 80.5270863836vw;
}
@media screen and (min-width:1600px) {
  .lp-header-wrap .-title img {
    width: 1288.4333821376px;
  }
}
@media screen and (max-width:767px) {
  .lp-header-wrap .-title img {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .lp-header-wrap .-title {
    margin: 0 15px;
  }
}
.lp-header-wrap .-t140th {
  position: absolute;
  width: 180px;
  left: -40px;
  top: -40px;
  z-index: 1;
}
@media screen and (max-width:1024px) {
  .lp-header-wrap .-t140th {
    width: 120px;
    left: -25px;
    top: -25px;
  }
}
@media screen and (max-width:767px) {
  .lp-header-wrap .-t140th {
    width: 100px;
    left: 0;
    right: 0;
    margin: auto;
    top: -15px;
  }
}

.lp-article {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 4px solid #2a86c0;
  border-left: 4px solid #2a86c0;
  border-right: 4px solid #2a86c0;
  border-radius: 0 0 20px 20px;
  padding: 0 8px 8px 8px;
  -webkit-box-shadow: 0px 0px 30px rgba(102, 51, 41, 0.3);
          box-shadow: 0px 0px 30px rgba(102, 51, 41, 0.3);
  max-width: 1600px;
  margin: auto;
}
@media screen and (max-width:1024px) {
  .lp-article {
    padding: 0 6px 6px 6px;
    -webkit-box-shadow: 0px 0px 20px rgba(102, 51, 41, 0.3);
            box-shadow: 0px 0px 20px rgba(102, 51, 41, 0.3);
  }
}
@media screen and (max-width:767px) {
  .lp-article {
    border-bottom: 6px solid #2a86c0;
    border-left: 6px solid #2a86c0;
    border-right: 6px solid #2a86c0;
    border-radius: 0 0 10px 10px;
    padding: 0 4px 4px 4px;
    -webkit-box-shadow: 0px 0px 15px rgba(102, 51, 41, 0.3);
            box-shadow: 0px 0px 15px rgba(102, 51, 41, 0.3);
  }
}
.lp-article .-inner {
  border-bottom: 2px solid #2a86c0;
  border-left: 2px solid #2a86c0;
  border-right: 2px solid #2a86c0;
  padding: 60px 30px 30px 30px;
  position: relative;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width:1024px) {
  .lp-article .-inner {
    padding: 40px 20px 20px 20px;
  }
}
@media screen and (max-width:767px) {
  .lp-article .-inner {
    padding: 30px 10px 10px 10px;
    border-radius: 0 0 6px 6px;
  }
}
.lp-article .-heading {
  background: #e45678;
  padding: 10px 15px;
  font-family: "Gothic MB101 Bold";
  font-size: 20px;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #e45678;
  -webkit-box-shadow: 0px 0px 10px rgba(228, 86, 120, 0.6);
          box-shadow: 0px 0px 10px rgba(228, 86, 120, 0.6);
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
.lp-article .-heading.-color {
  background: #e45678;
  border: 1px solid #e45678;
  -webkit-box-shadow: 0px 0px 10px rgba(42, 134, 192, 0.3);
          box-shadow: 0px 0px 10px rgba(42, 134, 192, 0.3);
  color: #FFF;
}
@media screen and (max-width:767px) {
  .lp-article .-heading {
    padding: 5px 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    -webkit-box-shadow: 0px 0px 10px rgba(42, 134, 192, 0.3);
            box-shadow: 0px 0px 10px rgba(42, 134, 192, 0.3);
    line-height: 1.4;
  }
}

.-full .-detail {
  padding: 0 15px;
}

.-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.-col2.-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.-col2.-voice {
  padding: 0 5px;
  margin-bottom: 30px;
}
.-col2.-voice .-detail {
  padding: 10px;
}
.-col2.-voice > * {
  border-right: none !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width:767px) {
  .-col2 {
    display: block;
  }
}
.-col2 .-detail {
  padding: 15px;
}
@media screen and (max-width:767px) {
  .-col2 .-detail {
    padding: 10px;
  }
}
.-col2 > * {
  width: 50%;
}
@media screen and (max-width:767px) {
  .-col2 > * {
    width: auto;
  }
}
.-col2 > *.-wide {
  width: 50%;
}
@media screen and (max-width:767px) {
  .-col2 > *.-wide {
    width: auto;
  }
}
.-col2 > *:not(:last-child) {
  border-right: 1px dashed #2a86c0;
}
@media screen and (max-width:767px) {
  .-col2 > *:not(:last-child) {
    border-right: none;
    border-bottom: 1px dashed #2a86c0;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}

.-detail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.-detail .-schedule {
  padding-bottom: 5px;
  text-align: center;
  color: #000;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.-detail .-schedule > * {
  width: 50%;
}
@media screen and (max-width:767px) {
  .-detail .-schedule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.-detail .-limit {
  font-family: "Midashi Go MB1";
  font-size: 15px;
  line-height: 1.4;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 2px solid #e45678;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #e45678;
  text-align: center;
  color: #e45678;
  background: rgba(228, 86, 120, 0.1);
}
@media screen and (max-width:767px) {
  .-detail .-limit {
    font-size: 14px;
  }
}
.-detail .-day {
  font-family: "Gothic MB101 Bold";
  font-size: 32px;
  display: block;
  padding-bottom: 10px;
  white-space: nowrap;
  border-right: 1px solid #000;
  padding-right: 15px;
  text-align: right;
}
.-detail .-day span {
  font-size: 20px;
}
@media screen and (max-width:1024px) {
  .-detail .-day {
    font-size: 24px;
    padding-right: 15px;
  }
  .-detail .-day span {
    font-size: 15px;
  }
}
@media screen and (max-width:767px) {
  .-detail .-day {
    font-size: 24px;
    text-align: center;
  }
  .-detail .-day span {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .-detail .-day {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #000;
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 0.5em;
    margin-bottom: 5px;
  }
}
.-detail .-time {
  font-family: "Gothic MB101 Bold";
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4px 0;
  padding-left: 15px;
}
@media screen and (max-width:1024px) {
  .-detail .-time {
    padding-left: 15px;
  }
}
.-detail .-time i {
  display: inline-block;
  font-family: "Midashi Go MB1";
  width: 3em;
  font-size: 13px;
  line-height: 1;
  padding: 0.3em;
  text-align: center;
  border: 1px solid #000;
  font-style: normal;
  margin-right: 0.5em;
}
@media screen and (max-width:1024px) {
  .-detail .-time i {
    font-size: 11px;
  }
}
@media screen and (max-width:1024px) {
  .-detail .-time {
    font-size: 13px;
  }
}
@media screen and (max-width:767px) {
  .-detail .-time {
    font-size: 13px;
  }
}
.-detail .-daynum {
  -webkit-box-shadow: 0px 0px 10px rgba(255, 243, 63, 0.3);
          box-shadow: 0px 0px 10px rgba(255, 243, 63, 0.3);
  background: #fff33f;
  padding: 10px 15px;
  font-family: "Gothic MB101 Bold";
  font-size: 14px;
  color: #000;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #fff33f;
  margin-bottom: 15px;
  margin-top: 30px;
}
.-detail .-seminar-title {
  font-family: "Gothic MB101 Bold";
  font-size: 26px;
  text-align: center;
  padding: 15px 0;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  line-height: 1.4;
  height: 4.2em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
@media screen and (max-width:1024px) {
  .-detail .-seminar-title {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .-detail .-seminar-title {
    height: auto;
    font-size: 24px;
  }
}
.-detail .-seminar-title span span {
  font-size: 20px;
}
@media screen and (max-width:1024px) {
  .-detail .-seminar-title span span {
    font-size: 18px;
  }
}
.-detail .-recommend {
  text-align: center;
  padding-top: 30px;
  line-height: 1;
  font-family: "Midashi Go MB1";
  font-size: 18px;
}
.-detail .-recommend:first-child {
  padding-top: 10px;
}
@media screen and (max-width:767px) {
  .-detail .-recommend {
    font-size: 16px;
  }
}
.-detail .-recommend span {
  display: inline-block;
  width: 1.6em;
  line-height: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  background: #2a86c0;
  text-align: center;
  margin: 0 -0.1em;
  color: #FFF;
}
.-detail .-case li {
  border: 2px solid #2a86c0;
  border-radius: 10px;
  padding: 1em;
  font-size: 14px;
  margin-top: 1em;
  line-height: 1.6;
}
.-detail .-case li span {
  color: #2a86c0;
  display: block;
}
.-detail .-list {
  font-family: "Midashi Go MB1";
  padding-top: 15px;
  line-height: 1.6;
  font-size: 16px;
}
@media screen and (max-width:1024px) {
  .-detail .-list {
    font-size: 14px;
  }
}
.-detail .-list li {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #CCC;
  position: relative;
  padding-left: 2em;
}
.-detail .-list li::before {
  content: "";
  width: 1.5em;
  height: 1em;
  background: url(../images/list.svg) left top no-repeat;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 0.8em;
}

.-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-family: "Gothic Medium BBB";
  padding-top: 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.-box:first-child {
  padding-top: 10px;
}
.-box > figure {
  width: 38%;
  max-width: 150px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.-box > figure img {
  border-radius: 5px;
  border: 1px solid #2a86c0;
}
.-box > div {
  width: 58%;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 30px;
}
.-box .-g-badge {
  display: inline-block;
  border-radius: 4px;
  padding: 0.3em 1em;
  line-height: 1;
  color: #FFF;
  background: #2a86c0;
  font-size: 14px;
}
@media screen and (max-width:767px) {
  .-box .-g-badge {
    font-size: 12px;
  }
}
.-box .-profile {
  font-size: 12px;
  line-height: 1.6;
}
.-box .-name {
  display: block;
  font-family: "Midashi Go MB1";
  font-size: 24px;
  padding: 10px 0;
}
@media screen and (max-width:767px) {
  .-box .-name {
    font-size: 20px;
  }
}
.-box .-job {
  display: inline;
  font-size: 13px;
  font-family: "Midashi Go MB1";
  line-height: 1.6;
  background: rgba(42, 134, 192, 0.6);
}

.-column {
  padding: 23px 15px 15px 15px;
  background: rgba(42, 134, 192, 0.05);
  margin-top: 0;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-shadow: 0 0 5px rgba(42, 134, 192, 0.2);
          box-shadow: 0 0 5px rgba(42, 134, 192, 0.2);
  margin-bottom: 2%;
}
@media screen and (max-width:767px) {
  .-column {
    margin-top: 15px;
  }
}
.-column .-column-title {
  font-size: 18px;
  font-family: "Gothic MB101 Bold";
  line-height: 1.4;
  color: #2a86c0;
  padding-left: 80px;
  padding-bottom: 15px;
}

.-voice-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-family: "Gothic Medium BBB";
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.6;
}
.-voice-group > figure {
  width: 18%;
}
.-voice-group > figure img {
  width: 100%;
}
.-voice-group > p {
  width: 78%;
}
.-voice-group span {
  display: block;
  padding-top: 10px;
  text-align: right;
}

.page-btn {
  display: block;
  background: url(../images/bg3.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  margin: 0px -50px 0 -50px;
  -webkit-box-shadow: 0px 10px 30px rgba(42, 134, 192, 0.3);
          box-shadow: 0px 10px 30px rgba(42, 134, 192, 0.3);
  padding: 10px 0;
  border-top: 6px solid #2a86c0;
  border-bottom: 6px solid #2a86c0;
}
.page-btn .-in {
  border-top: 1px solid #2a86c0;
  border-bottom: 1px solid #2a86c0;
  padding: 30px;
}
@media screen and (max-width:1024px) {
  .page-btn .-in {
    padding: 25px 50px;
  }
}
.page-btn .-badge {
  position: absolute;
  width: 180px;
  height: auto;
  left: 50%;
  margin: auto;
  margin-left: -400px;
  z-index: 10;
  top: -30px;
  -webkit-filter: drop-shadow(0px 0px 15px rgba(42, 134, 192, 0.3));
          filter: drop-shadow(0px 0px 15px rgba(42, 134, 192, 0.3));
  pointer-events: none;
}
@media screen and (max-width:1024px) {
  .page-btn .-badge {
    width: 140px;
  }
}
@media screen and (max-width:767px) {
  .page-btn .-badge {
    width: 100px;
    right: inherit;
    left: 25px;
    margin-left: 0;
    top: -60px;
  }
}

.info {
  display: block;
  background: #f2c3c3;
  position: relative;
  margin: 50px -50px 0 -50px;
  padding: 10px 0;
}
.info .-in {
  border-top: 2px solid #e45678;
  border-bottom: 2px solid #e45678;
  padding: 30px;
}
@media screen and (max-width:1024px) {
  .info .-in {
    padding: 20px 50px;
  }
}
.info__inner {
  max-width: 1200px;
  margin: auto;
}
.info .-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}
@media screen and (max-width:767px) {
  .info .-col {
    display: block;
  }
}
.info .-col::before {
  content: "";
  height: 100%;
  left: 0;
  right: 0;
  width: 3px;
  background: #e45678;
  position: absolute;
  margin: auto;
}
@media screen and (max-width:767px) {
  .info .-col::before {
    display: none;
  }
}
.info .-col > * {
  width: 45%;
  text-align: auto;
}
@media screen and (max-width:767px) {
  .info .-col > * {
    width: auto;
    padding-top: 10px;
  }
}
.info dl {
  text-align: center;
}
.info dt {
  display: inline-block;
  background: #e45678;
  padding: 0.5em 1em;
  font-family: "Gothic MB101 Bold";
  font-size: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  color: #FFF;
}
@media screen and (max-width:1024px) {
  .info dt {
    font-size: 18px;
    margin-bottom: 15px;
    padding: 0.3em 1em;
  }
}
.info dd strong {
  display: block;
  font-family: "Gothic MB101 Bold";
  font-size: 40px;
  color: #e45678;
}
@media screen and (max-width:1024px) {
  .info dd strong {
    font-size: 30px;
  }
}
.info dd ul,
.info dd .-n {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #e45678;
}
@media screen and (max-width:1024px) {
  .info dd ul,
  .info dd .-n {
    font-size: 13px;
  }
}
@media screen and (max-width:767px) {
  .info dd ul,
  .info dd .-n {
    padding-top: 10px;
    margin-top: 10px;
  }
}
.info dd ul.-s,
.info dd .-n.-s {
  font-size: 13px;
  text-align: left;
}
@media screen and (max-width:1024px) {
  .info dd ul.-s,
  .info dd .-n.-s {
    font-size: 12px;
  }
}
.info dd li {
  font-size: 12px;
  text-align: left;
  list-style: disc;
  margin-left: 1.5em;
}
@media screen and (max-width:1024px) {
  .info dd li {
    font-size: 12px;
  }
}

.btn {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
}
@media screen and (max-width:767px) {
  .btn.-sp-fix {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background: #FFF;
    -webkit-box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
  }
  .btn.-sp-fix a {
    display: block;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0.5em 1em;
  }
}
.btn a {
  display: block;
  border-radius: 10px;
  background: #2a86c0;
  color: #FFF;
  padding: 0.8em 2em;
  font-family: "Gothic MB101 Bold";
  font-size: 24px;
  -webkit-box-shadow: 0px 10px 20px rgba(42, 134, 192, 0.8);
          box-shadow: 0px 10px 20px rgba(42, 134, 192, 0.8);
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  border: 1px solid #184c6c;
}
.btn a .-b {
  display: inline-block;
  border-radius: 4px;
  padding: 0.3em 1em;
  line-height: 1;
  color: #000;
  background: #fff33f;
  font-size: 16px;
}
@media screen and (max-width:767px) {
  .btn a .-b {
    font-size: 12px;
  }
}
.btn a .-block {
  padding-top: 10px;
  display: block;
}
.btn a:hover {
  background: #469fd7;
}
@media screen and (max-width:767px) {
  .btn a {
    font-size: 20px;
  }
}

.overview {
  padding: 50px 0 30px;
}
@media screen and (max-width:767px) {
  .overview {
    padding: 20px 0 0;
  }
}
.overview dl {
  text-align: center;
}
.overview dt {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.5em 1em;
  font-family: "Gothic MB101 Bold";
  font-size: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  color: #000;
}
@media screen and (max-width:1024px) {
  .overview dt {
    font-size: 18px;
    margin-bottom: 15px;
    padding: 0.3em 1em;
  }
}
@media screen and (max-width:767px) {
  .overview dt {
    font-size: 16px;
  }
}
.overview dd {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Midashi Go MB1";
  color: #000;
}
.overview .-s {
  font-size: 13px;
  font-family: "Gothic Medium BBB";
  color: #000;
  text-align: center;
}

.banner {
  padding: 30px 60px;
  text-align: center;
}
.banner img {
  width: 400px;
  max-width: 100%;
  height: auto;
}

/* HTML: <div class="ribbon">Your text content</div> */
.ribbon {
  font-size: 16px;
  font-weight: bold;
  color: #ffd700;
}

.ribbon {
  --f: .5em;
  /* control the folded part*/
  --r: .8em;
  /* control the ribbon shape */
  position: absolute;
  top: 20px;
  left: calc(-1 * var(--f));
  padding-inline: 0.25em;
  line-height: 1.8;
  background: #2a86c0;
  border-bottom: var(--f) solid #2a86c0;
  border-right: var(--r) solid #2a86c0;
  -webkit-clip-path: polygon(calc(100% - var(--r)) 0, 0 0, 0 calc(100% - var(--f)), var(--f) 100%, var(--f) calc(100% - var(--f)), calc(100% - var(--r)) calc(100% - var(--f)), 100% calc(50% - var(--f) / 2));
          clip-path: polygon(calc(100% - var(--r)) 0, 0 0, 0 calc(100% - var(--f)), var(--f) 100%, var(--f) calc(100% - var(--f)), calc(100% - var(--r)) calc(100% - var(--f)), 100% calc(50% - var(--f) / 2));
}

.load-wrap {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  pointer-events: none;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-property: opacity, background-size;
  transition-property: opacity, background-size;
  background-color: #FDF9E7;
  z-index: 1010;
  background-image: url(../images/mugyu1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 240px auto;
}
@media screen and (max-width:1280px) {
  .load-wrap {
    background-size: 200px auto;
  }
}
.load .load-wrap {
  opacity: 0;
  background-size: 0px auto;
}

#dot-anime2 path,
#dot-anime1 path {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.lp-mv__mugyu img {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.anime-in, .lp-report::before,
.lp-special::before, .lp-about::before, .lp-notes, .lp-ticket, .courner2, .lp-cp2__text, .lp-cp2__title, .lp-detail, .lp-cp1__group, .lp-cp1__title, .lp-header__profile, .lp-header__lead {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
.anime-in.scroll-on, .scroll-on.lp-report::before,
.scroll-on.lp-special::before, .scroll-on.lp-about::before, .scroll-on.lp-notes, .scroll-on.lp-ticket, .scroll-on.courner2, .scroll-on.lp-cp2__text, .scroll-on.lp-cp2__title, .scroll-on.lp-detail, .scroll-on.lp-cp1__group, .scroll-on.lp-cp1__title, .scroll-on.lp-header__profile, .scroll-on.lp-header__lead, .scroll-on .anime-in, .scroll-on .lp-report::before,
.scroll-on .lp-special::before, .scroll-on .lp-about::before, .scroll-on .lp-notes, .scroll-on .lp-ticket, .scroll-on .courner2, .scroll-on .lp-cp2__text, .scroll-on .lp-cp2__title, .scroll-on .lp-detail, .scroll-on .lp-cp1__group, .scroll-on .lp-cp1__title, .scroll-on .lp-header__profile, .scroll-on .lp-header__lead {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.anime-in-x, .lp-header__title {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
}
.anime-in-x.scroll-on, .scroll-on.lp-header__title, .scroll-on .anime-in-x, .scroll-on .lp-header__title {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.anime-fade, .lp-report__title, .lp-report__lead,
.lp-special__title,
.lp-special__lead, .lp-report__dot,
.lp-special__dot, .lp-header__bt2 {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  opacity: 0;
}
.scroll-on .anime-fade, .scroll-on .lp-report__title, .scroll-on .lp-report__lead,
.scroll-on .lp-special__title,
.scroll-on .lp-special__lead, .scroll-on .lp-report__dot,
.scroll-on .lp-special__dot, .scroll-on .lp-header__bt2 {
  opacity: 1;
}

.anime-scale-x, .lp-gallery::before, .lp-header__bg2, .lp-header__bg1 {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
.anime-scale-x.scroll-on, .scroll-on.lp-gallery::before, .scroll-on.lp-header__bg2, .scroll-on.lp-header__bg1, .scroll-on .anime-scale-x, .scroll-on .lp-gallery::before, .scroll-on .lp-header__bg2, .scroll-on .lp-header__bg1 {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.anime-scale-in, .lp-cp2__image .--ph, .lp-cp2__image .--icon, .lp-date, .lp-cp1__image .--ph, .lp-cp1__image .--icon, .lp-header__bt1 {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.anime-scale-in.scroll-on, .lp-cp2__image .scroll-on.--ph, .lp-cp2__image .scroll-on.--icon, .scroll-on.lp-date, .lp-cp1__image .scroll-on.--ph, .lp-cp1__image .scroll-on.--icon, .scroll-on.lp-header__bt1, .scroll-on .anime-scale-in, .scroll-on .lp-cp2__image .--ph, .lp-cp2__image .scroll-on .--ph, .scroll-on .lp-cp2__image .--icon, .lp-cp2__image .scroll-on .--icon, .scroll-on .lp-date, .scroll-on .lp-cp1__image .--ph, .lp-cp1__image .scroll-on .--ph, .scroll-on .lp-cp1__image .--icon, .lp-cp1__image .scroll-on .--icon, .scroll-on .lp-header__bt1 {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.anime-img-clip, .lp-report__title span,
.lp-special__title span, .lp-report__en,
.lp-special__en {
  transition-property: -webkit-clip-path;
  -webkit-transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.anime-img-clip.scroll-on, .lp-report__title span.scroll-on,
.lp-special__title span.scroll-on, .scroll-on.lp-report__en,
.scroll-on.lp-special__en, .scroll-on .anime-img-clip, .scroll-on .lp-report__title span, .lp-report__title .scroll-on span,
.scroll-on .lp-special__title span,
.lp-special__title .scroll-on span, .scroll-on .lp-report__en,
.scroll-on .lp-special__en {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.anime-img-clip-tb, .lp-gallery__item:nth-child(3), .lp-gallery__item:nth-child(2), .lp-gallery__item:nth-child(1), .lp-header__mv {
  transition-property: -webkit-clip-path;
  -webkit-transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.scroll-on .anime-img-clip-tb, .scroll-on .lp-gallery__item:nth-child(3), .scroll-on .lp-gallery__item:nth-child(2), .scroll-on .lp-gallery__item:nth-child(1), .scroll-on .lp-header__mv {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.lp-header__mv {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.lp-header__title {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.lp-header__lead {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.lp-header__profile {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.lp-header__bt1 {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.lp-header__bg1 {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.lp-header__bt2 {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.lp-header__bg2 {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.lp-gallery::before {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.lp-gallery__item:nth-child(1) {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.lp-gallery__item:nth-child(2) {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.lp-gallery__item:nth-child(3) {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.lp-cp1__title {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.lp-cp1__image .--icon {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.lp-cp1__image .--ph {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.lp-cp1__group {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.lp-detail {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.lp-date {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.lp-cp2__title {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.lp-cp2__image .--icon {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.lp-cp2__image .--ph {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.lp-cp2__text {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.courner2 {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.lp-ticket {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.lp-notes {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.lp-mv__lead {
  opacity: 0;
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.scroll-on .lp-mv__lead {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.lp-mv__image {
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.scroll-on .lp-mv__image {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.lp-mv__image img {
  opacity: 0;
  -webkit-filter: blur(8px);
          filter: blur(8px);
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}
.scroll-on .lp-mv__image img {
  -webkit-animation: 12s ease-out 2s forwards mvImage;
          animation: 12s ease-out 2s forwards mvImage;
}
.lp-mv__ill1 {
  opacity: 0;
}
.scroll-on .lp-mv__ill1 {
  -webkit-animation: 0.5s ease-out 3s forwards muGyu;
          animation: 0.5s ease-out 3s forwards muGyu;
}
.lp-mv__ill2 {
  opacity: 0;
}
.scroll-on .lp-mv__ill2 {
  -webkit-animation: 0.8s ease-out 2.8s forwards muGyu;
          animation: 0.8s ease-out 2.8s forwards muGyu;
}
.lp-mv__ill3 {
  opacity: 0;
}
.scroll-on .lp-mv__ill3 {
  -webkit-animation: 0.6s ease-out 3.3s forwards muGyu;
          animation: 0.6s ease-out 3.3s forwards muGyu;
}
.lp-mv__ill4 {
  opacity: 0;
}
.scroll-on .lp-mv__ill4 {
  -webkit-animation: 0.6s ease-out 3s forwards muGyu;
          animation: 0.6s ease-out 3s forwards muGyu;
}
.lp-mv__ill5 {
  opacity: 0;
}
.scroll-on .lp-mv__ill5 {
  -webkit-animation: 0.3s ease-out 3.9s forwards muGyu;
          animation: 0.3s ease-out 3.9s forwards muGyu;
}

@-webkit-keyframes muGyu {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes muGyu {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes mvImage {
  10% {
    opacity: 1;
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  20% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes mvImage {
  10% {
    opacity: 1;
    -webkit-filter: blur(8px);
            filter: blur(8px);
  }
  20% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
.lp-about::before {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1 !important;
}
.lp-about span.-i {
  opacity: 0;
}
.lp-about.scroll-on span.-i {
  -webkit-animation: 0.6s ease-out 1s forwards muGyu;
          animation: 0.6s ease-out 1s forwards muGyu;
}

.lp-report__en,
.lp-special__en {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.lp-report__dot,
.lp-special__dot {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.lp-report::before,
.lp-special::before {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1 !important;
}
.lp-report__mugyu,
.lp-special__mugyu {
  opacity: 0;
}
.scroll-on .lp-report__mugyu,
.scroll-on .lp-special__mugyu {
  -webkit-animation: 0.6s ease-out 2s forwards muGyu;
          animation: 0.6s ease-out 2s forwards muGyu;
}
.lp-report__title, .lp-report__lead,
.lp-special__title,
.lp-special__lead {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.lp-report__title span,
.lp-special__title span {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

@-webkit-keyframes waveSection {
  0% {
    background-position: 0 top;
  }
  100% {
    background-position: 1446px top;
  }
}
.lp-special__item,
.lp-report__item {
  position: relative;
}
.lp-special__item::before,
.lp-report__item::before {
  content: "";
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.lp-special__item.scroll-on::before,
.lp-report__item.scroll-on::before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.lp-special__item::before {
  background-color: #FFFDF5;
}

.lp-report__item::before {
  background-color: #FDF9E7;
}

.card-special.-ended::after {
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  opacity: 0;
  top: -30px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.lp-special__item.scroll-on .card-special.-ended::after {
  opacity: 1;
  top: 0;
}
.card-special.-start::after {
  -webkit-transition-property: opacity, top;
  transition-property: opacity, top;
  opacity: 0;
  top: -30px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.lp-special__item.scroll-on .card-special.-start::after {
  opacity: 1;
  top: 0;
}/*# sourceMappingURL=style.css.map */