/*
Theme Name: onepress-child
Description: OnePress Child Theme
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Template: onepress
Text Domain: onepress-child
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0  Reset
2.0  Document
3.0  Layout
4.0  Structure
5.0  Contents
6.0  Elements
7.0  Widgets
8.0  Sections
9.0  External Plugins
10.0 WPdefault & bootstrap
11   others
--------------------------------------------------------------*/


/*--------------------------------------------------------------
2.0 Document Setup
--------------------------------------------------------------*/
/*------------------------------
	2.1 Typography
------------------------------*/
html {
    font-size: 16px;
    visibility: hidden;
}
html.wf-active {
    visibility: visible;
}
@media (max-width: 991px) {
    html {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    html {
        font-size: 16px;
    }
}
body, button, input, select, textarea,
.wpcf7-list-item-label {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300 !important;
    font-style: normal;
    color: #150c15;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .24em;
    font-feature-settings: "palt";
}
.font-en,
.c-bully__title:before,
.onepress-menu-mobile .menu-item a:before,
.section-subtitle,
.site-footer .site-info,
.error404 .page-header .page-title:before {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 800 !important;
}

/*------------------------------
	2.2 Links
------------------------------*/
a {
    color: inherit;
    font-weight: 500;
}
a:active,
a:focus,
a:hover {
    color: #d7000f;
    text-decoration: none;
}
.breadcrumbs a:after {
    border: none;
    top: initial;
}
p a,
.breadcrumbs a {
    display: inline-block;
    padding-left: 0.12em;
    position: relative;
}
p a:after,
.breadcrumbs a:after {
    content: '';
    position: absolute;
    bottom: -.2em;
    right: 0;
    left: 0;
    margin: auto;
    width: 7px;
    height: 7px;
-webkit-border-radius: 3.5px;
        border-radius: 3.5px;
    background: #d7000f;
    transition: all .3s ease-out;
}
.breadcrumbs a:after {
    bottom: -.5em;
    transition: all .2s ease-out;
}
p a:hover:after,
p a:active:after,
p a:focus:after,
.breadcrumbs a:hover:after,
.breadcrumbs a:active:after,
.breadcrumbs a:focus:after {
    width: 100%;
    height: 3px;
-webkit-border-radius: 1.5px;
        border-radius: 1.5px;
}


/*------------------------------
	2.3 Heading
------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.font-rodin,
.c-bully__title,
.onepress-menu a,
.breadcrumbs,
.wpcf7-form label,
input[type="submit"] {
    font-family: fot-rodin-pron, sans-serif !important;
    font-weight: 600 !important;
    font-style: normal;
    color: #150c15;
    line-height: 1.2;
    letter-spacing: .24em;
}
h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: .5rem;
}
h4 {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-bottom: .5rem;
}
.h5 {
    font-size: 1rem;
    letter-spacing: .3em;
    color: #002a5b;
}
@media screen and (min-width: 940px) {
    .h5 {
        font-size: 1.125rem;
    }
}

/*------------------------------
	2.4 Base
------------------------------*/
dt, dd {
  line-height: 1.2;
}
dt {
  margin-bottom: 0;
}
dd {
  margin-bottom: 1rem;
}

/*------------------------------
	2.5 Content
------------------------------*/
p {
    font-size: 16px;
    font-size: 1rem;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-top: 0;
}

/*------------------------------
	2.6 Table
------------------------------*/
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    white-space: nowrap;
}
table th {
    letter-spacing: .2em;
    text-align: center;
}
.table {
    border: none;
    font-size: 14px;
    font-family: dotgothic16, sans-serif;
    font-weight: 400 !important;
}
.table th,
.table td {
    padding: 0.6rem;
    border: 6px solid #002a5b;
    color: #fffde1;
    background-color: rgba(0, 0, 0, .5);
}
.table .thead-dark th {
    padding: 0 0.6rem;
    border: none;
    color: #ededed;
    background-color: #002a5b;
}

/*------------------------------
	2.7 Form
------------------------------*/
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="submit"]:hover,
.pirate-forms-submit-button:hover,
.contact-form div.wpforms-container-full .wpforms-form .wpforms-submit:hover {
    opacity: 1;
}
textarea:not(.editor-post-title__input),
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
    margin: .25rem 0 .5rem;
    color: #150c15;
    line-height: 1.7;
    border: 1px solid #ededed;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}
input[type="submit"] {
    background: #150c15;
    color: #fff;
    letter-spacing: .75rem;
    padding: .75rem .75rem .75rem 1.25rem;
    font-size: 14px;
    transition: all .2s ease-out;
}


/*--------------------------------------------------------------
4.0 Structure
--------------------------------------------------------------*/
/* Header
------------------------------*/
.site-header {
    box-shadow: none;
    line-height: 60px;
}
.home .site-header {
    background: rgba(255, 255, 255, 0);
}
.is-scrolled .site-header {
    top: 0px !important;
}
.is-transparent .site-header.header-fixed {
    background: transparent;
}
.header-full-width .container {
    max-width: 100%;
}
.site-branding .site-logo-div {
    line-height: 60px;
}
.site-branding .site-logo-div img {
    width: 130px;
}
.header-right-wrapper {
    display: none;
}
.onepress-menu a {
    color: #231815;
    font-size: 1rem;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    height: 2px;
    width: 30px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after,
.is-transparent .site-header.no-scroll #nav-toggle span,
.is-transparent .site-header.no-scroll #nav-toggle span:before,
.is-transparent .site-header.no-scroll #nav-toggle span:after {
    background: #002a5b;
}
#nav-toggle.nav-is-visible span:before {
-webkit-transform: translateX(0px) translateY(-3px) rotate(45deg);
    -ms-transform: translateX(0px) translateY(-3px) rotate(45deg);
        transform: translateX(0px) translateY(-3px) rotate(45deg);
}
#nav-toggle.nav-is-visible span:after {
    -webkit-transform: translateX(0px) translateY(2px) rotate(-45deg);
        -ms-transform: translateX(0px) translateY(2px) rotate(-45deg);
            transform: translateX(0px) translateY(2px) rotate(-45deg);
}
@media screen and (max-width: 1140px) {
    .main-navigation .onepress-menu {
        background: #eaf6fd;
    }
    .is-transparent .site-header.header-fixed {
        background: rgba(255, 255, 255, 0.8);
    }
    .onepress-menu-mobile-opening .is-transparent .site-header.header-fixed {
        background: rgba(234, 246, 253, 1);
    }
    .header-right-wrapper {
        display: block;
    }
    .onepress-menu.onepress-menu-mobile {
        text-align: center;
        border: none;
    }
    .onepress-menu.onepress-menu-mobile > li {
        line-height: 1;
        background: #eaf6fd;
    }
    .onepress-menu.onepress-menu-mobile > li:first-child {
        margin-top: 2rem;
        border-top: 1px solid #e9e9e9;
    }
    .onepress-menu.onepress-menu-mobile > li:last-child {
        border-bottom: 1px solid #e9e9e9;
    }
    .onepress-menu.onepress-menu-mobile a {
        color: #002a5b;
        font-size: 15px;
        line-height: 1.4;
    }
    .onepress-menu.onepress-menu-mobile > li > a {
        padding: 12px 20px 16px;
    }
    .onepress-menu-mobile .menu-item a:before {
        white-space: pre;
        font-size: 10px;
        padding-left: .2em;
        color: #d7000f;
    }
    .onepress-menu-mobile .menu-item-hero a:before {
        content: "home\A";
    }
    .onepress-menu-mobile .menu-item-features a:before {
        content: "about\A";
    }
    .onepress-menu-mobile .menu-item-about a:before {
        content: "members\A";
    }
    .onepress-menu-mobile .menu-item-service a:before {
        content: "news\A";
    }
    .onepress-menu-mobile .menu-item-team a:before {
        content: "supporters\A";
    }
    .onepress-menu-mobile .menu-item-contact a:before {
        content: "contact\A";
    }
}

/* Content
------------------------------*/
.site-content {
    border-top: none;
    margin-top: 0;
}
.page-header {
    border: none;
    padding: 2rem 0;
}
.page-header:before {
    display: none;
}
/* contactForm-page */
.page-id-379 .entry-content .col-md-8.mx-auto,
.page-id-93 .entry-content .col-md-8.mx-auto,
.page-id-381 .entry-content .col-md-8.mx-auto {
    max-width: 360px;
}
.page-id-379 .page-header .entry-title:before,
.page-id-93 .page-header .entry-title:before,
.page-id-381 .page-header .entry-title:before,
.error404 .page-header .page-title:before {
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 2.5rem;
    margin-bottom: .3em;
    color: #d7000f;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* support */
.page-id-379 .page-header {
    background-color: #eaf6fd;
}
.page-id-379 .page-header .entry-title:before {
    content: "\f2b5";
}
/* contact */
.page-id-93 .page-header {
    background-color: #fffde1;
}
.page-id-93 .page-header .entry-title:before {
    content: "\f003";
}
/* join */
.page-id-381 .page-header {
    background-color: #d6b845;
}
.page-id-381 .page-header .entry-title:before {
    content: "\f0c0";
}
/* 404.php */
.error404 .page-header .page-title:before {
    content: "404 not found\A";
    font-size: 1.75rem;
    font-weight: 400 !important;
    letter-spacing: .1em;
    text-transform: capitalize;
}

.page-header .entry-title,
.page-header .page-title {
    letter-spacing: .36em;
    color: #002a5b;
    font-size: 21px;
}
.entry-content h2 {
    font-size: 1.25rem;
    margin-top: 2em;
}
.entry-content ul, .entry-content ol {
    padding: 0;
    margin: 0 0 1.4em;
    line-height: 1.4;
}
.entry-content li {
    margin-left: 1.5em;
    margin-bottom: .5em;
}
@media screen and (min-width: 768px) {
    .page-header {
        padding: 4rem 0;
    }
    .page-header .entry-title,
    .page-header .page-title {
        font-size: 24px;
    }
}

/* Footer
------------------------------*/
.site-footer {
    background: #d6b845;
}
.home .site-footer .footer-connect {
    padding: 0 0 6rem;
    line-height: 1;
}
.site-footer .footer-social a {
    font-size: 2.5rem;
    color: #002a5b;
    transition: all .2s ease-out;
}
.site-footer .footer-social a:hover,
.site-footer .footer-social a:active,
.site-footer .footer-social a:focus {
    color: #d7000f;
    text-decoration: none;
}
.site-footer .site-info {
    padding: 4rem 0px;
    background: #150c15;
    color: #d7000f;
    letter-spacing: .18em;
    z-index: 2;
}
.site-footer .site-info a {
    color: #d7000f;
    transition: all .2s ease-out;
}
.site-footer .site-info a:hover,
.site-footer .site-info a:active,
.site-footer .site-info a:focus {
    color: #eaf6fd;
    text-decoration: none;
}
.site-footer .site-info small {
    font-size: 100%;
}
.site-footer .btt a {
    border-radius: 0;
    background: #150c15;
    z-index: 98;
}


/*--------------------------------------------------------------
6.0 Elements
--------------------------------------------------------------*/
/* Loading
------------------------------*/
.slider-spinner {
    width: 140px;
    height: 40px;
    position: relative;
    margin: 0 auto;
}
.double-bounce1 {
    width: 12px;
    height: 12px;
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
-webkit-animation: catchBallLoading 1s infinite ease-in-out alternate;
        animation: catchBallLoading 1s infinite ease-in-out alternate;
}
.double-bounce2 {
    display: none;
}
@-webkit-keyframes catchBallLoading {
    0% {
    -webkit-transform: scaleY(1) translateX(-40px);
    }
    40% {
    -webkit-transform: scaleY(1) translateX(-40px);
    }
    50% {
    -webkit-transform: scaleY(.7) translateX(0);
    }
    60% {
    -webkit-transform: scaleY(1) translateX(40px);
    }
    100% {
    -webkit-transform: scaleY(1) translateX(40px);
    }
}
@keyframes catchBallLoading {
    0% {
-webkit-transform: scaleY(1) translateX(-40px);
        transform: scaleY(1) translateX(-40px);
    }
    40% {
-webkit-transform: scaleY(1) translateX(-40px);
        transform: scaleY(1) translateX(-40px);
    }
    50% {
-webkit-transform: scaleY(.7) translateX(0);
        transform: scaleY(.7) translateX(0);
    }
    60% {
-webkit-transform: scaleY(1) translateX(40px);
        transform: scaleY(1) translateX(40px);
    }
    100% {
-webkit-transform: scaleY(1) translateX(40px);
        transform: scaleY(1) translateX(40px);
    }
}


/*--------------------------------------------------------------
8.0 Sections
--------------------------------------------------------------*/
/* Section: Hero
------------------------------*/
.hero-slideshow-wrapper {
    height: 100vh;
}
.hero-slideshow-wrapper:after {
    background-color: #002a5b;
}
.hero-slideshow-fullscreen .container {
    top: 0;
-webkit-transform: none;
    -ms-transform: none;
        transform: none;
    height: 100%;
    max-width: 100%;
    padding: 0;
}
.hero__content {
    height: 100%;
    text-shadow: none;
}
.is-transparent .hero-slideshow-fullscreen .hero__content {
    padding-top: 0;
}
.h-on-top.is-transparent #hero .container .hero__content {
    margin-top: 0;
}
.hero-small-text {
    height: 100%;
}
.hero-slideshow-wrapper .hero__content .hero-large-text,
.hero-slideshow-wrapper .hero__content .hero-small-text,
.hero-slideshow-wrapper .hero__content .btn,
.hero-slideshow-wrapper .hero__content .hcl2-content {
-webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
        transform: translateY(0px);
}
/* ---- scene ---- */
.speed-lines {
    position: absolute;
    width: 120%;
    height: 100%;
}
.speed-line {
    position: absolute;
    width: 100%;
    background: #eaf6fd;
}
.speed-line-1 {
    height: 4%;
}
.speed-line-2 {
    height: 2%;
}
.speed-line-3 {
    height: 2%;
}
.speed-line-4 {
    height: 1%;
}
.speed-line-5 {
    height: 0.8%;
}
.speed-line-6 {
    height: 0.8%;
}
.scene-1,
.scene-2,
.scene-3 {
    position: absolute;
    width: 100%;
    height: 100%;
}
.scene-1,
.scene-2 {
    background: #002a5b;
}
.scene-1 h1,
.scene-2 h1 {
    position: absolute;
    letter-spacing: .05em;
    font-size: 3rem;
}
.scene-1 h1:after,
.scene-2 h1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #002a5b;
    width: 100%;
    height: 100%;
-webkit-transform-origin: right;
    -ms-transform-origin: right;
        transform-origin: right;
}
/* ---- scene-1 ---- */
.scene-1 .speed-line-1 {
    top: 73%;
}
.scene-1 .speed-line-2 {
    top: 55%;
}
.scene-1 .speed-line-3 {
    top: 61%;
}
.scene-1 .speed-line-4 {
    top: 66%;
}
.scene-1 .speed-line-5 {
    top: 59%;
}
.scene-1 .speed-line-6 {
    top: 82%;
}
#hero.loaded .scene-1 img {
    position: absolute;
    width: auto;
    height: 54%;
    bottom: 8%;
    right: -8%;
-webkit-animation: slideImageToRight 4s linear 2s both;
        animation: slideImageToRight 4s linear 2s both;
}
#hero.loaded .scene-1 .speed-lines {
    right: 0%;
-webkit-animation: slideLinesToRight 4s linear 2.1s both;
        animation: slideLinesToRight 4s linear 2.1s both;
}
#hero.loaded .scene-1 h1 {
    top: 21%;
    left: 10%;
-webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);
-webkit-animation: slideTextToLeft 3.8s linear 2.4s both;
        animation: slideTextToLeft 3.8s linear 2.4s both;
}
#hero.loaded .scene-1 h1:after {
-webkit-animation: slideTextCover .2s ease-in-out 2.4s both;
        animation: slideTextCover .2s ease-in-out 2.4s both;
}
#hero.loaded .scene-1 .speed-line-5,
#hero.loaded .scene-1 .speed-line-6 {
-webkit-animation: scaleUpLine .2s ease-in 5.9s both;
        animation: scaleUpLine .2s ease-in 5.9s both;
}
#hero.loaded .scene-1 {
-webkit-animation: fadeOut .1s ease-in 6.2s both;
        animation: fadeOut .1s ease-in 6.2s both;
}
/* ---- scene-2 ---- */
.scene-2 .speed-line-1 {
    top: 71%;
}
.scene-2 .speed-line-2 {
    top: 53%;
}
.scene-2 .speed-line-3 {
    top: 80%;
}
.scene-2 .speed-line-4 {
    top: 77%;
}
.scene-2 .speed-line-5 {
    top: 57%;
}
.scene-2 .speed-line-6 {
    top: 83%;
}
#hero.loaded .scene-2 img {
    position: absolute;
    width: auto;
    height: 54%;
    bottom: 6%;
    left: -8%;
-webkit-animation: slideImageToLeft 4s linear 6.2s both;
        animation: slideImageToLeft 4s linear 6.2s both;
}
#hero.loaded .scene-2 .speed-lines {
    left: 0%;
-webkit-animation: slideLinesToLeft 4s linear 6.3s both;
        animation: slideLinesToLeft 4s linear 6.3s both;
}
#hero.loaded .scene-2 h1 {
    top: 18%;
    right: -5%;
-webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
        transform: rotate(5deg);
-webkit-animation: slideTextToRight 3.8s linear 6.6s both;
        animation: slideTextToRight 3.8s linear 6.6s both;
}
#hero.loaded .scene-2 h1:after {
-webkit-animation: slideTextCover .2s ease-in-out 6.6s both;
        animation: slideTextCover .2s ease-in-out 6.6s both;
}
#hero.loaded .scene-2 .speed-line-5,
#hero.loaded .scene-2 .speed-line-6 {
-webkit-animation: scaleUpLine .2s ease-in 10.1s both;
        animation: scaleUpLine .2s ease-in 10.1s both;
}
#hero.loaded .scene-2 {
-webkit-animation: fadeOut .1s ease-in 10.4s both;
        animation: fadeOut .1s ease-in 10.4s both;
}
/* ---- scene-3 ---- */
.backstretch img {
    top: auto !important;
    bottom: 0 !important;
}
.hero-slideshow-wrapper:after {
-webkit-animation: fadeOut 3s ease-in-out 10.4s both;
        animation: fadeOut 3s ease-in-out 10.4s both;
}
.scene-3 h1 {
    position: absolute;
    width: 100%;
    letter-spacing: .3em;
    top: 50%;
    left: 50%;
    padding-left: .5em;
-webkit-transform: translate(-50%, -1.3em);
        transform: translate(-50%, -1.3em);
    font-size: 1.3rem;
    z-index: 1;
-webkit-animation: fadeIn 1s ease-in-out 13.4s both;
        animation: fadeIn 1s ease-in-out 13.4s both;
}
.scene-3 img {
    position: absolute;
    height: 21%;
    bottom: 0;
    right: 10%;
-webkit-animation: outfielderJump 1.5s ease-in-out 15.4s both;
        animation: outfielderJump 1.5s ease-in-out 15.4s both;
}
/* scroll-prompt */
.scene-3 a {
    display: inline-block;
    position: absolute;
    width: 34px;
    height: auto;
    right: auto;
    left: 21%;
    bottom: 10px;
    margin: auto;
    padding: 10px;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .2em;
    writing-mode: vertical-lr;
-webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    z-index: 1;
-webkit-animation: fadeIn .5s ease-in-out 20s both;
        animation: fadeIn .5s ease-in-out 20s both;
}
.scene-3 a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #fff;
-webkit-animation: scrollPrompt 3s cubic-bezier(1, 0, 0, 1) infinite;
        animation: scrollPrompt 3s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes scrollPrompt {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    35% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    35.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    70%, 100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}
@media screen and (min-width: 768px) {
    /* ---- scene ---- */
    #hero.loaded .scene-1 h1,
    #hero.loaded .scene-2 h1 {
        font-size: 6rem;
    }
    /* ---- scene-1 ---- */
    #hero.loaded .scene-1 img {
        right: -3%;
    }
    #hero.loaded .scene-1 h1 {
        top: 18%;
        left: 11%;
    }
    /* ---- scene-2 ---- */
    #hero.loaded .scene-2 img {
        left: 0%;
    }
    #hero.loaded .scene-2 h1 {
        top: 15%;
        right: -8%;
    }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
    /* ---- scene ---- */
    #hero.loaded .scene-1 h1,
    #hero.loaded .scene-2 h1 {
        font-size: 8rem;
    }
    /* ---- scene-1 ---- */
    #hero.loaded .scene-1 h1 {
        top: 17%;
    }
    /* ---- scene-2 ---- */
    #hero.loaded .scene-2 h1 {
        top: 14%;
    }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
    /* ---- scene ---- */
    .speed-line-1 {
        height: 5%;
    }
    .speed-line-2 {
        height: 3%;
    }
    .speed-line-3 {
        height: 3%;
    }
    .speed-line-4 {
        height: 2%;
    }
    .speed-line-5 {
        height: 1%;
    }
    .speed-line-6 {
        height: 1%;
    }
    #hero.loaded .scene-1 h1,
    #hero.loaded .scene-2 h1 {
        font-size: 4rem;
        top: 16%;
    }
    /* ---- scene-1 ---- */
    .scene-1 .speed-line-1 {
        top: 70%;
    }
    .scene-1 .speed-line-2 {
        top: 46%;
    }
    .scene-1 .speed-line-3 {
        top: 53%;
    }
    .scene-1 .speed-line-4 {
        top: 59%;
    }
    .scene-1 .speed-line-5 {
        top: 51%;
    }
    .scene-1 .speed-line-6 {
        top: 82%;
    }
    .scene-1 .speed-line {
        right: 5%;
    }
    #hero.loaded .scene-1 img {
        height: 72%;
        bottom: 5%;
        right: 5%;
    }
    #hero.loaded .scene-1 h1 {
        left: 24%;
    }
    /* ---- scene-2 ---- */
    .scene-2 .speed-line-1 {
        top: 66%;
    }
    .scene-2 .speed-line-2 {
        top: 41%;
    }
    .scene-2 .speed-line-3 {
        top: 78%;
    }
    .scene-2 .speed-line-4 {
        top: 74%;
    }
    .scene-2 .speed-line-5 {
        top: 47%;
    }
    .scene-2 .speed-line-6 {
        top: 83%;
    }
    .scene-2 .speed-line {
        left: 5%;
    }
    #hero.loaded .scene-2 img {
        height: 72%;
        bottom: 3%;
        left: 5%;
    }
    #hero.loaded .scene-2 h1 {
        right: 5%;
    }
    /* ---- scene-3 ---- */
    #hero.loaded .scene-3 h1 {
        font-size: 1.6rem;
    }
    /* scroll-prompt */
    .scene-3 a {
        left: 0;
        right: 0;
    }
}
@media screen and (min-width: 1200px) {
    /* ---- scene ---- */
    #hero.loaded .scene-1 h1,
    #hero.loaded .scene-2 h1 {
        font-size: 5rem;
        top: 15%;
    }
}
@media screen and (min-width: 1400px) {
    /* ---- scene ---- */
    #hero.loaded .scene-1 h1,
    #hero.loaded .scene-2 h1 {
        font-size: 6.4rem;
    }
    /* ---- scene-1 ---- */
    .scene-1 .speed-line {
        right: 5%;
    }
    #hero.loaded .scene-1 img {
        right: 5%;
    }
    /* ---- scene-2 ---- */
    .scene-2 .speed-line {
        left: 5%;
    }
    #hero.loaded .scene-2 img {
        left: 5%;
    }
}
/*---- keyframes ----*/
@-webkit-keyframes slideImageToRight {
    0% {
        opacity: 0;
        -webkit-transform: translate(-1300px,0px);
    }
    5% {
        opacity: 1;
        -webkit-transform: scale(1) translate(0px,0px);
    }
    96% {
        opacity: 1;
        -webkit-transform: scale(1.1) translate(30px,0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(8) translate(40px,500px);
    }
}
@keyframes slideImageToRight {
    0% {
        opacity: 0;
-webkit-transform: translate(-1300px,0px);
        transform: translate(-1300px,0px);
    }
    5% {
        opacity: 1;
-webkit-transform: scale(1) translate(0px,0px);
        transform: scale(1) translate(0px,0px);
    }
    96% {
        opacity: 1;
-webkit-transform: scale(1.1) translate(30px,0px);
        transform: scale(1.1) translate(30px,0px);
    }
    100% {
        opacity: 0;
-webkit-transform: scale(8) translate(40px,500px);
        transform: scale(8) translate(40px,500px);
    }
}
@-webkit-keyframes slideImageToLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate(1300px,0px);
    }
    5% {
        opacity: 1;
        -webkit-transform: scale(1) translate(0px,0px);
    }
    96% {
        opacity: 1;
        -webkit-transform: scale(1.1) translate(-30px,0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(8) translate(-160px,500px);
    }
}
@keyframes slideImageToLeft {
    0% {
        opacity: 0;
-webkit-transform: translate(1300px,0px);
        transform: translate(1300px,0px);
    }
    5% {
        opacity: 1;
-webkit-transform: scale(1) translate(0px,0px);
        transform: scale(1) translate(0px,0px);
    }
    96% {
        opacity: 1;
-webkit-transform: scale(1.1) translate(-30px,0px);
        transform: scale(1.1) translate(-30px,0px);
    }
    100% {
        opacity: 0;
-webkit-transform: scale(8) translate(-160px,500px);
        transform: scale(8) translate(-160px,500px);
    }
}
@-webkit-keyframes slideLinesToRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-1300px);
    }
    5% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    96% {
        opacity: 1;
        -webkit-transform: translateX(30px);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(8) translateX(50px);
    }
}
@keyframes slideLinesToRight {
    0% {
        opacity: 0;
-webkit-transform: translateX(-1300px);
        transform: translateX(-1300px);
    }
    5% {
        opacity: 1;
-webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    96% {
        opacity: 1;
-webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        opacity: 0;
-webkit-transform: scale(8) translateX(50px);
        transform: scale(8) translateX(50px);
    }
}
@-webkit-keyframes slideLinesToLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(1300px);
    }
    5% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
    96% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(8) translateX(-50px);
    }
}
@keyframes slideLinesToLeft {
    0% {
        opacity: 0;
-webkit-transform: translateX(1300px);
        transform: translateX(1300px);
    }
    5% {
        opacity: 1;
-webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    96% {
        opacity: 1;
-webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    100% {
        opacity: 0;
-webkit-transform: scale(8) translateX(-50px);
        transform: scale(8) translateX(-50px);
    }
}
@-webkit-keyframes slideTextToLeft {
    0% {
        -webkit-transform: rotate(-5deg) translate(40px,0px);
    }
    96% {
        opacity: 1;
        -webkit-transform: rotate(-5deg) scale(.97) translate(0px,0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-5deg) scale(8) translate(-300px,-200px);
    }
}
@keyframes slideTextToLeft {
    0% {
-webkit-transform: rotate(-5deg) translate(40px,0px);
        transform: rotate(-5deg) translate(40px,0px);
    }
    96% {
        opacity: 1;
-webkit-transform: rotate(-5deg) scale(.97) translate(0px,0px);
        transform: rotate(-5deg) scale(.97) translate(0px,0px);
    }
    100% {
        opacity: 0;
-webkit-transform: rotate(-5deg) scale(8) translate(-300px,-200px);
        transform: rotate(-5deg) scale(8) translate(-300px,-200px);
    }
}
@-webkit-keyframes slideTextToRight {
    0% {
        -webkit-transform: rotate(5deg) translate(-40px,0px);
    }
    96% {
        opacity: 1;
        -webkit-transform: rotate(5deg) scale(.97) translate(0px,0px);
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(5deg) scale(8) translate(900px,-200px);
    }
}
@keyframes slideTextToRight {
    0% {
-webkit-transform: rotate(5deg) translate(-40px,0px);
        transform: rotate(5deg) translate(-40px,0px);
    }
    96% {
        opacity: 1;
-webkit-transform: rotate(5deg) scale(.97) translate(0px,0px);
        transform: rotate(5deg) scale(.97) translate(0px,0px);
    }
    100% {
        opacity: 0;
-webkit-transform: rotate(5deg) scale(8) translate(900px,-200px);
        transform: rotate(5deg) scale(8) translate(900px,-200px);
    }
}
@-webkit-keyframes slideTextCover {
    0% {
        -webkit-transform: scaleX(1);
    }
    100% {
        -webkit-transform: scaleX(0);
    }
}
@keyframes slideTextCover {
    0% {
-webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
-webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
}
@-webkit-keyframes scaleUpLine {
    0% {
        -webkit-transform: scaleY(1);
    }
    100% {
        -webkit-transform: scaleY(80);
    }
}
@keyframes scaleUpLine {
    0% {
-webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
-webkit-transform: scaleY(80);
        transform: scaleY(80);
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes outfielderJump {
    0% {
        opacity: 0;
        -webkit-transform: translate(50px,300px);
    }
    60% {
        opacity: 0;
    }
    90% {
        -webkit-transform: translate(2px,-2px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0,0);
    }
}
@keyframes outfielderJump {
    0% {
        opacity: 0;
-webkit-transform: translate(50px,300px);
        transform: translate(50px,300px);
    }
    60% {
        opacity: 0;
    }
    90% {
-webkit-transform: translate(2px,-2px);
        transform: translate(2px,-2px);
    }
    100% {
        opacity: 1;
-webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}


/* Section Stuffs
------------------------------*/
.home .site-main {
    background: #eaf6fd;
}
.section-title-area .section-subtitle {
    font-size: 1.75rem;
    letter-spacing: .3em;
    margin-bottom: 0;
    padding-left: .2em;
    display: block;
    text-align: center;
    color: #d7000f;
}
.section-title-area .section-title {
    font-size: 1rem;
    letter-spacing: .5em;
    text-align: center;
    color: #002a5b;
}
.section-desc {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 0;
    text-align: left;
    text-align: justify;
}
.misaligned-bg {
    padding: 20px 20px 0;
    overflow: hidden;
}
.misaligned-bg img {
    border: 5px solid #fff;
}
.misaligned-bg:before {
    content: "";
    position: absolute;
    width: 100%;
width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
    height: auto;
padding-top: -webkit-calc(66.666% - 23.33px);
        padding-top: calc(66.666% - 23.33px);
    z-index: -2;
    background-color: #002a5b;
}
.misaligned-bg-2x1:before {
padding-top: -webkit-calc(50% - 15px);
        padding-top: calc(50% - 15px);
}
.misaligned-bg-top-right:before {
    top: -20px;
    left: 40px;
}
.misaligned-bg-top-left:before {
    top: -20px;
    left: 0px;
}
.annotation {
    background: #002a5b;
    color: #eaf6fd;
-webkit-border-radius: 5px;
        border-radius: 5px;
}
.annotation-title {
    text-align: center;
    color: #eaf6fd;
}
.h-bg-line {
    position: relative;
}
.h-bg-line:before {
    content: "";
    width: 100%;
    height: 6px;
    background-repeat: repeat-x;
    background-image: url('images/line-bg-white.png');
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    box-sizing: border-box;
    z-index: 1;
}
.h-bg-line span {
    position: relative;
    display: inline-block;
    padding: 0 1.3rem 0 2rem;
    background: #002a5b;
    z-index: 2;
}
.btn.coach-box,
.btn.batter-box {
    position: relative;
    text-transform: inherit;
    border: none;
    border-radius: inherit;
    box-shadow: none;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #d7000f;
    background: url('images/line-bg-white.png') repeat;
    width: 216px;
    height: 108px;
    box-sizing: border-box;
    padding: inherit;
    transition: ease .2s;
}
.btn.coach-box:hover,
.btn.batter-box:hover {
	color:#fff;
}
.btn.coach-box span,
.btn.batter-box span {
    position: relative;
    display: block;
    width: 200px;
    height: 92px;
    margin: auto;
    margin-top: 8px;
    padding-top: 1.8em;
    z-index: 1;
}
.btn.coach-box span {
    height: 100px;
    margin-top: 0;
    background: #eaf6fd;
}
.btn.batter-box span {
    background: #d6b845;
}
.btn.coach-box span:before,
.btn.batter-box span:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: -1;
 	background: #d7000f;
 	width: 100%;
	height: 100%;
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right center;
}
.btn.coach-box:hover span:before,
.btn.batter-box:hover span:before{
	transform-origin: left center;
	transform:scale(1, 1);
}
@media screen and (min-width: 768px) {
    .section-title-area .section-subtitle {
        font-size: 2.75rem;
    }
}
@media screen and (min-width: 940px) {
    .section-title-area .section-subtitle {
        font-size: 3.75rem;
    }
    .section-title-area .section-title {
        font-size: 1.125rem;
    }
}

/* Section: about <-- feature
------------------------------*/
#features .section-content {
    display: none;
}

/* Section: members <-- about
------------------------------*/
.section-about {
    background-color: #002a5b;
}
.section-about .section-title{
    color: #eaf6fd;
}
.section-about .row > div {
    margin-top: inherit;
}
.section-about .section-desc img {
    border: 8px solid rgba(0, 0, 0, .5);
}
.section-about h3 {
    color: #d6b845;
    margin-bottom: 1rem;
    font-family: dotgothic16, sans-serif !important;
    font-weight: 400 !important;
}
.section-about .name-2c {
    letter-spacing: 1.5em;
}

/* Section: news <-- service
------------------------------*/
.section-services {
    background-color: #fff;
}
.section-services .service-item {
    background: none;
    box-shadow: none;
    transition: none;
    padding: 0;
}
.section-services .service-item:hover {
    box-shadow: none;
}
.section-services .service-item .service-content {
    max-width: 564px;
    min-height: 580px;
    margin: 0 auto;
    position: relative;
}
.section-services .service-item .service-title {
    display: none;
}
@media screen and (max-width: 720px) {
    .section-services .service-item {
        padding: 0;
    }
}
@media screen and (min-width: 768px) {
    .section-services .service-item .service-content {
        padding: 2rem 32px;
    }
    .section-services .service-item .service-content:before,
    .section-services .service-item .service-content:after {
        content: "";
        background-image: url('images/line-bg-gray.png');
        width: 8px;
        height: 100%;
        background-repeat: repeat-y;
        position: absolute;
        top: 0;
        bottom: 0;
    }
    .section-services .service-item .service-content:before {
        left: 0;
    }
    .section-services .service-item .service-content:after {
        right: 0;
    }
}
@media screen and (min-width: 992px) {
    .section-services .batter,
    .section-services .catcher,
    .section-services .pitcher,
    .section-services .runner {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: -1;
    }
    .section-services .batter {
        background-image: url('https://kagawa-challengers.jp/wp/wp-content/uploads/2021/09/batter-with-shadow.png');
        width: 145px;
        height: 140px;
        transform: translate(390px, 140px);
    }
    .section-services .catcher {
        background-image: url('https://kagawa-challengers.jp/wp/wp-content/uploads/2021/09/catcher-with-shadow.png');
        width: 125px;
        height: 110px;
        transform: translate(-370px, 320px);
    }
    .section-services .pitcher {
        background-image: url('https://kagawa-challengers.jp/wp/wp-content/uploads/2021/09/pitcher-with-shadow.png');
        width: 125px;
        height: 160px;
        transform: translate(-450px, -90px);
    }
    .section-services .runner {
        background-image: url('https://kagawa-challengers.jp/wp/wp-content/uploads/2021/09/runner-with-shadow.png');
        width: 150px;
        height: 130px;
        transform: translate(420px, -240px);
    }
    .section-services .service-item {
        margin-bottom: 4rem;
    }
}

/* Section: supporters <-- team
------------------------------*/
.section-team.section-meta {
    background-color: inherit;
}
.section-team ul {
    list-style: none;
    padding: 0;
    margin: 4rem 0 5rem;
    letter-spacing: .21em;
    line-height: 1.3;
    text-align: center;
    align-items: center;
}
.section-team ul li {
    margin: 0;
    padding: .6em 15px;
}
.section-team ul li:nth-child(odd) {
    background-color: rgba(255, 255, 255, .5);
}
.section-team ul li span.org {
    font-size: 90%;
}
.section-team ul li span.sama {
    font-size: 80%;
}
.third-base-area {
    position: relative;
}
.third-base-area:before {
    content: '';
 	position: absolute;
    width: 100%;
	height: 8px;
    background-repeat: repeat-x;
    background-image: url('images/line-bg-white.png');
 	bottom: 0;
    right: 0;
 	left: 0;
    margin: 0 auto;
 	z-index: -2;
-webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
        transform: translateY(-30px);
}
.third-base-area:after {
    content: '';
 	position: absolute;
    width: 30px;
	height: 30px;
-webkit-border-radius: 2px;
        border-radius: 2px;
    background: #fff;
 	bottom: 0;
    right: 0;
 	left: 0;
    margin: 0 auto;
 	z-index: -1;
-webkit-transform: translateX(92px);
    -ms-transform: translateX(92px);
        transform: translateX(92px);
}
.third-base-area .coach-box {
    margin: 30px auto 138px;
}

/* Section: contact <-- contact
------------------------------*/
.section-contact {
    background: #d6b845;
}
.section-contact:before,
.section-contact:after {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background-repeat: repeat-x;
    background-image: url('images/line-bg-white.png');
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    z-index: 1;
}
.section-contact:before {
    transform-origin: top left;
-webkit-transform: translateX(-14px) translateY(-4px) rotate(-45deg);
    -ms-transform: translateX(-14px) translateY(-4px) rotate(-45deg);
        transform: translateX(-14px) translateY(-4px) rotate(-45deg);
}
.section-contact:after {
    transform-origin: bottom left;
-webkit-transform: translateX(-14px) translateY(-4px) rotate(45deg);
    -ms-transform: translateX(-14px) translateY(-4px) rotate(45deg);
        transform: translateX(-14px) translateY(-4px) rotate(45deg);
}
.section-contact .container {
    position: unset;
}
.section-contact .catcher-box {
    position: absolute;
    background: url('images/line-bg-white.png') repeat;
    width: 140px;
    height: 108px;
    box-sizing: border-box;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 3;
-webkit-transform: translateX(-178px) translateY(-50%);
    -ms-transform: translateX(-178px) translateY(-50%);
        transform: translateX(-178px) translateY(-50%);
}
.section-contact .catcher-box:after {
    content: '';
    position: absolute;
    background: #d6b845;
    width: 132px;
    height: 92px;
    box-sizing: border-box;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 4;
-webkit-transform: translateX(4px) translateY(-50%);
    -ms-transform: translateX(4px) translateY(-50%);
        transform: translateX(4px) translateY(-50%);
}
.section-contact .batter-box-R,
.section-contact .batter-box-L {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 5;
}
.section-contact .batter-box-R {
-webkit-transform: translateY(-138px);
    -ms-transform: translateY(-138px);
        transform: translateY(-138px);
}
.section-contact .batter-box-L {
-webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
        transform: translateY(30px);
    letter-spacing: .14em;
}
.section-contact .homebase {
    position: absolute;
    width: 100%;
    height: 60px;
    background: #d6b845;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    box-sizing: border-box;
    z-index: 2;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}
.section-contact .homebase:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 24px;
    height: 36px;
    background: #fff;
    box-sizing: border-box;
    z-index: 3;
-webkit-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
        transform: translateX(50%) translateY(-50%);
}
.section-contact .homebase:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 25px;
    height: 25px;
    background: #fff;
    box-sizing: border-box;
    z-index: 3;
-webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
}
.section-contact .batter-box-space {
    height: 24rem;
}
.home .site-footer {
    margin-top: -8rem;
}
@media screen and (min-width: 992px) {
    .section-contact .batter-box-space {
        height: 30rem;
    }
    .home .site-footer {
        margin-top: -13rem;
    }
}


/*--------------------------------------------------------------
9.0 External Plugins
--------------------------------------------------------------*/
/* Breadcrumbs
------------------------------*/
.breadcrumbs {
    color: #d7000f;
}
.breadcrumbs a {
    color: #150c15;
    margin-right: .4em;
}
.breadcrumbs a:hover {
    text-decoration: none;
}
.breadcrumbs a:before {
    content: none;
}
.breadcrumbs span span {
    color: #999;
    margin-left: .25em;
}

/* contactForm7
------------------------------*/
.entry-content > div[class^="col-"] {
    max-width: fit-content;
}
.wpcf7-form {
    font-size: 15px;
    letter-spacing: .3em;
}
.wpcf7-form label {
    color: #999;
    letter-spacing: .2em;
    font-size: 15px;
}
form .text-primary {
    color: #d7000f !important;
    font-size: 80%;
}
.wpcf7-list-item label {
    display: block;
}
.wpcf7-list-item input {
    margin: 0;
}


/*--------------------------------------------------------------
11  others
--------------------------------------------------------------*/
/* font-icon
------------------------------*/
@font-face {
  font-family: 'baseballicon';
  src:  url('fonts/baseballicon.eot?oap9zd');
  src:  url('fonts/baseballicon.eot?oap9zd#iefix') format('embedded-opentype'),
    url('fonts/baseballicon.ttf?oap9zd') format('truetype'),
    url('fonts/baseballicon.woff?oap9zd') format('woff'),
    url('fonts/baseballicon.svg?oap9zd#baseballicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"],
.c-bully__bullet:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'baseballicon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-baseball-glove-web-font:before {
  content: "\e900";
  color: #d6b845;
}
/**
* JQuery Bullly
* @see https://github.com/pixelgrade/rellax/blob/gh-pages/assets/css/bully.css
 */
.c-bully {
    color: #fff;
    right: -36px;
-webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
}
.is-scrolled .c-bully {
    right: 1%;
}
.c-bully__bullet--active {
    pointer-events: none;
    z-index: 800;
}
.c-bully__bullet--pop {
    padding: 3px 0 15px 3px;
}
.c-bully__bullet--pop:after {
    content: "\e900";
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    font-size: 24px;
    color: #d6b845;
    z-index: 700;
-webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
}
.c-bully.c-bully--inversed .c-bully__bullet--pop:after {
    color: #150c15;
}
.c-bully__bullet--pop:hover:after,
.c-bully.c-bully--inversed .c-bully__bullet--pop:hover:after {
    color: #d7000f;
}
.c-bully__title {
    right: 40px;
    top: 8px;
    border-radius: 3px;
    padding: 3px 2px 8px 5px;
    min-width: 15em;
    text-align: center;
    pointer-events: none;
    color: #002a5b;
    background: #d6b845;
}
.c-bully__title:before {
    white-space: pre;
    font-size: 10px;
    padding-left: .2em;
    color: #d7000f;
}
.c-bully__title:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #d6b845;
-webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}
.c-bully.c-bully--inversed .c-bully__title {
    background: #fffde1;
}
.c-bully.c-bully--inversed .c-bully__title:after {
    border-left-color: #fffde1;
}
#bully__hero .c-bully__title:before {
    content: "home\A";
}
#bully__features .c-bully__title:before {
    content: "about\A";
}
#bully__about .c-bully__title:before {
    content: "members\A";
}
#bully__service .c-bully__title:before {
    content: "news\A";
}
#bully__team .c-bully__title:before {
    content: "supporters\A";
}
#bully__contact .c-bully__title:before {
    content: "contact\A";
}
@media screen and (max-width: 1140px) {
    .c-bully.c-bully-hide-on-mobile {
        display: none;
    }
}
