/*
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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
/* Reset already include in bootstrap */
/*--------------------------------------------------------------
2.0 Document Setup
--------------------------------------------------------------*/
/*------------------------------
	2.1 Typography
------------------------------*/
html {
    font-size: 16px;
}
@media (max-width: 991px) {
    html {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    html {
        font-size: 16px;
    }
}
body, button, input, select, textarea {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600 !important;
    font-style: normal;
    color: #231815;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .03em;
}
.font-en,
.c-bully__title:after,
.onepress-menu-mobile .menu-item a:after,
.section-subtitle,
.site-footer .site-info,
.breadcrumbs a {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700 !important;
}

/*------------------------------
	2.2 Links
------------------------------*/
a {
-webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
}
a:hover {
  color: #918c8a;
  text-decoration: none;
}

/*------------------------------
	2.3 Heading
------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.font-toppan,
.c-bully__title,
.onepress-menu a,
.wpcf7-form label,
.breadcrumbs span span {
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900 !important;
    font-style: normal;
    color: #231815;
    line-height: 1.2;
    letter-spacing: .08em;
}
h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: .5rem;
}
h4 {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-bottom: .5rem;
}

/*------------------------------
	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.7 Form
------------------------------*/
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"] {
    letter-spacing: .1em;
    margin: .25rem 0 .5rem;
    color: #231815;
    border: 1px solid #d3d1d0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}
input[type="submit"] {
    background: #231815;
    letter-spacing: .75rem;
    padding: .75rem .75rem .75rem 1.25rem;
    font-size: 14px;
}


/*--------------------------------------------------------------
4.0 Structure
--------------------------------------------------------------*/
/* Header
------------------------------*/
.site-header {
    box-shadow: none;
    line-height: 60px;
-webkit-transition: all .5s ease-out;
        transition: all .5s ease-out;
}
.home .site-header {
    background: none !important;
    top: -200px !important;
}
.is-scrolled .site-header {
    top: 0px !important;
}
.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,
.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: #231815;
}
@media screen and (max-width: 1140px) {
    .home .site-header {
        background-color: #fff !important;
    }
    .header-right-wrapper {
        display: block;
    }
    .onepress-menu.onepress-menu-mobile {
        text-align: center;
     }
     .onepress-menu-mobile .menu-item a:after {
        color: #231815;
    }
}
/* Site Navigation */
@media screen and (max-width: 1140px) {
    .onepress-menu.onepress-menu-mobile li {
        line-height: 1;
    }
    .onepress-menu.onepress-menu-mobile a {
        color: #4f4644;
        font-size: 14px;
    }
    .onepress-menu.onepress-menu-mobile > li > a {
        padding: 18px 20px 12px;
    }
}

/* Content
------------------------------*/
.page-header {
  background: #e9e8e8;
  border: none;
  padding: 3rem 0;
}
.page-header .entry-title,
.page-header .page-title {
    letter-spacing: .2em;
}
.entry-content h2 {
    font-size: 1.25rem;
    margin-top: 2em;
}
.entry-content ul, .entry-content ol {
    margin: 1.5rem auto;
    list-style-position: outside;
}
.entry-content li {
    margin-left: 1.5rem;
}

/* Footer
------------------------------*/
.site-footer {
    background: #99ccdd;
}
.site-footer .footer-connect {
    padding: 3rem 0 6rem;
}
.site-footer .footer-social a {
    font-size: 2.5rem;
    color: #231815;
}
.site-footer .site-info {
    background: #231815;
    color: #918c8a;
}
.site-footer .site-info a {
    color: #918c8a;
}
.site-footer .site-info a:hover {
    color: #e60012;
    text-decoration: none;
}
.site-footer .site-info small {
    font-size: 100%;
}
.site-footer .btt a {
    border-radius: 74% 18%;
    line-height: 54px;
    top: -36px;
    background: #e60012;
}


/*--------------------------------------------------------------
6.0 Elements
--------------------------------------------------------------*/
/* Loading
------------------------------*/
.slider-spinner {
    width: 50px;
    height: 50px;
}
.double-bounce1, .double-bounce2 {
    border-radius: 74% 18%;
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0) rotate(-45deg);
  }
  50% {
    -webkit-transform: scale(1) rotate(-45deg);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0) rotate(-45deg);
    -webkit-transform: scale(0) rotate(-45deg);
  }
  50% {
    transform: scale(1) rotate(-45deg);
    -webkit-transform: scale(1) rotate(-45deg);
  }
}

/*--------------------------------------------------------------
8.0 Sections
--------------------------------------------------------------*/
/* Section Stuffs
------------------------------*/
.onepage-section:not(.section-meta) {
    background-color: #e9e8e8;
}
.onepage-section .container-fluid,
.onepage-section .container {
    padding-top: 8px;
}
.wp-block-group.row .wp-block-group__inner-container {
    display: contents;
}
.bg-line-dashed-x:before {
    content: "";
    background-image: url('images/bg-img-line-dashed.png');
    height: 8px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 15px;
}
.quotation-block {
    position: relative;
    display: inline-block;
    max-width: 100%;
    overflow: visible;
    padding: .5rem 1.3rem;
}
.quotation-block:before,
.quotation-block:after {
    content: "";
    width: 2rem;
    height: calc(100% + 16px);
    background-image: url('images/bg-img-line-square.png');
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    box-sizing: border-box;
    z-index: -1;
}
.quotation-block:before {
    left: -8px;
}
.quotation-block:after {
    right: -8px;
}
#features .quotation-block {
    background-color: #f8f9f9;
}
#contact .quotation-block {
    background-color: #99ccdd;
}
.section-title-area {
    text-align: inherit;
}
.section-title-area .section-title {
    position: absolute;
    top: -.5em;
    left: 14px;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.1;
    letter-spacing: .06em;
    z-index: 4;
}
.section-title-area .section-title svg {
    display: inline-block;
    width: 100%;
    height: auto;
    overflow: visible;
}
.section-title-area .section-title svg text {
    fill: #fff;
    fill-opacity: 0;
    stroke: #231815;
    stroke-width: 2px;
    stroke-linejoin: round;
    stroke-dasharray: 600;
    stroke-dashoffset: 600;
}
#contact .section-title-area .section-title {
    left: 50%;
-webkit-transform: translateX(-52%);
    -ms-transform: translateX(-52%);
        transform: translateX(-52%);
}
#contact .section-title-area .section-subtitle {
    left: 50%;
-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
}
#contact .section-title-area .section-title svg {
    width: 160%;
}
.is-section-features #features .section-title-area .section-title svg text,
.is-section-about #about .section-title-area .section-title svg text,
.is-section-service #service .section-title-area .section-title svg text,
.is-section-counter #counter .section-title-area .section-title svg text,
.is-section-team #team .section-title-area .section-title svg text,
.is-section-contact #contact .section-title-area .section-title svg text {
    animation: animeDown .8s ease-out 0s forwards,
               animeStroke600 5s ease-out 0s forwards,
               animeFill .5s ease-in 1s forwards;
}
.section-title-area .section-subtitle {
    position: absolute;
    display: block;
    top: 1.6em;
    left: 15px;
    color: #231815;
    font-size: 1rem;
    line-height: 1.3;
    z-index: 4;
    opacity: 0;
-webkit-transition: all .5s ease-in 1s;
        transition: all .5s ease-in 1s;
}
.is-section-features #features .section-title-area .section-subtitle,
.is-section-about #about .section-title-area .section-subtitle,
.is-section-service #service .section-title-area .section-subtitle,
.is-section-counter #counter .section-title-area .section-subtitle,
.is-section-team #team .section-title-area .section-subtitle,
.is-section-contact #contact .section-title-area .section-subtitle {
    opacity: 1;
}
.move-text-1,
.move-img-1,
.move-img-2,
.move-img-3 {
    visibility: hidden;
    opacity: 0;
}
.move-text-1 {
-webkit-transition: all .5s ease-out .3s;
        transition: all .5s ease-out .3s;
        transform: translateY(150px);
}
.move-img-1 {
-webkit-transition: all .5s ease-out 0s;
        transition: all .5s ease-out 0s;
        transform: translateY(300px);
}
.move-img-2 {
-webkit-transition: all .8s ease-out .5s;
        transition: all .8s ease-out .5s;
        transform: translateY(200px);
}
.move-img-3 {
-webkit-transition: all 1s ease-out .8s;
        transition: all 1s ease-out .8s;
        transform: translateY(200px);
}
.is-section-features #features .move-text-1,
.is-section-features #features .move-img-1,
.is-section-features #features .move-img-2,
.is-section-features #features .move-img-3,
.is-section-about #about .move-text-1,
.is-section-about #about .move-img-1,
.is-section-about #about .move-img-2 {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}
@keyframes animeDown {
    0% {
        transform: translateY(-200px);
    }
    100% {
        transform: translateY(0px);
    }
}
.section-desc .move-text-1 h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: .5rem;
    text-align: left;
}
.section-desc .move-text-1 h3:first-letter {
    font-feature-settings: "palt";
}
@media (min-width: 400px) {
    #contact .section-title-area .section-title {
        top: -.8em;
    }
}
@media (min-width: 500px) {
    #contact .section-title-area .section-title {
        top: -1em;
    }
}
@media (min-width: 576px) {
    #contact .section-title-area .section-title {
        top: -1.1em;
    }
}
@media (min-width: 768px) {
    .onepage-section .container-fluid,
    .onepage-section .container {
        padding-top: 13px;
    }
    .section-title-area .section-title {
        font-size: 2.75rem;
    }
    .section-title-area .section-subtitle {
        top: 1.3em;
        font-size: 1.125rem;
    }
    #contact .section-title-area .section-title {
        top: -.5em;
        left: 50%;
    -webkit-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
            transform: translateX(-40%);
    }
    #contact .section-title-area .section-title svg {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .onepage-section .container-fluid,
    .onepage-section .container {
        padding-top: 0;
    }
    .section-title-area .section-title {
        font-size: 3.5rem;
    }
    .section-title-area .section-subtitle {
        top: 1.1em;
        font-size: 1.5rem;
    }
    #features .section-title-area .section-title {
        top: 30%;
        left: 7%;
    }
    #features .section-title-area .section-subtitle {
        top: 33.2%;
        left: 7.1%;
    }
    #about .section-title-area .section-title {
        top: 48.2%;
        left: 69%;
    }
    #about .section-title-area .section-subtitle {
        top: 53.4%;
        left: 69.4%;
    }
    #service .section-title-area .section-title {
        left: 36%;
        left: calc(50% - 100px);
    }
    #service .section-title-area .section-subtitle {
        left: 36.4%;
        left: calc(50% - 98px);
    }
    #counter .section-title-area .section-title {
        left: 7%;
    }
    #counter .section-title-area .section-subtitle {
        left: 7.2%;
    }
    #team .section-title-area .section-title {
        left: 7%;
    }
    #team .section-title-area .section-subtitle {
        left: 7.2%;
    }
    #contact .section-title-area .section-title {
        left: 50%;
    -webkit-transform: translateX(-49%);
        -ms-transform: translateX(-49%);
            transform: translateX(-49%);
    }
}


/* Section: Hero
------------------------------*/
.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(0);
    -ms-transform: translateY(0);
        transform: translateY(0);
}
.hero-slideshow-normal .container {
    max-width: 100%;
    width: auto;
    height: 100vh;
    background: #99CCDD;
}
.backstretch {
    background-color: #99CCDD;
}
.backstretch img {
    display: none !important;
}
.hero__content {
    color: #231815;
    text-shadow: none;
    font-size: 18px;
    font-size: 1.125rem;
}
.hero__content h1, .hero__content h2, .hero__content h3, .hero__content h4, .hero__content h5, .hero__content h6 {
    text-transform: inherit;
    color: #231815;
    letter-spacing: .03em;
}
.h-on-top.is-transparent #hero .container .hero__content {
    margin-top: 0;
}
.hero__content div:nth-child(1) {
    position: absolute;
    height: 180px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 0;
    width: 300px;
    text-align: justify;
}
.hero-content-style2 .hcl2-content {
    padding: 0;
}
.hero-content-style2 h1 {
    font-size: 78px;
    line-height: 1;
    position: relative;
    height: 96px;
    letter-spacing: 1.5px;
}
.hero-content-style2 h1 .hero-svg-1-1,
.hero-content-style2 h1 .hero-svg-1-2,
.hero-content-style2 h1 .hero-svg-1-3,
.hero-content-style2 h1 .hero-svg-2-1,
.hero-content-style2 h1 .hero-svg-2-2,
.hero-content-style2 h1 .hero-svg-2-3 {
    display: inline-block;
    height: auto;
    overflow: visible;
    position: absolute;
}
.hero-content-style2 h1 .hero-svg-1-1,
.hero-content-style2 h1 .hero-svg-1-2,
.hero-content-style2 h1 .hero-svg-1-3 {
    top: 0;
}
.hero-content-style2 h1 .hero-svg-2-1,
.hero-content-style2 h1 .hero-svg-2-2,
.hero-content-style2 h1 .hero-svg-2-3 {
    top: 52px;
}
.hero-content-style2 h1 .hero-svg-1-1,
.hero-content-style2 h1 .hero-svg-2-1 {
    z-index: 3;
}
.hero-content-style2 h1 .hero-svg-1-2,
.hero-content-style2 h1 .hero-svg-2-2 {
    z-index: 2;
}
.hero-content-style2 h1 .hero-svg-1-3,
.hero-content-style2 h1 .hero-svg-2-3 {
    z-index: 1;
}
.hero-content-style2 h1 .hero-svg-1-1 text,
.hero-content-style2 h1 .hero-svg-1-2 text,
.hero-content-style2 h1 .hero-svg-1-3 text,
.hero-content-style2 h1 .hero-svg-2-1 text,
.hero-content-style2 h1 .hero-svg-2-2 text,
.hero-content-style2 h1 .hero-svg-2-3 text {
    fill-opacity: 0;
    stroke: #231815;
    stroke-width: 2px;
    stroke-linejoin: round;
    stroke-dasharray: 1200;
    stroke-dashoffset: 1200;
}
.hero-content-style2 h1 .hero-svg-1-1 text,
.hero-content-style2 h1 .hero-svg-2-1 text {
    fill: #fff;
}
.hero-content-style2 h1 .hero-svg-1-2 text,
.hero-content-style2 h1 .hero-svg-1-3 text,
.hero-content-style2 h1 .hero-svg-2-2 text,
.hero-content-style2 h1 .hero-svg-2-3 text {
    fill: #231815;
}
.hero-content-style2 h1 .hero-svg-1-3 text,
.hero-content-style2 h1 .hero-svg-2-3 text {
    font-size: 90%;
}
.hero-content-style2 h1 .hero-svg-1-1 text,
.hero-content-style2 h1 .hero-svg-1-2 text,
.hero-content-style2 h1 .hero-svg-1-3 text {
    animation: animeStroke 4.8s ease-out 2s forwards,
               animeFill .6s ease-in 4.6s forwards;
}
.hero-content-style2 h1 .hero-svg-2-1 text,
.hero-content-style2 h1 .hero-svg-2-2 text,
.hero-content-style2 h1 .hero-svg-2-3 text {
    animation: animeStroke 4.8s ease-out 2.8s forwards,
               animeFill .6s ease-in 4.8s forwards;
}
.hero-content-style2 h2 {
    letter-spacing: .05em;
    font-size: 15px;
    text-align: center;
    padding: 0 .2em;
    visibility: hidden;
    opacity: 0;
    animation: animeOpacity 1.3s ease-in 5s forwards;
}
@keyframes animeStroke {
    0% {
        stroke-dashoffset: 1200;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes animeStroke600 {
    0% {
        stroke-dashoffset: 600;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes animeFill {
    0% {
        fill-opacity: 0;
    }
    100% {
        fill-opacity: 1;
    }
}
@keyframes animeOpacity {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}
.hero__content div:nth-child(2) {
    position: absolute;
    top: 50px;
    left: 0;
    max-width: 180px;
-webkit-transition: all .3s ease-out 1.3s;
        transition: all .3s ease-out 1.3s;
    opacity: 0;
}
.loaded .hero__content div:nth-child(2) {
    top: 10px;
    opacity: 1;
}
.appendto-section-hero-illust .pole-y-1,
.appendto-section-hero-illust .pole-x,
.appendto-section-hero-illust .pole-y-2,
.appendto-section-hero-illust .point-start,
.appendto-section-hero-illust .point-goal,
.appendto-section-hero-illust .ball-1,
.appendto-section-hero-illust .ball-2,
.appendto-section-hero-illust .ball-3 {
    display: block;
    position: absolute;
}
.appendto-section-hero-illust .pole-y-1,
.appendto-section-hero-illust .pole-x,
.appendto-section-hero-illust .pole-y-2 {
-webkit-transition: all .6s ease-out 1s;
        transition: all .6s ease-out 1s;
}
.appendto-section-hero-illust .pole-y-1 {
    background: #fff;
    width: 6px;
    height: 36%;
    border-radius: 2px;
    bottom: -50%;
    right: 25%;
}
.appendto-section-hero-illust .pole-x {
    background: #fff;
    width: 17.8%;
    height: 6px;
    border-radius: 2px;
    bottom: -50%;
    right: 8.2%;
-webkit-transform: rotate(-5deg);
   -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
     -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
}
.appendto-section-hero-illust .pole-y-2 {
    background: #fff;
    width: 7px;
    height: 40%;
    border-radius: 2.5px;
    bottom: -50%;
    right: 8%;
}
.loaded .appendto-section-hero-illust .pole-y-1 {
    bottom: -10%;
}
.loaded .appendto-section-hero-illust .pole-x {
    bottom: 2%;
}
.loaded .appendto-section-hero-illust .pole-y-2 {
    bottom: -10%;
}
.appendto-section-hero-illust .point-start {
    width: 0;
    height: 0;
    bottom: -40px;
    right: 60%;
}
.appendto-section-hero-illust .point-goal {
    width: 0;
    height: 0;
    bottom: -40px;
    right: -40%;
}
.appendto-section-hero-illust .ball-1,
.appendto-section-hero-illust .ball-2,
.appendto-section-hero-illust .ball-3 {
    visibility: visible;
    opacity: 1;
    animation: animeRotate360 4s linear infinite;
}
@keyframes animeRotate360 {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
}
.is-scrolled .appendto-section-hero-illust .ball-1,
.is-scrolled .appendto-section-hero-illust .ball-2,
.is-scrolled .appendto-section-hero-illust .ball-3 {
    visibility: hidden;
    opacity: 0;
}
.appendto-section-hero-illust .ball-1 {
    background: url("../../uploads/2020/02/rugby-ball-1.png");
    position: fixed;
    width: 53px;
    height: 53px;
    bottom: -80px;
    right: 0;
-webkit-transform: translate(-50%, 0);
   -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
     -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
}
.appendto-section-hero-illust .ball-2 {
    background: url("../../uploads/2020/02/rugby-ball-2.png");
    position: fixed;
    width: 34px;
    height: 34px;
    bottom: -80px;
    right: 0;
-webkit-transform: translate(-50%, 0);
   -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
     -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
}
.appendto-section-hero-illust .ball-3 {
    background: url("../../uploads/2020/02/rugby-ball-3.png");
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: -80px;
    right: 0;
-webkit-transform: translate(-50%, 0);
   -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
     -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
}
@media (min-width: 720px) {
    .hero__content div:nth-child(1) {
        height: 220px;
        width: 480px;
    }
    .hero-content-style2 h1 {
        height: 165px;
    }
    .hero-content-style2 h1 .hero-svg-2-1,
    .hero-content-style2 h1 .hero-svg-2-2,
    .hero-content-style2 h1 .hero-svg-2-3 {
        top: 82px;
    }
    .hero-content-style2 h2 {
        font-size: 24px;
    }
    .hero__content div:nth-child(2) {
        left: 15px;
        max-width: 200px;
    }
    .loaded .hero__content div:nth-child(2) {
        top: 30px;
    }
    .appendto-section-hero-illust .pole-y-1 {
        width: 8px;
        height: 36%;
        border-radius: 3px;
        right: 21%;
    }
    .appendto-section-hero-illust .pole-x {
        width: 13.6%;
        height: 8px;
        border-radius: 3px;
        right: 8%;
    -webkit-transform: rotate(-4deg);
       -moz-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
         -o-transform: rotate(-4deg);
            transform: rotate(-4deg);
    }
    .appendto-section-hero-illust .pole-y-2 {
        width: 9px;
        border-radius: 3.5px;
    }
    .appendto-section-hero-illust .point-start {
        right: 36%;
    }
    .appendto-section-hero-illust .point-goal {
        right: -18%;
    }
}
@media (min-width: 940px) {
    .appendto-section-hero-illust .pole-y-1 {
        height: 45%;
        right: 14%;
    }
    .appendto-section-hero-illust .pole-x {
        width: 8.3%;
        right: 6%;
    -webkit-transform: rotate(-3deg);
       -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
         -o-transform: rotate(-3deg);
            transform: rotate(-3deg);
    }
    .loaded .appendto-section-hero-illust .pole-x {
        bottom: 3%;
    }
    .appendto-section-hero-illust .pole-y-2 {
        height: 50%;
        right: 6%;
    }
    .appendto-section-hero-illust .point-start {
        bottom: -40px;
        right: 27%;
    }
    .appendto-section-hero-illust .point-goal {
        bottom: -40px;
        right: -13%;
    }
}
/*---- .appendto-section-hero-arrow - scrollArrow ----*/
.appendto-section-hero-arrow {
    position: absolute;
    width: 40px;
    height: auto;
    z-index: 80;
    bottom: 20vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: animeOpacity 1s ease-out 11s forwards;
    visibility: hidden;
    opacity: 0;
}
.arrow-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 5vh;
}
.arrow-1 {
-webkit-animation: arrow-1 2s linear 0s infinite normal;
        animation: arrow-1 2s linear 0s infinite normal;
}
.arrow-2 {
-webkit-animation: arrow-2 2s linear 0s infinite;
        animation: arrow-2 2s linear 0s infinite;
}
.arrow-1 span,
.arrow-2 span {
    position: relative;
    display: block;
    left: 50%;
}
.arrow-1 span:before,
.arrow-2 span:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 0;
    border-top: solid 2px #4f4644;
    border-right: solid 2px #4f4644;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    box-sizing: border-box;
}
@keyframes arrow-1 {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  20% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
  }

  80% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes arrow-2 {
  0% {
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
  }

  20% {
    -webkit-transform: translate3d(-50%, 20px, 0);
    transform: translate3d(-50%, 20px, 0);
  }

  40% {
    -webkit-transform: translate3d(-50%, 20px, 0);
    transform: translate3d(-50%, 20px, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 20px, 0);
    transform: translate3d(-50%, 20px, 0);
  }

  80% {
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 10px, 0);
    transform: translate3d(-50%, 10px, 0);
  }
}

/* Section: features -> aboutUs
------------------------------*/
.feature-item {
    text-align: left;
}
.feature-media:before {
    display: block;
    width: 100%;
    width: calc(100% - 30px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: -1;
    color: #d3d1d0;
    text-align: left;
    font-size: 13rem;
    line-height: 1;
}
.feature-media-1:before {
    content: "1";
}
.feature-media-2:before {
    content: "2";
}
.feature-media-3:before {
    content: "3";
}
#features .section-content {
    display: none;
}
@media (min-width: 1200px) {
    .feature-media:before {
        width: calc(100% - 96px);
    }
    #features .mt-xl-5 {
        margin-top: 8rem !important;
    }
}

/* Section: about -> profile
------------------------------*/
.section-about .row > div {
    margin-top: 1rem;
}
#about h3 {
    font-size: 1.6rem;
    letter-spacing: .3em;
}
#about h4 {
    font-size: .8rem;
}
@media (min-width: 1200px) {
    #about h3 {
        font-size: 2rem;
    }
    #about h4 {
        font-size: 1rem;
    }
}

/* Section: service -> latest news
------------------------------*/
.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 (min-width: 768px) {
    .section-services .service-item .service-content {
        padding: 2rem 32px 3rem;
    }
    .section-services .service-item .service-content:before,
    .section-services .service-item .service-content:after {
        content: "";
        background-image: url('images/bg-img-line-dashed.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 (min-width: 1200px) {
    .section-services .service-item {
        padding-top: 5rem;
    }
}

/* Section: counter -> achievement
------------------------------*/
#counter .row:not(.appendto-section-counter):not(.counter_title) {
    display: none;
}
.counter_item {
    text-align: inherit;
    display: contents;
    width: 100%;
}
.counter_item .counter__number {
    font-size: 2.25rem;
}
.counter_item .n-a {
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 60%;
    padding-left: .15em;
}
.counter_item .counter_title {
    font-size: 1rem;
    padding-top: .5rem;
}
.counter_item .counter_title .counter {
    font-size: 1.75rem;
}
@media (min-width: 768px) {
    .counter_item .counter_title .dt-month {
        text-align: right;
    }
}
@media (min-width: 992px) {
    .appendto-section-counter {
        position: relative;
        padding: 1rem 0 .5rem;
    }
    .appendto-section-counter:before {
        content: "";
        background-image: url('images/bg-img-line-dashed.png');
        width: 8px;
        height: 100%;
        background-repeat: repeat-y;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 28%;
    }
}
@media (min-width: 1200px) {
    .appendto-section-counter {
        padding-top: 7rem;
    }
    .appendto-section-counter:before {
        margin-top: 6rem;
        height: calc(100% - 6rem);
    }
}

/* Section: team -> sponsor
------------------------------*/
.team-member .member-info {
    display: none;
}
@media (min-width: 1200px) {
    #team .team-members {
        padding: 6rem 0 4rem;
    }
}
/*---- if 1 sponsor - 200604 - start ----*/
.team-members.row.team-layout-2 .team-member {
    margin: auto;
    max-width: 420px;
}
@media (min-width: 1200px) {
    #team .team-members {
        padding: 4rem 0;
    }
}
/*---- if 1 sponsor - 200604 - end ----*/

/* Section: contact
------------------------------*/
#contact.section-meta {
    background-color: #99ccdd;
    padding-right: inherit;
    padding-top: 10rem;
}
#contact .section-desc {
    padding-top: 2rem;
}
#contact .section-desc p {
    text-align: center;
}
#contact .row {
    display: none;
}
#contact a:hover {
    background: #e60012;
    color: #fff;
}
@media (min-width: 1200px) {
    #contact .section-desc {
        padding-top: 7rem;
    }
}


/*--------------------------------------------------------------
9.0 External Plugins
--------------------------------------------------------------*/
/**
* JQuery Bullly
* @see https://github.com/pixelgrade/rellax/blob/gh-pages/assets/css/bully.css
 */
.c-bully {
    right: -160px;
    width: 160px;
-webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
}
.is-scrolled .c-bully {
    right: 0;
}
.c-bully__bullet {
    padding: 0;
    height: 60px;
}
.c-bully__bullet--pop:before {
    content: "";
    display: block;
    width: 24px;
    height: 4px;
    border-radius: 1px;
    will-change: transform;
    background: url('images/bg-img-line-square.png');
    position: absolute;
    top: 10px;
    right: 10px;
}
.c-bully__bullet--pop:after {
    width: 4px;
    height: 24px;
    border: none;
    border-radius: 1px;
    background: url('images/bg-img-line-square.png');
    position: absolute;
    top: 0;
    right: 20px;
}
.c-bully__bullet--squash {
    z-index: 10;
    left: auto;
    right: 25px;
}
.c-bully__bullet--active:before {
    width: 20px;
    height: 20px;
-webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    font-size: 14px;
    background: #e60012;
    border-radius: 74% 18%;
    z-index: 10;
    top: 12px;
    left: 15px;
}
.c-bully__title {
    opacity: 1;
    transform: scale(1);
    color: #4f4644;
    background: none;
    font-size: 13px;
    width: 120px;
    text-align: right;
    line-height: .9;
    top: 1px;
    right: 28px;
}
.c-bully__title:after,
.onepress-menu-mobile .menu-item a:after {
    white-space: pre;
    font-size: 10px;
    padding-right: .2em;
    color: #918c8a;
}
.c-bully__title:hover {
    color: #e60012;
}
.c-bully__title:hover:after {
    color: #231815;
}
#bully__hero .c-bully__title:after,
.onepress-menu-mobile .menu-item-hero a:after {
    content: "\A home";
}
#bully__features .c-bully__title:after,
.onepress-menu-mobile .menu-item-features a:after {
    content: "\A about us";
}
#bully__about .c-bully__title:after,
.onepress-menu-mobile .menu-item-about a:after {
    content: "\A profile";
}
#bully__service .c-bully__title:after,
.onepress-menu-mobile .menu-item-service a:after {
    content: "\A latest news";
}
#bully__counter .c-bully__title:after,
.onepress-menu-mobile .menu-item-counter a:after {
    content: "\A achievement";
}
#bully__team .c-bully__title:after,
.onepress-menu-mobile .menu-item-team a:after {
    content: "\A sponsor";
}
#bully__contact .c-bully__title:after,
.onepress-menu-mobile .menu-item-contact a:after {
    content: "\A contact";
}
#features.section-padding,
#about.section-padding,
#counter.section-padding,
#team.section-padding {
    padding-right: 150px;
}
@media screen and (max-width: 1140px) {
    #features.section-padding,
    #about.section-padding,
    #counter.section-padding,
    #team.section-padding {
        padding-right: inherit;
    }
    .c-bully.c-bully-hide-on-mobile {
        display: none;
    }
}

/* Breadcrumbs
------------------------------*/
.breadcrumbs {
    color: #918c8a;
}
.breadcrumbs a {
    color: #4f4644;
    margin-right: .25rem;
}
.breadcrumbs span span {
    color: #918c8a;
    margin-left: .25rem;
}
.breadcrumbs a:before,
.breadcrumbs a:after {
    content: none;
}

/* contactForm7
------------------------------*/
.entry-content > div[class^="col-"] {
    max-width: fit-content;
}
.wpcf7-form {
    font-size: 15px;
    letter-spacing: .05em;
}
.wpcf7-form label {
    color: #918c8a;
    letter-spacing: .13em;
    font-size: 15px;
}
form .text-primary {
    color: #e60012 !important;
    font-size: 80%;
}
div.wpcf7-response-output {
    margin: 20px 0px;
    line-height: 1.3;
    padding: .75rem 1rem;
    text-align: justify;
    border: none;
    background: #da6f89;
}
div.wpcf7-mail-sent-ok {
    border: none;
    background: #7bbb9d;
}


/*--------------------------------------------------------------
10.0 WPdefault & bootstrap
--------------------------------------------------------------*/
@media (min-width: 1200px) {
    .mt-xl-6 {
        margin-top: 5rem !important;
    }
    .mt-xl-7 {
        margin-top: 8rem !important;
    }
}
