@charset "UTF-8";
/*!
Theme Name: myTheme
Theme URI: https://geekhive.co.jp
Author: GeekHive
Author URI: https://geekhive.co.jp
Description: Description
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mytheme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

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

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

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

/**
 * 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;
	font-size: 1em;
}

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

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

/**
 * 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;
	font-size: 1em;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	overflow-x: hidden;
	font-family: "M PLUS 2", sans-serif, "Roboto", sans-serif;
	font-size: 1rem;
	line-height: 1.4;
	letter-spacing: 0.08em;
	color: #fff;
	background-color: #161526;
	margin: 0;
	padding: 0;
}

@media (max-width: 767px) {
	body {
		width: 100%;
		overflow-x: hidden;
	}
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

main {
	min-height: 1000px;
}

@media (max-width: 767px) {
	main {
		min-height: 500px;
	}
}

#site-navigation.main-navigation {
	display: none;
}

/* Links
--------------------------------------------- */
a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Layouts
--------------------------------------------- */
html {
	margin: 0 !important;
	scroll-behavior: smooth;
}

body {
	background-image: url(./img/bg/bg_v_2.svg);
	background-size: 15vw;
	background-position: 105% 101%;
	background-repeat: no-repeat;
}

@media (max-width: 1023px) {
	body {
		background-size: 20vw;
		background-position: 105% 100.5%;
	}
}

@media (min-width: 1920px) {
	body {
		background-size: 350px;
		background-position: 105% 100%;
	}
}

#main {
	position: relative;
	margin-top: 55px;
	padding-bottom: 120px;
}

@media (max-width: 1023px) {
	#main {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	#main {
		padding-bottom: 80px;
	}
	#main.p-driver {
		margin-top: 70px;
	}
	#main.p-faq {
		margin-top: 70px;
	}
}

#main.p-top {
	margin-top: 0;
}

.hide {
	display: none;
}

@media (max-width: 1023px) {
	.pc {
		display: none;
	}
}

@media (min-width: 1024px) {
	.sp {
		display: none;
	}
}

.nolink {
	color: #666666;
}

.anchor {
	padding-top: 1rem;
	margin-top: -1rem;
}

.c-container {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 1rem;
}

@media (max-width: 767px) {
	.c-container {
		max-width: 95vw;
		padding: 0 1rem;
	}
}

.c-heading {
	max-width: 1200px;
	margin: 8rem auto 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 2rem;
}

@media (max-width: 767px) {
	.c-heading {
		margin: 3rem auto 2rem;
		padding: 0 1rem;
	}
}

.c-heading__text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.c-heading__en {
	font-family: "altivo", sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.3em;
	text-align: center;
}

.c-heading__ja {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 0.75rem;
	font-weight: normal;
}

.c-heading::before {
	content: "";
	height: 2px;
	flex-grow: 1;
	margin-right: 3rem;
}

@media (max-width: 767px) {
	.c-heading::before {
		display: none;
		margin-right: 1.5rem;
	}
}

.c-heading::after {
	content: "";
	height: 2px;
	flex-grow: 1;
	margin-left: 3rem;
}

@media (max-width: 767px) {
	.c-heading::after {
		display: none;
		margin-left: 1.5rem;
	}
}

.c-heading.pink::before {
	background-color: #dc6c8b;
}

.c-heading.pink::after {
	background-color: #dc6c8b;
}

.c-heading.purple::before {
	background-color: #68629b;
}

.c-heading.purple::after {
	background-color: #68629b;
}

.subheading {
	position: absolute;
	left: 50%;
	transform: translatex(-50%);
	max-width: 950px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	border: 2px solid #b8b9b9;
	border-radius: 50px;
	z-index: -1;
}

@media (max-width: 767px) {
	.subheading {
		max-width: 90vw;
	}
}

.subheading__text {
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translatex(-50%);
	padding: 1rem 2rem;
	background-color: #161526;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
}

@media (max-width: 767px) {
	.subheading__text {
		font-size: 1rem;
	}
}

.c-table {
	max-width: 750px;
	width: 90%;
	margin: 0 auto;
	padding: 0 2rem;
	border-collapse: collapse;
	font-size: 0.675rem;
	text-align: left;
}

.c-table tr {
	padding: 0 1rem;
	margin: 0 1rem;
	border-bottom: 1px solid #fff;
	height: 50px;
}

.c-table td {
	vertical-align: middle;
}

.detail-text {
	width: 100%;
	margin: 0 auto;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: left;
}

@media (max-width: 767px) {
	.detail-text {
		font-size: 0.875rem;
	}
}

.c-footer {
	width: 100%;
}

.c-footer__inner {
	max-width: 1200px;
	padding: 2rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #fff;
}

@media (max-width: 1023px) {
	.c-footer__inner {
		margin: 0 1rem;
	}
}

.c-footer-left {
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 1023px) {
	.c-footer-left {
		width: 100%;
	}
}

.c-footer-right {
	width: 60%;
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}

@media (max-width: 1023px) {
	.c-footer-right {
		display: none;
	}
}

.c-footer__col {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 1rem;
	font-weight: bold;
}

.c-footer__col__logo {
	max-width: 250px;
	width: 100%;
	height: auto;
}

.c-footer__col__logo img {
	width: 100%;
	height: auto;
}

.c-footer__col__heading {
	margin-bottom: 0.75rem;
	font-size: 1rem;
	font-weight: bold;
}

.c-footer__col__list__item {
	margin-bottom: 0.75rem;
}

.c-footer__col__list-s {
	margin-left: 0.75rem;
	font-size: 0.875rem;
	font-weight: normal;
}

.c-header {
	position: fixed;
	width: 100%;
	height: 55px;
	padding: 0;
	z-index: 9;
}

@media (min-width: 1024px) {
	.c-header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}
}

@media (max-width: 767px) {
	.c-header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}
}

.c-header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 767px) {
	.c-header__inner {
		justify-content: center;
		height: 100%;
	}
}

@media (min-width: 1024px) {
	.c-header__inner {
		max-width: 1920px;
		margin: 0 auto;
	}
}

.c-header__logo {
	display: block;
	max-width: 160px;
	width: 100%;
	max-height: 50px;
	height: 100%;
}

@media (max-width: 767px) {
	.c-header__logo {
		display: flex;
		align-items: center;
		width: 160px;
		height: auto;
		margin-left: 0;
	}
}

.c-header__logo-link {
	display: block;
	width: 100%;
	height: 100%;
}

.c-header__logo-img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.c-header__nav {
	height: 55px;
	display: flex;
	align-items: center;
}

.c-header__nav__list {
	height: 100%;
	display: flex;
	align-items: center;
	list-style: none;
}

.c-header__nav__list-item {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
}

.c-header__nav__list-item:first-child {
	margin-left: 0;
}

.c-header__nav__list-item a {
	width: 100%;
	height: 100%;
	padding: 0 1rem;
	display: flex;
	align-items: center;
	font-family: "altivo", sans-serif;
	font-size: 0.75rem;
	font-weight: bold;
}

.c-header__nav__list-item.last {
	background-color: #dc6c8b;
}

.c-header .openbtn1 {
	display: none;
}

@media (max-width: 767px) {
	.c-header .openbtn1 {
		display: block;
		position: absolute;
		top: 17px;
		right: 30px;
		display: block;
		/* デフォルトでは表示 */
		cursor: pointer;
		width: 30px;
		/* アイコンの幅 */
		height: 20px;
		/* アイコンの高さ */
		display: block;
		/* メニューを表示 */
		z-index: 999;
	}
	.c-header .openbtn1 span {
		display: block;
		position: absolute;
		height: 2px;
		/* 横線の太さ */
		width: 100%;
		/* 横線の長さ */
		background: #fff;
		transition: 0.3s all;
		/*  */
	}
	.c-header .openbtn1 span:nth-child(1) {
		top: 0;
		/* 1番目の横線の位置 */
	}
	.c-header .openbtn1 span:nth-child(2) {
		top: 50%;
		/* 2番目の横線の位置 */
		transform: translateY(-50%);
	}
	.c-header .openbtn1 span:nth-child(3) {
		bottom: 0;
		/* 3番目の横線の位置 */
	}
	.c-header .openbtn1.active span {
		background-color: #fff;
	}
	.c-header .openbtn1.active span:nth-of-type(1) {
		transform: translateY(8.5px) rotate(-45deg);
	}
	.c-header .openbtn1.active span:nth-of-type(2) {
		opacity: 0;
	}
	.c-header .openbtn1.active span:nth-of-type(3) {
		transform: translateY(-8.5px) rotate(45deg);
	}
	.c-header #c-nav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		display: flex;
		align-items: flex-start;
		background-color: rgba(0, 0, 0, 0.9);
		padding: 13% 5%;
		transform: translateX(-100%);
		transition: 0.3s all;
		z-index: 10;
	}
	.c-header #c-nav.active {
		display: block;
		transform: translateX(0);
	}
	.c-header__nav__list {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		background-color: transparent;
		height: auto;
	}
	.c-header__nav__list-item {
		width: calc(100% / 2 - 1rem);
		margin: 0.5rem 0.5rem;
		padding: 0;
		border-radius: 15px;
		background-color: #fff;
		font-family: "altivo", sans-serif;
		font-weight: 600;
		font-size: 1rem;
		color: #161526;
		text-align: center;
	}
	.c-header__nav__list-item.last {
		width: 100%;
		background-color: #dc6c8b;
		color: #fff;
	}
	.c-header__nav__list-item a {
		width: 100%;
		height: auto;
		justify-content: center;
		align-items: center;
		padding: 2rem 2rem;
	}
}

@media (min-width: 1024px) {
	.c-header__top {
		position: sticky;
		top: 20px;
		z-index: 99;
	}
}

.c-header__top__inner {
	justify-content: space-between;
	align-items: center;
	background-color: #161526;
}

.c-header__top .c-header__nav {
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.c-header__top .c-header__nav {
		height: 100%;
	}
}

.c-header__top .c-header__nav__list {
	max-width: 1023px;
	width: 100%;
	height: 100%;
	margin: 0 3rem;
	display: flex;
	align-items: center;
	list-style: none;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 50px;
}

@media (max-width: 767px) {
	.c-header__top .c-header__nav__list {
		margin: 0 1rem;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		background-color: transparent;
	}
}

.c-header__top .c-header__nav__list-item {
	width: calc(100% / 5);
	height: 100%;
}

@media (max-width: 767px) {
	.c-header__top .c-header__nav__list-item {
		width: calc(100% / 2 - 1rem);
		margin: 0.5rem;
		padding: 0;
		border-radius: 15px;
		background-color: #fff;
	}
}

@media (min-width: 1024px) {
	.c-header__top .c-header__nav__list-item:first-child {
		margin-left: 0;
	}
}

.c-header__top .c-header__nav__list-item a {
	position: relative;
	display: block;
	width: fit-content;
	height: auto;
	font-family: "altivo", sans-serif;
	font-weight: 600;
	font-size: 0.875rem;
	color: #161526;
}

@media (max-width: 767px) {
	.c-header__top .c-header__nav__list-item a {
		width: 100%;
		font-size: 1rem;
	}
}

@media (min-width: 1024px) {
	.c-header__top .c-header__nav__list-item a::after {
		background-color: #68629b;
		bottom: -3px;
		content: "";
		display: block;
		height: 2px;
		left: 0;
		position: absolute;
		transition: 0.3s all;
		width: 0px;
	}
	.c-header__top .c-header__nav__list-item a:hover {
		color: #68629b;
	}
	.c-header__top .c-header__nav__list-item a:hover::after {
		width: 100%;
	}
}

.c-header__top .c-header__nav__list-item.last {
	background-color: rgba(220, 108, 139, 0.9);
	border-radius: 0 50px 50px 0;
}

@media (max-width: 767px) {
	.c-header__top .c-header__nav__list-item.last {
		background-color: #dc6c8b;
		width: 100%;
		border-radius: 50px;
	}
}

.c-header__top .c-header__nav__list-item.last a {
	color: #fff;
	border-radius: 0 50px 50px 0;
}

@media (min-width: 1024px) {
	.c-header__top .c-header__nav__list-item.last a::after {
		background-color: #68629b;
		bottom: -3px;
		content: "";
		display: block;
		height: 2px;
		left: 0;
		position: absolute;
		transition: 0.3s all;
		width: 0px;
	}
	.c-header__top .c-header__nav__list-item.last a:hover {
		color: #68629b;
	}
	.c-header__top .c-header__nav__list-item.last a:hover::after {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.slider .slick-dots {
	left: 50%;
	transform: translateX(-50%);
	bottom: 25px;
	max-width: 250px;
}

.slider .slick-dots li {
	margin: 0 1px;
	width: 15px;
	height: 15px;
}

.slider .slick-dots li button {
	width: 15px;
	height: 15px;
}

.slider .slick-dots li button::before {
	width: 15px;
	height: 15px;
	font-size: 10px;
	color: #595757 !important;
	opacity: 1;
}

.slider .slick-dots li.slick-active button::before {
	color: #dc6c8b !important;
}

.slider .slick-arrow {
	top: auto;
	bottom: 16px;
	width: 13px;
	height: 13px;
	z-index: 99 !important;
}

.slider .slick-prev {
	left: 40vw;
}

@media (max-width: 767px) {
	.slider .slick-prev {
		left: 10vw;
	}
}

@media screen and (min-width: 1920px) {
	.slider .slick-prev {
		left: 800px;
	}
}

.slider .slick-next {
	right: 40vw;
}

@media (max-width: 767px) {
	.slider .slick-next {
		right: 10vw;
	}
}

@media screen and (min-width: 1920px) {
	.slider .slick-next {
		right: 800px;
	}
}

.slider .slick-arrow:before {
	content: "" !important;
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.c-top_slider .slick-next:before {
	background: url(../myTheme/img/icon/arrow-next_top.svg) !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}

.c-top_slider .slick-prev:before {
	background: url(../myTheme/img/icon/arrow-prev_top.svg) !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}

.c-top_slider-item {
	display: flex;
	justify-content: center;
}

.c-top_slider-item img {
	width: 100%;
	max-height: 100%;
	height: auto;
	object-fit: contain;
}

.p-lineup__slider {
	margin-bottom: 5rem !important;
}

.p-lineup__slider .slick-slide {
	max-height: 100%;
}

.p-lineup__slider .slick-slide > * {
	max-height: 100%;
}

.p-lineup__slider .slick-slide {
	transform: scale(0.8);
	transition: all 0.3s;
	opacity: 0.3;
	height: 100%;
}

.p-lineup__slider .slider .slick-slide {
	margin-right: 1vw !important;
	margin-left: 1vw !important;
}

.p-lineup__slider .slick-center {
	transform: scale(1);
	opacity: 1;
}

.p-lineup__slider .slick-dots {
	bottom: -25px;
}

.p-lineup__slider .slick-arrow {
	top: auto;
	bottom: -38px;
	width: 13px;
	height: 13px;
	z-index: 10 !important;
}

.p-lineup__slider .slick-arrow::before {
	font-size: 30px;
}

.p-lineup__slider .slick-arrow:before {
	content: "" !important;
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.p-lineup__slider .slick-next:before {
	background: url(../myTheme/img/icon/arrow-next.svg) !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}

.p-lineup__slider .slick-prev:before {
	background: url(../myTheme/img/icon/arrow-prev.svg) !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}

.p-lineup__slider .slick-track {
	display: flex;
}

.p-lineup__slider .slick-slide {
	height: auto !important;
}

.c-support__list {
	max-width: 750px;
	margin: 0 auto;
	padding: 0 0 5rem;
	display: flex;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.c-support__list {
		flex-wrap: wrap;
		padding: 0 1rem 3rem;
	}
}

.c-support__list__item {
	width: calc(100% / 4 - 1rem);
}

@media (max-width: 767px) {
	.c-support__list__item {
		width: calc(100% / 2 - 1rem);
		height: 150px;
		margin: 0 0.5rem 2rem;
		padding: 1rem 0.5rem;
		border: 1px solid #a4a4a5;
		border-radius: 15px;
	}
}

.c-support__list__item.nolink {
	cursor: default;
	pointer-events: none;
	colofr: #ccc;
}

.c-support__list__item__link {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
}

.c-support__list__item__nameJa {
	font-size: 1.125rem;
	font-weight: bold;
}

@media (max-width: 767px) {
	.c-support__list__item__nameJa {
		font-size: 1rem;
	}
}

.c-support__list__item__nameEn {
	font-size: 0.875rem;
	margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
	.c-support__list__item__nameEn {
		font-size: 0.75rem;
	}
}

.c-support__list__item__img {
	flex-grow: 1;
	max-width: 45px;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
}

.c-lineup__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 1rem;
}

.c-lineup__list__item {
	width: calc(100% / 3 - 2rem);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 1rem 2rem;
}

@media (max-width: 767px) {
	.c-lineup__list__item {
		width: calc(100% / 2 - 1rem);
		margin: 0 0.5rem 2rem;
	}
}

.c-lineup__list__item img {
	width: 100%;
	height: auto;
	object-fit: contain;
	transition: 0.3s all;
}

.c-lineup__list__item__link {
	transition: 0.3s all;
}

.c-lineup__list__item__link:hover img {
	opacity: 0.7;
}

.c-lineup .bg_top1 {
	width: 400px;
	position: absolute;
	top: 0%;
	left: -30%;
	z-index: -1;
}

.c-lineup .bg_top2 {
	width: 400px;
	position: absolute;
	bottom: 0;
	right: -30%;
	z-index: -1;
}

.c-lineup .bg_single {
	width: 500px;
	position: absolute;
	bottom: 0%;
	right: -10%;
	z-index: -1;
}

.c-detail {
	margin: 0 auto;
}

.c-detail .subheading-relative {
	position: relative;
	max-width: 100%;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 1rem 2rem;
	border: 2px solid #b8b9b9;
	border-radius: 50px;
	z-index: -1;
	background-color: #161526;
}

@media (max-width: 767px) {
	.c-detail .subheading-relative {
		padding: 0rem 0.5rem;
		border: 1px solid #b8b9b9;
		border-radius: 15px;
	}
}

.c-detail .subheading-relative__text {
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translatex(-50%);
	padding: 1rem 2rem;
	background-color: #161526;
	font-size: 1.5rem;
	font-weight: bold;
}

@media (max-width: 767px) {
	.c-detail .subheading-relative__text {
		padding: 0.5rem 1rem;
		font-size: 1.25rem;
	}
}

.c-detail__table {
	width: 100%;
	padding: 3rem 0 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 0.875rem;
}

@media (max-width: 1023px) {
	.c-detail__table {
		flex-direction: column;
		padding: 2rem 0 1rem;
		font-family: "M PLUS 2", sans-serif;
		font-weight: bold;
	}
}

.c-detail__table > * {
	width: 50%;
}

@media (max-width: 1023px) {
	.c-detail__table > * {
		width: 100%;
	}
}

.c-detail__table__right {
	border-left: 1px solid #b8b9b9;
}

@media (max-width: 1023px) {
	.c-detail__table__right {
		border-left: none;
		border-top: 0.5px solid #b8b9b9;
	}
}

.c-detail__table__item {
	display: flex;
	width: 100%;
	height: 65px;
	padding: 0.5rem 1rem;
	vertical-align: middle;
	border-bottom: 1px solid #b8b9b9;
}

@media (max-width: 1023px) {
	.c-detail__table__item {
		height: 100%;
		padding: 0;
		border-bottom: 0.5px solid #b8b9b9;
	}
}

.c-detail__table__item:last-child {
	border-bottom: none;
}

.c-detail__table__item__th {
	width: 35%;
	padding: 0 0.5rem 0 0;
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: normal;
}

@media (max-width: 1023px) {
	.c-detail__table__item__th {
		height: auto;
		padding: 0.5rem 0.5rem 0.5rem 0;
		border-right: 0.5px solid #b8b9b9;
		font-size: 12px;
	}
}

.c-detail__table__item__td {
	width: 65%;
	padding: 0 0 0 0.5rem;
	display: flex;
	align-items: center;
}

@media (max-width: 1023px) {
	.c-detail__table__item__td {
		height: 100%;
		padding: 1rem;
		font-size: 12px;
		font-weight: normal;
	}
}

@media (min-width: 1024px) {
	.c-detail__table__item.wide_pc {
		height: 160px;
	}
}

@media (min-width: 1024px) {
	.c-detail__table__item.wide_pcL {
		height: 200px;
	}
}

.c-news__list {
	height: 350px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0;
	border: 2px solid #a4a4a5;
	border-radius: 50px;
	background-color: #161526;
}

@media (max-width: 1023px) {
	.c-news__list {
		max-height: 500px;
		height: 100%;
		border-radius: 15px;
		overflow-y: scroll;
	}
}

.c-news__list__inner {
	padding: 1rem 3rem 2rem 2rem;
	height: 250px;
	scrollbar-color: #a4a4a5 #f1f1f1;
	overflow-y: scroll;
}

@media (max-width: 1023px) {
	.c-news__list__inner {
		padding: 1rem 1rem 2rem;
		height: 100%;
	}
}

.c-news__list__item {
	width: 100%;
	display: flex;
	justify-content: left;
	align-items: center;
	padding: 1rem 0.5rem;
	border-bottom: 0.5px solid #b8b9b9;
}

.c-news__list__item__text {
	display: flex;
	flex-direction: column;
}

.c-news__list__item__text__new {
	font-size: 0.625rem;
	color: #dc6c8b;
}

.c-news__list__item__text__date {
	font-size: 0.625rem;
}

.c-news__list__item__text__body {
	font-size: 0.75rem;
}

.c-news__list__item__text a {
	text-decoration: none;
	border-bottom: 1px solid #dc6c8b;
	transition: 0.3s all;
}

@media (min-width: 1024px) {
	.c-news__list__item__text a:hover {
		color: #dc6c8b;
	}
}

.c-btn {
	max-width: 750px;
	width: 100%;
	height: 90px;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.c-btn {
		max-width: 350px;
		height: 60px;
	}
}

.c-btn--default {
	width: 100%;
	height: 100%;
	background-color: #dc6c8b;
	color: #fff;
	border-radius: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: 0.3s;
}

@media (max-width: 767px) {
	.c-btn--default {
		flex-direction: column;
	}
}

@media (min-width: 1024px) {
	.c-btn--default:hover {
		background-color: #68629b;
	}
}

.c-btn--default__textL {
	font-family: "Altivo", sans-serif;
	font-family: "nitalago-ruika", sans-serif;
	margin-right: 1rem;
	font-size: 1.75rem;
	font-weight: 700;
}

@media (max-width: 767px) {
	.c-btn--default__textL {
		margin-right: 0;
		font-size: 1.25rem;
	}
}

.c-btn--default__textS {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 0.75rem;
	font-weight: 400;
}

.fixed-link {
	position: fixed;
	right: 45px;
	bottom: 36px;
	z-index: 70;
	display: block;
	width: 40px;
}

@media (max-width: 767px) {
	.fixed-link {
		right: 16px;
		bottom: 20px;
		width: 30px;
	}
}

.fixed-link img {
	width: 40px;
}

.fixed-link.stop {
	position: absolute;
	bottom: 10px;
}

.fixed-link.hide {
	display: none;
}

.c-bg {
	position: absolute;
}

/* Pages
--------------------------------------------- */
.p-top {
	position: relative;
}

.p-top__logo {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
}

.p-top__logo-link {
	display: flex;
	justify-content: center;
	align-items: center;
}

.p-top__logo-img {
	width: auto;
	height: 100%;
	object-fit: contain;
}

.p-top__mv.sp {
	margin-bottom: 1rem;
}

.p-top__mv.pc {
	margin-bottom: 2rem;
}

@media (max-width: 767px) {
	.p-top__mv.pc {
		display: none;
	}
}

.p-top__lineup {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	background-image: url(./img/bg/bg_gear_1.svg), url(./img/bg/bg_gear_2.svg);
	background-size: 30vw, 35vw;
	background-position: -10% 20%, 110% 90%;
	background-repeat: no-repeat;
}

@media (max-width: 767px) {
	.p-top__lineup {
		background-size: 30vw, 35vw;
		background-position: -10% 5%, 110% 90%;
	}
}

@media (min-width: 1920px) {
	.p-top__lineup {
		background-size: 350px, 400px;
		background-position: 0% 20%, 100% 90%;
	}
}

.p-top__spec {
	position: relative;
	margin-bottom: 0rem;
}

@media (max-width: 1023px) {
	.p-top__spec {
		margin-bottom: 3rem;
	}
}

.p-top__spec__list {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	margin-top: 5rem;
}

@media (max-width: 1023px) {
	.p-top__spec__list {
		margin-top: 6rem;
	}
}

.p-top__spec__list__item {
	position: relative;
	max-width: 90vw;
	width: 100%;
	height: 100%;
	margin: 0 auto 5rem;
	display: flex;
	align-items: center;
	opacity: 0;
}

@media (max-width: 1023px) {
	.p-top__spec__list__item {
		align-items: flex-end;
		opacity: 1;
		margin-bottom: 8rem;
	}
}

@media (max-width: 767px) {
	.p-top__spec__list__item {
		margin-bottom: 7rem;
	}
}

.p-top__spec__list__item:last-child {
	margin-bottom: 0;
}

.p-top__spec__list__item.left {
	justify-content: flex-end;
	padding-right: 4%;
	padding-left: 20%;
	transition: all 0.5s;
	margin-left: 0;
	margin-right: auto;
	background-color: #643047;
	border-radius: 0 15px 15px 0;
}

@media (max-width: 1023px) {
	.p-top__spec__list__item.left {
		padding: 0;
	}
}

.p-top__spec__list__item.left .spec {
	position: absolute;
	bottom: 0;
	left: 0%;
	width: 35%;
}

@media (max-width: 1023px) {
	.p-top__spec__list__item.left .spec {
		width: 100%;
	}
}

.p-top__spec__list__item.left .spec.sp {
	bottom: 50%;
	left: 50%;
	transform: translate(-50%);
}

@media (max-width: 1023px) {
	.p-top__spec__list__item.left .spec.sp {
		bottom: 70%;
	}
}

@media (max-width: 767px) {
	.p-top__spec__list__item.left .spec.sp {
		bottom: 75%;
	}
}

.p-top__spec__list__item.left .spec1 {
	max-width: 450px;
}

@media (max-width: 1023px) {
	.p-top__spec__list__item.left .spec1 {
		max-width: 300px;
	}
}

@media (max-width: 767px) {
	.p-top__spec__list__item.left .spec1 {
		max-width: 250px;
	}
}

.p-top__spec__list__item.left .spec3 {
	left: 10%;
	max-width: 230px;
}

@media (max-width: 1023px) {
	.p-top__spec__list__item.left .spec3 {
		max-width: 130px;
	}
}

.p-top__spec__list__item.left .spec5 {
	max-width: 350px;
}

@media (max-width: 1023px) {
	.p-top__spec__list__item.left .spec5 {
		max-width: 260px;
	}
}

@media (max-width: 1023px) {
	.p-top__spec__list__item.left {
		padding-right: 0;
	}
}

.p-top__spec__list__item.right {
	justify-content: flex-start;
	padding-left: 2rem;
	padding-right: 22%;
	transition: all 0.5s;
	margin-left: auto;
	margin-right: 0;
	background-color: #302c4e;
	border-radius: 15px 0 0 15px;
}

@media (max-width: 1023px) {
	.p-top__spec__list__item.right {
		padding: 0;
	}
}

.p-top__spec__list__item.right .spec {
	position: absolute;
	width: 40%;
	bottom: 0;
	right: 0%;
}

@media (max-width: 1023px) {
	.p-top__spec__list__item.right .spec {
		width: 100%;
	}
}

.p-top__spec__list__item.right .spec.sp {
	bottom: 50%;
	left: 50%;
	transform: translate(-50%);
}

@media (max-width: 1023px) {
	.p-top__spec__list__item.right .spec.sp {
		bottom: 75%;
	}
}

@media (max-width: 767px) {
	.p-top__spec__list__item.right .spec.sp {
		bottom: 79%;
	}
}

.p-top__spec__list__item.right .spec2 {
	max-height: 100%;
	max-width: 33vw;
	width: fit-content;
}

@media (max-width: 1023px) {
	.p-top__spec__list__item.right .spec2 {
		max-width: 270px;
		height: auto;
	}
}

.p-top__spec__list__item.right .spec4 {
	right: 10%;
	max-width: 330px;
}

@media (max-width: 1023px) {
	.p-top__spec__list__item.right .spec4 {
		max-width: 240px;
	}
}

@media (max-width: 767px) {
	.p-top__spec__list__item.right .spec4 {
		max-width: 200px;
	}
}

.p-top__spec__list__item.right .spec6 {
	max-width: 580px;
}

@media (max-width: 1023px) {
	.p-top__spec__list__item.right .spec6 {
		max-width: 380px;
	}
}

.p-top__spec__list__item__text {
	width: 85%;
	margin: 30px 0;
	padding: 1rem 2rem;
	font-size: 1rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

@media (max-width: 1023px) {
	.p-top__spec__list__item__text {
		width: 100%;
		margin-top: 100px;
		padding: 1rem 2rem 2rem;
		font-size: 0.875rem;
		justify-content: flex-end;
	}
}

@media (max-width: 767px) {
	.p-top__spec__list__item__text {
		margin-top: 120px;
		padding: 1rem;
	}
}

.p-top__spec__list__item__text .textL {
	font-size: 2rem;
	font-weight: bold;
}

@media (max-width: 767px) {
	.p-top__spec__list__item__text .textL {
		font-size: 1.5rem;
	}
}

.p-top__spec__list__item.last-item {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	opacity: 1;
	background-color: #302c4e;
	border-radius: 15px;
}

.p-top__spec__list__item.last-item .p-top__spec__list__item__text {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
}

@media (max-width: 1023px) {
	.p-top__spec__list__item.last-item .p-top__spec__list__item__text {
		flex-direction: column;
	}
}

.p-top__spec__list__item.last-item .p-top__spec__list__item__text .textM {
	font-size: 2rem;
	font-weight: bold;
	padding-right: 1rem;
}

@media (max-width: 1023px) {
	.p-top__spec__list__item.last-item .p-top__spec__list__item__text .textM {
		font-size: 1.25rem;
	}
}

.p-top__detail {
	max-width: 1920px;
	margin: 0 auto;
	padding: 6rem 0 0;
	background-image: url(./img/bg/bg_v_1.svg);
	background-size: 30vw;
	background-position: -10% 0%;
	background-repeat: no-repeat;
	position: relative;
}

@media (max-width: 767px) {
	.p-top__detail {
		background-size: 30vw;
		background-position: -10% 0%;
	}
}

@media (min-width: 1920px) {
	.p-top__detail {
		background-size: 350px;
		background-position: 0% 0%;
	}
}

@media (max-width: 1023px) {
	.p-top__detail {
		padding: 3rem 0 0;
	}
}

.p-top__news {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	background-image: url(./img/bg/bg_gear_1.svg);
	background-size: 25vw;
	background-position: -10% 100%;
	background-repeat: no-repeat;
	position: relative;
}

@media (max-width: 767px) {
	.p-top__news {
		background-size: 25vw;
		background-position: -10% 92%;
	}
}

@media (min-width: 1920px) {
	.p-top__news {
		background-size: 350px, 300px;
		background-position: 0% 100%;
	}
}

.c-table {
	margin: 5rem auto;
}

.l-wrapper {
	max-width: 700px;
	width: 100%;
	padding-top: 50px;
	margin: 0 auto;
}

.c-text {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 200px;
}

.l-section {
	height: 600px;
	background: #ccc;
	margin-bottom: 30px;
	opacity: 0;
	transform: translate3d(0, 100px, 0);
	transition: opacity 1.5s, transform 1.5s;
}

.l-section.is-bgColor--red {
	background: #e4357b;
}

.l-section.is-bgColor--blue {
	background: #149072;
}

.l-section.is-bgColor--green {
	background: #357be4;
}

.l-section.is-animated {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.fadeinR {
	animation-name: slideFromRight;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 1;
}

.fadeinL {
	animation-name: slideFromLeft;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 1;
}

@keyframes slideFromLeft {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(0);
	}
}

@keyframes slideFromRight {
	from {
		transform: translateX(100%);
	}
	to {
		transform: translateX(0);
	}
}

.p-lineup .c-btn {
	margin: 3rem auto;
}

.p-lineup__mv {
	max-width: 1920px;
	margin: 0 auto;
}

@media (max-width: 1023px) {
	.p-lineup__mv {
		margin-bottom: 65%;
	}
}

@media (max-width: 767px) {
	.p-lineup__mv {
		margin-bottom: 75%;
	}
}

.p-lineup__mv-bg {
	position: relative;
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 3rem 5rem 3rem 5rem;
	height: 500px;
	padding-top: 45%;
}

@media (max-width: 1023px) {
	.p-lineup__mv-bg {
		background-size: cover;
		background-position: right;
		padding: 3rem 1rem 3rem 1rem;
		height: 400px;
		padding-top: 45%;
	}
}

.p-lineup__mv-bg .mv-blur {
	display: none;
}

@media (max-width: 1023px) {
	.p-lineup__mv-bg .mv-blur {
		display: block;
		position: absolute;
		top: 90%;
		left: 0;
		width: 100%;
		height: 200px;
		background-color: #161526;
		background-size: cover;
		background-position: right;
		background-repeat: no-repeat;
		z-index: 1;
		box-shadow: 0px -22px 30px 6px #161526;
	}
}

.p-lineup__mv-bg.lineupR {
	background-position: left;
	justify-content: flex-end;
}

.p-lineup__mv-contents {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 1023px) {
	.p-lineup__mv-contents {
		top: 90%;
		left: 50%;
		transform: translate(-50%, 0%);
		z-index: 2;
	}
}

.p-lineup__mv-name {
	margin-bottom: 1rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

@media (max-width: 1023px) {
	.p-lineup__mv-name {
		margin-bottom: 5px;
	}
}

.p-lineup__mv-name__ja {
	font-family: "Arial", sans-serif;
	/* ゴシック体のフォントを指定 */
	font-size: 3.125rem;
	font-weight: 800;
	line-height: 1;
}

@media (max-width: 1023px) {
	.p-lineup__mv-name__ja {
		font-size: 7vw;
	}
}

.p-lineup__mv-name__en {
	margin-left: 1rem;
	font-family: "altivo", sans-serif;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.3em;
}

@media (max-width: 1023px) {
	.p-lineup__mv-name__en {
		font-size: 2.7vw;
	}
}

.p-lineup__mv-img {
	position: relative;
	padding: 2rem 3rem;
	max-width: 1000px;
	width: 58vw;
	height: 100%;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 15px;
}

@media (max-width: 1023px) {
	.p-lineup__mv-img {
		padding: 2rem 1rem;
		width: 90vw;
	}
}

.p-lineup__mv-img .mv-zoom {
	position: absolute;
	bottom: -15px;
	right: -15px;
}

.p-lineup__mv-img .mv-icon1 {
	position: absolute;
	top: -5vw;
	right: 0;
	max-width: 130px;
	max-height: 130px;
	width: 5vw;
	height: auto;
	object-fit: contain;
}

@media (max-width: 1023px) {
	.p-lineup__mv-img .mv-icon1 {
		top: -15vw;
		width: 12vw;
	}
}

@media (min-width: 1920px) {
	.p-lineup__mv-img .mv-icon1 {
		top: -100px;
		width: 8vw;
	}
}

.p-lineup__mv-img .mv-icon2 {
	position: absolute;
	bottom: -2vw;
	right: 80px;
	max-width: 150px;
	max-height: 150px;
	width: 5vw;
	height: auto;
	object-fit: contain;
}

@media (max-width: 1023px) {
	.p-lineup__mv-img .mv-icon2 {
		bottom: -5vw;
		right: 85%;
		max-width: 150px;
		max-height: 150px;
		width: 13vw;
		height: auto;
		object-fit: contain;
	}
}

.p-lineup__mv-color {
	margin: 1rem 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

@media (max-width: 1023px) {
	.p-lineup__mv-color {
		margin: 3rem 0 1rem;
	}
}

@media (max-width: 767px) {
	.p-lineup__mv-color {
		margin: 2rem 0 1rem;
	}
}

.p-lineup__mv-color__square {
	margin-right: 1rem;
	max-width: 130px;
	max-height: 130px;
	width: 5vw;
	height: 5vw;
	border-radius: 13px;
}

@media (max-width: 1023px) {
	.p-lineup__mv-color__square {
		width: 7vw;
		height: 7vw;
		border-radius: 7px;
	}
}

@media (max-width: 767px) {
	.p-lineup__mv-color__square {
		width: 8vw;
		height: 8vw;
		border-radius: 5px;
	}
}

.p-lineup__mv-color__code {
	margin: 1rem 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.3em;
	text-align: left;
}

.p-lineup__mv-color__code span {
	font-size: 2.125vw;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.3em;
}

@media (min-width: 1920px) {
	.p-lineup__mv-color__code span {
		font-size: 2rem;
	}
}

@media (max-width: 1023px) {
	.p-lineup__mv-color__code {
		font-size: 1rem;
		letter-spacing: 0.2em;
		margin: 0.25rem 0;
	}
	.p-lineup__mv-color__code span {
		font-size: 1.5rem;
	}
}

@media (max-width: 767px) {
	.p-lineup__mv-color__code {
		font-size: 0.8125rem;
		letter-spacing: 0.2em;
		margin: 0.25rem 0;
	}
	.p-lineup__mv-color__code span {
		font-size: 14px;
	}
}

.p-lineup__slider {
	max-width: 1920px;
	margin: 0 auto;
}

.p-lineup__slider-item {
	position: relative;
	display: flex;
	width: 100%;
	height: 350px;
}

@media (max-width: 1023px) {
	.p-lineup__slider-item {
		height: 280px;
	}
}

.p-lineup__slider-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-lineup__sound {
	margin: 3rem auto 6rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.p-lineup__sound__text {
	margin-bottom: 1rem;
	font-size: 1.5rem;
	font-weight: 400;
	font-family: "M PLUS 1p", sans-serif;
	line-height: 1;
	letter-spacing: 0.3em;
	text-align: center;
}

.p-lineup__detail {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	background-image: url(./img/bg/bg_gear_1.svg);
	background-size: 20vw;
	background-position: -2% 100%;
	background-repeat: no-repeat;
}

@media (min-width: 1920px) {
	.p-lineup__detail {
		background-size: 350px;
		background-position: 0 100%;
	}
}

.p-lineup__sns {
	max-width: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1rem auto;
}

.p-lineup__sns__item {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.8125rem;
}

.p-lineup__sns__item img {
	width: 26px;
	height: 26px;
	margin-right: 0.5rem;
}

.p-lineup__lineup {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	background-image: url(./img/bg/bg_gear_2.svg);
	background-size: 25vw;
	background-position: 110% 100%;
	background-repeat: no-repeat;
}

@media (min-width: 1920px) {
	.p-lineup__lineup {
		background-size: 450px;
		background-position: 100% 100%;
	}
}

.no-btn .p-lineup__mv-bg {
	margin-bottom: 3%;
}

@media (max-width: 1023px) {
	.no-btn .p-lineup__mv-bg {
		margin-bottom: 0;
	}
}

.slider_modal-container {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	padding: 100px 50px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider_modal-open {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 60px;
	height: 60px;
}

.slider_modal-open img {
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	.slider_modal-open {
		width: 40px;
		height: 40px;
	}
}

.slider_modal-container:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.slider_modal-container.active {
	opacity: 1;
	visibility: visible;
	z-index: 99;
}

.slider_modal-content {
	background: #fff;
	text-align: left;
	padding: 30px;
}

.slider_modal-body {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	max-width: 80vw;
	width: fit-content;
	max-height: 80vh;
}

.slider_modal-body img {
	width: 100%;
	max-height: 80vh;
	height: 100%;
	object-fit: contain;
}

.slider_modal-close {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 5vw;
	right: 5vw;
	width: 30px;
	height: 30px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}

.modal-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	padding: 100px 50px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-open {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 30px;
}

.modal-container:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.modal-container.active {
	opacity: 1;
	visibility: visible;
	z-index: 99;
}

.modal-content {
	background: #fff;
	text-align: left;
	padding: 30px;
}

.modal-body {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal-close {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -60px;
	right: 0px;
	width: 30px;
	height: 30px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}

.p-driver {
	position: relative;
}

.p-driver .bg {
	max-width: 2000px;
	margin: 0 auto;
	background-image: url(./img/bg/bg_gear_1.svg), url(./img/bg/bg_gear_2.svg);
	background-size: 25vw, 30vw;
	background-position: -5% 10%, 110% 90%;
	background-repeat: no-repeat;
	padding: 8rem 0 10rem;
}

@media (max-width: 767px) {
	.p-driver .bg {
		padding-top: 2rem;
	}
}

@media (max-width: 1023px) {
	.p-driver .bg {
		background-position: -5% 5%, 110% 98%;
		padding-bottom: 10rem;
	}
}

@media (min-width: 1920px) {
	.p-driver .bg {
		background-size: 350px, 400px;
		background-position: 0px 200px, 100% 800px;
	}
}

.p-driver .c-heading {
	margin-top: 0;
}

.p-driver__content-top {
	margin-bottom: 5rem;
}

@media (max-width: 767px) {
	.p-driver__content-top {
		margin-bottom: 3rem;
	}
}

.p-driver__content-top .p-driver__table {
	max-width: 600px;
	width: 100%;
	margin: 0 auto 5rem;
}

.p-driver__content-top .p-driver__table__tr {
	background-color: #f2f2f2;
}

.p-driver__content-top .p-driver__table__td {
	padding: 0.75rem 1.25rem;
}

.p-driver__content-bottom.mac {
	margin-bottom: 60px;
}

.p-driver__content-title {
	width: fit-content;
	padding-bottom: 0.25rem;
	margin-bottom: 1rem;
	border-bottom: 2px solid #dc6c8b;
	font-size: 1.25rem;
}

.p-driver__table {
	width: 100%;
	margin-bottom: 1.5rem;
	font-family: "M PLUS 1p", sans-serif;
	font-size: 0.75rem;
	font-weight: normal;
	border-collapse: collapse;
	background-color: #161526;
}

@media (max-width: 767px) {
	.p-driver__table {
		margin-bottom: 3rem;
		font-family: "M PLUS 2", sans-serif;
		font-weight: bold;
	}
}

.p-driver__table:last-child {
	margin-bottom: 0;
}

.p-driver__table__th {
	padding: 0.75rem 0.5rem;
	border: 2px solid #68629b;
	color: #fff;
	white-space: nowrap;
}

.p-driver__table__tr {
	padding: 0.75rem 0.5rem;
	border: 2px solid #68629b;
}

.p-driver__table__td {
	padding: 0.75rem 0.5rem;
	border: 2px solid #68629b;
	width: 100%;
}

.p-driver__table .table_download {
	vertical-align: middle;
	white-space: nowrap;
}

.p-driver__table .table_download-btn {
	width: fit-content;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.p-driver__table .table_download-link {
	width: 100%;
	background-color: #dc6c8b;
	color: #fff;
	font-weight: bold;
	padding: 0.75rem 1rem;
	border-radius: 15px;
	text-decoration: none;
}

@media (max-width: 767px) {
	.p-driver__table .table_download-link {
		padding: 0.75rem 0.5rem;
		border-radius: 5px;
		text-align: center;
	}
}

.accordion {
	width: 100%;
	margin: 0 auto 24px;
}

.accordion-summary {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 10px 50px 10px 16px;
	background-color: #7266cf;
	border-radius: 0rem;
}

@media (max-width: 767px) {
	.accordion-summary {
		padding: 10px 36px 10px 10px;
	}
}

.accordion-summary p {
	color: #fff;
	font-size: 22rem;
	font-weight: normal;
	text-align: left;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.accordion-summary p {
		font-size: 16px;
	}
}

.accordion-summary:hover {
	cursor: pointer;
}

.accordion-summary .btn {
	position: absolute;
	top: 37%;
	right: 16px;
	width: 18px;
	height: 18px;
	transform-origin: center center;
	transition-duration: 0.2s;
}

@media (max-width: 767px) {
	.accordion-summary .btn {
		right: 10px;
	}
}

.accordion-summary .btn:before, .accordion-summary .btn:after {
	content: "";
	background-color: #fff;
	border-radius: 10px;
	width: 16px;
	height: 4px;
	position: absolute;
	top: 6px;
	right: 0;
	transform-origin: center center;
}

.accordion-summary .btn:before {
	width: 4px;
	height: 16px;
	top: 0;
	right: 6px;
}

.accordion-content {
	display: none;
}

.accordion-content p {
	margin: 0 0 20px;
	color: #343434;
	font-size: 22rem;
	line-height: 1.5;
	text-align: left;
}

@media (max-width: 767px) {
	.accordion-content p {
		font-size: 16px;
	}
}

.accordion-content p:last-of-type {
	margin: 0;
}

.accordion.is-active-content {
	display: flex;
	justify-content: flex-start;
}

.accordion.is-active-summary {
	background-color: #7266cf;
}

.accordion.is-active .btn {
	transform: rotate(-180deg);
}

.accordion.is-active .btn:before {
	content: none;
}

.accordion .p-driver__table {
	margin-bottom: 0;
}

.accordion .p-driver__table__th {
	text-align: center;
}

.accordion .p-driver__table__th:first-child {
	width: 25%;
}

.accordion .p-driver__table__td {
	width: auto;
	vertical-align: middle;
}

.p-faq {
	position: relative;
	min-height: 100vh;
}

.p-faq .c-heading {
	margin-top: 0;
	padding-top: 60px;
}

@media (max-width: 767px) {
	.p-faq .c-heading::before {
		content: "";
		height: 0;
		width: 0;
	}
}

@media (max-width: 767px) {
	.p-faq .c-heading::after {
		content: "";
		height: 0;
		width: 0;
	}
}

.p-faq__bg {
	max-width: 1920px;
	margin: 0 auto;
	background-image: url(./img/bg/bg_gear_1.svg), url(./img/bg/bg_gear_2.svg);
	background-size: 20vw, 25vw;
	background-position: -5% 10%, 115% 80%;
	background-repeat: no-repeat;
	padding-top: 8rem;
}

@media (max-width: 767px) {
	.p-faq__bg {
		padding-top: 2rem;
		background-size: 20vw, 25w;
		background-position: -5% 10%, 115% 90%;
	}
}

@media (min-width: 1920px) {
	.p-faq__bg {
		background-size: 350px, 400px;
		background-position: 0% 10%, 100% 80%;
	}
}

.p-faq__list {
	max-width: 900px;
	width: 100%;
	padding: 0 2rem 5rem;
}

@media (max-width: 767px) {
	.p-faq__list {
		padding: 0 1rem 3rem;
	}
}

.p-faq__item {
	margin-bottom: 5rem;
	font-family: "M PLUS 2", sans-serif;
}

@media (max-width: 767px) {
	.p-faq__item {
		margin-bottom: 3rem;
	}
}

.p-faq__item:last-child {
	margin-bottom: 0;
}

.p-faq__item-question {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 1rem;
	padding: 5px 10px;
	background-color: #dc6c8b;
	border-radius: 15px;
	font-size: 1.25rem;
}

@media (max-width: 767px) {
	.p-faq__item-question {
		font-size: 1rem;
		border-radius: 5px;
	}
}

.p-faq__item-answer {
	display: flex;
	align-items: flex-start;
	width: 100%;
	padding: 5px 10px;
	font-size: 0.875rem;
}

.p-faq__item-answer-content {
	padding: 0 2rem 0 0;
}

.p-faq__item-answer a {
	color: #dc6c8b;
	text-decoration: underline;
}

.p-faq__item__icon {
	width: 25px;
	height: 25px;
	margin-right: 1rem;
}

/* Glass
--------------------------------------------- */
.p-glass .c-header__nav__list-item {
	width: calc(100% / 3);
}

@media (max-width: 1023px) {
	.p-glass .c-header__nav__list-item {
		width: calc(100% / 2 - 1rem);
	}
}

.p-glass .p-top__spec__list__item.left .spec1 {
	max-width: 250px;
}

.p-glass .p-top__spec__list__item.left .spec1.sp {
	width: auto;
	max-height: 150px;
}

.p-glass .p-top__spec__list__item.left .spec3 {
	left: 0;
	max-width: 300px;
	max-height: 100%;
}

.p-glass .p-top__spec__list__item.left .spec3.sp {
	left: 50%;
	max-width: 200px;
}

.p-glass .p-top__spec__list__item.left .spec5 {
	max-width: 250px;
}

.p-glass .p-top__spec__list__item.left .spec5.sp {
	max-width: 240px;
	bottom: 75%;
}

.p-glass .p-top__spec__list__item.right .spec2 {
	max-width: 250px;
	bottom: 50%;
	transform: translateY(50%);
}

.p-glass .p-top__spec__list__item.right .spec2.sp {
	bottom: 70%;
	transform: translate(-50%, 0%);
}

.p-glass .p-top__spec__list__item.right .spec4 {
	max-width: 230px;
}

.p-glass .p-top__spec__list__item.right .spec4.sp {
	max-width: 130px;
	bottom: 65%;
}

.p-glass .c-detail__table > * {
	width: 100%;
}

.p-glass .c-detail__table__left {
	width: 100%;
}

.p-glass .c-detail__table__item {
	height: auto;
	padding: 0 1rem;
}

.p-glass .c-detail__table__item__th {
	width: 30%;
	padding: 1rem 0 1rem;
	border-right: 1px solid #fff;
}

.p-glass .c-detail__table__item__td {
	padding: 1rem 0 1rem 1rem;
}

@media (min-width: 1024px) {
	.p-lineup-glass .p-lineup__mv {
		max-width: 1920px;
		margin: 0 auto;
	}
}

.p-lineup-glass .p-lineup__mv-bg {
	background-size: 100% 100%;
}

@media (max-width: 1023px) {
	.p-lineup-glass .p-lineup__mv-bg {
		background-size: cover;
	}
}

@media (max-width: 1023px) {
	.p-lineup-glass .p-lineup__mv-name {
		max-width: 400px;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.p-lineup-glass .p-lineup__mv-name__en {
		margin-left: 0;
	}
}

.p-lineup-glass .p-lineup__mv-img {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 700px;
	max-height: 400px;
	width: 55vw;
	height: 40vw;
}

@media (max-width: 1023px) {
	.p-lineup-glass .p-lineup__mv-img {
		padding: 1.5rem;
		max-width: 400px;
		max-height: 400px;
		width: 100%;
		height: 100%;
	}
}

@media screen and (min-width: 1450px) {
	.p-lineup-glass .p-lineup__mv-img {
		max-width: 800px;
		max-height: 500px;
	}
}

@media (min-width: 1920px) {
	.p-lineup-glass .p-lineup__mv-img {
		max-width: 900px;
		max-height: 600px;
	}
}

.p-lineup-glass .p-lineup__mv-img img {
	height: 100%;
	object-fit: contain;
}

@media (max-width: 1023px) {
	.p-lineup-glass .p-lineup__mv-img img {
		height: auto;
		max-height: 380px;
	}
}

.p-lineup-glass .p-lineup__mv-img img.mv-icon1 {
	top: -6vw;
	width: 10vw;
	height: auto;
	max-height: 120px;
	max-width: 120px;
}

@media (max-width: 767px) {
	.p-lineup-glass .p-lineup__mv-img img.mv-icon1 {
		top: -13vw;
		max-height: 80px;
		max-width: 80px;
		width: 12vw;
	}
}

@media (max-width: 1023px) {
	.p-lineup-glass .p-lineup__mv-img img.mv-icon1 {
		top: -8vw;
		max-height: 80px;
		max-width: 80px;
		width: 12vw;
	}
}

@media screen and (min-width: 1450px) {
	.p-lineup-glass .p-lineup__mv-img img.mv-icon1 {
		top: -110px;
		max-height: 150px;
		max-width: 150px;
	}
}

.p-lineup-glass .p-lineup__mv-img img.mv-icon2 {
	bottom: -3vw;
	width: 10vw;
	height: auto;
	max-height: 100px;
	max-width: 100px;
}

@media (max-width: 767px) {
	.p-lineup-glass .p-lineup__mv-img img.mv-icon2 {
		bottom: -8vw;
		max-height: 90px;
		max-width: 120px;
		width: 13vw;
	}
}

@media (max-width: 1023px) {
	.p-lineup-glass .p-lineup__mv-img img.mv-icon2 {
		bottom: -8vw;
		max-height: 90px;
		max-width: 120px;
		width: 13vw;
	}
}

@media screen and (min-width: 1450px) {
	.p-lineup-glass .p-lineup__mv-img img.mv-icon2 {
		bottom: -90px;
		max-height: 130px;
		max-width: 150px;
	}
}

@media (max-width: 1023px) {
	.p-lineup-glass .p-lineup__mv-contents {
		top: 90%;
		width: 70vw;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}

.p-lineup-glass .p-lineup__slider {
	max-width: 1920px;
	margin: 80px auto 0;
}

.p-lineup-glass .p-lineup .slider .slick-next {
	right: 0;
}

.p-lineup-glass .c-detail__table > * {
	width: 100%;
}

.p-lineup-glass .c-detail__table__left {
	width: 100%;
}

.p-lineup-glass .c-detail__table__item {
	height: auto;
	padding: 0 1rem;
}

.p-lineup-glass .c-detail__table__item__th {
	width: 30%;
	padding: 1rem 0 1rem;
	border-right: 1px solid #fff;
}

.p-lineup-glass .c-detail__table__item__td {
	padding: 1rem 0 1rem 1rem;
}

.p-mousepad__logo-link {
	padding: 10px 0;
}

@media (min-width: 1024px) {
	.p-mousepad .p-top__spec__list__item.left .spec {
		left: 5%;
	}
	.p-mousepad .p-top__spec__list__item.right .spec {
		right: 5%;
	}
}

.p-mousepad .p-top__spec__list__item.left .spec1.sp {
	max-width: 210px;
	max-height: 210px;
}

.p-mousepad .p-top__spec__list__item.right .spec2.sp {
	bottom: 72%;
	max-width: 210px;
}

.p-mousepad .p-top__spec__list__item.left .spec3 {
	left: 4vw;
	max-width: 280px;
	width: auto;
}

.p-mousepad .p-top__spec__list__item__text {
	width: 90%;
}

@media (max-width: 1023px) {
	.p-mousepad .p-top__spec__list {
		margin-top: 25vw;
	}
}

.p-lineup-mousepad .p-lineup__mv-img {
	padding: 1rem 2rem;
	max-height: 480px;
}

@media screen and (max-width: 1279px) {
	.p-lineup-mousepad .p-lineup__mv-img {
		max-height: 400px;
	}
}

@media screen and (min-width: 1450px) {
	.p-lineup-mousepad .p-lineup__mv-img {
		max-height: 550px;
	}
}

.p-lineup-mousepad .p-lineup__mv-img img.mv-icon1 {
	top: -95px;
	max-height: 120px;
	max-width: 120px;
	width: 7vw;
}

@media screen and (max-width: 1023px) {
	.p-lineup-mousepad .p-lineup__mv-img img.mv-icon1 {
		top: -8vw;
		max-height: 80px;
		max-width: 80px;
		width: 12vw;
	}
}

.p-lineup-mousepad .p-lineup__mv-img img.mv-icon2 {
	width: 7vw;
	bottom: -4vw;
}

@media screen and (min-width: 1450px) {
	.p-lineup-mousepad .p-lineup__mv-img img.mv-icon2 {
		max-height: 100px;
		max-width: 110px;
		bottom: -60px;
	}
}

.p-lineup-mousepad .p-lineup__slider-img {
	object-position: top;
	object-fit: cover;
}

.header-mousepad .c-header__logo {
	padding: 8px 16px;
	display: flex;
}

#wpadminbar {
	display: none;
}

img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-touch-callout: none;
	-moz-user-select: none;
	user-select: none;
}

@media print {
	body {
		display: none;
	}
}

/*# sourceMappingURL=style.css.map */