@charset "utf-8";



html {
    font-family: "Noto Sans JP", serif;
    color: #5f3b38;
    font-size: 14px;
}

#wrapper {
    width: 100%;
    overflow-x: hidden;
}

.spm {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
}

.header-row1 {
    display: block;
    width: 100%;
    background-image: url(/import/tenant_1/160.16.114.141/LP/images/stainless.webp);
    background-size: cover;
    background-position: center;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: .1em;
    padding: 10px 0;
}

.header-row2 {
    display: block;
    width: 100%;
    background-image: url(/import/tenant_1/160.16.114.141/LP/images/brown.webp);
    background-size: cover;
    background-position: center;
    transition: .4s;
}

.header-row2-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logo-box {
    width: 35%;
}

.nav-box {
    width: 60%;
}


.logo-box>a,
.logo-box>a>img {
    display: block;
    width: 100%;
}

.nav01 {
    width: 100%;
}

.sc-box>a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.9em 0;
    border: 1px solid #fff;
}

.sc-box>a>div {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1.6em;
    letter-spacing: .1em;
}

.nav02 {
    width: 100%;
    transition: .4s;
}

.sb-box {
    flex-grow: 1;
}

.sb-box a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 15px 0;
}


@media(max-width:1024px) {
    .header-row1 {
        font-size: 18px;
        padding: 6px 0;
    }

    .logo-box {
        width: 30%;
    }

    .nav-box {
        display: contents;
    }

    .nav01 {
        width: 65%;
    }

    .nav02 {
        width: 100%;
    }

    .sc-box>a>div {
        font-size: 16px;
    }

    .sc-box>a {
        padding: 1em 0;
    }
}

@media(max-width:599px) {
    .sc-box>a {
        padding: .8em 0;
    }

    .sc-box>a>div {
        font-size: 14px;
        letter-spacing: 0em;
        line-height: 1.3em;
    }

    .sb-box a {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
    }
}


.line-box {
    flex-grow: 1;
    padding:5px;
}

.line-box a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    height:100%;
    width:100%;
    padding:10px 0;
    border:1px solid #fff;
}

@media(max-width:599px) {
.line-box {
    display:none;
}
}











.mv-area {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.mv-image {
    width: 100%;
    height: 100%;
    position: relative;
        max-width:1300px;
}

.mv-image::after {
    content: "";
    display: inline-block;
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, transparent, #fff 50%);
}

.mv-image>img {
    width: 90%;
    height: 100%;
    position: relative;
    object-fit: cover;
    object-position: center bottom;

}

.mv-catch {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.catch-main {
    text-align: center;
    color: #000;
}

.catch-main .r1 {
    font-size: 40px;
    font-weight: 900;
}

.catch-main .r2 {
    font-size: 50px;
    font-weight: 900;
}

.catch-main .txt {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.8em;
}

@media(max-width:1024px) {
    .catch-main .r1 {
        font-size: 30px;
        font-weight: 900;
    }

    .catch-main .r2 {
        font-size: 36px;
        font-weight: 900;
    }

    .catch-main .txt {
        text-align: left;
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.8em;
    }
}

@media(max-width:599px) {
    .mv-area {
        height: 500px;
    }

    .mv-image>img {
        position: absolute;
        width: 100%;
        height: 300px;
        left: 0;
        bottom: 0;
    }

    .mv-image::after {
        width: 100%;
        height: 380px;
        top: 0;
        right: 0;
        background: linear-gradient(0deg, transparent, #fff 20%);
    }

    .catch-main .r1 {
        font-size: 16px;
    }

    .catch-main .r2 {
        font-size: 22px;
    }

    .catch-main .txt {
        text-align: left;
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.4em;
    }

    .mv-area {
        height: 580px;
    }

    .mv-catch {
        top: auto;
        transform: translateY(0%);
        bottom: 300px;
    }
}








.g-w {
    position: relative;
    display: block;
    width: 100%;
    background-image: url(/import/tenant_1/160.16.114.141/LP/images/brown.webp);
    background-size: cover;
    background-position: center;
}

.g-w>*{
  position:relative;
  z-index:2;
}

.g-w-main {
    display: block;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 30px;
    padding: 10px 0;
}

.g-w-main>.ftb {
    font-size: 1.2em;
    font-weight: bold;
}

.g-w::after {
    content: "";
    display: inline-block;
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, transparent, #fff 80%);
    z-index: 1;
}

.g-w.mk2::after {
    content: "";
    display: inline-block;
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, transparent, #ccc 80%);
    z-index: 1;
}

.g-w.mk3 {
    text-align: center;
}

.g-w.mk3::after {
    content: "";
    display: none;
}

.b-t {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.8em;
    letter-spacing: .1em;
}

.l-t>span {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #000;
    padding-bottom: .5em;
    line-height: 2;
}

.blk-txt {
    color: #000;
}

.blk-txt.txt {
    font-size: 19px;
    line-height: 1.8em;
}

.minus-margin {
    margin-left: -10%;
}

.minus-inner {
    max-width: 610px;
    padding: 0px 30px 0px 60px;
}

.minus-img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.minus-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.radius-img {
    border-radius: 50%;
    overflow: hidden;
}

.main-body {
    background: linear-gradient(0deg, #ccc, #fff calc(100% - 100px));
}

.rr .g-w-main {
    text-align: right;
}

.rr.g-w::after {
    right: auto;
    left: 0;
    background: linear-gradient(275deg, transparent, #ccc 80%);
    z-index: 1;
}

.rt-img {
    transform: rotate(-10deg);
    box-shadow: 15px 15px 15px rgb(80, 80, 80);
}

.menus-mt {
    margin-top: -90px;
}

.indent-list li {
    font-weight: bold;
    font-size: 18px;
    color: #000;
    padding-left: 1em;
    margin-bottom: 10px;
    position: relative;
}

.indent-list li::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 7px;
}

@media(max-width:599px) {
    .g-w-main {
        font-size: 20px;
    }

    .b-t {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.8em;
        letter-spacing: .1em;
    }
}

.g-x-main {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 46px;
    font-weight: bold;
}

.g-x-main>span {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height:120px;
    color: #fff;
    background-image: url(/import/tenant_1/160.16.114.141/LP/images/h-bg.webp);
    background-size: contain;
    background-position: center;
}

.tg-item>span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border: 2px solid #aaa;
    padding: 20px;
}

.tg-cat {
    width: 100px;
    height: 100px;
    background-color: #4774c7;
    line-height: 100px;
    text-align: center;
    font-size: 30px;
    color: #fff;
}

.red .tg-cat {
    background-color: #c75047;
}

.green .tg-cat {
    background-color: #6da055;
}

.purple .tg-cat {
    background-color: #6b55a0;
}

.tg-txt {
    width: calc(100% - 100px);
}

.tg-txt-1 {
    font-size: 28px;
    padding-left: 50px;
    padding-bottom: 5px;
    color: #000;
    border-bottom: 2px solid #4774c7;
    font-weight: 600;
}

.red .tg-txt-1 {
    border-bottom: 2px solid #c75047;
}

.green .tg-txt-1 {
    border-bottom: 2px solid #6da055;
}

.purple .tg-txt-1 {
    border-bottom: 2px solid #6b55a0;
}

.tg-txt-1>span {
    font-size: .8em;
    margin-left: 30px;
}

.tg-txt-2 {
    font-size: 18px;
    padding-left: 50px;
    padding-top: 10px;
    color: #000;
}

.bx06 {
    display: block;
    width: 100%;
    background-image: url(/import/tenant_1/160.16.114.141/LP/images/oak.webp);
    background-size: cover;
    background-position: center;
    position:relative;
    padding-bottom: 80px;
}

.bx06>*{
  position:relative;
  z-index:2;
}

.bx06::after{
  content:"";
  width:100%;
  height:100%;
  display:block;
  position:absolute;
  top:0;
  left:0;
  background-color:#fff;
  opacity:0.3;
}

.k-og {
    display: flex;
    align-items: center;
    justify-content: center;
}

.k-og-main {
    display: block;
    position: relative;
    z-index: 1;
    font-weight: bold;
    font-size: 32px;
    padding: 0 10px;
}

.k-og:before,
.k-og::after {
    content: "";
    height: 2px;
    background-color: #5f3b38;
    display: inline-block;
    flex-grow: 1;
}

.new-const-item .img {
    border-radius: 10px;
    overflow: hidden;
    transition: .8s;
}

.new-const-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
}

.new-const-txt .date01 {
    width: 90px;
}

.new-const-txt .cate01 {
    width: 100px;
}

.new-const-txt .news-title01 {
    width: 100%;
    margin-top: 5px;
}

.new-const-item>a {
    display: block;
    transition: .8s;
    overflow: hidden;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}

.new-const-item>a::after {
    content: "";
    width: 40px;
    height: 10px;
    display: inline-block;
    background-image: url(/import/tenant_1/160.16.114.141/import/tenant_1/160.16.104.186/images/right.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(81%) sepia(28%) saturate(2954%) hue-rotate(360deg) brightness(103%) contrast(105%);
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.cate01>span {
    display: inline-block;
    background-color: #4774c7;
    line-height: 1.1em;
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 3px;
    white-space: nowrap;
    color: #fff;
}

.new-const-list .new-const-item:nth-child(4) {
    display: none;
}

@media(max-width:1024px){
  .g-x-main>span {
    width: 100px;
    height: 100px;
    line-height:100px;
}
}

@media(max-width:599px){
  .bx06 {
    padding-bottom: 0;
  }
}

/* btnボタン */

.btn {
    width: 320px;
    background: #004ea2;
}

.btn a {
    display: block;
    padding: 24px 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    position: relative;
    border: 1px solid #004ea2;
}

.btn.l-arr {
    background: #fff;
}

.btn.l-arr a {
    color: #004ea2;
}

.btn.l-arr a:hover {
    color: #fff;
}

.btn.l-arr a .bg-white {
    background: #004ea2;
}

.btn a .bg-white {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.btn a:hover .bg-white {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn a:hover {
    opacity: 1;
    color: #004ea2;
}

.btn.r-arr a {
    position: relative;
    z-index: 0;
}

.btn.r-arr a:before {
    content: "";
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 60%;
    right: 5%;
}

.btn.r-arr a:after {
    content: "";
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 60%;
    right: 5%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}

.btn.l-arr a {
    position: relative;
}

.btn.l-arr a:before {
    content: "";
    width: 40px;
    height: 1px;
    background: #004ea2;
    position: absolute;
    top: 60%;
    left: 5%;
}

.btn.l-arr a:after {
    content: "";
    width: 15px;
    height: 1px;
    background: #004ea2;
    position: absolute;
    top: 60%;
    left: 5%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.btn a:hover:before {
    background: #fff;
}

.btn a:hover:after {
    background: #fff;
}

@media(max-width:1024px){
  .l-t>span {
        font-weight: 500;
        padding-bottom: .2em;
        letter-spacing: -.1em;
        line-height: 2.2em;
}
}

@media(max-width:599px){
  .b-t {
        letter-spacing: 0;
    }
    
    .minus-inner {
    max-width:96%;
    margin-left:2%;
    margin-right:2%;
    padding: 0;
}

.l-t>span {
    font-size: 16px;
        font-weight: 500;
        padding-bottom: .2em;
        letter-spacing: -.1em;
        line-height: 2.2em;
}

.menus-mt{
  margin-top:10px;
}

.g-x-main>span {
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.g-x-main {
    font-size: 26px;
}
.tg-item>span {
    padding: 5px;
}

.tg-cat {
    width: 45px;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
}

.tg-txt {
    width: calc(100% - 45px);
}

.tg-txt-1{
  font-size: 18px;
    padding-left: 5px;
    padding-bottom: 5px;
    letter-spacing:-.1em;
}

.tg-txt-1>span {
    font-size: .7em;
    margin-left: 5px;
}

.tg-txt-2 {
    font-size: 14px;
    padding-left: 5px;
    padding-top: 5px;
    letter-spacing:-.1em;
}

.blk-txt.txt {
    font-size: 16px;
    margin-top:5px;
}

.new-const-item>a {
    padding: 5px;
}

.new-const-txt .cate01 {
    width: 70px;
}
}

.nav02.mk2{
  position:fixed;
}

.nav02.mk2{
  position:fixed;
  top:0;
  z-index:3;
  width:100%;
  left:0;
  margin-top:0;
  background-image: url(/import/tenant_1/160.16.114.141/LP/images/brown.webp);
    background-size: cover;
    background-position: center;
    transform:translateY(-60px);
    transition:.4s;
  
}

.scrolled .nav02.mk2{
  transform:translateY(0px);
}

.bdr01{
  border-radius:10px;
  overflow:hidden;
}

[data-element-id].sc-box>a{
  flex-direction:column;
}

[data-element-id] .up-d-none.telnum{
  display:block;
  font-size:12px;
  color:#fff;
}

.spm.up-fw-bold{
  font-weight:bold;
}

.nav01.mk2{
  position:fixed;
  bottom:20px;
  right:20px;
  max-width:418px;
  z-index:900;
      transform: translateX(500px);
    transition: .4s;
}

.scrolled .nav01.mk2{
      transform: translateX(0px);
}

.nav01.mk2 a{
background-image: url(/import/tenant_1/160.16.114.141/LP/images/brown.webp);
background-size: cover;
    background-position: center;
}

[data-element-id].nav02.mk2{
    position: relative;
    margin-top: 0;
    transform: translateY(0);
    border:3px solid red;
}

[data-element-id].nav01.mk2{
    position: relative;
    transform: translateX(0);
    border:3px solid red;
    bottom:0;
    right:0;
}

@media(max-width:599px){
  .nav01.mk2{
  right:0;
  bottom:0;
  width:100%;
}
}

.arrowarrr{
  list-style-type: none;
}
