@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/*!
Theme Name: hypersoft
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: hypersoft
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.

hypersoft 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 {
	-webkit-box-sizing: content-box;
	        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;
	-webkit-text-decoration: underline dotted;
	        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 {
	-webkit-box-sizing: border-box;
	        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] {
	-webkit-box-sizing: border-box;
	        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 {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	        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: 1.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: #fff;
}

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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

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

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

.post,
.page {
	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: -ms-grid;
	display: grid;
	grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

.gallery-columns-9 {
	-ms-grid-columns: (1fr)[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;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        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;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

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

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", HiraKakuProN-W3, sans-serif;
	line-height: 1.8;
}
body.modal-open {
	overflow: hidden;
}

body * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
body *:focus {
	outline: none;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	background-color: #eee;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

[type=checkbox]::before {
	position: absolute;
	top: -7px;
	left: -2px;
	width: 24px;
	height: 24px;
	border-radius: 3px;
	content: "";
	cursor: pointer;
	background-color: #eee;
	cursor: pointer;
}
[type=checkbox]::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: -1px;
	left: 1px;
	width: 16px;
	height: 6px;
	border: 2px solid #fff;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg) scale(0, 0);
	    -ms-transform: rotate(-45deg) scale(0, 0);
	        transform: rotate(-45deg) scale(0, 0);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
[type=checkbox]:checked::after {
	border-color: #000;
	-webkit-transform: translate(1px, 1px) rotate(-45deg) scale(1, 1);
	    -ms-transform: translate(1px, 1px) rotate(-45deg) scale(1, 1);
	        transform: translate(1px, 1px) rotate(-45deg) scale(1, 1);
}

*:focus {
	outline: none;
}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	/*color: #ccc;*/
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	/*color: #ccc;*/
}

::-moz-placeholder {
	/* Others */
	/*color: #ccc;*/
}

::-ms-input-placeholder {
	/* Others */
	/*color: #ccc;*/
}

::placeholder {
	/* Others */
	/*color: #ccc;*/
}

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

a {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	color: #000;
}

.btn a {
	border-radius: 5px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 50px;
	font-family: "zen-old-mincho", sans-serif;
	font-weight: normal;
}
.btn.contact a {
	background: linear-gradient(150deg, #E12E68, #FF72A0, #FF72A0);
	background-size: 200% 100%;
	-webkit-box-shadow: 0 10px 15px rgba(240, 79, 131, 0.5);
	        box-shadow: 0 10px 15px rgba(240, 79, 131, 0.5);
}
.btn.contact a:hover {
	background-position: right top;
	-webkit-box-shadow: 0 1px 2px rgba(240, 79, 131, 0.5);
	        box-shadow: 0 1px 2px rgba(240, 79, 131, 0.5);
}
.btn.dl a {
	background: linear-gradient(150deg, #3178CC, #66C7F0, #66C7F0);
	background-size: 200% 100%;
	-webkit-box-shadow: 0 10px 15px rgba(75, 160, 222, 0.5);
	        box-shadow: 0 10px 15px rgba(75, 160, 222, 0.5);
}
.btn.dl a:hover {
	background-position: right top;
	-webkit-box-shadow: 0 1px 2px rgba(75, 160, 222, 0.5);
	        box-shadow: 0 1px 2px rgba(75, 160, 222, 0.5);
}

h2 {
	font-size: 4.4rem;
	text-align: center;
	font-family: "zen-old-mincho", sans-serif;
	font-weight: normal;
	line-height: 1.5;
}
h2 small {
	display: block;
	font-size: 2.2rem;
}
h2 span {
	position: relative;
	display: block;
	padding-bottom: 30px;
	margin-bottom: 60px;
}
h2 span::after {
	content: "";
	display: block;
	width: 120px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 60px);
	background-color: #66C7F0;
}
.contact h2 span::after {
	background-color: #E12E68;
}
.contact-block h2 span::after {
	background-color: #E12E68;
}

h3 {
	font-size: 3.3rem;
	line-height: 1.6;
	font-family: "zen-old-mincho", sans-serif;
	font-weight: normal;
	text-align: center;
	margin-bottom: 60px;
}
h3 span {
	display: inline-block;
	padding-bottom: 5px;
	background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, #000), to(#000)) repeat-x left bottom;
	background: linear-gradient(to left, transparent 0%, transparent 50%, #000 50%, #000 100%) repeat-x left bottom;
	background-size: 8px 2px;
}
h3 small {
	font-size: 2.2rem;
}

h4 {
	font-size: 2rem;
	line-height: 1.6;
	margin-bottom: 20px;
	font-family: "zen-old-mincho", sans-serif;
	font-weight: normal;
}

.scroll-wrap {
	max-height: none;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

strong {
	color: #E12E68;
	font-weight: normal;
}

.scroll-wrap::-webkit-scrollbar {
	width: 6px;
	cursor: pointer;
}

.scroll-wrap::-webkit-scrollbar-track {
	background-color: rgba(34, 34, 34, 0);
	cursor: pointer;
}

.scroll-wrap::-webkit-scrollbar-thumb {
	background-color: rgb(34, 34, 34);
	border-radius: 4px;
}

#wrap {
	overflow: hidden;
	position: relative;
}

.post, .page {
	margin: 0 0 0;
}

.pd {
	width: 1260px;
	max-width: 100%;
	padding-right: 40px;
	padding-left: 40px;
	margin-right: auto;
	margin-left: auto;
}

.lead {
	margin-bottom: 60px;
	text-align: center;
}

@media screen and (max-width: 960px) {
	body {
		font-size: 1.4rem;
	}
	h2 {
		font-size: 2.6rem;
	}
	h3 {
		font-size: 2.2rem;
	}
	h4 {
		font-size: 1.8rem;
	}
}
@media screen and (min-width: 641px) {
	.sp-view {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.pc-view {
		display: none;
	}
	.pd {
		padding-right: 20px;
		padding-left: 20px;
	}
}
/*********************************************************************

ENTRY CONTENT

**********************************************************************/
.entry-content p {
	margin-bottom: 40px;
}
.entry-content a {
	color: #299BE1;
	text-decoration: underline;
}
.entry-content a:hover {
	text-decoration: none;
}

/*********************************************************************

HEADER

**********************************************************************/
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	height: 128px;
	padding: 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-transition: background-color 0.3s, height 0.3s, -webkit-transform 0.3s;
	transition: background-color 0.3s, height 0.3s, -webkit-transform 0.3s;
	transition: transform 0.3s, background-color 0.3s, height 0.3s;
	transition: transform 0.3s, background-color 0.3s, height 0.3s, -webkit-transform 0.3s;
}
header.fixed {
	position: fixed;
	top: -128px;
	height: 100px;
	background: rgba(255, 255, 255, 0.7);
	-webkit-backdrop-filter: blur(10px);
	        backdrop-filter: blur(10px);
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
header.fixed .head-logo {
	width: 300px;
	height: 80px;
}
header.fixed .head-others__tel,
header.fixed .head-others__hyper {
	display: none;
}
header.fixed .head-others__contact {
	width: 160px;
	margin-left: 10px;
}
header.fixed .head-menu {
	font-size: 1.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
header.fixed .hamburger {
	top: 24px;
}
header.fixed.follow {
	-webkit-transform: translateY(128px);
	    -ms-transform: translateY(128px);
	        transform: translateY(128px);
}
header .head-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-right: 30px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
header .head-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
header .head-menu {
	display: none;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	width: auto;
	max-width: 750px;
	font-family: "zen-old-mincho", sans-serif;
	font-weight: normal;
}
header .head-menu li {
	width: 140px;
}
header .head-menu li a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 3px 0;
}
header .head-menu li a::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	margin-right: 12px;
	border-right: 1.5px solid #000;
	border-bottom: 1.5px solid #000;
	-webkit-transform: translateY(-2px) rotate(45deg);
	    -ms-transform: translateY(-2px) rotate(45deg);
	        transform: translateY(-2px) rotate(45deg);
}
header .head-others {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
header .head-others > * {
	margin-left: 30px;
}
header .head-others__hyper {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
header .head-others__tel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	line-height: 1;
}
header .head-others__tel picture {
	margin-right: 12px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
header .head-others__tel span {
	font-size: 2.8rem;
	font-family: "zen-old-mincho", sans-serif;
	font-weight: normal;
}
header .head-others__tel span small {
	display: block;
	margin-top: 5px;
	font-size: 1.2rem;
	font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", HiraKakuProN-W3, sans-serif;
}
header .head-others__contact {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 180px;
}
header .head-others__contact a {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-shadow: 0 5px 5px rgba(240, 79, 131, 0.5);
	        box-shadow: 0 5px 5px rgba(240, 79, 131, 0.5);
}

.hamburger {
	display: none;
	position: absolute;
	right: 90px;
	top: 90px;
	z-index: 10;
	width: 32px;
	height: 33px;
	right: 30px;
	top: 47px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.hamburger span {
	display: inline-block;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background-color: #000;
}
.hamburger span:nth-of-type(1) {
	top: 0px;
}
.hamburger span:nth-of-type(2) {
	top: 16px;
}
.hamburger span:nth-of-type(3) {
	bottom: 0px;
}
.hamburger.active span:nth-of-type(1) {
	-webkit-transform: translateY(15px) rotate(-45deg);
	    -ms-transform: translateY(15px) rotate(-45deg);
	        transform: translateY(15px) rotate(-45deg);
}
.hamburger.active span:nth-of-type(2) {
	opacity: 0;
}
.hamburger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-16px) rotate(45deg);
	    -ms-transform: translateY(-16px) rotate(45deg);
	        transform: translateY(-16px) rotate(45deg);
}

@media screen and (max-width: 1280px) {
	header {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}
	header .head-logo {
		height: 128px;
		width: 300px;
	}
	header .head-content {
		width: 100%;
		display: none;
		opacity: 0;
	}
	header .head-menu {
		width: auto;
		display: block !important;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	header .head-menu li {
		margin: 5px auto;
		width: auto;
	}
	header .head-menu li a {
		text-align: center;
		display: block;
	}
	header .head-menu li a::before {
		content: none;
	}
	header .head-others {
		display: block;
		margin-bottom: 40px;
	}
	header .head-others > * {
		margin-left: 0;
	}
	header .head-others__hyper {
		display: block;
		margin-bottom: 20px;
		text-align: center;
	}
	header .head-others__tel {
		margin-bottom: 20px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	header .head-others__tel span {
		display: block;
	}
	header .head-others__tel picture {
		margin-right: 10px;
	}
	header .head-others__contact {
		width: 100% !important;
		max-width: 480px;
		margin: 0 auto !important;
	}
	header.fixed {
		height: 80px;
	}
	header.active {
		height: auto;
		height: 100dvh;
		background-color: #fff;
	}
	header.active .head-content {
		display: block;
		-webkit-animation: 0.3s fade-in 0.3s forwards;
		        animation: 0.3s fade-in 0.3s forwards;
	}
	header.active .head-menu {
		max-width: 100%;
	}
	header.active .head-others__tel,
	header.active .head-others__hyper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.hamburger {
		display: block !important;
		pointer-events: auto;
		-webkit-transform: translateY(0) !important;
		    -ms-transform: translateY(0) !important;
		        transform: translateY(0) !important;
	}
	.hamburger.active ~ .head-content {
		display: block;
	}
}
@media screen and (max-width: 640px) {
	header {
		height: 80px;
		padding: 0 20px;
	}
	header .head-logo {
		width: 220px !important;
		height: 80px;
	}
	.hamburger {
		right: 20px;
		top: 28px !important;
		z-index: 10;
		width: 24px;
		height: 25px;
		-webkit-transition: 0.5s;
		transition: 0.5s;
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
	}
	.hamburger span {
		display: inline-block;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		border-radius: 2px;
		background-color: #000;
	}
	.hamburger span:nth-of-type(1) {
		top: 0px;
	}
	.hamburger span:nth-of-type(2) {
		top: 12px;
	}
	.hamburger span:nth-of-type(3) {
		bottom: 0px;
	}
	.hamburger.active span:nth-of-type(1) {
		-webkit-transform: translateY(11px) rotate(-45deg);
		    -ms-transform: translateY(11px) rotate(-45deg);
		        transform: translateY(11px) rotate(-45deg);
	}
	.hamburger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.hamburger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-12px) rotate(45deg);
		    -ms-transform: translateY(-12px) rotate(45deg);
		        transform: translateY(-12px) rotate(45deg);
	}
}
@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/*********************************************************************

MV

**********************************************************************/
.mv {
	height: 900px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: url(./img/mv.jpg) center center no-repeat, url(./img/mv.jpg) center center/cover no-repeat;
}
body:not(.home) .mv {
	height: 400px;
	background-position: center 25%;
	margin-bottom: 80px;
}
.mv__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 600px;
	margin-top: 50px;
}
.mv__content__txt {
	width: 560px;
	-webkit-backdrop-filter: blur(10px);
	        backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.75);
	border-radius: 10px 0 0 10px;
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
}
.mv__content__txt .pr {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.mv__content__txt h1 {
	font-size: 4.4rem;
	font-family: "zen-old-mincho", sans-serif;
	font-weight: normal;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 40px;
}
.mv__content__txt .comment {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #66C7F0;
	color: #fff;
	font-size: 2.4rem;
	padding: 0 30px;
	margin-bottom: 24px;
	border-radius: 26px;
	font-family: "zen-old-mincho", sans-serif;
	font-weight: normal;
}
.mv__content__txt .comment span {
	margin-top: 4px;
	margin-bottom: 4px;
}
.mv__content__txt .comment sub {
	font-size: 1.2rem;
	margin-bottom: -12px;
}
.mv__content__txt .comment::after {
	content: "";
	display: block;
	width: 0;
	top: 0;
	margin-bottom: -12px;
	border-top: 12px solid #66C7F0;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
}
.mv__content__txt .btn a {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 100px;
	padding: 0 30px;
	width: 440px;
	max-width: 100%;
}
.mv__content__txt .btn a span {
	font-size: 2.4rem;
	line-height: 1;
}
.mv__content__txt .btn a span small {
	font-size: 1.6rem;
	font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", HiraKakuProN-W3, sans-serif;
	display: block;
	margin-bottom: 10px;
}
.mv__content__txt .btn a picture {
	margin-left: 20px;
}
.mv__content__txt .annotation {
	font-size: 1.2rem;
	position: absolute;
	bottom: 10px;
}
.mv__content__img {
	padding: 40px 20px;
	width: 280px;
	-webkit-backdrop-filter: blur(10px);
	        backdrop-filter: blur(10px);
	background: rgba(102, 199, 240, 0.75);
	border-radius: 0 10px 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}
.mv__content__img figure {
	width: 190px;
	height: 520px;
}
.mv__content__img ul {
	position: absolute;
	bottom: 100px;
	left: calc(50% - 100px);
}
.mv__content__img ul li {
	-webkit-backdrop-filter: blur(10px);
	        backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.75);
	border-radius: 5px;
	margin-top: 1px;
	padding: 0 10px 0 40px;
	height: 38px;
	width: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}
.mv__content__img ul li::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	background-color: #fff;
	position: absolute;
	left: 10px;
	top: 11px;
}
.mv__content__img ul li::after {
	content: "";
	display: block;
	height: 8px;
	width: 16px;
	border-left: 2px solid #66C7F0;
	border-bottom: 2px solid #66C7F0;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	position: absolute;
	left: 14px;
	top: 12px;
}
.mv + .cta {
	margin-top: -80px;
}

@media screen and (max-width: 960px) {
	.mv {
		height: auto;
		padding: 160px 40px;
		background-size: cover, cover;
	}
	.mv__content {
		height: auto;
		max-width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.mv__content__txt {
		width: 100%;
		border-radius: 10px;
		padding: 60px 40px;
	}
	.mv__content__img {
		width: 100%;
		border-radius: 10px;
		background: none;
		-webkit-backdrop-filter: none;
		        backdrop-filter: none;
	}
}
@media screen and (max-width: 640px) {
	.mv {
		padding: 80px 20px;
	}
	.mv__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}
	.mv__content__img {
		padding: 0 0 20px;
	}
	.mv__content__img figure {
		width: 130px;
		height: auto;
	}
	.mv__content__img ul {
		bottom: 60px;
		left: calc(50% - 80px);
	}
	.mv__content__img ul li {
		height: 32px;
		width: 160px;
		font-size: 1.3rem;
	}
	.mv__content__txt {
		padding: 40px 20px 60px;
	}
	.mv__content__txt .pr {
		font-size: 1.3rem;
		margin-bottom: 10px;
	}
	.mv__content__txt .comment {
		font-size: 1.4rem;
		margin-bottom: 18px;
		padding: 0 15px;
	}
	.mv__content__txt h1 {
		font-size: 7.1428571429vw;
		margin-bottom: 20px;
	}
	.mv__content__txt .btn a {
		width: 100%;
		height: 80px;
		padding: 0 15px;
	}
	.mv__content__txt .btn a span {
		font-size: 4.5454545455dvw;
	}
	.mv__content__txt .btn a span small {
		font-size: 1.2rem;
		line-height: 1.5;
		margin-bottom: 5px;
	}
	.mv__content__txt .btn a picture {
		width: 24px;
		margin-left: 10px;
	}
}
/*********************************************************************

CTA

**********************************************************************/
.cta-wrap {
	margin: 100px 0;
	padding: 100px 0;
	background: url(./img/mv.jpg) center center no-repeat;
}

.cta {
	width: 840px;
	max-width: 100%;
	margin: 0 auto;
	padding: 20px;
	border-radius: 10px;
	-webkit-backdrop-filter: blur(10px);
	        backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.75);
}
.cta a {
	height: 120px;
	padding: 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.cta a::before {
	content: "";
	display: block;
	width: 52px;
}
.cta a span {
	font-size: 3.6rem;
	text-align: center;
	line-height: 1.4;
}
.cta a span small {
	font-size: 1.8rem;
	display: block;
	font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", HiraKakuProN-W3, sans-serif;
}

@media screen and (max-width: 960px) {
	.cta-wrap {
		padding-right: 20px;
		padding-left: 20px;
	}
	.cta-wrap .cta {
		padding: 10px;
	}
	.cta a span {
		font-size: 2.8rem;
	}
	.cta a span small {
		font-size: 1.6rem;
	}
	.cta a::before {
		width: 2px;
	}
}
@media screen and (max-width: 640px) {
	.cta a {
		height: 100px;
		padding: 0 20px;
	}
	.cta-wrap .cta a {
		padding: 0 15px;
	}
	.cta a span {
		font-size: 6.25dvw;
		text-align: left;
	}
	.cta a span small {
		font-size: 1.2rem;
		line-height: 1.5;
		margin-bottom: 4px;
	}
	.cta a picture {
		width: 28px;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
	}
	.cta a::before {
		content: none;
	}
}
/*********************************************************************

LOGO-SCROLL

**********************************************************************/
.logo-scroll {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	margin: 60px 0 60px;
}
.logo-scroll ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-animation: slidetoleft 15s linear infinite;
	        animation: slidetoleft 15s linear infinite;
}
.logo-scroll ul li {
	margin-right: 40px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.logo-scroll ul li img {
	height: 110px;
}

@-webkit-keyframes slidetoleft {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
}

@keyframes slidetoleft {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
}
@media screen and (max-width: 960px) {
	.logo-scroll ul li {
		margin-right: 20px;
	}
	.logo-scroll ul li img {
		height: 55px;
	}
}
/*********************************************************************

ANCHOR

**********************************************************************/
.anchor {
	margin-bottom: 120px;
}
.anchor ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.anchor ul li {
	width: calc((100% - 60px) / 5);
	margin-bottom: 20px;
}
.anchor ul li a {
	border: 1px solid #ddd;
	border-radius: 22px;
	height: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 20px;
	font-family: "zen-old-mincho", sans-serif;
	font-weight: normal;
	position: relative;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.anchor ul li a::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	margin-right: 12px;
	border-right: 1.5px solid #000;
	border-bottom: 1.5px solid #000;
	-webkit-transform: translateY(-2px) rotate(45deg);
	    -ms-transform: translateY(-2px) rotate(45deg);
	        transform: translateY(-2px) rotate(45deg);
}
.anchor ul li a:hover {
	background-color: #f9f9f9;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 1280px) {
	.anchor {
		font-size: 1.4rem;
	}
	.anchor ul li a::before {
		width: 6px;
		height: 6px;
	}
}
@media screen and (max-width: 960px) {
	.anchor ul li {
		width: calc((100% - 20px) / 3);
		margin-bottom: 12px;
	}
}
@media screen and (max-width: 640px) {
	.anchor ul li {
		width: calc((100% - 10px) / 2);
		margin-bottom: 12px;
		line-height: 1.3;
		font-size: 1.2rem;
	}
}
/*********************************************************************

ABOUT

**********************************************************************/
.about__what {
	background-color: #FFF8EF;
	border-radius: 10px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0 80px;
	margin-bottom: 80px;
}
.about__what__frame {
	border: 1px solid #FFE3C5;
	border-radius: 8px;
	position: absolute;
	left: 10px;
	top: 10px;
	overflow: hidden;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
}
.about__what__frame::before {
	content: "";
	display: block;
	border-top: 100px solid #FFE3C5;
	border-right: 100px solid transparent;
	position: absolute;
	left: 0;
	top: 0;
}
.about__what__frame::after {
	content: "";
	display: block;
	border-bottom: 100px solid #FFE3C5;
	border-left: 100px solid transparent;
	position: absolute;
	right: 0;
	bottom: 0;
}
.about__what h2 {
	position: absolute;
	width: calc(100% - 160px);
	-webkit-transform: translateY(-40%);
	    -ms-transform: translateY(-40%);
	        transform: translateY(-40%);
	z-index: 1;
}
.about__what picture {
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	margin: 40px 0 0;
}
.about__what div {
	z-index: 1;
	padding-top: 30px;
	text-align: center;
	font-size: 3.3rem;
	color: #E12E68;
	font-family: "zen-old-mincho", sans-serif;
	font-weight: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	line-height: 1.5;
}
.about__worries {
	margin-bottom: 80px;
}
.about__worries div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: -40px;
}
.about__worries div figure {
	width: 23%;
	margin-bottom: 40px;
}
.about__worries div figure img {
	border-radius: 5px;
	margin-bottom: 20px;
}
.about__worries div figure figcaption {
	position: relative;
	padding-left: 32px;
	font-size: 1.8rem;
}
.about__worries div figure figcaption::before {
	position: absolute;
	left: 0;
	top: 6px;
	content: "";
	display: block;
	width: 20px;
	height: 10px;
	border-left: 3px solid #E12E68;
	border-bottom: 3px solid #E12E68;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.about__solution {
	background-color: #FFF2F6;
	border-radius: 10px;
	position: relative;
	padding: 80px 60px 80px;
	margin-bottom: 80px;
}
.about__solution .arrows {
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	left: calc(50% - 30px);
	top: -20px;
	border-top: 40px solid #E12E68;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
}
.about__solution .arrows::before {
	content: "";
	display: block;
	position: absolute;
	left: -30px;
	top: -40px;
	border-top: 40px solid #E12E68;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	-webkit-transform: translateX(-100px);
	    -ms-transform: translateX(-100px);
	        transform: translateX(-100px);
}
.about__solution .arrows::after {
	content: "";
	display: block;
	position: absolute;
	left: -30px;
	top: -40px;
	border-top: 40px solid #E12E68;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	-webkit-transform: translateX(100px);
	    -ms-transform: translateX(100px);
	        transform: translateX(100px);
}
.about__solution ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: -40px;
}
.about__solution ul li {
	width: 23%;
	margin-bottom: 40px;
}
.about__solution ul li figure {
	margin-bottom: 30px;
}
.about__solution ul li h4 {
	color: #E12E68;
}
.about__function ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: -40px;
}
.about__function ul li {
	width: 23%;
	margin-bottom: 40px;
}
.about__function ul li h4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.about__function ul li h4 picture {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-right: 20px;
}

@media screen and (max-width: 1280px) {
	.about__what {
		padding: 0 40px;
	}
	.about__what h2 {
		width: calc(100% - 80px);
	}
	.about__what div {
		font-size: 2.8rem;
	}
}
@media screen and (max-width: 960px) {
	.about__what {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.about__what__txt {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		width: 100%;
		padding-top: 80px !important;
	}
	.about__what__txt p {
		width: 100%;
	}
	.about__what picture {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.about__worries div {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.about__worries div figure {
		width: 48%;
	}
	.about__solution ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.about__solution ul li {
		width: 48%;
	}
	.about__function ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.about__function ul li {
		width: 48%;
	}
}
@media screen and (max-width: 640px) {
	.about__what {
		padding: 0 30px;
	}
	.about__what h2 {
		width: 100%;
		margin-left: 0px;
		font-size: 2.4rem;
	}
	.about__what h2 small {
		font-size: 1.4rem;
	}
	.about__what__txt {
		padding-top: 60px !important;
		font-size: 2rem !important;
	}
	.about__what__txt br {
		display: none;
	}
	.about__what picture {
		width: 50%;
	}
	.about__worries div figure figcaption {
		font-size: 1.4rem;
		padding-left: 24px;
	}
	.about__worries div figure figcaption::before {
		width: 14px;
		height: 7px;
		border-width: 2px;
	}
	.about__solution {
		padding: 60px 20px 40px;
	}
	.about__solution .arrows {
		border-top-width: 20px;
		border-right-width: 15px;
		border-left-width: 15px;
		top: -10px;
		left: calc(50% - 15px);
	}
	.about__solution .arrows::before {
		border-top-width: 20px;
		border-right-width: 15px;
		border-left-width: 15px;
		top: -20px;
		left: -15px;
		-webkit-transform: translateX(-50px);
		    -ms-transform: translateX(-50px);
		        transform: translateX(-50px);
	}
	.about__solution .arrows::after {
		border-top-width: 20px;
		border-right-width: 15px;
		border-left-width: 15px;
		top: -20px;
		left: -15px;
		-webkit-transform: translateX(50px);
		    -ms-transform: translateX(50px);
		        transform: translateX(50px);
	}
	.about__function ul li h4 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
	}
	.about__function ul li h4 picture {
		margin-right: 0;
		margin-bottom: 20px;
	}
}
/*********************************************************************

REASON

**********************************************************************/
.reason {
	margin-bottom: 100px;
}
.reason .bubble {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 20px;
}
.reason .bubble span {
	border: 1px solid #000;
	padding: 7px 30px;
	border-radius: 30px;
	position: relative;
}
.reason .bubble span::before {
	content: "";
	display: block;
	border-top: 12px solid #000;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	position: absolute;
	left: calc(50% - 6px);
	bottom: -12px;
}
.reason .bubble span::after {
	content: "";
	display: block;
	border-top: 12px solid #fff;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	position: absolute;
	left: calc(50% - 6px);
	bottom: -10px;
}
.reason ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: -40px;
}
.reason ul li {
	width: 23%;
	margin-bottom: 40px;
}
.reason ul li figure {
	margin-bottom: 30px;
	position: relative;
}
.reason ul li figure img {
	border-radius: 5px;
}
.reason ul li figure figcaption {
	font-family: "zen-old-mincho", sans-serif;
	font-weight: normal;
	color: #66C7F0;
	background-color: #fff;
	font-size: 3rem;
	line-height: 0.5;
	display: block;
	width: 64px;
	height: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 32px;
	border: 1px solid #66C7F0;
	position: absolute;
	left: -10px;
	top: -10px;
}
.reason ul li h4 {
	color: #E12E68;
}

@media screen and (max-width: 960px) {
	.reason ul {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.reason ul li {
		width: 48%;
	}
}
@media screen and (max-width: 640px) {
	.reason ul li figure figcaption {
		width: 48px;
		height: 48px;
		font-size: 2rem;
		left: -5px;
		top: -5px;
	}
}
/*********************************************************************

FLOW

**********************************************************************/
.flow {
	background-color: #F2FBFF;
	padding: 100px 0;
	text-align: center;
}
.flow__payment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 80px;
}
.flow__payment__block {
	padding: 30px 30px 0;
	border-radius: 10px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
}
.flow__payment__block__item {
	margin-bottom: 40px;
}
.flow__payment__block:first-child {
	width: calc(75% - 30px);
}
.flow__payment__block:first-child div {
	width: calc((100% - 60px) / 3);
}
.flow__payment__block:first-child::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 20px solid #66C7F0;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	position: absolute;
	right: -20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.flow__payment__block:last-child {
	width: 25%;
}
.flow__payment__block .who {
	position: absolute;
	bottom: 0;
	padding: 5px;
	width: 67%;
	color: #fff;
	border-radius: 5px;
	left: 50%;
	-webkit-transform: translate(-50%, 50%);
	    -ms-transform: translate(-50%, 50%);
	        transform: translate(-50%, 50%);
}
.flow__payment__block h5 {
	font-weight: normal;
	margin-bottom: 20px;
	border-radius: 5px;
	padding: 5px;
}
.flow__payment__block figure img {
	margin-bottom: 20px;
}
.flow__payment.post > div:first-child {
	border: 1px solid #66C7F0;
}
.flow__payment.post > div:first-child h5 {
	color: #66C7F0;
	border: 1px solid #66C7F0;
}
.flow__payment.post > div:first-child .who {
	background-color: #66C7F0;
}
.flow__payment.post > div:last-child {
	border: 1px solid #E12E68;
}
.flow__payment.post > div:last-child h5 {
	color: #E12E68;
	border: 1px solid #E12E68;
}
.flow__payment.post > div:last-child .who {
	background-color: #E12E68;
}
.flow__payment.pre > div:first-child {
	border: 1px solid #E12E68;
}
.flow__payment.pre > div:first-child h5 {
	color: #E12E68;
	border: 1px solid #E12E68;
}
.flow__payment.pre > div:first-child .who {
	background-color: #E12E68;
}
.flow__payment.pre > div:first-child::after {
	border-left-color: #E12E68;
}
.flow__payment.pre > div:last-child {
	border: 1px solid #66C7F0;
}
.flow__payment.pre > div:last-child h5 {
	color: #66C7F0;
	border: 1px solid #66C7F0;
}
.flow__payment.pre > div:last-child .who {
	background-color: #66C7F0;
}

@media screen and (max-width: 960px) {
	.flow__payment {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.flow__payment__block {
		width: 100% !important;
	}
	.flow__payment__block:first-child {
		margin-bottom: 40px;
	}
	.flow__payment__block:first-child::after {
		border-top: 20px solid #66C7F0;
		border-left: 18px solid transparent;
		border-right: 18px solid transparent;
		border-bottom: none;
		right: auto;
		top: auto;
		bottom: -34px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
	.flow__payment__block div {
		width: calc((100% - 60px) / 3);
	}
	.flow__payment__block:last-child {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.flow__payment.pre .flow__payment__block:first-child::after {
		border-top: 20px solid #E12E68 !important;
		border-left: 18px solid transparent !important;
		border-right: 18px solid transparent !important;
		border-bottom: none !important;
	}
}
@media screen and (max-width: 640px) {
	.flow__payment__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding-bottom: 20px;
	}
	.flow__payment__block div {
		width: 100% !important;
		max-width: 200px;
		margin-bottom: 30px;
	}
}
/*********************************************************************

MOVIE

**********************************************************************/
.movie {
	padding-top: 100px;
	padding-bottom: 20px;
	padding-right: 40px;
	padding-left: 40px;
	width: 1040px;
	max-width: 100%;
	margin: 0 auto;
}
.movie__wrap {
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding-top: 56.25%;
	height: 0;
}
.movie__wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 640px) {
	.movie {
		padding-right: 20px;
		padding-left: 20px;
	}
}
/*********************************************************************

CASE

**********************************************************************/
.case {
	padding-bottom: 100px;
}
.case-img {
	width: 34%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.case-img figure:last-child {
	-ms-flex-item-align: end;
	    align-self: flex-end;
	margin-top: -60px;
}
.case-img figure img {
	border-radius: 5px;
}
.case-txt {
	width: 60%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
}
.case-txt dt:not(.case-logo) {
	width: 120px;
	margin-bottom: 15px;
	font-weight: bold;
}
.case-txt dd {
	width: calc(100% - 120px);
	margin-bottom: 15px;
}
.case-txt dd:nth-of-type(-n + 4) {
	padding-right: 200px;
}
.case-txt a {
	color: #66C7F0;
	text-decoration: underline;
}
.case-logo {
	width: 160px;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 5px;
	border: 1px solid #DDDDDD;
	background-color: #fff;
	height: 160px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 15px;
}

.swiper {
	margin-top: -20px;
	padding: 20px 0 25px;
	width: 100%;
}
.swiper-slide {
	height: auto;
	padding: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 5px 20px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 0 1px rgba(0, 0, 0, 0.05), 0 5px 20px rgba(0, 0, 0, 0.05);
}
.swiper-slide-inner {
	height: 100%;
	border-radius: 8px;
	border: 1px solid #ddd;
	padding: 5% 5% 8%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
}
.swiper-slide-inner h3 {
	width: 100%;
}
.swiper-button-next {
	width: 80px;
	height: 80px;
	opacity: 0.8;
	border-radius: 40px;
	background-color: #66C7F0;
	-webkit-box-shadow: 0 5px 10px rgba(77, 181, 208, 0.5);
	        box-shadow: 0 5px 10px rgba(77, 181, 208, 0.5);
	right: calc(18.75% - 53px);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.swiper-button-next::after {
	content: "";
	width: 14px;
	height: 14px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translateX(-3px) rotate(-45deg);
	    -ms-transform: translateX(-3px) rotate(-45deg);
	        transform: translateX(-3px) rotate(-45deg);
}
.swiper-button-next:hover {
	-webkit-box-shadow: 0 1px 2px rgba(77, 181, 208, 0.5);
	        box-shadow: 0 1px 2px rgba(77, 181, 208, 0.5);
	opacity: 0.5;
}
.swiper-button-prev {
	width: 80px;
	height: 80px;
	opacity: 0.8;
	border-radius: 40px;
	background-color: #66C7F0;
	-webkit-box-shadow: 0 5px 10px rgba(77, 181, 208, 0.5);
	        box-shadow: 0 5px 10px rgba(77, 181, 208, 0.5);
	left: calc(18.75% - 53px);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.swiper-button-prev::after {
	content: "";
	width: 14px;
	height: 14px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: translateX(3px) rotate(135deg);
	    -ms-transform: translateX(3px) rotate(135deg);
	        transform: translateX(3px) rotate(135deg);
}
.swiper-button-prev:hover {
	-webkit-box-shadow: 0 1px 2px rgba(77, 181, 208, 0.5);
	        box-shadow: 0 1px 2px rgba(77, 181, 208, 0.5);
	opacity: 0.5;
}
.swiper-pagination {
	bottom: 50px !important;
}
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 0 12px !important;
	background-color: transparent;
	border: 1px solid #66C7F0;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background-color: #66C7F0;
}

@media screen and (max-width: 1480px) {
	.case-img figure {
		width: 80%;
	}
	.case-txt dt:not(.case-logo) {
		width: 100%;
		margin-bottom: 0;
	}
	.case-txt dd {
		width: 100%;
		margin-bottom: 10px;
	}
	.case-txt dd:nth-of-type(n + 4) {
		padding-right: 0;
	}
}
@media screen and (max-width: 1280px) {
	.case-img {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		width: 100%;
		margin-bottom: 40px;
	}
	.case-img figure {
		width: auto;
	}
	.case-img figure:last-child {
		margin: 40px 0 0 -40px;
		-ms-flex-item-align: center;
		    -ms-grid-row-align: center;
		    align-self: center;
	}
	.case-txt {
		width: 100%;
	}
	.swiper-slide-inner {
		display: block;
	}
}
@media screen and (max-width: 1280px) {
	.swiper-slide-inner {
		padding: 40px 30px 50px;
	}
}
@media screen and (max-width: 960px) {
	.swiper-button-next {
		width: 44px;
		height: 44px;
		right: calc(8.3333333333% - 30px);
	}
	.swiper-button-next::after {
		width: 10px;
		height: 10px;
	}
	.swiper-button-prev {
		width: 44px;
		height: 44px;
		left: calc(8.3333333333% - 30px);
	}
	.swiper-button-prev::after {
		width: 10px;
		height: 10px;
	}
}
@media screen and (max-width: 640px) {
	.case h3 {
		margin-bottom: 40px;
	}
	.case-logo {
		position: relative;
		margin: -60px auto 30px;
	}
	.case-txt dd {
		padding-right: 0 !important;
		font-size: 1.3rem;
	}
	.swiper-slide-inner {
		padding: 40px 20px 50px;
	}
}
/*********************************************************************

COMPARE

**********************************************************************/
.compare {
	padding: 100px 0;
	background-color: #F2FBFF;
}
.compare table {
	width: 100%;
	text-align: center;
}
.compare table tr:nth-of-type(2n) th {
	background-color: #fff;
	border-radius: 5px 0 0 5px;
}
.compare table tr:nth-of-type(2n) td {
	background-color: #fff;
}
.compare table tr:nth-of-type(2n) td:last-child {
	border-radius: 0 5px 5px 0;
}
.compare table tr:nth-of-type(2n-1) td:nth-child(2) {
	background-color: #D92355;
}
.compare table tr th {
	font-size: 2rem;
}
.compare table tr th:first-child {
	text-align: left;
	font-weight: normal;
}
.compare table tr th:nth-child(2) {
	background-color: #D92355;
	color: #fff;
	border-radius: 5px 5px 0 0;
}
.compare table tr td:nth-child(2) {
	background-color: #E12E68;
	color: #fff;
}
.compare table tr:last-child td:nth-child(2) {
	border-radius: 0 0 5px 5px;
}
.compare table th {
	padding: 25px 20px;
}

@media screen and (max-width: 960px) {
	.compare table tr th,
	.compare table tr td {
		font-size: 1.6rem;
		padding: 20px 10px;
		line-height: 1.5;
	}
}
@media screen and (max-width: 640px) {
	.compare .table-wrap {
		overflow-x: scroll;
		margin-top: 10px;
	}
	.compare table {
		width: 520px;
	}
	.compare table tr th,
	.compare table tr td {
		font-size: 1.4rem;
		padding: 15px 10px;
		vertical-align: middle;
	}
}
/*********************************************************************

LINEUP

**********************************************************************/
.lineup {
	padding: 100px 0;
}
.lineup a {
	color: #299BE1;
	text-decoration: underline;
}
.lineup a:hover {
	text-decoration: none;
}
.lineup-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 60px 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto 100px auto;
	grid-template-rows: auto auto;
	-webkit-column-gap: 60px;
	   -moz-column-gap: 60px;
	        column-gap: 60px;
	row-gap: 100px;
}
.lineup-wrap > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.lineup-wrap > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}
.lineup-wrap > *:nth-child(3) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}
.lineup-wrap > *:nth-child(4) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}
.lineup__item:nth-of-type(2) {
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-row: 2/3;
}
.lineup__item__type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 30px;
}
.lineup__item__type li {
	height: 40px;
	min-width: 150px;
	padding: 0 10px;
	border-radius: 5px;
	color: #fff;
	font-size: 1.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 5px 5px;
}
.lineup__item__type li.type_a {
	background-color: #E12E68;
}
.lineup__item__type li.type_b {
	background-color: #66C7F0;
}
.lineup__item__type li.type_c {
	background-color: #942EE1;
}
.lineup__item__size {
	text-align: center;
	margin-bottom: 40px;
}
.lineup__item figure {
	text-align: center;
	margin-bottom: 40px;
}
.lineup__item figure img {
	height: 300px;
}
.lineup__item dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.lineup__item dl dt {
	width: 120px;
	padding: 20px;
	border-radius: 5px 0 0 5px;
	font-weight: bold;
}
.lineup__item dl dt:nth-of-type(2n-1) {
	background-color: #F2FBFF;
}
.lineup__item dl dd {
	width: calc(100% - 120px);
	padding: 20px 20px 20px 0;
	border-radius: 0 5px 5px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.lineup__item dl dd i {
	width: 60px;
	font-style: normal;
}
.lineup__item dl dd i + span {
	width: calc(100% - 60px);
}
.lineup__item dl dd:nth-of-type(2n-1) {
	background-color: #F2FBFF;
}
.lineup__item dl small {
	display: block;
	color: #999;
	font-size: 1.3rem;
}
.lineup__item dl a {
	display: block;
	width: 100%;
}

@media screen and (max-width: 960px) {
	.lineup-wrap {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
		-webkit-column-gap: 0;
		   -moz-column-gap: 0;
		        column-gap: 0;
		row-gap: 60px;
	}
	.lineup-wrap > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.lineup__item dl {
		font-size: 1.3rem;
	}
	.lineup__item dl dt {
		width: 90px;
		padding: 10px 0 10px 10px;
	}
	.lineup__item dl dd {
		width: calc(100% - 90px);
		padding: 10px 10px 10px 0;
	}
	.lineup__item dl dd i {
		width: 50px;
	}
	.lineup__item__type li {
		font-size: 1.6rem;
	}
}
/*********************************************************************

PAYMENT

**********************************************************************/
.payment dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.payment dl dt {
	font-weight: bold;
	width: 200px;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 5px 0 0 5px;
}
.payment dl dt:nth-of-type(2n-1) {
	background-color: #F2FBFF;
}
.payment dl dd {
	width: calc(100% - 200px);
	padding: 20px 10px 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 0 5px 5px 0;
}
.payment dl dd span {
	margin: 0 10px 10px 0;
}
.payment dl dd span img {
	height: 44px;
}
.payment dl dd:nth-of-type(2n-1) {
	background-color: #F2FBFF;
}

@media screen and (max-width: 640px) {
	.payment dl {
		display: block;
	}
	.payment dl dt {
		width: 100%;
		padding: 20px;
	}
	.payment dl dd {
		width: 100%;
		padding: 0 20px 10px;
	}
	.payment dl dd span img {
		height: 33px;
	}
}
/*********************************************************************

PROCESS

**********************************************************************/
.process {
	margin-bottom: 120px;
}
.process__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: -40px;
}
.process__wrap div {
	width: 31%;
	margin-bottom: 40px;
}
.process__wrap div figure {
	margin-bottom: 30px;
	position: relative;
}
.process__wrap div figure img {
	border-radius: 5px;
}
.process__wrap div figure figcaption {
	font-family: "zen-old-mincho", sans-serif;
	font-weight: normal;
	color: #66C7F0;
	background-color: #fff;
	font-size: 3rem;
	line-height: 0.5;
	display: block;
	width: 64px;
	height: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 32px;
	border: 1px solid #66C7F0;
	position: absolute;
	left: -10px;
	top: -10px;
}
.process__wrap div h4 {
	color: #E12E68;
}

@media screen and (max-width: 960px) {
	.process__wrap {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.process__wrap div {
		width: 48%;
	}
}
@media screen and (max-width: 640px) {
	.process__wrap div figure figcaption {
		width: 48px;
		height: 48px;
		font-size: 2rem;
		left: -5px;
		top: -5px;
	}
}
/*********************************************************************

FAQ

**********************************************************************/
.faq {
	margin-bottom: 100px;
}
.faq__tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
	        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
}
.faq__tab li {
	border: 1px solid #ddd;
	background-color: #fff;
	border-right: none;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-preferred-size: 20%;
	    flex-basis: 20%;
	line-height: 1.5;
	padding: 0 15px;
	text-align: center;
	cursor: pointer;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.faq__tab li:last-child {
	border-right: 1px solid #ddd;
	border-radius: 0 5px 5px 0;
}
.faq__tab li:first-child {
	border-radius: 5px 0 0 5px;
}
.faq__tab li.active {
	color: #fff;
	background-color: #66C7F0;
	border-color: #66C7F0;
}
.faq__tab li.active::after {
	content: "";
	display: block;
	position: absolute;
	border-top: 12px solid #66C7F0;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	left: calc(50% - 6px);
	bottom: -12px;
}
.faq__tab li:hover:not(.active) {
	background-color: #f9f9f9;
}
.faq__content {
	border-bottom: 1px solid #ccc;
}
.faq__content a {
	color: #66C7F0;
	text-decoration: underline;
}
.faq__content dt {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	padding-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 2rem;
	font-weight: normal;
	cursor: pointer;
}
.faq__content dt:first-child {
	border-top: none;
}
.faq__content dt i {
	color: #66C7F0;
	line-height: 1.7;
}
.faq__content dt span {
	margin-right: 20px;
}
.faq__content dt em {
	display: block;
	margin-left: auto;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	color: transparent;
	border-radius: 16px;
	border: 1px solid #66C7F0;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 6px rgba(77, 181, 208, 0.2);
	        box-shadow: 0 3px 6px rgba(77, 181, 208, 0.2);
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.faq__content dt em::before {
	content: "";
	display: block;
	width: 12px;
	height: 2px;
	background-color: #66C7F0;
	position: absolute;
	left: calc(50% - 6px);
	top: calc(50% - 1px);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.faq__content dt em::after {
	content: "";
	display: block;
	width: 12px;
	height: 2px;
	background-color: #66C7F0;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
	position: absolute;
	left: calc(50% - 6px);
	top: calc(50% - 1px);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.faq__content dt.active em {
	background-color: #66C7F0;
	-webkit-box-shadow: 0 3px 6px rgb(77, 181, 208);
	        box-shadow: 0 3px 6px rgb(77, 181, 208);
}
.faq__content dt.active em::after {
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
	background-color: #fff;
}
.faq__content dt.active em::before {
	background-color: #fff;
}
.faq__content dt:hover:not(.active) em {
	background-color: #66C7F0;
}
.faq__content dt:hover:not(.active) em::before, .faq__content dt:hover:not(.active) em::after {
	background-color: #fff;
}
.faq__content dd {
	margin-top: -10px;
	padding-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.faq__content dd i {
	color: #E12E68;
	line-height: 1.4;
}
.faq__content i {
	font-style: normal;
	font-family: "zen-old-mincho", sans-serif;
	font-weight: normal;
	font-size: 2rem;
	width: 25px;
	margin-right: 15px;
}

@media screen and (max-width: 960px) {
	.faq__tab li {
		padding: 0 10px;
		font-size: 1.3rem;
	}
	.faq__content dt {
		font-size: 1.6rem;
	}
	.faq__content i {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 640px) {
	.faq__tab {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.faq__tab li {
		-ms-flex-preferred-size: 33.3333%;
		    flex-basis: 33.3333%;
	}
	.faq__tab li:nth-of-type(n + 4) {
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
		border-top: none;
	}
	.faq__tab li:nth-of-type(-n + 3) {
		z-index: 1;
	}
	.faq__tab li:first-child {
		border-radius: 5px 0 0 0;
	}
	.faq__tab li:nth-child(3) {
		border-radius: 0 5px 0 0;
		border-right: 1px solid #ddd;
	}
	.faq__tab li:nth-child(4) {
		border-radius: 0 0 0 5px;
	}
	.faq__tab li:last-child {
		border-radius: 0 0 5px 0;
	}
}
/*********************************************************************

CONTACT

**********************************************************************/
.contact-block {
	padding: 100px 0;
	background: url(./img/bg_contact.jpg) center center/cover no-repeat;
}
.contact-block form {
	width: 980px;
	max-width: 100%;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 10px;
	padding: 60px;
	-webkit-box-shadow: 0 5px 20px rgba(245, 224, 230, 0.5);
	        box-shadow: 0 5px 20px rgba(245, 224, 230, 0.5);
}
.contact-block form a {
	color: #66C7F0;
	text-decoration: underline;
}
.contact-block form .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 30px;
	position: relative;
}
.contact-block form .row label {
	width: 240px;
	margin-right: 20px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	font-size: 1.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: right;
	height: 62px;
}
.contact-block form .row.required label::after {
	content: "必須";
	font-size: 1.3rem;
	color: #E12E68;
	border: 1px solid #E12E68;
	border-radius: 3px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 42px;
	height: 26px;
	margin-left: 20px;
}
.contact-block form .row.privacy::before {
	content: "";
	display: block;
	width: 240px;
	margin-right: 20px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.contact-block form .row.privacy span {
	display: block;
	margin: 0;
}
.contact-block form .row.privacy label {
	width: 100%;
	height: 32px;
	margin: 0;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.contact-block form .row.privacy label span {
	padding-left: 36px;
}
.contact-block form .row.privacy input {
	margin-top: -5px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	position: relative;
}
.contact-block form .row > span {
	width: 100%;
}
.contact-block form .row input[type=text],
.contact-block form .row input[type=email],
.contact-block form .row input[type=tel],
.contact-block form .row textarea {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #eee;
	background-color: #f7f7f7;
	font-size: 1.8rem;
}
.contact-block form .row input[type=text],
.contact-block form .row input[type=email],
.contact-block form .row input[type=tel] {
	padding: 0 10px;
	line-height: 60px;
}
.contact-block form .row textarea {
	padding: 10px;
}
.contact-block form input[type=submit] {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	max-width: 100%;
	width: 340px;
	height: 80px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 5px;
	border: none;
	font-size: 2rem;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	font-family: "zen-old-mincho", sans-serif;
	font-weight: normal;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	background: linear-gradient(150deg, #E12E68, #FF72A0, #FF72A0);
	background-size: 200% 100%;
	-webkit-box-shadow: 0 10px 15px rgba(240, 79, 131, 0.5);
	        box-shadow: 0 10px 15px rgba(240, 79, 131, 0.5);
}
.contact-block form input[type=submit]::after {
	content: "";
	display: block;
	width: 26px;
	height: 22px;
	background: url(./img/icon_contact.svg) left top/26px no-repeat;
	margin-left: 10px;
}
.contact-block form input[type=submit]:hover {
	background-position: right top;
	-webkit-box-shadow: 0 1px 2px rgba(240, 79, 131, 0.5);
	        box-shadow: 0 1px 2px rgba(240, 79, 131, 0.5);
}

@media screen and (max-width: 960px) {
	.contact-block form .row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.contact-block form .row label {
		font-size: 1.4rem;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		height: auto;
	}
	.contact-block form .row.required label::after {
		font-size: 1.1rem;
		width: 36px;
		height: 22px;
	}
	.contact-block form .row input[type=text],
	.contact-block form .row input[type=email],
	.contact-block form .row input[type=tel],
	.contact-block form .row textarea {
		font-size: 1.4rem;
	}
	.contact-block form .row input[type=text],
	.contact-block form .row input[type=email],
	.contact-block form .row input[type=tel] {
		line-height: 40px;
	}
	.contact-block form input[type=submit] {
		height: 60px;
		padding: 0 15px;
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 640px) {
	.contact-block form {
		padding: 40px 20px;
	}
}
/*********************************************************************

FOOTER

**********************************************************************/
footer {
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 140px;
}
footer p {
	text-align: center;
}
footer small {
	font-size: 1.3rem;
}

.pagetop {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 2;
	-webkit-transform: translateY(100px);
	    -ms-transform: translateY(100px);
	        transform: translateY(100px);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.pagetop.show {
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}
.pagetop.show.bottom {
	-webkit-transform: translateY(-70px);
	    -ms-transform: translateY(-70px);
	        transform: translateY(-70px);
}
.pagetop a {
	border-radius: 30px;
	border: 1px solid #66C7F0;
	background-color: #fff;
	text-indent: -9999px;
	height: 100%;
	width: 100%;
	border-radius: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-shadow: 0 3px 6px rgba(77, 181, 208, 0.2);
	        box-shadow: 0 3px 6px rgba(77, 181, 208, 0.2);
}
.pagetop a::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-left: 2px solid #66C7F0;
	border-top: 2px solid #66C7F0;
	-webkit-transform: translateY(4px) rotate(45deg);
	    -ms-transform: translateY(4px) rotate(45deg);
	        transform: translateY(4px) rotate(45deg);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.pagetop a:hover {
	background-color: #66C7F0;
	-webkit-box-shadow: 0 3px 6px rgb(77, 181, 208);
	        box-shadow: 0 3px 6px rgb(77, 181, 208);
}
.pagetop a:hover::before {
	border-left-color: #fff;
	border-top-color: #fff;
}

@media screen and (max-width: 640px) {
	.pagetop {
		height: 40px;
		width: 40px;
		bottom: 20px;
		right: 20px;
	}
	.pagetop.show.bottom {
		-webkit-transform: translateY(-100px);
		    -ms-transform: translateY(-100px);
		        transform: translateY(-100px);
	}
	.pagetop a::before {
		width: 8px;
		height: 8px;
		-webkit-transform: translateY(2px) rotate(45deg);
		    -ms-transform: translateY(2px) rotate(45deg);
		        transform: translateY(2px) rotate(45deg);
	}
}
/*# sourceMappingURL=style.css.map */