/*
Theme Name: Anothemes
Theme URI: https://anothemes.vn/
Author: Anothemes
Author URI: https://anothemes.vn/
Description: Anothemes were developed by staff of Anothemes company. Anothemes can meet websites in the areas of sales, entertainment, business, product introduction, company introduction, real estate, landing page, ...
Version: 4.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: anothemes
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, custom-header, custom-background, custom-menu, editor-style, featured-images, microformats, post-formats

The styleheets of Anothemes are located in style.css.
IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
*/

/*	################################################################
	CSS OVERVIEW

	1. IMPORT FILES
	2. GENERAL
	3. ELEMENTS
	4. HEADER
	5. FOOTER
	...

################################################################# */

/*==========================================================
	1. IMPORT FILES
==========================================================*/
/* Fonts */
@import url(fonts/futura/stylesheet.css);
@import url(fonts/DINPro/stylesheet.css);
/* Css */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url(libs/font-awesome/css/font-awesome.css);
@import url(libs/line-awesome/css/line-awesome.min.css);
@import url(libs/owl-carousel/assets/owl.carousel.min.css);
@import url(libs/slick/slick.css);
@import url(libs/slick/slick-theme.css);
@import url(libs/venobox/venobox.css);

/*==========================================================
    2. GENERAL
==========================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-size: 100%;
    margin: 0;
    /*outline: 0;*/
    padding: 0;
    vertical-align: baseline;
}

body {
    font-size: 14px;
    color: var(--color-text);
    font-family: 'Noto Sans JP', sans-serif;
    background-color: var(--color-bg);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-heading);
}

h1 {
    font-size: 82px;
}

h2 {
    font-size: 82px;
}

h3 {
    font-size: 42px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 26px;
}

h6 {
    font-size: 18px;
}

p {
    margin-bottom: 1em;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

a {
    color: var(--color-text);
    text-decoration: none;
}

a:hover {
    color: #FF2CFF;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    color: inherit;
    /*outline: none;*/
}

.fs-h1 {
    font-size: var(--fs-h1);
}

.fs-h2 {
    font-size: var(--fs-h2);
}

.fs-h3 {
    font-size: var(--fs-h3);
}

.fs-h4 {
    font-size: var(--fs-h4);
}

.fs-h5 {
    font-size: var(--fs-h5);
}

.fs-h6 {
    font-size: var(--fs-h6);
}

.fs-p {
    font-size: var(--fs-p);
}

.fs-a {
    font-size: var(--fs-a);
}

a,
button,
input {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    /*outline: 0 !important;*/
    border: 1px solid transparent;
}

ul {
    list-style: none;
}

input {
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
input[type=search],
textarea {
    border: 1px solid #d5d5d5;
    padding: 8px 15px;
    font-size: 14px;
    color: #757575;
    font-style: italic;
    border-radius: 0;
}

button,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus {
    /*outline: 0;*/
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-color: #FCD998;
}

iframe {
    max-width: 100%;
}

/* custom bootstrap css */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:after,
.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.hidden {
    display: none !important;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1200px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

br.mobile {
    display: none;
}

/* wordpress default style */
.single .entry-content h1,
.comment-content h1,
.single .entry-content h2,
.comment-content h2,
.single .entry-content h3,
.comment-content h3,
.single .entry-content h4,
.comment-content h4,
.single .entry-content h5,
.comment-content h5,
.single .entry-content h6,
.comment-content h6,
.single .entry-content p,
.comment-content p,
.single .entry-content table,
.comment-content table,
.single .entry-content dl,
.comment-content dl,
.single .entry-content pre,
.comment-content pre,
.single .entry-content ul,
.comment-content ul,
.single .entry-content ol,
.comment-content ol {
    margin-bottom: 20px;
}

.single .entry-content ul,
.comment-content ul {
    list-style: none;
}

.single .entry-content ul {
    margin: 0 0 20px 30px;
}

.single .entry-content ul li:before,
.comment-content ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #5f5f5f;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 2px;
}

.post-password-form input[type="password"] {
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border: 1px solid #e9e9e9;
    margin-right: 10px;
}

.post-password-form input[type="submit"] {
    border: 1px solid #242627;
    background: none;
    color: #242627;
    text-transform: uppercase;
    height: 38px;
    line-height: 38px;
    padding: 0 40px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
}

.post-password-form input[type="submit"]:hover {
    background: #242627;
    color: var(--color-bg);
}

.screen-reader-text {
    display: none
}

.gallery:after {
    content: "";
    display: block;
    clear: both;
    margin: 0 -5px 20px;
}

.gallery-item {
    float: left;
    padding: 0 5px;
    margin-top:0;
    margin-left:0;
    margin-bottom:0 !important;
    margin-right:0;
}

.gallery-caption {
  	display:none;
}

.gallery-columns-1 .gallery-item {
    float: none;
    display: block;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: both;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    text-align: center;
    padding: 5px;
    font-style: italic;
}

.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 20px;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px;
}

.bypostauthor {
    display: block;
}

/*==========================================================
	3. ELEMENTS
==========================================================*/
#wrapper {
    margin: auto;
}

.btn {
    background: #A0D405;
    border-radius: 3px;
    line-height: 46px;
    height: 46px;
    padding: 0 16px;
    display: inline-block;
    color: #222222;
}

.btn:hover {
    color: #222222;
    background-color: #4FB430;
}

.search-wrap .btn:hover {
    background-color: #FF5138;
}

.search-wrap .btn i {
    margin-left: 18px;
    font-size: 22px;
    transform: rotateZ(270deg);
    vertical-align: -2px;
}

.searchform {
    display: inline-block;
}

.searchform>div {
    position: relative;
    width: 250px;
}

.searchform>div:before {
    position: absolute;
    top: 5px;
    right: 8px;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 14px;
    color: #e7e7e7;
}

.searchform label {
    display: none;
}

.searchform #s {
    width: 100%;
    background: none;
    height: 33px;
    padding: 5px 45px 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #e7e7e7;
    font-style: italic;
}

.searchform #searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 35px;
    background: none;
    border: none;
    font-size: 0;
}

.star-rating {
    font-family: FontAwesome;
    font-size: 13px;
    height: 1em;
    line-height: 1;
    overflow: hidden;
    position: relative;
    width: 74px;
    letter-spacing: 3px;
}

.star-rating:before {
    color: #b5b5b5;
    content: "\f005\f005\f005\f005\f005";
    float: left;
    left: 0;
    position: absolute;
    top: 0;
}

.star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
}

.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    left: 0;
    position: absolute;
    top: 0;
    color: #ffe931;
}

.thumbnail {
    border-radius: 0;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    align-items: center;
    justify-content: space-between;
}

.flex>div,
.flex>article {
    padding-right: 15px;
    padding-left: 15px;
}

.flex1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.flex2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.flex4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

.flex3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.flex5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.flex6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666%;
    flex: 0 0 16.666%;
    max-width: 16.666%;
}

/*==========================================================
	4. HEADER
==========================================================*/
.site-header {
    position: relative;
    z-index: 11;
    background-color: var(--color-bg);
    z-index: 333;
}

.mid-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 58px 50px;
}

.site-brand {
    flex-grow: 1;
    margin-right: 30px;
}

.site-brand a {
    display: flex;
    white-space: nowrap;
}

.site-brand img {
    max-width: 400px;
    width: 100%;
}

.main-menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    letter-spacing: -0.3em;
}

.main-menu ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    letter-spacing: normal;
}

.main-menu ul li.lang-item a {
    color: #9A9A9D;
}

.main-menu ul li.lang-item.current-lang a {
    color: var(--color-black);
    position: relative;

}

.main-menu ul li.lang-item.current-lang a:after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 12px;
    right: 12px;
    height: 1px;
    display: block;
    background-color: var(--color-black);
    transform: none;
    width: auto;

}

.main-menu ul li.lang-item::after {
    display: none;
}

.main-menu ul li a {
    display: block;
    padding: 0 12px;
    font-size: var(--fs-a);
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
}

.main-menu ul li a:hover {
    color: var(--color-text);

}

.main-menu ul li a::after {
    content: "";
    display: block;
    position: absolute;
    left: 12px;
    bottom: 0;
    width: calc(100% - 24px);
    height: 1px;
    background: var(--color-text);
    transform: scale(0, 1);
    transform-origin: right center;
    backface-visibility: hidden;
    transition: transform 250ms ease 0s;
}

.menu-main li a:hover::after {
    display: block;
    transform-origin: left center;
    transform: scale(1, 1);
}

.body-large .mid-header {
    padding: 30px 30px;
}

.main-menu ul li.current-menu-item a::after {
    transform: scale(1, 1);
}

.menu-main {
    display: inline-block;
    vertical-align: middle;
}

.main-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 270px;
    background: #212121;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
}

.main-menu li:hover>.sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.mobile-menu {
    display: none;
}

.mobile-menu .inner i {
    font-size: 40px;
    vertical-align: -3px;
}

.main-menu .arrow {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #000;
    display: none;
}

.search-form-wrap {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 20px;
    background-color: #CCC;
    width: 365px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.search-wrap.open .search-form-wrap {
    opacity: 1;
    visibility: visible;
}

.open-search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background-color: transparent;
}

.open-search .icon-close {
    display: none;
}

.search-wrap.open .open-search {
    background-color: #000;
}

.search-wrap.open .open-search .icon-close {
    display: block;
}

.search-wrap.open .open-search .icon-search {
    display: none;
}

.open-search i {
    font-size: 20px;
}

body.open-popup {
    overflow: hidden;
}

.search-wrap {
    margin-left: 50px;
    position: relative;
}

.search-wrap>.btn {
    font-size: 15px;
    text-align: justify;
    text-transform: uppercase;
    color: #222222;
}

#searchform {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#searchform input {
    width: 100%;
    background: var(--color-bg);
    border-radius: 5px;
    height: 40px;
    font-style: normal;
    padding: 0 40px 0 13px;
    font-style: normal;
    font-weight: normal;
    font-size: var(--fs-a);
    line-height: 38px;
    border: 1px solid #231815;
    overflow: hidden;
    color: #111;
}

#searchform button {
    border: 0;
    background-color: #231815;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
}

#searchform button svg {
    width: 24px;
}

.site-name {
    font-size: var(--fs-h4);
    font-weight: 700;
    letter-spacing: 2.8px;
    font-family: Futura;
    text-transform: uppercase;
}

.mb-languages {
    display: none;
}

/*==========================================================
	5. CONTENT
==========================================================*/
body[data-contrast="dark"],
body[data-contrast="dark"] .site-main {
    mix-blend-mode: difference;
}

.site-main {
    min-height: 300px;
    background-color: #fff;
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.owl-dots .owl-dot {
    height: 7px;
    margin-right: 30px;
}

.owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.owl-dots .owl-dot span {
    width: 250px;
    height: 1px;
    background-color: #9A9A9A;
    display: block;
    transition: all 0.3s;
}

.owl-dots .owl-dot.active span {
    height: 7px;
    background-color: var(--color-black);
}

.heading {
    margin-bottom: 70px;
}

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

.align-left {
    text-align: left;
}

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

.heading .heading-title {
    font-size: var(--fs-h2);
    font-family: Futura;
    font-weight: 700;
    letter-spacing: 6.56px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

div.heading .heading-sub {
    font-size: var(--fs-h3);
    font-weight: 500;
    letter-spacing: 5.88px;
    text-transform: uppercase;
    max-width: inherit;
    line-height: inherit;
    margin: 0;
    text-align: unset;
}

.align-left .heading .heading-sub {
    text-align: left;
}

.align-center .heading .heading-sub {
    text-align: center;
}

.align-right .heading .heading-sub {
    text-align: right;
}

.heading .heading-title .title-inner {
    display: inline-block;
    position: relative;
}

.heading .heading-title .title-text {
    position: relative;
    z-index: 2;
}

.heading .heading-title .title-inner .line {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 35px;
    display: block;
    z-index: 1;
}

.post .post-title {
    font-size: var(--fs-p);
}

/*==========================================================
	6. PAGES
==========================================================*/
.countdown{
    position: relative;
}

.countdown .grid {
    display: flex;
    flex-wrap: wrap;
}

.countdown .item {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}

.countdown .item:hover {
    color: inherit;
    text-decoration: none;
    opacity: 0.6;
}

.image-right-bottom {
    position: fixed;
    right: 100px;
    bottom: 84px;
    z-index: 9999;
}

.countdown .item img {
    position: relative;
    z-index: 2;
}

/*.main-slider .item > img{
    height: calc(100vh - 380px);
    object-fit: contain;
}*/
.main-slider .marquee {
    font-family: 'Futura';
    font-size: 373px;
    text-transform: uppercase;
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    overflow: hidden;
    height: 400px;
    letter-spacing: 0;
}

.marquee div {
    display: block;
    width: 250%;
    position: absolute;
    overflow: hidden;
    animation: marquee 20s linear infinite;
}

.marquee span {
    float: left;
    width: 100%;
    white-space: nowrap;
}

@keyframes marquee {
    0% {
        left: 100%;
    }

    100% {
        left: -250%;
    }
}

.time-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 12px;
    margin-top: 26px;
    position: absolute;
    bottom: 50px;
    left: 15px;
    right: 15px;
    z-index: 9;
}

.time-wrap.en .time {
    padding: 14px 40px 14px 121px;
    border: 2px solid;
    font-size: 86px;
    display: flex;
    line-height: 0.9;
    font-weight: 500;
    margin-right: 20px;
}

.time-wrap .time {
    display: flex;
    align-items: center;
}

.time-wrap img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    margin: 0 5px;
    object-fit: contain;
}

.time-wrap .before,
.time-wrap .after {
    font-size: var(--fs-h3);
    color: var(--color-text);
    font-weight: 400;
}

.time-wrap .before {
    margin-right: 27px;
    text-align: center;
    width: 100%;
}

.time-wrap .after {
    margin-left: 7px;
}

.time-wrap .note {
    width: fit-content;
    max-width: 100%;
    text-align: left;
    font-size: var(--fs-h6);
    margin-right: 0 !important;
}

.banner {
    padding: 150px 0 130px;
    position: relative;
}

.banner .image {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.banner h1.title {
    font-size: var(--fs-h2);
    font-weight: 700;
    letter-spacing: 6.56px;
    text-transform: uppercase;
    font-family: Futura;
    margin-bottom: 70px;
    display: block;
    position: relative;
    text-align: center;
}

.banner .description {
    font-size: var(--fs-h5);
    font-weight: 300;
    line-height: 160%;
}

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

.about {
    padding: 90px 0 230px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about .grid {
    display: flex;
    flex-wrap: wrap;
}

.about .item {
    flex: 0 0 50%;
    max-width: 50%;
}

.about .item:nth-child(2n) {
    padding-left: 23px;
}

.about .item:nth-child(2n + 1) {
    padding-right: 23px;
}

.body-medium .about .item .inner {
    padding: 40px 10px 0;

}

.body-large .about .item .inner {
    padding: 40px 0px 0;

}

.about .item .inner {
    border-radius: 120px;
    background: #FFE7E7;
    padding: 40px 40px 0;
    overflow: hidden;
    border: 4px solid #FF2CFF;
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;

}

.about .item .inner>a {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.about .item:nth-child(2n) .inner {
    border: 4px solid #0F0;
    background: #E1FFC8;
}

.about .item .desc p:last-child {
    margin-bottom: 0;
}
html[lang="en-GB"] .body-small .about .item .desc{
    font-size: var(--fs-h6);
}
.about .item .title {
    font-size: var(--fs-h3);
    font-weight: 700;
    letter-spacing: 4.2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    color: var(--color-only-heading);
    margin-bottom: 8px;
    position: relative;
}

html[lang="en-GB"] .about .item .title {
    font-size: var(--fs-tablet-h4);
}

.about .item .title,
.about .item .desc {
    padding: 0 13px 0 20px;
}

.about .item .title svg {
    margin-left: 17px;
    margin-top: 4px;
}

.about .item .desc {
    font-size: var(--fs-tablet-h5);
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 2.6px;

    color: var(--color-only-text);
    position: relative;
    z-index: 1;
}

.about .item .desc span {
    margin-left: 85px;
}

.about .item img {
    width: 100%;
    position: relative;
    z-index: 0;
    margin-bottom: 0;
}

.news {
    padding: 120px 0 0;
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
}

.blog-grid {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -21px;
    margin-right: -21px;
}

.blog-grid .post {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 21px;
    margin-bottom: 40px;
}

.blog-grid .post:hover .post-title {
    color: var(--color-text);
}

.post .post-thumb {
    margin-bottom: 20px;
}

.post .post-thumb span {
    display: flex;
    position: relative;
    overflow: hidden;
}

.post .post-thumb img {
    transition: all 0.3s;
    transform: scale(1);
    width: 100%;
}

.blog-grid .post:hover img {
    transform: scale(1.1);
}

.post .post-title a {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.28px;
    text-transform: uppercase;
}

.post .post-title {
    margin-bottom: 10px;
}

.post .post-desc {
    color: var(--color-text);
    font-size: 13px;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 1.04px;
}

.button-more {
    border-radius: 40px;
    border: 1px solid var(--color-border);
    height: 70px;
    line-height: 68px;
    padding: 0 110px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fs-a);
    font-weight: 500;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    position: relative;
}

.button-more i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
    color: rgba(149, 150, 150, 1);
    font-size: 24px;
}

.button-more:hover {
    background-color: var(--color-black);
    color: var(--color-bg);
}

.athlete {
    padding-top: 140px;
    background-size: contain;
    background-repeat: no-repeat;
}

.athlete .thumb-post-athlete {
    margin: 0;
    justify-content: flex-end;
    grid-row-gap: inherit;
}

.athlete .thumb-athlete {
    width: calc(50% - 30px);
    margin: 0 0 35px 30px;
    padding-left: 30px;
}

.athlete .heading {
    margin-bottom: 40px;
}

.contents .content-desc,
.athlete .athlete-desc {
    font-size: var(--fs-h5);
    font-weight: 300;
    line-height: 200%;
    letter-spacing: 3.12px;
}

.entertainer .entertainer-desc {
    font-size: var(--fs-h5);
}

.athlete .row {
    display: flex;
    align-items: center;
}

.athlete-grid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.athlete-grid .item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 35px;
}

.entertainer {
    background-size: auto;
    background-position: top right;
    background-repeat: no-repeat;
    padding-top: 140px;
}

.contents .heading,
.entertainer .heading {
    margin-bottom: 40px;
}

.entertainer .entertainer-desc {
    text-align: justify;
    font-size: var(--fs-h5);
    font-weight: 300;
    line-height: 200%;
    letter-spacing: 0;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 70px;
}

.entertainer .entertainer-desc br {
    display: none;
}

.entertainer .entertainer-desc br.mobile {
    display: block;
}

.entertainer .entertainer-desc p:last-child {
    margin-bottom: 0;
}

.entertainer .row {
    display: flex;
}

.entertainer .row>div:nth-child(1) {
    order: 2;
}

.entertainer .row>div:nth-child(2) {
    order: 1;
}

.entertainer .button-wrap {
    margin-right: 158px;
}

.entertainer .button-wrap.mobile {
    display: none;
}

.contents {
    background-size: auto;
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 140px;
    overflow: hidden;
    padding-bottom: 160px;
}

.contents .heading {
    margin-top: 70px;
}

.contents .row {
    margin: 0;
}

.contents .col-md-5,
.contents .col-md-7 {
    padding: 0;
}

.bottom-banner {
    padding-bottom: 160px;
}

.bottom-banner .content {
    color: #0D0501;
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 2.16px;
    text-transform: uppercase;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 30px;
    border: 1px solid var(--color-black);
    background-color: var(--color-bg);
    height: 302px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Futura;
    flex-direction: column;
}

.bottom-banner .content span {
    font-size: 36px;
    font-weight: 700;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    text-transform: none;
}

body.open-preset {
    overflow: hidden;
}

body.open-preset .site-main {
    position: relative;
    z-index: 1;
}

body.open-preset #wrapper {
    overflow: hidden;
}

body.open-preset .site-main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.20000000298023224);
    z-index: 999;
    height: 10000px;
}

.preset-popup {
    background-color: rgba(255, 255, 255, 0.949999988079071);
    padding: 56px 60px;
    max-width: 586px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 92px;
    left: 15px;
    right: 15px;
    z-index: 1000;
    display: none;
}

body.open-preset .preset-popup {
    display: block;
}

.preset-popup h6 {
    font-weight: 400;
    margin-bottom: 7px;
}

.preset-popup .field-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -5px;
}

.preset-popup .field-radio {
    flex: 1;
    text-align: center;
    padding: 0 5px;
}

.preset-popup .field-radio input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.preset-popup .field-radio label {
    border-radius: 5px;
    border: 1px solid #000;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    cursor: pointer;
}

.preset-popup .field-radio input:checked~label {
    background-color: #646464;
    color: var(--color-bg);
}

.preset-popup .field-group,
.preset-popup .field-submit {
    margin-bottom: 30px;
}

.preset-popup .field-submit,
.preset-popup .field-reset {
    text-align: center;
}

.preset-popup .field-submit button {
    display: inline-flex;
    border-radius: 5px;
    border: 1px solid #000;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 80px;
    background-color: #646464;
    color: var(--color-bg);
    cursor: pointer;
}

.preset-popup .field-radio label:hover,
.preset-popup .field-submit button:hover {
    background-color: #000;
    color: var(--color-bg);
}

.preset-popup .field-reset a {
    color: #646464;
    font-size: var(--fs-h6);
    font-weight: 400;
    display: inline-flex;
    border-bottom: 1px dotted #646464;
}

.preset-popup .field-reset a:hover {
    color: #000;
    border-color: #000;
}

.preset-popup .close {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #000;
}

.p-contents {
    background-size: auto;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 110px;
    padding-bottom: 186px;
}

.p-contents .box {
    max-width: 1010px;
    margin: 0 auto;
}

/* .p-contents .p-description {
    text-align: center;
    font-size: var(--fs-tablet-h4);
    font-weight: 500;
    letter-spacing: 2.52px;

    margin-bottom: 70px;
} */

.p-contents .list .item {
    margin-bottom: 80px;
    display: flex;
}

/* .p-contents .list .item:first-child {
    margin-bottom: 125px;
    flex-direction: column;
}

.p-contents .list .item:last-child {
    margin-bottom: 70px;
} */

.p-contents .list .item .title {
    font-size: var(--fs-h4);
    font-weight: 700;
    letter-spacing: 4.2px;
    /* text-transform: uppercase; */
    margin-bottom: 30px;
}

/* .p-contents .list .item:first-child .title {
    text-align: center;
    font-size: var(--fs-h3);
    font-weight: 700;
    letter-spacing: 5.6px;
    text-transform: uppercase;
    margin-bottom: 40px;
} */

.p-contents .list .item .thumb {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 20px;
}

.p-contents .list .item .thumb img {
    width: 100%;
}

.p-contents .list .item .info {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 20px;
}

/* .p-contents .list .item:first-child .thumb {
    margin-bottom: 30px;
    margin-right: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
}

.p-contents .list .item:first-child .info {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
} */

.p-contents .list .item .desc p{
    font-size: var(--fs-h5);
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 2.52px;
    /* text-transform: uppercase; */
    margin-bottom: 0;
}

.p-contents .list-banner {
    padding-top: 122px;
}

.p-contents .list-banner .item {
    text-align: center;
    margin-bottom: 110px;
}

.p-contents .list-banner .item .title {
    font-size: var(--fs-h3);
    font-weight: 700;
    letter-spacing: 5.6px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.p-contents .list-banner .thumb {
    margin-bottom: 30px;
}

.p-contents .list-banner .thumb img {
    width: 100%;
}

.p-contents .list-banner .item .desc {
    font-size: var(--fs-h6);
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 2.52px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0;
}

.finger-letters {
    position: relative;
}

.finger-letters .list {
    display: flex;
    align-items: center;
    padding: 70px 55px 38px;
    border-radius: 20px;
    border: 2px solid var(--color-black);
    justify-content: space-between;
}

.finger-letters .list .item {
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.finger-letters .list .item img {
    width: 100%;
    height: 68px;
    object-fit: contain;
}

.finger-letters .list .item .number {
    font-size: var(--fs-h5);
    font-weight: 400;
    text-align: center;
}

.finger-letters .title h2{
    font-size: var(--fs-h4);
    font-weight: 400;
    padding: 13px 120px;
    border-radius: 20px;
    border: 2px solid var(--color-black);
    background-color: var(--color-bg);
}
.finger-letters .title{
    top: -35px;
    left: 15px;
    right: 15px;
    margin: 0 auto;
    text-align: center;
    display: inline-table;
    position: absolute;
}

.p-calegory ul li {
    margin-right: 20px;
    position: relative;
}

.p-calegory ul li:last-child {
    margin-right: 0;
}

.p-calegory ul label {
    color: #231815;
    text-align: center;
    font-family: Noto Sans JP;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 7.5px 22.5px;
    display: block;
    border: 1px solid #000;
    border-radius: 5px;
    background: #FFF;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 3;
}

.p-calegory ul li input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    padding: 0;
    margin: 0;
}

.p-calegory ul input:checked+label,
.p-calegory ul label:hover {
    background: #000;
    color: #FFF;
}

.p-calegory ul input {
    width: 20px;
    height: 20px;
    appearance: inherit;
}

.load-more {
    margin-top: 40px;
    text-align: center;
}

.load-more a {
    display: inline-block;
    width: 285px;
    height: 70px;
    line-height: 68px;
    border: 1px solid #171717;
    border-radius: 35px;
    background-color: #FFF;
    color: #0E080A;
    text-align: center;
    font-family: Noto Sans JP;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    position: relative;
}

.load-more a:hover {
    background-color: #171717;
    color: #FFF;
}

.load-more a:after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background: url(images/assets/loading.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 20px;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.load-more a i {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 20px;
    transition: all 0.3s ease 0s;
}

.load-more a.loading i {
    opacity: 0;
}

.load-more a.loading:after {
    opacity: 1;
}


/*==========================================================
	7. FOOTER
==========================================================*/
.site-footer,
.site-bottom {
    background-color: rgba(250, 244, 228, 1);
}

.site-bottom {
    padding-top: 127px;
    color: var(--color-bg);
}

.site-bottom .widget_media_image figure {
    margin: 0;
}

.site-bottom h3,
.site-bottom a {
    color: var(--color-bg);
}

.site-bottom h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
}

.site-bottom ul.menu li:last-child {
    margin-bottom: 0;
}

.site-bottom ul.menu li::marker {
    display: none;
}

.site-bottom ul.menu li,
.site-bottom .menu-footer-menu-container li {
    margin-bottom: 24px;
}

.site-bottom .lang-item {
    display: none;
}

.site-bottom li a {
    color: #2D1F1F;
    font-size: var(--fs-h5);
    font-weight: 500;
    letter-spacing: 3.92px;
    text-transform: uppercase;
}

.site-bottom .col-lg-3:nth-child(2) li {
    padding-left: 30px;
    margin-left: 90px;
}

.site-bottom li i {
    position: absolute;
    top: 3px;
    left: 0;
}

.site-bottom .widget {
    background: none;
    padding: 0;
    border: none;
}

.site-bottom .widget-title {
    border-color: rgba(255, 255, 255, 0.1);
    color: #f7f7f7;
    font-size: 16px;
}

.site-bottom .widget_nav_menu .menu li a:hover,
.site-bottom .widget_nav_menu .menu li.current-menu-item a {
    text-decoration: underline;
    color: #333333;
}

.site-footer .socials {
    text-align: right;
}

.wp-block-social-links {
    margin-bottom: 38px;
}

.site-footer {
    padding: 94px 0 72px;
}

.copyright {
    color: #0F0A06;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    opacity: 0.800000011920929;
}

.widget.widget_block {
    margin-bottom: 50px;
}

.socials-fixed {
    position: fixed;
    right: 30px;
    bottom: 280px;
    z-index: 10;
}

.socials-fixed li {
    list-style: none;
    margin-bottom: 5px;
}

.socials-fixed li a {
    width: 60px;
    height: 60px;
    background: #1D9BF0;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    color: var(--color-bg);
}

.socials-fixed li.twitter a {
    background-color: #1D9BF0;
}

.socials-fixed li.youtube a {
    background-color: #FF0000;
}

.socials-fixed li.facebook a {
    background-color: #4867AA;
}

.socials-fixed li.uptop a {
    background-color: var(--color-bg);
    color: #FF5138;
}

.backtotop {
    position: relative;
}

.backtotop i {
    font-size: 26px;
    line-height: 26px;
    vertical-align: 3px;
}

.backtotop:after {
    content: '';
    width: 22px;
    height: 1px;
    background-color: #FF5138;
    position: absolute;
    top: 62%;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.site-bottom h3.wp-block-heading {
    color: #2D1F1F;
    font-size: var(--fs-h5);
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 26px;
}

.wp-block-social-links .wp-social-link svg {
    height: 58px;
    width: 58px;
}

.wp-block-social-links {
    gap: 0;
}

.wp-block-social-links .wp-social-link {
    margin-right: 27px;
}

.wp-block-social-links .wp-social-link:last-child {
    margin-right: 0;
}

.site-bottom .col-lg-4:last-child {
    padding-left: 30px;
}

.site-bottom .footer-logo {
    color: #241A18;
}

.footer-logo {
    color: #241A18;
    display: block;
    font-family: Futura;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 90px */
    letter-spacing: 7.2px;
    text-transform: uppercase;
}

/* fix top slider */
.home .mid-header {
    padding: 30px 30px;
}

.time-wrap {
    position: static;
    margin-top: 0;
}

/*.main-slider .marquee {
    top: 42%;
}*/
/*.main-slider .image-right-bottom {
    bottom: 75px;
}*/
.main-slider .owl-dots {
    margin-top: 40px;
}

.owl-item img {
    filter: brightness(35%);
    transition: filter 300ms ease-out;
}

.owl-item.active.center img {
    filter: none;
}

.time-wrap .time span {
    display: inline-block;
    width: 42px;
    height: 60px;
    font-size: 0;
    margin-left: 13px;
    background-size: contain !important;
}

.time-wrap .time .day-0 {
    background: url(images/numbers/0.svg) no-repeat center;
}

.time-wrap .time .day-1 {
    background: url(images/numbers/1.svg) no-repeat center;
}

.time-wrap .time .day-2 {
    background: url(images/numbers/2.svg) no-repeat center;
}

.time-wrap .time .day-3 {
    background: url(images/numbers/3.svg) no-repeat center;
}

.time-wrap .time .day-4 {
    background: url(images/numbers/4.svg) no-repeat center;
}

.time-wrap .time .day-5 {
    background: url(images/numbers/5.svg) no-repeat center;
}

.time-wrap .time .day-6 {
    background: url(images/numbers/6.svg) no-repeat center;
}

.time-wrap .time .day-7 {
    background: url(images/numbers/7.svg) no-repeat center;
}

.time-wrap .time .day-8 {
    background: url(images/numbers/8.svg) no-repeat center;
}

.time-wrap .time .day-9 {
    background: url(images/numbers/9.svg) no-repeat center;
}

.time-wrap .note a {
    color: #0104FF;
    text-decoration: underline;
}

.athlete-content-wrap {
    margin-top: 20px;
}

/*.p-sinal-post .content-signal .note-post p{
    text-transform: lowercase;
}*/
.post-type-archive-supporter .heading p br.mobile {
    display: block;
}


/* ============================================================
   STI integration overrides — restore TF2025 typography
   STI's sports_common.css has body{font-family ... !important}
   which overrides TF2025 Noto Sans JP. Re-assert with !important.
   ============================================================ */
body {
  font-family: 'Noto Sans JP', sans-serif !important;
  background-color: var(--color-bg) !important;
  background-image: none !important;
  min-width: 0 !important;
}

/* ============================================================
   STI integration overrides — keep TF2025 Noto Sans JP
   ============================================================ */
body {
  font-family: 'Noto Sans JP', sans-serif !important;
  background-color: var(--color-bg) !important;
  background-image: none !important;
  min-width: 0 !important;
}
