@-webkit-keyframes common-flash {
  50% {
    opacity: 0.25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  }
}

@keyframes common-flash {
  50% {
    opacity: 0.25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  }
}

@-webkit-keyframes common-random-list {
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes common-random-list {
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes common-random-span {
  25%,
  75% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: rotate(360deg) scale(2);
            transform: rotate(360deg) scale(2);
  }
}

@keyframes common-random-span {
  25%,
  75% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: rotate(360deg) scale(2);
            transform: rotate(360deg) scale(2);
  }
}

@-webkit-keyframes common-crystal {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes common-crystal {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes common-counter-before {
  80% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes common-counter-before {
  80% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes common-counter-after {
  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: none;
            transform: none;
  }
  60% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes common-counter-after {
  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: none;
            transform: none;
  }
  60% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes common-btn-on {
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

@keyframes common-btn-on {
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

@-webkit-keyframes common-btn-sway {
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}

@keyframes common-btn-sway {
  100% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}

@-webkit-keyframes header-deco-chu1 {
  80% {
    -webkit-transform: none;
            transform: none;
  }
  85% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  91.25% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes header-deco-chu1 {
  80% {
    -webkit-transform: none;
            transform: none;
  }
  85% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  91.25% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@-webkit-keyframes header-deco-chu2 {
  80% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes header-deco-chu2 {
  80% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@-webkit-keyframes all-fire {
  50%,
  90% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes all-fire {
  50%,
  90% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes all-airship {
  100% {
    left: 100%;
  }
}

@keyframes all-airship {
  100% {
    left: 100%;
  }
}

@-webkit-keyframes all-santa-chu1 {
  100% {
    left: -176px;
    top: -80px;
  }
}

@keyframes all-santa-chu1 {
  100% {
    left: -176px;
    top: -80px;
  }
}

@-webkit-keyframes all-santa-chu2 {
  100% {
    left: 100%;
    top: 40px;
  }
}

@keyframes all-santa-chu2 {
  100% {
    left: 100%;
    top: 40px;
  }
}

@-webkit-keyframes wipe-counter {
  90% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes wipe-counter {
  90% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@-webkit-keyframes loading-txt {
  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes loading-txt {
  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

/*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
:before,
:after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
:before,
:after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  line-height: 1.5;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

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

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

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

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%;
  /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated.
 */
:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border-style: none;
  /* 1 */
  color: inherit;
  /* 1 */
  font-size: 1em;
  /* 1 */
  margin: 0;
  /* 3 */
}

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

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

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

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

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-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 and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=54)";
}

/**
 * 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 */
}

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/* ==========================================================================
	BASE
========================================================================== */
/* sanitize overwrite */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

ol,
ul,
li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

html,
body {
  min-width: 100%;
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-family: YakuHanJP_Noto, 'Noto Sans JP', Sans-Serif;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

iframe[name='google_conversion_frame'] {
  position: absolute;
  height: 0;
}

button:focus {
  outline: 0;
}

/* ==========================================================================
    CONTENT
========================================================================== */

.l-content__inner {
  background-color: #fff;
  background-image: -webkit-radial-gradient(#c7e3ff 20%, transparent 20%), -webkit-radial-gradient(#c7e3ff 20%, transparent 20%);
  background-image: radial-gradient(#c7e3ff 20%, transparent 20%), radial-gradient(#c7e3ff 20%, transparent 20%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  background-repeat: repeat;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 25px 25px;
  position: relative;
  width: 100%;
}

.l-content img {
  max-width: 100%;
}

/* ==========================================================================
	btn
========================================================================== */
.c-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  padding: 0;
  z-index: 6000;
}

.c-back-btn, .c-back-btn--b, .c-back-btn--w {
  position: absolute;
  top: 22px;
  left: 28px;
  font-size: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 26px;
}

.c-back-btn a, .c-back-btn--b a, .c-back-btn--w a {
  display: inline-block;
  padding-left: 30px;
  text-decoration: underline;
}

.c-back-btn--b a {
  background: url(../../assets/img/common/ico_back-b.png) no-repeat left center;
  color: #000;
}

.c-back-btn--w a {
  background: url(../../assets/img/common/ico_back-w.png) no-repeat left center;
  color: #fff;
}

/* ==========================================================================
    display
========================================================================== */
.c-disp_none {
  display: none;
}

.c-disp_block {
  display: block;
}

/* ==========================================================================
    error
========================================================================== */
.c-error {
  background-color: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  z-index: 600000;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  position: fixed;
  top: 0;
  left: 0;
}

.c-error__inner {
  background-color: #fff;
  border-radius: 8px;
  padding: 35px 40px 40px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.c-error__btn {
  background-color: #000;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  margin-top: 35px;
  padding: 16px;
  text-align: center;
}

/* ==========================================================================
	ttl
========================================================================== */
.c-ttl {
  background: #f53746;
  border-radius: 9999px;
  display: block;
  text-align: center;
  height: 27px;
  max-width: 281px;
  padding: 4px 0;
  width: 74.93vw;
}

.c-ttl span {
  font-size: 17px;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #fff000;
  display: inline-block;
  font-weight: 900;
  line-height: 1;
  padding-left: 20px;
  position: relative;
  vertical-align: top;
}

.c-ttl span:before {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../assets/img/top/ico_writing.svg) no-repeat 0 0/100%;
  content: '';
  display: block;
  height: 16px;
  width: 16px;
}

/* ==========================================================================
	ULIZA
========================================================================== */
.c-uliza {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  visibility: hidden;
  width: 100%;
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.c-uliza.-active {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  pointer-events: auto;
  -webkit-transform: none;
          transform: none;
  visibility: visible;
}

.c-uliza__inner {
  max-height: 100vh;
  max-width: 960px;
  width: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.c-uliza iframe {
  border: none;
  height: 100%;
  width: 100%;
}

.c-uliza__open {
  cursor: pointer;
}

.c-uliza__close {
  margin: 25px 25px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3000;
  background: url(../../assets/img/top/ico_close.svg) no-repeat 0 0/100%;
  width: 36px;
  height: 36px;
}

.c-visible_nrw {
  display: block;
}

.c-visible_nrw.-inline {
  display: inline;
}

/* ==========================================================================
    utility:clearfix
========================================================================== */
.u-clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ==========================================================================
    BUY
========================================================================== */
.buy {
  color: #333333;
  margin: 20px auto 0;
}

.buy__txt {
  margin-top: 16px;
  text-align: center;
  font-size: 12px;
  font-size: 12px;
  font-size: 0.75rem;
}

.buy__notattending {
  margin-top: 17px;
  text-align: center;
}

.buy__notattending p {
  font-size: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.7em;
}

.buy__notattending a {
  border-bottom: 1px solid #333333;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: -0.09em;
  position: relative;
}

.buy__notattending a:after {
  position: absolute;
  bottom: 6px;
  right: -12px;
  content: '';
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.buy-ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 24px auto 0;
  padding: 0 30px;
  position: relative;
  width: 1052px;
}

.buy-ct:before, .buy-ct:after {
  content: '';
  width: 15px;
  height: 100%;
  position: absolute;
}

.buy-ct:before {
  border-left: solid 2px #1a1a1a;
  border-top: solid 2px #1a1a1a;
  border-bottom: solid 2px #1a1a1a;
  top: 0;
  left: 0;
}

.buy-ct:after {
  border-right: solid 2px #1a1a1a;
  border-top: solid 2px #1a1a1a;
  border-bottom: solid 2px #1a1a1a;
  top: 0;
  right: 0;
}

.buy-ct__txt {
  font-size: 32px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: -0.04em;
  line-height: 1.31;
}

.buy-ct__txt b {
  color: #ff7d8f;
}

.buy-ct__txt span {
  font-size: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  letter-spacing: 0em;
  margin-top: 4px;
  font-weight: normal;
}

.buy-ct__qr {
  background: #fff;
  border: 1px solid #ff7d8f;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  height: 100px;
  position: relative;
  width: 100px;
}

.buy-ct__qr img {
  max-height: 100%;
  max-width: 100%;
}

.buy-ct__qr:before {
  position: absolute;
  top: 50%;
  left: -48px;
  background: url(../../assets/img/top/arw.png) no-repeat center/100%;
  content: '';
  display: block;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
}

/* ==========================================================================
    CONTENT
========================================================================== */
.content {
  color: #333333;
  margin-top: 15px;
}

.content__item {
  background: rgba(180, 180, 180, 0.3);
  padding: 30px 23px 23px;
  position: relative;
}

.content__item:after {
  position: absolute;
  top: auto;
  left: 0;
  bottom: -30px;
  right: auto;
  background: url(../../assets/img/top/bg_gray_nrw.png) no-repeat 0 0/100% 30px;
  content: '';
  display: block;
  height: 30px;
  width: 100%;
}

.content__item.-speaking {
  margin-top: 52px;
}

.content__item.-speaking:after {
  position: absolute;
  top: -30px;
  left: 0;
  bottom: auto;
  right: auto;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.content__item .btn_schedule {
  position: absolute;
  top: 7px;
  right: -12px;
  background: url(../../assets/img/top/btn_schedule.svg) no-repeat 0 0/contain;
  content: '';
  display: block;
  height: 65px;
  width: 62px;
  z-index: 1;
}

.content__item__ttl {
  position: absolute;
  top: -13px;
  left: 50%;
  background: #f53746;
  border-radius: 9999px;
  display: block;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 27px;
  max-width: 281px;
  padding: 6px 0;
  width: 74.93vw;
  z-index: 1000;
}

.content__item__ttl span {
  font-size: 17px;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #fff000;
  display: inline-block;
  font-weight: 900;
  line-height: 1;
  padding-left: 20px;
  position: relative;
  vertical-align: top;
}

.content__item__ttl span:before {
  position: absolute;
  top: 0px;
  left: 0;
  background: url(../../assets/img/top/ico_writing.svg) no-repeat 0 0/100%;
  content: '';
  display: block;
  height: 16px;
  width: 16px;
}

.-speaking .content__item__ttl span:before {
  position: absolute;
  top: -1px;
  left: -4px;
  background: url(../../assets/img/top/ico_speaking.svg) no-repeat 0 0/100%;
  height: 17px;
  width: 22px;
}

.content__item__catch {
  font-size: 21px;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  margin-left: -10px;
  width: 71vw;
}

.content__item__catch span {
  display: inline-block;
  font-weight: 900;
  position: relative;
}

.content__item__catch span:after {
  position: absolute;
  left: 0;
  bottom: -8px;
  background: #fff000;
  content: '';
  display: block;
  height: 6px;
  width: 100%;
}

.content__item__col {
  margin-top: 26px;
}

.content__item__col__movie {
  cursor: pointer;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  padding: 3px;
  position: relative;
}

.content__item__col__movie img {
  width: 100%;
}

.content__item__col__movie:after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../../assets/img/top/btn_play.png) no-repeat center/contain;
  content: '';
  display: block;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="3" /><feOffset dx="4" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.4)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
  height: 38px;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 55px;
}

.content__item__col__movie:before {
  position: absolute;
  top: -14px;
  left: -14px;
  background: url(../../assets/img/top/movie_deco.png) no-repeat center/contain;
  content: '';
  display: block;
  height: 13px;
  width: 14px;
}

.content__item__col__point {
  font-size: 13px;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 15px;
  padding-left: 62px;
  position: relative;
  text-align: justify;
}

.content__item__col__point:before {
  position: absolute;
  top: 0;
  left: -3px;
  background: url(../../assets/img/top/txt_point.svg) no-repeat 0 0/100%;
  content: '';
  display: block;
  height: 58px;
  width: 58px;
}

/* ==========================================================================
    HEADTTL
========================================================================== */
.headttl {
  margin: 0 -25px;
}

/* ==========================================================================
    Schedule-MODAL
========================================================================== */
.schedule-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 3;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  overflow: auto;
  z-index: 2000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 60px;
}

.schedule-modal.-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.schedule-modal button {
  margin: 25px 25px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3000;
  background: url(../../assets/img/top/ico_close.svg) no-repeat 0 0/100%;
  width: 36px;
  height: 36px;
  /* &:before,
        &:after {
            border-top: 1px solid #fff;
            content: '';
            transform: translate(-50%, -50%) rotate(45deg);
            width: 50px;
            @include absPosition(50%, 50%);

            @include MQ_WIDE {
                width: 85px;
            }
        }

        &:after {
            transform: translate(-50%, -50%) rotate(-45deg);
        } */
}

.schedule-modal__inner {
  background-color: #fff;
  background-image: -webkit-radial-gradient(#c7e3ff 20%, transparent 20%), -webkit-radial-gradient(#c7e3ff 20%, transparent 20%);
  background-image: radial-gradient(#c7e3ff 20%, transparent 20%), radial-gradient(#c7e3ff 20%, transparent 20%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  background-repeat: repeat;
  border-radius: 15px;
  margin: 100px 5vw auto;
  padding: 30px 14px 14px;
  position: relative;
  text-align: center;
  width: 100%;
}

.schedule__catch {
  font-size: 21px;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  display: inline-block;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  text-align: left;
  position: relative;
}

.schedule__catch .catch-strong {
  font-size: 30px;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 800;
}

.schedule__catch .catch-spacing {
  letter-spacing: -0.02em;
}

.schedule__catch:before {
  position: absolute;
  top: 39px;
  right: 2px;
  background: url(../../assets/img/top/ico_schedule.svg) no-repeat 0 0/100%;
  content: '';
  display: block;
  height: 17px;
  width: 16px;
}

.schedule__txt {
  font-size: 13.5px;
  font-size: 13.5px;
  font-size: 0.84375rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  padding: 0 6px;
  text-align: left;
}

.schedule__txt span {
  font-weight: bold;
}

@media (max-width: 768px) {
  .l-content {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .c-visible_wide {
    display: none;
  }
}

@media (min-width: 769px) {
  .l-content {
    min-height: 731px;
    min-width: 1280px;
    position: relative;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    width: 100%;
  }
  .l-content__inner {
    height: 731px;
    padding: 0 86px;
    width: 1280px;
  }
  .c-ttl {
    position: absolute;
    top: -20px;
    left: 50%;
    height: 40px;
    max-width: none;
    padding: 8px 0;
    width: 364px;
  }
  .c-ttl span {
    font-size: 24px;
    font-size: 1.5rem;
    padding-left: 30px;
  }
  .c-ttl span:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
  }
  .c-uliza__close {
    margin: 40px 40px 0 0;
    padding: 30px;
    width: 45px;
    height: 45px;
  }
  .c-visible_nrw {
    display: none;
  }
  .c-visible_nrw.-inline {
    display: none;
  }
  .buy {
    width: 553px;
  }
  .buy__txt {
    margin-top: 0;
  }
  .buy__notattending {
    position: absolute;
    bottom: 40px;
    right: 100px;
  }
  .buy__notattending p {
    font-size: 16px;
    font-size: 1rem;
  }
  .buy__notattending a {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .buy__notattending a:after {
    position: absolute;
    bottom: 8px;
    right: -16px;
    border-top: 4px solid #333333;
    border-right: 4px solid #333333;
    width: 12px;
    height: 12px;
  }
  .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 11px;
  }
  .content__item {
    padding: 34px;
    width: 520px;
  }
  .content__item:after {
    position: absolute;
    top: 0;
    left: auto;
    bottom: auto;
    right: -40px;
    background: url(../../assets/img/top/bg_gray.png) no-repeat 0 0/100%;
    height: 100%;
    width: 40px;
  }
  .content__item.-speaking {
    margin: 0;
  }
  .content__item.-speaking:after {
    position: absolute;
    top: 0;
    left: -40px;
    bottom: auto;
    right: auto;
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1);
  }
  .content__item .btn_schedule {
    position: absolute;
    top: 5px;
    height: 82px;
    width: 77.2px;
  }
  .-writing .content__item .btn_schedule {
    right: -4px;
  }
  .-speaking .content__item .btn_schedule {
    right: 8px;
  }
  .content__item__ttl {
    position: absolute;
    top: -20px;
    left: 50%;
    height: 40px;
    max-width: none;
    padding: 8px 0;
    width: 364px;
  }
  .-writing .content__item__ttl {
    position: absolute;
    top: -20px;
    left: 54%;
  }
  .-speaking .content__item__ttl {
    position: absolute;
    top: -20px;
    left: 50%;
  }
  .content__item__ttl span {
    font-size: 24px;
    font-size: 1.5rem;
    padding-left: 30px;
  }
  .content__item__ttl span:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
  }
  .-speaking .content__item__ttl span:before {
    position: absolute;
    top: 0;
    left: -8px;
    height: 26px;
    width: 34px;
  }
  .content__item__catch {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .-writing .content__item__catch {
    margin-left: 34px;
  }
  .-speaking .content__item__catch {
    margin-left: 25px;
  }
  .content__item__col {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 24px;
  }
  .content__item__col__movie {
    border-radius: 4px;
    padding: 6px;
    width: 305px;
  }
  .content__item__col__movie:after {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="5" /><feOffset dx="8" dy="8" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.4)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
    -webkit-filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.4));
            filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.4));
  }
  .content__item__col__movie:before {
    position: absolute;
    top: -18px;
    left: -19px;
    height: 18px;
    width: 20px;
  }
  .content__item__col__point {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7;
    padding: 0;
    width: 126px;
  }
  .content__item__col__point span {
    display: inline-block;
    width: 3em;
  }
  .content__item__col__point:before {
    position: absolute;
    top: -36px;
    left: -16px;
  }
  .headttl {
    margin: 0 -86px;
  }
  .schedule-modal {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .schedule-modal button {
    margin: 40px 40px 0 0;
    padding: 30px;
    width: 45px;
    height: 45px;
  }
  .schedule-modal__inner {
    padding: 47px 54px 33px;
    width: 950px;
  }
  .schedule-modal__inner .content__item__ttl {
    position: absolute;
    top: -20px;
    left: 50%;
  }
  .schedule__catch {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .schedule__catch .catch-strong {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .schedule__catch:before {
    position: absolute;
    top: 12px;
    right: -27px;
    height: 23px;
    width: 21px;
  }
  .schedule__txt {
    padding: 0 20px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
