/* 
Theme Name:		 HYPER JAPAN 2024 1.0
Theme URI:		 http://childtheme-generator.com/
Description:	 HYPER JAPAN 2024 1.0 is a child theme of WP Bootstrap Starter, created by ChildTheme-Generator.com
Author:			 Tsutomu Ishida
Author URI:		 http://childtheme-generator.com/
Template:		 wp-bootstrap-starter
Version:		 1.0.0
Text Domain:	 HJ2024 1.0
*/


@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url(style-navi.css);
@import url(style-recipes.css);
@import url(style-festival.css);
@import url(style-2024.css);

html {
	font-size: 62.5%;
}

body {
    font-family: 'Oswald', sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #484848;
    font-weight: 400;
    text-transform: none;
    transition: all 0.5s ease-in-out;
}
a {
	color: #FF0066;
	-webkit-transition-duration: 0.5s;
}
a:hover {
	color: #dd0066;
	text-decoration: none;
}

@media screen and (min-width: 768px) {
	.mobile-only {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}
}

/*//////////////////////////////////////////////
    BOOTSTRAP
//////////////////////////////////////////////*/
.row.gutters-50 {
	margin-right: -25px;
	margin-left: -25px;
}
.row.gutters-50 > .col,  .row.gutters-50 > [class*="col-"] {
	padding-right: 25px;
	padding-left: 25px;
}
.row.gutters-20 {
	margin-right: -10px;
	margin-left: -10px;
}
.row.gutters-20 > .col,  .row.gutters-20 > [class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}
.row.gutters-14 {
	margin-right: -7px;
	margin-left: -7px;
}
.row.gutters-14 > .col,  .row.gutters-14 > [class*="col-"] {
	padding-right: 7px;
	padding-left: 7px;
}
.row.gutters-10 {
	margin-right: -5px;
	margin-left: -5px;
}
.row.gutters-10 > .col,  .row.gutters-10 > [class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}
.mt-10 {
    margin-top: 5rem !important;
}
.mb-10 {
    margin-bottom: 5rem !important;
}
.pt-10 {
    padding-top: 5rem !important;
}
.pb-10 {
    padding-bottom: 5rem !important;
}

@media screen and (min-width:991px) and (max-width:1199px) {
	.row.gutters-10 {
		margin-right: -5px;
		margin-left: -5px;
	}
	.row.gutters-10 > .col,  .row.gutters-10 > [class*="col-"] {
		padding-right: 5px;
		padding-left: 5px;
	}
}
@media screen and (max-width: 471px) {
	.row.gutters-10 {
		margin-right: -5px;
		margin-left: -5px;
	}
	.row.gutters-10 > .col,  .row.gutters-10 > [class*="col-"] {
		padding-right: 5px;
		padding-left: 5px;
	}
}
@media screen and (min-width:380px) and (max-width:575px) {
	.no-sm {
		display: none;
	}
}

/*//////////////////////////////////////////////
    VISIBILITY
//////////////////////////////////////////////*/
@media screen and (min-width: 1200px) {
	#nav-drawer {
		display: none;
	}
}
@media screen and (max-width: 1199px) {
	.sns-buttons {
		display: none;
	}
    .search-btn.sns-buttons {
        display: block;
    }
}

/*//////////////////////////////////////////////
    TYPOGRAPHY
//////////////////////////////////////////////*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
}
h1, h2 { font-weight: 700; }
h2 {
	margin: 30px 0 0;
    font-size:2.8rem;
}
h4 {
	margin-top: 20px;
	font-size: 2.0rem;
    color: #555;
}
p, li {
    font-family: 'Roboto', sans-serif;
}
.entry-content h1 {
	margin: 30px 0 20px;
    font-size: 5rem;
	font-weight: normal;
    line-height: 1.3;
}
.entry-content h2 {
	margin: 50px 0 20px;
    font-size: 4rem;
	font-weight: 500;
    text-transform: none;
    line-height: 1.3;
}
.entry-content h3 {
	margin: 30px 0 20px;
    font-size: 3rem;
	font-weight: 400;
    line-height: 1.3;
    color: #555;
}
.entry-content h4 {
	margin: 30px 0 15px;
	padding-bottom: 3px;
	font-size: 2.4rem;
	font-weight: 500;
	color: #24292e;
	border-bottom: 1px solid #ccc;
}
.entry-content h5 {
	margin: 30px 0 15px;
    font-size: 2rem;
	font-weight: 500;
    line-height: 1.3;
}
.entry-content h6 {
	margin: 30px 0 15px;
    font-size: 1.6rem;
	font-weight: 500;
    line-height: 1.3;
}
.page-content h2 {
    font-size: 3.4rem;
    font-weight: 400;
    text-align: center;
}
.entry-content h2:first-of-type,
.entry-content h3:first-of-type {
    margin-top: 0;
}
.entry-content h2 strong,
.entry-content h3 strong {
    font-weight: inherit !important;
}
.page-content p, .entry-content p {
	text-align: left !important;
    line-height: 1.6;
    margin-bottom: 2rem;
}
.form-control {
	font-size: 1.6rem;
}
.page-content ul, .entry-content ul,
.page-content ol, .entry-content ol {
    padding-left: 20px;
}
.page-content li, .entry-content li {
    font-size: 1.5rem;
    margin: 8px 0;
}

h2 {
    font-family: 'Oswald', sans-serif;
	font-size: 2.4rem;
    font-weight: 700;
	text-transform: uppercase;
    line-height: 1;
	margin: 0 0 20px;
	padding-bottom: 0;
}

/*//////////////////////////////////////////////
    BUTTONS
//////////////////////////////////////////////*/
.wp-block-button__link {
    border-radius: 50px;
    padding: 10px 30px;
    font-size: 2.4rem;
    text-transform: uppercase;
    margin: 10px 0;
}
.wp-block-button__link strong {
    font-weight: inherit !important;
}
input.btn {
    font-size: 1.5rem;
    text-transform: uppercase;
    background-color: #ff0066;
    border-color: #ff0066;
}
input.btn:hover {
    background-color: #666666;
    border-color: #666666;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #ff0066;
    border-color: #ff0066;
}

/*//////////////////////////////////////////////
    FORMS
//////////////////////////////////////////////*/
form {
    font-family: 'Roboto';
}

.wp-block-contact-form-7-contact-form-selector {
    padding: 30px;
    background-color: #EEEEEE;
    border-radius: 10px;
}
.wpcf7-form {
    font-family: 'Roboto';
    font-size: 1.6rem;
}
.wpcf7-form p {
    font-family: 'Oswald';
    font-size: 2rem;
    margin-bottom: 5px;
}
.wpcf7-form span,
.wpcf7-form .acceptance-wrap {
    font-family: 'Roboto';
    font-size: 1.6rem;
}
.wpcf7-form .acceptance-wrap {
    margin-top: 30px;
}
.wpcf7-form .acceptance-wrap .wpcf7-list-item {
        margin: 0 10px 0 0;
}
.wpcf7-form p.required,
.wpcf7-form p.recaptcha {
    font-family: 'Roboto';
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.wpcf7-form p.recaptcha {
    margin: 20px 0;
    font-size: 14px;
    text-align: center !important;
}
.wpcf7-form .wpcf7-submit {
    font-family: 'Oswald';
    font-size: 2rem;
}
.wpcf7-form .wpcf7-spinner {
    margin: 0;
}
.wpcf7-form select.form-control:not([size]):not([multiple]) {
    height: calc(3.25rem + 2px);
}
form.search-form {
    background-color: #EEEEEE;;
    padding: 10px;
}
form.search-form .search-submit.btn {
    font-family: 'Oswald';
    color: #ffffff;
    margin-left: 5px;
    padding: 5px 10px;
}
form.search-form  input.search-field.form-control {
    border-radius: 0px;
    border: none;
}
.searchwp-modal-form-default .searchwp-modal-form__content {
    background-color: transparent !important;
    padding: 0 !important;
    border-radius: 4px !important;
}

/*//////////////////////////////////////////////
    TABLES
//////////////////////////////////////////////*/
.table {
	font-size: 1.5rem;
	color: #484848;
}
.wp-block-table td, .wp-block-table th {
    font-family: 'Roboto';
    font-size: 1.5rem;
}


.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #DCD7A1;
    border-radius: 30px;
    padding: 3px 11px;
    color:  #000000;
}
#online-events .wp-pagenavi a, #online-events .wp-pagenavi span {
    color: #ff0066;
}
.wp-pagenavi a:hovor, .wp-pagenavi span {
    color:  #FF0066;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border: 1px solid #DCD7A1;
    background-color: #DCD7A1;
    color: #FFFFFF;
}
.search-results .wp-pagenavi a,
.search-results .wp-pagenavi span,
#online-events .wp-pagenavi a, 
#online-events .wp-pagenavi span {
    border: 1px solid #FF0066;
}
.search-results .wp-pagenavi a:hover,
.search-results .wp-pagenavi span.current,
#online-events .wp-pagenavi a:hover, 
#online-events .wp-pagenavi span.current {
    border: 1px solid #FF0066;
    background-color: #FF0066;
    color:  #FFFFFF;
    font-weight: 400;
}

/*//////////////////////////////////////////////
    HEADER
//////////////////////////////////////////////*/
header#masthead {
	position: absolute;
    width: 100%;
	background-color: transparent !important;
	padding: 0;
	box-shadow: none;
    z-index: 9999;
    border-bottom: 1px #FFFFFF solid;
}
.page-template-page-festival-2024 header#masthead {
    border-bottom: 1px #FF0066 solid !important;
}
.single-online-event header#masthead,
.single-instructor header#masthead,
.page-template-page-online-event header#masthead {
    border-bottom: 1px #FEF04C solid;
}
.post-type-archive-post header#masthead,
.category header#masthead,
.single-post header#masthead {
    border-bottom: 1px #000000 solid;
}
.navbar-brand {
	padding: 26px 0;
	margin: 0;
	z-index: 10;
}
.navbar-brand a {
	display: block;
}
.navbar-brand img {
    width: 200px;
    height: auto;
}
.navbar-expand-xl .navbar-collapse {
	margin: 0px 0;
}
.sns-buttons i {
	font-size: 2.5rem;
	margin-right: 3px;
}
.sns-buttons a:hover {
	color: #441b57;
}
.main-menu-wrapper {
}


    

@media screen and (max-width: 1199px) {
	header#masthead, #masthead nav {
	}
	.navbar-brand {
        margin: 0 auto;
        padding: 20px 0;
	}
    #nav-drawer {
        position: absolute;
        top: 10px;
        left: 20px;
        border: 1px solid #FFFFFF;
        padding: 10px;
    }
    #nav-open span, #nav-open span:before, #nav-open span:after {
        background: #FFFFFF;
    }
    .navbar-brand img {
        width: auto;
        height: 35px;
    }
    .post-type-archive-post #nav-drawer, .category #nav-drawer, .single-post #nav-drawer { border: 1px solid #000000; }
    .single-online-event #nav-drawer, .single-instructor #nav-drawer, .page-template-page-online-event #nav-drawer { border: 1px solid #FEF04C; }

    .single-online-event #nav-open span, .single-online-event #nav-open span:before, .single-online-event #nav-open span:after,
    .single-instructor #nav-open span, .single-instructor #nav-open span:before, .single-instructor #nav-open span:after,
    .page-template-page-online-event #nav-open span, .page-template-page-online-event #nav-open span:before, .page-template-page-online-event #nav-open span:after { 
        background: #FEF04C; 
    }
    .post-type-archive-post #nav-open span, .post-type-archive-post #nav-open span:before, .post-type-archive-post #nav-open span:after,
    .category #nav-open span, .category #nav-open span:before, .category #nav-open span:after,
    .single-post #nav-open span, .single-post #nav-open span:before, .single-post #nav-open span:after { 
        background: #000000; 
    }
}
@media screen and (max-width: 767px) {
	#page-sub-header .slide {
		margin-bottom: 80px;
	}
	.navbar-brand {
	}
    .navbar-brand img {
    }
    #nav-drawer {
        top: 24px;
        left: 20px;
        border: none !important;
        padding: 0;
    }
}
@media screen and (max-width: 575px) {
	.navbar-brand {
	}
}
@media screen and (min-width:380px) and (max-width:575px) {
}
@media screen and (max-width: 380px) {
    .navbar-brand img { height: 30px; }
    .navbar-brand { padding: 22.5px 0; }
}



/*//////////////////////////////////////////////
    FOOTER
//////////////////////////////////////////////*/
footer.site-footer {
	background-color: #1D1D1D !important;
}
footer.site-footer .inner {
	padding: 50px 0;
}
footer .site-info {
    padding: 20px;
	background-color: #151515;
	color: #9D9D9D;
	font-size: 1.4rem;
}
footer .site-info img.cm {
    height: 12px;
    vertical-align: baseline;
    margin-right: 10px;
}
footer .footer-link ul {
    list-style: none;
    padding-left: 0;
}
footer .footer-link li a {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #FFFFFF !important;
}
footer .footer-info .sns-buttons {
    margin: 30px 0;
    font-size: 20px;
}
footer .footer-info .sns-buttons img.zaiko {
    height: 26px;
    vertical-align: text-top;
}
footer .footer-info .sns-buttons i {
    font-size: 3rem;
}
footer .footer-info .sns-buttons span {
    margin-right: 10px;
}
footer .footer-info {
    position: relative;
    padding: 120px 20px 40px;
}
footer .footer-info a {
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF !important;
}
footer .footer-info a.contact-link {
    display: block;
    width: 100%;
    max-width: 400px;
    padding: 5px;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 5px;
}
footer .footer-info a.contact-link:hover {
    background-color: #151515;
    transition: all 0.5s ease-in-out;
}
footer .footer-brand img {
    width: 100%;
    max-width: 400px;
    margin-bottom: 15px;
}
a.page-scroller.arrow-up {
    position: absolute;
    top: 0px;
    text-transform: uppercase;
    font-size: 1.6rem;
    left: 50%;
    transform: translate(-50%, 0);
    color: #888888 !important;
}
a.page-scroller.arrow-up i {
    font-size: 5rem;
}
a.page-scroller.arrow-up:hover {
    color: #FFFFFF !important;
}

/*//////////////////////////////////////////////
    MENU
//////////////////////////////////////////////*/
header#masthead .navbar-nav li {
    font-family: 'Oswald', sans-serif;
}
header#masthead .navbar-nav > li:last-child {
}
header#masthead .navbar-nav > li > a {
	color: #FFFFFF !important;
	padding: 8px !important;
	font-size: 1.6rem !important;
	font-weight: 400 !important;
    text-transform: uppercase;
}
header#masthead .navbar-nav > li > a {
	color: #FFFFFF !important;
}
.page-template-page-festival-2024 header#masthead .navbar-nav > li > a {
	color: #FF0066 !important;
}
.single-online-event header#masthead .navbar-nav > li > a,
.single-instructor header#masthead .navbar-nav > li > a,
.page-template-page-online-event header#masthead .navbar-nav > li > a {
	color: #FEF04C !important;
}
.post-type-archive-post header#masthead .navbar-nav > li > a,
.category header#masthead .navbar-nav > li > a,
.single-post header#masthead .navbar-nav > li > a {
	color: #000000 !important;
}
.dropdown:hover .dropdown-menu {
     display: block;
}
header#masthead .sns-buttons {
    position: relative;
}
header#masthead .sns-buttons a {
    color: #FFFFFF;
}
header#masthead .sns-buttons a img.zaiko,
header#masthead .sns-buttons-toggle a img.zaiko {
    height: 21px;
    vertical-align: baseline;
}
header#masthead .sns-buttons a img.zaiko.top {
    position: absolute;
    top: 1px;
}
header#masthead .sns-buttons a img.zaiko.bottom {
    opacity: 0;
}
header#masthead .sns-buttons a:hover img.zaiko.top {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
header#masthead .sns-buttons a:hover img.zaiko.bottom {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
header#masthead .search-btn {
    position: absolute;
    font-size: 48px;
    top: 0;
    right: 0;
}

.page-template-page-festival-2024 header#masthead .sns-buttons a  {
    color: #FF0066;
}
.single-online-event header#masthead .sns-buttons a ,
.single-instructor header#masthead .sns-buttons a ,
.page-template-page-online-event header#masthead .sns-buttons a  {
    color: #FEF04C;
}
.post-type-archive-post header#masthead .sns-buttons a, 
.category header#masthead .sns-buttons a, 
.single-post header#masthead .sns-buttons a {
    color: #000000;
}
header#masthead .navbar-nav > li > a,
header#masthead .sns-buttons a:hover {
    color: #FF0066;
}
.navbar-expand-xl .navbar-nav .dropdown-menu {
	border-radius: 0;
    border: none;
    font-size: 1.8rem;
    min-width: max-content;
	padding: 0;
    margin: 0px 0 0;
}
.navbar-expand-xl .navbar-nav .dropdown-menu > li {
	border-bottom: 1px solid #eee;
}
.navbar-expand-xl .navbar-nav .dropdown-menu > li:last-child {
	border-bottom: none;
}
.navbar-expand-xl .navbar-nav .dropdown-menu > li a {
	color: #FF0066;
    min-width: 180px;
}
.navbar-expand-xl .navbar-nav .dropdown-menu > li a:hover {
	background-color: #FFEF3D;
}
.header#masthead .navbar-nav li.menu-item-148 > a {
    font-size: 1.8rem !important;
    padding-top: 6.5px !important;
	
}

@media screen and (max-width: 1199px) {
    .navbar-nav .dropdown-menu {
        background: #ffffff;
    }
}

/*/// TOGGLE NAVI///////////////////////////////////////////*/
#nav-content {
	padding: 20px;
	background-image: url(images/bg-sayagata-g.png);
	z-index: 999;
}
#nav-content ul {
	padding: 0;
	margin: 0 0 30px;
	list-style: none;
}
#nav-content ul li {
	margin: 5px 0;
}
#nav-content ul li a {
    font-family: 'Oswald';
	font-size: 2rem;
}
#nav-content ul li ul {
	margin-bottom: 0;
}
#nav-content ul li ul li {
	padding-left: 20px;
	margin: 2px 0;
}
#nav-content ul li ul li a {
	font-size: 1.8rem;
}
#nav-content .fab {
	font-size: 2.8rem;
	margin-right: 5px;
}
#nav-content a.btn.btn-newsletter {
	margin: 10px 0 0 0;
    color: #FF0066;
    border: 1px solid #FF0066;
}

@media screen and (min-width: 992px) {
	.navbar-expand-xl {
    	-ms-flex-flow: row nowrap;
    	flex-flow: row nowrap;
    	-ms-flex-pack: start;
    	justify-content: flex-start;
	}	
}


/*//////////////////////////////////////////////
    FRONT PAGE
//////////////////////////////////////////////*/

a .arrow-down {
    font-size: 4rem;
    color:rgba(255,255,255,0.50);
}
a:hover .arrow-down {
    color:rgba(255,255,255,1.00);
}

section#hyperjapan .inner {
    position: relative;
    width: 100%;
    height: 480px;
}
section#hyperjapan .online .inner .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,0,102,0.65);
}
section#hyperjapan .online .inner .cover:hover {
    cursor: pointer;
    background-color: rgba(255,0,102,1);
    transition: all 0.5s ease-in-out;
}
section#hyperjapan .inner img.logo {
    position: absolute;
    height: 60%;
    z-index: 12;
}
section#hyperjapan .inner h3 {
    position: absolute;
    z-index: 12;
    height: 300px;
    padding-top: 320px;
}
section#hyperjapan .inner img.bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section#eat-japan .inner {
    position: relative;
    width: 100%;
    height: 400px;
}
section#eat-japan .inner .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.30);
}
section#eat-japan .inner img.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section#eat-japan .ej-links {
    position: absolute;
    width: 300px;
    height: auto;    
    z-index: 12;
}
section#eat-japan .ej-links img.logo {
    margin-bottom: 30px;
}
section#eat-japan .ej-links a {
    display: block;
    padding: 3px 0;
    font-size: 2.4rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 1px #fff solid;
    border-radius: 5px;
}
section#eat-japan .ej-links .inner {
    height: auto;
    margin-bottom: 20px;
}
section#eat-japan .ej-links a:hover {
    cursor: pointer;
    background-color: rgba(0,0,0,0.75);
    transition: all 0.5s ease-in-out;
}
section#upcoming-events {
    background-color: #FEF04C;
}
@media screen and (max-width: 991px) {
    .event-box { padding: 20px; }
}

/*/// Front Slider ///////////////////////////////////////////*/

.jumbotron {
	padding: 0;
	height: 100vh;
	overflow: hidden;
	border-radius: 0;
    margin-bottom: 0;
}
.carousel-inner {
	height: 100vh;
	overflow: hidden;
}
.carousel-item {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.carousel-item-image {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@-webkit-keyframes zoom {
 from {
 -webkit-transform: scale(1, 1);
}
 to {
 -webkit-transform: scale(1.2, 1.2);
}
}
@keyframes zoom {
 from {
 transform: scale(1, 1);
}
 to {
 transform: scale(1.2, 1.2);
}
}
.carousel-item.active .carousel-item-image {
	animation: zoom 30s;
}
.carousel-inner .caption {
	display: block;
	position: absolute;
    bottom: -1px;
    left: 5px;
    font-size: 12px;
    letter-spacing: 0;
	z-index: 50;
}
.jumbotron .wp-bp-jumbo-overlay {
	background-color: transparent;
}
.carousel-message {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.carousel-message p {
    font-family: 'Oswald', sans-serif;
    font-size: 96px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 1.2;
}
.carousel-cover {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: url("images/slide-cover-1.jpg");
    background-size: cover;
    background-position: center;
    opacity: 0.5;
    z-index: 8;
}
.carousel-control-next, .carousel-control-prev {
    z-index: 10;
}
a.page-scroller.arrow-down {
	display: block;
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%, 0%);
    font-size: 4rem;
    color:rgba(255,255,255,0.50);
    z-index: 11;	
}

@media screen and (max-width: 574px) {
    .carousel-message p {
        font-size: 6rem;
    }    
}

@media screen and (max-height: 600px) {
    .carousel-message p {
        font-size: 6rem;
        margin-top: 2rem;
    }    
}
@media screen and (max-height: 400px) {
    .carousel-message p {
        font-size: 4.5rem;
        margin-top: 4rem;
    }    
}



/*/// News from Japan ///////////////////////////////////////////*/

section#latest-news {
    position: relative;
    background-image: url("images/img-bg-news.jpg");
    background-position: center;
    background-size: cover;
    background-color:rgba(220,215,161,0.9);
    background-blend-mode: soft-light;
}
section#latest-news .container {
    max-width: 960px;
}
.news-headline {
    margin: 7px 0;
}
.news-headline .inner {
    display: block;
    background-color: rgba(255,255,255,0.90);
    border-radius: 0 0 10px 10px;
    padding-bottom: 10px;
}
.news-headline .inner .image {
    height: 140px;
    background-position: center;
    background-size: cover;
}
.news-headline .inner h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 10px 0 0;
    padding: 0 10px;
    color: #000;
}
.news-headline .inner p {
    font-family: 'Oswald', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0 10px;
    margin: 5px 0 0;
    color: #000;
}
section#latest-news .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(220,215,161,0.5);
    top: 0;
    z-index: 2;
}
section#latest-news img.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    z-index: 1;
}
section#news-archive {
    margin: 60px 0;
}
section#news-archive .news-headline .inner {
    background-color: #FAFAFA;
}
section#news-archive h1.page-title {
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}
.news-archive-navi {
    width: 100%;
    border: 1px solid #DCD7A1;
    border-radius: 50px;
    margin-bottom: 20px;
}
.news-archive-navi ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.news-archive-navi li {
    float: left;
}
.news-archive-navi li a {
    display: block;
    padding: 10px;
    font-family: 'Oswald';
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
.news-archive-navi li a:hover {
    background-color: #DCD7A1;
    color: #000000;
}
.sidebar .news-archive-navi,
.news-archive-bottom.news-archive-navi {
    border: none;
    border-radius: 0;
}
.sidebar .news-archive-navi li,
.news-archive-bottom.news-archive-navi li {
    float: none;
    border: none;
    border-radius: 0;
    margin-bottom: 5px;
}
.sidebar .news-archive-navi li a,
.news-archive-bottom.news-archive-navi li a {
    border: 1px solid #DCD7A1;
    border-radius: 50px;
    text-align: left;
    padding: 2px 20px;
    font-size: 1.8rem;
}
.sidebar .news-archive-navi li a:hover,
.news-archive-bottom.news-archive-navi li a:hover {

    background-color: #DCD7A1;
    color: #000000;
}

section#news-content h2 {
    font-size: 3.6rem;
}

@media screen and (max-width: 991px) {
    section#news-archive {
        margin: 30px 0;
    }
}

/*//////////////////////////////////////////////
    CONTENT
//////////////////////////////////////////////*/

section#page-title {
    background-color: #ffffff;
    padding: 10px;
}
section#page-title h2.exhibitor-title-header,
section#page-title p {
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
}
section#page-title p {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1;
}

.page-header {
    position: relative;
    background-position: center;
    background-size: cover;
    height: 240px;
}
.page-header h1 {
    font-size: 4.8rem !important;
    font-weight: 500;
    color: #FFFFFF !important;
    margin-top: 80px;
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {
    .page-header {
        height: 200px;    
    }
    .page-header h1 {
        font-size: 3.6rem !important;
    }
}
.page-content, .entry-content, .entry-summary {
	margin: 0;
}

#content.site-content {
	padding: 0;
}
section.content-block {
	padding: 60px 0;
}
h2.block-title {
    font-family: 'Oswald', sans-serif;
	font-size: 3.6rem;
    font-weight: 500;
	text-align: center;
    text-transform: inherit;
    line-height: 1;
	margin: 0 0 20px;
}
a.btn.link {
	font-size: 2rem;
    text-transform: uppercase;
	border-color: #FF0066;
	color: #FF0066;
}
a.btn.link:hover {
	background-color: #fff;
}
a.btn.btn-tickets {
	text-transform: uppercase;
	background-image: url(images/bg-seigaiha-y.png);
	color: #441b57 !important;
	font-size: 2rem;
	font-weight: 600;
}
a.btn.btn-tickets:hover {
	background-image: url(images/bg-seigaiha-y-2.png);
}
a.btn.btn-newsletter {
	line-height: 1;
	margin-top: -9px;
    margin-left: 10px;
	padding: 4.5px;
    font-size: 1.4rem;
    text-transform: uppercase;
    border: 1px #FFFFFF solid;
}
.page-template-page-festival-2024 header#masthead .sns-buttons a.btn.btn-newsletter  {
    border: 1px #FF0066 solid;
}
.single-online-event header#masthead .sns-buttons a.btn.btn-newsletter,
.single-instructor header#masthead .sns-buttons a.btn.btn-newsletter,
.page-template-page-online-event header#masthead .sns-buttons a.btn.btn-newsletter  {
    border: 1px #FEF04C solid;
}
.post-type-archive-post header#masthead .sns-buttons a.btn.btn-newsletter,
.category header#masthead .sns-buttons a.btn.btn-newsletter,
.single-post header#masthead .sns-buttons a.btn.btn-newsletter {
    border: 1px #000000 solid;
}
a.btn.btn-newsletter {
    margin-right: 32px;
}
a.btn.btn-newsletter:hover {
	color: #FF0066;
    border: 1px #FF0066 solid;
}


h1.page-title,
h1.entry-title,
h2.entry-title {
	font-size: 4rem;
    color: #000;
	border-bottom: none;
}
p {
	font-size: 1.6rem;
}
.wp-block-image,
.wp-block-embed {
	margin: 1.5rem 0;
}
.wp-block-image .aligncenter {
	display: block;
}
.wp-block-image .aligncenter img {
	width: 100%;
}
figcaption {
    font-family: 'Roboto';
    display: inline !important;
    font-size: 1.6rem !important;
    color: #888 !important;
    line-height: 1.3;
}
h2.news-title-header {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1;
}

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

header.entry-header h1.exhibitor-title-header {
    text-align: center;
    font-size: 3rem;
}

.wpcf7 form .row {
	margin-bottom: 10px;
}
.grecaptcha-badge {
	opacity: 0;
}

.entry-content > figure.wp-block-image:first-of-type,
.entry-content > figure.wp-block-embed:first-of-type { 
	margin-top: 0;
}


.wp-block-embed-youtube .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.kakomi {
    border: 1px solid #ccc;
    padding: 20px;
}
.kakomi p {
    margin-bottom: 10px;
}
.kakomi p:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    h1.page-title, h1.entry-title, h2.entry-title {
        font-size: 3rem;
	}
}
@media screen and (max-width: 767px) {
    section.content-block {
	    padding: 30px 0;
    }
    h2.block-title {
        line-height: 1.2;
        margin-bottom: 0;
    }
}

/*/// FAQ Dropdown ///////////////////////////////////////////*/
.bg_faq_closed, .bg_faq_opened {
    background-color: #eee;
    margin: 10px 0 !important;
    padding: 5px 10px !important;
    font-size: 2rem !important;
	font-weight: normal !important;
}



@media screen and (max-width: 1199px) {
	#page-sub-header.not-front {
		height: 100px;
	}
}
@media screen and (max-width: 991px) {
	#page-sub-header.not-front {
		height: 100px;
	}
}
@media screen and (max-width: 767px) {
	#page-sub-header.not-front {
		height: 100px;
	}
}
@media screen and (max-width: 575px) {
	#page-sub-header.not-front {
		height: 80px;
	}
}



/*//////////////////////////////////////////////
    SIDEBAR
//////////////////////////////////////////////*/
.news-sidebar .box {
	min-height: 120px;
	margin-bottom: 15px;
}
.news-sidebar .box .image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.news-sidebar .image {
	background-position: center;
	background-size: cover;
}
.news-sidebar .text {
	background-color: #F1F1ED;
}


.news-sidebar .text.game-anime { background-color: #673AB7 }
.news-sidebar .text.hyper-live { background-color: #FF0066 }
.news-sidebar .text.announcement { background-color: #F1F1ED }
.news-sidebar .text.traditional { background-color: #3B3B3B }
.news-sidebar .text.tourism { background-color: #FFFFFF }
.news-sidebar .text.food { background-color: #FF5722 }
.news-sidebar .text.market { background-color: #2962FF }
.news-sidebar .text.cosplay { background-color: #FFE11A }
.news-sidebar .text.kawaii { background-color: #D0FFF6 }
.news-sidebar .text h4, .news-sidebar .text h3 {
	margin: 0;
}
.news-sidebar .text h4 a {
	display: block;
	padding: 10px 10px 5px;
	color: #000000;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1;
}
.news-sidebar .text h3 a {
	display: block;
	padding: 0px 10px 30px;	
	color: #000000;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.3;
}
.news-sidebar .text.game-anime h3 a,
.news-sidebar .text.hyper-live h3 a,
.news-sidebar .text.traditional h3 a,
.news-sidebar .text.market h3 a {
    color: #fff;
}
.news-sidebar .text.game-anime h4 a,
.news-sidebar .text.hyper-live h4 a,
.news-sidebar .text.traditional h4 a,
.news-sidebar .text.market h4 a {
    color: #fff;
}
.news-sidebar .text h4 a:hover, .news-sidebar .text h3 a:hover {
	color: #fff;
}
.news-sidebar .text .date {
    position: absolute;
    bottom: 0;
    margin: 5px 0 0;
    padding: 3px 10px;
    font-size: 1.2rem;
    background-color: rgba(0,0,0,0.25);
    width: 100%;
    color: #fff;
}
#secondary h2.title {
	font-size: 1.8rem;
	padding: 10px 0;
	margin-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.news-cat-sidebar .no-gutters {
	margin-left: -2.5px;
	margin-right: -2.5px;
}
.news-cat-sidebar .inner {
	margin: 2.5px;
}
.news-cat-sidebar .inner a {
	display: block;
	font-size: 1.6rem;
	text-align: center;
	padding: 10px 5px;
	color: #000000;
	width: 100%;
}
.news-cat-sidebar .inner a:hover {
	opacity: 0.75;
}
.news-cat-sidebar .inner.game-anime a { background-color: #673AB7 }
.news-cat-sidebar .inner.hyper-live a { background-color: #FF0066 }
.news-cat-sidebar .inner.announcement a { background-color: #F1F1ED }
.news-cat-sidebar .inner.traditional a { background-color: #3B3B3B }
.news-cat-sidebar .inner.tourism a { background-color: #FFFFFF }
.news-cat-sidebar .inner.food a { background-color: #FF5722 }
.news-cat-sidebar .inner.market a { background-color: #2962FF }
.news-cat-sidebar .inner.cosplay a { background-color: #FFE11A }
.news-cat-sidebar .inner.kawaii a { background-color: #D0FFF6 }

.news-cat-sidebar .inner.game-anime a,
.news-cat-sidebar .inner.hyper-live a,
.news-cat-sidebar .inner.traditional a,
.news-cat-sidebar .inner.market a {
    color: #fff;
}


/*//////////////////////////////////////////////
    MODAL
//////////////////////////////////////////////*/
.modal {
	z-index: 2999;
}


/*//////////////////////////////////////////////
    ADs
//////////////////////////////////////////////*/
.google-sense {
	text-align: center;
	padding: 30px 0 18px;
	background-color: #F7F7F7;
}
.gas-container {
	text-align: center;
}
.gas-container p {
	text-align: center;
	font-size: 0.9rem;
    color: #484848;
    line-height: 1;
}
.gas-container p.leaderboard {
    margin: -2px 0 0;
}
.gas-container p.responsive {
	margin: 3px 0 0;
}





/*//////////////////////////////////////////////
    ONLINE EVENTS
//////////////////////////////////////////////*/

section#online-events {
    background-color: #FFF95C;
}
.online-event-header {
    position: relative;
    height: 400px;
    background-position: center;
    background-size: cover;
    background-color: rgba(255,0,102,0.65);
    background-blend-mode: soft-light;
}
.online-event-header img.logo {
    height: 240px;
    margin-top: 60px;
}
section#online-events .page-content {
    padding: 50px 0;
}
section#upcoming-events .event-list {
    margin-bottom: 20px;
}
.event-box {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    margin-top: 20px;
}
section#upcoming-events .event-box {
    margin-top: 0;
}
.event-box .event-image {
    height: 164px;
    background-position: center;
    background-size: cover;
}
.event-box h3 {
    margin-bottom: 0;
    line-height: 1.2;
}
.event-box h3 a {
    font-size: 3rem;
    font-weight: 400;
    color: #000000;
}
.event-box h3 a:hover {
    color: #ff0066;
}
.event-box p.event-date {
    font-family: 'Oswald';
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 10px;
}
section#upcoming-events .event-box p.event-date {
    margin-bottom: 5px;
}
a.event-calendar {
    background-color: #EEEEEE;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 10px;
    padding: 2px 5px;
    vertical-align: top;
}
a.event-calendar:hover {
    color: #FFFFFF;
    background-color: #FF0066;
}
.event-box p.event-time {
    font-family: 'Oswald';
    font-size: 2.2rem;
    margin-bottom: 5px;
    line-height: 1;
}
p.event-badge span.badge {
	padding: 5px 8px;
	border-radius: 4px;
    font-family: 'Oswald';
	font-size: 16px;
	font-weight: normal;
    color: #FFFFFF;
	text-transform: uppercase;
    vertical-align: top;
}
p.event-badge span.badge.free,
p.event-badge span.badge.paid {
    margin-left: 10px;
}
p.event-badge span.badge.free { background-color: #00BCD4; }
p.event-badge span.badge.paid { background-color: #FF5722; }
p.event-badge span.badge.workshop { background-color: #FF9800; }
p.event-badge span.badge.streaming { background-color: #8BC34A; }
p.event-badge span.badge.meetup { background-color: #E91E63; }
p.event-badge span.badge.giveaway { background-color: #673AB7; }
p.event-badge span.badge.event { background-color: #009688; }
p.event-badge span.badge.bespoke { background-color: #795548; }
p.event-badge span.badge.others { background-color: #666; }

.event-box .event-link-buttons a.btn {
    width: 100%;
    padding: 0;
    text-transform: uppercase;
    border-radius: 50px;
}
.event-box .event-link-buttons a.btn.more-details {
    line-height: 50px;
    margin-bottom: 16px;
    background-color: #FEF04C;
    color: #000000 !important;
    font-size: 1.8rem;
}
.event-box .event-link-buttons a.btn.book-now {
    line-height: 70px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 2.1rem;
}
.event-box .event-link-buttons a.btn.book-now i.arrow-right {
    font-size: 3rem;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 5px;
}
.page-bottom-link a.btn {
    font-size: 3rem;
}
.page-bottom-link a.btn i.arrow-right {
    font-size: 4rem;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 5px;
}
.pastevent-box .flex-box {
    margin-top: 20px;
}
.pastevent-box a .inner {
    background-color: #ffffff;
    border-radius: 10px;
    padding-bottom: 10px;
    height: 100%;;
}
.pastevent-box a:hover .inner {
    background-color: #F1F1F1 !important;
    transition: all 0.5s ease-in-out !important;
}
.pastevent-box .inner .event-image {
    height: 160px;
    background-position: center;
    background-size: cover;
}
.pastevent-box .inner p.event-date {
    font-family: 'Oswald';
    font-size: 16px;
    margin: 10px 10px 5px;
    color: #666666;
    line-height: 1;
}
.pastevent-box .inner h3 {
    font-family: 'Oswald';
    font-size: 18px;
    font-weight: 400;
    margin: 5px 10px;
}
.pastevent-box .inner p.event-badge {
    margin-bottom: 0;
    padding: 0 10px;
}
.pastevent-box .inner p.event-badge span.badge {
	padding: 5px 8px;
    margin-left: 0;
	border-radius: 4px;
    font-family: 'Oswald';
	font-size: 14px;
	font-weight: normal;
    color: #FFFFFF;
	text-transform: uppercase;
    vertical-align: top;
}
.event-single .online-event-header {
    height: 240px;
}
.event-single .online-event-header img.logo {
    height: 100px;
    margin-top: 75px;
}
.event-single {
    padding-bottom: 50px;
}
.event-single .event-details {
    margin-bottom: 0px;
}
.event-single .event-info {
    background-color: #ffffff;
    margin: 50px 0 0;
    padding: 30px;
    border-radius: 10px;
}
.event-single .event-info::after {
    content: "";
    clear: both;
    display: table;
}
.event-single .event-info h1.event-title {
    font-size: 4.2rem;
    font-weight: 500;
    margin-top: 0;
}
.event-single .event-info p.event-badge span.badge.free, 
.event-single .event-info p.event-badge span.badge.paid {
    margin-left: 0;
}
.event-single .event-info {
    margin-bottom: 30px;
}
.event-single .event-info .event-details p {
    font-family: 'Oswald';
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 0;
}
.event-single .event-info .event-details p span.date {
    font-size: 3rem;
}
.event-single .event-info .event-details p.book-before {
    font-family: 'Roboto';
    font-size: 1.6rem;
    color: #ff0066;
}
.event-single .event-info .event-details .calendar-link {
    vertical-align: bottom;
}
.event-link-buttons {
	margin-top: 0 !important;
}
.event-link-buttons a.btn {
    line-height: 80px;
	text-transform: uppercase;
	border-radius: 50px;
    font-size: 3rem;
	color: #FFFFFF !important;
	width: 100%;
}
.event-link-buttons a.btn.book-now { background-color: #333; }
.event-link-buttons a.btn.book-now.not-available { background-color: #fff; border: 2px solid #333; text-transform: none; color: #333 !important; }

.event-link-buttons a.btn.book-now:hover { background-color: #FF0066; }
.event-link-buttons a.btn.book-now.not-available:hover { background-color: #eee; border: 2px solid #333; text-transform: none; color: #333 !important; }

.event-single .instructor-box {
    margin-top: 50px;
}
.event-single .instructor-box h2 {
    font-size: 2rem;
    font-weight: 400;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.event-single .instructor-box h3 { 
    font-size: 4rem; 
    font-weight: 500;
    margin-top: 0px;
}
.event-single .instructor-box .instructor-desc {
    border-top: 1px solid #666;
    padding: 10px 0 50px;
}

@media screen and (max-width: 1099px) {
    .event-box h3 a {
        font-size: 2.6rem;
    }
    .event-box .event-link-buttons a.btn.book-now {
        line-height: 60px;
    }
}
@media screen and (max-width: 991px) {
    section#online-events .page-content { padding: 30px 0; }
    .page-content h2 {
        font-size: 3rem;
        margin-bottom: 10px;
    }
    .event-box { padding: 20px; }
    .event-link-buttons { margin-top: 10px !important; }
    .event-box .event-link-buttons a.btn { line-height: 40px !important; font-size: 1.8rem !important; margin-bottom: 0 !important; }
    .event-box .event-link-buttons a.btn.book-now i.arrow-right { font-size: 2.4rem; }
    .event-box .event-image { height: 150px; }
    .pastevent-box .inner .event-image { height: 120px; }
    .pastevent-box .inner h3 { font-size: 14px; }    
}
@media screen and (max-width: 767px) {
    .event-box .event-image { margin-bottom: 10px; }
    .event-box p.event-date { font-size: 2rem; line-height: 1.5; margin-bottom: 5px; }
    p.event-badge span.badge.free, p.event-badge span.badge.paid {
        margin-left: 0px;
    }
    .event-box h3 a { font-size: 2.2rem; }
    .event-box p.event-time { font-size: 1.8rem; line-height: 1.5 }
    .event-box .event-link-buttons { margin-top: 0 !important }
    .event-box .event-link-buttons a.btn { margin-top: 10px !important; line-height: 30px !important; }
    .event-box a.event-calendar { margin-left: 0; }
    .event-single .event-info { padding: 20px; margin-top: 30px; }
}


/*//////////////////////////////////////////////
    ONLINE EVENTS Instructors
//////////////////////////////////////////////*/

.event-single .instructor-box .instructor-desc img.wp-post-image {
    width: 240px;
    height: auto;
    float: right;
    margin: 0 0 10px 10px !important;
}

.single-instructor p.instructor-badge.event-badge {
	margin: 10px 0 !important;
}
p.instructor-badge.event-badge span.art { background-color: #3F51B5; }
p.instructor-badge.event-badge span.cooking { background-color: #FF5722; }
p.instructor-badge.event-badge span.lecture { background-color: #795548; }
p.instructor-badge.event-badge span.music { background-color: #673AB7; }
p.instructor-badge.event-badge span.badge { font-size: 16px !important; padding: 5px 8px; }

.instructor-box .instructor-desc .title {
    font-weight: 600;
}
.instructor-web a.web {
    padding: 1px 8px;
    margin-right: 5px;
    border-radius: 3px;
    border: 1px solid #f06;
    background-color: #fff;
    color: #f06!important;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 32px;
}
.instructor-box .instructor-desc a.more-details {
    font-size: 2rem;
}

.instructor-single .instructor-info p {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0!important;
    line-height: 1.3;
}
.single-instructor .instructor-info img {
    object-fit: cover;
    width: 240px;
    height: 240px;
    float: right;
    margin: 0 0 30px 15px;
}
.single-instructor .instructor-web {
    margin: 15px 0!important;
    line-height: 2.2;
}
.single-instructor p.instructor-badge.event-badge {
    margin: 10px 0!important;
}
.single-instructor h1.event-title {
    margin-bottom: 0;
}
.single-instructor .instructor-upconmingevent-box .event-image {
    width: 100%;
    height: 120px;
    background-position: 50%;
    background-size: cover;
    border: 1px solid #ccc;
}
.single-instructor p.event-date {
    font-family: 'Oswald';
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 5px !important;
}
.single-instructor .instructor-upconmingevent-box > div {
    margin-bottom: 20px;
}
.single-instructor .instructor-upconmingevent-box h3 {
    margin-bottom: 5px;
}
.single-instructor .instructor-upconmingevent-box p.event-badge {
    margin-bottom: 5px;
}
.page-template-page-online-event .instructor-box a.btn.more-details, 
.single-instructor .event-link-buttons a.btn.more-details {
    width: auto;
    padding: 2px 10px;
    font-size: 14px;
    border: 1px solid #f06;
    background-color: #fff;
    color: #f06!important;
}
.single-instructor .event-link-buttons a.btn {
    line-height: 2rem;
}
.single-instructor h2.pastevent-title {
    font-size: 24px;
}
.single-instructor .instructor-pastevent .box {
    margin-bottom: 0px !important;
}
.single-instructor .instructor-pastevent .inner {
    border-top: 1px solid #ccc;
    padding: 8px 0;
}
.single-instructor .instructor-pastevent h3 {
    margin: 0;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2!important;
}
.single-instructor .instructor-upconmingevent-box h3 a,
.single-instructor .instructor-pastevent h3 a {
    color: #444 !important;
}
.single-instructor .instructor-upconmingevent-box h3 a:hover,
.single-instructor .instructor-pastevent h3 a:hover {
    color: #FF0066 !important;
}

.instructors-list {
    background-color: #ffffff;
    margin: 20px 0;
    padding: 30px;
    border-radius: 10px;
}
.instructors-list .inner {
    margin-bottom: 14px;
}
.instructors-list img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.instructors-list h3 {
    margin: 3px 0 8px !important;
    line-height: 1.0;
}
.instructors-list h3 a {
    font-size: 2rem;
    font-weight: 400;
    color: #444;
}
.instructors-list h3 a:hover {
    color: #ff0066;
}
.instructors-list p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.2;
}
.instructors-list p.instructor-badge.event-badge span.badge {
    font-size: 14px !important;
    padding: 4px 5px;
}
.instructors-list a.btn.more-details {
    padding: 4px !important;
    line-height: 1;
}
@media screen and (max-width: 991px) {
    .event-single .event-info h1.event-title {
        font-size: 3.2rem;
        padding-bottom: 0;
    }
}
@media screen and (max-width: 575px) {
    .single-instructor .instructor-info img {
        width: 100%;
    }
}


/*//////////////////////////////////////////////
    News from Japan
//////////////////////////////////////////////*/
.news-header {
    position: relative;
    background-position: center;
    background-size: cover;
    background-color: rgba(220,215,161,0.65);
    background-blend-mode: soft-light;
    height: 240px;
}
.news-header h1 {
    font-size: 4.8rem;
    margin-top: 80px;
}

section#news-content {
    margin: 60px 0;
}
section#news-content .post-cats {
    background-color: #DCD7A1;
    font-size: 1.6rem;
    line-height: 30px;
    border-radius: 50px;
    padding: 0 20px;
    margin-bottom: 20px;
}
section#news-content .post-cats a {
    color: #000000;
    text-transform: uppercase;
}
section#news-content .post-cats a:hover {
    color: #FF0066;
}
section#news-content h1.entry-title {
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0;
}
section#news-content article h2 {
    text-transform: none !important;
}

.latest-news-list {
    margin-top: 50px;
}
.latest-news-list h3 {
    font-size: 2.4rem;
    color: #888;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.latest-news-list ul {
    padding-left: 0;
    list-style: none;
}
.latest-news-list ul li h4 {
    border: none;
    margin-top: 1.2rem;
    margin-bottom: 5px;
    padding-bottom: 0;
}
.latest-news-list ul li h4 a {
    color: inherit;
    font-size: 2rem;
    font-weight: 400;
}
.latest-news-list ul li h4 a:hover {
    color: #ff0066;
}
.latest-news-list ul li p {
    font-family: 'Oswald';
    margin-bottom: 1.2rem;
}


@media screen and (max-width: 991px) {
    .news-header {
        height: 200px;
    }
    .news-header h1 {
        font-size: 3.6rem !important;
    }
    section#news-content {
        margin: 30px 0;
    }
}

@media screen and (max-width: 767px) {
    .sidebar {
        margin-top: 50px;
    }
}




/*//////////////////////////////////////////////
    Benly Box
//////////////////////////////////////////////*/
.benly-box {
    background-color: #FFE3E3;
    transition: none;
}
.benly-box h2 {
    text-align: center;
    color: #FC1520;
    margin-bottom: 0;
}
.home .page-header,
.benly-box .page-header {
    height: 600px;
}
.home .page-header img.benly-box-logo,
.benly-box .page-header img.benly-box-logo {
    padding-top: 60px;
}
.benly-box .text-block p {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 50px;
    line-height: 1.4;
}
.benly-box .text-block .piyomaru {
    text-align: center;
}
.benly-box .text-block .piyomaru img {
    width: 160px !important;
    height: 160px !important;
}
.benly-box .text-block .piyomaru p {
    font-size: 1.4rem;
    font-weight: normal;
    margin: 5px 0;
}
.benly-box .price {
    margin-top: 20px;
}
.benly-box .price h3 {
    font-size: 3.6rem;
}
.benly-box .price p {
    font-size: 1.4rem;
}
.benly-box a.btn.benbox {
    background-color: #FC1520;
    color: #FFFFFF;
    font-size: 2.5rem;
    font-weight: 600;
    padding: 1rem 3rem;
    border-radius: 50px;
}
.benly-box a.btn.benbox:hover {
    background-color: #1D1D1D;
}
section#bex {
    background-color: #4CCCDC;
    padding: 5rem 0;
}
section#bex a.btn.benbox {
    background-color: #FFFFFF;
    color: #4CCCDC;
    font-size: 2.5rem;
    font-weight: 600;
    padding: 1rem 3rem;
    border-radius: 50px;
}
section#bex a.btn.benbox:hover {
    background-color: #1D1D1D;
    color: #FFFFFF;
}
section#bex h3 {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 5rem;
}
section#items  .line,
section#bex .line {
    position: relative;
    height: 50px;
    margin: 4rem 0;
}
section#items  .line {
    margin: 0 0 1rem;
}
section#items  .line:before,
section#bex .line:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #FFFFFF;
        left: 0;
        top: 50%;
        position: absolute;
}
section#items h4,
section#bex h4 {
    font-size: 3.6rem;
    text-align: center;
    margin: 0;
    color: #FFFFFF;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    background-color: #4CCCDC;
    padding: 0 10px;
}
section#items h4 {
    background-color: #FF345C;
}
section#bex h5 {
    font-size: 2.25rem;
    text-align: center;
    margin-bottom: 3rem;
}
section#bex .inner {
    text-align: center;
}
section#bex .inner h5 {
    font-size: 3rem;
    margin-bottom: 1rem;
}
section#bex .inner p {
    max-width: 240px;
    margin: 0 auto;
}

section#items {
    background-color: #FF345C;
}
section#items p {
    color: #ffffff;
    font-size: 1.6rem;
}
section#items .item {
    margin-bottom: 10px;
}
section#items .item .modal-button {
    position: relative;
    cursor: pointer;
}
section#items .item .modal-button .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease-out !important;
    opacity: 0;
    z-index: 10;
}
section#items .item .modal-button .cover::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255,52,92,1);
    transition: opacity 0.3s ease-out !important;
    opacity: 0;
}
section#items .item .modal-button:hover .cover {
    opacity: 1;
}
section#items .item .modal-button:hover .cover::after {
    opacity: 0.8;
}
section#items .item .modal-button .cover h3 {
    color: #FFFFFF;
    font-size: 2.4rem;
    text-transform: uppercase;
    z-index: 1;
}
section#items .item .modal-button .cover p {
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
    font-size: 1.6rem;
    z-index: 1;
}
section#items .item .inner {
    height: 280px;
    background-color: #ffffff;
    padding: 20px;
    display: grid;
    place-items: center;
}
section#items .item .inner img {
    max-height: 240px;
}
section#items .item p {
    font-family: 'Oswald', sans-serif;
    font-size: 1.8rem;
    text-align: center;
    color: #FFFFFF;
    margin: 5px 0 0;
    line-height: 1.2;
}
section#items .item .inner.onepiece {
    height: 360px;
    padding: 0;
}
section#items .item .inner.onepiece .inner {
    height: 360px;
}
section#items .item .inner.onepiece .inner img {
    max-height: 300px;
}
section#items .item .inner.onepiece p {
    color: #000;
    font-family: 'Roboto';
    font-size: 14px;
}
.modal-backdrop {
    background-color: #FF345C;
}
.modal-content {
    border: none;
    border-radius: 0;
    padding: 1.5rem;
}
.modal-header,
.modal-body {
    border: none;
}
.modal-header {
}
h5.modal-title { 
    font-size: 2rem;
    line-height: 1.2;
}
.modal-body {
}
.modal-body p {
    font-size: 1.4rem;
}
.modal-header .close { font-size: 3rem; padding: 0.7rem; }


@media screen and (max-width: 1199px) {
    .benly-box .page-header {
        height: 540px;
    }
}

@media screen and (max-width: 991px) {
    .home .page-header,
    .benly-box .page-header {
        height: 400px;
    }
    .entry-content h2 {
        font-size: 3.2rem
    }
    section#items .item .inner.onepiece,
    section#items .item .inner.onepiece .inner {
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .home .page-header,
    .benly-box .page-header {
        height: 300px;
    }
    .home .page-header img.benly-box-logo,
    .benly-box .page-header img.benly-box-logo {
        padding-top: 0px;
    }
    .entry-content h2 {
        font-size: 2.6rem
    }
    .benly-box .text-block p {
        font-size: 1.6rem;
        font-weight: bold;
        margin-top: 30px;
        line-height: 1.4;
    }
    section#items h4,
    section#bex h3 {
        font-size: 2.4rem;
        margin-bottom: 3rem;
    }
    section#bex .inner h5 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .benly-box a.btn.benbox {
        font-size: 2rem;
    }
    .home .page-header img,
    .benly-box .page-header img {
        max-width: 300px;
        margin-top: 130px;
    }
    section#bex h4 {
        font-size: 2.6rem;
        width: 250px;
    }
    section#items h4 {
        font-size: 2.6rem;
        width: 180px;
    }
    section#bex .line {
        height: 32px;
        margin: 2rem 0;
    }
    section#items .line {
        height: 32px;
    }
    section#bex .inner img {
        max-height: 160px;
    }
}

@media screen and (max-width: 575px) {
    section#bex .inner h5 {
        font-size: 2.5rem;
        margin: 3rem 0 0;
    }
    section#items .item .inner {
        height: 200px;
    }
    section#items .item .inner img {
        max-height: 160px;
    }
}



/*//////////////////////////////////////////////
    SpoGomi UK
//////////////////////////////////////////////*/
.spogomi-uk {
    background-color: #D9F0FB;
    transition: none;
}
.spogomi-uk h2 {
    text-align: center;
    color: #0068b7;
    margin-bottom: 30px;
}
.spogomi-uk .page-header .logo-box,
.spogomi-uk .page-header {
    height: 400px;
}
.spogomi-uk .page-header .logo-box img.spogomi-uk-logo {
    padding-top: 60px;
}
.spogomi-uk header#masthead .navbar-nav > li > a,
.spogomi-uk header#masthead .sns-buttons a {
    color: #0068b7 !important;
}
.spogomi-uk header#masthead,
.spogomi-uk header#masthead a.btn.btn-newsletter {
    border-color: #0068b7;
}
.spogomi-uk .text-block a {
    color: #0068b7;
}
.spogomi-uk .text-block h3 {
    font-size: 3rem;
    text-align: center;
    margin: 0 0 30px;
    color: #00A1E9;
}
.spogomi-uk .text-block p {
    font-size: 1.8rem;
    line-height: 1.4;
}
.spogomi-uk .text-block hr.wp-block-separator {
    margin: 30px 0;
}
.spogomi-uk a.btn.spogomi-uk {
    background-color: #0068b7;
    color: #FFFFFF;
    font-size: 2.5rem;
    font-weight: 600;
    padding: 1rem 3rem;
    border-radius: 50px;
}
.spogomi-uk a.btn.spogomi-uk:hover {
    background-color: #00A1E9;
}
.spogomi-uk .wp-block-button a {
    text-transform: none;
}
.spogomi-uk #logo-area {
    background-color: #FFFFFF;
}
.spogomi-uk #logo-area img.logo {
    max-height: 200px;
}




/*//////////////////////////////////////////////
    Past Event
//////////////////////////////////////////////*/

section#past-hj .card {
    border: 0;
    border-radius: 0;
}
section#past-hj .card-header {
    padding: 0;
    border: 0;
    border-radius: 0;
    margin-bottom: 2px;
}
section#past-hj .card-header a {
    display: block;
    padding: .5rem 1.25rem;
}
section#past-hj .card-body table {
    margin-bottom: 0;
}





