@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;700&display=swap');

body,
.tabItem {
	font-family: Heebo, Arial, Meiryo, sans-serif;
	font-size: 14px;
	color: #0B0C10;
}

#main {
    max-width: 1328px;
    width: 100%;
    margin: 0 auto;
}

body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
}

div {
    display: block;
}

iframe {
    width: 100%;
    height: 100%;
    border: 0 !important;
}

.tabs {
    text-align: center;
    padding: 0;
    margin: 0px 0 40px;
    position: relative;
}
/* .tabs li:first-child a {
    border-radius: 0.625em 0.0em 0.0em 0.625em;
}

.tabs li:last-child a {
    border-radius: 0em 0.625em 0.625em 0em;
} */

.tabItem:first-letter {
    text-transform: capitalize;
}
.tabs li{
    float: none;
    display: inline-block;
    width: auto;
    box-sizing: border-box;
/*    padding-right: 20px;*/
    margin: 0;
}
.tabs:before{
    content: '';
    display: block;
    position: absolute;
    bottom: 0em;
    left: 0em;
    width: 100%;
    height: 0em;
    z-index: 0;
    border-bottom: 0.08em solid #EEEEEE;
}
.tabItem {
    height: auto;
    line-height: normal;
    display: inline-block;
    box-sizing: border-box;
    
    padding: 1.0em;

    width: 100%;
    background: #FFF;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: bold;
    font-style: inherit;
    text-transform: uppercase;
    color: #111111;
    transition: background 0.5s, color 0.5s, border 0.5s;
    position: relative;

    border-top: 0.0em solid #FFF;
    border-right: 0.0em solid #FFF;
    border-bottom: 0.08em solid #EEEEEE;
    border-left: 0.0em solid #FFF;
    text-align: center;
}

.tabItem:hover{
    opacity: 64%;
}
.tabItem:active,
.tabItem-active,
.tabItem-active:hover {
    text-decoration: none;
    font-style: normal;
    background: #FFFFFF;
    color: #111111;
    border-top: 0.0em solid #FFF;
    border-right: 0.0em solid #FFF;
    border-bottom: 0.08em solid #111111;
    border-left: 0.00em solid #FFF;
    margin-bottom: -0.08em;
}


.tabs-control {
    margin-bottom: 2.0em;
    margin-top: 2px;
}


@media (max-width: 620px) {
    .en-gb .tabItem{
        border: 0.08em solid #EEEEEE;
    }
    .tabItem:active,
    .tabItem-active,
    .tabItem-active:hover{
        border-bottom: 0.08em solid #111111;
    }
    .tabs li{
        border-bottom: 0px;
    }
    .en-gb .tabs li {
        display: block;
        margin: 0 auto;
        margin-bottom: 5px;
        width: 85%;
    }
    .en-gb .tabItem-active:before {
        display: none;
    }
    .en-gb .tabs:before{
        border:0;
    }
}
@media (max-width: 380px) {
    .ja-jp .tabItem{
        border: 0.08em solid #EEEEEE;
    }
    .ja-jp .tabs li {
        display: block;
        margin: 0 auto;
        margin-bottom: 5px;
        width: 85%;
    }
    .ja-jp .tabItem-active:before {
        display: none;
    }
    .ja-jp .tabs:before{
        border:0;
    }
}


