
/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - General
    - Header And Nav-Bar
    - Slider
    - About Us
    - Team Progress
    - Portfolio
    - Client
    - Testimonial
    - Pricing Plans
    - Blog
    - Contact Us
    - Google-Map
    - Footer
    - Loader
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&family=Noto+Serif+JP:wght@500;700&display=swap');

.main-font{font-family: 'Poppins', sans-serif;}
.alt-font{font-family: 'Roboto', sans-serif;}

/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    width: 8px;
    background:white;
    border-left: 0 solid white;
    border-right: 0 solid white;
}
::-webkit-scrollbar-thumb {
    background: #e3007f;
    width: 0;
    height: 25%;
    transition: .5s ease;
    cursor: pointer;
}

/* ===================================
    Image Hover
====================================== */

.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s !important;
}
.hover-effect::before {
    right: 0;
    opacity: 1;
    bottom: 0;

}
.hover-effect::after {
    top: 0;
    opacity: .7;
    left: 0;
}
.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
}
/* Use in BLog */
.image img {
    width: 100%;
}
.image {
    overflow: hidden;
}
a.image{
    display: block;
}
.image img {
    width: 100%;
    height: 100%;
    display: block;
}
.image, .image img {
    position: relative;
}
/* Use in BLog */
.image {
    overflow: hidden;
}
a.image{
    display: block;
}
.image img {
    width: 100%;
    height: 100%;
    display: block;
}
.image, .image img {
    position: relative;
}
figure{
	margin: 0;
}

/* ===================================
    General
====================================== */

body {font-family: 'Roboto', sans-serif; font-size: 16px;color: #202020;font-weight:300;line-height:25px;width: 100%; overflow-x: hidden; /*background-image: url(../images/gr202406_bg.jpg);
background-size: cover;*/}
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {line-height: 1.3; font-weight: 400; font-family: 'Poppins','Noto Sans JP', sans-serif;}
.h1, h1 {
    font-size: 2.5rem;
}
a, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative;overflow: hidden;}
a {color:inherit;text-decoration: none;}
.rev_slider_wrapper{width: 100% !important;}
.btn.focus, .btn:focus{-webkit-box-shadow: none;box-shadow: none;}
p:last-child{margin-bottom: 0 !important; font-family: 'Roboto', sans-serif;}
.fa, .far, .fas{display: inline;}
a:active, a:hover{color: #e3007f;}
li{list-style: none;text-decoration: none;}
blockquote {border-left: 2px solid;padding: 10px 15px 10px 35px;margin: 25px 0;font-size: 18px;line-height: 28px;margin-top: 32px;margin-bottom: 32px;}
blockquote > cite {font-weight: 400;font-size: 14px;display: block;}
.hidden{display: none;}
/*section{padding: 7.5rem 0;}*/
section{padding: 4rem 0;}
.padding-bottom {padding-bottom: 7.5rem;}
.padding-top {padding-top: 4rem;}
::selection {background-color: #e3007f; color: #ffffff;}
.sub-heading{
    font-weight: 500;
    font-size: 14px;
    color: #e3007f;
    margin-bottom: 10px;
    display: block;
}
.large-heading{
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 15px;
}
.hide-cursor {
	position: relative;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-size: 3.5rem;
}
.fly-line{
    display: block;
    height: 2px;
    width: 50px;
    background-color: #e3007f;
    opacity: .8;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}
.small-txt {
	font-size: 0.7rem;
	line-height: 1.2rem
}
/* transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; -ms-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}

/* overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

/* opacity */
.opacity-full{opacity: 1;}
.opacity-1{opacity: .1;}
.opacity-2{opacity: .2;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

/*font-weight*/
.font-weight-100{font-weight: 100;}
.font-weight-200{font-weight: 200;}
.font-weight-300{font-weight: 300;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}
.font-weight-700{font-weight: 700;}

/* button */
.btn {-webkit-appearance: initial; overflow: hidden;position: -webkit-sticky;position: sticky; z-index: 2; display:inline-block; font-size: 16px; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto;font-family: 'Roboto', sans-serif; font-weight: bold; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}
/* Pink button */
.btn.btn-pink {background: #e3007f; border-color: #e3007f; color: #ffffff}
.btn.btn-pink:hover {background: transparent !important; border-color: #e3007f; color: #e3007f !important}
/* Transparent button */
.btn.btn-trans {background: transparent; border-color: #ffffff; color: #ffffff}
.btn.btn-trans:hover {background: #e3007f !important; border-color: #e3007f; color: #ffffff !important}

/* button size */
.btn.btn-small {font-size:12px; padding: 4px 1.8em;}
.btn.btn-medium {font-size:13px; padding: 3px 15px 0px; line-height: 1.4em}
.btn.btn-large {font-size:20px;  padding: 3px 20px 0px; line-height: 1.8em;}
.btn.btn-rounded {border-radius: 50px;font-family: 'Teko', '0swald';}

/* Text color */
.text-pink {color: #FF36A4;}
.text-pink2 {color: #ffcce3;}
.text-pink3 {color: #FF7BC5;}
.text-grey {color: #797979;}
.text-white {color: #ffffff;}


.date-pink {color: #e3007f;font-size: 12px;padding-right: 1rem}

/* Background color */
.bg-pink {background: #e3007f;}
.bg-pink3 {background: #FF7BC5;}
/*.bg-black {background: #000000;}*/
.bg-transparent {background: transparent;}

/* Font */
.font-10 {font-size: 10px;}
.font-11 {font-size: 11px;}
.font-12 {font-size: 12px;}
.font-13 {font-size: 13px;}
.font-14 {font-size: 14px;color: #4D4D4D; }
.font-15 {font-size: 15px;color: #4D4D4D; }
.font-16 {font-size: 16px;color: #4D4D4D; }
.font-18 {font-size: 18px;}
.font-20 {font-size: 20px;}
.font-22 {font-size: 22px;}
.font-24 {font-size: 24px;}
.font-40 {font-size: 40px;}
.font-45 {font-size: 45px;}

.margin-top {margin-top: 3rem;}
.margin-bottom {margin-bottom: 30px;}
.mb-2 {margin-bottom: 2rem;}
.mt--08rem {margin: -0.8rem auto 0;}
.mt--05 {margin: -0.5rem auto 0;}
.mt-08rem {margin: 0.8rem auto 0;}
.m--8rem {margin: -8rem auto;}
.mt--8rem {margin: -8rem auto;}
.mt-8rem {margin: 8rem auto 0;}
.ml--05 {margin-left: -0.5rem}
.ml--07 {margin-left: -0.7rem}
.indent1 {padding-left: 1em;
    text-indent: -1em;}
.list-lh li {padding-bottom: 0.2rem; }

.u-dot-gray {border-bottom: 1px dotted #797979;padding: 6px 0 5px 5px;}

/*Social Icon Hover Bg Hover */
.social-icon:hover{color:#FFFFFF !important; background: #e3007f !important; -webkit-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;}

.pc {
	display: block;
}
.sp {
	display: none;
}
.tb {
	display: none;
}
.goju-on {
    text-align: right;
    padding-right: 1rem;
    font-size: 0.8rem;
    line-height: 1.5;
}
.alert {
    color: #ff0000;
    font-size: 80%;
    padding-left: 1em;
    text-indent: -1em;
	line-height: 1.3em;
	font-weight: normal;
	margin-top: 0.7rem;
}

/* ===================================
        Header
   ====================================== */

/* nav top default */

header a.logo img {
    max-width: 100px;
    vertical-align: sub;
}

.nav-button {
    margin: 0 1.5rem;
}

.navbar-top-default{
	font-family: 'Teko', '0swald';
    position: absolute;
    /*top: 15px;*/
    z-index: 99;
    overflow: hidden;
    height: 100px;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
	background-color: rgba(255, 255, 255, 0.8);
	/*text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);*/
}

.other-page .navbar-top-default{
    background-color: #e3007f;
}

.header-appear .navbar-top-default {
    height: 100px;
    position: fixed;
    z-index: 99;
    top: 0;
    background-color: rgb(255 255 255 / 70%);
    background:#fd3aba6b;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

/*change nav color on sticky nav*/
.header-appear .navbar-simple .navbar-nav .nav-link {
    color: #ffffff;
}

.navbar-nav {
    align-items: center;
}

.navbar-top-default #megaone{
    margin-right: -30px;
}

/*Navbar Simple*/

.navbar-simple .navbar-nav .nav-link {
    font-size:  18px;
    color: #e3007f;;
    font-weight: 400;
    text-align: center;
    padding: 0.5rem 0.7rem;
    /*font-family: 'Poppins', sans-serif;*/
}

.nav-box-round .navbar-nav .nav-link{
    border-radius: 20px;
}

.header-appear .nav-box-round .navbar-nav .nav-link.active{
    background-color: #e3007f;
    color: #ffffff !important;
}

.header-appear .nav-box-round .navbar-nav .nav-link:hover{
    color: #e3007f;
}
.g-navi_kyosan{
	font-size: 13px;
	line-height: 1.2
}

/*nav line*/

.line:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: 0;
    content: " ";
    display: block;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.line:hover:after, .line.active:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #e3007f;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}

/* ===================================
    Side Menu
====================================== */

.side-menu {
	font-family: 'Teko', '0swald';
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: #FF7BC5;
    z-index: 1032;
    height: 100vh;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}

.side-menu img {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translate(-50%,-50%);
    /*max-width: 150px;*/
}

.side-menu .side-nav .navbar-nav{
    text-align: center;
    margin-right: 0px;
    padding-top: 20px;
}

.side-menu .side-nav .navbar-nav li a{
    font-size: 20px;
}
.s-navi_kyosan {
	font-size: 17px;
	line-height: 1.2;
}
.get-started-btn {
        margin: 20px;
    }
.side-footer {
    text-align: center;
}

.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2f2f2f;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    position: absolute;
    right: 46px;
    top: 44px;
    color: #ffffff;
    font-size: 30px;
    cursor: pointer;
    z-index: 1111;
}

.side-menu .btn-close:hover {
    -webkit-animation: .8s rotate;
    animation: .8s rotate;
}

@-webkit-keyframes rotate {
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotates {
    from{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    position: absolute;
/*    right: 28px;*/
    right: 5px;
    top: 30px;
    display: inline-block;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #2b2b2b;
    display: block;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.sidemenu_btn:hover span {
    background: #e3007f;
}

.sidemenu_btn:hover span:first-child, .sidemenu_btn:hover span:last-child{
    width: 70%;
}

.side-menu .inner-wrapper {
    padding: 0rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    /*margin-bottom: 30px;*/
    display: block;
}

.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 0px 0; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #ffffff;
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    border-radius: 0;
    text-decoration: none;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item img {
    margin-top: 3rem;
}
.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #e3007f;
    display: inline-block;
    width: 0;
    height: 4px;
    bottom: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}
.side-menu p{
    margin-top: .5rem;
    margin-bottom: 0;
}
.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
}

.social-icons-simple li a {
    font-size: 16px;
    justify-content: center;
    color: #ffffff;
    height: 46px;
    line-height: 38px;
    width: 46px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.side-menu .side-footer p{
    color: #ffffff;
	font-size: 12px;
}

.push-slider-up{
    margin-top: 100vh;
}

.navigation-toggle span{
    width: 25px;
    /*background-color: #ffffff;*/
    height: 2px;
    display: block;
    margin-top: 3px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation: .8s zoomIn;
    animation: .8s zoomIn;
}

.header-appear  .navigation-toggle span {
    background-color: #ffffff;
}

.header-appear  .navigation-toggle:hover span {
    background-color: #e3007f;
}

/*Side Menu Animation*/

.side-menu .mega-title {
    position: absolute;
    top: 35%;
    left: 0;
    transform: translate(-50%,-50%);
    color: #595959;
    opacity: 0.2;
    width: 100%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    animation: scale .9s alternate infinite linear both;
}

.side-menu .mega-title h2 {
    font-size: 120px;
}

.nav-item:hover .mega-title h2 {
    opacity: .03;
}

.animation-effect{
    -webkit-animation: .6s slideInDown;
    animation: .6s zoomIn;
}

.cursor-change{
    cursor: none;
}

@keyframes scale {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px)
    }
}

/* ===================================
   Get Started Model Popup
====================================== */

.quote-content{
    text-align: center;
    max-width: 900px;
    padding: 50px 150px;
    overflow: visible;
    background-color: #171717;
}

.quote-content .contact-form .form-control{
    border-radius: 0;
    padding: 0;
}

.quote-content #quote_submit_btn{
    margin-bottom: -120px;
}

/*CheckBox*/

.quote-content .form-check{
    padding: 50px 0 8px 0;
    text-align: center;
    margin-bottom: -15px;
}

.checkbox-lable {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #e3007f;
}

.checkbox-lable input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px dotted #d4d4d4;
}

.checkbox-lable:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkbox-lable input:checked ~ .checkmark {
    background-color: #e3007f;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-lable input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-lable .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.quote-content .fancybox-close-small {
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background: #e3007f;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.quote-content .fancybox-close-small:after {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: -1px;
    font: initial;
    font-size: 35px;
    color: #fff;
}

.fancybox-close-small:focus:after{
    outline: none;
}

.quote-content .fancybox-close-small:hover:after,
.quote-content .fancybox-close-small:focus:after{
    background-color: transparent;
}

.contact-form .form-control:focus {
    border-color: #e3007f;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}

.contact-form textarea {
    min-height: 130px;
    resize: none;
}
/* ===================================
        Header NEW
   ====================================== */
.fullscreen {
    height: 100vh !important;
    width: 100%;
}
.bg-img-count1 {
    background: url("../images/head8.jpg");
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.bg-img-count2 {
    background: url("../images/head-boshu.jpg");
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.bg-img-count3 {
    background: url("../images/head9.jpg");
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.entry_btn {
	padding: 5px 20px 3px;
	position: absolute;
	bottom: 20px;
   left: 50%;
   transform: translateX(-50%);
	background: rgb(230, 46, 139);
   background: linear-gradient(0deg, rgba(230, 46, 139, 1) 0%, rgba(255, 54, 192, 0.6987945899534761) 100%);
	color: #fff;
	border-radius: 50px;
	font-weight:600;
	font-size: 1.2rem;
}
.entry_btn a:active, .entry_btn a:hover {
	color: #fff !important;
	opacity: 0.7;
}
/* ===================================
        Slider
   =================================== */

.tp-bannertimer {
    background: #2d2d2d;
}

.slider-section{
    overflow-x: hidden;
}

.slider-section .slider-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.40);
}

.heading-title-small{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase !important;
}

.heading-title-large{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase !important;
}

.scroll-down{
	font-family: 'Teko', '0swald';
    display: inline-block;
    position: absolute;
    bottom: 30px;
    z-index: 13;
    left: 50%;
    transform: translateX(-50%);
    color: #e3007f !important;
    font-weight: 400;
	font-size: 20px;
}

.scroll-down i{
    font-size: 18px;
    padding-left: 8px;
    color: #e3007f;
    -webkit-animation: mover .8s infinite  alternate;
    animation: mover .8s infinite  alternate;
    position: absolute;
    bottom: 0;
}

.neon{
	 text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #fff6a9;
}
@-webkit-keyframes mover {
    0% { transform: translateY(2px); }
    100% { transform: translateY(-4px); }
}
.ad-btn {
	position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
/*	left:41%;
	right:41%;*/
/*	width:200px;*/
	font-size: 20px;
    padding: 3px 20px 0px;
    line-height: 1.3em;
}
/* ===================================
           Info Slide
====================================== */

.slide {
	/*background-color: #EEE;*/
}
.slide_wrap {
	margin: 0 auto;
    padding: 5% 5% 3%;
    max-width: 1000px;
    max-height: 1000px;
	width: 50%;
	height: 50%;
	background: url("../images/slide_bg.png") no-repeat top center;
	background-size: cover;
	overflow: hidden;
}
.slide_wrap2 {
	margin: 0 auto;
    padding: 5%;
    max-width: 1000px;
    max-height: 1000px;
	width: 50%;
	height: 50%;
	background: url("../images/slide_bg.png") no-repeat top center;
	background-size: cover;
	overflow: hidden;
}
.slide > div {
	max-width: 100%;
}
.bx-wrapper {
    margin: 0 auto;
    padding: 0;
	position: relative;
	z-index:1;
}
.bx-wrapper li a {
	-webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.bx-wrapper li a:hover {
	opacity: .7;
	-webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.bx-wrapper li p {
	margin: 2em 0;
	font-size: 2.4rem;
	text-align: center;
}
#bx-pager {
	margin-top:15px;
	font-size:0;
	text-align:center;
}
.bx-wrapper .bx-pager {
	padding-top: 20px;
	width: 100%;
	color: #666;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
	text-align: center;
	position: absolute;
    bottom: -30px;
}
.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
	vertical-align: bottom;
	display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0 5px;
    width: 10px;
    height: 10px;
	text-indent: -9999px;
    background: #fff;
    border-radius: 5px;
    display: block;
    outline: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #FF36A4;
}


/* ===================================
           Speaker section css
====================================== */
.speaker-sec{
    padding-top: 100px;
    padding-bottom: 150px;
	background: url(../images/gr202406_bg.jpg) repeat;
	position: relative;
	background-size: cover;
}
.speaker-sec .speakers-detail{
    margin-bottom: 50px;
}

.speaker-sec .image-holder{
    height:150px;
    width:150px;
    border-radius: 50%;
    background-color: #e1e1e1;
    margin-bottom:10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    cursor: pointer;
    overflow: hidden;
	box-shadow: 3px 8px 8px 0px rgba(195, 33, 52, 0.2);
}
.speaker-sec .image-holder img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.speaker-sec .image-holder .overlay{
    position: absolute;
    left:0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    top: 0;
    background-color:rgba(253,58,186,0.6);
    z-index: 11;
    display: block;
    opacity: 0;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}

.speaker-sec .speaker-info:hover .image-holder .overlay .plus span:nth-child(2){
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1;
}
.speaker-sec .speaker-info:hover .image-holder .overlay .plus span{
    opacity: 1;
}
.speaker-sec .speaker-info:hover .image-holder img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.speaker-sec .speaker-info:hover .image-holder .overlay{
    opacity: 1;
    left:10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
    border: solid 3px #fff;
}
.speaker-sec .speaker-name{
    font-weight: 600;
    font-size: 14px;
    color: #2f2f2f;
    margin-bottom: 0;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
}
.speaker-sec .speaker-info:hover .speaker-name{
    color: #e3007f;
}
.speaker-sec .speaker-detail{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #e3007f;
    opacity: .7;
    margin-bottom: 0;
    /*font-style: italic;*/
}
.speaker-sec .speaker-links{
    position: relative;
}
.speaker-sec .speaker-links .slider-social{
    left: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.speaker-sec .image-holder .overlay .speaker-links ul li a {
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-50px);
    transform: translateY(-80px);
    opacity: 0;
}
.speaker-sec .image-holder .overlay .speaker-links ul li:first-child a {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.speaker-sec .image-holder .overlay .speaker-links ul li:nth-child(2) a {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .25s;
}
.speaker-sec .image-holder .overlay .speaker-links ul li:nth-child(3) a {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.speaker-sec .speaker-info:hover .image-holder .overlay .speaker-links ul li:first-child a {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    opacity: 1;
}
.speaker-sec .speaker-info:hover .image-holder .overlay .speaker-links ul li:nth-child(2) a {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s;
    opacity: 1;
}
.speaker-sec .speaker-info:hover .image-holder .overlay .speaker-links ul li:nth-child(3) a {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    opacity: 1;
}
.speaker-sec .speaker-info .image-holder .overlay .speaker-links:hover ul li a{
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
}
/*icon hovers*/

.speaker-links>ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.speaker-links>ul li {
    list-style: none;
    margin: 10px 5px;
}
.speaker-links>ul li:first-child {
    margin-left: 0;
}
.speaker-links>ul li:last-child {
    margin-right: 0;
}

.speaker-links>ul li a {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 29px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.speaker-sec .image-holder .overlay .speaker-links>ul li a i {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.speaker-sec .image-holder .overlay .speaker-links:hover  ul li:nth-child(3) a,.speaker-sec .image-holder .overlay .speaker-links:hover  ul li:nth-child(2) a{
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.speaker-sec .image-holder .overlay .speaker-links>ul li a:hover{
    background-color: rgba(255, 255, 255, 0.9);
}
.speaker-links>ul li a:hover i.fa-facebook-f {
    color: #3b5998;
}
.speaker-links>ul li a:hover i.fa-x-twitter {
    color: #000;
}
.speaker-links>ul li a:hover i.fa-twitter {
    color: #000;
}
.speaker-links>ul li a:hover i.fa-line {
    color: #06c755;
}
.speaker-links>ul li a:hover i.fa-tiktok {
    color: #25f4ee;
}
.speaker-links>ul li a:hover i.fa-youtube {
    color: #DA1725;
}
.speaker-links>ul li a:hover i.fa-instagram{
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}


/* ===================================
    WHATS NEW
====================================== */

.about {
    background-image: url("../images/pink_dot.jpg");
    background-repeat: repeat;
/*    background-size: cover;*/
	/*margin: -3rem 0;*/
	width: 100%;
}

.about-margin {
    /*margin: 7rem 0;*/
}

.about-box {
    border-radius: 3px;
    padding: 35px 15px 35px;
    background: transparent;
    text-align: center;
    cursor: pointer;
    transition: ease-in-out 0.3s;
}

.about-box:hover {
    background: transparent;
}

.about-box span {
    display: block;
}

.about-box h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 200;
    color: #202020;
}

.about-box .about-main-icon i {
    color: #ffffff;
    font-size: 80px;
}

.about-box h5 {
    font-weight: 200;
    color: #ffffff;
    transition: ease-in-out 0.5s;
}

.about-box:hover i, .about-box:hover h5 {
    transition: ease-in-out 0.5s;
}

.about-box:hover i {
    color: #e3007f;
}

.about-main-icon {
    transition: .5s ease;
}

.about-box:hover .about-main-icon {
    transform: translateY(-10px);
    transition: .5s ease;
}
.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
/*  height: 300px;*/
/*  overflow:hidden*/
}
.news-list .item {
  display: flex;
  text-decoration: none;
  color: #797979;
  border-bottom: 1px dotted #797979;
  padding: 10px;
}
.news-list .item:first-child {
  border-top: 1px dotted #797979;
}
.news-list .item .date{
  margin: 0;
  font-size: 12px;
  color: #e3007f;
}
.news-list .item .title{
  /*color: #FFF;*/
  line-height: 1.4rem;
  padding-left: 10px;
  text-align: left;
}
/* ===================================
    TOP PAGE ABOUT
====================================== */
.boshu_bnr {
	padding: 7.5rem 0;
	background-image: url("../images/pink_dot_pink.jpg");
    background-repeat: repeat;
/*    background-size: cover;*/
	/*margin: -3rem 0;*/
	width: 100%;
	height: auto;
}
.boshu_bnr img {
	width: 100%;
	height: auto;
	max-width: 1080px;
	margin: 0 auto;
	padding: 10px;
	display: block;
}

/* ===================================
    ABOUT/ RE FA
====================================== */
#about h3,#refa h3 {
    /* margin: 10rem auto 3rem; */
    padding: 15px 0;
    color: #FF36A4;
    /* font-family: 'Teko', '0swald'; */
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    /* letter-spacing: .02em; */
}

.about-title{
    position:relative;
    text-align:center;
    padding: 200px 0 150px 0;
	width: 100%;
	height: 240px; background:url("../images/about_header.jpg");
    background-size: cover;
    background-position: center center;
}

.about-title::before {
    content: '';
    background-color: rgba(0,0,0,.5);
    position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#about .about_pink {
	background: #e3007f3b;
	padding: 3rem;
	border-radius: 30px;
	margin: 3rem auto;
	max-width: 850px;
}
#about .about_black {
	background: rgba(0,0,0,0.70);
	padding: 3rem;
	border-radius: 30px;
	margin: 3rem auto;
	max-width: 850px;
}
#about .info .small {
	line-height: normal;
}	

#refa .about_txt,
#about .about_txt {
	color: #FFF;
	text-align: center;
	font-size: 1.4rem;
	width: 100%;
	margin: 5rem auto;
	line-height: 3rem;
	font-weight: bold;
}
#refa .movie,
#about .movie {
	margin-top:0rem;
}

#about > section:nth-last-of-type(2) {
	padding-bottom:120px;
}
#about .concept {
	overflow:hidden;
}
#about .concept > p {
	width:50%;
	float:right;
}
#about .concept > div {
	padding-top:60px;
	width:50%;
	float:left;
}
#about .concept > div img {
	margin-bottom:100px;
}
#about .concept > div p {
	font-size:1.5rem;
	line-height:2;
}

.message img {
	padding: 0 10%;
	width: 100%;
    margin:2rem auto;
    max-width: var(--max-widh);
}
#refa .info,
#about .info {
	margin:3rem auto -50px;
	width:100%;
	max-width:600px;
	text-align: left;
}
#refa .info dl,
#about .info dl {
	font-size:1rem;
	padding: 0 1rem;
}
#refa .info dt,
#about .info dt {
	width:30%;
	font-weight:bold;
	float:left;
}
#refa .info dd,
#about .info dd {
	width:70%;
	font-size:0.9rem;
	float:left;
	line-height:1.8rem;
	margin-bottom: 1.5rem;
}
#refa .info dd span
#about .info dd span {
	font-size:0.6rem;
	line-height:1.2rem;
}
#about .movie1 {
  padding: 10rem 0 15rem;
}
#about .mv_bg {
  width: 100%;
  display: block;
}
#about .mv_tit {
  margin: 10px 0 10px 15%
}

#about .movie-y1{
  margin-bottom: 7rem;
  position: relative;
}
#about .movie-y{
  position: relative;
}
#about .movie1 .youtube {
  width: 90%;
  margin: 2rem auto 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
}
#about .movie1 .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#about .movie h3{
    margin-bottom: 40px;
    padding: 3px 0 3px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #e3007f;
    width: 100%;
    font-size: 1rem;
}
/* movie */
.movie {
	margin:0 auto;
	width:100%;
	max-width:640px;
}
.movie div {
	padding-bottom: 56.25%;
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
}
.movie div video,
.movie div iframe {
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* ===================================
   Team Stats
====================================== */

.stats-bg {
   /* background-image: url("../images/stats-bg.jpg");*/
    background-repeat: no-repeat;
    background-size: contain;
}

.progress {
    height: 0.5rem;
    margin-top: 1rem;
}

.custom-progress {
    margin-bottom: 2rem;
}

.bg-change .progress {
    background: #7d7d7d;
}

.progress-bar {
    border-radius: 50px;
}

.numscroller {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.half-section{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.skill-box {
    padding: 0 12%;
}

/* ===================================
       portfolio  section css
====================================== */

.portfolio-sec{
    padding-top: 100px;
}
.portfolio-heading{
    margin-bottom: 50px;
}
.portfolio-sec .cbp-l-filters-alignCenter {
    margin-bottom: 50px;
}
.portfolio-sec .cbp-l-filters-alignCenter .cbp-filter-item{
    background-color: transparent;
    border: 1px solid #d9d9d9;
    padding: 7px 24px;
    margin-right: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000;
    opacity: .8;
}
.portfolio-sec .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
    background-color: #FD295C;
    color: #FFFFFF;
    padding: 7px 24px;
}
.portfolio-sec  .cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter {
    -webkit-transform: translateY(-41px);
    -ms-transform: translateY(-41px);
    transform: translateY(-41px);
    background-color: #FD295C;
    color: #FFFFFF;
}
.portfolio-sec  .cbp-l-filters-alignCenter .cbp-filter-counter:after {
    border-top: 4px solid #FD295C;
}
.portfolio-sec .cbp-l-loadMore-text .cbp-l-loadMore-link, .cbp-l-loadMore-text .cbp-l-loadMore-text-link {
    font: 400 15px "Open Sans", sans-serif;
    text-decoration: none;
    cursor: pointer;
    margin-top: 50px;
    display: inline-block;
    border: solid 1px #FD295C;
    padding: 8px 30px;
    color: #FD295C;
}
.portfolio-sec .cbp-caption-zoom .cbp-caption-activeWrap {

    color: #FFFFFF;
}
.cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
    background-color: rgba(253, 41, 92, 0.80);
}
.portfolio-sec .cbp-l-caption-desc .fly-line{
    background-color: #FFFFFF;
    margin-top: 7px;
}
.portfolio-sec .cbp-l-caption-title {
    color: #fff;
    font: 400 20px/21px 'Montserrat', sans-serif;
}

/*=================================
      Portfolio
 ==================================*/
.portfolio {
    background-image: url("../images/portfolio_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.portfolio-title h2 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #3c3f46;
}

.portfolio-subtitle {
    font-size: 16px;
    margin-bottom: 40px;
    color: #7e8186;
}

.nav-link {
    cursor: pointer;
    padding: .8rem 2.5rem;
}

.port {
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #e3007f;
    border-color: #e3007f;
}

.owl-carousel .owl-stage-outer {cursor: pointer;}

.nav-pills .nav-link {
    margin: 0 10px 20px 0;
    border: 1px solid #434343;
    color: #ffffff;}

.da-thumbs li {
    margin: 0 auto;
    width: 33.1%;
    position: relative;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.da-thumbs{
    z-index: 1;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.da-thumbs>li{
    display: block;
    position: relative;
}

.da-thumbs >li {
    overflow: hidden;
}

.da-thumbs >li .overlay h4 {
    color: #ffffff;
    font-size: 22px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
}

.da-thumbs >li .overlay span {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
}

.da-thumbs >li .overlay {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    top: 100%;
    z-index: 2;
    background-color: rgb(0, 0, 0);
    opacity: 0.961;
}

.nav-pills .nav-link {border-radius: 0;}

.search-icon {
    border: 1px solid white;
    border-radius: 50%;
    display: inline-block;
    color: #ffffff;
    padding: 5px 10px;
    margin-bottom: 10px;
}

/* ===================================
   Client
====================================== */

.clients {
    padding-top: 6rem;
}

.owl-carousel .owl-item img{
    width: auto;
    max-width: 100%;
    display: inline-block;
}

.partners-slider .logo-item{
    text-align: center;
}

.about-img {
    height: auto;
    width: 100%;
}

.skill-box {
    padding: 7.5rem 0;
    max-width: 720px;
    margin: 0 auto;
}

.skill-box {
    padding: 0 80px;
}
.skill-box .main-title h2 {
    max-width: 100%;
}

.skill-box .main-title p {
    max-width: 100%;
}

.progress {
    height: 0.5rem;
    margin-top: 1rem;
}
.area-map-in img {
	margin-top: 10px;
    width: 90%;
}
/* ===================================
   Testimonial
====================================== */

.parallax-img {
    background-image: url(../images/pink_dot.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 2rem 0;
}

.testimonial-img img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: inline-block;
}

.icon-quotes{
    color: #ffffff;
    font-size: 24px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    cursor: pointer;
    line-height: 1.3;
    margin: 0 auto;
}

.paragraph {
    font-weight: 200;
    line-height: 1.944;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

/* ===================================
   Pricing Plans
====================================== */

.pricing {
    background-image: url("../images/pricing.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.pricing-item {
    position: relative;
    padding: 2.5rem 1rem;
    margin-bottom: 10px;
    margin-top: 10px;
    /*-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);*/
    /*box-shadow: 0 0 10px rgba(0, 0, 0, .12);*/
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 0;
    /*text-align: left;*/
    overflow: hidden;
    background:rgba(171,233,253,0.70);
    cursor: default;
    border-radius: 30px;
	border: rgba(255, 255, 255, 0.18) solid 1px;
	height: auto;
	/*min-height: 38rem;*/
}
.pricing-item_pink {
    position: relative;
    padding: 2.5rem 1rem;
    margin-bottom: 10px;
    margin-top: 10px;
    /*-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);*/
    /*box-shadow: 0 0 10px rgba(0, 0, 0, .12);*/
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 0;
    /*text-align: left;*/
    overflow: hidden;
    background:rgba(250,190,229,0.70);
    cursor: default;
    border-radius: 30px;
	border: rgba(255, 255, 255, 0.18) solid 1px;
	height: auto;
	min-height: 30rem;
}
.pricing-item_white {
    position: relative;
    padding: 2.5rem 1rem;
    margin-bottom: 10px;
    margin-top: 10px;
    /*-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);*/
    /*box-shadow: 0 0 10px rgba(0, 0, 0, .12);*/
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 0;
    /*text-align: left;*/
    overflow: hidden;
    background:rgba(255, 255, 255 ,0.80);
    cursor: default;
    border-radius: 30px;
	/*border: rgba(250,190,229,0.70) solid 1px;*/
	height: auto;
	/*min-height: 38rem;*/
}
.pricing-item .pricing-price,.pricing-item_pink .pricing-price {
    padding: 25px 0 10px 0;
    border-top: 2px solid rgba(255, 255, 255, 0.8);
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
}
.pricing-item .pricing-price2, .pricing-item_pink .pricing-price2 {
    padding: 10px 0 10px 0;
    border-top: 2px solid rgba(255, 255, 255, 0.8);
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
}
.pricing-item.active .pricing-price, .pricing-item_pink .active .pricing-price {
    border-top: 2px solid rgba(255, 255, 255, 0.8);
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
}
.pricing-item .pricing-currency,.pricing-item_pink .pricing-currency, .pricing-item_white .pricing-currency {
    font-size: 48px;
	font-weight: 600;
    transition: .3s ease;
    font-family: 'Poppins', sans-serif;
	margin-right: 0.5rem;
	min-width: 170px;
}
.pricing-item_white .pricing-price, .pricing-item_white .pricing-price2 {
   /* padding: 25px 0 10px 0;*/
    border-top: 2px solid rgba(171,233,253, 0.8);
    border-bottom: 2px solid rgba(171,233,253, 0.8);
}
.pricing-item_white .pricing-price, .pricing-item_white .pricing-price3 {
   /* padding: 25px 0 10px 0;*/
    border-bottom: 2px solid rgba(171,233,253, 0.8);
}
.pricing-item .pricing-price-tojitu,.pricing-item_pink .pricing-price-tojitu {
    padding: 25px 0 10px 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.8);
}
.pricing-currency span {
    margin-top: 6px;
}

.pricing-para , .pricing-para a:active {
	/*color: #e3007f;
    line-height: 1;
    border-bottom: 5px solid #FFFF33;
    display: inline;*/
	display: inline;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.1;
	padding: 2px 0 1px 7px;
	background: linear-gradient(transparent 0%, #e3007f 0%);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.pricing-para2, .pricing-para2 a:active {
	/*color: #e3007f;
    line-height: 1;
    border-bottom: 5px solid #FFFF33;
    display: inline;*/
	display: inline;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.1;
	padding: 2px 5px 1px 10px;
	background: linear-gradient(transparent 0%, #e3007f 0%);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.pricing-para3 , .pricing-para3 a:active {
	display: inline;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.1;
	padding: 2px 6px 1px 7px;
	background: linear-gradient(transparent 0%, #e3007f 0%);
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.price-dollar,.price-dollar3 {
    align-items: center;
    display: flex;
    margin-right: 5px;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.price-dollar2 {
    align-items: center;
    display: flex;
    margin-right: 5px;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
	margin-top: 2rem;
}
.price-dollar4 {
    align-items: center;
    display: flex;
    margin-right: 5px;
    margin-top: 0rem;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.pricing-list {
    font-size: 14px;
    padding: 25px 0;
	text-align: left;
   /* display: inline-block;*/
}
.pricing-list li {
    margin: 16px 0 16px 0;
    font-size: 15px;
    font-weight: normal;
    position: relative;
    cursor: pointer;
    color: #4D4D4D;
    font-family: 'Roboto', sans-serif;
    padding-left: 2.5em;
    text-indent: -0.8em;
}

.pricing-list li i {
    padding-right: 0px;
    font-size: 18px;
}
.pricing-list li span {
    padding-left: 1rem;
}
.fa-check {
    color: #f5ff00;
}

/*.pricing-item:hover .pricing-currency, .pricing-item.active .pricing-currency,
.pricing-item_pink:hover .pricing-currency, .pricing-item_pink.active .pricing-currency {
    color: #fff;
    transition: .3s ease;
	font-weight: 600;
}*/

.pricing-item:hover sup, .pricing-item:hover span, .pricing-item:hover p, .pricing-item:hover li {
    /*color: #ffffff!important;*/
}

.pricing-item.active sup, .pricing-item.active span, .pricing-item.active p, .pricing-item.active li {
}

.price-pink .pricing-item:hover {
/*background: #fd3aba6b;*/
}

.pricing-item.active {
/*background: #fd3aba6b;*/
}

/* Portfolio Green-btn*/
.portfolio-btn-pink:hover {border-color: #e3007f;background-color: #e3007f;color:#ffffff!important;}
.portfolio-btn-pink {
    border: solid 1px #ffffff;
    color: #FFFFFF;
    background-color: transparent;
    font-size: 14px;
    border-radius: 0.5em;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .8s ease;
    text-decoration: none;
    cursor: pointer;
}

/* ===================================
       Blog Section
====================================== */

.blog-bg {
    background-image: url("../images/blog-bg.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}

/* ===================================
       Contact Us
====================================== */
/*
.contact-sec {
    background-image: url("../images/contact-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-sec .contact-details, .contact-sec .contact-form-box{
    padding-top: 50px;
}

.contact-sec .contact-details .contact-heading{
    color: #000000;
    font-size: 40px;
    font-family: 'oswald',sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 20px;
}

.contact-sec .contact-details .contact-address{
    font-size: 16px;
    color: #000000;
    opacity: .8;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}

.contact-sec .contact-details .contact-list{
    padding-left: 0;
}

.contact-sec .contact-details .contact-list li{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    list-style: none;
    color: #000000;
    font-size: 16px;
    opacity: .8;
}

.contact-sec .contact-details .contact-list li:nth-child(even){
    margin-bottom: 20px;
}

.contact-sec .contact-details .contact-list li:last-child{
    margin-bottom: 50px;
}

.contact-sec .contact-details .contact-s-media{
    padding-left: 0;
    margin-bottom: 0;
    right: auto;
    left: -10px;
}

.contact-sec .contact-details .contact-s-media li {
    list-style: none;
    margin-right: 10px;
    display: inline-block;
}

.contact-sec .contact-details .contact-s-media li:last-child {
    margin-right: 0;
}

.contact-sec .contact-details .contact-s-media li a{
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding-top: 2px;
    transition: .8s ease;
}

.contact-sec .contact-details .page-footer{
    left: calc(50% - 125px);
}

.contact-sec{
    padding-bottom: 120px;
}

.contact-form {
    max-width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.contact-form .form-control {
    border: none;
    border-bottom:1px solid #797979;
    padding: 10px 0;
    background: transparent;
    font-weight: normal;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 32px;
    color: #797979;
    font-size: 14px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}

.contact-form .form-control:focus {
    border-color: #e3007f;
}

.contact-form textarea {
    min-height: 130px;
    resize: none;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}*/

.c-standalone {
    background-image: url(../images/gr202406_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
/*#contact .standalone {
     background-color: #171717; 
     color: #FFF; 
    background-image: url(../images/gr202406_bg.jpg);
    background-repeat: repeat;
    background-size: cover;
}*/

.contact-title{
    position:relative;
    text-align:center;
    padding: 200px 0 150px 0;
	width: 100%;
	height: 240px; background:url("../images/contact_header.jpg");
    background-size: cover;
    background-position: center center;
}
.contact-title::before {
    content: '';
    background-color: rgba(0,0,0,.6);
    position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#contact > section:nth-last-of-type(2) {
	padding-bottom:120px;
}
#contact section > div {
	max-width:640px;
}
#contact section div > p {
	margin-bottom:20px;
	text-align:center;
	line-height:1.7;
}
#contact form dl {
	color: #4D4D4D; 
	text-align: left;
	margin-bottom:20px;
}
#contact form dt {
	font-weight:bold;
	line-height:20px;
}
#contact form dt img {
	margin-left:5px;
}
#contact form dd {
	margin-top:10px;
	line-height:1.7;
}
#contact form dd p {
	margin-top:5px;
	line-height:1.5;
}
#contact form dd .btn {
	line-height:1;
}
#contact form dd li {
	padding-left: 1em;
	text-indent: -1em;
}
.contact table {
	margin-bottom:10px;
	width:100%;
}
.contact thead ul {
	font-size:0;
}
.contact thead li {
	padding:10px 5px;
	width:60%;
	font-size:1.4rem;
	font-weight:bold;
	text-align:center;
	display:inline-block;
}
.contact thead li a {
	display:block;
}
.contact thead .prev {
	width:20%;
	text-align:left;
}
.contact thead .next {
	width:20%;
	text-align:right;
}
.contact tbody th,
.contact tbody td {
	font-size:1.2rem;
	text-align:center;
	border:1px solid #777;
	vertical-align:middle;
}
.contact tbody th {
	padding:5px;
	color:#fff;
	background:#919191;
}
.contact tbody th.sat {
	background:#5b96e7;
}
.contact tbody th.sun {
	background:#e7355c;
}
.contact tbody td {
	height:40px;
	background:#d4d4d4;
}
.contact tbody td a {
	padding:14px 0;
	display:block;
}
.contact tbody td.active {
	background:#fff;
}
.contact tbody td.prev,
.contact tbody td.prev a {
	color:#9e9e9e;
}

#contact form input,
#contact form textarea {
	padding:10px 10px 7px;
	width:100%;
	font-size:1.2rem;
	background:#fff;
	border:1px solid #ccc;
	border-radius:4px;
	color:#333;
}
#contact form input:focus,
#contact form textarea:focus {
	border:1px solid #ee869a;
}

button {
  /* 背景色を無色に */
  background: transparent;
  /* 枠線を消す */
  border: none;
  /* クリックした際に枠線をnone消す */
  outline: none;
  /* 影を消す */
  box-shadow: none;
}
#contact form button,
#contact .btn-top a,
#detail .btn-top a {
    background: #e3007f;
    border-color: #e3007f;
    color: #ffffff;
    border-radius: 50px;
    font-size: 16px;
    padding: 8px 20px 6px;
    line-height: 1.8em;
    font-weight: 600;
}
#contact .btn-top a:hover,
#contact form button:hover,
#detail .btn-top a:hover {
    opacity: 0.7;
}
/* confirmation */
#contact form ul {
	overflow: hidden;
}
#contact form li {
	width: 47%;
	float: left;
}
#contact form li:nth-of-type(2n) {
	float: right;
}
#contact form li button {
	width: 100%;
}
#contact form li.return button {
	background: #777;
}
/* completion */
#contact .notice {
	margin:20px auto;
    padding:10px;
	width:100%;
    font-size: 1.2rem;
    line-height: 1.7;
    background: #F7F7F7;
    border: 1px solid #E5E5E5;
}
#contact .notice li {
	padding-left: 1em;
    text-indent: -1em;
}
#contact .notice li em {
	color: #e7355c;
    font-size: 1.6rem;
    font-weight: bold;
}
#contact .btn {
    margin: 60px auto 0;
    width: 50%;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
}
#contact .waku-1 {
	width: 100%;
	padding: 30px;
	border: solid 1px #e3007f;
}

/* ===================================
       Google-Map
====================================== */
/*
#map{
    overflow: hidden !important;
}

.mapouter {
    position: relative;
    text-align: right;
    height: 100%;
    width: 100%;
}

.full-map{
    height: 450px;
    width: 100%;
    overflow: hidden;
}

.map{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.bg-img-map{
    background: url(../images/map.jpg);
}
*/
.container-fluid {
	/*background-image: url(../images/stats-bg.jpg);*/
	background-size: cover;
	/*background-color: #1e1e1e;*/
}
.gmap {
    padding-bottom: 81%;
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
}
#map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* ===================================
   partner 
====================================== */
.partner {
	margin: 0 auto;
	padding-top:100px!important;
	padding-bottom:100px!important;
	background-color: #FFF;
}
.partner h2 {
	margin:0 auto 30px;
	width:100%;
	max-width:1000px;
	color: #333!important;
	font-size: 1.2rem!important;
	font-weight: 600;
	text-align: center;
	position:relative;
}
.partner h2 span {
	padding:0 1em;
	background:#fff;
	position:relative;
	z-index:2;
}
.partner h2:after {
	content:'';
	width: 100%;
	height: 1px;
	border-top: solid 1px #e8e8e8;
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
}
.partner div {
	margin: 0 auto 120px;
	max-width: 1000px!important;
	background: #fff!important;
}
.partner ul {
	margin-bottom: -40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.partner li {
  margin-bottom: 40px;
  padding: 0 10px;
  width: 20%;
}
.partner li img {
	width:auto;
	height:100px;
}
.partner li a {
	-webkit-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
}
.partner li a:hover {
	opacity:0.5;
	-webkit-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
}
.partner div > p {
  margin-top: 1em;
	color:#777;
	font-size:0.6rem;
	text-align:right;
}
.partner .media li,
.partner .media li img {
	/* height: 80px; */
}
.partner .partner-index li,
.partner .partner-index li img {
  margin-bottom: 40px;
  padding: 0 20px;
	height:80px;
	  width: auto;
}

/* ===================================
   Rumway Model
====================================== */
.model-title{
    position:relative;
    text-align:center;
    padding: 200px 0 150px 0;
	width: 100%;
	height: 240px; background:url("../images/model_header.jpg");
    background-size: cover;
    background-position: center center;
}

.model-title::before {
    content: '';
    background-color: rgba(0,0,0,.5);
    position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#model h3 {
    padding: 15px 0 0;
    color: #FF36A4;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}
#model .category {
    margin:2rem auto 0;
    padding: 0 30px;
}
#model .category ul {
    font-family: 'Poppins';
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#model .category li {
	width: 16.5%;
    font-size: 0.7rem;
    text-align: center;
    display: -webkit-flex;
    display: flex;
}
#model .category li a {
    padding: 12px 0px 0px;
    width: 160px;
    color: #4D4D4D;
    background: #fd3aba6b;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    border-radius: 30px;
    margin: 0px 5px 5px;
}

#model .category li a span {
/*    margin-bottom: .1em;*/
    font-family: 'Poppins';
    font-size: 1.2rem;
    font-weight: 700;
	line-height: 0.5;
}
#model h4 {
    margin-bottom: .2em;
    font-family: 'Poppins';
    font-size:1.5rem;
    display: inline-block;
    font-weight: 700;
	color: #FF36A4;
}
#model h5 {
   margin-bottom: 50px;
    padding: 0 30px;
	font-size:1rem;
	color: #FF36A4;
}
.model_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.model_list li {
    width: calc(100% / 5);
    position: relative;
}
.model_list a .prof_wrap {
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(237, 0, 145, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.model_list a:hover .prof_wrap {
	opacity: 1;
	-webkit-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
}
.model_list a .prof_wrap div {
    width: 100%;
    text-align: center;
}
.model_list a .prof_wrap div .name {
	margin-bottom: 5px;
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
}
.model_list a .prof_wrap div .age {
	margin-bottom: 1em;
	font-family: 'Poppins';
	font-size: 16px;
	letter-spacing: .02em;
}
.model_list a .prof_wrap div .prof {
	padding: .7em 2em;
	font-family: 'Poppins';
	font-size: 16px;
	letter-spacing: .02em;
	border: 1px solid #fff;
	display: inline-block;
}
/* ===================================
   Model Detail
====================================== */

#detail section {
	padding-bottom: 120px;
}
/*#detail section > div {
	max-width: 100%;
	background: rgba(237,0,145,0.3);
}*/
#detail .prof_wrap {
	margin: 100px auto 0;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	background: rgba(237,0,145,0.3);
	padding: 0 20px;
}
#detail .prof_wrap #photo {
	width: 45%;
	position: relative;
	top: -100px;
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
#detail .prof_wrap > div {
	margin-left: 10%;
	padding-top: 30px;
	width: 45%;
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
#detail .prof_wrap .prof {
/*	font-size: 1.6rem;*/
	text-align: left;
}
#detail .prof_wrap .prof p {
	margin-bottom: 1em;
}
#detail .prof_wrap .prof .name {
	margin-bottom: 20px;
	padding-bottom: .2em;
	font-size: 3rem;
	font-family:'Poppins','Noto Sans JP', sans-serif;
	border-bottom: 2px solid #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	letter-spacing: .02em;
	font-weight: 500;
}
#detail .prof_wrap .prof .name span {
	margin-right: .5em;
}
#detail .prof_wrap .prof .age,
#detail .prof_wrap .prof .size {
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: .02em;
}
#detail .prof_wrap .prof .vote {
	margin-left: auto;
	padding: .5em 1em;
	font-size: 1.4rem;
	text-align: center;
	border: 1px solid #fff;
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	display: block;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
#detail .prof_wrap .prof .vote:hover {
	color: #4D4D4D;
	background: #fff;
}
#detail .prof_wrap .prof .vote i {
	margin-right: .5em;
}
#detail .prof_wrap .prof .vote.off {
	color: #4D4D4D;
	background: #fff;
}
#detail .prof_wrap .prof .pr {
	margin-top: -.5em;
	padding: 1em;
	line-height: 1.7;
	border: 1px solid #777;
}

#detail #thumbnail {
	margin-top: 20px;
	margin-bottom: 100px;
	width: 100%;
	min-height: 0%;
	display: -webkit-flex;
	display: flex;
}

#detail .other {
	margin-top: 120px;
}
#detail .other .bx-wrapper {
	margin-left: 30px;
	position: relative;
}
#detail .other .bx-wrapper .bx-controls .bx-prev,
#detail .other .bx-wrapper .bx-controls .bx-next {
	width: 30px;
	height: 100%;
	background: #e2e2e2;
	position: absolute;
	top: 0;
}
#detail .other .bx-wrapper .bx-controls .bx-prev {
	left: -30px;
}
#detail .other .bx-wrapper .bx-controls .bx-next {
	right: -30px;
}
#detail .other .bx-wrapper .bx-controls .bx-prev:after,
#detail .other .bx-wrapper .bx-controls .bx-next:after {
    content: '';
	margin-top: -7px;
    width: 14px;
    height: 14px;
    border-top: 2px solid #777;
    border-left: 2px solid #777;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}
#detail .other .bx-wrapper .bx-controls .bx-prev:after {
	margin-left: -4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#detail .other .bx-wrapper .bx-controls .bx-next:after {
    margin-left: -12px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#model_vote {
	padding: 50px 0;
	color: #4D4D4D;
	font-size: 1.6rem;
	text-align: center;
	background: #fff;
}
#model_vote .name {
	margin-bottom: .5em;
	font-family: 'Noto Sans JP';
	font-size: 3rem;
}
#model_vote .vote {
	margin: 1em auto 0;
	padding: .7em 1.5em;
	color: #4D4D4D;
	font-size: 1.8rem;
	text-align: center;
	border: 1px solid #4D4D4D;
	display: inline-block;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
#model_vote .vote:hover {
	color: #fff;
	background: #4D4D4D;
}
#model_vote .vote i {
	margin-right: .5em;
}
#model_vote .note {
	margin-top: 1em;
	font-size: 1.2rem;
}
#model_vote .close {
	margin-top: 30px;
	padding: .7em 2em;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	background: #999;
	border-radius: 16px;
	display: inline-block;
	cursor: pointer;
}

/* ===================================
   Footer
====================================== */

.footer {
    padding: 80px 0;
	background-color: #111;
/*    background-image: url("../images/footer-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;*/
}

.footer-social ul{
    margin: 0;
    padding: 0;
}

.footer-social li{
    display: inline-block;
}

.footer-social a {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.footer-social a i {
    color: #ffffff;
}

.footer-social li:nth-last-child(1) a{
    margin-right: 0;
}

.company-about{
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}

/* ===================================
   Scroll Top
====================================== */

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
    color: #ffffff;
    background-color: #e3007f;
    border-radius: 50%;
    z-index: 20;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}

.go-top.active {
    -webkit-animation: bounceInDown 2s;
    animation: bounceInDown 2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #e3007f;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
}

.go-top:hover, .go-top:focus {
    color: #ffffff;
}

.go-top:hover::before, .go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}
/* ===================================
     下部固定
====================================== */
.bottom_btn2 {
	margin: 0 auto;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 14;
  text-align: center;
  background: rgb(230, 46, 139, 1);
  background: linear-gradient(0deg, rgba(230, 46, 139, 1) 0%, rgba(255, 54, 192, 0.6987945899534761) 100%);
}
  .bottom_btn2 a {
    display: block;
  }
  .bottom_btn2 img {
    width: auto;
    max-height: 100px;
	  padding: 5px;
  }
/* ===================================
     GUEST
====================================== */
.guest-title{
    position:relative;
    text-align:center;
    padding: 200px 0 150px 0;
	width: 100%;
	height: 240px; background:url("../images/guest_header.jpg");
    background-size: cover;
    background-position: center center;
}
.guest-title::before {
    content: '';
    background-color: rgba(0,0,0,.6);
    position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.guest > div {
	padding: 2rem 20px 5rem;
	/* margin-top: -3.5em;
	max-width: 100%;
	position: relative; */
}
.guest .bx-wrapper {
	margin-right: 0;
	max-width: 76.5%!important;
}
.guest .slider li {
	position: relative;
}
.guest .slider li figcaption {
	padding: 8px 0;
	width:100%;
	color:#fff;
	font-size: 1.6rem;
	text-align:center;
	background: rgba(0, 0, 0, .8);
	position: absolute;
	bottom: 0;
}
.guest .mv {
	opacity: 1.0;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	-webkit-transition: .8s;
	transition: .8s;
}

.guest section > h3 {
     /*margin: 10rem auto 3rem; */
    padding: 15px 0;
    color: #FF36A4;
    /* font-family: 'Teko', '0swald'; */
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    /* letter-spacing: .02em; */
}

.guest section > div {
	margin:0 auto;
	width:100%;
	max-width:1000px;
}
.guest section .list,
.guest section .list1,
.guest section .list3,
.guest section .list_artist {
	margin-bottom:-40px;
	font-size: 0;
}
.guest section .list_artist,
.guest section .list_mc {
	text-align: center;
}
.guest section .list li {
	margin:0 1.5% 40px 0;
	width:18%;
	vertical-align: top;
	display: inline-block;
	position: relative;
}
.guest section .list li:nth-of-type(5n) {
	margin-right:0;
}
.guest section .list li figure,
.guest section .list1 li figure,
.guest section .list3 li figure,
.guest section .list_artist li figure {
	position: relative;
}
.guest section .list li figcaption, .guest section .list1 li figcaption, .guest section .list3 li figcaption, .guest section .list_artist li figcaption {
    padding: 10px 2px;
    margin-top: 10px;
    width: 100%;
     color: #4D4D4D; 
    font-size: 1rem;
    text-align: center;
     background: #fff; 
    position: unset;
    left: 0;
    bottom: 0;
    /* border: 1px solid #FFC5E0; */
    /* border-radius: 30px; */
    box-shadow: 1px 2px 0px #ED0091;
    font-weight: 500;
	line-height: 1.2rem
}
.guest section .list li figcaption span,
.guest section .list1 li figcaption span,
.guest section .list3 li figcaption span,
.guest section .list_artist li figcaption span {
	font-size: 0.8rem;
}
.guest section .list li .sns,
.guest section .list1 li .sns,
.guest section .list3 li .sns,
.guest section .list_artist li .sns {
	/*margin: 5px auto -5px;*/
	margin: 10px auto 0;
	font-size: 0;
	text-align: center;
}
.guest section .list li .sns p,
.guest section .list1 li .sns p,
.guest section .list3 li .sns p,
.guest section .list_artist li .sns p{
	margin: 0 10px 5px 0;
	font-size: 1rem;
	vertical-align: top;
	display: inline-block;
}
.guest section .list li .sns p:last-of-type,
.guest section .list1 li .sns p:last-of-type,
.guest section .list3 li .sns p:last-of-type,
.guest section .list_artist li .sns p:last-of-type {
	margin-right: 0;
}
.guest section .list li .sns p a,
.guest section .list1 li .sns p a,
.guest section .list3 li .sns p a,
.guest section .list_artist li .sns p a {
	-webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.guest section .list li .sns p a:hover,
.guest section .list1 li .sns p a:hover,
.guest section .list3 li .sns p a:hover,
.guest section .list_artist li .sns p a:hover {
	opacity: 0.7;
	-webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
.guest section .list li .sns p img,
.guest section .list1 li .sns p img,
.guest section .list3 li .sns p img,
.guest section .list_artist li .sns p img{
	width: auto;
	height: 26px;
	margin-top: 2px;
	filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.3));
}

.guest section .list3 li {
	margin:0 2% 40px 0;
	width:32%;
	vertical-align: top;
	display: inline-block;
	position:relative;
}
.guest section .list3 li:nth-of-type(3n) {
	margin-right:0;
}

.guest section .list1 {
	text-align:center;
}
.guest section .list1 li {
	margin:0 0 40px 0;
	width:32%;
	vertical-align: top;
	display:inline-block;
	position:relative;
}

.guest section .list_artist li {
	margin: 0 2% 40px 0;
    width: 20%;
    vertical-align: top;
    position: relative;
    display: inline-block;
}
.guest section .list_artist li .video {
    position: relative;
    margin: 10px auto;
	padding-top: 56.25%;
}

.guest section .list_artist li .video iframe {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.guest section .list.special li {
  margin: 0 2% 40px 0;
  width: 23.5%;
}
.guest section .list.special li:nth-of-type(4n) {
  margin-right: 0;
}
.guest section .list.special li:nth-of-type(5n) {
  margin-right: 2%;
}
.andmore {
  font-size: 2rem;
	text-align: right;
	margin: 1rem;
	font-family: 'Teko', '0swald', 'Noto Sans JP';
	letter-spacing: .02em;
}
.coming {
font-family: 'Teko', '0swald';
  padding: 0 0 2em;
  font-size: 3rem;
  text-align: center;
	color:rgba(237,0,145,0.25);
  letter-spacing: .02em;
}
.guest .fab,.guest .fas {
	color:rgba(237,0,145,0.5);
	padding: 0 2px;
}

/*section{padding: 2rem 0;}*/
/* ===================================
     SPONSOR
====================================== */
.sponsor-title{
    position:relative;
    text-align:center;
    padding: 200px 0 150px 0;
	width: 100%;
	height: 240px; background:url("../images/sponsor_header.jpg");
    background-size: cover;
    background-position: center center;
}
.sponsor-title::before {
    content: '';
    background-color: rgba(0,0,0,.6);
    position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.sponsor > div {
    padding: 2rem 20px 8rem;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}
/*.guest section > div {
	margin:0 auto;
	width:100%;
	max-width:1000px;
}*/
.sponsor div h3 {
    padding: 15px 0;
    color: #FF36A4;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

#stage div ul {
	margin: 2rem auto 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#stage div li {
	margin: 2rem auto;
	padding: 10px;
	width: 45%;
	color: #4D4D4D;
	display: -webkit-flex;
	display: flex;
}
#stage div li > div {
	padding: 10px;
  width: 100%;
	background: rgba(255,255,255,.4);
	position: relative;
	display: -webkit-flex;
	display: flex;
}
#stage div li > div:before {
	content: '';
	width: 50px;
	height: 50px;
	background:url("../images/stage_frame.svg") no-repeat;
	background-size: contain;
	position: absolute;
	top: -10px;
	left: -10px;
}
#stage div li > div:after {
	content: '';
	width: 50px;
	height: 50px;
	background:url("../images/stage_frame.svg") no-repeat;
	background-size: contain;
	transform: rotate(180deg);
	position: absolute;
	bottom: -10px;
	right: -10px;
}
#stage div li > div > div {
	padding: 30px;
  width: 100%;
	background: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
#stage div li .logo a {
	display: block;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
#stage div li .logo a:hover {
    opacity: .5;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}
#stage div li .logo img {
	 margin-bottom: 20px; 
}
#stage p {
	color:#777;
	font-size:1rem;
	text-align:right;
	margin-top: 0.8rem;
}

#partner div li {
	margin:0 auto;
	width: 220px;
	color: #4D4D4D;
	display: -webkit-flex;
	display: flex;
}
/*#partner div li img {
    margin-bottom: 40px;
    padding: 0 20px;
    height: 80px;
    width: auto;
}*/
/* ===================================
     TIME TABLE 
====================================== */
.timetable-title{
    position:relative;
    text-align:center;
    padding: 200px 0 150px 0;
	width: 100%;
	height: 240px; background:url("../images/timetable_header.jpg");
    background-size: cover;
    background-position: center center;
}
.timetable-title::before {
    content: '';
    background-color: rgba(0,0,0,.6);
    position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#timetable .sponsor div ul {
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 860px;
}
#timetable .sponsor div li {
	margin: 0 auto;
	padding: 10px;
	width: 45%;
}
/*#timetable .timetable div li img {
	width: 100%;
	height: 100%;
}*/
#timetable .rain img {
	margin: 0 auto;
}
#timetable .rain img {
	width: 100%;
	max-width: 860px;
}
/* ===================================
     RE FASHION MARKET
====================================== */
.refa-title{
    position:relative;
    text-align:center;
    padding: 200px 0 150px 0;
	width: 100%;
	height: 240px; background:url("../images/refa_header.jpg");
    background-size: cover;
    background-position: center center;
}
#refa .about_blue {
	background: rgba(171,233,253,0.70);
	padding: 3rem;
	border-radius: 30px;
	margin: 3rem auto;
	max-width: 850px;
}
.refa-introduce {
	color: #FF36A4;
	padding-bottom: 2px;
	border-bottom: dotted 2px #FF36A4;
	width: 90%;
	margin: 2rem auto 1rem;
	font-weight: 500;
}
#refa .guest section > h3 {
    /* margin: 10rem auto 3rem; */
    padding: 15px 0;
    color: #FF36A4;
    /* font-family: 'Teko', '0swald'; */
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    /* letter-spacing: .02em; */
}
#refa .refa-guest-ttl {
    margin-bottom: 40px;
    padding: 3px 0 3px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #e3007f;
    width: 100%;
    font-size: 1rem;
}
#refa .refa-guest-ttl2 {
    padding: 3px 0 3px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #e3007f;
    width: 100%;
    font-size: 1rem;
}
.refa-schedule-ttl {
    margin: 40px auto;
    padding: 3px 0 3px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #88abda;
    width: 100%;
    font-size: 1rem;
}
.tabs {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 40px;
  border-bottom: 3px solid #88abda;
  background-color: #d9d9d9;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 0px 40px;
  clear: both;
  overflow:auto;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#refa-01:checked ~ #refa-01_content,
#refa-02:checked ~ #refa-02_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #88abda;
  color: #fff;
}
.refa-map {
	width: 70%;
	max-width: 300px;
	margin: 0 auto;
}
.refa-schedule table{
	margin: 2rem auto 6rem;
	text-align: center;
	width: 90%;
    background: #f7f9fc;
}
.refa-schedule th {
	background-color: #7ecef4;
	font-size: 0.8rem;
	color: #FFF;
	padding: 3px 0;
	line-height: 1;
}
.refa-schedule td {
	padding:  5px 0px 0px 0px;
	
}
.refa-schedule td img {
	width: 100%;
	max-width: 50px;
	margin: 0px 0px 5px 5px;
	text-align: center;
}
.refa-schedule td span img {
	width: 100%;
	max-width: 100px;
	margin: 0px 0px 5px 5px;
	text-align: center;
}
.refa-booth-no{
	width: 15%;
}
.refa-booth-name{
	width: 45%;
}
.refa-booth-img{
	width: 20%;
}
.refa-booth-no-circle{
	background: #e3007f;
	display: inline-block;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 30px;
	box-shadow: 1px 1px 0px 0 rgba(0, 0, 0, 0.2);
	justify-content: space-between;
	margin: 0px 0px 5px 5px;
}
/* ===================================
     ticket
====================================== */
.ticket-title{
    position:relative;
    text-align:center;
    padding: 200px 0 150px 0;
	width: 100%;
	height: 240px; background:url("../images/ticket_header.jpg");
    background-size: cover;
    background-position: center center;
}
.ticket-title::before {
    content: '';
    background-color: rgba(0,0,0,.6);
    position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#ticket h3,
#contact h3{
    padding: 15px 0 0;
    color: #FF36A4;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}
#contact h5,
#ticket h5  {
	margin-bottom: 40px;
    padding: 5px 0 3px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    background: #e3007f;
	width: 100%;
}
#ticket .pricing-item h3,#ticket .pricing-item_pink h3,#ticket .pricing-item_white h3{
    padding: 15px 0 0;
    color: #FF36A4;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
}
#ticket .ticket_free {
    color: #fff;
    text-shadow: 1px 1px 0 #ff0083, -1px 1px 0 #ff0083, 1px -1px 0 #ff0083, -1px -1px 0 #ff0083;
    background: linear-gradient(transparent 80%, #f5ff00 20%);
    font-size: 3rem;
    font-weight: bold;
    line-height: 3rem;
}

#ticket .ticket_free2 {
    color: #fff;
    text-shadow: 1px 1px 0 #ff0083, -1px 1px 0 #ff0083, 1px -1px 0 #ff0083, -1px -1px 0 #ff0083;
    background: linear-gradient(transparent 80%, #f5ff00 20%);
    font-size: 3rem;
    font-weight: bold;
    line-height: 3rem;
	margin:-1rem 2rem 1rem 0;
	min-width: 6rem;
}
#ticket .alert-box {
	width:100%;
	/*margin-bottom: 3rem;*/
}
#ticket .alert-box p {
    color: #ff0000;
    font-size: 80%;
    padding-left: 1em;
    text-indent: -1em;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0.4rem 0 0 1rem;
	text-align: left;
}
.line-yellow {
	line-height: 2;
    border-bottom: 2px solid #FFFF33;
    display: inline;
}
#ticket table .btn1 a {
    /* padding: 20px 0; */
	font-size: 2rem;
	font-weight: bold;
    color:#fd3aba;
    display: block;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
	text-align: center;
}
#ticket table .btn1 a:hover {
	color:#fd3aba;
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
}
#ticket .seatmap img {
    margin: 50px auto 0;
    width: 100%;
    max-width: 700px;
    height: auto;
}
#ticket .rf_tit{
	margin: 0 auto;
}
#ticket .rf_tit img{
	width:100px;
}
#ticket .rf_btn {
	margin-top: 2rem;
}
#ticket .ticket-pink {
	width: 48%;
	float:left;
	margin-right: 4%;
}
#ticket .ticket-blue {
	width: 48%;
	float:left;
}

.ticket_info {
    margin: 0 auto;
	width: 90%;
    max-width: 800px;
}
 .ticket_info h5 {
    margin-bottom: 40px;
    padding: 5px 0 3px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    background: #e3007f;
    width: 100%;
}
.ticket_info li {
    text-align: left;
	padding-left: 1em;
    text-indent: -1em;
	margin-bottom: 0.4rem;
}
.flex{
      display: flex;
    }
.ticket_info table {
	width: 49%;
	margin-top: 10px;
	display: flex;
}
.ticket_info table th {
	text-align: center;
}
.ticket_info .hare {
	margin-right: 2%;
}
span.outlink {
    border-bottom: solid #21ff00 5px;
    display: inline;
}
/* --NEON-- */

.neonText {
  color: #fff;
  text-shadow:
    0 0 8px #fff,
/*    0 0 10px #fff,
    0 0 21px #fff,*/
    0 0 42px #fd3aba,
    0 0 82px #fd3aba,
    0 0 92px #fd3aba,
    0 0 102px #fd3aba,
    0 0 151px #fd3aba;
}
.neonText a:hover {
  color: #fd3aba;
}
  
.neonTexth1 {
  font-size: 6.2rem;
  animation: pulsate 1.5s infinite alternate;  
  border: 0.2rem solid #fff;
  border-radius: 5rem;
  padding: 0.4em;
  box-shadow: 0 0 .2rem #fff,
            0 0 .2rem #fff,
            0 0 2rem #fd3aba,
            0 0 0.8rem #fd3aba,
            0 0 2.8rem #fd3aba,
            inset 0 0 1.3rem #fd3aba;
	max-width: 400px;
}
.neonTexth2 {
  font-size: 2rem;
  animation: pulsate 1.5s infinite alternate;  
  border: 0.2rem solid #fff;
  border-radius: 5rem;
  padding: 0.4em;
  box-shadow: 0 0 .2rem #fff,
            0 0 .2rem #fff,
            0 0 2rem #fd3aba,
            0 0 0.8rem #fd3aba,
            0 0 2.8rem #fd3aba,
            inset 0 0 1.3rem #fd3aba;
	max-width: 400px;
	margin: 2rem auto;
	text-align: center;
	background-color: rgba(0,0,0,0.50)
}
.neonTexth3 {
  font-size: 1.1rem;
  animation: pulsate 1.5s infinite alternate;  
  border: 2px solid #fff;
  border-radius: 5rem;
  padding: 7px 10px 5px;
  box-shadow: 0 0 .2rem #fff,
            0 0 .2rem #fff,
            0 0 1rem #fd3aba,
            0 0 0.4rem #fd3aba,
            0 0 1.4rem #fd3aba,
            inset 0 0 0.7rem #fd3aba;
	max-width: 800px;
	width: 100%;
	margin: 2rem auto;
	text-align: center;
	background-color: rgba(255, 0, 166, 0.5);
}
.neonTexth3:hover {
	color: #FFF;
  background-color:rgba(255,0,166,0.2);
}

/* ===================================
     Stand Alone
====================================== */

.standalone , .blog-page , .blog-detail{
    /*background-color: #171717;*/
	/*color: #FFF;*/
    background-image: url("../images/gr202406_bg.jpg");
    background-repeat:repeat;
    background-size:contain;
}
.standalone2{
    background-image: url("../images/gr202406_bg.jpg");
    background-repeat:repeat;
    background-size:cover;
}

.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}
.standalone-row .stand-img-des{
    padding-left: 30px;
    text-align: center;
}
.standalone-row:nth-child(2) .stand-img-des{
    padding-left: 0;
    padding-right: 30px;
}
.standalone-detail .sub-heading{
    margin-bottom: 10px;
}
.standalone-area .sub-heading{
    margin-bottom: 8px;
}
.standalone-detail .heading{
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.standalone-detail .para_text{
    font-family: 'Roboto' , sans-serif;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
}

.standalone-detail{
    padding-bottom: 100px;
}
.standalone-area .heading-text{
    font-weight: 400;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
}
.standalone-area .stand-img-des .para_text{
    font-family: 'Roboto', sans-serif;
}

.page-title{
    position:relative;
    text-align:center;
    padding: 200px 0 150px 0;
    background:url("../images/standalone.jpg");
    background-size: cover;
    background-position: top center;
}
.timetable-title .auto-container,
.model-title .auto-container,
.sponsor-title .auto-container,
.refa-title .auto-container,
.about-title .auto-container,
.contact-title .auto-container,
.page-title .auto-container,
.guest-title .auto-container
.ticket-title .auto-container{
    position:relative;
}

.page-breadcrumb{
    position:relative;
}

.page-breadcrumb li{
    position:relative;
    display:inline-block;
    margin-right:10px;
    padding-right:15px;
    color:#ffffff;
    font-size:14px;
    font-weight:400;
    text-transform:capitalize;
}

.page-breadcrumb li:after{
    position:absolute;
    content: "\f101";
    right:-5px;
    top:1px;
    color:#ffffff;
    font-size:14px;
    font-weight:900;
    font-family: "Font Awesome 5 Free";
}

.page-breadcrumb li:last-child::after{
    display: none;
}

.page-breadcrumb li:last-child{
    padding-right:0;
    margin-right:0;
}

.page-breadcrumb li a{
    color:#fff;
    font-weight:400;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.page-breadcrumb li a .icon{
    margin-right:4px;
    color:#e3007f;
}

.page-breadcrumb li a:hover{
    color:#ffffff;
}

/* ===================================
    Blog Page
====================================== */
.blog-page-title{
    position:relative;
    text-align:center;
    padding: 200px 0 150px 0;
    background:url("../images/page-tittle.jpg");
    background-size: cover;
    background-position: top center;
}
.heading-space {
    margin-bottom: 2.125rem;
}
.heading-space li {
    color: #797979;
}
.margin-bottom-3 {
    margin-bottom: 3rem !important;
}
.news_item {
    background: transparent;
    position: relative;
}
.news_item.blog-one:hover img, .news_item.blog-two:hover img {
    transform: scale(1.2);
}
.news_item.shadow{
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.news_item .news_desc{
    padding: 40px 30px;
}
.meta-tags li, .meta-tags li a {
    display:inline-block;
    margin-top: 10px;
}
.meta-tags li a i {
    color: #e3007f;
}
.meta-tags > li + li{
    margin-left: 10px;
}
.meta-tags li a {
    color: #a5a5a5;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}
.meta-tags li a > i {
    font-size: 17px;
    margin-right: 5px;
}
.meta-tags li a > i,
.meta-tags > li + li::before {
    vertical-align: middle;
}
.meta-tags li a:hover,
.meta-tags li a:focus{
    color: #e3007f;
}
.news_item:hover h3 a {
    color: #e3007f;
}

/* widgets */
.widget {
    background: #171717;
    padding: 2rem 1.5rem;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.widget button {
    border: none;
}
.blog-box {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1)
}

/* form search */
.search-box .form-control {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    -webkit-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
}
.search-box .form-control,
.search-box .search-addon {
    background: transparent;
    border-color: #797979;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: table-cell;
}
.search-box .form-control:focus, .search-box textarea:focus {
    border-color: #e3007f;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}
.search-box .search-addon {
    background-color: #e3007f;
    color: #ffffff;
    position: relative;
    top: 0;
    left: -1px;
    width: 40px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

/* recent post */
.single-post {
    overflow: hidden;
    display: table;
}
.single-post .post, .single-post .text {
    display: table-cell;
}
.single-post .post {
    height: 60px;
    width: 60px;
}
.single-post .post > img {
    width: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.single-post .text {
    vertical-align: middle;
    padding-left: 10px;
    font-size: 15px;
}
.single-post span{
    font-size: 13px;
    display: block;
    color: #797979;
}
.single-post:hover a, .single-post:focus a {
    color: #e3007f;
}

/* categories */
.categories-name > a {
    display: block;
    padding: 18px 0 5px;
    border-bottom: 1px solid #797979;
}
.categories-name > a > p:hover {
    color: #e3007f!important;
}
.categories-name > a > p {
    -webkit-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}
.categories-name > a > p > span {
    float: right;
}

/* tags */
.tags li {
    display: inline-block;
    padding: 2px 12px 2px;
    border: 1px solid #838383;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
    margin: 0 1px 6px 0;
}
.tags li p {
    color: #797979;
}
.tags li:hover, .tags li:focus {
    background: #e3007f;
    border: 1px solid #e3007f;
    -webkit-transition: 300ms all linear;
    -o-transition: 300ms all linear;
    transition: 300ms all linear;
}
.tags li:hover p, .tags li:focus p {
    color: #ffffff;
}
ul.rounded li {
    display: flex;
    margin-top: 20px;
}
ul.rounded li::before {
    content: "";
    height: 10px;
    width: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #e3007f;
    margin-top: 6px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}

/* post comments + tabs */
.agency-author {
    padding: 30px;
    background-color: transparent;
    margin-top: 2rem;
}
.post-navigation ~ .agency-author{
    margin-top: 0;
}
.author-avatar {
    width: 100px;
    height: 100px;
    line-height: 125px;
    text-align: center;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}
.author-avatar img {
    border-radius: 50%;
}
.author-content {
    padding-left: 1.9rem;
    overflow: hidden; }

.author-content a:not(:hover):not(:focus) {
    text-decoration: none;
}
.author-content span {
    color: #797979;
    font-size: 14px;
}
.author-content h6 {
    margin: 0 0 10px;
    line-height: 1.2;
    font-size: 1.3rem;
}
.author-content h6 a:not(:hover):not(:focus) {
    color: #e3007f; }

/* pagination */
.pagination li > a {
    height: 38px;
    width: 38px;
    padding: 0;
    line-height: 38px;
    font-size: 18px;
    color: #797979;
    text-align: center;
    background-color: #171717;
    margin: 0 4px;
    border: none;
}
.pagination li > a i {
    font-size: 14px;
}
.pagination li > a,
.pagination li:first-child  a,
.pagination li:last-child  a {
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}
.pagination li > a:hover, .pagination li > a:focus {
    background: #e3007f;
}
.pagination li > a:hover, .pagination li > a:focus,
.pagination li.active > a{
    color: #ffffff;
}
.pagination li.active > a {
    background: #e3007f !important;
}
.page-link:focus {
    box-shadow: none;
}
.blockquote {
    font-size: 17px;
}

/* Latest News */

/*News box*/
.news_wrap .news-box {
    background: #fff;
    margin: -50px 10px 0 10px;
    padding: 20px 15px 0 15px;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.news_wrap .image {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.news-box a {
    color: #18191d;
}
.news-box a:hover,
.news-box a:focus{
    color: #e3007f;
}
.news-box:hover h4 a {
    color: #e3007f;
}

/* News Tags & Date */
.news-tags li {
    display: inline-block;
}
.news-tags li {
    margin-left: 10px;
}
.news-tags li:first-child {
    margin-left: 0;
}
.news-tags li:last-child {
    margin-right: 0;
}
.news-tags li a {
    display: block;
    color: #535353;
    font-size: 14px;
}
.news-tags li a:hover {
    color: #535353;
}
.news-tags li a i {
    font-size: 13px;
    margin-right: 4px;
    color: #e3007f;
}
.news_wrap .news-box .news-tags {
    margin: 15px 0;
}
.news-slider .owl-dots {
    text-align: center;
}
.news-slider .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    margin: 2px 3px;
    position: relative;
    border: 1px solid #e3007f;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, .35);
    cursor: pointer;
}

/* ===================================
   Loader
====================================== */
.loader-bg {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
/*    background-image: url("../images/gr202406_bg.jpg");
    background-repeat:repeat;
    background-size: cover;*/
}

.loader {
    border: 0 solid transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.loader:before , .loader:after {
    content: '';
    border: 1em solid #e3007f;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: load 2s linear infinite;
    opacity: 0;
}

.loader:before {
    animation-delay: .5s;
}
@keyframes load {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
/* ===================================
   Error
====================================== */
.bg-error3-img{
    background:url("../images/error.jpg");
    height: 100vh;
    background-position: center;
    background-size: cover;
}
.text-alignment{
    height: 100vh;
    /*-webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;*/
   /* display: -webkit-box;
    display: -ms-flexbox;*/
/*    display: flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	padding: 20px;
}
.error-page-3 .main-heading{
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 65px;
    margin-bottom: 0;
}
.error-page-3 .sub-heading{
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 40px;
}
.error-page-3 .text-error{
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    width: 357px;
    margin-bottom: 40px;
	
}

.error-page-3 .home-btn{
    background-color: transparent;
    border: 2px solid #ffffff;
    color: white;
    padding: 9px 27px 9px 27px;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}
.error-page-3 .home-btn:hover{
    background-color: white;
    border: 2px solid #ffffff;
    color: #f8335e;
}
.error-page-3 a{
    text-decoration: none;
}



/* ===================================
   Media & Queries
====================================== */

@media (min-width: 1800px) {
    .side-nav .navbar-nav .nav-item {
        margin: 10px 0;
    }
    .team-img {
        height: 820px;
    }
    .side-menu .btn-close {
        right: 50px;
    }
	.gmap {
    padding-bottom: 81%;
}
}

@media (max-width: 1280px) and (min-width: 992px) {
    .navbar-simple .navbar-nav .nav-link {
        padding: 0.5rem 0.5rem;
    }
	.navbar-top-default #megaone {
    margin-right: -10px;
    }
    .sidemenu_btn {
        right: -4px;
    }
	
    .about-box h5 {
        font-size: 20px;
    }
    .navbar .container {
        /*max-width: 930px;*/
    }
	.slide_wrap {
	width: 54%;
	height: 54%;
}
    .blog-bg {
        background-size: cover;
		max-width: 1000px;
    }
	.gmap {
    padding-bottom: 100%;
}
	 .partner div {
      padding: 0 15px;
    }
    .partner li {
      width: 25%;
    }

    .skill-box {
        padding: 0 70px;
    }
    .team-img {
        height: 800px;
    }
}
@media screen and (max-width: 1199px) {
.model_list li {
    width: calc(100% / 4);
}
    /* Runway model */
.model_list a .prof_wrap {
        margin-bottom: -1px;
        padding: 35px 0 10px;
        width: 100.2%;
        height: auto;
        top: auto;
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, .6));
        background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, .6));
        opacity: 1;
    }
#model .category li {
        width: 20%;
    }
#model .category li a {
    width: 160px;
}
/* =========================================
		--DETAIL
	========================================= */
	#detail #breadcrumb {
		padding: 0 10px;
	}
	#detail section {
		padding-left: 0;
		padding-right: 0;
	}
/*	#detail section > div {
		padding: 0 15px;
	}*/
	#detail .prof_wrap #photo {
		width: 47%;
	}
	#detail .prof_wrap > div {
		margin-left: 6%;
	}
	#detail .prof_wrap .prof .name {
		font-size: 2.5rem;
	}
/*	#detail .prof_wrap .prof .vote,
	#detail .prof_wrap .prof .pr {
		font-size: 1.2rem;
	}*/
	#detail .other .bx-wrapper {
		margin-left: 0;
	}
	#detail .other .bx-wrapper .bx-controls .bx-prev {
		left: 0;
	}
	#detail .other .bx-wrapper .bx-controls .bx-next {
		right: 0;
	}

}
@media screen and (max-width: 1199px) and (min-width: 965px){
.pricing-item {
    padding: 1.5rem 1rem;
}
}

@media screen and (max-width: 991px){
.pricing-item_pink {
	min-height: 0rem;
}
#model .category li {
        width: 25%;
    }
}
@media screen and (max-width:965px){
	.error-page-3 .text-error{
    font-size: 0.8rem;
	margin: 15px auto 30px;
}
#ticket .ticket-pink {
	width: 100%;
	float:none;
	margin-right: 0;
}
#ticket .ticket-blue {
	width: 100%;
	float:none;
}
.model_list a .prof_wrap div .name {
	margin-bottom: 2px;
	font-size: 18px;
}
}
@media screen and (max-width: 991px) and (min-width: 768px){
    body{
        text-align: center;
    }

	.agency.tp-bullets {
	display: none;
    }
    /* Nav */
    .round-nav {
        border-radius: 0;
    }
    .navbar-top-default {
        /*background: rgba(0, 0, 0, 0.4);*/
        top: 0;
    }
    .navigation-toggle span {
       /* background-color: #ffffff;*/
    }
    .side-menu .btn-close {
        right: 48px;
        top: 32px;
    }
    .side-menu .side-nav .navbar-nav li a {
        /*font-size: 22px;*/
    }
    .get-started-btn {
        margin: 20px;
    }
	.pc {
			display: none;
	}
.tb {
	display: block;
}
	.sp {
			display: none;
	}
.ticket_btn_tb {
	margin-right: 60px;
	max-width: 270px;
		width: 100%;
}
    /* Info Slider */
	.slide_wrap {
	width: 60%;
	height: 60%;
}
    /* Slider */
    .tp-caption > .font-18 {
        font-size: 15px;
    }

    /* About */
	.about {
	margin: -4rem 0;
}
    .m-ipad {
        margin-top: 40px;
    }

    /* Access */
    .stats-bg , .parallax-img{
        background-size: cover;
    }
    .skill-box {
        padding: 4.5rem 0;
        max-width: 720px;
        margin: 0 auto;
    }
    .about-img {
        height: auto;
        width: 100%;
    }
	/*.skill-box dl dd {
	 -webkit-margin-start: -40px;
     margin-inline-start: -40px;
	}*/
	.gmap {
    padding-bottom: 40%;
    }
    /* Portfolio */
    .da-thumbs li {
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(25%);
        width: 40%;
    }
    .nav-pills .nav-link  {
        padding: .8rem 1.5rem;
    }

    /* Pricing */
    .pricing-item {
        margin-left: auto;
        margin-right: auto;
        min-height:auto;
}
	#ticket .ticket-pink {
	width: 100%;
	float:none;
	margin-right: 0;
	}
	#ticket .ticket-blue {
	width: 100%;
	float:none;
	}

    /* Blog Section */
    .blog-bg {
        background-size: cover;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .gradient-text1{
        font-size: 30px;
    }
    .standalone-detail .heading{
        font-size: 30px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2){
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .para_text {
        font-size: 18px;
    }
    .author-avatar {
        float: none;
        margin-bottom: 25px;
        overflow: visible;
    }
    .agency-author {
        padding: 30px;
        text-align: left;
    }
    .author-content {
        padding: 0;
    }
    /* partner */
	    .partner div {
      padding: 0 25px;
    }
	
	
	#about .about_txt, #refa .about_txt{
	font-size: 1.2rem;
	margin: 5rem auto;
	line-height: 2.5rem;
}
	.pricing-item {
		height: auto;
}
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 767px !important;
  }
    /* Font adjustment for small screens */
	.sp {
			display: block;
	}
	.pc {
			display: none;
	}
	.tb {
	display: none;
	}
    .font-40 {font-size: 28px;}
    .font-45 {font-size: 30px;}
    .tp-caption > .font-18 {font-size: 14px;}
    body {
        text-align: center;
    }
	section {
    padding: 3rem 0;
    }
	.padding-top {
    padding-top: 3rem;
    }
	header a.logo img {
    max-width: 56px;
}

    .h1, h1 {
        font-size: 1.5rem;
    }
    /* Nav */
    .round-nav {
        border-radius: 0;
    }
    .navbar-top-default {
        /*background: rgba(0, 0, 0, 0.4);*/
        top: 0;
        height: 60px;
    }
    .header-appear .navbar-top-default {
        height: 60px;
    }
    .navigation-toggle span {
        /*background-color: #ffffff;*/
    }
    .side-menu .mega-title {
        display: none;
    }
    .sidemenu_btn {
    right: 8px;
    top: 12px;
    }
    .side-menu .btn-close {
        right: 26px;
        top: 28px;
    }
    .tp-caption > .font-40 {
        font-size: 35px;
    }
    .side-menu .mega-title h2 {
        font-size: 54px;
    }
    .side-menu .mega-title {
        animation: none;
        left: 50%;
    }
    .side-menu .side-nav .navbar-nav .get-started-btn a {
        font-size: 20px;
    }
.side-menu .side-nav .navbar-nav {
     padding-top: 0px; 
}
    .quote-content {
        padding: 30px 20px;
        margin: 0;
    }
    .quote-content #quote_submit_btn {
        margin-bottom: 0;
    }
    .quote-content .form-check {
        padding: 10px 0 40px 0;
    }
    .get-started-btn {
        margin-top: 20px;
    }
    /* Info Slider */
	.slide_wrap {
    padding: 3% 5% 1%;
	width: 80vw;
	height: 80vw;
}
	.slide_wrap2 {
    padding: 5%;
	width: 80vw;
	height: 80vw;
}
    /* What's New */
    .about-box {
        margin-top: 20px;
    }
    .about-margin {
        margin: 4.5rem 0;
    }
    .about-box h5 {
        font-size: 20px;
    }
    /* boshu_bnr */
.boshu_bnr {
	padding: 2.5rem 0;
}
    /* Access */
    .skill-box {
        max-width: 540px;
        padding: 2.5rem 0;
    }
    .stats-bg , .parallax-img{
        background-size: cover;
    }
	.gmap {
    padding-bottom: 40%;
    }

    /* Parallax */
    .paragraph {
        font-size: 14px;
    }

    /* Blog Section */
    .blog-bg {
        background-size: cover;
    }

    /* Portfolio */
    .nav-pills .nav-link  {
        padding: .6rem 1.4rem;
    }

    /* Contact Form */

    .contact-sec {
        padding-bottom: 60px;
    }
.errMsg .chkrequired {
		color: #FF36A4;		
	}

    /* Footer */
    .footer-social a {
        margin: 0;
    }
	
.standalone , .blog-page , .blog-detail{
    /*background-color: #171717;*/
	/*color: #FFF;*/
    background-image: url("../images/gr202406_bg_sp.jpg");
    background-repeat:repeat;
    background-size:auto;
}
	/* GUEST */
.timetable-title,
.model-title,
.sponsor-title,
.refa-title,
.about-title,
.ticket-title,
.guest-title,
.contact-title{
    padding: 110px 0 150px 0;
}
.timetable-title{
background:url("../images/timetable_header_sp.jpg");
}
.guest-title{
background:url("../images/guest_header_sp.jpg");
}
.refa-title{
background:url("../images/refa_header_sp.jpg");
}
.about-title{
background:url("../images/about_header_sp.jpg");
}
.ticket-title{
background:url("../images/ticket_header_sp.jpg");
}
.contact-title{
background:url("../images/contact_header_sp.jpg");
}
.sponsor-title{
background:url("../images/sponsor_header_sp.jpg");
}
.model-title{
background:url("../images/model_header_sp.jpg");
}
	.guest section .list li figcaption, .guest section 	.list1 li figcaption, .guest section .list3 li figcaption, .guest section .list_artist li figcaption {
    padding: 5px 0;
    font-size: 0.9rem;
	line-height: 1.1rem;
}
	.guest section .list li figcaption span,
	.guest section .list1 li figcaption span,
	.guest section .list3 li figcaption span,
	.guest section .list_artist li figcaption span {
    font-size: 0.7rem;
}
	#refa .about_blue .guest section {
	padding: 0;
	margin-bottom: 5rem;
}
	#ticket .alert-box {
	height: auto;
}
    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .gradient-text1{
        font-size: 30px;
    }
    .standalone-detail .heading{
        font-size: 30px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2){
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .page-title h2{
        font-size: 2.5rem;
    }
.m--8rem {margin: -5rem auto;}
    .standalone-area .heading-text {
        font-size: 30px;
    }

    /* Blog */
    .news_desc {
        text-align: center;
    }
    .author-avatar {
        float: none;
        margin-bottom: 25px;
        overflow: visible;
    }
    .agency-author {
        padding: 30px;
    }
    .author-content {
        padding: 0;
    }
    .widget-blog h5 {
        text-align: center;
    }
    /* ABOUT */
#refa .about_blue,
#about .about_pink,
#about .about_black {
    padding: 3rem 2rem;
    border-radius: 15px;
    margin: 2rem auto;
}
	#about .about_txt,#refa .about_txt {
	font-size: 1rem;
	margin: 3rem auto;
	line-height: 2rem;
}
	.message img {
    padding: 0 0%;
    margin: 1rem auto 0;
    max-width: var(--max-widh);
}
	
    /* Pricing */
    .pricing-item {
        margin-left: auto;
        margin-right: auto;
        min-height:auto;
}
.bg-error3-img{
    background:url("../images/error_sp.jpg");
    height: 100vh;
    background-position: center;
    background-size: cover;
}
    .error-page-3 .main-heading {
        font-size: 60px;
    }
    .error-page-3 .sub-heading {
        font-size: 42px;
    }
	.text-alignment{
    margin: 0 auto;
}
	
    /* refa */
.tab_content {
  padding: 0px 20px;
}
.refa-schedule table{
	margin: 2rem auto 5rem;
	width: 95%;
}
    /* sponsor */
.sponsor > div {
    padding: 2rem 20px 7rem;
}
#stage div ul {
	margin: 2rem auto 0;
}
#stage div li {
    margin: 0rem auto;
    padding: 20px;
    width: 50%;
}
#partner div li {
    margin: 0 auto;
    width: 220px;
}
	
    /* timetable */
#timetable .sponsor div li {
	margin: 0 auto;
	width: 46%;
}
#timetable .rain img {
	width: 100%;
	max-width: 400px;
}
	
}
@media (max-width: 700px) {
#model .category li {
        width: 30%;
    }
#model .category li a {
    width: 200px;
}
}
@media (max-width: 575.98px) {
	section {
    padding: 2rem 0;
    }
	.padding-top {
    padding-top: 2rem;
    }
    /* Side Nav */
    .side-menu .mega-title h2 {
        font-size: 48px;
    }
    .side-footer p {
        font-size: 10px;
        line-height: 1rem;
    }
    .hide-cursor {
    font-size: 2.5rem;
}
	
    /* Portfolio */
    .da-thumbs li {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
	.gmap {
    padding-bottom: 50%;
    }
    /* header */
	.bg-img-count1 {
    background: url("../images/head_sp8.jpg");
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
	.bg-img-count2 {
    background: url("../images/head-boshu_sp.jpg");
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
	.bg-img-count3 {
    background: url("../images/head_sp9.jpg");
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
	.entry_btn {
	padding: 2px 20px 0;
	position: absolute;
	bottom: 30px;
		font-size: 1rem;
		width: 70%;
}
		/* partner */
		.partner {
			margin-bottom: -40px;
			padding-top: 50px!important;
			padding-bottom: 50px!important;
		}
		.partner h2 {
			margin-bottom: 15px;
			font-size: 1rem!important;
		}
		.partner div {
			margin-bottom: 60px;
      padding: 0;
		}
		.partner ul {
			margin-bottom: -20px;
		}
		.partner li {
      margin-bottom: 20px;
      padding: 0 5px;
      width: 33.3333%;
      width: calcl(100% / 3);
		}
		.partner li img {
			width:auto;
			height:80px;
		}
		.partner div > p {
			font-size:0.8rem;
		}
		.partner .media li,
		.partner .media li img {
			/* height: 50px; */
		}
    /* Info Slider */
	.slide_wrap {
    padding: 4% 4% 0%;
	width: 70%;
	height: 70%;
}
.slide_wrap2 {
    width: 90%;
    height: 90%;
}
	.audition_bnr img {
    padding: 30px;
}
	.w_box {
    border-radius: 15px;
	padding: 15px;
}
	.p_box {
    border-radius: 15px;
	padding: 15px;
}
    .partner .partner-index li,
    .partner .partner-index li img {
    padding: 0 10px;
	height:60px;
    width: auto;
    }
/* ---------------guest--------------- */
.guest > div {
	padding: 0rem 20px 5rem;
}
		.guest section .list {
			margin-bottom:-20px;
		}
		.guest section .list li {
			margin:0 3.5% 20px 0;
			width: 28%;
		}
		.guest section .list li:nth-of-type(5n) {
			margin-right:3.5%;
		}
		.guest section .list li:nth-of-type(3n) {
			margin-right:0;
		}
.timetable,
.model-title,
.sponsor-title,
.refa-title,
.about-title,
.contact-title,
.guest-title,
.ticket-title{
    padding: 80px 0 80px 0;
	height: 200px;
}
	.guest section .list li figcaption, .guest section 	.list1 li figcaption, .guest section .list3 li figcaption, .guest section .list_artist li figcaption {
    padding: 5px 0;
    font-size: 0.9rem;
	line-height: 1.1rem;
}
	.guest section .list li figcaption span,
	.guest section .list1 li figcaption span,
	.guest section .list3 li figcaption span,
	.guest section .list_artist li figcaption span {
    font-size: 0.7rem;
}
		.guest section .list li .sns p,
		.guest section .list1 li .sns p,
		.guest section .list3 li .sns p,
		.guest section .list_artist li .sns p{
			margin-right: 5px;
		}
		.guest section .list li .sns p img,
		.guest section .list1 li .sns p img,
		.guest section .list3 li .sns p img,
		.guest section .list_artist li .sns p img{
			height: 20px;
		}

		.guest section .list3 {
			margin-bottom:-20px;
		}
		.guest section .list3 li {
			margin:0 4% 20px 0;
			width:48%;
		}
		.guest section .list3 li:nth-of-type(3n) {
			margin-right:4%;
		}
		.guest section .list3 li:nth-of-type(2n),
		.guest section .list3 li:nth-of-type(6n) {
			margin-right:0;
		}

		.guest section .list1 {
			margin-bottom:-20px;
		}
		.guest section .list1 li {
			margin:0 0 20px 0;
			width:100%;
		}
		.guest section .list_artist li {
		margin: 0 4% 40px 0;
		width: 35%;
		}

    .guest section .list.special li {
      margin: 0 4% 20px 0;
      width: 48%;
    }
    .guest section .list.special li:nth-of-type(3n),
    .guest section .list.special li:nth-of-type(5n) {
      margin-right: 4%;
    }
    .guest section .list.special li:nth-of-type(2n) {
      margin-right: 0;
    }
.guest-group {
  margin: 14rem auto 10rem;
}
.andmore {
  font-size: 1.5rem;
}
/* ---------------guest-end--------------- */
	
	
	/* =========================================
		--ABOUT
	========================================= */

.about_txt {
	font-size: 1.6rem;
	margin: 2rem auto;
	line-height: 2.5rem;
}
	#about > section:nth-last-of-type(2) {
		padding-bottom:60px;
	}
	#about .concept > p {
		width: 100%;
	}
	#about .concept > div {
		padding-top: 30px;
		width: 100%;
	}
	#about .concept > div img {
		padding:0 10%;
		margin-bottom: 30px;
	}
	#about .concept > div p {
		font-size: 1.3rem;
	}

	#about .movie,	#refa .movie {
		margin-top: 0px;
	}
	
	#about .movie h3,#refa .movie h3 {
    margin: 3rem auto 1rem;
    font-size: 1.2rem;
    padding: 3px 0 3px;
	}

	#about .movie-y1{
  margin-bottom: 3rem;
	}
	
#about .info {
	margin:5rem auto -70px;
	padding: 20px;
}
#about .info dl {
	margin-bottom:0px;
	font-size:1rem;
	line-height:2;
}
#about .info dt {
	float:none;
	width:100%;
	font-size:1.1rem;
}
#about .info dd {
	float:none;
	width:100%;
	font-size:1rem;
	margin-bottom: 1.5rem;
	}
#about .info dd span {
	font-size:0.8rem;
}
	
/* ---------------refa--------------- */
.tab_content {
  padding: 0px 10px;
}
.refa-booth-no{
	padding-left: 5px;
}
	
/* ---------------Ticket--------------- */
.pricing-item .pricing-currency,.pricing-item_pink .pricing-currency, .pricing-item_white .pricing-currency {
    font-size: 40px;
}
#ticket .ticket_free2 {
	margin:-1rem 1rem 1rem 0;
	min-width: 6rem;
}
	
#stage div li {
	margin:0 auto;
	padding: 20px;
	width: 90%;
}
#partner div li {
    margin: 0 auto;
    width: 220px;
    padding: 20px;
}
    /* sponsor */
.sponsor > div {
    padding: 2rem 20px 6rem;
}
    /* Runway Model */	
.model_list li {
    width: calc(100% / 3);
}
#model .category li {
        width: 50%;
    }
#model .category li a {
    width: 200px;
}
.model_list a .prof_wrap div .name {
	margin-bottom: 0px;
	font-size: 16px;
}

	/* =========================================
		--DETAIL
	========================================= */
	#detail section {
		padding-bottom: 60px;
	}
	#detail section > div {
		padding-bottom: 60px;
	}
	#detail .prof_wrap {
		margin-top: 70px;
		display: block;
	}
	#detail .prof_wrap #photo {
		margin: 0 auto;
		width: 60%;
		top: -70px;
	}
	#detail .prof_wrap > div {
		margin: -70px 0 0 0;
		padding-left: 20%;
		padding-bottom: 20px;
		width: 100%;
		display: block;
	}
/*	#detail .prof_wrap .prof {
		font-size: 1.4rem;
	}*/
	#detail .prof_wrap .prof .name {
		margin-right: -15px;
		padding-bottom: .5em;
		/*font-size: 2.5rem;*/
	}
	#detail .prof_wrap .prof p {
    margin-bottom: 0.5em;
}
	#detail .prof_wrap .prof .vote {
		margin-right: 15px;
	}
	#detail #thumbnail {
		margin: 20px 0 0 0;
	}

	#detail .other {
		margin-top: 40px;
	}
	#detail .other .bx-wrapper {
		padding: 0 30px;
	}
    /* timetable */
#timetable .sponsor div li {
	margin: 0 auto 5rem;
	width: 90%;
}
#timetable .sponsor div li:last-child {
	margin: 0 auto 1rem;
}
}

@media (max-width: 480px) {
    .side-menu .side-nav .navbar-nav .get-started-btn a {
        font-size: 20px;
    }
    .quote-content .fancybox-close-small {
        right: 6px;
    }
	section .parallax-img .slide_wrap {
    padding: 20px;
    width: 100%;
    height: auto;
    }
	ul .bxslider {
	margin: 0px;
	}
    .get-started-btn {
        margin-top: 1rem;
    }
	.hide-cursor {
    line-height: 1.2em;
    margin-bottom: 10px;
    font-size: 2rem;
}
	
    /* Info Slider */
	.slide_wrap {
    padding: 5% 3% 0%;
	width: 95%;
	height: 95%;
}
	.slide_wrap2 {
	width: 95%;
	height: 95%;
}
	.gmap {
    padding-bottom: 60%;
    }
    .partner .partner-index li,
    .partner .partner-index li img {
    padding: 0 5px;
    }
	
	.guest section .list li figcaption, .guest section 	.list1 li figcaption, .guest section .list3 li figcaption, .guest section .list_artist li figcaption {
    padding: 5px 0;
    font-size: 0.8rem;
	line-height: 1rem;
}
	.guest section .list li figcaption span,
	.guest section .list1 li figcaption span,
	.guest section .list3 li figcaption span,
	.guest section .list_artist li figcaption span {
    font-size: 0.6rem;
}
	#ticket .ticket_free,#ticket .ticket_free2 {
    text-shadow: 1px 1px 0 #ff0083, -1px 1px 0 #ff0083, 1px -1px 0 #ff0083, -1px -1px 0 #ff0083;
    background: linear-gradient(transparent 85%, #f5ff00 20%);
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 2.2rem;
	margin: 0.5rem 0.5rem 0.5rem 0;
	min-width: 5.5rem;
}
    .pricing-list li {
    margin: 10px 0;
    padding-left: 1.5em;
    text-indent: -0.8em;
}
    .price-dollar2 {
    margin-top: 1rem;
}
.price-dollar4 {
    margin-top: 1rem;
}
	.line-yellow {
    line-height: 1.4;
    border-bottom: 2px solid #FFFF33;
    display: inline;
}
.m--8rem {margin: -6rem auto;}
	
	.about_bg {
	padding: 20px 15px;
}
#refa .about_blue,
#about .about_pink,
#about .about_black {
    padding: 3rem 1rem;
}

	#about .movie-y1{
  margin-bottom: 3rem;
	}
.about_txt {
	font-size: 1.3rem;
	margin: 1.8rem auto;
	line-height: 2.5rem;
}
	
.refa-map {
	width: 90%;
}
	
#stage div li > div > div {
	padding: 10px;
}
.sponsor > div {
    padding: 1rem 10px 6rem;
}
	
}
@media (max-width: 450px) {
	.price-dollar4 {
    margin-top: -1rem;
}
.pricing-item .pricing-currency,.pricing-item_pink .pricing-currency, .pricing-item_white .pricing-currency {
	min-width: 145px;
}
}
@media screen and (max-width: 767px) and (min-width: 392px){
	.ticket_btn_sp {
	margin-right: 60px;
	max-width: 233px;
		width: 100%;
	}}
@media screen and (max-width: 392px){
	.ticket_btn_sp {
	margin-right: 60px;
	max-width: 200px;
		width: 100%;
	}
#ticket .pricing-item h3,#ticket .pricing-item_pink h3,#ticket .pricing-item_white h3{
    padding: 15px 0 0;
    color: #FF36A4;
    font-size: 1.2rem;
}
.price-dollar3 {
     margin-right: 0px; 
}
	.price-dollar3 {
    margin-top: -1rem;
}
	.price-dollar4 {
    margin-top: -1rem;
}
    /* timetable */
#timetable .sponsor div li {
	margin: 0 auto 4rem;
	width: 90%;
}
#timetable .sponsor div li:last-child {
	margin: 0 auto;
/*	padding: 10px;*/
	width: 90%;
}
}