@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    vertical-align: top;
    line-height: 0;
    /*display: block;*/
}

ul {
    list-style: none;
}

a {
    outline: none;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    outline: none;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
}

a img {
    border: 0px;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}



.text_light_blue {
    color: #00ADEF;
}



.text-cener {
    text-align: center!important;
}


/* スプラッシュ画面 フェードイン */

.fade {
    opacity: 0;
    animation: fadeIn 1s ease 0.5s 1 normal forwards;
}

@keyframes fadeIn {
    /*animetion-nameで設定した値を書く*/
    0% {
        opacity: 0
    }
    /*アニメーション開始時は不透明度0%*/
    100% {
        opacity: 1
    }
    /*アニメーション終了時は不透明度100%*/
}


/* スプラッシュ画面 */

.splash_bg {
    width: 100vw;
    max-width: 576px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#splash_img {
    background-size: cover;
    background-position: center center;
}

.splash_bg img {
    height: 100%;
}

.splash_logo {
    width: 100vw;
    max-width: 576px;
    height: 100vh;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.b-radius-10 {
    border-radius: 10px;
}

.app {
    background: #000;
}

.head_02 {
    background: #000;
}

.wifi,
.earphone {
    width: 80px;
    height: 80px;
}

.wifi_l {
    width: 124px;
    height: 124px;
}

.wifi,
.wifi_l,
.earphone {
    margin: 0 auto;
    margin-top: 15px;
}

.wifi img,
.wifi_l img,
.earphone img {
    width: 100%;
}

.zone_tx,
.box_tx,
.box_txs,
.map_btn,
header p,
.btn_02 a,
.fnav li a {
    color: rgba(255, 255, 255, 1.0);
}

header p {
    line-height: 60px;
    font-size: 20px;
}

.detail {
    padding: 10px 0;
    font-size: 20px;
    color: rgba(0, 0, 0, 1.0);
    font-weight: bold;
    margin-left: 20px;
}




.zone_tx,
.map_btn,
header p,
.fnav li,
.btn_02,
.caution_01,
.caution_02,
.caution_03,
.wifi_01,
.wifi_02,
.wifi_04,
.wifi_05,
.app_btn,
.pass_l,
.pass_r {
    font-weight: bold;
    text-align: center;
}

.caution_01,
.caution_02,
.wifi_01 {
    font-size: 18px;
    line-height: 1.28em;
}

.caution_01,
.pass_r {
    color: rgba(255, 0, 0, 1.0);
}

.caution_01 {
    padding-top: 20px;
}

.caution_02 {
    margin-top: 20px;
}

.caution_03,
.wifi_02,
.wifi_04,
.pass_l {
    font-size: 18px;
    line-height: 1.28em;
}

.caution_03 {
    margin-top: 15px;
}

.wifi_01 {
    padding-top: 20px;
    color: rgba(13, 46, 160, 1.0);
}

.wifi_02 {
    margin-top: 18px;
}

.wifi_04,
.wifi_05 {
    margin-top: 10px;
}

.wifi_05 {
    font-size: 13px;
}

.btn_02 {
    width: 256px;
    height: 60px;
    margin: 0 auto;
    font-size: 19px;
    line-height: 60px;
    margin-top: 20px;
}

.multiple_lines {
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 18px!important;
    line-height: 1.5rem!important;
}

.multiple_lines a {
    height: 60px!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
}

.btn_03 {
    width: 256px;
    height: 60px;
    margin: 15px auto 45px!important;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    line-height: 60px;
    margin-top: 20px;
    background-color: rgba(13, 46, 160, 1.0);
}

.btn_03 a {
    color: #fff;
}

.fix_bottom_btn {
    width: 100%;
    max-width: 576px;
    height: 60px;
    font-size: 19px;
    text-align: center;
    line-height: 60px;
    position: fixed;
    bottom: 0;
    background-color: rgba(13, 46, 160, 1.0);
}

.fix_bottom_btn a {
    display: block;
    width: 100%;
    height: 60px;
    color: #fff!important;
    font-weight: bold;
}

.btn_01 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
}

.btn_02 a {
    display: block;
    width: 100%;
    height: 60px;
}

.btn_01 {
    background-color: rgba(77, 77, 77, 1.0);
}

.btn_01 img {
    display: inline;
    margin: 0 4px 0 0;
    width: 24px;
    height: 24px;
}

.btn_02,
.app_btn,
.fnav {
    background-color: rgba(13, 46, 160, 1.0);
}


.pass {
    display: table;
    margin: 0 auto;
    margin-top: 10px;
}

.app {
    display: flex;
    height: 120px;
}

.app {
    margin-top: 15px;
    justify-content: center;
}

.app_btn {
    width: 146px;
    height: 70px;
    margin: 25px 0 25px 0;
    font-size: 16px;
    line-height: 1.28em;
    display: table;
}

.app_btn {
    margin-left: 10px;
    margin-right: 10px;
}


.app_btn span {
    font-size: 20px;
}

.app_btn a {
    display: block;
    width: 146px;
    height: 70px;
    color: rgba(255, 255, 255, 1.0);
    display: table-cell;
    vertical-align: middle;
}



.pass_l,
.pass_r {
    display: table-cell;
    vertical-align: middle;
}

.pass_l {
    padding-right: 10px;
}

.pass_r {
    font-size: 10px;
    line-height: 1.28em;
    border: solid 1px rgba(255, 0, 0, 1.0);
    width: 146px;
    height: 34px;
    box-sizing: border-box;
}



.fnav {
    width: 100%;
    display: flex;
    height: 80px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    border-top: solid 1px rgba(74, 99, 184, 1.0);
    box-sizing: border-box;
}

.fnav li {
    width: 33.33333333333333%;
    border-right: solid 1px rgba(74, 99, 184, 1.0);
    box-sizing: border-box;
    font-size: 14px;
}

.fnav li:last-child {
    border: none;
}

.fnav li a {
    width: 100%;
    height: 80px;
    display: block;
}

.fnav a {
    padding-top: 20px;
}

.sns {
    display: flex;
    width: 160px;
    margin: 30px auto 0 auto;
}

.sns li {
    width: 40px;
    margin: 0 auto;
}

.sns li a {
    width: 100%;
    height: auto;
    display: block;
}

.sns li img {
    width: 100%;
}


.box,
.zone {
    margin: 0 auto 0 auto;
}

.box {
    display: flex;
    padding: 0 2% 0 2%;
}

.box:first-child {
    padding: 2% 2% 0 2%;
}

.box_h {
    width: 46%;
    position: relative;
    margin: 0 auto 0 auto;
    background: red;
}


/*
.box_h:before{
content: "";
display: block;
padding-top: 100%;
}
*/

.box_img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.box_img img {
    width: 100%;
}

.box_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

@media screen and (max-width: 375px) {
    /*--------------*/
    .box_btn {
        bottom: 48px;
    }
    /*--------------*/
}

@media screen and (min-width: 376px) {
    /*--------------*/
    .box_btn {
        bottom: 72px;
    }
    /*--------------*/
}

.box_tx {
    padding: 3px 5px 0 5px;
    font-size: 11px;
}

.box_txs {
    padding: 0 5px 3px 5px;
    font-size: 11px;
}

.box_bg {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
}

.black_area {
    padding: 4% 0 100px 0;
    /*height: 100vh;*/
}

.box a {
    width: 100%;
    height: auto;
    display: block;
}

.box_img {
    max-width: 375px;
    margin: 0 auto;
}

.zone {
    padding: 2% 2% 0 2%;
}

.zone_btn {
    margin: 0 4% 6% 4%;
    height: 90px;
    border-radius: 10px;
    position: relative;
}

.zone_btn:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .55);
    border-radius: 10px;
    position: absolute;
}

.zone_btn:last-child {
    margin: 0 4%;
}

.zone_01 {
    background: url(../img/btn_sewing_machine_zone.jpg) no-repeat center center / cover;
}

.zone_02 {
    background: url(../img/btn_history_zone.jpg) no-repeat center center / cover;
}

.zone_03 {
    background: url(../img/btn_product_zone.jpg) no-repeat center center / cover;
}

.zone_04 {
    background: url(../img/btn_environment_exhibit.jpg) no-repeat center center / cover;
}

.zone_btn a {
    width: 100%;
    height: 92px;
    display: block;
    position: absolute;
    z-index: 99;
}

.zone_tx {
    margin-top: 20px;
    font-size: 22px;
    line-height: 1.2em;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 1.0));
}

.en_only {
    margin-top: 32px;
}

.zone_tx span {
    font-size: 18px;
    font-weight: normal;
}

.brothermuseum {
    width: 225px;
    margin: 0 auto;
    position: absolute;
    top: 7%;
}

.brother {
    width: 126px;
    position: absolute;
    bottom: 17%;
}

.brothermuseum img,
.brother img {
    width: 100%;
}

.drawer-menu li a {
    line-height: 60px;
}

.drawer-hamburger {
    color: rgba(255, 255, 255, 1.0);
}

.inner {
    width: 100%;
    padding: 15px 8% 0;
    box-sizing: border-box;
}

h1.tit_wifi {
    color: rgba(13, 46, 160, 1.0);
    font-size: 16px;
}

.wifi_howto p {
    margin-top: 10px;
    font-size: 14px;
}

.wifi_howto p.txt_indent {
    margin-left: 1em;
    text-indent: -1rem;
}

.wifi_howto p .wifi_icon {
    width: 20px;
}

.sample_img {
    width: 90%;
    margin: 0 auto;
}

.howto_img {
    margin: 20px 0 40px!important;
}


/*----------------------------------------bgcolor--*/




/*----------------------------------------border--*/



/*----------------------------------------------------*/

.drawer-menu li a {
    /*text-indent: 17px;*/
    height: 60px;
    font-weight: bold;
    font-size: 16px;
}

.language_tit {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    box-sizing: border-box;
}

.drawer-menu li.language {
    padding-left: 30px;
}

.drawer-menu li.language a {
    height: 40px;
    line-height: 40px;
}

.drawer-menu li a.border-none {
    border: none;
}


/*!
* jquery-drawer v3.2.2
* Flexible drawer menu using jQuery, iScroll and CSS.
* http://git.blivesta.com/drawer
* License : MIT
* Author : blivesta <design@blivesta.com> (http://blivesta.com/)
*/


/*!------------------------------------*\
Base
\*!------------------------------------*/

.drawer-open {
    overflow: hidden !important;
}



.drawer-brand {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 3.75rem;
    display: block;
    padding-right: .75rem;
    padding-left: .75rem;
    text-decoration: none;
    color: #fff;
}










/*!------------------------------------*\
accessibility
\*!------------------------------------*/


/*!
* Only display content to screen readers
* See: http://a11yproject.com/posts/how-to-hide-content
*/

.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}


/*!
* Use in conjunction with .sr-only to only display content when it's focused.
* Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
* Credit: HTML5 Boilerplate
*/

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
}







/*!------------------------------------*\
Dropdown
\*!------------------------------------*/

.drawer-dropdown-menu {
    display: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

.drawer-dropdown-menu>li {
    width: 100%;
    list-style: none;
}

.drawer-dropdown-menu-item {
    line-height: 3.75rem;
    display: block;
    padding: 0;
    padding-right: .75rem;
    padding-left: 1.5rem;
    text-decoration: none;
    /*color: #222;*/
}

.drawer-dropdown-menu-item:hover {
    text-decoration: underline;
    /*color: #555;*/
    background-color: transparent;
}


/*! open */

.drawer-dropdown.open>.drawer-dropdown-menu {
    display: block;
}


/*! drawer-caret */

.drawer-dropdown .drawer-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}


/*! open */

.drawer-dropdown.open .drawer-caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/*!------------------------------------*\
Container
\*!------------------------------------*/

.drawer-container {
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 64em) {
    .drawer-container {
        max-width: 60rem;
    }
}

@media (min-width: 75em) {
    .drawer-container {
        max-width: 70rem;
    }
}


/*!------------------------------------*\
言語選択
\*!------------------------------------*/

.language_list button {
    appearance: none;
    border: none;
    background: none;
    font-size: 13pt;
}

.language_list a {
    padding: 12px 15px;
    display: block;
    box-sizing: border-box;
    border-bottom: solid 1px #ebebeb;
}


/*!------------------------------------*\
利用規約
\*!------------------------------------*/

.terms {
    padding-bottom: 100px;
}

.terms h3 {
    margin-top: 25px;
    text-align: center;
}

.terms h3:first-child {
    margin-top: 0;
}

.terms .caution_01 {
    margin-top: 0;
    font-size: 18px;
}

.terms p {
    margin-top: 10px;
    font-size: 14px;
    word-break: break-all;
}

.en p {
    word-break: normal;
}

.en p span {
    word-break: break-all;
}

.terms h4 {
    margin-top: 20px;
    padding-bottom: 3px;
    border-bottom: solid 1px #ddd;
}

.terms .text-indent {
    margin-left: 28px;
    text-indent: -28px;
}

.terms .fix_bottom_btn a {
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.terms .fix_bottom_btn a img {
    margin-right: 4px;
}