/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model */

/* ============================================ */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::before,
::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html { /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent;
	line-height: 1.15; /* 3*/
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

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

/* Lists (enumeration) */

/* ============================================ */

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

/* Lists (definition) */

/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 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;
	margin: 0;
	clear: both; /* 1 */
	overflow: visible; /* 2 */
	border: 0;
	border-top: 1px solid;
	color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] { /* 2 */
	-webkit-text-decoration: underline dotted;
	border-bottom: none; /* 1 */
	text-decoration: underline;
	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: inherit; /* 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 {
	position: relative;
	font-size: 75%;
	line-height: 0;
	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;
	vertical-align: bottom;
}

embed,
object,
iframe {
	border: 0;
	vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	outline: 0;
	background: transparent;
	color: inherit;
	font: inherit;
	text-align: inherit;
	vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

/**
 * 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: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
	cursor: default;
}

/**
 * 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 {
	padding: 0;
	border-style: none;
}

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

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
	display: none;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

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

/**
 * 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 { /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0;
	color: inherit; /* 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;
}

/**
 * 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 outline style in Safari.
 */

[type="search"] {
	outline-offset: -2px; /* 1 */
}

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

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */

[contenteditable] {
	outline: none;
}

/* Table */

/* ============================================ */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-align: left;
}

/* Misc */

/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/* ------------------------------------------------------------------
* GENERAL
------------------------------------------------------------------ */

body {
	background-color: #f5f3e9;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8;
}

a {
	color: #000;
	text-decoration: none;
}

img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}

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

#wrapper {
	overflow: hidden;
}

.container {
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
}

.container--small {
	max-width: 1000px;
	margin: 0 auto;
}

sub {
	bottom: -0.1em;
	font-size: 66%;
}

sup {
	top: -0.1em;
	font-size: 66%;
}

.hide {
	display: none !important;
}

/* animation */

/* ------------------------------------------------------------------
* HEADER
------------------------------------------------------------------ */

.header {
	-webkit-transition: all 0.3s ease;
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: all 0.3s ease;
}

.header__inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-transition: padding 0.3s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 70px 20px 83px;
	transition: padding 0.3s ease;
}

.header__articleInner {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-transition: padding 0.3s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 20px 70px 20px 83px;
	transition: padding 0.3s ease;
}

.header__main {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-transition: padding 0.3s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: padding 0.3s ease;
}

.header__title {
	position: relative;
	padding-left: 16px;
}

.header__title::after {
	-webkit-transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0%;
	width: 1px;
	height: 20px;
	transform: translateY(-50%);
	background-color: #000;
	content: '';
}

.header__titleText {
	font-size: 16px;
	font-weight: bold;
}

.header__logo {
	padding-right: 25px;
	padding-left: 25px;
}

.header.is--sticky {
	-webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.16);
	background-color: #f5f3e9;
	box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.16);
}

.header.is--sticky .windows {
	visibility: hidden;
	opacity: 0;
}

.header.is--sticky .header__inner {
	padding-top: 0;
	padding-bottom: 0;
}

.header.is--sticky .articleWindows {
	display: none;
}

.header #logo {
	font-size: 0;
}

.windows {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* mainmenu */

.mainmenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.mainmenu > li > a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	height: 70px;
	padding: 0 30px;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none;
}

/* hamburger */

.hamburger {
	-webkit-transform: translateY(-50%);
	-webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-transition: all 0.3s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 3;
	position: absolute;
	top: 50%;
	right: 15px;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	overflow: hidden;
	transform: translateY(-50%);
	border: 2px solid #000;
	border-radius: 100%;
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
	font-size: 0;
	cursor: pointer;
	transition: all 0.3s ease;
}

.hamburger__button {
	-webkit-transition: all 0.3s ease;
	z-index: 10;
	position: relative;
	width: 14px;
	height: 10px;
	transition: all 0.3s ease;
}

.hamburger span {
	-webkit-transition: all 0.3s ease;
	display: block;
	z-index: 10;
	position: absolute;
	left: 0;
	width: 14px;
	height: 2px;
	background-color: #000;
	transition: all 0.3s ease;
}

.hamburger span:nth-child(1) {
	top: 0;
}

.hamburger span:nth-child(2) {
	top: 4px;
}

.hamburger span:nth-child(3) {
	top: 8px;
}

/* Nav opened */

.nav--opened .hamburger span:nth-child(1) {
	-webkit-transform: translateY(6px) rotate(-135deg);
	top: -2px;
	transform: translateY(6px) rotate(-135deg);
}

.nav--opened .hamburger span:nth-child(2) {
	opacity: 0;
}

.nav--opened .hamburger span:nth-child(3) {
	-webkit-transform: translateY(-6px) rotate(135deg);
	top: 10px;
	transform: translateY(-6px) rotate(135deg);
}

/* ------------------------------------------------------------------
* FOOTER
------------------------------------------------------------------ */

#footer {
	padding: 120px 0 80px;
}

.pagetop {
	width: 111px;
	margin: 0 auto 80px;
	font-size: 0;
	line-height: 1;
}

.pagetop a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 111px;
	height: 111px;
	text-decoration: none;
}

.pagetop a .bg__circle--fmv {
	-webkit-animation: showreel-ring 20s linear 0s infinite;
	position: absolute;
	top: 0;
	left: 0;
	animation: showreel-ring 20s linear 0s infinite;
}

.copyright {
	font-size: 11px;
	line-height: 1.5;
	text-align: center;
}

.footer__window {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 80px;
	font-size: 12px;
	letter-spacing: 0.075em;
	line-height: 1.5;
	text-align: center;
}

.footer__window span {
	padding-left: 20px;
}

.footer__button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-bottom: 120px;
}

/* ------------------------------------------------------------------
* MAIN
------------------------------------------------------------------ */

/* bg */

.bg__circle--fmv {
	display: block;
	width: 111px;
	height: 111px;
	background: transparent url(../img/bg_scroll.svg) no-repeat 0 0;
}

/* text */

.text__color--1 {
	color: #3bb578;
	font-style: normal;
}

.text__color--2 {
	color: #c6a1dd;
	font-style: normal;
}

.text__color--3 {
	color: #58b0f1;
	font-style: normal;
}

.text__color--4 {
	color: #edba2f;
	font-style: normal;
}

/* button */

.button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
	text-decoration: none;
}

.button--cart {
	-webkit-transition: color 0.3s ease;
	position: relative;
	width: 100%;
	max-width: 340px;
	height: 60px;
	overflow: hidden;
	border: 2px solid #000;
	border-radius: 40px;
	background-color: #fff;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	transition: color 0.3s ease;
}

.button--cart::after {
	-webkit-transform: scale(0);
	-webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: 1;
	position: absolute;
	top: 15px;
	right: 9px;
	width: 30px;
	height: 30px;
	transform: scale(0);
	border-radius: 100%;
	background-color: #000;
	content: '';
	transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.button--cart span {
	z-index: 3;
	position: relative;
}

.button--cart i {
	-webkit-transition: background 0.3s ease, color 0.3s ease;
	z-index: 2;
	position: absolute;
	top: 8px;
	right: 9px;
	bottom: 8px;
	width: 40px;
	font-size: 0;
	transition: background 0.3s ease, color 0.3s ease;
}

.button--cart i::before,
.button--cart i::after {
	-webkit-transition: all 0.3s ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	content: '';
	transition: all 0.3s ease;
}

.button--cart i::before {
	background: transparent url(../img/ico_cart_white.png) no-repeat 0 0;
	background-color: #000;
	background-position: center center;
}

.button--cart i::after {
	-webkit-transform: scale(0);
	transform: scale(0);
	background: transparent url(../img/ico_cart_black.png) no-repeat 0 0;
	background-color: #fff;
	background-position: center center;
}

.button--spec {
	-webkit-transition: background 0.3s ease, color 0.3s ease;
	position: relative;
	width: 100%;
	max-width: 340px;
	height: 40px;
	overflow: hidden;
	border: 2px solid #000;
	border-radius: 30px;
	background-color: #fff;
	font-size: 14px;
	font-weight: 400;
	transition: background 0.3s ease, color 0.3s ease;
}

.button--spec::before,
.button--spec::after {
	-webkit-transform: translateY(-50%);
	-webkit-transition: opacity 0.3s ease;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 7px;
	height: 11px;
	transform: translateY(-50%);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: '';
	transition: opacity 0.3s ease;
}

.button--spec::before {
	background-image: url(../img/arrow02_black.png);
}

.button--spec::after {
	background-image: url(../img/arrow02_white.png);
	opacity: 0;
}

.button--spec span {
	z-index: 3;
	position: relative;
}

.button--more {
	-webkit-transition: background 0.3s ease, color 0.3s ease;
	position: relative;
	width: 100%;
	max-width: 340px;
	height: 60px;
	overflow: hidden;
	border: 2px solid #000;
	border-radius: 30px;
	background-color: #fff;
	font-size: 22px;
	font-weight: 700;
	transition: background 0.3s ease, color 0.3s ease;
}

.button--more::after {
	-webkit-transform: scale(0);
	-webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: 1;
	position: absolute;
	top: 15px;
	right: 20px;
	width: 30px;
	height: 30px;
	transform: scale(0);
	border-radius: 100%;
	background-color: #000;
	content: '';
	transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.button--more span {
	z-index: 3;
	position: relative;
}

.button--more i {
	-webkit-transform: translateY(-50%);
	z-index: 2;
	position: absolute;
	top: 50%;
	right: 30px;
	width: 12px;
	height: 18px;
	transform: translateY(-50%);
	font-size: 0;
}

.button--more i::before,
.button--more i::after {
	-webkit-transition: opacity 0.3s ease;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: '';
	transition: opacity 0.3s ease;
}

.button--more i::before {
	background-image: url(../img/arrow01_black.png);
}

.button--more i::after {
	background-image: url(../img/arrow01_white.png);
	opacity: 0;
}

.button--next {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-transition: background 0.3s ease, color 0.3s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 500px;
	height: 80px;
	padding: 0 60px;
	overflow: hidden;
	border: 2px solid #000;
	border-radius: 45px;
	background-color: #fff;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	transition: background 0.3s ease, color 0.3s ease;
}

.button--next::after {
	-webkit-transform: scale(0);
	-webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: 1;
	position: absolute;
	top: calc(50% - 16px);
	right: 19px;
	width: 30px;
	height: 30px;
	transform: scale(0);
	border-radius: 100%;
	background-color: #000;
	content: '';
	transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.button--next span {
	z-index: 3;
	position: relative;
}

.button--next i {
	-webkit-transform: translateY(-50%);
	z-index: 2;
	position: absolute;
	top: 50%;
	right: 44px;
	width: 12px;
	height: 18px;
	transform: translateY(-50%);
	font-size: 0;
}

.button--next i::before,
.button--next i::after {
	-webkit-transition: opacity 0.3s ease;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: '';
	transition: opacity 0.3s ease;
}

.button--next i::before {
	background-image: url(../img/arrow01_black.png);
}

.button--next i::after {
	background-image: url(../img/arrow01_white.png);
	opacity: 0;
}

.button--top {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-transition: background 0.3s ease, color 0.3s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 500px;
	height: 80px;
	padding: 0 60px;
	overflow: hidden;
	border: 2px solid #000;
	border-radius: 45px;
	background-color: #fff;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	transition: background 0.3s ease, color 0.3s ease;
}

.button--back {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-transition: background 0.3s ease, color 0.3s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 500px;
	height: 80px;
	padding: 0 60px;
	overflow: hidden;
	border: 2px solid #000;
	border-radius: 45px;
	background-color: #fff;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	transition: background 0.3s ease, color 0.3s ease;
}

.button--back::after {
	-webkit-transform: scale(0);
	-webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: 1;
	position: absolute;
	top: calc(50% - 16px);
	left: 19px;
	width: 30px;
	height: 30px;
	transform: scale(0);
	border-radius: 100%;
	background-color: #000;
	content: '';
	transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.button--back span {
	z-index: 3;
	position: relative;
}

.button--back i {
	-webkit-transform: translateY(-50%);
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 44px;
	width: 12px;
	height: 18px;
	transform: translateY(-50%);
	font-size: 0;
}

.button--back i::before,
.button--back i::after {
	-webkit-transition: opacity 0.3s ease;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: '';
	transition: opacity 0.3s ease;
}

.button--back i::before {
	background-image: url(../img/arrow01_b_black.png);
}

.button--back i::after {
	background-image: url(../img/arrow01_b_white.png);
	opacity: 0;
}

.button--reset {
	-webkit-transition: background 0.3s ease, color 0.3s ease;
	position: relative;
	width: 100%;
	max-width: 340px;
	height: 60px;
	border: 2px solid #000;
	border-radius: 40px;
	background-color: #fff;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	transition: background 0.3s ease, color 0.3s ease;
}

.button--reset span {
	z-index: 1;
	position: relative;
	padding-left: 38px;
}

.button--reset span::before,
.button--reset span::after {
	-webkit-transform: translateY(-50%);
	-webkit-transition: opacity 0.3s ease;
	position: absolute;
	top: 50%;
	left: 0;
	width: 18px;
	height: 18px;
	transform: translateY(-50%);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: '';
	transition: opacity 0.3s ease;
}

.button--reset span::before {
	background-image: url(../img/reset.png);
}

.button--reset span::after {
	background-image: url(../img/reset_o.png);
	opacity: 0;
}

/* display */

.display__flex {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.display__middle_center {
	-ms-flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.fadeup {
	-webkit-transform: translateY(20%);
	-webkit-transition: all 0.5s 0.3s ease;
	transform: translateY(20%);
	opacity: 0;
	transition: all 0.5s 0.3s ease;
}

.fadeup.active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.mt--80 {
	margin-top: 80px !important;
}

.mb--pc-35 {
	margin-bottom: 35px !important;
}

.mb--pc-75 {
	margin-bottom: 75px !important;
}

/* visualNEW */

.visual .visual__main__pc,
.visual .visual__main__sp {
	opacity: 0;
}

.visual .visual__main__pc {
	display: block;
}

.visual .visual__main__sp {
	display: none;
}

.visual__instaxGroup {
	position: relative;
}

.visual__instaxGroup .visual__main {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	width: 93.55783308931186vw;
	margin: 95px auto 0 auto;
}

/* visual__main__title */

.visual__main__title {
	z-index: 10;
	position: absolute;
	top: 12.2vw;
	right: 12.2vw;
	width: 44.848462664714496vw;
	height: 27.98901903367496vw;
	background: url("../img/home_kv_pc_title.png") left top no-repeat;
	background-size: 100%;
}

.visual__main__title span {
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/* visual__main__bg,title,obj */

.visual__main__obj__image {
	display: block;
	position: absolute;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
}

.visual__main__obj__text {
	display: block;
	position: absolute;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
}

.visual__main__obj01 .visual__main__obj__image {
	z-index: 8;
	top: 3vw;
	left: 15.5vw;
	width: 27.529282576866766vw;
	height: 44.21449487554905vw;
	background-image: url("../img/home_kv_pc_obj01.png");
}

.visual__main__obj01 .visual__main__obj__text {
	z-index: 8;
	top: 27vw;
	left: 38vw;
	width: 8.464860907759883vw;
	height: 6.929721815519766vw;
	background-image: url("../img/home_kv_pc_obj01_text.png");
}

.visual__main__obj02 .visual__main__obj__image {
	top: 6.7vw;
	left: 1.2vw;
	width: 18.155197657393852vw;
	height: 17.71595900439239vw;
	background-image: url("../img/home_kv_pc_obj02.png");
}

.visual__main__obj02 .visual__main__obj__text {
	top: 21vw;
	left: 7vw;
	width: 7.333089311859443vw;
	height: 5.34407027818448vw;
	background-image: url("../img/home_kv_pc_obj02_text.png");
}

.visual__main__obj03 .visual__main__obj__image {
	top: 0.5vw;
	left: 31.5vw;
	width: 30.17276720351391vw;
	height: 14.718887262079065vw;
	background-image: url("../img/home_kv_pc_obj03.png");
}

.visual__main__obj03 .visual__main__obj__text {
	top: 0vw;
	left: 34vw;
	width: 11.060761346998536vw;
	height: 6.619326500732065vw;
	background-image: url("../img/home_kv_pc_obj03_text.png");
}

.visual__main__obj04 .visual__main__obj__image {
	top: 1.6vw;
	right: 5.1vw;
	width: 20.351390922401173vw;
	height: 22.18155197657394vw;
	background-image: url("../img/home_kv_pc_obj04.png");
}

.visual__main__obj04 .visual__main__obj__text {
	top: 4.5vw;
	right: 22.3vw;
	width: 12.568814055636896vw;
	height: 5.184480234260615vw;
	background-image: url("../img/home_kv_pc_obj04_text.png");
}

.visual__main__obj05 .visual__main__obj__image {
	z-index: 10;
	top: 23vw;
	right: 0vw;
	width: 19vw;
	height: 15vw;
	background-image: url("../img/home_kv_pc_obj05.png");
}

.visual__main__bg .visual__main__obj__image {
	top: 0vw;
	left: 2.5vw;
	width: 93vw;
	height: 49vw;
	background-image: url("../img/home_kv_pc_bg.png");
}

.newCard,
.scrolldown,
.visual__main__title,
.visual__main__obj__image,
.visual__main__obj__text {
	opacity: 0;
}

.visual__main__obj01 .visual__main__obj__image.active {
	-webkit-animation: objShowUp 0.3s cubic-bezier(1, 0, 0, 1) 0s;
	animation: objShowUp 0.3s cubic-bezier(1, 0, 0, 1) 0s;
}

.visual__main__obj01 .visual__main__obj__text.active {
	-webkit-animation: textSlideInR 0.2s cubic-bezier(1, 0, 0, 1) 0s;
	animation: textSlideInR 0.2s cubic-bezier(1, 0, 0, 1) 0s;
}

.visual__main__obj02 .visual__main__obj__image.active {
	-webkit-animation: objShowUp 0.3s cubic-bezier(1, 0, 0, 1) 0s;
	animation: objShowUp 0.3s cubic-bezier(1, 0, 0, 1) 0s;
}

.visual__main__obj02 .visual__main__obj__text.active {
	-webkit-animation: textSlideInR 0.2s cubic-bezier(1, 0, 0, 1) 0s;
	animation: textSlideInR 0.2s cubic-bezier(1, 0, 0, 1) 0s;
}

.visual__main__obj03 .visual__main__obj__image.active {
	-webkit-animation: objShowUp 0.3s cubic-bezier(1, 0, 0, 1) 0s;
	animation: objShowUp 0.3s cubic-bezier(1, 0, 0, 1) 0s;
}

.visual__main__obj03 .visual__main__obj__text.active {
	-webkit-animation: textSlideInL 0.2s cubic-bezier(1, 0, 0, 1) 0s;
	animation: textSlideInL 0.2s cubic-bezier(1, 0, 0, 1) 0s;
}

.visual__main__obj04 .visual__main__obj__image.active {
	-webkit-animation: objShowUp 0.3s cubic-bezier(1, 0, 0, 1) 0s;
	animation: objShowUp 0.3s cubic-bezier(1, 0, 0, 1) 0s;
}

.visual__main__obj04 .visual__main__obj__text.active {
	-webkit-animation: textSlideInL 0.2s cubic-bezier(1, 0, 0, 1) 0s;
	animation: textSlideInL 0.2s cubic-bezier(1, 0, 0, 1) 0s;
}

.visual__main__obj05 .visual__main__obj__image.active {
	-webkit-animation: objShowUp 0.3s cubic-bezier(1, 0, 0, 1) 0s;
	animation: objShowUp 0.3s cubic-bezier(1, 0, 0, 1) 0s;
}

.visual__main__obj05 .visual__main__obj__image.active._shake {
	-webkit-animation: objShake 0.3s;
	animation: objShake 0.3s;
}

.visual__main__title.active {
	-webkit-animation: titleShowUp 0.5s cubic-bezier(1, 0, 0, 1) 0s;
	animation: titleShowUp 0.5s cubic-bezier(1, 0, 0, 1) 0s;
}

/* Animation Keyframes */

/* visualNEW */

.scrolldown {
	z-index: 25;
	position: absolute;
	right: 1.5vw;
	bottom: 3vw;
	width: 111px;
	font-size: 0;
	line-height: 1;
}

.scrolldown a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 111px;
	height: 111px;
	text-decoration: none;
}

.scrolldown a .bg__circle--fmv {
	-webkit-animation: showreel-ring 20s linear 0s infinite;
	position: absolute;
	top: 0;
	left: 0;
	width: 111px;
	height: 111px;
	animation: showreel-ring 20s linear 0s infinite;
}

.newCard {
	-webkit-transform: rotate(5deg);
	display: inline-block;
	z-index: 20;
	position: absolute;
	bottom: 10%;
	left: -1vw;
	transform: rotate(5deg);
}

.newCard::after {
	z-index: -1;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 234px;
	height: 164px;
	background: #000;
	content: '';
}

.newCard__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 1;
	position: relative;
	width: 234px;
	height: 164px;
	border: 1px solid #000;
	background: #ff8720;
}

.newCard__link {
	padding: 11px 20px 20px 30px;
}

.newCard__title {
	-webkit-transform: rotate(-5deg);
	display: inline-block;
	position: relative;
	transform: rotate(-5deg);
}

.newCard__title::before {
	-webkit-transform: rotate(5deg);
	position: absolute;
	bottom: -11px;
	width: 74px;
	height: 15px;
	transform: rotate(5deg);
	background: url(../img/bg_line02.svg);
	content: '';
}

.newCard__text {
	color: #000;
}

/* heading */

.heading {
	margin-bottom: 24px;
	line-height: 1.5;
	text-align: center;
}

.heading.is--lineup {
	margin-bottom: 60px;
}

.heading.is--library {
	margin-bottom: 65px;
}

.heading.is--library h2 {
	width: 240px;
	margin-right: auto;
	margin-left: auto;
}

.heading h3 {
	font-size: 12px;
	font-weight: 400;
}

.heading.has--line h2 {
	position: relative;
	padding-bottom: 13px;
}

.heading.has--line h2::after {
	-webkit-transform: translateX(-50%);
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 30px;
	height: 2px;
	transform: translateX(-50%);
	border-top: 2px solid #000;
	content: '';
}

.heading.has--line.is--lineup h2 {
	width: 167px;
	margin-right: auto;
	margin-left: auto;
}

.heading.has--line h3 {
	margin-top: 14px;
	font-size: 18px;
	font-weight: 700;
}

/* animation */

#news_animation {
	width: 91px;
	height: 42px;
}

#news_animation .cls-1 {
	fill: none;
	stroke: #fff;
	stroke-width: 20;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
}

/* lead */

.lead {
	position: relative;
	margin-bottom: 145px;
	padding-top: 92px;
	padding-left: 100px;
}

.lead .bgtext {
	display: inline-block;
	position: relative;
}

.lead .bgtext__inn {
	display: inline-block;
	z-index: 1;
	position: relative;
}

.lead__box {
	position: relative;
	max-width: 990px;
	min-height: 165px;
	padding: 40px 55px;
	background-color: #fff;
	font-size: 24px;
	line-height: 2;
	text-align: center;
}

.lead__box::after,
.lead__box::before {
	position: absolute;
	width: 59px;
	height: 51px;
	background: transparent url(../img/bg_line01.svg) no-repeat 0 0;
	background-size: 100% auto;
	content: '';
}

.lead__box::before {
	top: -15px;
	left: -15px;
}

.lead__box::after {
	right: -15px;
	bottom: -17px;
}

.lead__box.active .bgtext::after {
	-webkit-animation: bgline 2.6s 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	-webkit-transform-origin: left center;
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 5px;
	transform-origin: left center;
	background-color: #edba2f;
	animation: bgline 2.6s 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	content: '';
	opacity: 0;
}

.lead__image img {
	max-width: 193px;
}

.lead__image span {
	max-width: 141px;
}

.lead__image span img {
	width: 100%;
	max-width: inherit;
}

/* newmovies */

.newmovies {
	margin-bottom: 160px;
}

.newmovies__container {
	padding: 0 83px;
}

.newmovies__title {
	z-index: 2;
	position: relative;
	margin-bottom: -30px;
}

.newmovies__title h3 {
	position: relative;
	margin-top: 17px;
	padding: 0 0 0 32px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}

.newmovies__title h3::before {
	-webkit-transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 2px;
	transform: translateY(-50%);
	border-bottom: 2px solid #000;
	content: '';
}

.newmovies__item {
	width: 16%;
	padding: 0 2.5% 10px;
}

.newmovies__box {
	display: block;
	position: relative;
	height: 100%;
}

.newmovies__box::after {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	background-color: #fff;
	content: '';
}

.newmovies__box--color1::after {
	background-color: #3bb578;
}

.newmovies__box--color2::after {
	background-color: #c6a1dd;
}

.newmovies__box--color3::after {
	background-color: #58b0f1;
}

.newmovies__box--color4::after {
	background-color: #edba2f;
}

.newmovies__content {
	z-index: 1;
	position: relative;
	height: 100%;
	padding: 16px 16px 20px;
	border: 1px solid #000;
	background-color: #f5f3e9;
}

.newmovies__image {
	overflow: hidden;
	border-radius: 10px;
	font-size: 0;
}

.newmovies__image img {
	width: 100%;
}

.newmovies__text {
	font-size: 14px;
	line-height: 1.4;
}

.newmovies__swiper {
	position: relative;
}

.newmovies .swiper-slide {
	-webkit-filter: blur(5px);
	height: auto;
	filter: blur(5px);
	opacity: 0.7;
}

.newmovies .swiper-slide .newmovies__box {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.newmovies .swiper-slide-active {
	z-index: 2;
}

.newmovies .swiper-slide-active .newmovies__box {
	-webkit-transform: scale(1.2) rotate(5deg);
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
	transform: scale(1.2) rotate(5deg);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}

/* newArrival */

.newArrival {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	gap: 91px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin: 73px 0 119px;
}

.newArrival__mainTitle {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.newArrival__titleEn {
	width: 100%;
}

.newArrival__titleEn img {
	width: 100%;
	height: 100%;
}

.newArrival__titleJa {
	position: relative;
	margin-top: 15px;
	padding: 0 0 0 32px;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

.newArrival__titleJa::before {
	-webkit-transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 2px;
	transform: translateY(-50%);
	background: #000;
	content: '';
}

.newArrival__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

.newArrival__card {
	position: relative;
	width: 420px;
	border: 1px solid #000;
	background: #fff;
}

.newArrival__card::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 81.95px;
	height: 38.01px;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #ff8720), color-stop(50%, transparent));
	background: linear-gradient(to bottom right, #ff8720 50%, transparent 50%);
	content: '';
}

.newArrival__card::after {
	z-index: -1;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 420px;
	height: 130px;
	border: 1px solid #000;
	background: #000;
	content: '';
}

.newArrival__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	gap: 19px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	align-items: center;
	padding: 24px 27px;
}

.newArrival__link:hover .newArrival__title {
	text-decoration: underline;
}

.newArrival__tag {
	-webkit-transform: rotate(-25deg);
	position: absolute;
	top: 10px;
	left: 6px;
	transform: rotate(-25deg);
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	text-align: left;
}

.newArrival__image {
	min-width: 80px;
	max-width: 80px;
	height: 80px;
}

.newArrival__image img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.newArrival__text {
	max-width: 262px;
}

.newArrival__title {
	overflow: hidden;
	font-size: 15px;
	line-height: 1.5;
	text-overflow: ellipsis;
	white-space: normal;
}

.newArrival__day {
	margin-top: 10px;
	color: #6e6a59;
	font-size: 12px;
	line-height: 1;
}

/* vote */

.animation__shake {
	-webkit-animation: tilt-shaking 2s linear infinite;
	-webkit-animation-delay: 0.3s;
	animation: tilt-shaking 2s linear infinite;
	animation-delay: 0.3s;
}

.vote__container {
	padding: 0 83px;
}

.vote__copy {
	font-size: 22px !important;
}

.vote__title {
	-ms-flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: -80px;
	text-align: center;
}

.vote__title h2 {
	position: relative;
	margin-bottom: 24px;
	font-size: 0;
	text-align: center;
}

.vote__title h2 > img {
	z-index: 1;
	position: relative;
	width: 100%;
	max-width: 1165px;
}

.vote__title h2 > span {
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	width: 10.518%;
	max-width: 132px;
	opacity: 1;
}

.vote__title h2 > span img {
	width: 100%;
}

.vote__title.active h2::before {
	-webkit-animation: bgline 2.6s 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	-webkit-transform-origin: left center;
	position: absolute;
	bottom: 0;
	left: 24%;
	width: 53%;
	height: 10.95%;
	transform-origin: left center;
	background-color: #fff;
	animation: bgline 2.6s 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	content: '';
	opacity: 0;
}

.vote__title p {
	width: 100%;
	font-size: 18px;
}

.vote__wrap {
	margin-bottom: 190px;
	padding-top: 108px;
	padding-bottom: 142px;
	background-color: #e8e4d0;
}

.vote__filter {
	-ms-flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -12px -26px;
}

.vote__filter li {
	position: relative;
	width: 25%;
	margin-bottom: 40px;
	padding: 0 12px;
}

.vote__box {
	-webkit-transition: all 0.15s ease-in;
	position: relative;
	cursor: pointer;
	transition: all 0.15s ease-in;
}

.vote__box::after {
	-webkit-transition: all 0.15s ease-in;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	background-color: #000;
	content: '';
	transition: all 0.15s ease-in;
}

.vote__box_in {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 1;
	position: relative;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 180px;
	padding: 5px;
	border-radius: 20px;
	background-color: #fff;
}

.vote__box_in::after {
	-webkit-transition: all 0.15s ease-in;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #000;
	border-radius: 20px;
	content: '';
	transition: all 0.15s ease-in;
}

.vote__icon {
	display: block;
	height: 100px;
	margin: 0 auto 10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.vote__icon--1 {
	width: 138.08px;
	background-image: url(../img/fmv_icon01.svg);
}

.vote__icon--2 {
	width: 81.11px;
	background-image: url(../img/fmv_icon02.svg);
}

.vote__icon--3 {
	width: 73.33px;
	background-image: url(../img/fmv_icon03.svg);
}

.vote__icon--4 {
	width: 141.26px;
	background-image: url(../img/fmv_icon04.svg);
}

.vote__icon--5 {
	width: 104.29px;
	background-image: url(../img/fmv_icon05.svg); /*width: 76.9px;*/
}

.vote__icon--6 {
	width: 137.83px;
	background-image: url(../img/fmv_icon06.svg);
}

.vote__icon--7 {
	width: 90.85px;
	background-image: url(../img/fmv_icon07.svg);
}

.vote__icon--8 {
	width: 129.31px;
	background-image: url(../img/fmv_icon08.svg);
}

.vote__item {
	display: block;
	height: 100%;
}

.vote__item input[type='checkbox'] {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.vote__item input[type='checkbox']:checked + .vote__box::after {
	width: calc(100% - 12px);
	height: calc(100% - 12px);
}

.vote__item input[type='checkbox']:checked + .vote__box .vote__box_in::after {
	border: 4px solid #58b0f1;
}

.vote__item input[type='checkbox']:checked + .vote__box .vote__icon--1 {
	background-image: url(../img/fmv_icon01_o.svg);
}

.vote__item input[type='checkbox']:checked + .vote__box .vote__icon--2 {
	background-image: url(../img/fmv_icon02_o.svg);
}

.vote__item input[type='checkbox']:checked + .vote__box .vote__icon--3 {
	background-image: url(../img/fmv_icon03_o.svg);
}

.vote__item input[type='checkbox']:checked + .vote__box .vote__icon--4 {
	background-image: url(../img/fmv_icon04_o.svg);
}

.vote__item input[type='checkbox']:checked + .vote__box .vote__icon--5 {
	background-image: url(../img/fmv_icon05_o.svg);
}

.vote__item input[type='checkbox']:checked + .vote__box .vote__icon--6 {
	background-image: url(../img/fmv_icon06_o.svg);
}

.vote__item input[type='checkbox']:checked + .vote__box .vote__icon--7 {
	background-image: url(../img/fmv_icon07_o.svg);
}

.vote__item input[type='checkbox']:checked + .vote__box .vote__icon--8 {
	background-image: url(../img/fmv_icon08_o.svg);
}

.vote__text {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.vote__reset {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.result__box {
	-webkit-box-shadow: 10px 10px 0 #000;
	margin-top: 60px;
	border: 2px solid #000;
	background-color: #fff;
	box-shadow: 10px 10px 0 #000;
}

.result__before {
	-webkit-transform: translateY(10%);
	-webkit-animation: fadeIn 0.5s ease 1 forwards;
	display: none;
	padding: 87px 20px 50px;
	transform: translateY(10%);
	animation: fadeIn 0.5s ease 1 forwards;
	opacity: 0;
}

.result__before.show {
	display: block;
}

.result__before_title {
	margin-bottom: 26px;
	font-size: 0;
	text-align: center;
}

.result__before_image {
	position: relative;
	max-width: 484px;
	min-height: 375px;
	margin: 0 auto;
	font-size: 0;
}

.result__before_imageB {
	position: absolute;
	top: -90px;
	right: -350px;
	width: 383px;
}

.result__after {
	-webkit-transform: translateY(10%);
	-webkit-animation: fadeIn 0.5s ease 1 forwards;
	display: none;
	transform: translateY(10%);
	animation: fadeIn 0.5s ease 1 forwards;
	opacity: 0;
}

.result__after.show {
	display: block;
}

.result__after .recontact {
	padding: 52px 15px 68px;
	background: url(../img/bg_dot02.png) repeat-x left top;
}

.result__after .recontact h3 {
	margin-bottom: 54px;
	font-size: 0;
	text-align: center;
}

.result__after .recontact__button {
	width: 445px;
}

.result__after .recontact__button a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	padding: 0 15px;
	border: 2px solid #000;
	border-radius: 45px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.result__after .recontact__button a:not(:first-child) {
	margin-top: 20px;
}

.result__after .recontact__button a span {
	display: inline-block;
	position: relative;
}

.result__after .recontact__button a span::before {
	-webkit-transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: '';
}

.result__after .recontact__button_line {
	background-color: #06c755;
}

.result__after .recontact__button_line span {
	padding-left: 60px;
}

.result__after .recontact__button_line span::before {
	width: 44px;
	height: 42px;
	background-image: url(../img/ico_line@2x.png);
}

.result__after .recontact__button_mail {
	background-color: #58b0f1;
}

.result__after .recontact__button_mail span {
	padding-left: 56px;
}

.result__after .recontact__button_mail span::before {
	width: 42px;
	height: 24px;
	background-image: url(../img/ico_mail@2x.png);
}

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

.result__after .recontact__row_in {
	position: relative;
	padding-left: 360px;
}

.result__after .recontact__image {
	position: absolute;
	bottom: -30px;
	left: -36px;
	width: 372px;
	font-size: 0;
}

.result__after .recontact__image span {
	position: absolute;
	top: 0;
	left: 0;
	width: 175px;
}

.result__after .reinfo {
	position: relative;
	padding: 80px 23px 0;
}

.result__after .reinfo__title {
	position: absolute;
	top: 34px;
	left: 42px;
	font-size: 0;
}

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

.result__after .reinfo__name span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-shadow: 10px 10px 0 #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 400px;
	height: 80px;
	padding: 0 10px;
	border: 1px solid #000;
	background-color: #fff;
	box-shadow: 10px 10px 0 #000;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.result__after .reinfo__name--color1 span {
	-webkit-box-shadow: 10px 10px 0 #3bb578;
	box-shadow: 10px 10px 0 #3bb578;
}

.result__after .reinfo__name--color2 span {
	-webkit-box-shadow: 10px 10px 0 #c6a1dd;
	box-shadow: 10px 10px 0 #c6a1dd;
}

.result__after .reinfo__name--color3 span {
	-webkit-box-shadow: 10px 10px 0 #58b0f1;
	box-shadow: 10px 10px 0 #58b0f1;
}

.result__after .reinfo__name--color4 span {
	-webkit-box-shadow: 10px 10px 0 #edba2f;
	box-shadow: 10px 10px 0 #edba2f;
}

.result__after .reinfo__row {
	-ms-flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.result__after .reinfo__body {
	width: 510px;
	min-height: 404px;
	padding: 60px 0;
}

.result__after .reinfo__product {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 480px;
	font-size: 0;
	text-align: center;
}

.result__after .reinfo__product img {
	max-width: 100%;
}

.result__after .reinfo__text {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
}

.result__after .reinfo__button {
	max-width: 340px;
	margin: 36px auto 0;
}

.result__after .reinfo__button .button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: 20px;
}

/* lineup */

.lineup__group {
	margin: 0 auto;
}

.lineup__row {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.lineup__content {
	width: 50%;
	padding-right: 65px;
	padding-left: calc(50vw - 530px);
}

.lineup__body {
	position: relative;
	padding-top: 100px;
}

.lineup__slider {
	width: 50%;
}

.lineup__slider .swiper {
	position: relative;
	padding-bottom: 30px;
	overflow: hidden;
}

.lineup__slide {
	position: relative;
}

.lineup__caption {
	position: absolute;
	right: 13px;
	bottom: 13px;
	color: #fff;
	font-size: 12px;
	line-height: 1.2;
	text-shadow: 0 0 4px #000;
}

.lineup__series {
	position: absolute;
	top: -40px;
	left: -80px;
	width: 100%;
	line-height: 1;
}

.lineup__series span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-shadow: 6px 6px 0 #3bb578;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 400px;
	height: 80px;
	padding: 5px;
	border: 1px solid #000;
	background-color: #fff;
	box-shadow: 6px 6px 0 #3bb578;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
}

.lineup__title {
	margin-bottom: 14px;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5;
}

.lineup__title .bgtext {
	display: inline-block;
	position: relative;
	padding: 0 5px;
}

.lineup__title .bgtext__inn {
	display: inline-block;
	z-index: 1;
	position: relative;
}

.lineup__title.active .bgtext::after {
	-webkit-animation: bgline 2.6s 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	-webkit-transform-origin: left center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-origin: left center;
	background-color: rgba(59, 181, 120, 0.15);
	animation: bgline 2.6s 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	content: '';
	opacity: 0;
}

.lineup__text {
	margin-top: 26px;
	line-height: 1.7778;
}

.lineup__text + p.lineup__note {
	margin-top: 6px;
}

.lineup__note {
	padding-left: 1em;
	font-size: 11px;
	line-height: 1.6;
	text-indent: -1em;
}

.lineup__button {
	margin-top: 24px;
}

.lineup__button .button {
	margin-top: 12px;
}

.lineup__item {
	margin-bottom: 165px;
	background-color: #fff;
}

.lineup__item:last-child {
	margin-bottom: 0 !important;
}

.lineup__item--color2 .lineup__series span {
	-webkit-box-shadow: 6px 6px 0 #c6a1dd;
	box-shadow: 6px 6px 0 #c6a1dd;
}

.lineup__item--color2 .lineup__title.active .bgtext::after {
	background-color: rgba(198, 161, 221, 0.15);
}

.lineup__item--color2 .point__body {
	-webkit-box-shadow: 12px 12px 0 #c6a1dd;
	box-shadow: 12px 12px 0 #c6a1dd;
}

.lineup__item--color2 .point__title span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(56%, rgba(255, 255, 255, 0)), color-stop(56%, rgba(198, 161, 221, 0.15)));
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 56%, rgba(198, 161, 221, 0.15) 56%);
}

.lineup__item--color3 .lineup__series span {
	-webkit-box-shadow: 6px 6px 0 #58b0f1;
	box-shadow: 6px 6px 0 #58b0f1;
}

.lineup__item--color3 .lineup__title.active .bgtext::after {
	background-color: rgba(88, 176, 241, 0.15);
}

.lineup__item--color3 .point__body {
	-webkit-box-shadow: 12px 12px 0 #58b0f1;
	box-shadow: 12px 12px 0 #58b0f1;
}

.lineup__item--color3 .point__title span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(56%, rgba(255, 255, 255, 0)), color-stop(56%, rgba(88, 176, 241, 0.15)));
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 56%, rgba(88, 176, 241, 0.15) 56%);
}

.lineup__item--color4 .lineup__series span {
	-webkit-box-shadow: 6px 6px 0 #edba2f;
	box-shadow: 6px 6px 0 #edba2f;
}

.lineup__item--color4 .lineup__title.active .bgtext::after {
	background-color: rgba(237, 186, 47, 0.15);
}

.lineup__item--color4 .point__body {
	-webkit-box-shadow: 12px 12px 0 #edba2f;
	box-shadow: 12px 12px 0 #edba2f;
}

.lineup__item--color4 .point__title span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(56%, rgba(255, 255, 255, 0)), color-stop(56%, rgba(237, 186, 47, 0.15)));
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 56%, rgba(237, 186, 47, 0.15) 56%);
}

.lineup__spacer {
	margin-top: -50px;
	padding-top: 50px;
}

/* point */

.point {
	position: relative;
	max-width: 1040px;
	margin: 0 auto;
	padding-bottom: 77px;
}

.point__heading {
	-webkit-transition: opacity 0.3s ease;
	margin-bottom: 25px;
	font-size: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.point__heading svg {
	width: 167px;
}

.point__heading.is-vivus {
	opacity: 1;
}

.point__heading #pointColor1 .cls-1,
.point__heading #pointColor1 .cls-2 {
	stroke: #3bb578;
}

.point__heading #pointColor1 .cls-3 {
	fill: #3bb578;
}

.point__heading #pointColor2 .cls-1,
.point__heading #pointColor2 .cls-2 {
	stroke: #c6a1dd;
}

.point__heading #pointColor2 .cls-3 {
	fill: #c6a1dd;
}

.point__heading #pointColor3 .cls-1,
.point__heading #pointColor3 .cls-2 {
	stroke: #58b0f1;
}

.point__heading #pointColor3 .cls-3 {
	fill: #58b0f1;
}

.point__heading #pointColor4 .cls-1,
.point__heading #pointColor4 .cls-2 {
	stroke: #edba2f;
}

.point__heading #pointColor4 .cls-3 {
	fill: #edba2f;
}

.point__list {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -35px;
}

.point__item {
	width: 33.33333%;
	height: auto !important;
	padding: 0 35px;
}

.point__body {
	-webkit-box-shadow: 12px 12px 0 #3bb578;
	padding: 20px 20px 24px;
	border: 1px solid #000;
	background-color: #fff;
	box-shadow: 12px 12px 0 #3bb578;
}

.point__title {
	margin-bottom: 17px;
	font-weight: 700;
	line-height: 1.7778;
	text-align: center;
}

.point__title span {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(56%, rgba(255, 255, 255, 0)), color-stop(56%, rgba(59, 181, 120, 0.15)));
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 56%, rgba(59, 181, 120, 0.15) 56%);
}

.point__image {
	position: relative;
	font-size: 0;
}

.point__image img {
	width: 100%;
}

.point__caption {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	font-size: 10px;
	line-height: 1.2;
	text-shadow: 0 0 4px #000;
}

.point__text {
	line-height: 1.7778;
	text-align: justify;
}

.point__note {
	font-size: 11px;
	line-height: 1.6;
}

/* swiper */

.swiper-slide {
	height: auto;
}

.swiper__pagination {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	justify-content: center;
	width: 100%;
	font-size: 0;
	line-height: 1;
}

.swiper__pagination .swiper-pagination-bullet {
	-webkit-transition: background 0.3s ease;
	width: 10px;
	height: 10px;
	margin: 0 5px !important;
	border: 1px solid #000;
	border-radius: 100%;
	background-color: #fff;
	opacity: 1;
	transition: background 0.3s ease;
}

.swiper__pagination .swiper-pagination-bullet-active {
	background-color: #000;
}

.swiper__button_next,
.swiper__button_prev {
	-webkit-box-shadow: 16px 16px 16px rgba(0, 0, 0, 0.16);
	-webkit-transition: all 0.3s ease;
	display: block;
	z-index: 3;
	width: 80px;
	height: 80px;
	border: 2px solid #000;
	border-radius: 100%;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 13px 20px;
	box-shadow: 16px 16px 16px rgba(0, 0, 0, 0.16);
	font-size: 0;
	cursor: pointer;
	opacity: 1;
	transition: all 0.3s ease;
}

.swiper__button_next:hover,
.swiper__button_prev:hover {
	background-color: #000;
}

.swiper__button_next {
	background-image: url(../img/slide_next.png);
}

.swiper__button_next:hover {
	background-image: url(../img/slide_next_on.png);
}

.swiper__button_prev {
	background-image: url(../img/slide_prev.png);
}

.swiper__button_prev:hover {
	background-image: url(../img/slide_prev_on.png);
}

/* banner */

.banner {
	margin-bottom: 140px;
	padding: 85px 0 80px;
	background-color: #fff;
}

.banner .container {
	max-width: 1030px;
}

.banner__title {
	margin-bottom: 54px;
	font-size: 0;
	line-height: 1;
	text-align: center;
}

.banner__title .bgline {
	display: inline-block;
	position: relative;
}

.banner__title.active .bgline::after {
	-webkit-animation: bgline 2.6s 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	-webkit-transform-origin: left center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 28.57%;
	transform-origin: left center;
	background-color: rgba(237, 186, 47, 0.34);
	animation: bgline 2.6s 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	content: '';
	opacity: 0;
}

.banner__title img {
	z-index: 1;
	position: relative;
	max-width: 500px;
}

.banner__list {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin: 0 -20px -15px;
	font-size: 0;
	line-height: 1;
}

.banner__list img {
	width: 100%;
}

.banner__list li {
	width: 50%;
	margin-bottom: 15px;
	padding: 0 20px;
}

/* library */

.library__container {
	padding: 0 83px;
}

.library__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 35px;
	line-height: 1.5;
}

.library__title h3 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 9px 4px 8px 8px;
	background-color: #e8e4d0;
	font-size: 0;
	line-height: 1;
}

.library__title p {
	margin-left: 16px;
	font-size: 14px;
}

.library__tab__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 3px solid #000;
}

.library__tab__nav .library__tab__nav__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 10px;
}

.library__tab__nav .library__tab__nav__item:last-child {
	margin-right: 0;
}

.library__tab__nav .library__tab__nav__item button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 10px 30px;
	border: 2px solid #000;
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
	background-color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.45;
}

.library__tab__nav .library__tab__nav__item.active button {
	background-color: #000;
	color: #fff;
	pointer-events: none;
}

.library__tab__nav .library__tab__nav__item.active button:hover {
	cursor: default;
}

#drama .library__tab__nav .library__tab__nav__item button {
	padding: 10px 20px;
}

.library__tab__main {
	position: relative;
	margin-top: 30px;
}

.library__tab__main .library__tab__main__item .comics__swiper,
.library__tab__main .library__tab__main__item .drama__swiper {
	position: relative;
	height: 0;
	overflow: hidden;
	opacity: 0;
}

.library__tab__main .library__tab__main__item.active .comics__swiper,
.library__tab__main .library__tab__main__item.active .drama__swiper {
	height: auto;
	overflow: visible;
	opacity: 1;
}

/*
  24/10 - シーズン3の漫画の件数が5件以上になったら外す
*/

/*
.comics__swiper3 .comics__next,
.comics__swiper3 .comics__prev {
  display: none;
}
@include sm-breakpoint {
  .comics__swiper3 .comics__next,
  .comics__swiper3 .comics__prev {
    display: block;
  }
}
*/

/* movies */

.movies {
	margin-bottom: 60px;
}

.movies__last {
	margin-bottom: 128px;
}

.movies__heading {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.44;
}

.movies__item {
	width: 245px;
	padding: 0 30px 10px 0;
}

.movies__box {
	display: block;
	position: relative;
	height: 100%;
}

.movies__box::after {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	background-color: #fff;
	content: '';
}

.movies__box--color1::after {
	background-color: #3bb578;
}

.movies__box--color2::after {
	background-color: #c6a1dd;
}

.movies__box--color3::after {
	background-color: #58b0f1;
}

.movies__box--color4::after {
	background-color: #edba2f;
}

.movies__content {
	z-index: 1;
	position: relative;
	height: 100%;
	padding: 16px 16px 20px;
	border: 1px solid #000;
	background-color: #f5f3e9;
}

.movies__image {
	overflow: hidden;
	border-radius: 10px;
	font-size: 0;
}

.movies__image img {
	width: 100%;
}

.movies__text {
	font-size: 14px;
	line-height: 1.4;
}

.movies__swiper {
	position: relative;
}

/* comics */

.comics {
	margin-bottom: 60px;
}

.comics__last {
	margin-bottom: 128px;
}

.comics__item {
	width: 245px;
	padding: 0 30px 10px 0;
}

.comics__heading {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.44;
}

.comics__box {
	display: block;
	position: relative;
	height: 100%;
}

.comics__box::after {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	background-color: #000;
	content: '';
}

.comics__content {
	z-index: 1;
	position: relative;
	height: 100%;
	padding: 16px 16px 20px;
	border: 1px solid #000;
	background-color: #e8e4d0;
}

.comics__image {
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 10px;
	font-size: 0;
}

.comics__image img {
	width: 100%;
}

.comics__text {
	font-size: 14px;
	line-height: 1.4;
}

.comics__soon {
	position: relative;
	height: 100%;
}

.comics__soon span {
	-webkit-transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	color: #d5d2c7;
	font-size: 24px;
	font-weight: 700;
	white-space: nowrap;
}

.comics__modal_content {
	text-align: center;
}

/* contents */

.contents__list {
	padding: 0;
}

.contents__item { /*
      Article箇所 最新記事3件表示、4件目以降は非表示(CSSにて非表示)
      「もっと見る」ボタンをクリックして残りを表示(main.jsにて表示)
    */
}

.contents__item:not(:last-child) {
	margin-bottom: 6px;
}

.contents__item:nth-child(n + 4) {
	display: none;
	opacity: 0;
}

.contents__item a {
	display: block;
	position: relative;
	padding: 30px 100px 28px 80px;
	background-color: #fff;
	text-decoration: none;
}

.contents__item a::after {
	-webkit-transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 80px;
	width: 13px;
	height: 20px;
	transform: translateY(-50%);
	background: transparent url(../img/arrow03_black.png) no-repeat 0 0;
	background-size: 100% 100%;
	content: '';
}

.contents__item dl dt {
	position: relative;
	padding: 0 0 0 40px;
	font-family: "Caveat", sans-serif;
	font-size: 20px;
	letter-spacing: -0.03em;
	line-height: 1.4;
}

.contents__item dl dt::before {
	-webkit-transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 2px;
	transform: translateY(-50%);
	border-bottom: 2px solid #000;
	font-size: 0;
	line-height: 0;
	content: '';
}

.contents__item dl dd {
	font-size: 16px;
	line-height: 1.5;
}

.contents__item dl dd .new {
	display: inline-block;
	position: relative;
	width: 38px;
	height: 12px;
	margin-left: 13px;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
}

.contents__item dl dd .new::after {
	-webkit-transform: translateY(-50%);
	position: absolute;
	top: calc(50% + 2px);
	left: 3px;
	width: 37.53px;
	height: 28.8px;
	transform: translateY(-50%);
	background: transparent url(../img/new.svg) no-repeat 0 0;
	content: '';
}

.contents .contents__more {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.contents .contents__more button.contents__more_event {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-transition: background-color 0.3s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 340px;
	height: 60px;
	overflow: hidden;
	border: 2px solid #000;
	border-radius: 40px;
	background-color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	transition: background-color 0.3s ease;
}

.contents .contents__more button.contents__more_event span {
	-webkit-transition: color 0.3s ease;
	z-index: 3;
	position: relative;
	transition: color 0.3s ease;
}

.contents .contents__more button.contents__more_event::after {
	-webkit-transform: scale(0);
	-webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: 1;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	transform: scale(0);
	border-radius: 100%;
	background-color: #000;
	content: '';
	transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.contents .contents__more button.contents__more_event i {
	-webkit-transform: translateY(-50%);
	z-index: 2;
	position: absolute;
	top: 63%;
	left: 75px;
	width: 15px;
	height: 15px;
	transform: translateY(-50%);
	font-size: 0;
}

.contents .contents__more button.contents__more_event i::after,
.contents .contents__more button.contents__more_event i::before {
	-webkit-transition: background-color 0.3s ease;
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #000;
	content: '';
	transition: background-color 0.3s ease;
}

.contents .contents__more button.contents__more_event i::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.contents .contents__more button.contents__more_event:hover {
	background-color: #000;
}

.contents .contents__more button.contents__more_event:hover span {
	color: #fff;
}

.contents .contents__more button.contents__more_event:hover i::before,
.contents .contents__more button.contents__more_event:hover i::after {
	background-color: #fff;
}

.contents .contents__more button.contents__more_event span.text_open {
	display: block;
}

.contents .contents__more button.contents__more_event span.text_close {
	display: none;
}

.contents .contents__more.opened button.contents__more_event span.text_open {
	display: none;
}

.contents .contents__more.opened button.contents__more_event span.text_close {
	display: block;
}

.contents .contents__more.opened button.contents__more_event i::after {
	display: none;
}

/* technical */

.tech {
	padding: 80px 0 120px;
}

.tech__container {
	padding: 0 83px;
}

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

.tech__action a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-transition: color 0.3s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 340px;
	height: 60px;
	overflow: hidden;
	border: 2px solid #000;
	border-radius: 40px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	transition: color 0.3s ease;
}

.tech__action a span {
	z-index: 3;
	position: relative;
}

.tech__action a::after {
	-webkit-transform: scale(0);
	-webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: 1;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	transform: scale(0);
	border-radius: 100%;
	background-color: #000;
	content: '';
	transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.tech__action a i {
	-webkit-transform: translateY(-50%);
	z-index: 2;
	position: absolute;
	top: 50%;
	right: 25px;
	width: 14px;
	height: 14px;
	transform: translateY(-50%);
	font-size: 0;
}

.tech__action a i::after,
.tech__action a i::before {
	-webkit-transition: opacity 0.3s ease;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: transparent url(../img/ico_togg02.png) no-repeat 0 0;
	background-size: 100% 100%;
	content: '';
	transition: opacity 0.3s ease;
}

.tech__action a i::before {
	background: transparent url(../img/ico_togg02_o.png) no-repeat 0 0;
	opacity: 0;
}

.tech__action.opened a i::after {
	background: transparent url(../img/ico_togg01.png) no-repeat 0 0;
}

.tech__action.opened a i::before {
	background: transparent url(../img/ico_togg01_o.png) no-repeat 0 0;
}

.tech__note {
	margin-top: 20px;
	margin-left: 150px;
	padding-left: 2.6em;
	font-size: 11px;
	line-height: 1.5;
	text-indent: -2.6em;
}

.tech__note + p.tech__note {
	margin-top: 0;
}

.tech__freeze {
	display: none;
}

.tech__wrap {
	padding-top: 40px;
}

.tech__group {
	display: none;
}

.tech__head {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}

.tech__head .tech__th {
	padding: 28px 26px; /*
      &:nth-child(4) {
        width: calc((70.8% - 150px) / 2);
        background-color: $color3;
        .tech__th_in {
          height: 40px;
          &:nth-child(2) {
            justify-content: space-between;
          }
          &_in {
            width: calc(50% - 0.5px);
            height: 40px;
            background-color: #3f9bde;
          }
        }
      }
      &:nth-child(5) {
        width: calc((70.8% - 150px) / 2);
        background-color: $color4;
        .tech__th_in {
          height: 40px;
          &:nth-child(2) {
            justify-content: space-between;
          }
          &_in {
            width: calc(50% - 0.5px);
            height: 40px;
            background-color: #d8a007;
          }
        }
      }
      */
}

.tech__head .tech__th:nth-child(1) {
	width: 150px;
}

.tech__head .tech__th:nth-child(n + 2) {
	width: 21.9%;
}

.tech__head .tech__th:nth-child(2) {
	background-color: #58b0f1;
}

.tech__head .tech__th:nth-child(3) {
	background-color: #edba2f;
}

.tech__head .tech__th:nth-child(4) {
	background-color: #3bb578;
}

.tech__head .tech__th:nth-child(5) {
	background-color: #c6a1dd;
}

.tech__row {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.tech__row .tech__th {
	-ms-flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 150px;
	padding: 15px 10px;
	border-right: 1px solid #f5f3e9;
	border-bottom: 1px solid #f5f3e9;
	background-color: #e8e4d0;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

.tech__row .tech__td {
	border-bottom: 1px solid #f5f3e9; /*
        &:nth-child(2) {
          width: 14.6%;
        }
        &:nth-child(3) {
          width: 14.6%;
        }
        &:nth-child(4),
        &:nth-child(5),
        &:nth-child(6),
        &:nth-child(7) {
          width: calc((70.8% - 150px) / 4);
        }
        */
}

.tech__row .tech__td:not(:last-child) {
	border-right: 1px solid #f5f3e9;
}

.tech__row .tech__td:nth-child(n + 2) {
	width: 21.9%;
}

.tech__row .tech__td.is--colspan {
	width: calc((70.8% - 150px) / 2) !important;
}

.tech__row_button .tech__th {
	border: none;
	background: none;
}

.tech__row_button .tech__td {
	padding-right: 18px;
	padding-left: 18px;
}

.tech__row_button a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-transition: background 0.3s ease, color 0.3s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	padding-bottom: 2px;
	overflow: hidden;
	border: 2px solid #000;
	border-radius: 30px;
	font-size: 14px;
	line-height: 1;
	transition: background 0.3s ease, color 0.3s ease;
}

.tech__row_button a::after {
	-webkit-transform: scale(0);
	-webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: 1;
	position: absolute;
	top: 5px;
	right: 10px;
	width: 30px;
	height: 30px;
	transform: scale(0);
	border-radius: 100%;
	background-color: #000;
	content: '';
	transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.tech__row_button a span {
	z-index: 3;
	position: relative;
}

.tech__row_button a i {
	-webkit-transform: translateY(-50%);
	z-index: 2;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 7px;
	height: 11px;
	transform: translateY(-50%);
	font-size: 0;
}

.tech__row_button a i::before,
.tech__row_button a i::after {
	-webkit-transition: opacity 0.3s ease;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: '';
	transition: opacity 0.3s ease;
}

.tech__row_button a i::before {
	background-image: url(../img/arrow02_black.png);
}

.tech__row_button a i::after {
	background-image: url(../img/arrow02_white.png);
	opacity: 0;
}

.tech__td {
	-ms-flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 15px 10px;
	background-color: #fff;
	font-size: 14px;
	text-align: center;
}

.tech__td p:not(:last-child) {
	margin-bottom: 13px;
}

.tech__td small {
	font-size: 12px;
}

/* modal */

.mfp-container {
	padding: 0;
}

.mfp-bg {
	background-color: #fff !important;
	opacity: 0.8 !important;
}

.mfp-close {
	top: 30px !important;
	right: 30px;
	width: 60px;
	height: 60px;
	border: 2px solid #fff !important;
	border-radius: 100%;
	color: #fff !important;
	opacity: 1 !important;
}

.modal__tiktok {
	padding: 110px 15px;
	background-color: #000;
}

.modal__tiktok iframe {
	max-width: 323px;
	margin: 0 auto;
	border-radius: 5px;
}

#splash_logo svg {
	position: absolute;
	width: 100%;
}

#mask {
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
}

#mask .st0 {
	fill: none;
	stroke: #fff;
	stroke-width: 90;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	stroke-dasharray: 1500;
	stroke-dashoffset: 1500;
}

#line1,
#line2 {
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
}

#line1 .cls-1,
#line2 .cls-2 {
	fill: none;
	stroke: #fff;
	stroke-width: 90;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	stroke-dasharray: 1500;
	stroke-dashoffset: 1500;
}

/* detail */

.detail {
	margin-bottom: -38px;
	padding-top: 145px;
}

.detail h1 {
	position: relative;
	margin-bottom: 38px;
	padding: 0 0 0 150px;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.6;
}

.detail h1::before {
	-webkit-transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	width: 90px;
	height: 8px;
	transform: translateY(-50%);
	background-color: #000;
	font-size: 0;
	content: '';
}

.detail h2 {
	margin-bottom: 28px;
	padding: 12px 12px 12px 30px;
	border-left: 4px solid #000;
	background-color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
}

.detail h3 {
	font-weight: 700;
}

.detail .detail__head_num {
	position: relative;
	margin-bottom: 3px;
	font-weight: 700;
}

.detail .detail__head_num span {
	margin-right: 16px;
}

.detail__button {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.detail__button--next a {
	width: 200px;
	height: 60px !important;
	padding: 0 40px 0 28px;
	text-decoration: none !important;
}

.detail__button--next a span {
	font-size: 20px !important;
}

.detail__button--back a {
	width: 200px;
	height: 60px !important;
	padding: 0 23px 0 40px;
	text-decoration: none !important;
}

.detail__button--back a span {
	font-size: 20px !important;
}

.detail__buttonArrow--right {
	position: absolute !important;
	right: 2vw !important;
}

.detail__buttonArrow--left {
	position: absolute !important;
	left: 2vw !important;
}

.detail__list {
	padding-bottom: 30px;
}

.detail__item {
	font-size: 17px;
	font-weight: bold;
}

.detail__attention {
	margin-bottom: 0;
	font-weight: bold;
}

.detail__cat {
	margin-bottom: 40px;
	font-size: 0;
}

.detail__cat span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 10px;
	background-color: #e8e4d0;
}

.detail__container {
	padding: 0 83px;
}

.detail__thumbnail {
	margin-bottom: 38px;
}

.detail__thumbnail > img {
	display: block;
	width: 100%;
}

.detail__body {
	max-width: 900px;
	margin: 0 auto;
}

.detail__body p {
	margin-bottom: 28px;
	font-size: 16px;
	line-height: 1.8;
}

.detail__body p.detail__lead {
	margin-bottom: 58px;
	font-size: 18px;
}

.detail__body p small {
	font-size: 75%;
}

.detail__body a {
	text-decoration: underline;
}

.detail__body a:hover {
	text-decoration: none;
}

.detail__tooltip {
	padding-left: 56px;
}

.detail__box_type1 {
	margin-bottom: 80px;
	padding: 40px;
	border: 1px solid #000;
	border-radius: 20px;
	font-size: 14px;
	line-height: 1.8;
}

.detail__box_type1 dt {
	margin-bottom: 7px;
	font-weight: 700;
}

.detail__box_type2 {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
	padding: 40px;
	border: 1px solid #000;
	border-radius: 20px;
}

.detail__box_type2--image {
	width: 42.68%;
	height: auto;
}

.detail__box_type2--content {
	width: 52.43%;
}

.detail__box_type2--image.-vertical {
	width: 28%;
	padding-right: 2%;
}

.detail__box_type2--image.-vertical + .detail__box_type2--content {
	width: 70%;
}

.detail__box_type2--name {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8;
}

.detail__box_type2--text {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.8;
}

.detail__reference {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 28px;
	margin-bottom: 0px;
	padding: 18px 30px 27px;
	background-color: #e8e4d0;
	font-size: 16px;
	line-height: 1.8;
}

.detail__reference--second {
	margin-top: 20px;
}

.detail__referenceItem:before {
	margin-right: 5px;
	content: '・';
}

.detail__interview {
	-webkit-box-align: start;
	-ms-flex-align: start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin-bottom: 60px;
	padding: 18px 30px 27px;
	background-color: #e8e4d0;
}

.detail__interview p {
	margin-bottom: 0px;
}

.detail__interview--name {
	display: inline-block;
	margin-right: 20px;
	padding: 2px 12px 4px;
	border-radius: 0px 10px 10px 10px;
	background-color: #000;
	color: #fff;
	font-weight: 700;
}

.detail__interview--name span {
	font-size: 12px;
}

.detail__interview--text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.detail__figure.is--flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.detail__flexImage {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	gap: 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
}

.detail__flexImage.--figcaption {
	margin-top: 8px;
	margin-bottom: 33px;
	color: #666;
	font-size: 12px;
	line-height: 1.5;
	white-space: normal;
}

.detail__image {
	max-width: 600px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 33px;
	margin-left: auto;
}

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

.detail__image.is--bg-white img { /*background-color: #fff;*/
}

.detail__image figcaption {
	margin: 8px 0;
	color: #666;
	font-size: 12px;
	line-height: 1.5;
}

.detail__linkBlock {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 80px;
	padding: 40px;
	border: 1px solid #000;
	border-radius: 20px;
}

.detail__linkBlock--image {
	width: 42.68%;
	height: auto;
}

.detail__linkBlock--link {
	width: 52.43%;
}

.detail__linkBlock--link a {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.45;
	text-decoration: none;
}

.detail__linkBlock--link a:hover {
	text-decoration: underline;
}

.detail__contact {
	margin-top: 105px;
	padding: 80px 0 0 0;
	background: url(../img/bg_dash.png) repeat-x 0 0;
}

.detail__contact_head {
	-ms-flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
	text-align: center;
}

.detail__contact_head > div {
	width: 100%;
	font-size: 0;
}

.detail__contact_head h3 {
	position: relative;
	padding: 14px 80px 12px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.8;
}

.detail__contact_head h3::before,
.detail__contact_head h3::after {
	position: absolute;
	bottom: 0;
	width: 61px;
	height: 71px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: '';
}

.detail__contact_head h3::before {
	left: 0;
	background-image: url(../img/dc_left.png);
}

.detail__contact_head h3::after {
	right: 0;
	background-image: url(../img/dc_right.png);
}

.detail__contact_head h3 .bgtext {
	display: inline-block;
	position: relative;
}

.detail__contact_head h3 .bgtext__inn {
	display: inline-block;
	z-index: 1;
	position: relative;
	padding-left: 5px;
}

.detail__contact_head.active h3 .bgtext::after {
	-webkit-animation: bgline 2.6s 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	-webkit-transform-origin: left center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	transform-origin: left center;
	background-color: #fff;
	animation: bgline 2.6s 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	content: '';
	opacity: 0;
}

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

.detail__social {
	-ms-flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 80px;
	font-size: 0;
}

.detail__social li {
	padding: 0 15px;
}

.detail__social li a {
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.detail__social li a:hover {
	opacity: 0.7;
}

#toc_container {
	position: relative;
	margin-bottom: 118px;
	padding: 98px 62px 87px;
	background-color: #e8e4d0;
}

#toc_container .toc_title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 70px;
	padding: 6px;
	border-radius: 0 0 20px;
	background-color: #000;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

#toc_container .toc_list {
	line-height: 1.8;
}

#toc_container .toc_list > li {
	position: relative;
	padding: 0 0 0 25px;
}

#toc_container .toc_list > li::before {
	position: absolute;
	top: 10px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #000;
	content: '';
}

#toc_container .toc_list > li:not(:last-child) {
	margin-bottom: 12px;
}

#toc_container .toc_list > li > a {
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}

#toc_container .toc_list > li > a:hover {
	text-decoration: underline;
}

#toc_container .toc_list > li li a {
	display: inline-block;
	position: relative;
	padding: 0 0 0 30px;
	font-size: 16px;
	text-decoration: none;
}

#toc_container .toc_list > li li a:hover {
	text-decoration: underline;
}

#toc_container .toc_list > li li a .toc_number {
	position: absolute;
	top: 1px;
	left: 0;
}

.newsmovie__button {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	margin-top: 52px;
}

.newsmovie__button .button--spec {
	max-width: 180px;
	height: 40px;
}

.newsmovie__button .button--spec::before,
.newsmovie__button .button--spec::after {
	width: 11px;
	height: 7px;
}

.newsmovie__button .button--spec::before {
	background-image: url(../img/arrow04.png);
}

.newsmovie__button .button--spec::after {
	background-image: url(../img/arrow04_o.png);
}

@media (min-width: 766px) and (max-width: 899px) {

.newArrival {
	gap: 50px !important;
	margin-top: 50px !important; /*margin: 63vw 0 10vw !important;*/
}

}

@media (min-width: 768px) {

.sp {
	display: none !important;
}

.pagetop a {
	-webkit-transition: -webkit-transform 0.3s ease-in-out;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.pagetop a:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.button--cart:hover {
	color: #fff;
}

.button--cart:hover::after {
	-webkit-transform: scale(30);
	transform: scale(30);
}

.button--cart:hover i::before {
	opacity: 0;
}

.button--cart:hover i::after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.button--next:hover,
.button--back:hover {
	color: #fff;
}

.button--next:hover::after,
.button--back:hover::after {
	-webkit-transform: scale(30);
	transform: scale(30);
}

.button--next:hover i::before,
.button--back:hover i::before {
	opacity: 0;
}

.button--next:hover i::after,
.button--back:hover i::after {
	opacity: 1;
}

.button--reset:hover {
	background-color: #000;
	color: #fff;
}

.button--reset:hover span::before {
	opacity: 0;
}

.button--reset:hover span::after {
	opacity: 1;
}

.button--spec:hover {
	background-color: #000;
	color: #fff;
}

.button--spec:hover::before {
	opacity: 0;
}

.button--spec:hover::after {
	opacity: 1;
}

.button--more:hover {
	color: #fff;
}

.button--more:hover::after {
	-webkit-transform: scale(30);
	transform: scale(30);
}

.button--more:hover i::before {
	opacity: 0;
}

.button--more:hover i::after {
	opacity: 1;
}

.lead__image {
	position: absolute;
	bottom: -52px;
	left: -22px;
}

.lead__image span {
	position: absolute;
	top: 0;
	left: 0;
}

.newmovies .swiper-slide-active,
.newmovies .swiper-slide-next,
.newmovies .swiper-slide-next + * {
	-webkit-filter: none;
	filter: none;
	opacity: 1;
}

.vote__box:hover .vote__box_in::after {
	border-width: 4px;
	border-color: #58b0f1;
}

.result__after .recontact__button a {
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.result__after .recontact__button_line:hover {
	background-color: #29e677;
}

.result__after .recontact__button_mail:hover {
	background-color: #58ccff;
}

.lineup__title {
	margin-right: -30px;
}

.lineup__slider {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}

.lineup__slide > img {
	-o-object-fit: cover;
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.point__swiper .swiper-wrapper {
	width: auto;
	margin: 0 -35px;
}

.point__title {
	margin-right: -20px;
	margin-left: -20px;
}

.swiper__button_next,
.swiper__button_prev {
	-webkit-transform: translateY(-50%);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.swiper__button_next {
	right: -40px;
}

.swiper__button_prev {
	left: -40px;
}

.banner__list a {
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.banner__list a:hover {
	opacity: 0.7;
}

.movies__box:hover .movies__text {
	text-decoration: underline;
}

.comics__box:hover .comics__text {
	text-decoration: underline;
}

.contents__item a:hover dd {
	text-decoration: underline;
}

.contents__item dl {
	-webkit-box-align: start;
	-ms-flex-align: start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
}

.contents__item dl dt {
	width: 145px;
}

.contents__item dl dd {
	width: calc(100% - 145px);
}

.tech__action a:hover {
	color: #fff;
}

.tech__action a:hover::after {
	-webkit-transform: scale(30);
	transform: scale(30);
}

.tech__action a:hover i::before {
	opacity: 1;
}

.tech__action a:hover i::after {
	opacity: 0;
}

.tech__row_button a:hover {
	background-color: #000;
	color: #fff;
}

.tech__row_button a:hover::after {
	-webkit-transform: scale(30);
	transform: scale(30);
}

.tech__row_button a:hover i::before {
	opacity: 0;
}

.tech__row_button a:hover i::after {
	opacity: 1;
}

.movies__swiper:not(.swiper-container-initialized) {
	margin-right: -30px;
}

.movies__swiper:not(.swiper-container-initialized) .movies__item {
	width: 20%;
	max-width: 245px;
}

.comics__swiper:not(.swiper-container-initialized) {
	margin-right: -30px;
}

.comics__swiper:not(.swiper-container-initialized) .comics__item {
	width: 20%;
	max-width: 245px;
}

}

@media (min-width: 768px) and (max-width: 989px) {

.lg {
	display: none !important;
}

}

@media (min-width: 768px) and (max-width: 1055px) {

.lead__box {
	min-height: 19.53vw;
	font-size: 2.08333vw;
}

.lineup__title {
	font-size: 3.25vw;
}

.lineup__title:nth-child(2) {
	margin-bottom: 0.4em;
}

}

@media (min-width: 768px) and (max-width: 1023px) {

.newmovies__item {
	padding-right: 4.5%;
	padding-left: 4.5%;
}

}

@media (min-width: 768px) and (max-width: 1110px) {

.newmovies__container {
	padding: 0 15px;
}

.vote__container {
	padding: 0 15px;
}

.result__before_image {
	-webkit-box-align: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	max-width: inherit;
}

.result__before_imageA {
	width: 60%;
}

.result__before_imageB {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	position: inherit;
	top: inherit;
	right: inherit;
	order: 12;
	width: 40%;
	margin-top: -5%;
}

.result__after .reinfo {
	padding-top: 150px;
}

.result__after .reinfo__title {
	-webkit-transform: translateX(-50%);
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
}

.result__after .reinfo__body {
	width: 50%;
}

.result__after .reinfo__product {
	width: 50%;
}

.library__container {
	padding: 0 15px;
}

.tech__container {
	padding: 0 15px;
}

.detail__container {
	padding: 0 15px;
}

}

@media (min-width: 768px) and (max-width: 920px) {

.result__after .reinfo__text {
	font-size: 2.1vw;
}

.result__after .recontact__row {
	display: block;
}

.result__after .recontact__row_in {
	padding-left: 50%;
}

.result__after .recontact__button {
	width: inherit;
}

.result__after .recontact__image {
	left: 2%;
	width: 45%;
}

}

@media (min-width: 768px) and (max-width: 1210px) {

.lineup__series {
	left: -15px;
}

}

@media (min-width: 768px) and (max-width: 1080px) {

.lineup__content {
	padding-left: 15px;
}

}

@media (min-width: 768px) and (max-width: 990px) {

.lineup__title {
	font-size: 32px;
}

}

@media (min-width: 768px) and (max-width: 960px) {

.point .swiper-wrapper {
	margin-right: -20px;
	margin-left: -20px;
}

.point__item {
	padding: 0 20px;
}

}

@media (min-width: 768px) and (max-width: 1115px) {

.swiper__button_next {
	right: 0px;
}

.swiper__button_prev {
	left: 0px;
}

}

@media (min-width: 835px) {

.newmovies__swiper {
	left: -11%;
}

.swiper__button_prev {
	margin-left: 11%;
}

.swiper__button_next {
	margin-right: -11%;
}

.dramaNav .swiper__button_prev,
.comicsNav .swiper__button_prev {
	margin-left: 0;
}

.dramaNav .swiper__button_next,
.comicsNav .swiper__button_next {
	margin-right: 0;
}

}

@media screen and (min-width: 900px) {

.newCard__text {
	margin-top: 10px;
	font-size: 19px;
}

.newArrival__list {
	-ms-flex-wrap: wrap;
	gap: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	width: 880px;
}

}

@media (min-width: 900px) {

.detail__flexImage {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

}

@media (min-width: 920px) {

.hamburger {
	display: none !important;
}

.mainmenu > li {
	position: relative;
}

.mainmenu > li > a {
	position: relative;
}

.mainmenu > li > a .nav__svg {
	position: absolute;
	left: 50%;
}

.mainmenu > li .polaroid {
	stroke: #f9f9f9;
	stroke-width: 3;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	-webkit-transition: opacity 0.3s ease;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.mainmenu > li .polaroid .cls-1,
.mainmenu > li .polaroid .cls-2 {
	fill: none;
	stroke-miterlimit: 4;
	stroke-width: 1px;
}

.mainmenu > li .polaroid .cls-1,
.mainmenu > li .polaroid .cls-2,
.mainmenu > li .polaroid .cls-3 {
	stroke: #000;
}

.mainmenu > li .polaroid .cls-3 {
	fill: none;
	stroke-linecap: round;
	stroke-miterlimit: 4;
	stroke-width: 2px;
}

.mainmenu > li .polaroid.finished .cls-1,
.mainmenu > li .polaroid.finished .cls-2 {
	fill: #edba2f;
}

.mainmenu > li.is-hover .polaroid {
	opacity: 1;
}

.mainmenu > li.nav0 > a .nav__svg {
	top: 2px;
	margin-left: -57px;
}

.mainmenu > li.nav0 > a .nav__svg svg {
	width: 131px;
	height: 56px;
}

.mainmenu > li.nav1 > a .nav__svg {
	top: 4px;
	margin-left: -73px;
}

.mainmenu > li.nav1 > a .nav__svg svg {
	width: 133px;
	height: 54px;
}

.mainmenu > li.nav2 > a .nav__svg {
	top: 3px;
	margin-left: -58px;
}

.mainmenu > li.nav2 > a .nav__svg svg {
	width: 129px;
	height: 57px;
}

.mainmenu > li.nav3 > a .nav__svg {
	top: 6px;
	margin-left: -61px;
}

.mainmenu > li.nav3 > a .nav__svg svg {
	width: 112px;
	height: 51px;
}

.mainmenu > li .submenu {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
	-webkit-transition: all 0.3s ease;
	-webkit-transform: translateY(15%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
	z-index: -1;
	position: absolute;
	top: auto;
	left: 50%;
	justify-content: center;
	width: 360px;
	padding: 20px 0;
	transform: translateY(15%);
	border-radius: 20px;
	background-color: #e8e4d0;
	box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
	opacity: 0;
	transition: all 0.3s ease;
}

.mainmenu > li .submenu::before {
	position: absolute;
	top: -11px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -7px;
	border-right: 7px solid transparent;
	border-bottom: 12px solid #e8e4d0;
	border-left: 7px solid transparent;
	content: '';
}

.mainmenu > li .submenu li {
	padding: 0 15px;
}

.mainmenu > li .submenu li a {
	display: block;
	position: relative;
	padding: 0 20px 0 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
}

.mainmenu > li .submenu li a::after {
	-webkit-transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 0;
	width: 7px;
	height: 11px;
	transform: translateY(-50%);
	background: transparent url(../img/arrow02_black.png) no-repeat 0 0;
	background-size: 100% 100%;
	content: '';
}

.mainmenu > li .submenu li a::before {
	-webkit-transition: width 0.3s linear;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 10px;
	background-color: #fff;
	content: '';
	transition: width 0.3s linear;
}

.mainmenu > li .submenu li a span {
	position: relative;
}

.mainmenu > li .submenu li a:hover::before {
	width: calc(100% - 20px);
}

.mainmenu > li:hover .submenu {
	-webkit-transform: translateY(0);
	visibility: visible;
	z-index: inherit;
	transform: translateY(0);
	opacity: 1;
}

.header.is--sticky .mainmenu > li .submenu {
	border-radius: 0 0 20px 20px;
}

}

@media (min-width: 920px) and (max-width: 1110px) {

.header__inner {
	padding-right: 10px;
	padding-left: 20px;
}

}

@media (min-width: 990px) {

.mmd {
	display: none !important;
}

}

@media (min-width: 1024px) {

.nowrapPC {
	white-space: nowrap;
}

.tech__td.nowrapPC {
	font-size: 12px;
}

}

@media (min-width: 1024px) and (max-width: 1360px) {

.tech__row_button a {
	padding-right: 15px;
}

.tech__row_button a::after {
	right: 10px;
}

.tech__body .tech__td.nowrapPC {
	font-size: 11px;
}

.tech__body .tech__row_button a {
	font-size: 12px;
}

.tech__body .tech__row_button a i {
	right: 10px;
}

.tech__body .tech__row_button a::after {
	right: -1px;
}

}

@media (min-width: 1111px) and (max-width: 1210px) {

.newmovies__container {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 15px;
}

.vote__container {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 15px;
}

.library__container {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 15px;
}

.tech__container {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 15px;
}

.detail__container {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 15px;
}

}

@media (min-width: 1920px) {

.lineup__row {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.lineup__content {
	width: 50%;
	max-width: 760px;
	padding-left: 200px;
}

.lineup__title {
	margin-right: -15%;
	font-size: 2.2vw;
}

.lineup__slider {
	max-height: 600px;
}

.lineup__slide > img {
	-o-object-fit: cover;
	width: 100%;
	height: 600px;
	object-fit: cover;
}

.lineup__item .container {
	max-width: 1560px;
}

.lineup__item .point {
	max-width: 1560px;
}

.lineup__item .point__item {
	max-width: 500px;
}

.lineup__item .swiper-wrapper {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

}

@media (min-width: 2170px) {

.lineup__title {
	margin-right: -80px;
	font-size: 52px;
}

}

@media screen and (max-width: 1329px) {

.header__articleInner {
	display: block;
	padding: 4vw 4vw 3vw;
}

.header__title {
	padding: 0 16px 0 25px;
}

.header__titleText {
	width: 178px;
	font-size: 12px;
}

.header .articleWindows {
	margin-right: 0 !important;
	text-align: right;
}

.newArrival {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	gap: 50px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 5vw 0 10vw;
}

.newArrival__mainTitle {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
}

.newArrival__titleJa {
	padding: 30px 0 0 0;
}

.newArrival__titleJa::before {
	-webkit-transform: translateX(-50%);
	top: 20%;
	left: 50%;
	width: 20px;
	height: 2px;
	transform: translateX(-50%);
	background: #000;
	content: '';
}

.result__before_image {
	min-height: auto;
}

}

@media (max-width: 1023px) {

.md {
	display: none !important;
}

.tech__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: -15px;
}

.tech__note {
	margin-left: 90px;
}

.tech__scroll {
	width: calc(100% - 90px);
	overflow-x: auto;
}

.tech__scroll::-webkit-scrollbar {
	height: 10px;
}

.tech__scroll::-webkit-scrollbar-track {
	background-color: #e8e4d0;
}

.tech__scroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #000;
}

.tech__table {
	width: 1180px;
	padding-bottom: 30px;
}

.tech__head .tech__th { /*
        &:nth-child(2),
        &:nth-child(3) {
          width: 16.7%;
        }
        &:nth-child(4),
        &:nth-child(5) {
          width: calc((100% - 16.7% * 2) / 2);
        }
        */
}

.tech__head .tech__th:nth-child(n + 2) {
	width: 21.9%;
}

.tech__row .tech__td { /*
          &:nth-child(2),
          &:nth-child(3) {
            width: 16.7%;
          }
          &:nth-child(4),
          &:nth-child(5),
          &:nth-child(6),
          &:nth-child(7) {
            width: calc((100% - 16.7% * 2) / 4);
          }
          */
}

.tech__row .tech__td:nth-child(n + 2) {
	width: 21.9%;
}

.tech__row .tech__td.is--colspan {
	width: calc((100% - 16.7% * 2) / 2) !important;
}

.tech__freeze {
	display: block !important;
	width: 90px;
}

.tech__freeze_th {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #f5f3e9;
	background-color: #e8e4d0;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.tech__freeze_th:nth-child(1) {
	height: 80px;
	border: none;
	background: none;
}

.tech__freeze_th:nth-child(2) {
	height: 81px;
}

.tech__freeze_th:nth-child(3) {
	height: 56px;
}

.tech__freeze_th:nth-child(4) {
	height: 145px;
}

.tech__freeze_th:nth-child(5) {
	height: 56px;
}

.tech__freeze_th:nth-child(6) {
	height: 56px;
}

.tech__freeze_th:nth-child(7) {
	height: 56px;
}

.tech__freeze_th:nth-child(8) {
	height: 70px;
	border: none;
	background: none;
}

}

@media (max-width: 919px) {

.header__inner {
	padding: 23px 15px 23px;
}

.header.is--sticky {
	-webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.16);
	background-color: #f5f3e9;
	box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.16);
}

.header.is--sticky .windows {
	visibility: hidden;
	width: 75px;
	opacity: 0;
}

.header.is--sticky .header__inner {
	padding-top: 20px;
	padding-bottom: 20px;
}

.header.is--sticky .hamburger {
	width: 45px;
	height: 45px;
}

#logo img {
	width: 102px;
}

.windows {
	margin-right: 65px;
}

.windows img {
	width: 118.77px;
}

#nav {
	-webkit-transition: all 0.3s ease;
	position: fixed;
	top: 0;
	right: -110%;
	width: 100%;
	height: 100%;
	background-color: #e8e4d0;
	opacity: 0;
	transition: all 0.3s ease;
}

.mainmenu {
	display: block;
	padding-top: 112px;
}

.mainmenu > li:nth-child(1) > a span {
	padding: 0 12px 9px;
}

.mainmenu > li:nth-child(1) > a span::before {
	top: 0px;
	right: -38px;
	background-image: url(../img/icon_nav02_sp.png);
}

.mainmenu > li:nth-child(2) > a span {
	padding: 0 8px 8px;
}

.mainmenu > li:nth-child(2) > a span::before {
	top: -9px;
	left: -35px;
	background-image: url(../img/icon_nav01_sp.png);
}

.mainmenu > li:nth-child(3) > a span {
	padding: 0 12px 9px;
}

.mainmenu > li:nth-child(3) > a span::before {
	top: 0px;
	right: -38px;
	background-image: url(../img/icon_nav02_sp.png);
}

.mainmenu > li:nth-child(4) > a span {
	padding: 0 2px 8px;
}

.mainmenu > li:nth-child(4) > a span::before {
	bottom: 2px;
	left: -42px;
	background-image: url(../img/icon_nav02_sp.png);
}

.mainmenu > li > a {
	display: block;
	height: auto;
	padding: 22px 20px;
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
}

.mainmenu > li > a span {
	display: inline-block;
	position: relative;
}

.mainmenu > li > a span::before {
	position: absolute;
	width: 35px;
	height: 30px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: '';
}

.mainmenu > li > a span::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom: 2px solid #000;
	content: '';
}

.mainmenu > li > a .nav__svg {
	display: none !important;
}

.mainmenu > li .submenu {
	position: relative;
	left: inherit !important;
	width: 74.6667%;
	margin: 10px auto 0 !important;
	padding: 0;
	border-radius: 20px;
	background-color: #f5f3e9;
}

.mainmenu > li .submenu::before {
	position: absolute;
	top: -11px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -7px;
	border-right: 7px solid transparent;
	border-bottom: 12px solid #f5f3e9;
	border-left: 7px solid transparent;
	content: '';
}

.mainmenu > li .submenu li {
	padding: 0 15px;
}

.mainmenu > li .submenu li:not(:last-child) {
	background: url(../img/bg_dot.png) repeat-x left bottom;
}

.mainmenu > li .submenu li a {
	display: block;
	position: relative;
	padding: 20px 15px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.mainmenu > li .submenu li a::after {
	-webkit-transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 24px;
	width: 7px;
	height: 11px;
	transform: translateY(-50%);
	background: transparent url(../img/arrow02_black.png) no-repeat 0 0;
	background-size: 100% 100%;
	content: '';
}

.nav--opened #nav {
	right: 0;
	opacity: 1;
}

}

@media screen and (max-width: 899px) {

.button--top {
	width: 345px;
	font-size: 26px;
}

.visual {
	padding-bottom: 30vw;
}

.visual .visual__main__pc {
	display: none;
}

.visual .visual__main__sp {
	display: block;
}

.visual__instaxGroup {
	width: 100%;
}

.visual__instaxGroup .visual__main {
	-webkit-transform: translateX(-50%);
	position: relative;
	left: 50%;
	width: 158.4vw;
	transform: translateX(-50%);
}

.visual__main__title {
	top: 48vw;
	left: 46vw;
	width: 66.91733333333333vw;
	height: 42.56266666666667vw;
	background: url("../img/home_kv_sp_title.png") left top no-repeat;
	background-size: 100%;
}

.visual__main__obj01 .visual__main__obj__image {
	top: 21vw;
	left: 32vw;
	width: 88.87466666666666vw;
	height: 88.104vw;
	background-image: url("../img/home_kv_sp_obj01.png");
}

.visual__main__obj01 .visual__main__obj__text {
	top: 45vw;
	left: 114vw;
	width: 13vw;
	height: 10vw;
	background-image: url("../img/home_kv_pc_obj01_text.png");
}

.visual__main__obj02 .visual__main__obj__image {
	top: 0vw;
	left: 32vw;
	width: 33.989333333333335vw;
	height: 31.618666666666666vw;
	background-image: url("../img/home_kv_sp_obj02.png");
}

.visual__main__obj02 .visual__main__obj__text {
	top: 25vw;
	left: 44vw;
	width: 13.106666666666666vw;
	height: 9.872vw;
	background-image: url("../img/home_kv_sp_obj02_text.png");
}

.visual__main__obj03 .visual__main__obj__image {
	top: 6vw;
	left: 64vw;
	width: 46.128vw;
	height: 38.296vw;
	background-image: url("../img/home_kv_sp_obj03.png");
}

.visual__main__obj03 .visual__main__obj__text {
	top: 4vw;
	left: 69vw;
	width: 20.080000000000002vw;
	height: 11.885333333333334vw;
	background-image: url("../img/home_kv_sp_obj03_text.png");
}

.visual__main__obj04 .visual__main__obj__image {
	top: 95vw;
	right: 59vw;
	width: 41.24533333333333vw;
	height: 35.01866666666666vw;
	background-image: url("../img/home_kv_sp_obj04.png");
}

.visual__main__obj04 .visual__main__obj__text {
	top: 109vw;
	right: 92vw;
	width: 20.4vw;
	height: 8.32vw;
	background-image: url("../img/home_kv_sp_obj04_text.png");
}

.visual__main__obj05 .visual__main__obj__image {
	top: 81vw;
	right: 34vw;
	width: 40.48533333333334vw;
	height: 31.728vw;
	background-image: url("../img/home_kv_sp_obj05.png");
}

.visual__main__bg .visual__main__obj__image {
	top: 20vw;
	left: 0vw;
	width: 158.47733333333332vw;
	height: 83.49866666666667vw;
	background-image: url("../img/home_kv_sp_bg.png");
}

.scrolldown {
	-webkit-transform: translateX(50%) scale(0.75);
	right: 50%;
	bottom: -20%;
	transform: translateX(50%) scale(0.75);
}

.scrolldown a {
	width: 80px;
	height: 80px;
}

.scrolldown a img {
	position: absolute;
	top: 45%;
	left: 45%;
}

.newCard {
	bottom: -30vw;
}

.newCard::after {
	width: 129px;
	height: 91px;
}

.newCard__inner {
	width: 129px;
	height: 91px;
}

.newCard__link {
	padding: 2px 14px 13px 17px;
}

.newCard__title {
	width: 46px;
	height: 30px;
}

.newCard__title::before {
	bottom: -11px;
	width: 41px;
	height: 19px;
}

.newCard__text {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.3;
}

.newArrival {
	gap: 9vw;
	margin: 10vw 0 0;
	padding: 0 4vw;
}

.newArrival__titleJa {
	font-size: 14px;
	line-height: 1;
}

.newArrival__list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.newArrival__item {
	width: 100%;
	padding-bottom: 25px;
}

.newArrival__card {
	width: calc(100% - 6%);
}

.newArrival__card::after {
	width: 100%;
	height: 100%;
}

.newArrival__link {
	gap: 2.5vw;
}

.newArrival__image {
	min-width: 70px;
	max-width: 70px;
	height: 70px;
}

.newArrival__image img {
	border-radius: 2vw;
}

.newArrival__title {
	font-size: 16px;
}

.newArrival__day {
	margin-top: 10px;
}

.vote__title h2 > span {
	top: -20px;
}

.detail__button--next a {
	width: 150px;
	height: 60px;
	padding: 0 !important;
	font-size: 18px;
	white-space: nowrap;
}

.detail__button--next a span {
	padding: 0 8vw 0 4vw;
}

.detail__button--back a {
	width: 150px;
	height: 60px;
	padding: 0 !important;
	font-size: 18px;
	white-space: nowrap;
}

.detail__button--back a span {
	padding: 0 4vw 0 8vw;
}

.detail__tooltip {
	padding-left: 30px;
}

.detail__box_type2--image.-vertical {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.detail__box_type2--image.-vertical + .detail__box_type2--content {
	width: 100%;
}

}

@media (max-width: 767px) {

body {
	font-size: 16px;
}

.pc {
	display: none !important;
}

.lg {
	display: none !important;
}

.mmd {
	display: none !important;
}

#footer {
	padding-top: 60px;
}

.pagetop {
	width: 76px;
	margin-bottom: 60px;
}

.pagetop a {
	width: 76px;
	height: 76px;
}

.pagetop img {
	width: 37px;
	height: auto;
}

.footer__window {
	display: block;
}

.footer__window span {
	display: block;
	margin-top: 10px;
	padding: 0;
}

.footer__button {
	margin-bottom: 80px;
}

.bg__circle--fmv {
	width: 76px;
	height: 76px;
	background-size: 100% 100%;
}

.button--reset,
.button--spec,
.button--more,
.button--cart {
	max-width: inherit;
}

.button--next,
.button--back {
	width: 92%;
	padding: 0 45px;
	font-size: 22px;
}

.button--next i {
	right: 30px;
}

.button--back i {
	left: 30px;
}

.mb--sp-58 {
	margin-bottom: 58px !important;
}

.mb--sp-35 {
	margin-bottom: 35px !important;
}

.mb--sp-75 {
	margin-bottom: 75px !important;
}

.heading.is--lineup {
	margin-bottom: 67px;
}

.heading.is--library {
	margin-bottom: 45px;
}

.heading.is--library h2 {
	width: 156px;
}

.heading.has--line.is--lineup h2 {
	width: 119px;
}

.heading.has--line h3 {
	font-size: 14px;
}

.lead {
	margin-bottom: 60px;
	padding-top: 50px;
	padding-left: 0;
}

.lead__box {
	padding: 22px 20px 25px;
	font-size: 16px;
}

.lead__box::after,
.lead__box::before {
	width: 46px;
	height: 40px;
}

.lead__box::before {
	top: -11px;
	left: -11px;
}

.lead__box::after {
	right: -11px;
	bottom: -11px;
}

.lead__box.active .bgtext::after {
	bottom: 0;
	height: 4px;
}

.lead__image {
	position: relative;
	margin-top: -13px;
	text-align: center;
}

.lead__image img {
	max-width: 316px;
}

.lead__image span {
	position: absolute;
	top: -1%;
	left: 3%;
	width: 41.4557%;
	max-width: 132px;
}

.lead__image span img {
	width: 100%;
	max-width: inherit;
}

.newmovies {
	margin-bottom: 100px;
}

.newmovies__container {
	padding: 0 15px;
}

.newmovies__item {
	width: 60%;
	padding: 0 8% 7px;
}

.newmovies__box::after {
	top: 7px;
	left: 7px;
}

.newmovies__content {
	padding: 12px;
}

.newmovies__text {
	font-size: 12px;
}

.newmovies__title {
	margin-bottom: 15vw;
	text-align: center;
}

.newmovies__title h3 {
	margin-top: 15px;
	padding: 10px 0 0 0;
	font-size: 14px;
}

.newmovies__title h3::before {
	-webkit-transform: translate(-50%, 0);
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.newmovies .swiper-slide-active,
.newmovies .swiper-slide-next {
	-webkit-filter: none;
	filter: none;
	opacity: 1;
}

.newmovies .swiper__button_prev {
	-webkit-transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	margin: 0;
	transform: translateY(-50%);
}

.newmovies .swiper__button_next {
	-webkit-transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 0;
	margin: 0;
	transform: translateY(-50%);
}

.vote__wrap {
	margin-bottom: 100px;
	padding-top: 72vw;
	padding-bottom: 70px;
}

.vote__container {
	padding: 0 15px;
}

.vote__filter {
	margin: 0 -5px -10px;
}

.vote__filter li {
	width: 50%;
	margin-bottom: 10px;
	padding: 0 5px;
}

.vote__text {
	font-size: 12px;
}

.vote__title {
	margin-bottom: -66vw;
}

.vote__title h2 {
	margin: 0 -15px 19px;
}

.vote__title h2 > span {
	right: -2.6667vw;
	width: 34.6667%;
	max-width: inherit;
}

.vote__title.active h2::before {
	bottom: 17.5%;
	left: 30%;
	width: 42%;
	height: 5.86%;
}

.vote__title.active h2::after {
	-webkit-animation: bgline 2.6s 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	-webkit-transform-origin: left center;
	position: absolute;
	bottom: 0;
	left: 9.5%;
	width: 80.5%;
	height: 5.86%;
	transform-origin: left center;
	background-color: #fff;
	animation: bgline 2.6s 0.3s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	content: '';
	opacity: 0;
}

.vote__title p {
	font-size: 14px;
}

.vote__box_in {
	min-height: 130px;
	padding-bottom: 10px;
}

.vote__icon {
	height: 80px;
	margin: 0 auto 10px;
}

.vote__icon--1 {
	width: 92.914px;
}

.vote__icon--2 {
	width: 59.203px;
}

.vote__icon--3 {
	width: 49.341px;
}

.vote__icon--4 {
	width: 80.959px;
}

.vote__icon--5 { /*width: 46.726px;*/
	width: 71.63px;
}

.vote__icon--6 {
	width: 88.15px;
}

.vote__icon--7 {
	width: 61.134px;
}

.vote__icon--8 {
	width: 80.228px;
}

.vote__reset .button--reset {
	width: 86.957%;
	max-width: 300px;
}

.result__box {
	-webkit-box-shadow: 8px 8px 0 #000;
	box-shadow: 8px 8px 0 #000;
}

.result__before {
	padding: 50px 23px 55px;
}

.result__before_title {
	margin-bottom: 0;
}

.result__before_title img {
	width: 100%;
}

.result__before_imageB {
	position: inherit;
	top: inherit;
	right: inherit;
	width: 50.6667vw;
	margin: 0 auto;
}

.result__after .recontact {
	padding-top: 40px;
	padding-bottom: 40px;
}

.result__after .recontact h3 {
	margin-bottom: 23px;
}

.result__after .recontact__row {
	display: block;
}

.result__after .recontact__row_in {
	padding-left: 0;
}

.result__after .recontact__image {
	position: relative;
	top: inherit;
	bottom: inherit;
	left: inherit;
	width: 100%;
	margin: 20px auto 0;
	padding: 0 8px;
}

.result__after .recontact__image span {
	left: 15px;
	width: 47.043%;
}

.result__after .recontact__button {
	width: 100%;
	padding: 0 8px;
}

.result__after .reinfo {
	padding-top: 90px;
}

.result__after .reinfo__title {
	-webkit-transform: translateX(-50%);
	top: -20px;
	left: 50%;
	width: 165px;
	transform: translateX(-50%);
}

.result__after .reinfo__row {
	display: block;
}

.result__after .reinfo__name {
	margin-bottom: 50px;
}

.result__after .reinfo__name span {
	width: 100%;
	height: 58px;
	font-size: 23px;
}

.result__after .reinfo__body {
	width: 100%;
	min-height: inherit;
	padding: 40px 0 60px;
}

.result__after .reinfo__product {
	width: 100%;
}

.result__after .reinfo__text {
	font-size: 16px;
}

.result__after .reinfo__button {
	max-width: inherit;
	margin-top: 30px;
}

.result__after .reinfo__button .button {
	margin-top: 15px;
}

.lineup__container {
	padding: 0 15px;
}

.lineup__row {
	display: block;
}

.lineup__item {
	margin: 0 -15px 110px;
	padding: 0 15px 45px;
}

.lineup__content {
	width: 100%;
	margin-bottom: 40px;
	padding: 0;
}

.lineup__body {
	padding: 10px 13px 0 13px;
}

.lineup__text {
	margin-top: 0;
}

.lineup__slider {
	width: auto;
	margin: 0 -15px;
}

.lineup__series {
	top: -30px;
	left: 0;
	width: 100%;
	padding: 0 6.1vw;
}

.lineup__series span {
	width: 100%;
	max-width: inherit;
	height: 60px;
	font-size: 28px;
}

.lineup__title {
	margin-right: -15px;
	margin-bottom: 8px;
	font-size: 6.7vw;
}

.lineup__button {
	margin-top: 16px;
}

.lineup__onlysp {
	position: relative;
	margin-bottom: 30px;
	padding: 75px 13px 0;
}

.point {
	margin: 0 -30px;
	padding-bottom: 50px;
}

.point::after {
	top: 50%;
}

.point__list {
	padding: 0 0 0 28px;
}

.point__item {
	width: 80%;
	padding: 0 5%;
}

.point__title {
	font-size: 18px;
}

.point__swiper {
	padding-bottom: 0;
}

.point__body {
	-webkit-box-shadow: 10px 10px 0 #3bb578;
	padding: 12px 10px 15px;
	box-shadow: 10px 10px 0 #3bb578;
}

.point__text + .point__note {
	margin-top: 5px;
}

.swiper__button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.swiper__button_next,
.swiper__button_prev {
	width: 70px;
	height: 70px;
	margin: 0 10px;
}

.banner {
	margin-bottom: 90px;
	padding: 65px 0 60px;
}

.banner__title {
	margin-bottom: 30px;
}

.banner__title img {
	width: 85.333vw;
	max-width: 640px;
}

.banner__title.active .bgline::after {
	height: 27.777%;
}

.banner__list {
	display: block;
	margin: 0 0 -15px;
}

.banner__list li {
	width: auto;
	padding: 0;
}

.library__container {
	padding: 0 15px;
}

.library__title {
	margin-bottom: 22px;
}

.library__title p {
	margin-left: 10px;
	font-size: 12px;
}

.library__tab__nav .library__tab__nav__item {
	margin-right: 8px;
}

.library__tab__nav .library__tab__nav__item button {
	width: 29.4vw;
	padding: 10px 12px;
	font-size: 16px;
	text-align: center;
}

#drama .library__tab__nav .library__tab__nav__item button {
	min-width: 109px;
	padding: 10px 12px;
	font-size: 12px;
}

.library__tab__main {
	margin-top: 20px;
}

.movies {
	margin-bottom: 40px;
}

.movies__last {
	margin-bottom: 60px;
}

.movies__heading {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.42;
}

.movies__item {
	padding-right: 7%;
}

.movies__box::after {
	top: 7px;
	left: 7px;
}

.movies__content {
	padding: 12px;
}

.movies__text {
	font-size: 12px;
}

.comics {
	margin-bottom: 60px;
}

.comics__item {
	width: 44.462%;
	padding-right: 7%;
}

.comics__box::after {
	top: 7px;
	left: 7px;
}

.comics__content {
	padding: 12px;
}

.comics__text {
	font-size: 12px;
}

.comics__swiper:not(.swiper-container-initialized) .swiper-wrapper {
	width: auto;
	margin-right: -7%;
}

.contents__item a {
	padding: 10px 35px 10px 15px;
}

.contents__item a::after {
	right: 12px;
}

.contents__item dl dt {
	padding: 0 0 0 20px;
	font-size: 16px;
}

.contents__item dl dt::before {
	width: 10px;
	height: 1px;
	border-width: 1px;
}

.contents__item dl dd {
	padding: 0 0 0 20px;
	font-size: 14px;
	line-height: 1.6;
}

.contents .contents__more {
	padding: 0 10px;
}

.contents .contents__more button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-transition: color 0.3s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 340px;
	height: 60px;
	overflow: hidden;
	border: 2px solid #000;
	border-radius: 40px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	transition: color 0.3s ease;
}

.contents .contents__more button i {
	left: 74px;
}

.tech {
	padding: 60px 0 80px;
}

.tech__container {
	padding: 0 15px;
}

.tech__action {
	padding: 0 10px;
}

.tech__wrap {
	padding-top: 40px;
}

.tech__note {
	margin-left: 0;
}

.mfp-bg {
	background-color: #000 !important;
	opacity: 1 !important;
}

.mfp-close {
	top: 15px !important;
	right: 15px;
}

.detail {
	margin-bottom: 20px;
	padding-top: 108px;
}

.detail__container {
	padding: 0 15px;
}

.detail__cat {
	margin-bottom: 14px;
}

.detail__cat span img {
	width: 115px;
}

.detail h1 {
	margin-bottom: 30px;
	padding-left: 15px;
	font-size: 24px;
	line-height: 1.5;
}

.detail h1::before {
	-webkit-transform: translateY(0);
	top: 16px;
	left: -15px;
	width: 20px;
	height: 6px;
	transform: translateY(0);
}

.detail h2 {
	margin-bottom: 20px;
	padding: 16px 12px 16px 14px;
	font-size: 18px;
}

.detail__head_num {
	font-size: 14px;
}

.detail__thumbnail {
	margin-right: -15px;
	margin-bottom: 28px;
	margin-left: -15px;
}

.detail__image {
	margin-top: 25px;
	margin-bottom: 26px;
}

.detail__image figcaption {
	margin-top: 5px;
}

.detail__linkBlock {
	display: block;
	margin-bottom: 58px;
	padding: 20px;
	border-radius: 20px;
}

.detail__linkBlock p {
	margin-bottom: 0px;
}

.detail__linkBlock--image {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.detail__linkBlock--link {
	width: 100%;
}

.detail__linkBlock--link a {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8;
}

.detail__interview {
	display: block;
	padding: 20px 10px 20px 20px;
	background-color: #e8e4d0;
}

.detail__interview p {
	margin-bottom: 0px;
}

.detail__interview--text {
	margin-top: 15px;
}

.detail__box_type1 {
	margin-bottom: 58px;
	padding: 17px 20px 20px;
	border-radius: 20px;
}

.detail__box_type1 dt {
	margin-bottom: 10px;
	font-size: 16px;
}

.detail__box_type2 {
	display: block;
	margin-bottom: 58px;
	padding: 20px;
	border-radius: 20px;
}

.detail__box_type2--image {
	width: 100%;
	height: 100%;
	margin-bottom: 15px;
}

.detail__box_type2--content {
	width: 100%;
}

.detail__box_type2--name {
	margin-bottom: 14px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8;
}

.detail__box_type2--text {
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 1.8;
}

.detail__body p {
	font-size: 14px;
}

.detail__body p.detail__lead {
	margin-bottom: 38px;
	font-size: 16px;
}

.detail__contact {
	margin-top: 76px;
	margin-right: -15px;
	margin-left: -15px;
	padding-right: 15px;
	padding-left: 15px;
}

.detail__contact_head {
	display: block;
}

.detail__contact_head > div img {
	width: 200px;
}

.detail__contact_head h3 {
	padding: 32px 40px 0;
	font-size: 18px;
}

.detail__contact_head h3::before,
.detail__contact_head h3::after {
	width: 45px;
	height: 52px;
}

.detail__contact_head h3::before {
	background-image: url(../img/dc_left_sp.png);
}

.detail__contact_head h3::after {
	background-image: url(../img/dc_right_sp.png);
}

.detail__contact_head.active h3 .bgtext::after {
	height: 14px;
}

.detail__social li {
	padding: 0 10px;
}

#toc_container {
	margin-bottom: 80px;
	padding: 70px 30px 30px;
}

#toc_container .toc_title {
	width: 96px;
	height: 50px;
	font-size: 18px;
}

#toc_container .toc_list > li > a {
	font-size: 16px;
}

#toc_container .toc_list > li li a {
	padding-left: 30px;
	font-size: 14px;
}

.newsmovie__button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 13%;
}

}

@media (max-width: 480px) {

.lineup__title {
	font-size: 8vw;
}

}

@media (max-width: 435px) {

.detail__contact_head h3 {
	font-size: 4vw;
}

}

@media (max-width: 374px) {

.lead__box {
	font-size: 4.1vw;
}

}

@-webkit-keyframes showreel-ring {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

0% {
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn);
}

}

@keyframes showreel-ring {

0% {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

0% {
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn);
}

}

@-webkit-keyframes objShowUp {

0% {
	-webkit-transform: translateY(50px) scale(0.2);
	transform: translateY(50px) scale(0.2);
}

100% {
	-webkit-transform: translateY(0px) scale(1);
	transform: translateY(0px) scale(1);
}

}

@keyframes objShowUp {

0% {
	-webkit-transform: translateY(50px) scale(0.2);
	transform: translateY(50px) scale(0.2);
}

100% {
	-webkit-transform: translateY(0px) scale(1);
	transform: translateY(0px) scale(1);
}

}

@-webkit-keyframes textSlideInR {

0% {
	-webkit-transform: translateX(-100px) scale(0.2);
	transform: translateX(-100px) scale(0.2);
}

100% {
	-webkit-transform: translateX(0px) scale(1);
	transform: translateX(0px) scale(1);
}

}

@keyframes textSlideInR {

0% {
	-webkit-transform: translateX(-100px) scale(0.2);
	transform: translateX(-100px) scale(0.2);
}

100% {
	-webkit-transform: translateX(0px) scale(1);
	transform: translateX(0px) scale(1);
}

}

@-webkit-keyframes textSlideInL {

0% {
	-webkit-transform: translateX(100px) scale(0.2);
	transform: translateX(100px) scale(0.2);
}

100% {
	-webkit-transform: translateX(0px) scale(1);
	transform: translateX(0px) scale(1);
}

}

@keyframes textSlideInL {

0% {
	-webkit-transform: translateX(100px) scale(0.2);
	transform: translateX(100px) scale(0.2);
}

100% {
	-webkit-transform: translateX(0px) scale(1);
	transform: translateX(0px) scale(1);
}

}

@-webkit-keyframes titleShowUp {

0% {
	-webkit-transform: translateX(-20px) scale(0.2);
	transform: translateX(-20px) scale(0.2);
}

80% {
	-webkit-transform: translateX(10px) scale(1.1);
	transform: translateX(10px) scale(1.1);
}

100% {
	-webkit-transform: translateY(0px) scale(1);
	transform: translateY(0px) scale(1);
}

}

@keyframes titleShowUp {

0% {
	-webkit-transform: translateX(-20px) scale(0.2);
	transform: translateX(-20px) scale(0.2);
}

80% {
	-webkit-transform: translateX(10px) scale(1.1);
	transform: translateX(10px) scale(1.1);
}

100% {
	-webkit-transform: translateY(0px) scale(1);
	transform: translateY(0px) scale(1);
}

}

@-webkit-keyframes objShake {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

25% {
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

50% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

75% {
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
}

100% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

}

@keyframes objShake {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

25% {
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

50% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

75% {
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
}

100% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

}

@-webkit-keyframes tilt-shaking {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

25% {
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
}

50% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

75% {
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

100% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

}

@keyframes tilt-shaking {

0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

25% {
	-webkit-transform: rotate(5deg);
	transform: rotate(5deg);
}

50% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

75% {
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

100% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

}

@-webkit-keyframes fadeIn {

100% {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@keyframes fadeIn {

100% {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}

}

@-webkit-keyframes bgline {

0% {
	-webkit-transform: scaleX(0) translateX(-5%);
	transform: scaleX(0) translateX(-5%);
	opacity: 0;
}

30% {
	-webkit-transform: scaleX(1) translateX(0);
	transform: scaleX(1) translateX(0);
}

100% {
	-webkit-transform: scaleX(1) translateX(0);
	transform: scaleX(1) translateX(0);
}

30%,100% {
	opacity: 1;
}

}

@keyframes bgline {

0% {
	-webkit-transform: scaleX(0) translateX(-5%);
	transform: scaleX(0) translateX(-5%);
	opacity: 0;
}

30% {
	-webkit-transform: scaleX(1) translateX(0);
	transform: scaleX(1) translateX(0);
}

100% {
	-webkit-transform: scaleX(1) translateX(0);
	transform: scaleX(1) translateX(0);
}

30%,100% {
	opacity: 1;
}

}

/*# sourceMappingURL=map/style.css.map */
