* {
    box-sizing: border-box;
}

@charset "utf-8";
@font-face {
  font-family: myFirstFont;
  src: url("./font/corp_round_v1.eot"),  
        url("./font/corp_round_v1.woff") format("woff"),
        url("./font/corp_round_v1.eot?#iefix") format("embedded-opentype")
}
@font-face {
  font-family: OswaldStencil-Bold;
  src: url(./font/Oswald-Stencil.woff);
}

html, body {
    padding: 0;
    height: 100%;
    margin: 0 auto;
}

body {
    font-size: 16px;
    font-family: 'Meiryo UI', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #333333;
	width: 80%;
}

a {
    font-family: 'Meiryo UI', Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.mtm-title {
    font-family: OswaldStencil-Bold, Arial, Helvetica, sans-serif;
    font-size: 4em;
    text-align: left;
    line-height: 1;
    letter-spacing: 13px;
    color: #333333;
    padding: 0;
    margin: 0 0 0.7em 0;
}

.mtm-title .txt-o-red {
    color: #b92546;
}

.mtm-sub-title {
    font-family: 'Meiryo UI', Arial, Helvetica, sans-serif;
    font-size: 2em;
    font-weight: bold;
    text-align: left;
    color: #ba2547;
    line-height: 1.3;
    padding: 15px 0;
    margin: 0;
}

.container._full {
    width: 100%;
    max-width: 100%;
}

#layout {
    height: 100%;
}

#top__header {
    min-height: 750px;
    height: 1px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    position: relative;
}

#top__header .top__header-video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    overflow: hidden;
    width: 100%;
}

#top__header__bar {
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    align-items: stretch;
    position: relative;
    z-index: 1;
}

#top__header__bar .top__header-logo {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    -khtml-flex-grow: 1;
    flex-grow: 1;
    justify-content: center;
}

#top__header .top__header-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#top__header__bar .top__header-logo li {
    display: flex;
    align-items: center;
    margin-left: .345rem;
    margin-right: .345rem;
}

#top__header__bar .top__header-logo li:nth-child(2) {
    position: absolute;
    top: 100%;
}

#top__header__bar .top__header-logo img {
    height: 4vw;
    max-height: 85px;
    min-height: 75px;
}

#top__header__bar .top__header-title {
    font-family: 'myFirstFont', Arial, Helvetica, sans-serif;
    text-align: left;
    color: #000;
    margin-bottom: 0;
    font-size: 2em;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    -khtml-flex-grow: 1;
    flex-grow: 1;
    align-items: center;
    display: flex;
    -webkit-text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    -moz-text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    -ms-text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    -o-text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    -khtml-text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}

#top__header__bar .top__header-group {
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    -o-flex-grow: 2;
    -khtml-flex-grow: 2;
    flex-grow: 2;
    display: flex;
}

#top__header__bar .top__header-hamburger {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    -khtml-flex-grow: 1;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    display: none;
    max-width: 85px;
}

#top__header__bar .top__header-hamburger .hamburger-icon {
    position: relative;
    height: 18px;
    width: 40px;
    cursor: pointer;
}

#top__header__bar .top__header-hamburger .hamburger-icon::before,
#top__header__bar .top__header-hamburger .hamburger-icon::after {
    content: '';
    height: 6px;
    width: 100%;
    background: #b92546;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#top__header__bar .top__header-hamburger .hamburger-icon::before {
    top: 0;
}

#top__header__bar .top__header-hamburger .hamburger-icon::after {
    bottom: 0;
}

#top__header__bar .top__header-hamburger.active .hamburger-icon::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: 50%;
}

#top__header__bar .top__header-hamburger.active .hamburger-icon::after {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#top__header__bar .top__header-menu {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    -khtml-flex-grow: 1;
    flex-grow: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
}

#top__header__bar .top__header-menu > li {
    padding: 0.8rem;
}

#top__header__bar .top__header-menu li > a {
    text-decoration: none;
    color: #333333;
    font-family: 'Meiryo UI', Arial, Helvetica, sans-serif;
    text-align: left;
    line-height: 1;
    font-size: 1em;
    -webkit-text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    -moz-text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    -ms-text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    -o-text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    -khtml-text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}

#top__header__bar .top__header-faq {
    background-color: #ba2547;
    color: #ffffff;
    padding: 1.2rem 1.2rem;
    display: flex;
    align-items: center;
}

#top__header__bar .top__header-faq .tb-faq-text {
    margin-left: 10px;
}

#top__header__bar .top__header-faq > a {
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#top__header__bar .top__header-faq .tb-faq-text span {
    display: block;
}

#top__header__intro {
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    -khtml-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    -o-flex-shrink: 1;
    -khtml-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -o-flex-basis: auto;
    -khtml-flex-basis: auto;
    flex-basis: auto;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    position: relative;
    z-index: 0;
}

#top__header__intro .thi-large {
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 600;
    font-size: 3em;
    text-align: left;
    color: #333;
    line-height: 1;
    margin-bottom: 0.5em;
    margin-top: -2em;
    -webkit-text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    -moz-text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    -ms-text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    -o-text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    -khtml-text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}

#top__header__intro .thi-small {
    margin-bottom: 3em;
    font-weight: bold;
    -webkit-text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    -moz-text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    -ms-text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    -o-text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    -khtml-text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}

#top__header__intro .thi-title {
    font-size: 5em;
    text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}

#top__header_scroll {
    display: none;
}

/*-----VISON and mission -----*/
#vision__mission {
    position: relative;
    min-height: 680px;
    display: flex;
    align-items: stretch;
    padding-top: 2em;
}

#vision__mission .vision__mission-wrapper {
    background: #ffffff;
    min-height: 100%;
    width: 100%;
    background-size: cover;
    display: flex;
    align-items: stretch;
    position: relative;
}

#vision__mission .container {
    flex-basis: 100%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
}

#vision__mission .sec-col {
    background: #ffffff;
    width: 100%;
    position: relative;
}

#vision__mission .sec-col:nth-child(1) {
    margin: 0 auto;
    padding-bottom: 2em;
}

#vision__mission .sec-col:nth-child(2) {
    text-align: center;
    padding: 0;
    max-height: 680px;
    overflow: hidden;
}


#vision__mission .sec-col:nth-child(2) img {
    max-width: 100%;
    display: block;
    margin: auto auto;
}

#vision__mission .sec-float {
    margin-left: auto;
}

#vision__mission .mtm-title::after {
    content: '';
    overflow: hidden;
    display: block;
}

#vision__mission .mtm-sub-title {
    padding: 1em 0;
}

#vision__mission p {
	line-height: 1.8;
    margin: 7px 0;
	font-size: 1.2em;
}

/*-----Business -----*/
#business {
    min-height: 400px;
    background: #ffffff;
    padding: 4em 0;
}

#business .container {
    display: flex;
    margin: 0 auto;
}

#business .mtm-title {
    margin-top: -15px;
}

#business .container .sec-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

#business .sec-col {
    order: 1;
    flex: 0 0 auto;
    display: flex;
    width: 100%;
}

#business .sec-col:first-child {
    order: 2;
}

#business .mtm-sub-title {
    margin-top: 1em;
}

#business .business-exchange {
    width: 100%;
	text-align: center;
}

#business .business-exchange img {
    max-height: 640px;
    max-width: 90%;
}

#business .business-content {

}

#business .business-content p {
    line-height: 1.8;
    margin: 7px 0;
	font-size: 1.2em;
}

/*-----Studio and team-----*/
#studios__teams {
    background: #f5f5f5;
    min-height: 420px;
    padding: 2em 0 3em;
}

#studios__teams .container {
    max-width: 90%;
    margin: 0 auto
}

#studios__teams .mtm-title {
    text-align: center;
}

#studios__teams .st-slider {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

#studios__teams .st-slider li {
    flex-basis: 33.33333%;
    padding: 1em;
}

#studios__teams .st-item {
}

#studios__teams .st-item .st-title {
    font-weight: bold;
    text-align: center;
    font-size: 1.1em;
    padding: 7px 0;
}

#studios__teams .st-item .st-thumb {
    height: 210px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

#studios__teams .st-item .st-thumb img {
    max-height: 100%;
    height: auto;
    width: auto;
    display: block;
    margin: auto;
}

#studios__teams .st-item .st-desc {
    padding: 7px 10px;
    line-height: 1.5;
}

#studios__teams .st-item .st-btn {
    padding: 7px 0;
}

#studios__teams .st-item .st-btn a {
    background: #b92546;
    color: #ffffff;
    border: 1px solid;
    text-decoration: none;
    display: block;
    padding: 5px;
    line-height: 2.2;
    text-align: center;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

#studios__teams .st-item .st-btn a:hover, #studios__teams .st-item .st-btn a:active, #studios__teams .st-item .st-btn a:focus {
    color: #b92546;
    background: #ffffff;
}


#studios__teams .container._full {
    max-width: 100%;
    width: 100%;
    margin-top: 2em;
}

#studios__teams .studios-team-video {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}

#studios__teams .studios-team-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

/*----- service ----*/
#service {
    padding: 2em 0;
}

#service .container {
    margin: 0 auto
}

#service .mtm-sub-title {
    margin-top: 30px;
}

#service .sv-title {
    color: #d00022;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 24px;
    padding-top: 20px;
}

#service .service-list {
    display: flex;
    flex-flow: row wrap;
    max-width: 1240px;
    margin: 0 auto;
}

#service .service-item {
    padding: 1em 1.4em;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#service .service-icon-wrapper {
    position: relative;
}

#service .service-list .sec-col {
    flex-basis: 33.33333%;
}

#service .service-item .bracket-icon {
    width: 150px;
    height: 150px;
    color: #fff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 174px;
}

#service .service-item .bracket-icon img {
    width: 100%;
    height: auto;
    display: inline-block;
}

#service .service-item .service-heading-wrapper .service-heading-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
}

#service .service-item .service-desc {
    color: #757575;
    font-weight: lighter;
    font-size: 16px;
    letter-spacing: .16px;
    line-height: 24px;
}

#service .service-item .service-btn {
    margin-top: auto;
    align-self: flex-start;
    min-width: 140px;
    width: auto;
    position: relative;
    display: inline-block;
}

#service .service-item .service-order-number {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 120px;
    position: absolute;
    top: 184px;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    left: 0;
}

#service .btn-group .btn-default {
    width: auto;
    height: 40px;
    padding: 0 5px;
    color: #d00022;
    border: 1px solid #d00022;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    z-index: 1;
}

.btn-group .normal.btn-default:after,
.btn-group .normal.btn-default:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #d00022;
    height: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

#service .btn-group .btn-default:hover {
    color: #ffffff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#service .btn-group .btn-default:hover:before {
    height: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/*================Our works=============*/
#our__works {
    padding: 2em 0;
}

#our__works .container {
    margin-left: auto;
    margin-right: auto;
}

#our__works .sec-content {
    padding-bottom: 1em;
}

#our__works .mtm-title {
    text-align: center;
    margin-bottom: 1.5em;
}

#our__works .ow-partner {
    list-style: none;
    padding: 20px 0;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

#our__works .ow-partner li {
    padding: 0.1em 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

#our__works .ow-partner li img {
    max-height: 80px;
}

/*==========News===========*/
#news {
    background: #f5f5f5;
    padding: 2em 0 4em 0;
}

#news .container {
    max-width: 90%;
    margin: 0 auto;
}

#news .sec-content {
    display: flex;

}

#news .sec-col:first-child {
    width: 30%;
}

#news .sec-col:last-child {
    flex: 1 1 auto;
    padding-top: 1.5em;
    max-width: 70%;
}

#news .mtm-title {
}

#news .news-more {
    padding: 1em 1em 1em 0;
}

#news .news-more a {
    color: #333333;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    font-size: 1.3em;
}

#news .news-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#news .news-tabs li {
    min-width: 130px;
    padding: 1em 1.6em 1em 0;
}

#news .news-tabs li a {
    text-decoration: none;
    color: #333333;
    border-bottom: 5px solid transparent;
    padding: 7px 10px;
    line-height: 1.4;
}

#news .news-tabs li a.active {
    border-bottom: 5px solid #ba2547;
}

#news .news-content {
    padding: 20px 0;
    min-height: 450px;
}

#news .news-table {
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    backface-visibility: hidden;
    max-height: 0;
}

#news .news-table.active {
    max-height: 463px;
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
    backface-visibility: visible;
}


#news .news-table .news-row {
    display: flex;
    flex-direction: row;
    min-height: 65px;
    border-top: 1px solid #cccccc;
    align-items: center;
}

#news .news-table .news-row:last-child {
    border-bottom: 1px solid #cccccc;
}


#news .news-table .news-row:hover {
    background: #e8e8e8;
}

#news .news-table .news-col {
    display: flex;
    padding: 0 7px;
}

#news .news-table .news-col:nth-child(1) {
    flex: 0 0 150px;
}

#news .news-table .news-col:nth-child(2) {
    flex: 0 0 100px;
}

#news .news-table .news-col:nth-child(2) span {
    padding: 0 7px;
    border-left: 1px solid;
    border-right: 1px solid;
    min-width: 69.69px;
    text-align: center;
}

#news .news-table .news-col:nth-child(3) {
    max-width: calc(100% - 250px);
}

#news .news-table .news-col:nth-child(3) a {
    text-decoration: none;
    outline: none;
    color: #333333;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

/*=====Intro===========*/
#intro {
    background: #ffffff url("./images/background-tree.png") no-repeat bottom left;
    min-height: 400px;
    padding: 3em 0 4em;
}

#intro .container {
    max-width: 80%;
    margin: 0 auto;
}

#intro .sec-content {
    display: flex;
    flex-flow: row wrap;
    flex-basis: 100%;
}

#intro .sec-col {
    flex-basis: 50%;
}

#intro .intro-logo {
    text-align: center;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#intro .intro-logo img {
    max-height: 100%;
}

#intro .intro-list {
    list-style: none;
    padding: 1em 1.5em;
    margin: 0;
    display: flex;
    flex-direction: column;
}

#intro .intro-list .intro-row {
    min-height: 40px;
    border-bottom: 1px dashed #cccccc;
    display: flex;
    align-items: center;
}

#intro .intro-list .intro-col:nth-child(1) {
    flex-basis: 20%;
    font-weight: bold;
}

#intro .intro-list .intro-col:nth-child(2) {
    flex-basis: 80%;
}

#intro .intro-list .intro-col:nth-child(2) > div {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
    line-height: 1.7;
}

#intro .intro-list .intro-col:nth-child(2) > div > ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
}

#intro .intro-list .intro-col:nth-child(2) > div > ul > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.7;
    padding: 3px 0;
}

#intro .intro-list .intro-col .link-visit {
    background: #ba2547;
    color: #ffffff;
    text-decoration: none;
    flex: 0 0 75px;
    line-height: 1.8;
    text-align: center;
    margin-left: 7px;
	font-size: 0.9em;
}

/*========contact__us=========*/
#contact__us {
    padding: 1.5em 0 5em;
    min-height: 300px;
    background: #f5f5f5;
}

#contact__us .container {
    max-width: 90%;
    margin: 0 auto;
}


#contact__us .mtm-title {
    text-align: center;
    margin-bottom: 1.4em;
}

#contact__us .cu-detail {
    max-width: 1000px;
    background: #ffffff;
    display: flex;
    flex-flow: row nowrap;
    min-height: 100px;
    margin: 0 auto;

}

#contact__us .cu-d-item {
    border: 1px solid #333;
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2em 0;
}

#contact__us .cu-d-item:first-child {
    border-right: 0;
}

#contact__us .cu-d-ico {
    width: 65px;
    padding: 5px;
    margin-right: 10px;
}

#contact__us .cu-d-ico img {
    max-width: 100%;
}

#contact__us .cu-d-label, #contact__us .cu-d-label * {
    font-family: 'Tw Cen MT Condensed', Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 3rem;
    color: #333333;
    text-decoration: none;
    line-height: 1;
}

#contact__us .cu-d-label p {
    font-size: 1.56rem;
    margin: 7px 0;
    line-height: 1;
}

/*====== main__footer =====*/
#main__footer {
    padding-top: 1em;
}

#main__footer .container {
    margin-right: auto;
}

#main__footer .mf-gotop {
    display: flex;
    justify-content: flex-end;
}

#main__footer .mf-gotop .mf-gt-innner {
    display: flex;
    align-items: flex-start;
}

#main__footer .mf-gotop .gt-arrow {
    padding: 10px;

}

#main__footer .mf-gotop .gt-text {
    border-left: 1px solid;
    padding: 5px 10px 15px 10px;
    color: #ba2547;
}

#main__footer .mf-gotop span {
    display: block;

}

#main__footer .mf-foot {
    color: #ffffff;
    display: flex;
    background: #ba2547;
    min-height: 100px;
    padding: 1.2em 2.5em;
    align-items: stretch;
}

#main__footer .mf-foot .mf-company {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#main__footer .mf-foot .mf-company p {
    margin: 10px 0px;
}

#main__footer .mf-foot .mf-company p:last-child {
    margin-bottom: 0;
    margin-top: 15px;
}

#main__footer .mf-foot .mf-company p a {
    color: #ffffff;
}

#main__footer .mf-foot .mf-logo {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -o-flex-grow: 0;
    -khtml-flex-grow: 0;
    flex-grow: 0;
    justify-content: center;
    flex-basis: 20%;
}

#main__footer .mf-foot .mf-logo li {
    display: flex;
    align-items: center;
    margin-left: .345rem;
    margin-right: .345rem;
}

#main__footer .mf-foot .mf-logo li img {
    max-height: 45px;
}

#main__footer .mf-foot .mf-logo li:nth-child(2) {
    font-family: 'Meiryo UI', Arial, Helvetica, sans-serif;
    font-size: 4em;
    text-align: left;
    color: #ffffff;
    line-height: 1;
}

#main__footer .mf-site {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#main__footer .mf-site .mf-mtm-logo {
    padding: 1em 0;
}

#main__footer .mf-site .mf-mtm-logo img {
    max-height: 35px;
}

#main__footer .mf-site .mf-mtm-site {
    width: 100%;
    display: flex;
}

#main__footer .mf-site .mf-mtm-site a {
    border: 1px solid;
    color: #ffffff;
    text-decoration: none;
    padding: 5px;
    line-height: 2;
    text-align: center;
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#main__footer .mf-site .mf-mtm-site a span:last-child {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

#main__footer .mf-foot .mf-copyright {
    display: block;
}

#main__footer .mf-foot .mf-copyright.mb {
    display: none;
}
