/*
 Theme Name:   generatepress Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  generatepress Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     generatepress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  generatepress-child
*/

html #wpadminbar{
	display: none!important;
}

/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
}
footer.entry-meta{
	display: none;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	overflow-x: hidden;
}
body{
	overflow-x: hidden;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

ol, ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
	padding: 5px;
}

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

blockquote, q {
	quotes: "" "";
}

a {
	background-color: transparent;
}

a img {
	border: 0;
}

/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	font-family:brandon-grotesque,'BIZ UDGothic',-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

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

/* Text elements */
p {
	margin-bottom: 1.5em;
}

.gnavi{
	padding-top:25px;
	text-align: center;
	background: linear-gradient(#d02f76, #df3869);
	height:50px;
	font-size:90%;
	color:#FFF;
	font-weight:bold;
}

li {
	display: inline-block;
	padding: 0 10px;
}

ol {
	list-style: decimal;
}


dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

b, strong {
	font-weight: bold;
}

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

blockquote {
	margin: 0 1.5em 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

mark, ins {
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0;
}

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

th {
	font-weight: bold;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid transparent;
	background: #666;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	padding: 10px 20px;
	color: #FFF;
	font-size: 14px;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #606060;
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #606060;
}

.button {
	padding: 10px 20px;
	display: inline-block;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
.entry-content{
	font-size:12px;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
	background: #FAFAFA;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0px;
	padding: 10px 15px;
	box-sizing: border-box;
	max-width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
	color: #111;
	background: #FFF;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

input[type="file"] {
	max-width: 100%;
	box-sizing: border-box;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}

/* Text meant only for screen readers */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.site-info:before,
.site-info:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.site-info:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */
.main-navigation {
	z-index: 100;
	padding: 0;
	clear: both;
	display: block;
}

.main-navigation ul li a {
	display: block;
}

.menu-toggle {
	margin: 0;
	padding: 0;
}

.menu-toggle:before {
	content: "\f0c9";
	font-family: GeneratePress;
	width: 1.28571429em;
	text-align: center;
	display: inline-block;
}

.toggled .menu-toggle:before {
	content: "\f00d";
}

.menu-toggle .mobile-menu {
	padding-left: 3px;
}

.menu-toggle .mobile-menu:empty {
	display: none;
}

.main-navigation .main-nav ul ul li a {
	line-height: normal;
	padding: 10px 20px;
}

.inside-navigation {
	position: relative;
}

.main-navigation ul,
.menu-toggle li.search-item {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

li.search-item a:before,
span.search-item a:before {
	content: "\f002";
	font-family: GeneratePress;

	width: 1.28571429em;
	text-align: center;
	display: inline-block;
}

li.search-item.close-search a:before,
span.search-item.close-search a:before {
	content: "\f00d";
}

.search-item .screen-reader-text {
	top: 0;
	right: 0;
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

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

.main-navigation ul ul {
	display: block;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
	float: left;
	position: absolute;
	left: -99999px;
	opacity: 0;
	z-index: 99999;
	width:200px;
	text-align:left;
	top: auto;
	transition: opacity 80ms linear;
	transition-delay: 0s;
	pointer-events: none;
	height: 0;
	overflow: hidden;
}

.main-navigation ul ul a {
	display: block;
}

.main-navigation ul ul li {
	width:100%;
}

.dropdown-hover .main-navigation:not(.toggled) ul li:hover > ul,
.dropdown-hover .main-navigation:not(.toggled) ul li.sfHover > ul {
	left: auto;
	opacity: 1;
	transition-delay: 150ms;
	pointer-events: auto;
	height: auto;
	overflow: visible;
}

.dropdown-hover .main-navigation:not(.toggled) ul ul li:hover > ul,
.dropdown-hover .main-navigation:not(.toggled) ul ul li.sfHover > ul {
	left: 100%;
	top: 0;
}

.dropdown-click .main-navigation ul ul {
	visibility: hidden;
}

.dropdown-click .main-navigation ul.toggled-on,
.dropdown-click .main-navigation ul li.sfHover > ul.toggled-on {
	left: auto;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	height: auto;
	overflow: visible;
}

.dropdown-click nav ul ul ul {
	background-color: transparent;
}

.nav-float-right .inside-header .main-navigation {
	float:right;
	clear: right;
}

.nav-float-left .inside-header .main-navigation {
	float: left;
	clear: left;
}

.nav-float-left .inside-header .site-branding,
.nav-float-left .inside-header .site-logo {
	float: right;
	clear: right;
}

.nav-float-left .inside-header:after {
	clear: both;
	content: '';
	display: table;
}

.nav-float-right .inside-header .site-branding {
	display: inline-block;
}

.site-header {
	position:relative;
}

.header-aligned-left .site-header {
	text-align: left;
}

.header-aligned-center .site-header {
	text-align: center;
}

.header-aligned-right .site-header {
	text-align: right;
}

.site-header .header-image {
	vertical-align: middle;
}

.main-navigation .main-nav ul ul li a,
.nav-float-right .main-navigation .main-nav ul ul li a {
	line-height: normal;
}

.nav-float-right .main-navigation ul ul ul{
	top: 0
}

.main-navigation li.search-item {
	float: right;
	z-index: 21;
}

.rtl .main-navigation li.search-item,
.rtl.nav-aligned-right.nav-below-header .main-navigation .menu > li.search-item {
	float: left;
}

li.search-item.active {
	transition: opacity 100ms ease-in-out;
}

.navigation-search {
	position: absolute;
	left: -99999px;
	pointer-events: none;
	visibility: hidden;
	z-index: 20;
	width: 100%;
	top: 0;
	transition: opacity 100ms ease-in-out;
	opacity: 0;
}

.navigation-search.nav-search-active {
	left: 0;
	right: 0;
	pointer-events: auto;
	visibility: visible;
	opacity: 1;
}

.gen-sidebar-nav .navigation-search {
	top: auto;
	bottom: 0;
}

.navigation-search input {
	border: 0;
	vertical-align: bottom;
	line-height: 0;
	opacity: 0.9;
	width: 100%;
	z-index: 20;
	border-radius: 0;
	-webkit-appearance: none;
}

.navigation-search input::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

.navigation-search input::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

.navigation-search input::-webkit-search-decoration,
.navigation-search input::-webkit-search-cancel-button,
.navigation-search input::-webkit-search-results-button,
.navigation-search input::-webkit-search-results-decoration {
	display: none;
}

.nav-left-sidebar .main-navigation li.search-item,
.nav-right-sidebar .main-navigation li.search-item {
	width: auto;
	display: inline-block;
}

.nav-left-sidebar .main-navigation li.search-item.current-menu-item,
.nav-right-sidebar .main-navigation li.search-item.current-menu-item {
	float: right;
}

.nav-aligned-right.nav-below-header .main-navigation .menu > li,
.nav-aligned-right.nav-above-header .main-navigation .menu > li,
.nav-aligned-center.nav-below-header .main-navigation .menu > li,
.nav-aligned-center.nav-above-header .main-navigation .menu > li {
	float: none;
	display: inline-block;
}

.nav-aligned-right .main-navigation ul,
.nav-aligned-center .main-navigation ul {
	letter-spacing: -0.31em;
	font-size: 1em;
}

.nav-aligned-right .main-navigation ul li,
.nav-aligned-center .main-navigation ul li {
	letter-spacing: normal;
}

.nav-aligned-left.nav-below-header .main-navigation,
.nav-aligned-left.nav-above-header .main-navigation {
	text-align: left;
}

.nav-aligned-center.nav-below-header .main-navigation,
.nav-aligned-center.nav-above-header .main-navigation {
	text-align: center;
}

.nav-aligned-right.nav-below-header .main-navigation,
.nav-aligned-right.nav-above-header .main-navigation {
	text-align: right;
}

.menu-item-has-children .dropdown-menu-toggle {
	display: inline-block;
	height: 100%;
	clear: both;
	padding-left: 10px;
}

nav ul ul .menu-item-has-children .dropdown-menu-toggle {
	float: right;
}

.sidebar .menu-item-has-children .dropdown-menu-toggle {
	float: right;
}

.dropdown-menu-toggle:before {
	content: "\f107";
	font-family: GeneratePress;
}

.dropdown-click .menu-item-has-children.sfHover > a .dropdown-menu-toggle:before {
	content: "\f106";
}

.dropdown-hover .sub-menu .dropdown-menu-toggle:before,
.dropdown-hover .children .dropdown-menu-toggle:before {
	content: "\f105";
}

.dropdown-hover.both-right .inside-left-sidebar .dropdown-menu-toggle:before,
.dropdown-hover .inside-right-sidebar .dropdown-menu-toggle:before {
	content: "\f104";
}

.dropdown-hover.both-left .inside-right-sidebar .dropdown-menu-toggle:before,
.dropdown-hover .inside-left-sidebar .dropdown-menu-toggle:before {
	content: "\f105";
}

.dropdown-click .main-navigation ul ul ul.toggled-on {
	left: 0;
	top: auto;
	position: relative;
}

.dropdown-click .widget-area .main-navigation ul ul {
	top: auto;
	position: absolute;
	float: none;
	width: 100%;
	left: -99999px;
}

.dropdown-click .widget-area .main-navigation ul ul.toggled-on {
	position: relative;
	left: 0;
	right: 0;
}

.main-navigation .main-nav ul li.menu-item-has-children > a {
	padding-right: 0;
	position: relative;
}

.widget-area .main-navigation li {
	float: none;
	display: block;
	width:100%;
	padding: 0;
	margin: 0;
}

.dropdown-hover .widget-area .main-navigation ul li:hover ul,
.dropdown-hover .widget-area .main-navigation ul li.sfHover > ul {
	top: 0;
	left: 100%;
	width:220px;
}

.dropdown-hover.both-right .widget-area .main-navigation ul li:hover ul,
.dropdown-hover.both-right .widget-area .main-navigation ul li.sfHover ul,
.dropdown-hover.right-sidebar .widget-area .main-navigation ul li:hover ul,
.dropdown-hover.right-sidebar .widget-area .main-navigation ul li.sfHover ul,
.dropdown-hover.both-sidebars .widget-area .inside-right-sidebar .main-navigation ul li:hover ul,
.dropdown-hover.both-sidebars .widget-area .inside-right-sidebar .main-navigation ul li.sfHover ul {
	right: 100%;
	left: auto;
}

.slideout-navigation .dropdown-menu-toggle:before {
	content: "\f107" !important;
}

.slideout-navigation .sfHover > a .dropdown-menu-toggle:before {
	content: "\f106" !important;
}

/* =Content
----------------------------------------------- */
.sticky{}

.post {
	margin: 0 0 2em;
}

.posted-on .updated {
	display: none;
}

.byline {
	display: inline;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

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

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

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-header,
.archive .format-aside .entry-header,
.blog .format-status .entry-header,
.archive .format-status .entry-header,
.blog .format-status .entry-meta,
.archive .format-status .entry-meta,
footer.entry-meta{
    display: none;
}

.byline{
	display: none!important;
}

.blog .format-aside .entry-content,
.archive .format-aside .entry-content,
.blog .format-status .entry-content,
.archive .format-status .entry-content {
	margin-top: 0;
}

.blog .format-status .entry-content p:last-child,
.archive .format-status .entry-content p:last-child {
	margin-bottom: 0;
}

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

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	position:relative;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto 0;
	max-width: 100%;
}

.wp-caption .wp-caption-text {
	font-size: 75%;
	padding-top: 5px;
	opacity: 0.8;
}

.wp-caption img {
	position: relative;
	vertical-align: bottom;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

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

/* =Navigation
----------------------------------------------- */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 2em;
	overflow: hidden;
}

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

.bypostauthor {}

.comment,
.comment-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.comment-author-info {
	display: inline-block;
	vertical-align:middle;
}

.comment-meta .avatar {
	float: left;
	margin-right: 10px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.comment-author cite {
	font-style: normal;
	font-weight: bold;
}

.entry-meta.comment-metadata {
	margin-top: 0;
}

.comment-content {
	margin-top: 1.5em;
}

.comment-respond {
	margin-top: 1.5em;
}
.comment-form > .form-submit {
	margin-bottom: 0;
}

.comment-form input,
.comment-form-comment {
	margin-bottom: 10px;
}

.comment-form #author,
.comment-form #email,
.comment-form #url {
	display: block;
}

.comment-metadata .edit-link:before {
	display: none;
}

.comment-body {
	padding: 30px 0;
}

.comment-content {
	padding: 30px;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.depth-1.parent > .children {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.comment .children {
	padding-left: 30px;
	margin-top: -30px;
	border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.pingback .comment-body,
.trackback .comment-body {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pingback .edit-link {
	font-size: 13px;
}

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

.comment-list > .comment:first-child {
	padding-top:0;
	margin-top:0;
	border-top: 0;
}

ol.comment-list {
	margin-bottom: 1.5em;
}

#wp-comment-cookies-consent {
	margin-right: 7px;
}

/* =Widgets
----------------------------------------------- */
.widget {
	margin: 0 0 30px;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/* Categories widget */
.widget_categories .children {
    margin-left: 1.5em;
	padding-top: 5px;
}

.widget_categories .children li:last-child {
	padding-bottom: 0;
}

/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/* =Start custom CSS
----------------------------------------------- */
body {
	font-size: 15px;
}

a,
button,
input {
	transition:color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

a, a:visited, a:hover, a:focus {
	text-decoration: none;
}

.main-title {
	word-wrap: break-word;
}

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

pre {
	background: rgba(0, 0, 0, 0.05);
	font-family: inherit;
	font-size: inherit;
	line-height: normal;
	margin-bottom: 1.5em;
	padding: 20px;
	overflow: auto;
	max-width: 100%;
}

blockquote {
	border-left: 5px solid rgba(0, 0, 0, 0.05);
	padding: 20px;
	font-size: 1.2em;
	font-style:italic;
	margin: 0 0 1.5em;
	position: relative;
}

blockquote p:last-child {
	margin: 0;
}

table, th, td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%;
}

th,
td {
	padding: 8px;
}

th {
    border-width: 0 1px 1px 0;
}

td {
    border-width: 0 1px 1px 0;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 40px;
	margin-top: 40px;
}

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

fieldset legend {
	padding: 0;
	margin-bottom: 1.5em;
}

.site-main .gallery {
	margin-bottom: 1.5em;
}

.gallery-item img {
	vertical-align: bottom;
}

.gallery-icon {
	padding: 5px;
}

.one-container .comments-area {
	margin-top: 1.5em;
}

h1 {
	font-size: 35px;
	margin-bottom: 20px;
	line-height: 1.2em;
}

h2 {
	font-size: 25px;
	margin-bottom: 20px;
	line-height: 1.2em;
}

h3 {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.2em;
}

h4, h5, h6 {
	margin-bottom: 20px;
}

/* Full width inner elements */
.inside-navigation:not(.grid-container):after,
.inside-navigation:not(.grid-container):before,
.inside-header:not(.grid-container):after,
.inside-header:not(.grid-container):before,
.inside-footer-widgets:not(.grid-container):after,
.inside-footer-widgets:not(.grid-container):before {
	content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
	clear: both;
}

/* Layout spacing */
.one-container.both-left .inside-left-sidebar {
	margin-right: 15px;
}

.one-container.both-left .inside-right-sidebar {
	margin-left: 15px;
}

.one-container.both-right .inside-left-sidebar {
	margin-right: 15px;
}

.one-container.both-right .inside-right-sidebar {
	margin-left: 15px;
}

.site-content {
	word-wrap: break-word;
	display: block!important;
}

.separate-containers .site-main > *:last-child,
.one-container .site-main > *:last-child {
	margin-bottom: 0;
}

.one-container .site-main {
	margin-top: 0;
	margin-bottom: 0;
}

.one-container .site-main {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

.one-container .inside-right-sidebar,
.one-container .inside-left-sidebar {
	margin-top: 0;
}

.one-container .inside-article {
	padding: 0 0 30px 0;
}

.one-container.page .inside-article {
	padding-bottom: 0;
}

.page-content > *:last-child,
.entry-content > *:last-child,
.entry-summary > *:last-child {
	margin-bottom: 0;
}

/* Widget styling */
.sidebar .widget *:last-child,
.footer-widgets .widget *:last-child {
	margin-bottom: 0;
}

.widget {
	box-sizing: border-box;
}

.widget-title {
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 1.5;
}

.widget ul,
.widget ol {
	margin: 0;
}

div:not(.entry-content) .widget ul li {
	list-style-type: none;
	position:relative;
	padding-bottom: 5px;
}

div:not(.entry-content) .widget ul li ul li:before {
	opacity:.7;
}

.widget .search-field {
	width: 100%;
}

.widget:last-child,
.separate-containers .widget:last-child {
	margin-bottom: 0;
}

.widget_nav_menu ul ul,
.widget_pages ul ul {
	margin-left: 1em;
	margin-top: 5px;
}

.widget ul li.menu-item-has-children,
.widget ul li.page_item_has_children {
	padding-bottom:0;
}

.header-widget .widget-title {
	margin-bottom: 15px;
}

#wp-calendar {
	table-layout: fixed;
	font-size: 80%;
}

#wp-calendar #prev,
#wp-calendar #prev + .pad {
	border-right: 0;
}

.sidebar .grid-container {
	max-width:100%;
	width:100%;
}

.footer-widgets {
	padding: 40px 0;
}

.inside-footer-widgets .inner-padding {
	padding: 0 40px;
}

.site-info {
	text-align: center;
}

/* Footer bar */
.footer-bar-active .footer-bar .widget {
	padding: 0;
}

.footer-bar .widget_nav_menu > div > ul {
	display: inline-block;
	vertical-align: top;
}

.footer-bar .textwidget p:last-child {
	margin: 0;
}

/* Footer bar aligned right */
.footer-bar-align-right .copyright-bar {
	float: left;
}

.footer-bar-align-right .footer-bar {
	float: right;
	text-align: right;
}

/* Footer bar aligned left */
.footer-bar-align-left .copyright-bar {
	float: right;
	text-align: right;
}

.footer-bar-align-left .footer-bar {
	float: left;
	text-align: left;
}

/* Footer bar aligned center */
.footer-bar-align-center .copyright-bar {
	float: none;
	text-align: center;
}

.footer-bar-align-center .footer-bar {
	float: none;
	text-align: center;
	margin-bottom: 10px;
}

.footer-bar .widget-title {
	display: none;
}

/* Footer bar menu */
.footer-bar .widget_nav_menu li {
	margin: 0 10px;
	float: left;
	padding: 0;
}

.footer-bar .widget_nav_menu li:first-child {
	margin-left: 0;
}

.footer-bar .widget_nav_menu li:last-child {
	margin-right: 0;
}

.footer-bar .widget_nav_menu li ul {
	display: none;
}

/* Posts */
.entry-title {
	margin-bottom: 0;
}

.entry-header {
	word-wrap: break-word;
}

.page-header {
	margin-bottom: 30px;
}

.page-header .avatar {
	float: left;
	margin-right: 20px;
}

.page-header .author-info {
	overflow: hidden;
}

.page-header > *:last-child,
.page-header .author-info > *:last-child {
	margin-bottom:0;
}

.entry-meta {
	font-size: 85%;
	margin-top: .5em;
	line-height: 1.5;
}

footer.entry-meta {
	margin-top: 2em;
}

footer.entry-meta .author:before,
footer.entry-meta .posted-on:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.nav-previous .prev:before,
.nav-next .next:before {
	font-family: GeneratePress;
	text-decoration: inherit;
	position: relative;
	margin-right: 0.6em;
	width: 13px;
	text-align: center;
	display: inline-block;
}

footer.entry-meta .author:before {
	content: "\f007";
}

footer.entry-meta .posted-on:before {
	content: "\f073";
}
.cat-links:before {
	content: "\f07b";
}

.tags-links:before {
	content: "\f02c";
}

.comments-link:before {
	content: "\f086";
}

.nav-previous .prev:before {
	content: "\f104";
}

.nav-next .next:before {
	content: "\f105";
}

.cat-links,
.tags-links,
.comments-link,
footer.entry-meta .posted-on,
footer.entry-meta .byline {
	display: block;
}

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

.paging-navigation:before,
.paging-navigation:after {
	content: ".";
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}

.paging-navigation:after {
	clear: both;
}

.paging-navigation .nav-previous,
.paging-navigation .nav-next {
	display: none;
}

/* Only for WordPress < 4.4 */
.site-main .paging-navigation .navigation {
	margin: 0;
}

.comment-respond {
	margin-top: 0;
}

.read-more-container {
	margin-bottom: 0;
}

.site-main .post-navigation {
	margin-bottom: 0;
}

/* Site header */

.main-title {
	margin: 0;
	font-size: 50px;
	line-height: 1.2em;
}

.site-logo {
	display: inline-block;
	max-width: 100%;
}

.site-description {
	margin: 0;
	line-height: 1.5;
}

.header-widget {
	float: right;
	overflow: hidden;
	max-width: 50%;
}

.header-widget .widget {
	padding: 0 0 20px;
	margin-bottom: 0;
}

.header-widget .widget:last-child {
	padding-bottom:0;
}

.nav-float-right .header-widget .widget {
	padding: 0 0 10px;
}

.nav-float-right .header-widget .widget:last-child {
	padding-bottom: 0;
}

.nav-float-right .header-widget {
	position:relative;
	top: -10px;
}

.post-image {
	margin: 2em 0 0;
}

/* Page Header Add-on */
.page-header-image,
.page-header-image-single {
	line-height: 0; /* no more weird spacing */
}

.separate-containers .page-header-image,
.separate-containers .page-header-content {
	margin-top: 30px;
}

.separate-containers .inside-article > [class*="page-header-"],
.one-container .inside-article > [class*="page-header-"] {
	margin-bottom: 2em;
	margin-top: 0;
}

.inside-article .page-header-image-single.page-header-below-title {
	margin-top: 2em;
}

/* Temporary clearing until GPP 1.6.3 */
.page-header-content-container:before,
.page-header-content-container:after {
	content: "";
	display: table;
}

.page-header-content-container:after {
	clear: both;
}

/* Full width template */
.full-width-content .container.grid-container {
	max-width: 100%;
}

.full-width-content.no-sidebar.separate-containers .site-main {
	margin: 0;
}

.full-width-content.separate-containers .inside-article,
.full-width-content.one-container .site-content {
	padding: 0;
}

/* Remove content padding */
.contained-content.separate-containers .inside-article,
.contained-content.one-container .site-content {
	padding: 0;
}

/* Top bar */
.top-bar .inside-top-bar .widget {
	padding: 0;
	display: inline-block;
	margin: 0;
}

.top-bar .inside-top-bar .textwidget p:last-child {
	margin: 0;
}

.top-bar-align-center {
	text-align: center;
}

.top-bar-align-right {
	text-align: right;
}

.top-bar-align-right .inside-top-bar >.widget:nth-child(even) {
	float: left;
	margin-right: 10px;
}

.top-bar-align-right .inside-top-bar >.widget:nth-child(odd) {
	margin-left: 10px;
}

.top-bar-align-left .inside-top-bar >.widget:nth-child(even) {
	margin-left: 10px;
	float: right;
}

.top-bar-align-left .inside-top-bar > .widget:nth-child(odd) {
	float: left;
	margin-right: 10px;
}

.top-bar-align-center .inside-top-bar .widget:not(:first-child) {
	margin-left: 10px;
}

.top-bar-align-center .inside-top-bar .widget:first-child:last-child {
    display: block
}

.inside-top-bar:not(.grid-container):after,
.inside-top-bar:not(.grid-container):before {
	content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
	clear: both;
}

.top-bar .widget-title {
	display: none;
}

/* Top bar menu */
.top-bar .widget_nav_menu li {
	margin: 0 10px;
	float: left;
	padding: 0;
}

.top-bar .widget_nav_menu li:first-child {
	margin-left: 0;
}

.top-bar .widget_nav_menu li:last-child {
	margin-right: 0;
}

.top-bar .widget_nav_menu li ul {
	display: none;
}

.top-bar .widget_nav_menu > div > ul {
	display: inline-block;
	vertical-align: top;
}

/* SiteOrigin Page Builder */
.so-panel.widget {
	padding: 0;
}

/* MailChimp CSS */
#mc_embed_signup .clear {
	display: block;
	height: auto;
	visibility: visible;
	width: auto;
}

/* Bootstrap fix */
.container.grid-container {
	width: auto;
}

/* Menu class for items to float right */
.sf-menu > li.menu-item-float-right {
	float: right !important;
}

/* Back to top icon */
.generate-back-to-top:before {
	content: "\f106";
	font-family: GeneratePress;
}

.generate-back-to-top,
.generate-back-to-top:visited {
	font-size: 20px;
	border-radius: 3px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	z-index: 10;
	transition: opacity 300ms ease-in-out;
}

.generate-back-to-top .screen-reader-text {
	left: 0;
}

/* Mobile menu */
.menu-toggle,
.mobile-bar-items {
	display: none;
	cursor: pointer;
}

.sidebar-nav-mobile {
	display: none;
}

/* Spacing */
.inside-top-bar {
    padding: 10px;
}

.inside-header {
    padding: 40px;
}

.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.one-container .site-content,
.inside-page-header {
    padding: 0;
}

.one-container.right-sidebar .site-main,
.one-container.both-right .site-main {
    margin-right: 40px;
}

.one-container.left-sidebar .site-main,
.one-container.both-left .site-main {
    margin-left: 40px;
}

.one-container.both-sidebars .site-main {
    margin: 0px 40px 0px 40px;
}

.separate-containers .widget,
.separate-containers .site-main > *,
.separate-containers .page-header,
.widget-area .main-navigation {
    margin-bottom: 20px;
}

.right-sidebar.separate-containers .site-main {
    margin: 20px 20px 20px 0px;
}

.left-sidebar.separate-containers .site-main {
    margin: 20px 0px 20px 20px;
}

.both-sidebars.separate-containers .site-main {
    margin: 20px;
}

.both-right.separate-containers .site-main {
    margin: 20px 20px 20px 0px;
}

.both-right.separate-containers .inside-left-sidebar {
    margin-right: 10px;
}

.both-right.separate-containers .inside-right-sidebar {
    margin-left: 10px;
}

.both-left.separate-containers .site-main {
    margin: 20px 0px 20px 20px;
}

.both-left.separate-containers .inside-left-sidebar {
    margin-right: 10px;
}

.both-left.separate-containers .inside-right-sidebar {
    margin-left: 10px;
}

.separate-containers .site-main {
    margin-top: 20px;
    margin-bottom: 20px;
}

.separate-containers .page-header-image,
.separate-containers .page-header-contained,
.separate-containers .page-header-image-single,
.separate-containers .page-header-content-single {
    margin-top: 20px;
}

.separate-containers .inside-right-sidebar,
.separate-containers .inside-left-sidebar {
    margin-top: 20px;
    margin-bottom: 20px;
}

.main-navigation .main-nav ul li a,
.menu-toggle,
.main-navigation .mobile-bar-items a {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 60px;
}

.main-navigation .main-nav ul ul li a {
    padding: 10px 20px 10px 20px;
}

.navigation-search,
.navigation-search input {
    height: 100%;
}

.menu-item-has-children .dropdown-menu-toggle {
    padding-right: 20px;
}

.menu-item-has-children ul .dropdown-menu-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -10px;
}

.widget-area .widget {
    padding: 40px;
}

.footer-widgets {
    padding: 40px;
}

.site-footer .footer-widgets-container .inner-padding {
    padding: 0px 0px 0px 40px;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: -40px;
}

.site-info {
    padding: 20px;
}

/* Typography */
body,
button,
input,
select,
textarea {
    font-family: brandon-grotesque,'BIZ UDGothic',-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: normal;
    text-transform: none;
    font-size: 17px;
}

body {
    line-height: 1.5;
}

p {
    margin-bottom: 1.5em;
}

.top-bar {
    font-weight: normal;
    text-transform: none;
    font-size: 13px;
}

.main-title {
    font-weight: bold;
    text-transform: none;
    font-size: 45px;
}

.site-description {
    font-weight: normal;
    text-transform: none;
    font-size: 15px;
}

.main-navigation a,
.menu-toggle {
    font-weight: normal;
    text-transform: none;
    font-size: 15px;
}

.main-navigation .main-nav ul ul li a {
    font-size: 14px;
}

.widget-title {
    font-weight: normal;
    text-transform: none;
    font-size: 20px;
}

.sidebar .widget,
.footer-widgets .widget {
    font-size: 17px;
}

h1 {
    font-weight: bold;
    text-transform: none;
    font-size: 24px;
}

h2 {
    font-weight: 300;
    text-transform: none;
    font-size: 30px;
}

h3 {
    font-weight: normal;
    text-transform: none;
    font-size: 20px;
}

.site-info {
    font-size: 15px;
}

/*
 * Icons
 */
@font-face {
	font-family: 'GeneratePress';
	src:  url('fonts/generatepress.eot');
	src:  url('fonts/generatepress.eot#iefix') format('embedded-opentype'),
		  url('fonts/generatepress.woff2') format('woff2'),
		  url('fonts/generatepress.woff') format('woff'),
		  url('fonts/generatepress.ttf') format('truetype'),
		  url('fonts/generatepress.svg#GeneratePress') format('svg');
	font-weight: normal;
	font-style: normal;
}

.menu-toggle:before,
li.search-item a:before,
span.search-item a:before,
.dropdown-menu-toggle:before,
footer.entry-meta .author:before,
footer.entry-meta .posted-on:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.nav-previous .prev:before,
.nav-next .next:before,
.generate-back-to-top:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	speak: none;
}

.cat-links:before,
.tags-links:before,
.comments-link:before,
.nav-previous .prev:before,
.nav-next .next:before {
	opacity: 0.7;
}

/*
 * Backwards compatibility until Slideout is updated
 * GP Premium 1.6
 */
.main-navigation .slideout-toggle a:before,
.slide-opened .slideout-overlay .slideout-exit:before {
  font-family: GeneratePress;
}

.logoimagearea{
  max-width:1100px;
  margin-right:auto;
  margin-left:auto;
}

/* top animation */
.hero_inner{
	position: relative;
	width: 100%;
	height: 100vh;
}
#hero_inner_contents{
	position: absolute;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	top: 0;
    left: -100%;
	transition: all 1s;
	opacity: 0;
}
#hero_inner_contents.active{
	left: 0;
	opacity: 1;
}
.hero_text_wrap{
    color: #222;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 12px;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hero_text_wrap .text_wrap_line{
	display: flex;
	justify-content: left;
}
.hero_text_wrap .text_wrap_line span{
	opacity: 0;
	transition: all 1s;
	transform:translateY(30px);
	display: block;
	margin-right: 30px;
	color: #fff;
}
.hero_text_wrap .text_wrap_line span.active{
	opacity: 1;
	transform:translateY(0);
}

.hero_symbol_logo{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	opacity: 0;
	width: 340px;
	text-align: center;
    margin: 0 auto;
	transition: all 1s;
}
.hero_symbol_logo.active{
	opacity: 1;
}
.hero_inner_contents_logoWrap{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 1s;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.hero_inner_contents_logoWrap.active{
	opacity: 1;
	-ms-filter: blur(0);
	filter: blur(0);
}
.page_news_icon_wrap,
.top_news_icon_wrap{
	display: none;
}

/* PC */
@media screen and (min-width: 800px) {
	.spview{
	display:none;
	}
}

/* SP */
@media screen and (max-width: 800px) {
	.pcview{
	display:none;
	}
}

#nav-drawer {
  position: absolute;
}
.nav-unshown {
  display:none;
}
#nav-open {
  display: inline-block;
  width: 30px;
  height: 22px;
  vertical-align: middle;
}

#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 2px;
  width: 28px;
  border-radius: 3px;
  background: #333;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -7px;
}

#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}


#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  max-width: 100%;
  background: #0B0B0B;
  transition: .3s ease-in-out;
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
}
#nav-content a{
  color: #fff;
  display: block;
}
#nav-input:checked ~ .nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

.gnavi a{
color:#fff;
}

.news{
font-size:90%;
}

.news_days{
font-weight:bold;
color:#d64483;
}

.news_cate a{
color:#fff;
font-weight:bold;
}

.hr_dot{

	background-color: #FFF;
	border-top: 3px dotted #cccccc;
}

.ml50{
margin-left:50px;
}
.mt50{
margin-top:50px;
}

.mcenter{
margin-right:auto;
margin-left:auto;
}

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

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

.pc{
display:none;
}
}

dl dt {
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}
 
dl dd {
  display: none;
  padding: 20px;
  border-bottom: 1px solid #f0f0f0;
}

.entry-content{
font-size:12px;
}

.copyright-bar {display:none;}

/* add.2020.12 */

/* body a,body a:visited{
	color: #282828;
} */

.sidebar .widget{
	background: none!important;
}
#ai1ec_agenda_widget-2 .widget-title{
	font-weight: bold;
}
.separate-containers .inside-article{
	background: none!important;
}

input[type="reset"],
input[type="submit"] {
    border: none;
    background: #333;
	border-radius: 1px;
	border: 1px solid #333;
}
input[type="reset"]:hover,
input[type="submit"]:hover{
    background: #fff;
	color: #333;
	border: 1px solid #333;
}
.slick-prev:before, .slick-next:before{
	color: #ccc!important;
}
.error{
	padding-top:5px;
	color: red;
}

.comments-area{
	display: none;
}

.breadcrumbs{
	font-size: 10px;
	line-height: 1.8;
	color: #aaa;
}
.breadcrumbs a{
	color: #aaa;
}

@media screen and (max-width: 800px) {
	.only_pc{
		display: none;
	}
}

.bg_white_wrap{
	background: #fff;
}


/* Scroll down */
.scrolldown{
  position:absolute;
  bottom:10px;
  left:50%;
}

/*Scrollテキストの描写*/
.scrolldown span{
    /*描画位置*/
  position: absolute;
  left:10px;
  bottom:10px;
    /*テキストの形状*/
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-4px;
    /*丸の形状*/
  width:10px;
  height:10px;
  border-radius: 50%;
  background:#fff;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove{
      0%{bottom:45px;}
     100%{bottom:-5px;}
 }

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }

/* 線の描写 */
.scrolldown:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  left:0;
    /*線の形状*/
  width:2px;
  height: 50px;
  background:#fff;
}

/* Loading背景画面設定　*/

#splash {
    /*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #000;
  text-align:center;
  color:#fff;
}

/* Loadingバー中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.splash_logo{
    width: 8%;
    text-align: center;
    margin: 40px auto;
}
.splash_text{
	font-size: 11px;
	margin-top: 10px;
}
@media screen and (min-width: 800px) {
	.splash_logo{
		width:120px;
	}
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg{
    height: 2px;
}


/* テキストアニメーション */
.fade-in {
	opacity: 0;
	transition-duration: 500ms;
	transition-property: opacity, transform;
  }
  
  .fade-in-up {
	transform: translate(0, 50px);
  }
  
  .fade-in-down {
	transform: translate(0, -50px);
  }
  
  .fade-in-left {
	transform: translate(-50px, 0);
  }
  
  .fade-in-right {
	transform: translate(50px, 0);
  }
  
  .scroll-in {
	opacity: 1;
	transform: translate(0, 0);
  }

  /*-- WAVE --*/
@-webkit-keyframes bgwave {
	0% {
	  background-position: 0 center;
	}
	100% {
	  background-position: -1600px center;
	}
}
@keyframes bgwave {
	0% {
	  background-position: 0 center;
	}
	100% {
	  background-position: -1600px center;
	}
}



@media screen and (min-width: 800px) {
/*--------------------- 
General PC
--------------------- */
.only_sp{
	display: none;
}

.loader-wrap{
	display: none;
}

	/* GlobalHeader */
	#gblHeader{
		height: 70px;
		margin: 0 auto;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		background: #fff;
		padding: 0 40px;
		position: fixed;
		width: 100%;
	}
	#gblHeader.pcview{
		border-bottom:1px solid #f8f8f8;
		z-index: 10;
	}
	#gblHeader .headerLogo_wrap{
		width: 320px;
		margin-right: auto;
	}
	#gblHeader .headerLogo_wrap a{
		display: block;
		height: 28px;
	}
	#gblHeader .globalNavigation li{
		font-family: brandon-grotesque, sans-serif;
		font-size: 14px;
		font-weight: 500;
		line-height: 120px;
		padding: 0 10px;
		letter-spacing: 1px;
	}  
	#gblHeader .globalNavigation a{
		color:#0B0B0B;
		position: relative;
		z-index: 1;
	}
	#gblHeader .globalNavigation li{
		transform: rotate(0);
		transition: all 0.2s;
	}
	#gblHeader .globalNavigation li:hover a{
		color: #333;
	}	
	#gblHeader .globalNavigation_sns{
		margin-left: 40px;
		margin-right: 40px;
	}
	#gblHeader .globalNavigation_sns li{
		font-size: 20px;
		line-height: 120px;
		padding: 0 10px;
	}
	#gblHeader .globalNavigation_sns li a{
		color: #0B0B0B;
	}
	#gblHeader .globalNavigation_sns li a:hover{
		color: #333;
	}

	.container {
		padding-top: 70px;
	}

	/* page */
	.toppage.grid-container{
		width: 100%!important;
		max-width: 100%;
		background: #f7f7f7;
	}
	.grid-container{
		width: 100%!important;
		max-width: 100%;
	}
	.grid-container #primary{
		width: 1000px!important;
		max-width: 1300px;
		margin: 0 auto;
	}
	.is-right-sidebar{
		float: right;
		width: 28%;
		margin-left: 2%;
	}

	/* Language 翻訳 */
	#glt-translate-trigger{
		padding: 6px 10px 3px!important;
		border-radius: 5px 5px 0px 0px;
	}
	#glt-translate-trigger span{
		font-weight: 100;
		font-size: 14px;
	}
	

/*--------------------- 
TOP PC
--------------------- */
	/* main-visual */
	.main-visual.pcview{
		position:relative;
		width: 100%;
		height: 100vh;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.main-visual.pcview::before{
		content: "";
		/* background: url(./images/top_bg.jpg); */
		background: #000;
		background-position: top;
		background-size: cover;
		width: 100%;
		height: 100vh;
		position: fixed;
		z-index: -1;
	}
	/* .main-visual.pcview video{
		display: block;
		width: 100%;
		height: auto;
		opacity: 0.3;
		z-index: -1;
		position: fixed;
	} */
	.main-visual.pcview .hero-images{
		/*background-image:url("https://kindan-hoteishiki.jp/wp-content/themes/generatepress-child/images/hero_images.jpg");*/
		background-color: #fff;
		background-position: center;
		background-size: 100% auto;
		display: block;
		width: 100%;
		height: auto;
		z-index: -1;
		position: fixed;
	}.main-visual.pcview .hero-images img{
		width: 100%;
		vertical-align: bottom;
		opacity: 0; /* Javascriptでスクロール時にブラーをかけるため、初期状態はみえなくする */
		-webkit-backface-visibility: hidden; /* チラつき防止用 */
		-webkit-filter: blur(8px);
		filter: blur(8px);
	}
	.top_logoWrap{
		z-index: -1;
		position: absolute;
		width: 40%;
		bottom: 15%;
	}
	.main-visual .top_logoWrap img{
		width: 100%;
	}
	#about_section{
		background:#f7f7f7;
		background-position: top;
		background-size: cover;
		width: 100%;
		height: 90vh;
		display: flex;
		align-items: center;
	}
	.top_headline_title{
		font-size: 70px;
		font-weight: 600;
		letter-spacing: 8px;
		margin-bottom: 10px;
	}
	.top_headline_sub{
		font-size: 12px;
		color: #333;
	}
	.top_atout_text{
		text-align: left;
		color: #333;
		letter-spacing: 1.5px;
		padding: 40px;
		width: 100%;
	}
	.top_atout_text_jp{
		font-size: 15px;
		font-weight: bold;
		line-height: 2.5;
		margin-top: 50px;
		font-family: brandon-grotesque,dnp-shuei-mincho-pr6n,-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	}
	.top_atout_text_eg{
		font-size: 12px;
		line-height: 2.5;
	}
	.top_atout_text .view_more{
		margin-top: 50px;
		font-size: 16px;
		color: #333;
		padding: 15px 20px;
		border:1px solid #333;
		display: inline-block;
	}
	.top_atout_text .view_more:hover{
		color: #333;
		background: #fff;
		border:1px solid #96338f;
	}
	#solution_section{
		width: 100%;
		height: 90vh;
		position: relative;
	}
	#solution_section .solution_section_inner{
		background-color: #222;
		padding: 40px;
		width: 100%;
		height: 90vh;
		text-align: center;
		position: absolute;
		top: 0;
		left: -100%;
		transition: all 1s;
	}
	#solution_section .solution_section_inner.active{
		top: 0;
		left: 0;
	}

	#solution_section  .top_headline_title,
	#solution_section .top_headline_sub{
		color: #fff;
	}
	.top_solution_text_jp{
		font-size: 15px;
		font-weight: normal;
		line-height: 1.8;
		margin-top: 50px;
		color: #fff;
	}
	.top_solution_text_wrap{
		max-width: 1000px;
		width: 1000px;
		margin: 0 auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.solution_block_wrap{
		display: flex;
		justify-content: space-between;
		padding: 40px 0;
		width: 100%;
	}
	.solution_block_item{
		width: 30%;
		background-color: #333;
		padding:20px;
		box-shadow: 23.4286px 35.1429px 25.7714px rgba(0,0,0,.14);
		color: #fff;
		border-radius: 4px;
	}
	.solution_item_title_eng{
		font-weight: bold;
		font-size: 28px;
		letter-spacing: 3px;
		margin-bottom: 10px;
	}
	.solution_item_title_jp{
		font-weight: normal;
		font-size: 11px;
		letter-spacing: 1px;
	}
	.solution_item_detail{
		font-size: 13px;
		line-height: 1.7;
	}
	.solution_block_item.promotion{
		background: #000;
		color: #fff;
	}
	.solution_block_item.creative{
		background: #f7f7f7;
		color: #333;
	}
	#solution_section .solution_section_inner{
		position: relative;
	}
	#solution_section .solution_section_inner::before {
		top: -49px;
		will-change: transform;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		background-image: url(https://tapinapi-pleasure.com/wp-content/themes/generatepress-child/images/wave-top.png);
		background-position: 0 center;
		-webkit-animation: bgwave 6s linear infinite;
		animation: bgwave 6s linear infinite;
		position: absolute;
		left: 0;
		width: 100%;
		height: 50px;
		content: "";
		background-repeat: repeat-x;
		background-size: 1600px 50px;
	}

	h2.top_h2{
		font-family: brandon-grotesque, sans-serif;
		font-size: 70px;
		font-weight: 600;
		letter-spacing: 8px;
		margin-bottom: 10px;
	}

	#news_section h2.top_h2{
		width: 25%;
	}
	#news_section .top_news_list{
		width: 70%;
	}
	#news_section .more_btn_bk a{
		border: none;
		padding: 20px 0;
		font-weight: bold;
	}
	#news_section .more_btn_bk a:hover{
		background: none;
		color: #ccc;
	}

	#contact_section h2.top_h2::after{
		background: #fff;
	}
	.section_2col h2.top_h2::after{
		margin: 10px 0;
	}
	#top_carousel{
		padding: 40px 0;
	}
	.top_carousel_wrap{
		width: 100%;;
		margin: 0 auto;
	}
	#top_carousel img{
		width: 100%;
	}
	/*TOP_NEWS - PC */
	.top_news_list{
		border-top: 1px solid #ddd;
	}
	.top_news_list_wrap{
		border-bottom: 1px solid #ddd;
		padding: 30px 0;
	}
	.top_news_list_wrap .top_news_text{
		font-size: 14px;
		margin-bottom: 7px;
	}
	.top_news_list_wrap .top_news_text a{
		display: inline-block;
		color: #282828;
	}
	.top_news_list_wrap .top_news_days{
		display: inline-block;
		font-family: brandon-grotesque, sans-serif;
		letter-spacing: 1px;
		margin-right: 12px;
		font-size: 13px;
	}
	.top_news_icon_wrap{
		font-size: 12px;
	}
	.news_category{
		display: inline-block;
		border: 1px solid #DDDDDD;
		color: #444444;
		padding: 3px 6px;
		letter-spacing: 1px;
		font-size: 11px;
	}
	.news_newicon{
		display: inline-block;
		color: #fff;
		background: #333;
		padding: 3px 12px;
		letter-spacing: 1px;
		margin-right: 5px;
		font-size: 11px;
	}
	.more_btn_bk{
		margin: 20px auto 0;
		text-align: center;
	}
	.more_btn_bk a{
		display: inline-block;
		padding: 14px 20px;
		border: 1px solid #333;
		font-family: brandon-grotesque, sans-serif;
		color: #333;
		letter-spacing: 2px;
		font-size: 14px;
		transition: all 0.4s;
	}
	.more_btn_bk a:hover{
		color: #fff;
		background-color: #333;
	}

	/* TOP section - PC */
	.section_1col{
		width: 1300px;
		margin: 0 auto 80px;
	}
	.section_2col{
		display: flex;
		justify-content: space-between;
		width: 1300px;
		margin: 0 auto 80px;
	}
	/* TOP News - PC */
	#news_section{
		width: 1200px;
		margin: -160px auto 0;
		padding: 100px 40px;
	}
	#news_section .news_section_innerwrap {
		display: flex;
		background: #fff;
		padding: 70px 60px 30px;
		border-radius: 20px;
	}
	#news_section h2.top_h2{
		font-weight: normal;
		font-size: 40px;
	}
	.section_2col h2{
		text-align: left;
	}
	.top_news_date_icon{
		display: flex;
		align-items: center;
	}
	.top_news_list_wrap a.top_news_title{
		color: #0B0B0B;
		font-size: 15px;
		font-weight: bold;
		margin-top: 20px;
		display: inline-block;
	}
	#news_section .more_btn_bk{
		text-align: right;
	}

	
	/* TOP CONTACT - PC */
	#contact_section{
		width: 100%;
		height: 300px;
		background-color: #212121;
		background-image: linear-gradient(147deg, #212121 0%, #333 74%);		
		padding: 10px;
		position: relative;
	}
	#contact_section .top_h2{
		font-size: 40px;
		margin: 80px 0 28px;
		color: #fff;
		text-align: center;
		font-weight: normal;
	}
	.contact_text{
		font-size: 13px;
		font-weight: bold;
		color: #fff;
		text-align: center;
	}
	#contact_section::before{
		position: absolute;
		top: 46%;
		left: 50%;
		margin-left: 180px;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		width: 18px;
		height: 18px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		content: "";
	}

	/* Page - PC */
	#contentfoot-bar{
		background: #F8F8F8;
	}
	.contentfoot-inner{
		margin: 0 auto;
		padding: 70px 0;
		width: 1000px;
	}
	.contentfoot_news_date_icon{
		display: flex;
		align-items: center;
		font-size: 12px;
	}
	.contentfoot_news_date_icon .top_news_days{
		margin-right: 15px;
		font-weight: 700;
	}
	.contentfoot-NewsList a{
		color: #0B0B0B;
		font-size: 13px;
	}
	.contentfoot-NewsList a.top_news_title{
		display: block;
		margin-top: 10px;
	}
	.contentfoot-NewsList{
		padding: 20px 0;
		border-bottom: 1px solid #ddd;
	}
	.contentfoot-NewsList .post-categories a{
		font-size: 10px;
	}
	h1.page_h1{
		font-family: brandon-grotesque, sans-serif;
		font-size: 50px;
		font-weight: 600;
		padding: 70px 0;
		letter-spacing: 1px;
		text-align: center;
		background: #F8F8F8;
		letter-spacing: 4px;
	}

	.main_section {
		margin: 40px 0;
	}
	.page_news_list_inner{
		border-bottom: 1px solid #ededed;
		padding: 20px 0;
		transition: all 1s;
	}
	.page_news_list_inner a{
		color: #000;
	}
	.page_news_list_inner_title{
		color: #0B0B0B;
		font-size: 13px;
		margin-top: 20px;
		display: inline-block;
	}
	.page_news_list_inner .page_news_days{
		display: inline-block;
		font-family: brandon-grotesque, sans-serif;
		letter-spacing: 1px;
		margin-right: 20px;
		font-size: 13px;
		font-weight: 700;
	}
	.page_news_date_icon{
		display: flex;
		align-items: center;
	}
	.post-categories li{
		border: 1px solid #ddd;
		color: #444;
		padding: 3px 8px;
		letter-spacing: 1px;
		font-size: 11px;
	}
	.news_cate{
		display: inline-block;
		border: 1px solid #ddd;
		color: #444;
		padding: 3px 8px;
		letter-spacing: 1px;
		font-size: 11px;
	}
	.page_news_list_wrap{
		margin-bottom: 30px;
		border-top: 1px solid #ededed;
	}
	.post-categories li a{
		color: #444;
	}
	.news_newicon{
		display: inline-block;
		font-size: 12px;
	}
	.separate-containers .profile_contents_wrap .inside-article{
		padding: 0;
	}
	.type-post .inside-article,
	.type-event .inside-article	{
		padding-top:50px;
	}
	.type-post .entry-content{
		padding: 50px 0;
		font-size:14px;
		line-height: 1.6;
	}
	.type-event .entry-content{
		padding: 0;
		font-size:14px;
		line-height: 1.6;
	}
	.type-post .entry-date {
		font-size: 12px;
		color: #aaa;
	}
	.newslist_page .navigation{
		margin-top	:30px;
	}

	/* PageArchive - PC  */
	.archive #main{
		margin-bottom: 30px;
	}
	.archive h1.page-title{
		font-family: brandon-grotesque, sans-serif;
		font-size: 38px;
		font-weight: 400;
		padding: 70px 0;
		letter-spacing: 1px;
		text-align: center;
	}
	.archive .entry-title{
		color: #0B0B0B;
		font-size: 13px;
		font-weight: 800;
		display: inline-block;
	}
	.archive .entry-summary p{
		font-size: 12px;
	}
	.archive article.type-post{
		border-bottom: 1px solid #ededed;
		margin:0;
		padding-bottom: 30px;
		margin-bottom:30px;
	}
	.archive .entry-summary:not(:first-child){
		margin-top: 10px;;
	}
	.archive .type-post .inside-article{
		margin-top: 20px;
		padding-top: 0;
	}

	/* company - PC */
	.company_vision .top_atout_text_jp,
	.company_vision .top_atout_text_eg{
		text-align: center;
	}
	.company_table_wrap{
		margin: 50px auto 80px;
		max-width: 750px;
	}
	#company_table,
	#company_table tbody,
	#company_table th,
	#company_table td,
	#company_table tr{
		border-right: none !important;
		border-left: none !important;
	}
	#company_table th{
		color: #666;
		font-weight: 300;
		padding: 16px;
	}


	/* contact - PC */
	.site-main .post-26,
	.site-main .post-32{
		float: left;
	}
	.content-area {
		font-size: 13px;
	}
	.content-area p {
		margin-bottom: 0.5em;
	}

	.site-content .content-area{
		width: 100%!important;	
	}
	footer{
		background: #0B0B0B;
		text-align: center;
		color: #fff;
		padding: 100px 0;
	}
	.footer_nav{
		margin-top:40px;
	}
	.footer_logo{
		width:180px;
	}
	.footer_logo img{
		width: 100%;
	}
	.footer_nav li{
		margin: 0 20px;
	}
	.footer_sns{
		margin-top:40px;
	}
	.footer_sns li{
		margin: 0 5px;
	}
	.footer_sns li a{
		font-size: 24px;
		color: #5C5C5C;
	}
	footer .footer_nav a{
		color: #5C5C5C;
		font-size: 14px;
	}
	.copyright{
		margin-top:40px;
		color: #5C5C5C;
		font-size: 10px;
	}
}

@media screen and (max-width: 800px) {
/*--------------------- 
General SP
--------------------- */
.hero_text_wrap{
	padding: 20px;
	width: 100%;
}
.text_wrap_line{
	width: 100%;
}
.hero_text_wrap .text_wrap_line span{
	font-size: 6vw;
}

	/* main-visual */

	.main-visual.spview .hero-images {
		background-position: top;
		background-size: 100% auto;
		display: block;
		width: 100%;
		height: auto;
		z-index: -1;
		position: fixed;
	}
	.main-visual.spview .hero-images img {
		width: 100%;
		vertical-align: bottom;
		opacity: 0;
		-webkit-backface-visibility: hidden;
		-webkit-filter: blur(8px);
		filter: blur(8px);
	}
	.top_logoWrap {
		z-index: -1;
		position: absolute;
		width: 70%;
		bottom: 50%;
	}
	.logoarea {
		background: #fff;
		position: relative;
		z-index: 10;
	}
	.logoimagearea{
		width: 54%;
		margin: 0;
		height: 60px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 0 0 15px;
	}
	.logoarea .logoimagearea > a{
		font-size: 0;
	}
	#nav-drawer {
		position: absolute;
		top: 5%;
		right: 0px;
	}
	.drawer_wrap{
		margin-top:20px;
		margin-right:20px;
	}
	.globalNavigation{
		margin: 10px 0 20px;
	}
	.globalNavigation a{
		font-family: brandon-grotesque, sans-serif;
		font-weight: 300;
		letter-spacing: 0.5px;
	}
	.entry_btn_wrap{
		padding: 20px 20px 0 10px;
	}
	.globalNavlogoWrap{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.globalNavlogo_area{
		width: 36%;
		padding: 12px 0 20px 15px;
	}
	.globalNav_closebtn {
		display: block;
		position: relative;
		width: 30px;
		height: 30px;
		padding: 35px;
	}
	.globalNav_closebtn::before,
	.globalNav_closebtn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 25px;
	background: #fff;
	}
	
	.globalNav_closebtn::before {
	transform: translate(-50%,-50%) rotate(60deg);
	}
	
	.globalNav_closebtn::after {
	transform: translate(-50%,-50%) rotate(-60deg);
	}
	.globalNavigation li{
		display: block;
		padding: 12px;
		text-align: center;
		border-top:1px solid #1C1C1C;
		font-size: 15px;
	}
	.globalNavigation_sns{
		text-align: center;
		margin-bottom: 30px;
	}
	.globalNavigation_sns a{
		color: #282828;
		font-size: 18px;
	}
	.announcement_wrap{
		font-size: 12px;
		letter-spacing: 1px;
		margin: 8% 0 0;
	}
	h2.top_h2{
		font-family: brandon-grotesque, sans-serif;
		font-size: 32px;
		font-weight: bold;
		letter-spacing: 4px;
		text-align: center;
	}


	.main-visual-eyecatch {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		width: 90%;
	}
	.main-visual .hero_symbol_logo img{
		width: 60%;
	}

	/* Language 翻訳 */
	#glt-translate-trigger{
		padding: 4px 8px 3px!important;
		border-radius: 5px 5px 0px 0px;
	}
	#glt-translate-trigger span{
		font-weight: 100;
		font-size: 14px;
	}
	.entry-header time{
		font-size: 12px!important;
	}
	.entry-content{
		font-size: 14px;
	}
/*--------------------- 
TOP SP
--------------------- */
#page.toppage{
	background: #eee;
}
.hero_inner{
	background-color: #000;
}
.hero_inner_contents_logoWrap{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 1s;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.hero_inner_contents_logoWrap.active{
	opacity: 1;
	-ms-filter: blur(0);
	filter: blur(0);
}
#hero_inner_contentsSP.active{
	left: 0;
    opacity: 1;
}
#hero_inner_contentsSP{
	display: block;
	left: -100%;
	opacity: 0;
	position: absolute;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    top: 0;
    transition: all 1s;
}


#solution_section{
	width: 100%;
	height: auto;
	position: relative;
}
.top_solution_text_title {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 4px;
}
#solution_section .solution_section_inner{
	background-color: #222;
	padding: 100px 40px;
	width: 100%;
	height: auto;
	text-align: center;
	transition: all 1s;
	margin-left	: -100vw;
}
#solution_section .solution_section_inner.active{
	margin-left	: 0;
}

#solution_section  .top_headline_title,
#solution_section .top_headline_sub{
	color: #fff;
}
.top_solution_text_jp{
	font-size: 15px;
	font-weight: normal;
	line-height: 1.8;
	margin-top: 50px;
	color: #fff;
}
.top_solution_text_wrap{
	width: 100%;
	margin: 0 auto;
}
.solution_block_wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px 0;
	width: 100%;
}
.solution_block_item{
	width: 90%;
	background-color: #333;
	padding:20px;
	box-shadow: 23.4286px 35.1429px 25.7714px rgba(0,0,0,.14);
	color: #fff;
	border-radius: 4px;
	margin: 20px auto;
}
.solution_item_title_eng{
	font-size: 28px;
	letter-spacing: 3px;
	margin-bottom: 10px;
}
.solution_item_title_jp{
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 1px;
}
.solution_item_detail{
	font-size: 13px;
	line-height: 1.7;
}
.solution_block_item.promotion{
	background: #000;
	color: #fff;
}
.solution_block_item.creative{
	background: #f7f7f7;
	color: #333;
}
#solution_section .solution_section_inner{
	position: relative;
}
#solution_section .solution_section_inner::before {
	top: -49px;
	will-change: transform;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background-image: url(https://tapinapi-pleasure.com/wp-content/themes/generatepress-child/images/wave-top.png);
	background-position: 0 center;
	-webkit-animation: bgwave 6s linear infinite;
	animation: bgwave 6s linear infinite;
	position: absolute;
	left: 0;
	width: 100%;
	height: 50px;
	content: "";
	background-repeat: repeat-x;
	background-size: 1600px 50px;
}

	/*ABOUT_SP*/
	.main-visual.spview{
		position:relative;
		width: 100%;
		height: 100vh;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: -60px;
	}
	.main-visual.spview::before{
		content: "";
		/* background: url(./images/top_bg.jpg); */
		background: #f7f7f7;
		background-position: top;
		background-size: cover;
		width: 100%;
		height: 100vh;
		position: fixed;
		z-index: -1;
	}
	.main-visual.spview video{
		display: block;
		width: auto;
		height: auto;
		opacity: 0.3;
		z-index: -1;
		position: fixed;
	}
	.top_atout_text{
		text-align: center;
		color: #333;
		letter-spacing: 1.5px;
		padding: 100px 30px;

	}
	.top_atout_text .top_atout_text_title{
		font-size: 32px;
		font-weight: bold;
		letter-spacing: 4px;
	}
	.top_atout_text_title_sub {
		font-family: brandon-grotesque,dnp-shuei-mincho-pr6n,-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	}
	.top_atout_text_jp{
		font-size: 12px;
		font-weight: bold;
		line-height: 2.5;
		font-family: brandon-grotesque,dnp-shuei-mincho-pr6n,-apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	}
	.top_atout_text_eg{
		font-size: 12px;
		line-height: 2.5;
	}
	.top_atout_text .view_more{
		margin-top: 50px;
		font-size: 16px;
		color: #333;
		padding: 15px 20px;
		border:1px solid #333;
		display: inline-block;
	}
	.top_atout_text .view_more:hover{
		color: #333;
		background: #fff;
		border:1px solid #333;
	}

	.top_carousel_wrap{
		background: #f7f7f7;
		font-size: 0;
		padding: 15px 0px 30px;
	}
	.top_carousel_wrap li{
		padding :5px 5px;
	}

	/*TOP NEWS_SP*/
	#news_section{
		margin: 0 20px 15%;
		position: relative;
	}
	#news_section h2.top_h2{
		font-size: 18px;
		font-weight: normal;
	}
	#news_section .news_section_innerwrap{
		background:#fff;
		border-radius: 10px;
		margin: -50px auto 0;
		width: 94%;
		padding:30px 20px;
		position: relative;
	}
	.top_news_list_wrap{
		border-bottom: 1px solid #ededed;
		padding: 30px 0;
	}
	.top_news_list{
		border-top: 1px solid #ededed;
	}
	.top_news_list_wrap .top_news_text{
		font-size: 14px;
		margin-bottom: 7px;
	}
	.top_news_list_wrap .top_news_text a{
		display: block;
		color: #282828;
		letter-spacing: 1px;
		margin-bottom: 4%;
	}
	.top_news_date_icon{
		display: flex;
		align-items: center;
	}
	.top_news_list_wrap .top_news_days{
		display: block;
		font-family: brandon-grotesque, sans-serif;
		letter-spacing: 1px;
		font-size: 13px;
		margin-right: 10px;
	}
	.top_news_icon_wrap{
		font-size: 12px;
	}
	.top_news_icon_wrap{
		font-size: 12px;
	}
	.news_category{
		display: inline-block;
		border: 1px solid #DDDDDD;
		color: #444444;
		padding: 3px 6px;
		letter-spacing: 1px;
		font-size: 11px;
	}
	.post-categories li{
		border:1px solid #DDDDDD;
		color: #444444;
		padding: 3px 6px;
		letter-spacing: 1px;
		font-size: 11px;
	}
	.post-categories li a{
		color: #444444;
	}
	.top_news_list_wrap .top_news_title{
		font-size: 13px;
		color: #0B0B0B;
		margin-top: 15px;
    	display: block;
		line-height: 1.8;
	}
	.news_newicon{
		display: inline-block;
		font-weight: bold;
		color: #fff;
		background: #333;
		padding: 3px 12px;
		letter-spacing: 1px;
		margin-right: 5px;
		font-size: 11px;
	}
	.more_btn_bk{
		margin: 20px auto 0;
		text-align: center;
	}
	.more_btn_bk a{
		display: inline-block;
		font-family: brandon-grotesque, sans-serif;
		color: #333;
		letter-spacing: 2px;
		font-size: 12px;
	}

	/* TOP CONTACT- sp */
	#contact_section{
		width: 100%;
		height: auto;
		background-color: #212121;
		background-image: linear-gradient(90deg, #212121 0%, #212121 59%, #212121 100%);
		padding: 10px;
		position: relative;
	}

	#contact_section .top_h2{
		font-size: 18px;
		margin: 20px 0 0;
		color: #fff;
		font-weight: normal;
	}
	.contact_text{
		font-size: 11px;
		font-weight: normal;
		color: #fff;
		text-align: center;
		margin-top: 10px;
	}
	#contact_section::before{
		position: absolute;
		top: 46%;
		right: 20px;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		width: 18px;
		height: 18px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		content: "";
	}


	/* SP Footer */
	footer{
		background: #0B0B0B;
		text-align: center;
		color: #fff;
		padding: 50px 0;
	}
	.footer_nav{
		margin-top:40px;
	}
	.footer_logo{
		width:180px;
	}
	.footer_logo img{
		width: 100%;
	}
	.footer_nav{
		border-bottom: 1px solid #1C1C1C;
	}
	.footer_nav li{
		border-top: 1px solid #1C1C1C;
		display: block;
		padding: 15px 0;
		font-size: 13px;
	}
	.footer_sns{
		margin-top:20px;
	}
	.footer_sns li{
		margin: 0 5px;
	}
	.footer_sns li a{
		font-size: 24px;
		color: #5C5C5C;
	}
	footer .footer_nav a{
		color: #5C5C5C;
		font-size: 14px;
	}
	.copyright{
		margin-top:40px;
		color: #5C5C5C;
		font-size: 10px;
	}

	/* single -SP */
	.single .addtoany_share_save_container {
		margin: 0 auto 40px;
	}

	/* page - sp */
	h1.page_h1{
		font-family: brandon-grotesque, sans-serif;
		font-size: 34px;
		font-weight: 600;
		text-align: center;
		letter-spacing: 4px;
		padding: 50px 0 40px;
		margin-bottom: 0;
	}
	.main_section{
		margin: 4% 4% 12%;
	}
	.widget-area .widget{
		padding: 0 4%!important;
	}
	.footer-widgets{
		padding: 4% 4% 10%!important;
	}
	.footer-widgets img{
		width: 100%;
	}
	.navigation .wp-pagenavi{
		padding: 30px 0 10px !important;
	}
	.separate-containers .inside-article{
		padding: 0!important;
	}
	/* PageMovie - sp */
	.movie_contents_wrap .youtube_inner_imgWrap{
		font-size: 0;
	}
	.movie_contents_wrap a.youtube_inner{
		color: #0B0B0B;
	}
	.movie_page .youtube_list .youtube_inner .youtube_inner_imgWrap{
		position: relative;
	}
	.movie_page .youtube_list .youtube_inner .youtube_inner_imgWrap::before{
		position: absolute;
		content: "";
		background: url(./images/youtube_start_button.png) no-repeat;
		background-size: contain;
		top:calc(50% - 20px);
		left:calc(50% - 20px);
		width:40px;
		height:40px;
	}

	/* PageNews - sp */
	.content-area.archive h1.page-title{
		width: 100%;
		margin: 0 auto;
		font-size: 28px;
		text-align: center;
		font-weight: 100;
		margin-top: 70px;
	}
	.content-area.archive  article.type-post{
		border-bottom: 1px solid #EDEDED;
		padding-bottom: 30px;
	}
	.content-area.archive  article.type-post h2{
		font-size: 22px;
	}
	.page_news_list_wrap{
		border-top: 1px solid #ededed;
	}
	.page_news_list_inner{
		border-bottom: 1px solid #ededed;
		padding: 20px 0;
	}
	.page_news_list_inner a.page_news_list_inner_title{
		font-size: 13px;
		color: #0B0B0B;
		margin-top: 15px;
		display: block;
		line-height: 1.8;
	}
	.page_news_days{
		display: block;
		font-family: brandon-grotesque, sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		font-size: 13px;
		margin-right: 10px;
	}
	.page_news_date_icon{
		display: flex;
		align-items: center;
	}
	.page_news_text{
		font-size: 14px;
		margin-bottom: 7px;
	}
	.page_news_text a{
		display: block;
		color: #282828;
		letter-spacing: 1px;
		margin-bottom: 4%;
	}
	.news_newicon,.news_cate {
		font-size: 12px;
		display: inline-block;
	}
	.news_cate {
		display: inline-block;
		border: 1px solid #DDDDDD;
		color: #444444;
		padding: 3px 6px;
		letter-spacing: 1px;
		font-size: 11px;
	}

	.type-post h1.entry-title,
	.type-event h1.entry-title{
		font-size: 20px;
		line-height: 1.5;
	}
	.type-post .entry-date{
		font-size:14px;
		color: #aaa;
	}

	#contentfoot-bar{
		background: #F8F8F8;
	}
	.contentfoot-inner{
		margin: 0 auto;
		padding: 40px 20px;
	}
	.contentfoot_news_date_icon{
		display: flex;
		align-items: center;
		font-size: 12px;
	}
	.contentfoot_news_date_icon .top_news_days{
		margin-right: 15px;
		font-weight: 700;
	}
	.contentfoot-NewsList a{
		color: #0B0B0B;
		font-size: 13px;
	}
	.contentfoot-NewsList a.top_news_title{
		display: block;
		margin-top: 10px;
	}
	.contentfoot-NewsList{
		padding: 20px 0;
		border-bottom: 1px solid #ddd;
	}
	.contentfoot-NewsList .post-categories a{
		font-size: 10px;
	}
	.newslist_page .navigation{
		margin-top	:30px;
	}


	/* Page_Prifile - SP*/
	.prof_all p{
		line-height: 1.7;
	}
	.profile_contents_wrap .entry-content{
		margin: 0;
	}
	.member_list{
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px dotted #ccc;
	}
	.prof_member{
		padding-bottom: 50px;
	}
	.prof_member p{
		margin-bottom: 5px;
		font-family: brandon-grotesque, sans-serif;
		font-weight: 300;
	}
	.prof_sns{
		display: flex;
		text-align: center;
		justify-content: center;
	}
	.prof_sns i{
		font-size: 16px;
		margin-right: 10px;
		color: #333;
		text-align: center;
		margin: 10px;
	}
	.menberprof_wrap{
		margin-bottom: 30px;
		margin-top: 20px;
	}
	.member_name{
		font-size: 30px;
		font-weight: 700;
		margin-top: 20px!important;
		margin-bottom: 5px!important;
	}
	.member_name_eng{
		font-size: 20px;
		font-weight: 300;
		letter-spacing: 1px;
		font-family: brandon-grotesque, sans-serif;
	}
	.member_twitter{
		font-size: 24px;
	}
	.profile_contents_wrap {
		padding-bottom: 20px;
	}
	#page .wp-pagenavi{
		padding: 10px 0px 10px !important;
	}
	.about_h3{
		margin-top:70px;
		text-align: center;
	}
	.about_us_profile_wrap{
		margin-top: 30px;
	}
	.about_us_profile_list{
		margin-bottom: 50px;
	}
	.about_us_profile_list a{
		color: #0b0b0b;
	}
	.about_us_profile_list_name{
		font-size: 14px;
		margin-top: 15px;
		text-align: center;
	}
	.prof_sns{
		margin-top: 15px;
	}

	/* Page */
	.content-area{
		margin: 4%;
	}
	.content-area.fixed_page{
		margin: 0;
	}
	.content-area .page-header{
		padding: 0;
	}

	.type-post .entry-header,
	.type-event .entry-header{
		margin-top: 50px;
	}

	/* ABOUT US - SP */
	.about_h2{
		text-align: center;
		margin: 30px 0;
		font-weight: 500;
	}
	.member_name{
		font-size: 18px;
		text-align: center;
	}
	.member_name_eg{
		color: #aaa;
		margin-bottom: 20px!important;
		text-align: center;
		font-size: 12px;
	}
	.member_text_wrap{
		font-size: 13px;
	}
	.about_us_profile_list_img{
		position: relative;
		margin: 0;
		padding: 0;
		font-size: 0;
		width: auto;
		height: auto;
	}
	.about_us_profile_list_img img{
		object-fit: cover;
	}
	.about_us_profile_list_img::before{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
		background-color: #000;
		opacity: .03;
	}
	.member_img.prof_slider{
		position: relative;
		margin: 0;
		padding: 0;
		font-size: 0;
		width: auto;
		height: auto;
	}
	.member_img.prof_slider img{
		object-fit: cover;
	}
	.member_img.prof_slider::before{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
		background-color: #000;
		opacity: .03;
	}
	.profile_projects{
		display: block;
		background: #F8F8F8;
		padding: 20px;
		margin-top: 40px;
	}
	.profile_projects_head{
		font-size: 16px;
		font-weight: 500;
		color: #aaa;
	}
	.profile_projects_text{
		line-height: 1.7;
	}
	/* Company SP */
	.page-company{
		padding: 4%;
	}
	.company_table_wrap{
		margin: 30px 0;
		font-size: 12px;
	}
	#company_table,
	#company_table tbody,
	#company_table th,
	#company_table td,
	#company_table tr{
		border-right: none !important;
		border-left: none !important;
	}
	#company_table th{
		color: #666;
		font-weight: 300;
		padding: 16px;
		width: 25%;
	}

	/* CONTACT - SP */
	.content-area {
		font-size: 13px;
	}
	.content-area p {
		margin-bottom: 0.5em;
	}
	.content-area .mwform-tel-field{
		display: flex;
   		align-items: center;
		justify-content: space-between;
	}
	.content-area .mwform-tel-field input{
		width: 30%;
	}


/*Loading*/
.loading{
	display: none;
}

.author.vcard{
	display: none;
}

footer.site-info {
    background-color: #000;
}
/* SNS */
.footerNavigation a{
    font-family: brandon-grotesque, sans-serif;
	font-weight: 100;
	font-size: 14px;
}
.footer-bar .footerNavigation{
	margin: 15px 0;
}
.footerNavigation_sns{
	font-size: 24px;
	margin-bottom:15px!important;
}

header.page-header{
    font-family: brandon-grotesque, sans-serif;
	font-weight: 100;
	font-size: 50px;
	background:none!important;
}
/* h2 animetion */
h1.page_h1 {
    animation-name: fadein;
    animation-duration: 2s;
}
@keyframes fadein {
from {
    opacity: 0;
    transform: translatey(-20px);
}
to {
    opacity: 1;
    transform: translatey(0);
}
}


/* loader animation */
.loader-wrap {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #111;
	z-index: 99;
}
.loader,
.loader:before,
.loader:after {
  background: #fff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #fff;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 10px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
  

  /* 追加ページ */
 .site-content .fan_letter.content-area,
 .site-content .visiter.content-area{
	width: 100%;
  }
  .site-content .fan_letter.content-area .main_section,
  .site-content .visiter.content-area .main_section{
	width:100%;
  }
 .fan_letter h2,
 .visiter h2{
	font-size: 34px;
	font-weight: bold;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    text-align: center;
 }
 .fan_letter p,
 .visiter p{
	margin:0;
 }
 .fan_letter .letter_lead,
 .visiter .visiter_lead{
	font-size: 13px;
	text-align: center;
 }

 .fan_letter h3{
	font-size: 24px;
	font-weight: bold;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    text-align: center;
    color: #23b5a1;
 }
 .destination{
	width: 80%;
	margin:50px auto;
	padding: 30px;
	background: #fff;
	border-radius: 10px;
 }
.destitionna_address{
	width: 60%;
    margin: 30px auto;
    padding: 40px;
    font-size: 20px;
    background: #f7f7f7;
    border-radius: 10px;
 }
 .destitionna_attention{
	font-size:11px;
	color: red;
	text-align: center;
 }
 .attention_box {
    width: 80%;
    margin: 50px auto;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
}

ul.attention_list{
	margin: 20px auto;
    padding: 20px;
    font-size: 12px;
    background: #f7f7f7;
	border-radius: 10px;
	line-height: 2;
}
ul.attention_list li{
	display: block;
}
.letter_note_lead{
	font-size: 14px;
}
.letter_note_list{
	font-size: 12px;
	margin: 20px 0;
}
.attention_box_lead{
	font-size:14px;
}
.letter_note_text{
	font-size:13px;
}
.color-red{
	color: red;
}
.visiter .letter_note_text{
	text-align: center;
}

@media screen and (max-width: 800px) {
	.fan_letter h2,
	.visiter h2{
		font-size: 28px;
		margin-top: 30px;
	}
	.fan_letter h3,
	.visiter h3 {
		font-size: 18px;
	}
	.fan_letter .main_section,
	.visiter .main_section{
		margin: 0;
		width: 100%;
	}

	.destination{
		width: 95%;
	}
	.destitionna_address{
		width: 100%;
		padding: 10%;
		font-size: 18px;
	}
	.letter_lead,
	.visiter_lead{
		width: 90%;
		margin: 0 auto!important;
	}
	.attention_box{
		width:95%;
		padding: 20px;
	}
	.visiter .letter_note_text{
		font-size: 13px;
		padding: 0 20px;
	}
}

.footer_link{
	text-align: center;
	font-size: 12px;
	margin: 20px 0;
}
.footer_link a{
	padding : 0 5px;
}
.footer-bar p{
	text-align: center;
}
.copyright{
	font-size: 11px;
}
