/*!
Theme Name: exelica
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: exelica
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

exelica is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

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

p {
	margin-bottom: 0.5em;
}

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 {
	background: #000;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.entry-content {
	margin-top: 0 !important;
}

/* タイトルを非表示に */
h1.entry-title {
	visibility: hidden;
}

@media screen and (min-width: 768px) {
	h1.entry-title {
		visibility: hidden;
	}
}

/* 背景画像のサイズ調整 */
/* body.custom-background {
	background-size: auto 55% !important;
}
@media screen and (min-width: 768px) {
	body.custom-background {
		background-size: 100% auto !important;
	}
} */

.title-text {
	width: 339px;
	height: 48px;
	margin: auto;
	text-align: center;
	line-height: 56px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight: bold;
	font-size: 20px;
	color: #AD5E9F;
	text-shadow: -1px -1px 2px white, -1px 0 2px white, -1px 1px 2px white,
                  0 -1px 2px white,                    0 1px 2px white,
                1px -1px 2px white,  1px 0 2px white,  1px 1px 2px white;
	background-image: url(img/title_mobile.png);
	background-size: 100% 48px;
	-webkit-font-kerning: normal;
	font-kerning: normal;
}

@media screen and (min-width: 768px) {
	.title-text {
		width: 755px;
		height: 105px;
		line-height: 120px;
		font-size: 36px;
		-webkit-font-kerning: none;
		font-kerning: none;
		background-image: url(img/title.png);
		background-size: 755px 105px;
	}
}

/* トップページ */

body.page-id-6 {
	background-image:url(img/bg_mobile2404.png) !important;
	background-size: cover !important;
}

@media screen and (min-width: 768px) {
	body.page-id-6 {
		background-image:url(img/bg2404.png) !important;
		background-size: cover !important;
	}
}

body.page-id-16 {
	background-image:url(img/bg_mobile2404.png) !important;
	background-size: cover !important;
}

@media screen and (min-width: 768px) {
	body.page-id-16 {
		background-image:url(img/bg2404.png) !important;
		background-size: cover !important;
	}
}

.top-title {
	position: relative;
	width: 52.5333333vw ; /* 197/375*100 */
	margin-top: 89.3333333vw ; /* 335/375*100 */
	margin-left: 46.4vw ; /* 174/375*100 */
}

.top-vertical-text {
	display: inline;
	position: absolute;
	width: 18px;
	top: 16.8vw ; /* 63/375*100*/
	left: 4.26666666vw ; /* 16/375*100*/
}

.top-vertical-text-en {
	display: inline;
	position: absolute;
	width: 35px;
	top: 16.8vw ; /* 63/375*100*/
	left: 2.1333333333vw ; /* 8/375*100*/
}

.top-release-text {
	position: relative;
	width: 42.4vw ; /* 159/375*100 */
	margin-top: 5.86666vw ; /* 6/375*100 */
	margin-left: auto;
	margin-right: auto;
}

.top-release-text-2nd {
	position: relative;
	width: 53.3333vw ; /* 200/375*100 */
	margin-top: 1.6vw ; /* 22/375*100 */
	margin-left: auto;
	margin-right: auto;
}

.top-release-text-en {
	position: relative;
	width: 50.93333vw ; /* 191/375*100 */
	margin-top: 3.2vw ; /* 12/375*100 */
	margin-left: auto;
	margin-right: auto;
}

.top-release-text-2nd-en {
	position: relative;
	width: 71.466667vw ; /* 268/375*100 */
	margin-top: 2.1333vw ; /* 8/375*100 */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 34px;
}

.purchase-button {
	position: relative;
	width: 272px;
	margin-top: 8.53333vw ; /* 32/375*100 */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10.66666vw; /* 40/375*100 */
}

.pv-thumbnail {
	margin: 0 auto;
	width: 220px;
	height: 125px;
}

.privilege-button {
	margin: 0 auto;
	width: 262px;
	height: 238px;
	padding-top: 23px;
}

.makuake-link {
	position: relative;
	width: 270px;
	margin-top: 3.2vw ; /* 12/375*100 */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 9.33333333vw; /* 35/375*100 */
}

.top-chara-list {
	position: relative;
	margin-top: 1.48148148vw ; /* 16/1080*100 */
	margin-left: 2%;
	margin-right: 2%;
	gap: 0.5em;
}

.wp-block-image .alignright {
    margin: 0 !important;
}

.wp-block-image .alignleft {
    margin: 0 !important;
}

@media screen and (min-width: 768px) {
	.top-title {
		position: relative;
		width: 29.259259vw ; /* 316/1080*100 */
		margin-top: 459px ;
		/* margin-top: 42.5vw ; /* (531-72)/1080*100 */
		margin-left: 60.74074vw ; /* 656/1080*100 */
	}

	.top-vertical-text {
		display: inline;
		position: absolute;
		width: 36px;
		top: 9.8148148vw ; /* 106/1080*100*/
		left: 7.4074074vw ; /* 80/1080*100*/
	}

	.top-vertical-text-en {
		display: inline;
		position: absolute;
		width: 71px;
		top: 9.8148148vw ; /* 106/1080*100*/
		left: 4.8148148vw ; /* 52/1080*100*/
	}

	.top-release-text {
		position: relative;
		margin-top: 2.96296vw ; /* 32/1080*100 */
		width: 35.74074vw; /* 386/1080*100 */
		margin-left: auto;
		margin-right: auto;
	}

	.top-release-text-2nd {
		position: relative;
		margin-top: 1.85185vw ; /* 20/1080*100 */
		width: 45.185185vw; /* 488/1080*100 */
		margin-left: auto;
		margin-right: auto;
	}

	.top-release-text-en {
		position: relative;
		margin-top: 5.46296vw ; /* 59/1080*100 */
		width: 44.4444vw; /* 480/1080*100 */
		margin-left: auto;
		margin-right: auto;
	}

	.top-release-text-2nd-en {
		position: relative;
		margin-top: 1.85185vw ; /* 20/1080*100 */
		width: 60.648148vw; /* 655/1080*100 */
		margin-left: auto;
		margin-right: auto;
	}

	.purchase-button {
		position: relative;
		width: 523px;
		margin-top: 5.74074vw ; /* 62/1080*100 */
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 8.425925vw; /* 91/1080*100 */
	}

	.pv-thumbnail {
		display: inline;
		position: absolute;
		width: 220px;
		top: 159px;
		/* top: 14.72222vw ; /* 159/1080*100*/
		right: 2.59259vw ; /* 28/1080*100*/
	}

	.privilege-button {
		display: inline;
		position: absolute;
		top: 284px;
		/*top: 26.296296vw ; /* 284/1080*100*/
		right: 0.648148vw ; /* 7/1080*100 */
		width: 262px;
		height: 238px;
		padding-top: 23px;
		transition: transform .6s ease; /* ゆっくり変化させる */
	}

	.privilege-button:hover img {
		transform: scale(1.1); /* 拡大 */
	}
	
	.makuake-link {
		position: relative;
		margin-top: 4.074074074vw ; /* 44/1080*100 */
		margin-bottom: 4.814814814vw; /* 52/1080*100 */
		width: 526px;
		margin-left: auto;
		margin-right: auto;
	}
	.makuake-link :hover img{
		transform: scale(1.1);
	}

	.top-chara-list {
		position: relative;
		margin-top: 1.48148148vw ; /* 16/1080*100 */
		gap: 0;
	}
	.top-chara :hover img{
		transform: scale(1.1);
	}

}

/* キャラクター */

.chara-table {
	position: relative;
	margin: 35px 0;
	gap: 0;
}

.chara-name-bg {
	/* display: none; */
}

.chara-name-bg img {
	display: inline;
	position: absolute;
	top: 173px;
	width: 100%;
	height: 59px;
}

.chara-name {
	margin-top: 3px;
	display:flex;
	padding-left: 23px;
	height: 26px;
}

.chara-cv {
	margin-top: 4px;
	padding-left: 23px;
	height: 8px;
}
.chara-cv img{
	height: 8px;
	vertical-align: top;
}

.chara_codename {
	margin-top: 33px;
	height: 10.6px;
	padding-right: 5px;
	text-align: right;
}
.chara_codename img{
	width : 145px;
	height: 10.6px;
	vertical-align: top;
}

.chara-profile-bg {
	/* display: none; */
}

.chara-profile-bg img {
	display: inline;
	position: absolute;
	top: 247px;
	width: 100%;
	height: 171px;
}

.chara-type {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 31px;
	padding-left: 7px;
	height: 51px;
	gap: 12px;
}
.chara-type.hi-height {
	height: 65px;
}
.chara-type img{
	height: 9px;
	vertical-align: top;
}

.chara-type img.twoline {
	height: 22px;
	vertical-align: top;
}	

.chara-text {
	margin-top: 11px;
	padding-left: 7px;
	/* height: 53px; */
	color: #000;
	font-size: 6px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO" !Important;
	text-align: left;
}

.chara_vertical_text {
	display: inline;
	position: absolute;
	top: 60px;
	right: 5px;
	width: 10px;
	margin: 0 0;
}	

@media screen and (min-width: 768px) {
	.chara-table {
		position: relative;
		margin: 62px 0;

	}

	.chara-name-bg {
		/* display: none; */
	}

	.chara-name-bg img {
		display: inline;
		position: absolute;
		top: 272px;
		width: 100%;
		height: 128px;
	}

	.chara-name {
		margin-top: 0;
		display:flex;
		padding-left: 65px;
		height: 64px;
		gap: 14px;
	}

	.chara-cv {
		margin-top: 5px;
		padding-left: 65px;
		height: 19px;
	}

	.chara-cv img{
		height: 19px;
		vertical-align: top;
	}	

	.chara_codename {
		margin-top: 69px;
		height: 28px;
		padding-right: 13px;
		text-align: right;
	}
	.chara_codename img{
		width : 383px;
		height: 28px;
		vertical-align: top;
	}

	.chara-profile-bg {
		/* display: none; */
	}

	.chara-profile-bg img {
		display: inline;
		position: absolute;
		top: 422px;
		width: 100%;
		height: 466px;
	}

	.chara-type {
		display: flex;
		margin-top: 54px;
		padding-left: 21px;
		height: 141px;
		gap: 32px;
	}
	.chara-type.hi-height {
		height: 181px;
	}
	.chara-type img{
		height: 26px;
		vertical-align: top;
	}
	.chara-type img.twoline {
		height: 63px;
		vertical-align: top;
	}	

	.chara-text {
		margin-top: 54px;
		height: 145px;
		padding-left: 21px;
		font-size: 17px;
	}

	.chara-text-bg {
		display: none;
	}

	.chara-text-bg img {
		width: 100%;
		height: 371px;
	}

	.chara-pv-thumbnail {
		visibility: hidden;
		margin-top: 129px;
		margin-left: 65px;
		width: 273px;
		height: 163px;
	}

	.chara_vertical_text {
		display: inline;
		position: absolute;
		top: 130px;
		right: 20px;
		width: 27px;
		margin: 0 0;
	}	
}

/* ストーリー */

body.page-id-939 {
	background-image:url(img/bg_story_smartphone.png) !important;
	background-size: cover !important;
}

@media screen and (min-width: 768px) {
	body.page-id-939 {
		background-image:url(img/bg_story.png) !important;
		background-size: cover !important;
	}
}

body.page-id-941 {
	background-image:url(img/bg_story_smartphone.png) !important;
	background-size: cover !important;
}

@media screen and (min-width: 768px) {
	body.page-id-941 {
		background-image:url(img/bg_story.png) !important;
		background-size: cover !important;
	}
}

.story-headline-text {
	width: 82.67%;
	margin: 20px auto;
}

.story-main-text {
	width: 86.93%;
	margin: 0 auto;
	padding: 20px 9.07% 18px;
	background-image:url(img/story_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

@media screen and (min-width: 768px) {
	.story-headline-text {
		width: 79.63%;
		margin: 32px auto;
		text-align: center;
	}
	.story-main-text {
		width: 86.48%;
		padding: 33px 10.09%;
		text-align: center;
	}
}


/* サポーター */

.project-name {
	margin-top: 14px;
	color: #000;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO" !Important;
	font-size: 14px;
}

/* ▼タブ機能の掲載領域の装飾(※必須ではありません) */
.tabbox { margin: 7px 6px 2px 6px ; padding: 0em; background-color: #f8f8ff00; }

/* ▼タブ機能を制御するラジオボタン(非表示にする) */
.tabbox input { display: none; }

/* ▼タブ(共通装飾＋非選択状態の装飾) */
.tab {
    display: inline-block;
    border-width: 3px 3px 0px 3px;
    border-style: solid;
    border-color: #f47a8e;
    border-radius: 5px 5px 0px 0px;
	height: 38px;
	text-align: center;
    padding: 0.5em 1em;
    color: black;
    background-color: #e0e0e0;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 14px;
	font-weight: bold;
	text-shadow: -1px -1px 2px white, -1px 0 2px white, -1px 1px 2px white,
                  0 -1px 2px white,                    0 1px 2px white,
                1px -1px 2px white,  1px 0 2px white,  1px 1px 2px white;
}

/* ▼タブにマウスポインタが載った際の装飾 */
.tab:hover {
    background-color: #ccffcc;
    color: green;
    cursor: pointer;
}

/* ▼チェックが入っているラジオボタンの隣にあるタブの装飾(＝選択状態のタブ) */
input:checked + .tab {
    color: #ef4b13;
	background-image: url(img/bg_tab_on.png);
	background-size: cover;
    position: relative;
    z-index: 10;
}

/* ▼タブの中身(共通装飾＋非選択状態の装飾) */
.tabcontent {
    display: none;
    border: 3px solid #f47a8e;
	border-radius: 5px;
    margin-top: -3px;
    padding: 0em 15px;
    position: relative;
    z-index: 0;
    background-image:url(img/bg_SupporterColumn.png) ;
}


/* ▼チェックが入っているラジオボタンに対応するタブの中身を表示する */
#tabcheck1:checked ~ #tabcontent1 { display: block; }
#tabcheck2:checked ~ #tabcontent2 { display: block; }

.supporter {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px 25px 2px 25px;
	height: 600px;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #ca3f6a;
}

.supporter::-webkit-scrollbar {
	width: 4px;
}

.supporter::-webkit-scrollbar-thumb {
	background-color: #ca3f6a;
	border-radius: 1.5px;
}

.support-image {
	width: 100%;
	margin-top: 11px;
}

@media screen and (min-width: 768px) {
	.project-name {
		margin-top: 5px;
		font-size: 30px;
	}

	.tab {
		width: 45%;
		height: 100px;
		padding: 1.2em;
		font-size: 24px;
		border-width: 8px 8px 0px 8px;
		border-style: solid;
		border-color: #f47a8e;
		border-radius: 5px 5px 0px 0px;
	}

	.tabbox { margin: 20px 12px 5px 12px ; padding: 0em; background-color: #f8f8ff00; }

	.tabcontent {
		border: 8px solid #f47a8e;
		border-radius: 5px;
    	margin-top: -8px;
		padding: 0em 23px;
	}

	.supporter {
		margin-top: 40px;
		padding: 0px 27px 2px 27px;
		height: 1120px;
	}
	.supporter::-webkit-scrollbar {
		width: 13px;
	}
	.supporter::-webkit-scrollbar-thumb {
		border-radius: 5px;
	}
	
	.support-image {
		width: 50%;
		margin-top: 0;
		padding: 10px 20px;
	}
	
}

/* 製品情報 */

.switching {
	width: 90%;
	height: 38px;
	margin: 13px auto;
	gap: 1em;
}

@media screen and (min-width: 768px) {
	.switching {
		width: 63.148148vw ; /* 682/1080*100 */
		height: 86px;
		margin-top: 65px;
	}
}

.product-info {
	padding-top: 9px;
	padding-bottom: 16px;
	background-image: url(img/ProductInfo_bg.png);
	color: #000;
	font-size: 12px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO" !Important;
}
.product-info-table {
	line-height: 1.1;
	margin-bottom: 5px;
	gap: 0;
	text-align: center;
}

.product-info hr {
	width: 80%;
	height: 2px;
	background-color: #f3c7d6;
	margin-bottom: 6px;
}

@media screen and (min-width: 768px) {
	.product-info {
		padding-top: 17px;
		padding-bottom: 32px;
		font-size: 22px;
	}
	.product-info-table {
		line-height: 1.1;
		margin-bottom: 0;
		text-align: left;
	}
	.product-info hr {
		width: 95%;
		margin-left: 0;
	}
}

.privilege-text{
	width: 339px;
	margin: 5px auto;
	color: #000;
	font-size: 10px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	text-align: center;
}

@media screen and (min-width: 768px) {
	.privilege-text{
		width: 755px;
		margin: 18px auto;
		font-size: 20px;
	}
}

.stores {
	margin-left: 5%;
	margin-right: 5%;
}

.privilege-flame {
	width:308px;
	height:566px;
	background-image: url(img/bg_StoreBenefits.png);
	background-size: cover;
	border: 3px solid #fff;
	border-radius: 5px;
}

.store-name {
	height:62px;
	margin: 0;
	text-align: center;
	color:#fff;
	line-height: 60px;
	font-size: 26px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO" !Important;
}

.store-sample {
	height: 216px;
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}

.store-privilege {
	height: 200px;
	margin: 0  10px;
	color: #fff;
	font-size: 18px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.text-with-icon {
	position: relative;
	margin: 0 auto;
}

.text-with-icon::before,
.text-with-icon::after {
	content: "";
	display: inline-block;
	width: 21px; /* アイコンの幅 */
	height: 16px; /* アイコンの高さ */
	margin: 0 5px; /* アイコンとテキストの間隔 */
	background-image: url('img/icon_heart.png'); /* アイコン画像へのパス */
	background-size: cover; /* アイコン画像のサイズを調整 */
}

.text-with-icon::before {
	background-position: left center; /* アイコンをテキストの前に配置 */
}

.text-with-icon::after {
	background-position: right center; /* アイコンをテキストの後ろに配置 */
}

.store-button {
	width:267px;
	height: 59px;
	margin: 0 auto;
	text-align: center;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight: bold;
	font-size: 22px;
	color: #AD5E9F;
	text-shadow: -1px -1px 2px white, -1px 0 2px white, -1px 1px 2px white,
                  0 -1px 2px white,                    0 1px 2px white,
                1px -1px 2px white,  1px 0 2px white,  1px 1px 2px white;
	line-height: 59px;
	background-image: url(img/button_StoreBenefits.png);
	background-size: contain;
    background-repeat: no-repeat;
}

.store-button a {
	display: inline-block;
	width:273px;
	height: 66px;	
	color: #AD5E9F;
	text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width:1024px) {
	.store-privilege {
		font-size: 14px;
	}
	.store-button {
		width:191px;
		font-size: 14px;
		background-image: url(img/button_detail.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	.store-button a {
		display: inline-block;
		width:191px;
		height: 66px;	
		color:#000;
		text-decoration: none;
	}
}

/* 製品情報（ダウンロード） */

.click_here_to_purchase {
	width: 30%;
	margin: auto;
	margin-bottom: 7px;
}

.download_retailer_button {
	width: 85%;
	margin: auto;
	margin-bottom: 21px;
	gap: 0.5em;
}

.download_product_image {
	width: 88.8%;
	margin: auto;
}

.rating_oversea {
	display: flex;
	gap: 0.5em;
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.click_here_to_purchase {
		width: 100%;
		margin: auto;
		margin-bottom: 18px;
	}
	
	.download_retailer_button {
		width: 100%;
		margin: auto;
		margin-bottom: 26px;
	}
	
	.download_product_image {
		width: 100%;
		margin: auto;
	}

	.rating_oversea {
		justify-content: left;
	}
}

/* 本作の特徴 */

.property-text {
	display: flex;
    justify-content: center;
    align-items: center;
	height: 8vw; /* 30/375*100 */
	margin-top: 15px;
	margin-bottom: 12px;
	padding: 2px 10px;
	color: #000;
	font-size: 2.15vw; /* 8.5/375*100 */
	font-family: "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
"Yu Gothic UI", "MS PGothic", sans-serif !Important;
	text-align: center;
	background-image: url(img/bg_Explanation.png);
}

.property-text span {
	color: #df4444;
}

.property-text-image {
	margin-top: 26px;
}
.property-text-image img{
	height: 25px;
	width: auto;
}

.property-img-01 {
	margin: 0 auto 15px;
	width: 63.7%;
}

.property-img-02 {
	margin: 15px auto 0;
	width: 74.4%;
}

.property-img-03 {
	margin: 0 auto 26px;
	width: 92%;
}

.property-play-img {
	margin: 0 auto 26px;
	width: 93.87%;
}

.property-caution-text {
	width: 90%;
	margin: 0px auto 26px;
	color: #000;
	font-size: 8.5px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO" !Important;
	text-align: left;
}

.title-text-switch {
	width: 339px;
	height: 48px;
	margin: auto;
	padding-left: 20px;
	text-align: center;
	line-height: 56px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight: bold;
	font-size: 20px;
	color: #AD5E9F;
	text-shadow: -1px -1px 2px white, -1px 0 2px white, -1px 1px 2px white,
                  0 -1px 2px white,                    0 1px 2px white,
                1px -1px 2px white,  1px 0 2px white,  1px 1px 2px white;
	background-image: url(img/title_mobile.png);
	background-size: 100% 48px;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	white-space: nowrap;
}
.title-text-switch span {
	display: inline-block;
	transform: scalex(0.75);
}

@media screen and (min-width: 768px) {
	.property-text {
		height: 8.148148vw; /* 88/1080*100*/
		margin: 35px auto;
		padding: 8px 5px;
		color: #000;
		font-size: 2.314vw; /* 25/1080*100 */
		font-family: "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
	"Yu Gothic UI", "MS PGothic", sans-serif !Important;
		text-align: center;
		background-image: url(img/bg_Explanation.png);
	}

	.property-text-image {
		margin-top: 56px;
	}
	.property-text-image img{
		height: 52px;
		width: auto;
	}

	.property-img-01 {
		margin: 0 auto 37px;
		width: 63.7%;
	}

	.property-img-02 {
		margin: 43px auto 0;
		width: 74.5%;
	}

	.property-img-03 {
		margin: 0 auto 60px;
		width: 92%;
	}
	
	.property-play-img {
		margin: 0 auto 56px;
		width: 93.80%;
	}

	.property-caution-text {
		margin: 0px auto 60px;
		color: #000;
		font-size: 25px;
		font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO" !Important;
		text-align: left;
	}

	.title-text-switch {
		width: 755px;
		height: 105px;
		padding-left: 75px;
		line-height: 120px;
		font-size: 36px;
		-webkit-font-kerning: none;
		font-kerning: none;
		background-image: url(img/title.png);
		background-size: 755px 105px;
	}
	.title-text-switch span {
		display: inline-block;
		transform: scalex(1);
	}
}

/* 本作の特徴（英語版） */

.property-text-en {
	display: flex;
    justify-content: center;
    align-items: center;
	height: 8vw; /* 30/375*100 */
	margin-top: 15px;
	margin-bottom: 12px;
	padding: 2px 10px;
	color: #000;
	font-size: 1.33333vw; /* 5/375*100 */
	font-family: "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
"Yu Gothic UI", "MS PGothic", sans-serif !Important;
	text-align: center;
	background-image: url(img/bg_Explanation.png);
}

.property-text-en span {
	color: #df4444;
}

.property-img-01-en {
	margin: 0 auto 15px;
	width: 73.8667%;
}

.property-img-02-en {
	margin: 15px auto 0;
	width: 84%;
}

.property-img-03-en {
	margin: 0 auto 26px;
	width: 96.8%;
}

.property-caution-text-en {
	width: 90%;
	margin: 0px auto 26px;
	color: #000;
	font-size: 6px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO" !Important;
	text-align: left;
}

.title-text-switch-en {
	width: 339px;
	height: 48px;
	margin: auto;
	padding-left: 35px;
	padding-top: 14px;
	text-align: center;
	line-height: 12px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight: bold;
	font-size: 12px;
	color: #AD5E9F;
	text-shadow: -1px -1px 2px white, -1px 0 2px white, -1px 1px 2px white,
                  0 -1px 2px white,                    0 1px 2px white,
                1px -1px 2px white,  1px 0 2px white,  1px 1px 2px white;
	background-image: url(img/title_mobile.png);
	background-size: 100% 48px;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	white-space: nowrap;
}
.title-text-switch-en span {
	display: inline-block;
	transform: scalex(1);
}

@media screen and (min-width: 768px) {
	.property-text-en {
		height: 8.148148vw; /* 88/1080*100*/
		margin: 35px auto;
		padding: 8px 5px;
		color: #000;
		font-size: 1.38888vw; /* 15/1080*100 */
		font-family: "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
	"Yu Gothic UI", "MS PGothic", sans-serif !Important;
		text-align: center;
		background-image: url(img/bg_Explanation.png);
	}

	.property-img-01-en {
		margin: 0 auto 37px;
		width: 73.88889%;
	}

	.property-img-02-en {
		margin: 43px auto 0;
		width: 84%;
	}

	.property-img-03-en {
		margin: 0 auto 60px;
		width: 96.6667%;
	}
	
	.property-caution-text-en {
		margin: 0px auto 60px;
		color: #000;
		font-size: 20px;
		font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO" !Important;
		text-align: left;
	}

	.title-text-switch-en {
		width: 755px;
		height: 105px;
		padding-left: 120px;
		padding-top: 32px;
		line-height: 28px;
		font-size: 28px;
		-webkit-font-kerning: none;
		font-kerning: none;
		background-image: url(img/title.png);
		background-size: 755px 105px;
	}
	.title-text-switch-en span {
		display: inline-block;
		transform: scalex(1);
	}
}

/* システム */

.system-text {
	display: flex;
    justify-content: center;
    align-items: center;
	height: 17.6vw; /* 66/375*100 */
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 5px 10px;
	color: #000;
	font-size: 2.13vw; /* 8/375*100 */
	font-family: "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
"Yu Gothic UI", "MS PGothic", sans-serif !Important;
	text-align: center;
	background-image: url(img/bg_Explanation_System.png);
}

.system-text span {
	color: #df4444;
}

.system-text-image {
	margin-top: 15px;
	margin-bottom: 14px;
}
.system-text-image img{
	height: 58px;
	width: auto;
}

.system-img-01 {
	margin: 0 auto 15px;
	width: 82.9333%;
}

.system-play-img {
	margin: 14px auto 5px;
	width: 62.13%;
}

.system-play-img-sub {
	margin: 20px auto 5px;
	width: 62.13%;
}

.title-text-system {
	width: 339px;
	height: 48px;
	margin: auto;
	padding-left: 10px;
	text-align: center;
	line-height: 56px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight: bold;
	font-size: 20px;
	color: #AD5E9F;
	text-shadow: -1px -1px 2px white, -1px 0 2px white, -1px 1px 2px white,
                  0 -1px 2px white,                    0 1px 2px white,
                1px -1px 2px white,  1px 0 2px white,  1px 1px 2px white;
	background-image: url(img/title_mobile.png);
	background-size: 100% 48px;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	white-space: nowrap;
}
.title-text-system span {
	display: inline-block;
	transform: scalex(0.75);
}

.system-youtube {
	margin: 14px auto 5px;
	width: 62.13%; /* 横幅変更 */
	padding: 0;
	box-sizing: border-box;
}

.system-youtube .inner {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.system-youtube .inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.system-youtube-sub {
	margin: 20px auto 5px;
	width: 62.13%; /* 横幅変更 */
	padding: 0;
	box-sizing: border-box;
}

.system-youtube-sub .inner {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.system-youtube-sub .inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 768px) {
	.system-text {
		display: flex;
    	height: 17,5926vw; /* 190/1080*100*/
		margin-top: 15px;
		margin-bottom: 40px;
		padding: 20px 50px;
		color: #000;
		font-size: 1.94444vw; /* 21/1080*100 */
		font-family: "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
	"Yu Gothic UI", "MS PGothic", sans-serif !Important;
		text-align: center;
		background-image: url(img/bg_Explanation_System.png);
	}

	.system-text-image {
		margin-top: 42px;
		margin-bottom: 24px;
	}
	.system-text-image img{
		height: 168px;
		width: auto;
	}

	.system-img-01 {
		margin: 0 auto 60px;
		width: 83.148%;
	}

	.system-play-img {
		margin: 24px auto 15px;
		width: 62.22%;
	}
	
	.system-play-img-sub {
		margin: 40px auto 15px;
		width: 62.22%;
	}

	.title-text-system {
		width: 755px;
		height: 105px;
		padding-left: 75px;
		line-height: 120px;
		font-size: 36px;
		-webkit-font-kerning: none;
		font-kerning: none;
		background-image: url(img/title.png);
		background-size: 755px 105px;
	}
	.title-text-system span {
		display: inline-block;
		transform: scalex(0.9);
	}

	.system-youtube {
		margin: 24px auto 15px;
		width: 62.22%;
	}

	.system-youtube-sub {
		margin: 40px auto 15px;
		width: 62.22%;
	}
}

/* システム（英語版） */

.system-text-en {
	display: flex;
    justify-content: center;
    align-items: center;
	height: 17.6vw; /* 66/375*100 */
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 5px 10px;
	color: #000;
	font-size: 1.466667vw; /* 5.5/375*100 */
	font-family: "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
"Yu Gothic UI", "MS PGothic", sans-serif !Important;
	text-align: center;
	background-image: url(img/bg_Explanation_System.png);
}

.system-text-en span {
	color: #df4444;
}

.system-img-01-en {
	margin: 0 auto 15px;
	width: 95.73333%;
}

.title-text-system-en {
	width: 339px;
	height: 48px;
	margin: auto;
	padding-left: 10px;
	text-align: center;
	line-height: 56px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight: bold;
	font-size: 18px;
	color: #AD5E9F;
	text-shadow: -1px -1px 2px white, -1px 0 2px white, -1px 1px 2px white,
                  0 -1px 2px white,                    0 1px 2px white,
                1px -1px 2px white,  1px 0 2px white,  1px 1px 2px white;
	background-image: url(img/title_mobile.png);
	background-size: 100% 48px;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	white-space: nowrap;
}
.title-text-system-en span {
	display: inline-block;
	transform: scalex(0.95);
}

@media screen and (min-width: 768px) {
	.system-text-en {
		display: flex;
    	height: 17.5926vw; /* 190/1080*100*/
		margin-top: 15px;
		margin-bottom: 40px;
		padding: 20px 50px;
		color: #000;
		font-size: 1.388889vw; /* 15/1080*100 */
		font-family: "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
	"Yu Gothic UI", "MS PGothic", sans-serif !Important;
		text-align: center;
		background-image: url(img/bg_Explanation_System.png);
	}

	.system-img-01-en {
		margin: 0 auto 60px;
		width: 95.83333%;
	}

	.title-text-system-en {
		width: 755px;
		height: 105px;
		padding-left: 75px;
		line-height: 120px;
		font-size: 36px;
		-webkit-font-kerning: none;
		font-kerning: none;
		background-image: url(img/title.png);
		background-size: 755px 105px;
	}
	.title-text-system-en span {
		display: inline-block;
		transform: scalex(1);
	}
}

/* 開発者より */

.creator-table {
	width: 95%;
	margin: 14px auto;
	padding: 6px;
	background-color: rgba(51,11,60,0.6);
}

.creator-table-1st {
	width: 95%;
	margin: 40px auto 14px;
	padding: 6px;
	background-color: rgba(51,11,60,0.6);
}

.creator-namebox {
	height: 6.93333vw; /* 26/375*100 */
	display: flex;
	align-items: center;
	border-bottom: double 3px #F3C7D6;
}

.creator-incharge {
	display: inline-block;
	position: relative;
	margin: 1px 4px 4px 4px;
	padding-left: 6px;
	border-left: solid 2px #F3C7D6; /* 内枠のスタイル */
	border-radius: 0.5px;
}
.creator-incharge::before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: -6px;
	border-left: solid 3px #F3C7D6; /* 外枠のスタイル */
	border-radius: 0.5px;
	z-index: 1;
}

.creator-incharge img {
	height: 2.66667vw; /* 10/375*100 */
	width:auto;
}

.creator-name {
	display: inline-block;
	position: relative;
	margin: 1px 4px 4px 6px;
}
.creator-name img {
	height: 3.73333vw; /* 14/375*100 */
	width:auto;
}

.creator-comment {
	margin-top: 6px;
}

@media screen and (min-width: 768px) {
	.creator-table {
		width: 96.4%;
		margin: 40px auto;
		padding: 15px 20px;
	}

	.creator-table-1st {
		width: 96.4%;
		margin: 27px auto 40px;
		padding: 15px 20px;
	}
	
	.creator-namebox {
		height: 6.9444vw; /* 75/1080*100 */
		display: flex;
		align-items: center;
		border-bottom: double 7px #F3C7D6;
	}
	
	.creator-incharge {
		display: inline-block;
		position: relative;
		margin: 1px 4px 4px 16px;
		height: 5.9259vw; /* 64/1080*100 */
		padding-top: 18px;
		padding-left: 20px;
		border-left: solid 4px #F3C7D6; /* 内枠のスタイル */
		border-radius: 1px;
	}
	.creator-incharge::before {
		content: "";
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: -20px;
		border-left: solid 10px #F3C7D6; /* 外枠のスタイル */
		border-radius: 1px;
		z-index: 1;
	}
	
	.creator-incharge img {
		height: 2.59259vw; /* 28/1080*100 */
		width:auto;
	}
	
	.creator-name {
		display: inline-block;
		position: relative;
		margin: 1px 4px 4px 26px;
	}
	.creator-name img {
		height: 3.7037vw; /* 40/1080*100 */
		width:auto;
	}
	
	.creator-comment {
		margin-top: 18px;
	}
}

/* 開発者より（英語版） */

.creator-innerbox {
	display: inline-block;
	position: relative;
	width: 92vw; /*345/375*100*/
	margin: 1px 4px 4px 4px;
	padding-left: 6px;
	border-left: solid 2px #F3C7D6; /* 内枠のスタイル */
	border-radius: 0.5px;
}
.creator-innerbox::before {
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: -6px;
	border-left: solid 3px #F3C7D6; /* 外枠のスタイル */
	border-radius: 0.5px;
	z-index: 1;
}

.creator-incharge-en {
	display: flex;
	height: 2.13333vw; /* 8/375*100 */
	text-align: left;
}
.creator-incharge-en img{
	height: 2.13333vw; /* 8/375*100 */
	width: auto;
}

.creator-name-en {
	display: flex;
	justify-content: flex-end; 
	height: 2.93333vw; /* 11/375*100 */
}

.creator-name-en img{
	height: 2.93333vw; /* 11/375*100 */
	width: auto;
}

@media screen and (min-width: 768px) {
	.creator-innerbox {
		display: inline-block;
		position: relative;
		width: 92.685vw; /*1001/1080*100*/
		margin: 1px 4px 4px 16px;
		padding-left: 20px;
		border-left: solid 4px #F3C7D6; /* 内枠のスタイル */
		border-radius: 1px;
	}
	.creator-innerbox::before {
		content: "";
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: -20px;
		border-left: solid 10px #F3C7D6; /* 外枠のスタイル */
		border-radius: 1px;
		z-index: 1;
	}
	
	.creator-incharge-en {
		display: flex;
		height: 2.3148vw; /* 25/1080*100 */
		text-align: left;
	}
	.creator-incharge-en img{
		height: 2.3148vw; /* 25/1080*100 */
		width: auto;
	}
	
	.creator-name-en {
		display: flex;
		justify-content: flex-end; 
		height: 2.87vw; /* 31/1080*100 */
	}
	
	.creator-name-en img{
		height: 2.87vw; /* 31/1080*100 */
		width: auto;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.site-header {
	height: 45px;
}

.site-title {
	visibility: hidden;
}

.entry-header {
	height: 0;
}

.site-branding {
	position: absolute;
	float: left;
	width: 30%;
	height: 45px;
	padding-left: 1%;
	display: block;
	clear: both;
	text-transform: uppercase;
	background-color: #000;
}

.site-branding img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
    top: 50%;
	/* width: 95%; */
    transform: translate(0,-50%);
	opacity: 1;
}

.site-branding a {
	display: block;
	font-size: 14px;
	text-decoration: none;
	line-height: 1.3em;
	color: #313131;
}

@media screen and (min-width: 768px) {
	.site-header {
		height: 72px;
	}

	.global-menu li {
		width: fit-content;
	}
		
	.site-branding {
		position: absolute;
		float: left;
		width: 20%;
		margin-top: 0;
		padding-left: 0;
		height: 72px;
		display: block;
		clear: both;
		text-transform: uppercase;
		background-color: #000;
	}
	
	.site-branding img {
		display: block;
		max-width: 90%;
		max-height: 90%;
		padding-top: 8px;
		opacity: 1;
	}
	
	.site-branding a {
		display: block;
		padding-left: 15px;
		font-size: 14px;
		text-decoration: none;
		line-height: 1.3em;
		color: rgba(0, 0, 0, 0);
	}
}

.main-navigation {
	display: block;
	margin-left: 30%;
	width: 40%;
	height: 45px;
	background-color: #000;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation button {
	margin: auto;
	border: none;
	padding-top: 12px;
	margin-bottom: 8px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 18px;
	font-weight: bold;
	color: #000;
	text-shadow: -1px -1px 2px white, -1px 0 2px white, -1px 1px 2px white,
                  0 -1px 2px white,                    0 1px 2px white,
                1px -1px 2px white,  1px 0 2px white,  1px 1px 2px white;
	background-color: #000;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
	z-index: 100;
}

.main-navigation a {
	display: block;
	font-size: 16px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
	padding-bottom: 15px;
	color: #000;
	text-shadow: -1px -1px 2px white, -1px 0 2px white, -1px 1px 2px white,
                  0 -1px 2px white,                    0 1px 2px white,
                1px -1px 2px white,  1px 0 2px white,  1px 1px 2px white;	
	text-decoration: none;
	background-color: #000;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}

	.main-navigation {
		position: absolute;
		float: left;
		margin-top: 0;
		width: 65%;
		clear: both;
		text-transform: uppercase;
		margin-left: 20%;
		height: 72px;
		background-color: #000;
	}
	
	.main-navigation a {
		padding: 2.0em 0.5em 0.5em 0.5em;
		font-size: 14px;
		font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
		font-weight: bold;
		text-align: center;
		line-height: 1em;
		/* line-height: 34px; */
		color: #000;
		text-shadow: -1px -1px 2px white, -1px 0 2px white, -1px 1px 2px white,
                  0 -1px 2px white,                    0 1px 2px white,
                1px -1px 2px white,  1px 0 2px white,  1px 1px 2px white;	
		text-decoration: none;
		background-color: #000;
	}
	
	.main-navigation ul {
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
	
	.main-navigation ul li {
		float: left;
		/* width: 12.5%; */
		text-align: center;
		background-color: #000;
	}
	
	.main-navigation li:hover > a {
		font-weight: bold;
		color: #fff;
		text-shadow: none;
		text-shadow: -1px -1px 1px #141466, -1px 0 1px blue, -1px 1px 1px blue,
                  0 -1px 1px blue,                    0 1px 1px blue,
                1px -1px 1px blue,  1px 0 1px blue,  1px 1px 1px blue;
	  }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
	.main-navigation a {
		padding: 2.4em 0.5em 1.0em 0.5em;
		font-size: 1.296296vw; /* 14/1080*100 */
	}
}

/* 日英切替ボタン */
.sw-btn {
	position: relative;
	display: block;
	top: -45px;
	margin-left: 70%;
	padding-top: 8px;
	clear: both;
	width: 30%;
	height: 45px;
	background-color: #000;
}

.sw-btn button {
	margin: auto;
	border: none;
	padding: 8px;
	font-size: 2.4vw; /* 9/375*100 */
	color: #fff;
	background-color: rgba(255, 255, 255, 0);
}

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

	.sw-btn {
		position: relative;
		float: right;
		top: 0;
		clear: both;
		margin-top: 0;
		text-transform: uppercase;
		z-index: 99999;
		width: 15%;
		height: 72px;
		display:flex;
		background-color: #000;
	}

	.sw-btn button {
		position: absolute;
		top: 50%;
		transform: translate(0,-50%);
		border: none;
		padding: 8px;
		font-size: 1.296296vw; /* 14/1080*100 */
		color: #fff;
		background-color: rgba(255, 255, 255, 0);
	}

	.sw-btn button:hover{
		background-color: #4d4d4d;
		cursor: pointer;
		text-decoration: none;
	}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Footer
--------------------------------------------- */
.footer_bg {
	width: 100%;
	background-image: url(img/footer_bg_mobile.png);
	background-size: 100%;
	background-repeat: no-repeat;
}


/* 製品情報 */
.product-table {
	margin: 0 5% 0;
	padding-top: 28px;
	padding-bottom: 6px;
	color: #FFF;
	font-size: 14px;
}

.table-footer {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.1;
	text-align: center;
}

.table-footer-parent {
	margin-bottom: 1em;
	gap: 0.75em;
}

@media screen and (min-width: 768px) {
	.footer_bg {
		background-image: url(img/footer_bg.png);
	}
	
	.product-table {
		padding-top: 88px;
		padding-bottom: 64px;
	}
	
	.table-footer {
		text-align: left;
	}
	
}

/* プライバシーポリシー・問い合わせボタン */
.privacy-contact {
	width: 318px;
	height: 36px;
	border: 1px solid #ffffff;
	background: #000 0% 0% no-repeat padding-box;
	border-radius: 5px;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	margin-left: auto;
	margin-right: auto;
}

.privacy-contact a {
	display: inline-block;
	width: 318px;
	height: 36px;
	color: #fff;
	text-decoration: none;
}

.privacy-contact:hover{
	background: #313131;
}

.footer-center {
	margin-left: auto;
	margin-right: auto;
	gap: 1em;
	margin-bottom: 0 !important;
}

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

	.privacy .privacy-contact{
		margin-right: 0;
	}

	.contact .privacy-contact{
		margin-left: 0;
	}
}

.secondaryuse {
	width: 318px;
	height: 36px;
	border: 1px solid #ffffff;
	background: #000 0% 0% no-repeat padding-box;
	border-radius: 5px;
	font-size: 12px;
	text-align: center;
	line-height: 36px;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0 !important;
}

.secondaryuse a {
	display: inline-block;
	width: 318px;
	height: 36px;
	color: #fff;
	text-decoration: none;
}

.secondaryuse:hover{
	background: #313131;
}

/* 著作権表記 */
.site-footer {
	padding-top: 1.5em;
	padding-bottom: 0.5em;
	background-color: #000;
}
.site-footer .copyrights {
	position: relative;
	display: block;
	text-align: left;
    margin-left: 15px;
	color: #fff;
    line-height: 1;
    letter-spacing: .03em;
    font-size: 14px;
    padding-top: 10px;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0;
	/* margin: 0 0 1.5em; */
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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