@charset "UTF-8";

html {
    font-size: 62.5%;
}

body {
    font-family: source-han-sans-japanese, 'Noto Sans JP', 'ヒラギノ角ゴ Pro W6', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-style: normal;
    font-weight: 400;
    font-weight: 300;
    font-size: 17px;
    font-size: 16px;
    line-height: 1.7;
    line-height: 2.2;
    line-height: 1.9;
    color: #000;
    color: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fff;
    background-color: #000;
}

#main.page_top {
    background: #000 url(../img/bg_black_grad.jpg) no-repeat center bottom;
    background: #000 url(../img/bg_bottom.jpg) no-repeat center bottom;
    background: #000 url(../img/bg_bottom2.jpg) no-repeat center bottom;
    background: #000 url(../img/bg_top_1.jpg) no-repeat center top;
    background-size: 100% auto;
}
.bg_black_grad2 {
    background: #000 url(../img/bg_top_2.jpg) no-repeat center bottom;
    background-size: 100% auto;
}
#main.page_about {
    background: #000 url(../img/bg_about.jpg) no-repeat center top;
    background-size: 100% auto;
    line-height: 2.5;
}


section.spacer {
    background: #000 url(../img/bg_4.jpg) no-repeat right -200px top;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.spview_only {
    display: none;
}

.hide {
    display: none !important;
}

.bolder {
    font-weight: 900;
}

body,
.font_key {
/*    font-family: "Playfair Display", serif;*/
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.font_nml {
    font-family: source-han-sans-japanese, 'Noto Sans JP', 'ヒラギノ角ゴ Pro W6', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-weight: 400;
}

.pagetop a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pagetop {
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.icon {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.icon::before {
    display: block;
}

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

iframe {
    max-width: 100%;
}

a {
    color: inherit;
    transition-property: opacity;
    transition-duration: .3s;
}

a:hover {
    text-decoration: none;
}

a[href^="tel:"] {
    cursor: default;
    text-decoration: none;
    color: inherit;
}

textarea,
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="text"] {
    font-size: 16px;
    font-family: source-han-sans-japanese, 'Noto Sans JP', 'ヒラギノ角ゴ Pro W6', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-family: "Playfair Display", serif;
    padding: 18px 15px;
    /*    border: 1px solid #777;*/
    border: none;
    border-radius: 3px;
    box-sizing: border-box;
    margin: 1px 0;
    width: 100%;
    background: #f8f8f8;
    transition-duration: .3s;
    transition-property: background-color, color, text-indent;
}

textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="text"]:focus {
    text-indent: 1em;
    background: #fff;
}

label input[type="checkbox"],
label input[type="radio"] {
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
    line-height: 1;
}

label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1em 0 0;
}

body.js_mouseover a:hover,
body.js_mouseover button:hover,
body.js_mouseover button:focus,
body.js_mouseover input[type="reset"]:hover,
body.js_mouseover input[type="reset"]:focus {
    opacity: 0.7;
}

table {
    border-collapse: collapse;
    empty-cells: show;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 40px;
}

tr>* {
    padding: 20px 20px;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

th {
    background-color: #f4f4f4;
    font-weight: normal;
}

tr>.no_bd {
    border-right: none;
}


.dl {
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.dl:first-child {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
}

.dt {
    width: 150px;
}

.dd {
    width: calc(100% - 150px);
}

ul.ul>li {
    list-style: none;
    position: relative;
    padding-left: 1em;
    text-indent: -1em;
}

ul.ul>li:before {
    content: "・";
}

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

/* layout ↓ */

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

#main,
.block {
    width: 100%;
    display: block;
}

#main,
.mainvis,
.block,
.container,
.cont {}

#main {
    overflow-x: hidden;
}

.block {
    padding-top: 60px;
    padding-bottom: 60px;
    background: transparent;
}


.container {
    width: 100%;
}

.cont {
    margin-left: auto;
    margin-right: auto;
}

.inner {
    max-width: 1280px;
    max-width: 1222px;
    margin-left: auto;
    margin-right: auto;
}

.inner {
    padding-left: 100px;
    padding-right: 100px;
}

.toggle,
.nav_tel {
    display: none;
}

#header {
    position: absolute;
    z-index: 9999;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    -webkit-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}

#header.fixed {
    position: fixed;
}

.js_mouseover .head_logo:hover,
.head_logo:hover {
    opacity: .96;
    box-shadow: 0 0px 70px 0px rgb(0 0 0 / 16%);
}

body.nav_show {
    overflow: hidden;
    height: 100vh;
}

body.nav_show #main {
    opacity: 0;
}

body.js_mouseover .pagetop a:hover {
    opacity: .9;
    height: 84px;
    width: 84px;
}

div#navi {
    margin-bottom: 0;
    /*    width: 100%;*/
    /*    position: fixed;*/
    /*    left: 0;*/
    /*    top: 0;*/
}

.outer_nav {
    padding: 15px 0;
    display: flex;
    justify-content: space-around;
    justify-content: space-between;
}

a.head_logo {
    display: inline-flex;
    align-items: center;
    max-width: 200px;
}

.contact {
    position: absolute;
    right: 0;
    background: red;
    height: 100%;
    width: 130px;
    top: 0;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

ul.nav {
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
text-align: right;
width: 100%;
    margin: 0 15px;
    margin: 6px 15px 0;
    padding-right: 130px;
    padding-right: 70px;
}

ul.nav>* {
    list-style: none;
    margin: 0 20px;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    font-family: "Playfair Display", serif;
}

ul.nav>li:nth-of-type(1),
ul.nav>li:nth-of-type(4) {
    /*    white-space: nowrap;*/
}

.js_mouseover ul.nav>li>a:hover {
    text-decoration: underline;
    opacity: .6;
}

ul.nav>li>a>span {
    display: inline-block;
}

.footer {
    padding-bottom: 20px;
    background: #1C1C1C;
/*    margin-top: 40px;*/
}

.footer_col {
    padding: 100px 0;
    padding: 70px 0 100px;
}

.footer .nav {
    color: #fff;
    display: block;
    text-align: initial;
    margin: 0 15px ;
    width: auto;
}

.footer ul.nav>* {
    margin: 40px auto;
    display: block;
    text-align: left;
}

.pagetop {
    position: fixed;
    bottom: 4vw;
    right: 4vw;
}


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

/* parts */

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


.txtSS {
    font-size: 12px;
}

.txtS {
    font-size: 14px;
}

.txtN {
    font-size: 16px;
}

.txtM {
    font-size: 22px;
}
.txtL {
    font-size: 32px;
}

.txt20 {
    font-size: 20px;
    line-height: 1.3;
}

.txt25 {
    font-size: 25px;
    line-height: 1.3;
}

.txt30 {
    font-size: 30px;
    line-height: 1.2;
}

.txt35 {
    font-size: 35px;
    line-height: 1.2;
}

.txt40 {
    font-size: 40px;
    line-height: 1.2;
}

.txt45 {
    font-size: 45px;
    line-height: 1.1;
}

.txt50 {
    font-size: 50px;
    line-height: 1.1;
}

.txt55 {
    font-size: 55px;
    line-height: 1.1;
}

.tit01 {
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 20px;
    display: block;
    color: #BD9233;
    font-family: "Playfair Display", serif;
}

.btn {
    border: 1px solid;
    display: inline-block;
    min-width: 280px;
    text-align: center;
    margin: auto;
    max-width: 100%;
    padding: 1.1em 2em 1.1em 2em;
    text-decoration: none;
    position: relative;
    border-radius: 60px;
    /*    box-shadow: 0 5px 15px 3px rgba(0, 0, 0, 0.33);*/
    font-weight: bold;
}

.btn>span {
    position: relative;
}

.btn:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 1px;
    background: #fff;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
}

.bg_white .btn:before {
    background: #000;
}

body.js_mouseover .btn:hover:before {
    right: 14px;
}



.bg_white {
    background-color: #fff;
}

.bg_black {
    background-color: #000;
    color: #fff;
}
section.bg_black {
    background: transparent;
}

.bg_gold {
    background-color: #BD9233;
}

.bg_brown {
    background: #000;
    background: #000 url(../img/bg_brwonGrad_long.png) no-repeat center bottom;
    background-size: 100% auto;
    color: #fff;
}

.bg_brwon_longer {
    background: #000;
    background: #000 url(../img/bg_brwonGrad_longer.png) no-repeat center bottom;
    background-size: 100% auto;
    color: #fff;
}

i[class*=clr_],
i[class*=txt] {
    font-style: normal;
}

.clr_key {
    color: #00A0B4;
}

.clr_gold {
    color: #BD9233;
}
.clr_gold2 {
    color: #DDC062;
    font-weight: bold;
}

.clr_black {
    color: #000;
}
.clr_white {
    color: #fff;
}

.break {
    word-break: break-all;
}

.btnArea {
    text-align: center;
}

/* menu basic ------------------------------------------ */
.toggle {
    position: absolute;
    right: 0px;
    top: 0;
    width: 60px;
    height: 60px;
    /*    box-sizing: content-box;*/
    padding: 14px;
    margin: 0 0 0;
    z-index: 99999;
    /*        background: none;*/
    display: none;
}

.toggle:after {
    /*content: "";*/
    display: block;
    width: 80px;
    height: 88px;
    position: absolute;
    top: -15px;
    right: 0;
    background: black;
    opacity: 0.2;
    z-index: -1;
}

.menu_label {
    display: block;
    display: none;
    color: #fff;
    text-align: center;
    font-size: 10px;
    margin: -13px auto 0;
    margin: -23px auto 0;
    letter-spacing: -1px;
    font-weight: bold;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

.toggle>a,
.toggle>a span {
    display: inline-block;
    cursor: default;
    transition: all .4s;
    box-sizing: border-box;
}

.toggle>a {
    position: relative;
    width: 100%;
    height: 100%;
    transform: scale(0.6);
}

.toggle>a span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.toggle>a span:nth-of-type(1) {
    top: 9px;
}

.toggle>a span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}

.toggle>a span:nth-of-type(3) {
    bottom: 9px;
}

/* menu option ------------------------------------------ */
.toggle>a.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-330deg);
    transform: translateY(6px) rotate(-330deg);
}

.toggle>a.active span:nth-of-type(2) {
    opacity: 0;
}

.toggle>a.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(330deg);
    transform: translateY(-6px) rotate(330deg);
}

/*.menu_sec {
    position: fixed;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 999;
}*/



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

/* content */

/* ------------------------------------------------------------------------------------------------------------ */
#main {
    /*    background: #000 url(../img/mainvis.jpg) no-repeat center top;*/
}

.mainvis {
    /*    min-height: 100vh;*/
    display: flex;
    align-items: center;
    background: #000 url(../img/mainvis.jpg) no-repeat center top;
    background-size: 100% auto;
}

img.mainvisimg {
    object-fit: cover;
    /*    height: 100vh;*/
    opacity: 0;
}

.mainvis_itmGroup {
    position: absolute;
    color: #fff;
    padding-left: 4vw;
}

.mainvis_itm_2 {
    text-align: center;
    display: block;
    font-size: 14px;
    margin-top: -1em;
}

.mainvis_itm.mainvis_itm_3 {
    font-size: 40px;
    font-weight: 400;
}

.mainvis_itm.mainvis_itm_4 {
    font-size: 20px;
}

.machines,
.voices {
    margin: 60px auto 60px;
}

.voice_label {
    padding: 0.3em 1.5em;
}

.services {
    margin-top: -180px;
    /*    margin-top: -110px;*/
}


.services {
    margin-left: 2%;
}

.service_pic {
    /*    margin-left: -10%;*/
}

.txt_align {
    transform: rotate(90deg);
    display: block;
    position: absolute;
    white-space: nowrap;
    /*    right: -.1em;*/
    /*    right: -5em;*/
    left: 90%;
    left: 100%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: end;
    font-size: 22px;
}

.faq {
    margin: 22px auto;
}

.faq_head {
    display: flex;
    border: 1px solid;
    font-size: 20px;
    align-items: center;
}

.faq_no {
    font-size: 55px;
    padding: 2px 24px 15px;
    display: inline-flex;
    align-items: flex-start;
    border-right: 1px solid;
    line-height: 1;
}

.faq_txt {
    padding-left: 1em;
}

.faq_body {
    border: 1px solid;
    border-top: 0;
    padding: 34px;
}

.page_top .about.w_per50 {
    padding-left: 4%;
    padding-right: 4%;
}

.page_top .about.w_per50 img {
    margin-left: -5%;
    margin-left: 15%;
}

img[src*="pic_91.png"] {
    /*    margin-right: -10%;*/
}

.page_abouts p {
    line-height: 2.3;
}

.bnrSlider_itm {
    position: relative;
    /*    border-radius: 25px;*/
    /*    overflow: hidden;*/
    /*    border: 1px solid #fff;*/
    margin: 0 40px;
}

.machines_slides .btnArea {
    /* margin-top: -100px; */
    /* margin-top: -60px; */
    position: absolute;
    top: 85%;
    top: 630px;
    top: 690px;
    left: 0;
    right: 0;
    margin: auto;
}

/*section#COMPANY:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(../img/bg_1.png) no-repeat center;
    background-size: cover;
    transform: rotate(90deg);
}*/

img[src*="assets/img/machine_itm2"] {
    border-radius: 0 40px 20px 0;
    overflow: hidden;
}

.txt_featured {
    line-height: inherit;
    line-height: 1.8;
    font-weight: 500;
}

.cat_vis {
    text-align: center;
    min-height: 50vh;
    min-height: 380px;
    align-items: center;
    color: #fff;
    padding-top: 20vh;
/*    background: #000;*/
/*    background: #000 url(../img/bg_7.png) no-repeat center top;*/
/*    background-size: 100% auto;*/
}

@media screen and (min-width: 769px) {
    .upper_pc {
        margin-top: -74px;
    }
}

.inner.inner_666 {
    max-width: 840px;
}

div#formWrap {
    margin: 40px auto;
    max-width: 800px;
}

.form_itm {
    margin: 20px auto;
}

.news_list {
    margin: 20px auto 40px;
    margin: 1px auto 60px;
}

.news_list_itm {
    padding: 40px 80px 40px 40px;
    display: block;
    border-bottom: 1px solid;
/*    font-family: sans-serif;*/
}

.news_list_itm.noLink {
    text-decoration: none;
    pointer-events: none;
}

.mailform {
    background: #000;
    color: #fff;
}

.mail_area {
    max-width: 500px;
    margin: 10vh auto 20px;
    padding: 0 20px;
}

.tit_mail {
    margin-bottom: 40px;
}

.error_messe {
    margin-bottom: 20px;
}

section#ABOUT {
    padding: 100px 0;
    padding: 220px 0 100px;
}

/*section#ABOUT {
    background: #000 url(../img/bg_1.png) no-repeat center bottom;
    background: #000 url(../img/bg_z.jpg) no-repeat center top -5vw;
    background: #000 url(../img/bg_about2.jpg) no-repeat center top -23vw;
    background-size: 100% auto;
    background-size: contain;
}
section#SERVICE {
    background: #000 url(../img/bg_4.jpg) no-repeat center top;
    background-size: 100% auto;
    background-size: cover;
}

section#MACHINE_2 {
    background: #000 url(../img/bg_y.jpg) no-repeat center top;
    background-size: 100% auto;
}
.bg_black_grad {
    background: #000 url(../img/bg_wood_horizon.jpg) no-repeat bottom center;
    background: #000 url(../img/bg_black_grad2.jpg) no-repeat center center;
    background-size: 100% auto;
}
section#TRAINER {
    background: #000 url(../img/bg_trainer.jpg) no-repeat center top;
    background-size: 100% auto;
}
#about_SERVICE {
    background: #000 url(../img/bg_black_grad2.jpg) no-repeat center bottom;
    background-size: 100% auto;
}

.bg_black_longer {
    background: #000 url(../img/bg_black_grad2.jpg) no-repeat center bottom;
    background-size: 100% auto;
}

section#MACHINE {
    background: #000 url(../img/bg_m.png) no-repeat right -200px top;
    background: #000 url(../img/bg_m.png) no-repeat right top;
    background-size: 1280px 1024px;
    background-size: max(100%, 1280px) max(100%, 1040px);
    background-size: cover;
}*/

section#MACHINE .tit01 {
    margin-top: -90px;
}

.machines_slides.bnrSlider_pc {
    margin-top: 90px;
}

section#about_SERVICE {
    /*    background: #000 url(../img/bg_4_re.jpg) no-repeat center bottom;*/
}

img.mainvisimg_sim {
    margin-top: -2vh;
}

@media screen and (min-width: 1281px) {
    img.mainvisimg_sim {
        margin-top: -10vh;
        margin-top: -4vw;
    }
}

section#TRAINER {
/*    padding-top: 140px;*/
}

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

/* modal */

/* ------------------------------------------------------------------------------------------------------------ */
.modal {
    position: fixed;
    margin: auto;
    /*    padding-bottom: 120px;
    padding-bottom: calc(20px + 60px + 20px);*/
    height: 800px;
    width: 1024px;
    max-height: calc(100vh - 10vh);
    max-height: calc(100vh - 6vh);
    max-width: calc(100vw - 30px);
    z-index: 99999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: bottom 0.5s ease;
    transition: bottom 0.5s ease;
    display: none;
}

.modal.is_show {
    display: block;
}

.modal_inner {
    overflow-y: auto;
    /*    min-height: 600px;*/
    height: 100%;
    padding: 79px 40px 20px;
    padding: 20px 40px 10px;
    padding: 20px 20px 10px;
    background: #fff;
    background: #000;
    background: #000 url(../img/bg_brwonGrad.png) no-repeat center bottom;
    font-family: source-han-sans-japanese, 'Noto Sans JP', 'ヒラギノ角ゴ Pro W6', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
    font-weight: 400;
    font-size: 20px;
    color: #000;
    color: #fff;
}

.btn_modal {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    width: 300px;
    margin: auto;
    max-width: 96%;
    text-align: center;
    border: 2px solid;
    border-radius: 8px;
    padding: 17px 60px 17px 30px;
    padding: 17px 30px 17px 30px;
}

.btn_modalClose {
    position: absolute;
    right: 20px;
    top: 20px;
}

.modal_scroll {
    height: 18em;
    overflow: auto;
    margin: 2em;
}

.overlay {
    position: fixed;
    z-index: 99999;
    height: 100vh;
    min-width: 100vw;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    background: rgba(255, 255, 255, 0.8);
}

.fixed_forModal {
    overflow-y: hidden;
    height: 100vh;
}

.modal_dtl {}

.modal_tit {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.modal_catch {
    font-size: 25px;
    margin-bottom: 20px;
}

.mainvis_re {
    padding-top: 86px;
}

.mainvis_re_col1 {
    align-items: center;
    display: flex;
    justify-content: center;
}

img.mainvis_catch {
    max-width: 85%;
}

.faq_re {
    margin-bottom: 60px;
}

.faq_re .btn {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 20px;
    min-width: 270px;
    font-size: 16px;
}

.faq_re_col_itm1 {
    border-top: 1px solid #fff;
    padding-top: 10px;
}

.voices_itm {
    /*    min-width: 47%;*/
}

#about_img {
    position: absolute;
    right: 0;
    width: 50%;
    top: 10px;
}

.mainvis_re2 {
    /*    min-height: 100vh;*/
    background: #000;
    padding-top: 85px;
}

.mainvis_pic {
    position: absolute;
    top: 0;
    left: 0;

    z-index: 9;
}

.mainvis_pic img {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

div#mainvis_figs {
    position: absolute;
    width: 40vw;
    height: 300px;
    height: 270px;
    top: 0;
    bottom: 0;
    padding-top: 10vw;
    right: 10vw;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    z-index: 999;
}

div#mainvis_figs>* {
    width: 100%;
    margin: 18px auto;
    margin: 3% auto;
    margin: 1px auto;
}

/* --- ターゲット要素 (.move_curtain) --- */
.move_curtain {
    /* 親要素のサイズを100%引き継ぐ */
    width: 100%;
    height: 100%;

    position: relative;
    overflow: hidden;
    /* マスクの外側をクリップ */

    /* 画像や擬似要素が親のサイズになるための設定 */
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* --- 内部の画像スタイル --- */
.move_curtain>* {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* 画像がコンテナに収まるように調整 */
    display: block;
}

/* ---------------------------------------------------- */
/* 1. キーフレームアニメーションの定義 */
/* ---------------------------------------------------- */
@keyframes slideRightCurtain {
    from {
        transform: translateX(0);
        opacity: 1;
        /* マスクが左端で不透明 */
    }

    to {
        transform: translateX(100%);
        opacity: 1;
        /* マスクが右端で透明 */
    }
}

/* ---------------------------------------------------- */
/* 2. マスク要素の初期設定とアニメーション適用 */
/* ---------------------------------------------------- */
.move_curtain::after {
    content: '';
    /* テキスト表示を削除し、内容を空に */
    position: absolute;
    top: 0;
    left: 0;

    /* 親のサイズを100%引き継ぐ */
    width: 100%;
    height: 100%;

    /* マスクの初期色 */
    background-color: #000;

}

.move_curtain::after {
    animation: slideRightCurtain .4s ease-out 0.5s forwards;
}


.move_curtain.move_curtain_1::after {
    animation-delay: 0.5s;
}

.move_curtain.move_curtain_2::after {
    animation-delay: 0.6s;
}

.move_curtain.move_curtain_3::after {
    animation-delay: 0.7s;
}



/* -------------------------------------- */
/* 0. アニメーションの定義 */
/* -------------------------------------- */
@keyframes curtainUnfold {

    /* 0% (開始時): 回転なし */
    0% {
        transform: rotateY(0deg);
    }

    /* 99% (めくれ終わり直前): 90度回転 */
    99% {
        transform: rotateY(-90deg);
        opacity: 1;
    }

    /* 100% (最終状態): 要素を完全に消滅させる */
    100% {
        transform: rotateY(-90deg);
        opacity: 0;
        visibility: hidden;
    }
}

/* -------------------------------------- */
/* 1. コンテナ設定 */
/* -------------------------------------- */
.mover {
    /* ★この要素のサイズは、外部CSSまたはHTMLのコンテンツで定義されます。*/
    /* 例: 親に幅が設定されていないと、幅0になります。 */
    overflow: hidden;
    position: relative;
    /*    perspective: 1000px;*/
    /* 3D必須 */
}

/* 2. 黒いカーテン（::before） */
.mover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    /* ★変更点：幅と高さを100%に設定 */
    width: 100%;
    height: 100%;

    background-color: black;
    transform-origin: right center;
    /* 右端を軸に設定 */
    z-index: 10;

    /* アニメーション適用 */
    animation: curtainUnfold .5s ease-out forwards;
    animation-delay: 0.5s;
}









.voice_txt .clr_gold,
.voice_tit {
    font-weight: bold;
}
.machines_pics {
/*    border: 1px solid #BD9233;*/
/*    background: #000;*/
    padding: 30px 24px 1px 1px;
    margin: 40px auto 40px;
    line-height: 1.9;
}
.faq_re,
.machines {
    line-height: 1.9;
    font-size: 16px;
}
.machine_tit_bar {
    padding: 15px 6px 17px;
    background: #9B7520;
}
.trainer_tit {
    font-size: 25px;
    line-height: 1.7;
    margin: 10px auto 30px;
    margin: 30px auto 10px;
}
.tit_haifun {
    padding-left: 2.4em;
    position: relative;
}
.tit_haifun:before {
    content: "";
    position: absolute;
    width: 1.6em;
    height: 1px;
    background: #fff;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.tokkyo {
    position: absolute;
    right: 20px;
    bottom: 0;
    line-height: 1.5;
}
.w713 {
    width: 713px;
    margin: auto;
}
.tit_mg {
    margin-top: 110px;
}
section#SERVICE2 {
    border-bottom: 1px solid #BD9233;
    padding-bottom: 0px;
    position: relative;
}
section#SERVICE2 .service {
    padding-bottom: 50px;
}
section#SERVICE2 .service ~ .service {
    border-left: 1px solid #BD9233;
}
/*section#SERVICE2 .service ~ .service .service_pic,*/
section#SERVICE2 .service ~ .service .service_pic ~ * {
    margin-left: 25px;
}
section#SERVICE2 .service ~ .service .service_tit {
    min-height: 49px;
}
.single-post,
.page-template-news-php {
    background: #000 url(../img/bg_z.png) no-repeat top left -15vw;
    background-size: 100% auto;
}


/*wp*/
/*
 * WordPress Core Image Styles
 */


/* 投稿内の画像サイズ調整 */
.size-full, .size-large, .size-medium, .size-thumbnail {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

/* ==========================================
 * 1. 画像と配置（基本の拡張）
 * ========================================== */
.alignleft { float: left; margin: 0.5em 1.5em 1.5em 0; }
.alignright { float: right; margin: 0.5em 0 1.5em 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; clear: both; }

/* 投稿内の画像が枠からはみ出さないようにする必須設定 */
img.alignleft, img.alignright, img.aligncenter, img.alignnone {
    max-width: 100%;
    height: auto;
}

/* ==========================================
 * 2. キャプション (wp-caption)
 * エディタで「キャプション」を入れた時に崩れないようにします
 * ========================================== */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    border: 1px solid #f0f0f0; /* 枠線（お好みで） */
    padding: 5px;
    background: #fff;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
}
.wp-caption-text {
    font-size: 0.85em;
    line-height: 1.5;
    margin: 5px 0 0;
    color: #666;
}

/* ==========================================
 * 3. ギャラリー (wp-gallery)
 * 標準のギャラリー機能を使った時のカラム分け設定
 * ========================================== */
.gallery {
    margin: 0 auto 1.5em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%; /* デフォルト */
}
/* カラム数に応じた幅計算（3カラムの例） */
.gallery-columns-3 .gallery-item { max-width: 30%; }
.gallery-columns-2 .gallery-item { max-width: 45%; }

.gallery-caption {
    display: block;
    font-size: 0.8em;
    line-height: 1.3;
}

/* ==========================================
 * 4. 引用 (blockquote)
 * エディタの「引用」ボタン用
 * ========================================== */
blockquote {
    margin: 1.5em 1em;
    padding: 0.5em 1.5em;
    border-left: 4px solid #ccc;
    color: #555;
    font-style: italic;
}
blockquote p { margin-bottom: 0.5em; }
blockquote cite { font-size: 0.8em; color: #888; }

/* ==========================================
 * 5. その他・お掃除 (Clearing)
 * float（左寄せ・右寄せ）を解除するための設定
 * ========================================== */
.clear { clear: both; }
/* 記事本文の親要素にこれを当てておくと安心 */
.entry-content::after {
    content: "";
    display: table;
    clear: both;
}