@charset "utf-8";

/*-------------- 共通 --------------*/
*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

html,body{
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
    padding: 0;
    height: 100%;
}

body {
    width: 100%;
    font-size: 100%;
    color: #333;
    line-height: 1.5;
    text-align: center;
    -webkit-text-size-adjust: 100%;
}

#top #wrapper,
#products #wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}
#top #wrapper::after {
    content: "";
    position: absolute;
    top: 50vh;
    left: 0;
    /*transform: translate(-50%, -50%);*/
    width: 100%;
    height: 100%;
    /*padding-top: calc(3348 / 1360 * 100%); 246.2%*/
    background: url(../images/bg.png) top center;
    background-size: cover;
    z-index: -1;
}
#products #wrapper::after {
    content: "";
    position: absolute;
    top: 20vh;
    left: 0;
    /*transform: translate(-50%, -50%);*/
    width: 100%;
    height: 100%;
    /*padding-top: calc(3348 / 1360 * 100%); 246.2%*/
    background: url(../images/bg.png) top center;
    background-size: cover;
    z-index: -1;
}


#offset .container {
    padding-right: 0px;
    padding-left: 0px;
}

a {
    text-decoration: none;
    /*display: block;*/
    color: #333;
}

a:hover{
    opacity: 0.7;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

/* background */
#main_bg {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

/* bottun */
.more_btn a:hover {
    opacity: 1;
}

.top_btn{
    position: fixed;
    bottom: 3%;
    right: 3%;
    z-index: 100;
    /*opacity: 0.8;*/
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.top_btn.open{
    display: none;
}

.fa-angle-up{
    font-size: 28px;
    color: #fff;
    text-align: center;
    margin-bottom: 2px;
   position: absolute;
    top: 47%;
    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%);
}
.anchor {
    display: block;
    padding-top: 94px;
    margin-top: -94px;
}

/* title */
.ttl_m {
    font-size: 2.5rem;
}
.ttl_m span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #e7a017;
    font-size: .875rem;
}
.ttl_m span::before {
    content: "";
    display: inline-block;
    margin-right: .5em;
    width: 28px;
    height: 1px;
    background-color: #e7a017;
}
.ttl_m span::after {
    content: "";
    display: inline-block;
    margin-left: .5em;
    width: 28px;
    height: 1px;
    background-color: #e7a017;
}

.ttl22 {
    font-size: 1.375rem;
}
.ttl20 {
    font-size: 1.25rem;
}
.ttl32_l {
    font-size: 2rem;
}

.ttl_bl {
    font-weight: bold;
}

/* text */
.txt_nomal {
    text-align: justify;
    letter-spacing: -.1px;
}
.size16 {
    font-size: 1rem;
    font-weight: 500;
}
.size20 {
    font-size: 1.25rem;
}
.size24 {
    font-size: 1.5rem;
    font-weight: bold;
}
.txt_ys {
    font-size: 2rem;
    font-weight: 600;
    color: #fac100;
}

/* margin */
.mb16 {
    margin-bottom: 1rem;
}
.mb24 {
    margin-bottom: 1.5rem;
}
.mb40 {
    margin-bottom: 2.5rem;
}
.mb48 {
    margin-bottom: 3rem;
}
.mb56 {
    margin-bottom: 3.5rem;
}
.mb72 {
    margin-bottom: 4.5rem;
}
.mb80 {
    margin-bottom: 5rem;
}
.mb88 {
    margin-bottom: 5.5rem;
}
.mb96 {
    margin-bottom: 6rem;
}

.mb30 {
    margin-bottom: 1.875rem;
}
.mb142 {
    margin-bottom: 8.875rem;
}

/* padding */
.pd_l80 {
    padding-left: 80px;
}

.pd_rl15 {
    padding-right: 15px;
    padding-left: 15px;
}

.pd_tb64 {
    padding-top: 64px;
    padding-bottom: 64px;
}
/* color */


/*-------------- header --------------*/
#header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transition: all .8s;
    z-index: 100;
    background: rgba(35,24,21,.8); 
}
.h_inner {
    width: 96%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo {
    padding: 14px 0;
    width: 100%;
    max-width: 372px;
}

.head_inbox {
    color: #fff;
}

.head_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.lang {
    margin-right: 2em;
    padding: 14px 0 0;
    font-size: .875rem;
}
.lang ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.lang ul li {
    padding: 0 14px;
}
.lang ul li a {
    color: #fff;
}
.lang ul li+ li {
    border-left: 1px solid #fff;
}

.h_phone_no {
    font-size: 1.75rem;
    font-weight: bold;
    color: #fac100;
    margin-right: .5em;
    padding-top: 4px;
}
.h_phone_no i {
    margin-right: .25em;
}

.h_mail {
    width: 48px;
    height: 48px;
    background: #fac100;
}
.h_mail a {
    display: block;
    padding: 12px;
    line-height: normal;
}
.mail_icon {
    font-size: 1.5em;
}

/* gnavi */
.gnav {
    margin-top: .5em;
}
.gnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.gnav ul li {
    padding: 0 2em;
}
.gnav ul li a {
    color: #fff;
}
.gnav ul li+ li {
    border-left: 1px solid #fff;
}

/* toggle */
  .mobile-menu {
        margin-right: 2%;
        font-size: 175%;
        color: #fff;
        position: fixed;
        right: 0;
        top: 14px;
        line-height: 1;
        /*opacity: 0.8;
        padding: 0 10px 5px;*/
        background-color: #fac100;
        cursor: pointer;
        z-index: 150;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .mobile-menu p {
        font-size: .57em;
        text-align: center;
        color: #fff;
        line-height: normal;
    }
    .mobile-menu:hover {
        opacity: 0.8;
    }
    #acmenu {
    /*background-color: rgba(255,255,255,0.7);*/
        padding: 10px;
    }
    .mobile-menu a {
        display: none;
    }
    #Menu {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background:rgba(0,0,0,0.6); 
        padding-top: 100px;
        /*padding-left: auto;*/
        z-index: 100;
    }
    #Menu li {
        text-align: center;
    }
    #Menu a {
        display: block;
        width: 100%;
        font-size: 1.2em;
        font-weight: bold;
        color: #fff;
        padding: 20px 0;
    }
    #Menu a:hover {
        background-color: #666;
    }
    #Menu .show {
        display: block;
    }
/* end toggle */

/*-------------- opening animation --------------*/
#curtainLeft {
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url(../images/fullscreen_img_L.gif);
    background-position: center right;
    background-size: cover;
    position: absolute;
}
#curtainRight {
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url(../images/fullscreen_img_R.gif);
    background-position: center left;
    background-size: cover;
    position: absolute;
}

#curtainLeft { left: 0; z-index:200;}
#curtainRight { right: 0; z-index:201;}

/*-------------- cover --------------*/
#cover {
    width: 100%;
    position: relative;
    margin-bottom: 6.5rem;
}

/* swiper slider */
.swiper-wrapper .swiper-slide {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 70vh;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*-------------- main --------------*/
/* index */
.intro_mess {
    margin-bottom: 107px;
}

.mess_inbox {
    padding-left: 6rem;
}
.mess_txt {
    text-align: justify;
    font-size: 1.25rem;
    line-height: 2;
    margin-bottom: 1em;
}
.mess_name {
    text-align: right;
    font-size: 2rem;
    font-weight: 600;
    padding-right: 1em;
}

.ttl_l::before {
    content: "";
    background-image: url(../images/icon_saw.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -189px;
    width: 100%;
    height: 173px;
}

.ttl_l {
    position: relative;
    text-align: left;
    font-size: 4rem;
    padding-bottom: .875em;
}
.ttl_l span {
    display: block;
    margin-bottom: .2em;
    color: #4d4d4d;
    font-size: 20px;
    font-weight: normal;
    border-top: 3px solid #4d4d4d;
    margin-top: .5em;
    padding-top: .3em;
    width: 4rem;
}

/*.ttl_l::after  {
    content: '';
    display: block;
    width: 1em;
    height: 3px;
    background-color: #4d4d4d;
}*/

.bg_w {
    background-color: #fff;
    padding-top: 64px;
    padding-bottom: 56px;
}

.company dl { /*company list*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    border-top: 1px solid #808080;
}
.company dt {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    padding: 10px 20px;
    background-color: #fac100;
    border-bottom: 1px solid #808080;
    text-align: left;
}
.company dd {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    padding: 10px 20px;
    border-bottom: 1px solid #808080;
    text-align: left;
}
@media screen and (max-width:559px) {
    .company dl {
        flex-flow: column;
    }
}

.map {
    margin-bottom: 72px;
}
.map .iframe {
    vertical-align: bottom;
}

/* news */
.ttl_news {
    text-align: left;
    font-size: 1.5rem;
}
.ttl_news::before {
    content: '';
    display: block;
    width: 3rem;
    height: 2px;
    background-color: #e7a017;
    margin-bottom: .5rem;
}

.news dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    text-align: left;
}
.news dt {
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    padding: 1.5rem;
    border-bottom: 1px solid #808080;
}
.news dd {
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%;
    padding: 1.5rem;
    border-bottom: 1px solid #808080;
}

/*-------------- footer --------------*/
#footer {
    background-color: #fac100;
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
}
#footer::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -45%;
    transform: skewY(-25deg);
    transform-origin: bottom right;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.foot_inbox {
    text-align: left;
}

.foot_logo {
    margin-bottom: 2rem;
}

.add_box h4 {
    font-size: 1.75rem;
    line-height: normal;
}

.foot_infobox {
    background-color: #fff;
    border: 1px solid #000;
    padding: 2rem;
}

.to_form_btn {
    width: 100%;
}
.to_form_btn a:hover {
    opacity: 1;
}
.btnshine {/*きらっと光るボタン*/
    position: relative;
    display: inline-block;
    background: #4d4d4d;
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    outline: none;
    overflow: hidden;
}
.btnshine::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
}
/*hoverした際の移動のアニメーション*/
.btnshine:hover::before {
  animation: shine 0.7s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.to_form_btn i {
    margin-right: 1rem;
}

/*-------------- under page --------------*/
#u_cover {
    width: 100%;
    margin: 94px 0 90px;
    padding-top: 90px
}
.headline {
    font-size: 8rem;
    font-weight: 600;
    line-height: .6em;
}
.headline span {
    font-size: 2.5rem;
}

/* タブ切り替え */
.all_area {
    width: 100%;
}
.all_area ul {
    display: flex;
    background: #fff;
    width: 30%;
    margin: 0 auto 88px;
}
.tab_area li {
    width: 100%;
    padding: .5em 0;
    border: 1px solid #333;
    text-align: center;
    list-style: none;
    cursor: pointer;
}
.tab_area li.select {
    background: #333;
    color: #fff;
}
.tab_area li:hover {
	background-color: #333;
  color: #fff;
}
.hide {
    display:none;
}

/* list area
.select_btn {
    display: inline-block;
    background-color: #fff;
}
.sec_list {
    padding: .5em 5em;
    text-decoration: none;
    border: 1px solid #333;
    transition: .4s;
}
.sec_list:hover {
    background: #333;
    color: #fff;
} */

/* section area */
.garrely_box {
    overflow: hidden;
}
.garrely_box a {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.garrely_box a img {
    width: 100%;
    height: 100%;
    min-height: 296px;
    object-fit: cover;
    transition: transform .9s cubic-bezier(.19,1,.22,1);
}
.garrely_box a:hover img {
    transform: scale(1.1);
}

.inbox_nm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    min-height: 200px;
    position: relative;
    top: 0;
    left: 0;
    margin: -1em auto 0;
    padding: 1rem;
    text-align: left;
    background-color: #fff;
}
.inbox_nm h3 {
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.inbox_nm p {
    width: 100%;
    font-size: .875rem;
    text-align: justify;
}

/* facility section */
.list_faci,
.list_ser {
    padding-right: 15px;
    padding-left: 15px;
}
.list_faci dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #666;
}

/* service section */
.list_ser ul {
    line-height: 2.5em;
    margin-bottom: 2.5em;
}
.list_icon {
    color: #666;
    margin-right: .5em;
}
.maker {
    width: 35%;
    padding: .5rem 1rem .5rem .5rem;
    border-bottom: 1px solid #666;
}
.txt_c {
    text-indent: 2em;
}
.m_name {
    width: 55%;
    padding: .5rem 1rem .5rem .5rem;
    border-bottom: 1px solid #666;
}
.unit {
    width: 10%;
    padding: .5rem .5rem .5rem 0;
    border-bottom: 1px solid #666;
}

/*-------------- contact --------------*/
/* mailform */
.form_txt {
    width: 100%;
    margin-bottom: 32px;
}

.mailform p{
    width: 100%;
    text-align: center;
    /*margin-top: 65px;*/
    font-size: 12px;
}

input[type="text"],
textarea{
    border: solid 0.5px #808080;
    background-color: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    width: 700px !important;
    height: 46px;
    padding: 8px 10px;
    -webkit-box-shadow: 1px 1px 1px 1px #e6e6e6 inset;
       -moz-box-shadow: 1px 1px 1px 1px #e6e6e6 inset;
            box-shadow: 1px 1px 1px 1px #e6e6e6 inset;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.flbox_mr {
    margin-right: 30%;
}

textarea{
    height: 200px;
}

.mailform{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 960px;
    margin: 0 auto;
    font-size: 14px;
}

.mobile_br{
    display: none;
}

.mailform dt{
    width: 200px;
    height: 46px;
    background: #e6e6e6;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    padding: 12px 12px;
    margin-right: 29px;
    margin-top: 20px;
    line-height: 1.5em;
}

.mailform dd{
    margin-top: 20px;
}

.mailform span{
    color: #E4007F;
}

/*input[type="button"] {
    background-color: gray;
    padding: 3px 16px;
    border-radius: 5px;
    clear: left;
    color: #fff;
}*/

.submit{
    text-align: center;
    margin: 65px auto 0;
    font-size: 16px;
    padding: 0 60px;
    width: 260px;
    height: 45px;
    background: #4d4d4d;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
    line-height: 45px;
    color: #fff;
}

input[type="submit"]{
    border-style: none;
}

.submit:hover{
    background-color: #4d4d4d;
}

/*-------------- privacy --------------*/
.big_title2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2rem;
    font-weight: bold;
}

.pp_box {
    text-align: left;
    margin-bottom: 48px;
}
.pp_box:last-child {
    margin-bottom: 0;
}

#privacy h2 {
    font-size: 1.75rem;
    border-bottom: 3px solid #eee;
    line-height: 1.5em;
    margin-bottom: 24px;
    position: relative;
}
#privacy h2::after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 3px solid #fac100;
    bottom: -3px;
    width: 20%;
}

#privacy p {
    line-height: 2rem;
}

.pp_name {
    font-size: 1.5rem;
    margin-bottom: 16px;
}



/*- container-fluid padding調整用 
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}-*/

/*- animate調整用 -*/
@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}