@charset "utf-8";
/* CSS Document */
html, body {
  height: 100%;
  font-size:62.5%;
  width: 100%;
}
html {
	scroll-behavior: smooth;
}
*, *::after, *::before {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
body {
  background-color: #fff;
  color: #333333;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}
main {
  display: block;
  width:100%;
  overflow-x: hidden;
}
body, h1, h2, h3, h4, h5, h6, div, a, span, p, button, input {
  font-family: Hiragino Sans, Hiragino Kaku Gothic ProN,Hiragino Gothic, sans-serif !important;
  font-weight: 300;
  color: #333;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align:bottom;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.5s;
  color:#333333;
}
a:hover{
    opacity:.7;
    transition: 0.5s;
}
.sp-only{
    display:none!important;
}
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}
/* feature-------------------------------------------*/
.page-width{
    max-width:1280px;
    margin:0 auto;
    padding:0 20px;
}
.feature-menu-inner{
    display:flex;
    height:80px;
    align-items: center;
    position: relative;
    justify-content: center;
}
.menu-logo{
    position: absolute;
    left: 0;
}
.menu-logo img{
    max-width: 146px;
}
.menu-list{
    display:flex;
    gap:60px;
}
.menu-link{
    color:#333333;
    font-weight: 300;
    font-size:12px;
    line-height:1.5;
}
.section-ttl h1{
    border-bottom:1px solid #333333;
    text-align: center;
    padding:40px 0;
    margin-bottom: 40px;
    font-size:24px;
    font-weight: 300;
    line-height:1.5;
}
.feature-main{
    margin-bottom: 80px;
}
.feature-flex{
    display:flex;
    gap:40px 20px;
    flex-wrap: wrap;
    text-align: center;
}
.feature-block{
    /*width:calc((100% - 60px)/4);*/
    width: calc((100% - 20px) / 2);
    max-width: 700px;
}
.flex-half{
    width:calc((100% - 20px)/2);
}
.feature-img img,
.column-block img{
    aspect-ratio: auto !important;
    object-fit: cover;
    max-width: 500px;
    height: auto;
}
.feature-ttl{
    font-size:16px;
    font-weight: 600;
    margin:12px 0 4px;
    line-height:1.5;
}
.feature-txt{
    font-size:12px;
    font-weight: 300;
    margin-bottom:4px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
    line-height:1.5;
}
.feature-date{
    font-size:12px;
    font-weight: 300;
    line-height:1.5;
}
#page_top {
    position: fixed;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
}
#page_top a {
    display: block;
    width:100%;
    height:100%;
    width: 40px;
    height: 40px;
    background-color: #858585;
    border-radius: 999px;
}
#page_top a::before {
    position: absolute;
    content: "";
    display: block;
    margin: auto;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
}
/* page-------------------------------------------*/
.page{
    margin:16px 0 80px;
}
.page-width-narrow{
    max-width: 1060px;
    padding:0 20px;
    margin:0 auto;
}
.page-head{
    text-align: center;
}
.page-head img{
width:70%;
}
.page-ttl{
    font-size:24px;
    font-weight: 300;
    padding:30px 0;
    line-height:1.5;
}
.page-navi{
    margin-top:40px;
}
.page-navi-list{
    display:flex;
    gap:16px;
    justify-content: center;
}
.page-navi-link{
    font-size:14px;
    font-weight: 300;
    position:relative;
    padding-bottom:20px;
    display: block;
}
.page-navi-link:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: solid 1px #B59A5B;
    border-right: solid 1px #B59A5B;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: auto;
  }
  .page-section{
    margin-top:80px;
  }
  .page-section-ttl{
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.5;
    background: linear-gradient(90deg, #B59A5B 0% 100%);
    background-repeat: no-repeat;
    background-size: 50px 2px;
    background-position: center bottom;
    padding-bottom: 26px;
    margin-bottom:40px;
  }
  .column-section{
    display: flex;
    flex-direction: column;
    gap:60px;
}
.column-block{
    display: flex;
    gap:40px;
    align-items: center;
}
.column-block.reverse{
    flex-direction:row-reverse ;

}
.column-block-img,
.column-block-txt{
    width:calc((100% - 40px)/2);
}
.column-block h3{
    font-size:16px;
    font-weight:600;
    margin-bottom:16px;
}
.page-btn{
    border-radius: 999px;
    background-color: #B59A5B;
    color:#fff;
    font-size:14px;
    font-weight:300;
    padding:20px 30px;
    display: block;
    text-align: center;
    margin-top:32px;
    max-width: 290px;
    position: relative;
    width:100%;
}
.page-btn:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
  }
  .link-image-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:60px 20px;
  }
  .link-image-block{
    width:calc((100% - 60px)/4);
    text-align: center;
  }
  .link-image-block img{
  aspect-ratio: 5 / 6;
  object-fit: cover;
  }
  .link-image-block h3{
    font-size:16px;
    font-weight: 600;
    margin-top:20px ;
  }
  .wide-link{
    display: flex;
    justify-content: center;
    margin-top:28px;
  }
  .wide-link .page-btn{
    background-color: #333;
    max-width: 500px;
  }
  .page-section .feature-txt{
    font-size:14px;
    font-weight:400;
    padding:23px 0 0 0;
  }
  .product-section{
    display: flex;
    gap:20px;
  }
  .product-block{
    width:calc((100% - 60px)/4);
  }
  .product-block img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }
  .product-txt{
    font-size:14px;
    font-weight: 300;
    -webkit-line-clamp: 2;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
    margin:12px 0 4px;
  }
  .product-price{
    font-size:16px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
  }
  .table-center-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* 画面縦いっぱい */
  width: 100%;
}

.centered-table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  width: 60%;
  max-width: 600px;
  background-color: #fff;
}

.centered-table th,
.centered-table td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}

.centered-table th {
  background-color: #f0f0f0;
}
/*footer-------------------------------------------------*/
.service-about {
  background-color: #fdfaef;
  padding-top: 80px;
  padding-bottom: 50px;
}
.inner {
  width: min(1280px, 100%);
  padding-inline: 40px;
  margin-inline: auto;
}
.product__title {
  font-family: Montserrat;
  font-size: 28px;
  font-weight: 600;
  line-height: calc(34.13 / 28);
  letter-spacing: .04em;
  text-align: center;
  color: #b59a5b;
  margin: 0;
}
.product__subtitle {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 24px;
}
.product__subtitle-head {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6875;
  letter-spacing: .04em;
  text-align: center;
  background-color: #fff;
  padding-inline: 20px;
  margin: 0;
  position: relative;
}
.service-about .product__subtitle-head {
  background-color: #fdfaef;
}
.service-about__content {
  display: flex;
  justify-content: space-around;
  padding-left: 0;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.service-about__content-list {
  padding: 25px;
  text-align: center;
}
.service-about__content-list {
  width: calc(100% / 4);
}
.service-about__content-image img {
  height: 55px;
  width: 55px;
  max-width: none;
}
.service-about__content-title {
  font-size: 16px;
  font-weight: 700;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.service-about__content-description {
  font-size: 14px;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.is-pc {
    display: block;
}
.brand-about {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
  padding: 80px;
  background-image: url(/image/about-brand.jpg);
}
.brand-about:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #0009;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.brand-about .inner {
  position: relative;
  z-index: 1;
}
.brand-about_logo {
  margin-bottom: 30px;
}
.brand-about_logo img {
  width: 235px;
}
.brand-about_description {
  font-size: 16px;
  color: #fff;
  margin-bottom: 50px;
}
.brand-about_description p {
  color: #fff;
}
.brand-about_button a {
  max-width: 350px;
  border: 1px solid #fff;
  padding: 15px 65px;
  color: #fff;
  text-decoration: none;
  transition: background-color .3s ease, color .3s ease;
  font-weight: 500;
  position: relative;
}
.brand-about_button a:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}
.white-allow {
  position: absolute;
  top: 21px;
  right: 4%;
}
.brand-about_button a:hover .white-allow.icon-arrow-right path {
  stroke: #000;
}
.footer__info{
width:200px;
}
/*sp-------------------------------------------------*/
@media screen and (max-width: 767px){
    /* feature-------------------------------------------*/
    .pc-only{
        display: none!important;
    }
    .sp-only{
      display: block!important;
    }
    .page-width,
    .page-width-narrow{
        padding:0 12px;
    }
    .feature-menu-inner{
        flex-direction: column;
        height:auto;
        align-items: center;
        position: relative;
        justify-content: center;
    }
    .menu-logo{
        position: relative;
        left: auto;
        padding:12px 0;
        border-bottom: 1px solid #dddddd;
        width: 100%;
        text-align: center;
    }
    .menu-logo img{
        max-width: 132px;
    }
    .menu-list{
        flex-wrap: wrap;
        gap:12px;
        margin-top:27px;
        width:100%;
    }
    .menu-list li{
        width:calc((100% - 12px)/2);
    }
    .menu-link{
        border:1px solid #cccccc;
        font-size:14px;
        width:100%;
        display: block;
        padding:16px 40px 16px 12px;
        position:relative;
    }
    .menu-link:before {
        content: '';
        width: 10px;
        height: 10px;
        border: 0;
        border-top: solid 1px #333;
        border-right: solid 1px #333;
        transform: rotate(45deg);
        position: absolute;
        top: 0;
        right: 16px;
        bottom: 0;
        margin: auto;
      }      
    .section-ttl h1{
        border-bottom:none;
        padding:32px 0;
        margin-bottom: 0;
        font-size:20px;
    }
@media screen and (max-width: 767px) {
  .feature-flex {
    gap: 40px 0; /* 横方向のgapを0に */
  }

  .feature-block.flex-half {
    width: 100% !important; /* 横幅を100%にして */
    margin: 0 auto;          /* 中央寄せ */
  }
}
    .feature-block{
        /*width:calc((100% - 12px)/2);*/
        width: 100%;
        max-width: 100%;
    }
    .flex-half{
        width:100%;
    }
    .feature-ttl{
        font-size:12px;
        margin:8px 0;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .feature-txt{
        display:none;
    }
    .page-head{
        text-align: left;
    }
    .page-ttl{
        font-size:18px;
        font-weight: 600;
        padding:20px 0;
    }
    .page-navi-list{
        flex-direction: column;
        gap:0;
        justify-content: center;
        border-top:1px solid #CCCCCC;
    }
    .page-navi-link{
        padding:20px 50px 20px 20px;
        border-bottom:1px solid #CCCCCC;
    }
    .page-navi-link:before {
        transform:rotate(45deg);
        left: auto;
        right:20px;
        bottom: 50%;
      }
      .page-section{
        margin-top:60px;
      }
      .page-section-ttl{
        font-size: 18px;
      }
      .column-section{
        gap:40px;
    }
    .column-block{
        flex-direction: column;
        gap:20px;
        align-items: center;
    }
    .column-block.reverse{
        flex-direction:column;
    }
    .column-block-img,
    .column-block-txt{
        width:100%;
    }
    .column-block-txt{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .column-block h3{
        width: 100%;
        font-size:14px;
        margin-bottom:8px;
    }
    .page-btn{
        margin-top:20px;
    }
      .link-image-section{
        justify-content: flex-start;
        gap:40px 12px;
      }
      .link-image-block{
        width:calc((100% - 12px)/2);
      }
      .link-image-block h3{
        font-size:14px;
      }
      .wide-link{
        margin-top:40px;
      }
      .wide-link .page-btn{
        max-width: 290px;
      }
      .page-section .feature-txt{
        font-size:16px;
        font-weight:600;
        padding:8px 0 0 0;
        display: -webkit-box;
      }
      .product-section{
        flex-wrap: wrap;
        gap:40px 12px;
      }
      .product-block{
        width:calc((100% - 12px)/2);
      }
      .product-txt{
        font-size:16px;
        margin:8px 0 4px;
      }
      .product-price{
        font-size:14px;
      }
      .inner {
        padding-inline: 12px;
    }
    .product__title {
      font-size: 24px;
  }
  .product__subtitle {
    margin-top: 20px;
}
.product__subtitle-head {
  font-size: 16px;
}
.service-about__content {
  display: block;
  padding: 0 5px;
}
.service-about__content-list {
  display: flex;
  align-items: center;
  padding: 0;
  width: 100% !important;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.service-about__content-image {
  margin-right: 20px;
}
.service-about__content-list:last-child {
  border-bottom: none;
}
.is-pc {
  display: none;
}
  .brand-about {
      padding-left: 0;
      padding-right: 0;
  }

@media screen and (max-width: 767px) {
  .centered-table {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .feature-flex {
    justify-content: center;
  }

  .feature-block.flex-half {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
  }

  .feature-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
      display: block;
  margin: 0 auto;
  }
  .footer__info{
  width:100%;
  }
}