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

/* Scss Document */
#header {
  position: relative;
  z-index: 1001;
}

.tokyo #header .header {
  background-color: #f6f6f6;
}

#header .header {
  background-color: #f6f6f6;
}

#header .header.simple .header-container {
  padding: 15px;
}

#header .header-container {
  max-height: 60px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

#header .header-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
      flex: 0 0 110px;
  padding-right: 5px;
  height: 22px;
}

#header .header-logo a {
  display: block;
}

#header .header-logo svg {
  width: 125px;
  fill: #037;
  height: auto;
}

.tokyo #header .header-logo svg {
  fill: #542f8e;
  width: 210px;
}

.tokyo .floating-menu-icn,
.tokyo .footer {
  background-color: #542f8e;
}

@media screen and (min-width: 1024px) {
  .footer.simple {
    display: block;
    position: relative;
    padding: 15px 15px 45px;
  }
}
@media screen and (min-width: 1024px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0 5px 20px;
  }
}
.footer {
  background-color: #182b52;
  padding-bottom: 25px;
}

@media screen and (min-width: 1024px) {
  .footer.simple .footer-cnt {
    border-width: 0;
  }
}
.footer-cnt.inline {
  border-top: 1px solid hsla(0, 0%, 100%, 0.15);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
}

@media screen and (min-width: 1024px) {
  .footer-cnt {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
        flex: 0 1 25%;
  }
}
@media screen and (min-width: 1024px) {
  .footer-cnt .list {
    padding: 20px 0;
  }
}
.footer-cnt .list {
  padding: 15px 15px 20px;
  list-style-type: none;
}

.footer-cnt.inline .list .item {
  display: inline-block;
  position: relative;
  line-height: 2;
  margin-top: 0;
  margin-right: 15px;
}

.footer-cnt .list a {
  color: #fff;
  font-size: 14px;
}

.footer-cnt.inline .list .item + .item:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  width: 1px;
  height: 15px;
  display: block;
}

.footer-cnt.inline .list .item + .item {
  margin-left: 15px;
}

.footer-cnt .list .item + .item {
  margin-top: 15px;
}

@media screen and (min-width: 1024px) {
  .footer.simple .footer-cnt-prt {
    position: absolute;
    right: 15px;
    top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-cnt-prt {
    position: absolute;
    right: 10px;
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer-copy,
  .footer-logo {
    margin-top: 0;
    text-align: right;
  }
}
.footer-logo {
  margin-top: 30px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .footer-copy {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-copy,
  .footer-logo {
    margin-top: 0;
    text-align: right;
  }
}
.footer-copy {
  margin-top: 30px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
}

.footer-logo a {
  display: inline-block;
}

.tokyo .footer .footer-logo svg {
  width: 180px;
}

.footer-logo svg {
  display: block;
  width: 125px;
  height: 28px;
  fill: #fff;
}

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

footer {
  position: relative;
}

.tbud-r {
  font-family: "TBUDGothic R" !important;
}

.tbud-b {
  font-family: "TBUDGothic B" !important;
}

.credit {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 100;
}
.lp-wrapper {
  font-family: "TBUDGothic R", sans-serif;
  color: #461022;
  position: relative;
  padding-bottom: 180px;
  width: 100%;
  overflow: clip;
}
@media screen and (max-width:1366px) {
  .lp-wrapper {
    padding-bottom: 13.17715959vw;
  }
}
@media screen and (max-width:767px) {
  .lp-wrapper {
    padding-bottom: 60px;
  }
}
.lp-wrapper::before {
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: url(../images/bg.jpg) center center no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  opacity: 0.8;
}

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

.lp-header {
  max-width: 1366px;
  margin: auto;
  position: relative;
}
@media screen and (max-width:767px) {
  .lp-header {
    margin-top: -14.6412884334vw;
  }
}
@media screen and (max-width:767px) {
  .lp-header .-group-title {
    position: relative;
  }
}
.lp-header .-subtitle {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 40px;
}
@media screen and (max-width:1366px) {
  .lp-header .-subtitle {
    padding-top: 5.1244509517vw;
    padding-bottom: 2.9282576867vw;
  }
  .lp-header .-subtitle img {
    width: 28.7701317716vw;
  }
}
@media screen and (max-width:767px) {
  .lp-header .-subtitle {
    padding-top: 42.6666666667vw;
    width: 90.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
  .lp-header .-subtitle img {
    width: 64vw;
  }
}
.lp-header h1 {
  text-align: center;
}
@media screen and (max-width:1366px) {
  .lp-header h1 img {
    width: 53.8067349927vw;
  }
}
@media screen and (max-width:767px) {
  .lp-header h1 img {
    width: 90.6666666667vw;
  }
}
.lp-header .-report-title {
  text-align: center;
  padding-top: 30px;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(223, 51, 110, 0.2));
          filter: drop-shadow(5px 5px 10px rgba(223, 51, 110, 0.2));
}
@media screen and (max-width:1366px) {
  .lp-header .-report-title {
    padding-top: 2.196193265vw;
  }
  .lp-header .-report-title img {
    width: 54.1727672035vw;
  }
}
@media screen and (max-width:767px) {
  .lp-header .-report-title img {
    width: 90.6666666667vw;
  }
}
.lp-header .-parts1 {
  position: absolute;
  left: 982px;
  top: -24px;
  width: 605px;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(102, 96, 59, 0.2));
          filter: drop-shadow(5px 5px 10px rgba(102, 96, 59, 0.2));
  z-index: 10;
}
@media screen and (max-width:1366px) {
  .lp-header .-parts1 {
    left: 71.8887262079vw;
    top: -1.756954612vw;
    width: 44.289897511vw;
  }
}
@media screen and (max-width:767px) {
  .lp-header .-parts1 {
    left: 55%;
    top: -3vw;
    width: 75.625vw;
  }
}
.lp-header .-parts2 {
  position: absolute;
  left: -221px;
  top: -24px;
  width: 605px;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(102, 96, 59, 0.2));
          filter: drop-shadow(5px 5px 10px rgba(102, 96, 59, 0.2));
  z-index: 10;
}
@media screen and (max-width:1366px) {
  .lp-header .-parts2 {
    left: -16.1786237189vw;
    top: -1.756954612vw;
    width: 44.289897511vw;
  }
}
@media screen and (max-width:767px) {
  .lp-header .-parts2 {
    left: inherit;
    right: 55%;
    top: -3vw;
    width: 75.625vw;
  }
}
.lp-header .-magazine {
  position: absolute;
  left: 1084px;
  top: 15px;
  width: 249px;
  z-index: 11;
}
.lp-header .-magazine img {
  -webkit-filter: drop-shadow(5px 5px 10px rgba(102, 96, 59, 0.2));
          filter: drop-shadow(5px 5px 10px rgba(102, 96, 59, 0.2));
}
@media screen and (max-width:1366px) {
  .lp-header .-magazine {
    left: 79.3557833089vw;
    top: 1.0980966325vw;
    width: 18.2284040996vw;
  }
}
@media screen and (max-width:767px) {
  .lp-header .-magazine {
    left: 0;
    right: 0;
    margin: auto;
    top: 2.25vw;
    width: 31.125vw;
  }
}
@media screen and (max-width:767px) {
  .lp-header .-group-lead {
    z-index: 1;
  }
}
.lp-header .-lead {
  max-width: 550px;
  line-height: 2.4;
  margin: auto;
  font-family: "Ryumin Bold KL";
  font-size: 18px;
  padding-top: 60px;
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width:1366px) {
  .lp-header .-lead {
    max-width: 40.2635431918vw;
    padding-top: 4.39238653vw;
  }
}
@media screen and (max-width:1140px) {
  .lp-header .-lead {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .lp-header .-lead {
    padding-top: 87.8477306003vw;
    width: auto;
    max-width: inherit;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }
}
.lp-header .-flower1,
.lp-header .-flower2,
.lp-header .-flower3 {
  position: absolute;
}
@media screen and (max-width:767px) {
  .lp-header .-flower1,
  .lp-header .-flower2,
  .lp-header .-flower3 {
    width: 50%;
    opacity: 0.5;
  }
}
.lp-header .-flower1 {
  left: 273px;
  top: -196px;
  width: 329px;
}
@media screen and (max-width:1366px) {
  .lp-header .-flower1 {
    left: 19.9853587116vw;
    top: -14.3484626647vw;
    width: 24.0849194729vw;
  }
}
.lp-header .-flower2 {
  left: 43px;
  top: 275px;
  width: 278px;
}
@media screen and (max-width:1366px) {
  .lp-header .-flower2 {
    left: 3.1478770132vw;
    top: 20.1317715959vw;
    width: 20.3513909224vw;
  }
}
.lp-header .-flower3 {
  left: 1085px;
  top: 680px;
  width: 329px;
}
@media screen and (max-width:1366px) {
  .lp-header .-flower3 {
    left: 79.4289897511vw;
    top: 49.7803806735vw;
    width: 24.0849194729vw;
  }
}
@media screen and (max-width:767px) {
  .lp-header .-flower3 {
    left: 20.8638360176vw;
    top: 108.345534407vw;
    width: 109.8096632504vw;
  }
}
.lp-header .-ph1,
.lp-header .-ph2,
.lp-header .-ph3,
.lp-header .-ph4 {
  position: absolute;
  border: 5px solid #FFF;
  -webkit-box-shadow: 10px 10px 100px rgba(230, 216, 49, 0.2), -10px -10px 50px rgba(230, 51, 110, 0.2);
          box-shadow: 10px 10px 100px rgba(230, 216, 49, 0.2), -10px -10px 50px rgba(230, 51, 110, 0.2);
  border-radius: 50%;
  z-index: 3;
}
.lp-header .-ph1 img,
.lp-header .-ph2 img,
.lp-header .-ph3 img,
.lp-header .-ph4 img {
  border-radius: 50%;
}
@media screen and (max-width:767px) {
  .lp-header .-ph1,
  .lp-header .-ph2,
  .lp-header .-ph3,
  .lp-header .-ph4 {
    border: 3px solid #FFF;
    -webkit-box-shadow: 10px 10px 50px rgba(230, 216, 49, 0.2), -10px -10px 25px rgba(230, 51, 110, 0.2);
            box-shadow: 10px 10px 50px rgba(230, 216, 49, 0.2), -10px -10px 25px rgba(230, 51, 110, 0.2);
  }
}
.lp-header .-ph1 {
  left: -15px;
  top: 427px;
  width: 258px;
}
@media screen and (max-width:1366px) {
  .lp-header .-ph1 {
    left: -1.0980966325vw;
    top: 31.2591508053vw;
    width: 18.8872620791vw;
  }
}
@media screen and (max-width:767px) {
  .lp-header .-ph1 {
    left: -3.6603221083vw;
    top: 104.4655929722vw;
    width: 37.7745241581vw;
  }
}
.lp-header .-ph2 {
  left: 50px;
  top: 610px;
  width: 318px;
}
@media screen and (max-width:1366px) {
  .lp-header .-ph2 {
    left: 3.6603221083vw;
    top: 44.6559297218vw;
    width: 23.2796486091vw;
  }
}
@media screen and (max-width:767px) {
  .lp-header .-ph2 {
    left: 3.6603221083vw;
    top: 132.5036603221vw;
    width: 46.5592972182vw;
  }
}
.lp-header .-ph3 {
  left: 1072px;
  top: 410px;
  width: 353px;
}
@media screen and (max-width:1366px) {
  .lp-header .-ph3 {
    left: 78.4773060029vw;
    top: 30.0146412884vw;
    width: 25.8418740849vw;
  }
}
@media screen and (max-width:767px) {
  .lp-header .-ph3 {
    left: 63.8360175695vw;
    top: 106.8814055637vw;
    width: 51.6837481698vw;
  }
}
.lp-header .-ph4 {
  left: 1000px;
  top: 675px;
  width: 275px;
}
@media screen and (max-width:1366px) {
  .lp-header .-ph4 {
    left: 73.2064421669vw;
    top: 49.4143484627vw;
    width: 20.1317715959vw;
  }
}
@media screen and (max-width:767px) {
  .lp-header .-ph4 {
    left: 54.9048316252vw;
    top: 146.4128843338vw;
    width: 40.2635431918vw;
  }
}

.lp-banner {
  position: relative;
  background: #FFF;
  padding: 60px;
  text-align: center;
}
@media screen and (max-width:1366px) {
  .lp-banner {
    padding: 4.39238653vw;
  }
}
@media screen and (max-width:767px) {
  .lp-banner {
    padding: 30px 15px 15px 15px;
  }
}
.lp-banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -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: wrap;
      flex-wrap: wrap;
  padding-top: 40px;
}
@media screen and (max-width:1366px) {
  .lp-banner ul {
    padding-top: 2.9282576867vw;
  }
}
@media screen and (max-width:767px) {
  .lp-banner ul {
    padding-top: 20px;
  }
}
.lp-banner ul li {
  padding: 20px 30px;
}
.lp-banner ul li img {
  width: auto;
  height: 80px;
}
@media screen and (max-width:1366px) {
  .lp-banner ul li {
    padding: 10px 15px;
  }
  .lp-banner ul li img {
    height: 80px;
  }
}
@media screen and (max-width:767px) {
  .lp-banner ul li {
    padding: 10px;
  }
  .lp-banner ul li img {
    height: 60px;
  }
}

/*----------------　記事 ---------------*/
.lp-space {
  width: 100%;
  height: 1px;
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width:1140px) {
  .lp-space {
    padding: 7.0175438596vw 0;
  }
}
@media screen and (max-width:767px) {
  .lp-space {
    display: none;
  }
}

.lp-bar {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 80px 0;
  max-width: 1360px;
  margin: auto;
}
@media screen and (max-width:1140px) {
  .lp-bar {
    padding: 7.0175438596vw 0;
  }
}
.lp-bar.-l img {
  left: -5%;
}
.lp-bar.-r {
  text-align: right;
}
.lp-bar.-r img {
  right: -5%;
}
.lp-bar img {
  position: relative;
}
@media screen and (max-width:1366px) {
  .lp-bar img {
    width: 72.4743777452vw;
  }
}
@media screen and (max-width:767px) {
  .lp-bar img {
    width: 500px;
  }
}

.lp-col {
  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;
  position: relative;
  max-width: 1360px;
  margin: auto;
  padding: 0 50px;
}
@media screen and (max-width:767px) {
  .lp-col {
    display: block;
  }
}
.lp-col.-re {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.lp-col.-re .lp-col__image::before {
  left: inherit;
  right: 5%;
}
.lp-col.-re figure img {
  margin-left: 5%;
}
.lp-col.-re .-frame2 {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  right: inherit;
  bottom: -20px;
  left: 10px;
}
@media screen and (max-width:1140px) {
  .lp-col.-re .-frame2 {
    bottom: -1.7543859649vw;
    left: 0.8771929825vw;
  }
}
@media screen and (max-width:767px) {
  .lp-col.-re .-frame2 {
    bottom: -8px;
    left: -8px;
  }
}
@media screen and (max-width:1140px) {
  .lp-col {
    margin: 0 auto;
    padding: 0 4.3859649123vw;
  }
}
@media screen and (max-width:767px) {
  .lp-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lp-col__image::before {
  content: "";
  width: 100%;
  height: 120%;
  top: 10%;
  left: 5%;
  border-radius: 20px;
  position: absolute;
  background: rgba(223, 51, 110, 0.2);
  z-index: 1;
}
@media screen and (max-width:767px) {
  .lp-col__image::before {
    display: none;
  }
}
.lp-col__image figure {
  position: relative;
  z-index: 2;
}
.lp-col__group {
  width: 50%;
}
@media screen and (max-width:767px) {
  .lp-col__group {
    width: auto;
    margin-top: 40px;
  }
}
.lp-col__group h3 {
  position: relative;
  color: #e6336e;
  padding: 0.5em 1em;
  display: inline-block;
  font-size: 20px;
  font-family: "TBUDGothic B";
}
@media screen and (max-width:767px) {
  .lp-col__group h3 {
    font-size: 17px;
  }
}
.lp-col__group h3::before {
  content: "";
  position: absolute;
  background: #e6d831;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
.lp-col__group h3 span {
  position: relative;
}
.lp-col__group h4 {
  font-size: 30px;
  line-height: 1.4;
  font-family: "TBUDGothic E";
  padding-top: 10px;
  padding-bottom: 20px;
  color: #e6336e;
}
@media screen and (max-width:767px) {
  .lp-col__group h4 {
    font-size: 20px;
  }
}
.lp-col__group p {
  font-size: 18px;
  line-height: 2;
  font-family: "TBUDGothic B";
  margin-bottom: 1.5em;
}
@media screen and (max-width:767px) {
  .lp-col__group p {
    font-size: 15px;
  }
}
.lp-col__group .-ph {
  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;
  padding-top: 15px;
}
@media screen and (max-width:767px) {
  .lp-col__group .-ph {
    padding-top: 0;
  }
}
.lp-col__group .-ph.-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.lp-col__group .-ph li {
  width: 48%;
}
.lp-col__group .-ph li img {
  border: 3px solid #FFF;
  border-radius: 10px;
}
.lp-col__image {
  width: 43%;
  position: relative;
}
@media screen and (max-width:767px) {
  .lp-col__image {
    width: auto;
  }
}
@media screen and (max-width:767px) {
  .lp-col__image::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 10%;
    left: -5%;
    border-radius: 20px;
    position: absolute;
    background: rgba(223, 51, 110, 0.2);
  }
  .-re .lp-col__image::before {
    left: inherit;
    right: -5%;
  }
}
.lp-col__image figure {
  height: 100%;
}
@media screen and (max-width:767px) {
  .lp-col__image figure {
    margin-left: 5%;
  }
}
.lp-col__image figure img {
  border-radius: 8px;
  overflow: hidden;
  height: 95%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: -5%;
}
@media screen and (max-width:1140px) {
  .lp-col__image figure img {
    height: auto;
    position: relative;
    width: 95%;
  }
}
.lp-col__image .-frame2 {
  position: absolute;
  z-index: 10;
}
@media screen and (max-width:1140px) {
  .lp-col__image .-frame2 img {
    width: 15.6140350877vw;
    height: 12.8947368421vw;
  }
}
@media screen and (max-width:767px) {
  .lp-col__image .-frame2 img {
    width: 100px;
    height: 82px;
  }
}
.lp-col__image .-frame2 {
  bottom: -20px;
  right: 10px;
  position: absolute;
}
@media screen and (max-width:1140px) {
  .lp-col__image .-frame2 {
    bottom: -1.7543859649vw;
    right: 0.8771929825vw;
  }
}
@media screen and (max-width:767px) {
  .lp-col__image .-frame2 {
    bottom: -8px;
    right: -8px;
  }
}

@media screen and (max-width:960px) {
  .lp-page-products__detail-group {
    padding: 25px 15px 15px 40px;
  }
}

.lp-voice {
  position: relative;
  padding: 150px 0;
}
@media screen and (max-width:1366px) {
  .lp-voice {
    padding: 10.980966325vw 0;
  }
}
.lp-voice .-in {
  max-width: 1360px;
  margin: auto;
  padding: 0 50px;
}
@media screen and (max-width:1366px) {
  .lp-voice .-in {
    padding: 0 3.6603221083vw;
  }
}
@media screen and (max-width:767px) {
  .lp-voice .-in {
    padding: 0;
  }
}
.lp-voice ul {
  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;
  padding: 100px 0 0;
}
@media screen and (max-width:1366px) {
  .lp-voice ul {
    padding: 7.3206442167vw 0 0;
  }
}
@media screen and (max-width:767px) {
  .lp-voice ul {
    padding-top: 50px;
  }
}
@media screen and (max-width:767px) {
  .lp-voice ul {
    padding: 0px 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.lp-voice ul li {
  position: relative;
  width: 30%;
  background: rgba(255, 255, 255, 0.3);
  padding: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 30px rgba(230, 216, 49, 0.2), -5px -5px 30px rgba(230, 51, 110, 0.2);
          box-shadow: 5px 5px 30px rgba(230, 216, 49, 0.2), -5px -5px 30px rgba(230, 51, 110, 0.2);
}
@media screen and (max-width:767px) {
  .lp-voice ul li {
    width: 46%;
    margin: 75px 2% 0 2%;
    padding: 10px;
  }
}
.lp-voice ul h3 {
  position: absolute;
  -webkit-transform: translate(-30%, -30%);
          transform: translate(-30%, -30%);
  left: 0;
  top: 0;
}
.lp-voice ul h3 img {
  height: 110px;
  width: auto;
}
@media screen and (max-width:1366px) {
  .lp-voice ul h3 img {
    height: 8.0527086384vw;
  }
}
@media screen and (max-width:767px) {
  .lp-voice ul h3 img {
    height: 80px;
    -webkit-transform: translate(20%, -50%);
            transform: translate(20%, -50%);
  }
}
.lp-voice ul p {
  font-size: 16px;
  line-height: 1.8;
  padding-top: 20px;
}
@media screen and (max-width:767px) {
  .lp-voice ul p {
    font-size: 13px;
    padding-top: 15px;
  }
}
.lp-voice h2 {
  position: relative;
  text-align: center;
}
.lp-voice h2 > span {
  display: inline-block;
  position: relative;
}
@media screen and (max-width:767px) {
  .lp-voice h2 > span > img {
    width: 260px;
  }
}
.lp-voice .-frame1 {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  left: 0;
}
.lp-voice .-frame2 {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  right: 0;
}
.lp-voice .-frame1,
.lp-voice .-frame2 {
  position: absolute;
  top: 0%;
  bottom: 0;
  width: 990px;
}
@media screen and (max-width:1366px) {
  .lp-voice .-frame1,
  .lp-voice .-frame2 {
    width: 72.4743777452vw;
    height: auto;
  }
}
@media screen and (max-width:767px) {
  .lp-voice .-frame1,
  .lp-voice .-frame2 {
    width: 250px;
    height: auto;
    top: 15%;
  }
}

.lp-premium {
  background: url(../images/bg2.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.lp-premium .-in {
  max-width: 1360px;
  margin: auto;
  padding: 150px 50px;
}
@media screen and (max-width:1366px) {
  .lp-premium .-in {
    padding: 10.980966325vw 3.6603221083vw;
  }
}
@media screen and (max-width:767px) {
  .lp-premium .-in {
    padding: 50px 25px;
  }
}
.lp-premium .-title {
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (max-width:1366px) {
  .lp-premium .-title {
    padding-bottom: 3.6603221083vw;
  }
}
@media screen and (max-width:767px) {
  .lp-premium .-title {
    position: relative;
    left: 50%;
    width: 400px;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    padding-bottom: 25px;
  }
}
.lp-premium figure img {
  border-radius: 20px;
}
.lp-premium h3 {
  font-size: 24px;
  line-height: 1.4;
  font-family: "TBUDGothic E";
  padding-top: 10px;
  padding-bottom: 20px;
  color: #e6336e;
}
@media screen and (max-width:767px) {
  .lp-premium h3 {
    font-size: 20px;
  }
}
.lp-premium .txt {
  font-size: 16px;
  line-height: 2;
  font-family: "TBUDGothic B";
  margin-bottom: 1.5em;
}
@media screen and (max-width:767px) {
  .lp-premium .txt {
    font-size: 15px;
  }
}
.lp-premium .txt.mh3 {
  min-height: 6em;
}
.lp-premium .txt span {
  display: block;
  font-size: 14px;
}
@media screen and (max-width:767px) {
  .lp-premium .txt span {
    font-size: 12px;
  }
}
.lp-premium .txt-s {
  font-size: 14px;
  line-height: 1.6;
  padding-top: 15px;
}
@media screen and (max-width:767px) {
  .lp-premium .txt-s {
    font-size: 13px;
  }
}
.lp-premium .name {
  position: absolute;
  color: #e6d831;
  padding: 0.5em 1em;
  display: inline-block;
  font-size: 20px;
  font-family: "TBUDGothic B";
  left: -1em;
  top: -1em;
}
@media screen and (max-width:767px) {
  .lp-premium .name {
    font-size: 17px;
  }
}
.lp-premium .name::before {
  content: "";
  position: absolute;
  background: #e6336e;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
.lp-premium .name span {
  position: relative;
}
.lp-premium .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: nowrap;
      flex-wrap: nowrap;
  padding: 50px 0 0;
}
@media screen and (max-width:1366px) {
  .lp-premium .col2 {
    padding: 3.6603221083vw 0 0;
  }
}
@media screen and (max-width:767px) {
  .lp-premium .col2 {
    display: block;
    padding: 25px 0 0;
  }
}
.lp-premium .col2 > * {
  width: 48%;
  position: relative;
}
@media screen and (max-width:767px) {
  .lp-premium .col2 > * {
    width: auto;
  }
}
.lp-premium .col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -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: wrap;
      flex-wrap: wrap;
  gap: 4%;
}
@media screen and (max-width:767px) {
  .lp-premium .col3 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.lp-premium .col3 > * {
  width: 29.3333%;
  position: relative;
  margin: 80px 0 0;
}
@media screen and (max-width:767px) {
  .lp-premium .col3 > * {
    width: 80%;
  }
  .lp-premium .col3 > *:nth-child(even) {
    margin-left: auto;
  }
}
@media screen and (max-width:1366px) {
  .lp-premium .col3 > * {
    margin: 5.8565153734vw 0 0;
  }
}
@media screen and (max-width:767px) {
  .lp-premium .col3 > * {
    margin-top: 40px;
  }
}
@media screen and (max-width:767px) {
  .lp-premium .col3 .-sp-s {
    width: 60%;
    margin-top: 10px !important;
  }
}
.lp-premium h5 {
  margin: 80px 0 40px;
}
.lp-premium h5 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:767px) {
  .lp-premium h5 img {
    width: 300px;
  }
}
@media screen and (max-width:1366px) {
  .lp-premium h5 {
    margin: 5.8565153734vw 0 2.9282576867vw;
  }
}
@media screen and (max-width:767px) {
  .lp-premium h5 {
    margin: 0px 0 20px;
  }
}
.lp-premium figure.set {
  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;
}
.lp-premium figure.set img {
  border-radius: 10px;
}
.lp-premium figure.set img:nth-child(1) {
  width: 100%;
}
.lp-premium figure.set img:nth-child(2), .lp-premium figure.set img:nth-child(3) {
  width: 49%;
  margin-top: 1%;
}

/*----------------　未使用 ---------------*/
.lp-program {
  max-width: 1040px;
  margin: auto;
  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;
}
@media screen and (max-width:1140px) {
  .lp-program {
    margin: 0 4.3859649123vw;
  }
}
@media screen and (max-width:767px) {
  .lp-program {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: inherit;
  }
  .lp-program .-a {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lp-program .-b {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lp-program .-c {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .lp-program .-d {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.lp-program li {
  width: 480px;
  position: relative;
}
@media screen and (max-width:1140px) {
  .lp-program li {
    width: 42.1052631579vw;
  }
}
@media screen and (max-width:767px) {
  .lp-program li {
    width: auto;
  }
}
.lp-program li:nth-child(odd) {
  padding-top: 25%;
}
@media screen and (max-width:767px) {
  .lp-program li:nth-child(odd) {
    margin-right: 10.6666666667vw;
    padding-top: 0;
    padding-bottom: 45px;
  }
}
.lp-program li:nth-child(odd) .-flower {
  position: absolute;
  top: 20%;
  right: 5%;
  width: 260px;
}
@media screen and (max-width:1140px) {
  .lp-program li:nth-child(odd) .-flower {
    width: 22.8070175439vw;
  }
}
@media screen and (max-width:767px) {
  .lp-program li:nth-child(odd) .-flower {
    width: 60%;
    right: -50%;
    top: 10%;
  }
}
.lp-program li:nth-child(odd) .-flower-s {
  position: absolute;
  top: 10%;
  right: 35%;
  width: 160px;
}
@media screen and (max-width:1140px) {
  .lp-program li:nth-child(odd) .-flower-s {
    width: 14.0350877193vw;
  }
}
@media screen and (max-width:767px) {
  .lp-program li:nth-child(odd) .-flower-s {
    width: 30%;
    right: -13%;
  }
}
@media screen and (max-width:767px) {
  .lp-program li:nth-child(even) {
    margin-left: 10.6666666667vw;
    padding-bottom: 45px;
  }
}
.lp-program li:nth-child(even) .-flower {
  position: absolute;
  top: -15%;
  right: -40%;
  width: 260px;
}
@media screen and (max-width:1140px) {
  .lp-program li:nth-child(even) .-flower {
    width: 22.8070175439vw;
    right: inherit;
    left: -15%;
    top: 40%;
  }
}
@media screen and (max-width:767px) {
  .lp-program li:nth-child(even) .-flower {
    width: 60%;
  }
}
.lp-program li:nth-child(even) .-flower-s {
  position: absolute;
  bottom: -10%;
  right: 5%;
  width: 200px;
}
@media screen and (max-width:1140px) {
  .lp-program li:nth-child(even) .-flower-s {
    width: 17.5438596491vw;
  }
}
@media screen and (max-width:767px) {
  .lp-program li:nth-child(even) .-flower-s {
    width: 30%;
    right: inherit;
    left: -10%;
    bottom: 3%;
  }
}
.lp-program .-box {
  -webkit-box-shadow: 10px 10px 100px rgba(230, 216, 49, 0.5), -10px -10px 50px rgba(230, 51, 110, 0.5);
          box-shadow: 10px 10px 100px rgba(230, 216, 49, 0.5), -10px -10px 50px rgba(230, 51, 110, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.2);
  padding: 20px;
  position: relative;
}
@media screen and (max-width:1140px) {
  .lp-program .-box {
    padding: 15px;
  }
}
@media screen and (max-width:767px) {
  .lp-program .-box {
    -webkit-box-shadow: 10px 10px 50px rgba(230, 216, 49, 0.5), -10px -10px 25px rgba(230, 51, 110, 0.5);
            box-shadow: 10px 10px 50px rgba(230, 216, 49, 0.5), -10px -10px 25px rgba(230, 51, 110, 0.5);
  }
}
.lp-program .-in {
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 5px 5px 10px rgba(102, 96, 59, 0.05);
          box-shadow: 5px 5px 10px rgba(102, 96, 59, 0.05);
  padding: 20px;
}
@media screen and (max-width:1140px) {
  .lp-program .-in {
    padding: 15px;
  }
}
.lp-program .-frame1,
.lp-program .-frame2 {
  position: absolute;
  z-index: 10;
}
@media screen and (max-width:1140px) {
  .lp-program .-frame1 img,
  .lp-program .-frame2 img {
    width: 15.6140350877vw;
    height: 12.8947368421vw;
  }
}
@media screen and (max-width:767px) {
  .lp-program .-frame1 img,
  .lp-program .-frame2 img {
    width: 100px;
    height: 82px;
  }
}
.lp-program .-frame1 {
  top: -20px;
  left: -40px;
}
@media screen and (max-width:1140px) {
  .lp-program .-frame1 {
    top: -1.7543859649vw;
    left: -3.5087719298vw;
  }
}
@media screen and (max-width:767px) {
  .lp-program .-frame1 {
    top: -8px;
    left: -10px;
  }
}
.lp-program .-frame2 {
  bottom: -20px;
  right: -30px;
}
@media screen and (max-width:1140px) {
  .lp-program .-frame2 {
    bottom: -1.7543859649vw;
    right: -2.6315789474vw;
  }
}
@media screen and (max-width:767px) {
  .lp-program .-frame2 {
    bottom: -8px;
    right: -10px;
  }
}
.lp-program .-time {
  text-align: right;
}
.lp-program .-time p {
  display: inline-block;
  background: #e6d831;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 18px;
  color: #e6336e;
  font-family: "TBUDGothic B";
  line-height: 20px;
}
@media screen and (max-width:1140px) {
  .lp-program .-time p {
    font-size: 16px;
  }
}
.lp-program .-time p span {
  display: inline-block;
  border-radius: 3px;
  background: #FFF;
  padding: 0;
  vertical-align: top;
  font-size: 14px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin-right: 1em;
}
.lp-program .-detail {
  padding: 10px 0 30px 0;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.lp-program .-detail.-none {
  display: block;
}
.lp-program .-detail.-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:767px) {
  .lp-program .-detail.-wrap {
    display: block;
  }
  .lp-program .-detail.-wrap .-text-s {
    clear: both;
  }
}
.lp-program .-detail.-wrap .-text {
  width: calc(100% - 160px);
}
@media screen and (max-width:1140px) {
  .lp-program .-detail.-wrap .-text {
    width: calc(100% - 14.0350877193vw);
  }
}
@media screen and (max-width:767px) {
  .lp-program .-detail.-wrap .-text {
    width: auto;
  }
}
.lp-program .-detail figcaption {
  font-size: 11px;
  padding-top: 10px;
  color: rgba(70, 16, 34, 0.5);
}
.lp-program .-d-ph {
  width: 140px;
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width:1140px) {
  .lp-program .-d-ph {
    width: 12.2807017544vw;
    margin-right: 1.7543859649vw;
  }
}
@media screen and (max-width:767px) {
  .lp-program .-d-ph {
    width: 40%;
    margin-bottom: 10px;
    float: left;
  }
}
.lp-program .-b-ph {
  width: 80%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:1140px) {
  .lp-program .-b-ph {
    margin-bottom: 1.7543859649vw;
  }
}
@media screen and (max-width:767px) {
  .lp-program .-b-ph {
    margin-bottom: 10px;
  }
}
.lp-program .-c-ph {
  width: 200px;
  margin-left: 10px;
  margin-top: -140px;
  float: right;
}
@media screen and (max-width:1140px) {
  .lp-program .-c-ph {
    width: 17.5438596491vw;
    margin-top: -12.2807017544vw;
  }
}
@media screen and (max-width:767px) {
  .lp-program .-c-ph {
    width: 50%;
  }
}
.lp-program .-text {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width:1140px) {
  .lp-program .-text {
    font-size: 13px;
  }
}
.lp-program .-text-s {
  font-size: 12px;
  line-height: 1.6;
  padding-top: 15px;
}
@media screen and (max-width:1140px) {
  .lp-program .-text-s {
    font-size: 11px;
  }
}
.lp-program .-text-s em {
  display: block;
  font-size: 13px;
  color: #e6336e;
  font-family: "TBUDGothic B";
}
.lp-program .-subtitle {
  font-size: 20px;
  color: #e6336e;
  font-family: "TBUDGothic B";
  line-height: 1.4;
  padding-top: 20px;
}
@media screen and (max-width:1140px) {
  .lp-program .-subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width:767px) {
  .lp-program .-subtitle {
    font-size: 16px;
  }
}
.lp-program .-title {
  font-size: 24px;
  line-height: 1.4;
  font-family: "TBUDGothic E";
  padding-top: 10px;
  padding-bottom: 20px;
}
@media screen and (max-width:1140px) {
  .lp-program .-title {
    font-size: 20px;
  }
}
.lp-program .-title span {
  font-size: 16px;
  font-family: "TBUDGothic B";
}
@media screen and (max-width:1140px) {
  .lp-program .-title span {
    font-size: 14px;
  }
}
.lp-program .-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  border-bottom: 1px solid rgba(230, 51, 110, 0.1);
  font-size: 13px;
  margin: 0;
  padding: 10px 0;
}
@media screen and (max-width:1140px) {
  .lp-program .-member {
    font-size: 11px;
  }
}
.lp-program .-member:first-of-type {
  border-top: 1px solid rgba(230, 51, 110, 0.1);
}
.lp-program .-member dt {
  border-radius: 3px;
  color: #e6336e;
  padding: 3px 6px;
  border: 1px solid #e6336e;
  margin-right: 1em;
  width: 5em;
  text-align: center;
}
.lp-program .-member dd {
  line-height: 1.6;
}

.lp-message {
  position: relative;
  text-align: center;
  padding: 120px 0;
}
@media screen and (max-width:1366px) {
  .lp-message {
    padding: 8.78477306vw 0;
  }
  .lp-message img {
    width: 60.102489019vw;
  }
}
@media screen and (max-width:767px) {
  .lp-message {
    padding: 60px 15px;
  }
  .lp-message img {
    width: 100%;
    max-width: 400px;
  }
}

.lp-about {
  position: relative;
  max-width: 1040px;
  margin: auto;
  -webkit-box-shadow: 10px 10px 100px rgba(230, 216, 49, 0.5), -10px -10px 50px rgba(230, 51, 110, 0.5);
          box-shadow: 10px 10px 100px rgba(230, 216, 49, 0.5), -10px -10px 50px rgba(230, 51, 110, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.2);
  padding: 20px;
}
@media screen and (max-width:1366px) {
  .lp-about {
    max-width: 76.1346998536vw;
  }
}
@media screen and (max-width:767px) {
  .lp-about {
    max-width: inherit;
    margin: 0 30px;
    padding: 0 10px;
  }
}
.lp-about h2 {
  padding: 60px 0;
  font-size: 28px;
  text-align: center;
  font-family: "TBUDGothic B";
}
@media screen and (max-width:1366px) {
  .lp-about h2 {
    padding: 4.39238653vw 0;
  }
}
@media screen and (max-width:767px) {
  .lp-about h2 {
    padding: 20px 0;
    font-size: 20px;
  }
}
.lp-about h2 span {
  display: inline-block;
  border-top: 1px solid #461022;
  border-bottom: 1px solid #461022;
  padding: 10px 0;
}
.lp-about table {
  width: 100%;
  border-collapse: collapse;
}
.lp-about table td,
.lp-about table th {
  padding: 15px;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width:767px) {
  .lp-about table td,
  .lp-about table th {
    padding: 10px;
    font-size: 12px;
  }
}
.lp-about table tr:not(:last-child) td,
.lp-about table tr:not(:last-child) th {
  border-bottom: 1px solid rgba(70, 16, 34, 0.2);
}
@media screen and (max-width:767px) {
  .lp-about table tr:not(:last-child) th {
    white-space: nowrap;
  }
}

.lp-form {
  position: relative;
  max-width: 1040px;
  margin: auto;
  padding-top: 120px;
}
@media screen and (max-width:1366px) {
  .lp-form {
    padding-top: 8.78477306vw;
  }
}
@media screen and (max-width:767px) {
  .lp-form {
    padding: 0px 15px 0 15px;
  }
}
.lp-form .-limit {
  text-align: center;
  padding-bottom: 20px;
}
.lp-form .-limit span {
  display: inline-block;
  background: #e6336e;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 18px;
  color: #e6d831;
  font-family: "TBUDGothic B";
  line-height: 20px;
}
@media screen and (max-width:1140px) {
  .lp-form .-limit span {
    font-size: 16px;
  }
}
.lp-form .-note {
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
  padding-top: 20px;
}
@media screen and (max-width:767px) {
  .lp-form .-note {
    text-align: left;
  }
  .lp-form .-note br {
    display: none;
  }
}
.lp-form .-lead {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  color: #e7456d;
  padding-bottom: 40px;
}
@media screen and (max-width:1140px) {
  .lp-form .-lead {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .lp-form .-lead {
    padding-bottom: 20px;
  }
}
.lp-form .-lead span {
  display: block;
  font-size: 13px;
}
.lp-form .-bt {
  text-align: center;
}
.lp-form .-bt span {
  display: inline-block;
  -webkit-box-shadow: 10px 10px 100px rgba(230, 216, 49, 0.5), -10px -10px 50px rgba(230, 51, 110, 0.5);
          box-shadow: 10px 10px 100px rgba(230, 216, 49, 0.5), -10px -10px 50px rgba(230, 51, 110, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.2);
  padding: 20px;
}
@media screen and (max-width:767px) {
  .lp-form .-bt span {
    -webkit-box-shadow: 10px 10px 50px rgba(230, 216, 49, 0.5), -10px -10px 25px rgba(230, 51, 110, 0.5);
            box-shadow: 10px 10px 50px rgba(230, 216, 49, 0.5), -10px -10px 25px rgba(230, 51, 110, 0.5);
    padding: 15px;
  }
}
.lp-form .-bt a {
  font-size: 38px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(231, 69, 109)), to(#461022));
  background: linear-gradient(90deg, rgb(231, 69, 109) 0%, #461022 100%);
  -webkit-box-shadow: 5px 5px 20px rgba(230, 216, 49, 0.5), -5px -5px 20px rgba(230, 51, 110, 0.5);
          box-shadow: 5px 5px 20px rgba(230, 216, 49, 0.5), -5px -5px 20px rgba(230, 51, 110, 0.5);
  color: #e6d831;
  display: inline-block;
  padding: 30px 80px;
  font-family: "TBUDGothic B";
  text-shadow: 1px 1px 2px #000;
}
.lp-form .-bt a:hover {
  opacity: 0.5;
}
@media screen and (max-width:767px) {
  .lp-form .-bt a {
    padding: 20px 40px;
    font-size: 28px;
  }
}
.lp-form .-bt-note {
  font-size: 14px;
  text-align: center;
  padding-top: 40px;
}
@media screen and (max-width:767px) {
  .lp-form .-bt-note {
    padding-top: 20px;
  }
}

.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: 0s;
          transition-delay: 0s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  background-color: #000;
  z-index: 1010;
  background-image: url(../images/title.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 200px auto;
}
@media screen and (max-width:1140px) {
  .load-wrap {
    background-size: 200px auto;
  }
}
.load .load-wrap {
  opacity: 0;
}

.anime-badge {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.anime-badge.scroll-on {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.anime-scale {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0;
}
.anime-scale.scroll-on {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.anime-scale-in {
  -webkit-transition-duration: 4s;
          transition-duration: 4s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -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.5);
          transform: scale(0.5);
  opacity: 0;
}
.anime-scale-in.scroll-on {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.anime-fade {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  opacity: 0;
}
.anime-fade.scroll-on {
  opacity: 1;
}

.anime-in {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -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);
  opacity: 0;
}
.anime-in.scroll-on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.anime-img-in {
  overflow: hidden;
}
.anime-img-in img {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}
.anime-img-in.scroll-on img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.anime-img-clip {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  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 {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.anime-img-clip-tb {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  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;
}
.anime-img-clip-tb.scroll-on {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.t-mv__ja-title {
  z-index: 1;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
  -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;
}
.scroll-on .t-mv__ja-title {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.t-mv__en-title {
  z-index: 1;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  opacity: 0;
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.scroll-on .t-mv__en-title {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.t-mv__ja-lead {
  z-index: 1;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
  -webkit-transition-duration: 2.1s;
          transition-duration: 2.1s;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.scroll-on .t-mv__ja-lead {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}/*# sourceMappingURL=style.css.map */