/* media query
**************************************************************************************************/
body {
  font: 16px YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
  background: #fff;
  color: #222;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-optical-sizing: auto;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
}

.en {
  font-family: "the-seasons", sans-serif;
  letter-spacing: -0.05em;
  font-weight: 200;
}

img {
  width: 100%;
  height: auto;
}

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.65;
}

/* font
**************************************************************************************************************************/
/* animation
**************************************************************************************************************************/
/* layout
**************************************************************************************************************************/
.is_tb {
  display: none !important;
}

.is_tb_inline {
  display: none !important;
}

.is_pc {
  display: none !important;
}

.is_pc_inline {
  display: none !important;
}

/* status
**************************************************************************************************************************/
.is-hide {
  display: none;
}

.is-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.is-flex > * {
  margin: 0 !important;
}
.is-flex > *:first-of-type {
  margin-right: 10px !important;
}
.is-flex .is-flex-fix {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: 0;
          flex-flow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.is-primary {
  color: #e30c0c;
}

.is-alert {
  color: #e30c0c;
}

/* common
**************************************************************************************************************************/
body {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
body .wrap {
  overflow: clip;
  margin-top: 80px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 1025px) {
  body .wrap {
    margin-top: 148px;
  }
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 600;
  max-height: 100dvh;
  overflow-y: clip;
}
.is-open header {
  overflow-y: scroll;
}
header .inner {
  padding: 20px 15px;
}
header .ci-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.is-open header .ci .logo {
  opacity: 0;
}
.is-open header .ci .logo a {
  pointer-events: none;
}
header .ci .logo .en {
  color: #bb9657;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  margin-left: 12px;
  padding-left: 12px;
  display: inline-block;
  line-height: 1;
}
header .ci img {
  width: 129px;
  height: auto;
}
header .nav nav {
  display: none;
}
header .tgl {
  width: 26px;
  height: 18px;
  text-indent: -9999px;
  cursor: pointer;
}
header .tgl span {
  display: block;
  border-top: 2px solid #bb9657;
  position: relative;
}
header .tgl span::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #bb9657;
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .tgl span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #bb9657;
  position: absolute;
  top: 12px;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.is-open header .tgl span {
  border: 0;
}
.is-open header .tgl span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  background: #fff;
}
.is-open header .tgl span::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 8px;
  background: #fff;
}
@media only screen and (min-width: 1025px) {
  header {
    max-height: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .is-open header {
    overflow: visible;
  }
  header .inner {
    padding: 40px 50px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  header .ci-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .ci {
    width: 500px;
  }
  header .ci .logo .en {
    font-size: 18px;
    margin-left: 30px;
    padding-left: 30px;
  }
  header .ci img {
    width: 222px;
  }
  header .nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 20px;
  }
  header .nav nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header .nav .pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .nav .pages li {
    font-size: 14px;
    font-weight: 500;
    margin-right: 40px;
  }
  header .nav .cv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 300px;
  }
  header .nav .cv li {
    margin-left: 10px;
  }
  header .tgl {
    display: none;
  }
  header.is-mini {
    background: #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
            box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
  }
  header.is-mini .inner {
    padding: 12px 50px;
  }
  header.is-mini .logo .en {
    font-size: 11px;
    margin-left: 20px;
    padding-left: 20px;
  }
  header.is-mini img {
    width: 160px;
  }
}

.is-open .wrap {
  height: 0;
  overflow: hidden;
}

footer {
  background: #f9f9f9;
  padding: 40px 15px 20px 15px;
  position: relative;
}
footer .pagetop {
  position: absolute;
  right: 15px;
  top: -25px;
}
footer .pagetop img {
  width: 50px;
}
footer .ci-cv {
  padding: 0 22px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
footer .ci .logo .en {
  color: #bb9657;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  margin-left: 12px;
  padding-left: 12px;
  display: inline-block;
  line-height: 1;
}
footer .ci img {
  width: 129px;
}
footer .cv {
  margin-top: 20px;
}
footer .cv ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .cv ul li {
  text-align: center;
  width: 48%;
}
footer .cv ul li .btn-primary,
footer .cv ul li .btn-secondary {
  display: block;
  font-size: 13px;
}
footer .sbnv .page {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  font-size: 13px;
  margin-bottom: 30px;
}
footer .sbnv .other {
  font-size: 11px;
}
footer .sbnv .other li {
  margin-bottom: 0.8em;
}
footer .sbnv .other a[target=_blank] {
  background: url(../img/common/icn-nwin.svg) 100% 50% no-repeat;
  padding-right: 18px;
}
footer .copyright {
  margin-top: 30px;
  color: #666;
}
footer .copyright p {
  margin-bottom: 20px;
  font-size: 11px;
}
footer .copyright p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  footer {
    padding: 100px 50px 70px 50px;
  }
  footer .pagetop {
    right: 50px;
  }
  footer .ci-cv {
    padding: 0;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .ci .logo .en {
    font-size: 18px;
    margin-left: 30px;
    padding-left: 30px;
  }
  footer .ci img {
    width: 222px;
  }
  footer .cv {
    margin-top: 0px;
    width: 300px;
  }
  footer .cv ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .sbnv .page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    font-size: 14px;
    margin-bottom: 80px;
  }
  footer .sbnv .other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .sbnv .other li {
    margin-bottom: 0;
    margin-right: 20px;
  }
  footer .copyright {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  footer .copyright p {
    margin-bottom: 0px;
  }
  footer .copyright p:last-of-type {
    margin-bottom: 0;
  }
}

.drawer {
  background: #222;
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100dvh;
  z-index: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.drawer.is-open {
  left: 0;
}
.drawer nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 15px;
}
.drawer nav .main a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.drawer nav .main img {
  height: 24px;
  width: auto;
}
.drawer nav .main .en {
  font-size: 30px;
  font-weight: 200;
}
.drawer nav .main small {
  width: 150px;
  text-align: right;
}
.drawer nav .sub {
  font-size: 11px;
  margin-top: 40px;
}
.drawer nav .sub li {
  margin-bottom: 0.8em;
}
.drawer nav .sub a {
  color: #fff;
}
.drawer nav .sub a[target=_blank] {
  background: url(../img/common/icn-nwin-w.svg) 100% 50% no-repeat;
  padding-right: 18px;
}
.drawer .cv {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.drawer .cv li {
  width: 48%;
}
.drawer .cv li .btn {
  display: block;
}

/* area
**************************************************************************************************************************/
.area-kv {
  padding-right: 25px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 640px) {
  .area-kv {
    margin-bottom: 2em;
  }
}
.area-kv .title-body {
  position: relative;
}
.area-kv .title {
  color: #fff;
}
.area-kv .title h2 {
  position: absolute;
  top: 20px;
  z-index: 2;
  font-size: 13px;
}
.area-kv .title h2::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 1px;
  background: #fff;
  margin-right: 10px;
  position: relative;
  vertical-align: middle;
}
.area-kv .body .panels .slick-arrow {
  position: absolute;
  bottom: 0;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  z-index: 10;
  border: 0;
  background: none;
}
.area-kv .body .panels .slick-arrow.slick-prev {
  background: url(/asset/img/common/arw-prev03.svg) 50% 50% no-repeat;
  background-size: contain;
  right: 60px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.area-kv .body .panels .slick-arrow.slick-next {
  background: url(/asset/img/common/arw-next03.svg) 50% 50% no-repeat;
  background-size: contain;
  right: 0px;
}
.area-kv .body .panel {
  margin-bottom: 56px;
}
.area-kv .body .panel .imgtxt {
  position: relative;
}
.area-kv .body .panel .img picture img {
  border-top-right-radius: 20px;
}
.area-kv .body .panel .txt dl {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 15px 20px;
  color: #fff;
}
.area-kv .body .panel .txt dt {
  font-size: 13px;
}
.area-kv .body .panel .txt dd {
  font-size: 16px;
  line-height: 1.5;
}
.area-kv .body .panel .txt .logo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .area-kv .body .panel .txt .logo_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.area-kv .body .panel .txt .logo {
  padding: 0 20px;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.area-kv .body .panel .txt .logo img {
  max-width: 80px;
  max-height: 33px;
  width: auto;
}
@media only screen and (min-width: 1025px) {
  .area-kv {
    padding-right: 170px;
    margin-bottom: 200px;
    display: block;
  }
  .area-kv .title-body {
    position: relative;
  }
  .area-kv .title {
    color: #000;
  }
  .area-kv .title h2 {
    position: absolute;
    top: 20px;
    right: -140px;
    z-index: 2;
    font-size: 13px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .area-kv .title h2::before {
    width: 80px;
    background: #000;
  }
  .area-kv .body .panels .slick-arrow {
    position: absolute;
    bottom: 0;
    width: 85px;
    height: 120px;
  }
  .area-kv .body .panels .slick-arrow.slick-prev {
    background: url(/asset/img/common/arw-prev04.svg) 50% 50% no-repeat;
    background-size: cover;
    right: -85px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
  .area-kv .body .panels .slick-arrow.slick-next {
    background: url(/asset/img/common/arw-next04.svg) 50% 50% no-repeat;
    background-size: cover;
    right: -170px;
  }
  .area-kv .body .panels .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0px;
    margin-left: 50px;
    position: absolute;
    bottom: -30px;
  }
  .area-kv .body .panels .slick-dots li {
    width: 8px;
    height: 2px;
    background: rgba(0, 0, 0, 0.2);
    text-indent: -99999px;
    border: 0;
    margin: 0 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .area-kv .body .panels .slick-dots li.slick-active {
    width: 40px;
    background: #bb9657;
  }
  .area-kv .body .panel {
    margin-bottom: 0px;
  }
  .area-kv .body .panel .imgtxt {
    position: relative;
  }
  .area-kv .body .panel .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .area-kv .body .panel .txt dl {
    position: static;
    background: rgba(0, 0, 0, 0.2);
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 22px 50px;
    border-top-right-radius: 20px;
  }
  .area-kv .body .panel .txt dd {
    font-size: 24px;
  }
  .area-kv .body .panel .txt .logo {
    position: static;
    padding: 15px 20px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    background: #fff;
    height: 116px;
    width: 170px;
  }
  .area-kv .body .panel .txt .logo img {
    max-width: 80px;
    max-height: 33px;
    width: auto;
  }
}

.area-lead-top {
  padding: 0 15px;
  margin-bottom: 70px;
}
.area-lead-top .title {
  margin-bottom: 40px;
}
.area-lead-top .title h1 {
  width: auto;
  font-size: 48px;
  color: #bb9657;
  font-weight: 200;
  line-height: 1;
  letter-spacing: -0.08em;
}
.area-lead-top .body .lead h2 {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0.8em;
}
.area-lead-top .body .lead p {
  font-size: 13px;
  line-height: 1.9;
  margin-bottom: 1em;
}
.area-lead-top ul.brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px;
  background: #f9f9f9;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: 60px;
}
.area-lead-top ul.brand li {
  width: 33.333%;
  padding: 0 12px;
  margin: 12px 0;
}
@media only screen and (min-width: 1025px) {
  .area-lead-top {
    padding: 0px 50px;
    margin-bottom: 140px;
  }
  .area-lead-top .inner {
    max-width: 1340px;
    margin: 0 auto;
  }
  .area-lead-top .title-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .area-lead-top .title {
    margin-bottom: 0px;
    width: 426px;
  }
  .area-lead-top .title h1 {
    font-size: 100px;
  }
  .area-lead-top .body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 143px;
  }
  .area-lead-top .body .lead h2 {
    font-size: 20px;
  }
  .area-lead-top .body .lead p {
    font-size: 14px;
  }
  .area-lead-top ul.brand {
    padding: 30px;
    margin-top: 140px;
  }
  .area-lead-top ul.brand li {
    width: 150px;
    padding: 0 12px;
    margin: 0 20px;
    text-align: center;
  }
  .area-lead-top ul.brand a img {
    width: auto;
    max-width: 150px;
  }
}

.area-news.is-single {
  padding: 0 15px;
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.area-news.is-archive {
  padding: 0 15px;
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.area-news.is-relate {
  padding: 0 15px;
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1025px) {
  .area-news.is-single {
    padding: 0 50px;
    padding-bottom: 140px;
    margin-bottom: 140px;
  }
  .area-news.is-single .inner {
    max-width: 1340px;
    margin: 0 auto;
  }
  .area-news.is-single .title-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .area-news.is-single .title {
    width: 40%;
  }
  .area-news.is-single .body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .area-news.is-archive {
    padding: 0 50px;
    padding-bottom: 140px;
    margin-bottom: 140px;
  }
  .area-news.is-archive .inner {
    max-width: 1340px;
    margin: 0 auto;
  }
  .area-news.is-relate {
    padding: 0 50px;
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .area-news.is-relate .inner {
    max-width: 1340px;
    margin: 0 auto;
  }
  .area-news.is-relate .inner .title-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .area-news.is-relate .inner .title-body > .title {
    word-break: keep-all;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100px;
    margin-right: 100px;
  }
  .area-news.is-relate .inner .body {
    width: calc(100% - 200px);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .area-news.is-relate .inner .body .slick-track {
    margin: 0;
  }
}

.area-news_body {
  padding: 0 15px;
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1025px) {
  .area-news_body {
    padding: 0 50px;
    padding-bottom: 140px;
    margin-bottom: 140px;
  }
  .area-news_body .inner {
    max-width: 1100px;
    margin: 0 auto;
  }
}

.area-itemlist {
  padding: 0 15px;
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.area-itemlist + .area-itemlist {
  padding-top: 70px;
  margin-bottom: 0;
}
.area-itemlist + .area-afterservice {
  padding-top: 70px;
}
@media only screen and (min-width: 1025px) {
  .area-itemlist {
    padding: 0 50px;
    padding-bottom: 140px;
    margin-bottom: 140px;
  }
  .area-itemlist + .area-itemlist {
    padding-top: 140px;
    margin-bottom: 0;
  }
  .area-itemlist + .area-afterservice {
    padding-top: 140px;
  }
  .area-itemlist .inner {
    max-width: 1340px;
    margin: 0 auto;
  }
}

.area-item {
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.area-item .body .item-img .main {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
}
.area-item .body .item-img .main .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  z-index: 10;
  border: 0;
  background: none;
}
.area-item .body .item-img .main .slick-arrow.slick-prev {
  background: url(/asset/img/common/arw-prev02.svg) 50% 50% no-repeat;
  background-size: contain;
  left: 15px;
}
.area-item .body .item-img .main .slick-arrow.slick-next {
  background: url(/asset/img/common/arw-next02.svg) 50% 50% no-repeat;
  background-size: contain;
  right: 15px;
}
.area-item .body .item-img .sub {
  display: none;
}
.area-item .body .item-img .movie {
  display: none;
}
.area-item .body .item-txt {
  padding: 30px;
}
.area-item .body .item-txt .txt {
  margin-bottom: 20px;
}
.area-item .body .item-txt .txt .batch {
  background-color: #fff;
  border: 1px #bb9657 solid;
  border-radius: 5px;
  color: #bb9657;
  display: table;
  font-size: 13px;
  font-weight: 600;
  padding: 0.35em 1.2em;
  margin-bottom: 15px;
}
.area-item .body .item-txt .txt .maker {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0.6em;
  color: #666;
}
.area-item .body .item-txt .txt .name {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 0.6em;
}
.area-item .body .item-txt .txt .number {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0.6em;
  color: #666;
}
.area-item .body .item-txt .txt .price {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}
.area-item .body .item-txt .credit {
  margin-bottom: 40px;
}
.area-item .body .item-txt .credit .box {
  border-radius: 5px;
  border: 1px solid #bb9657;
  overflow: hidden;
}
.area-item .body .item-txt .credit h3 {
  background: #bb9657;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 15px;
}
.area-item .body .item-txt .credit dl {
  padding: 12px 15px;
  font-size: 12px;
  background: #fff;
}
.area-item .body .item-txt .credit .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0;
}
.area-item .body .item-txt .credit dt {
  width: 80px;
}
.area-item .body .item-txt .contact {
  margin-bottom: 70px;
}
.area-item .body .item-txt .contact p {
  text-align: center;
}
.area-item .body .item-txt .contact p a {
  font-size: 18px;
}
.area-item .body .item-txt .movie {
  margin-bottom: 40px;
  width: 100%;
  aspect-ratio: 16/9;
}
.area-item .body .item-txt .movie iframe {
  width: 100%;
  height: 100%;
}
.area-item .body .item-txt .spec h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.area-item .body .item-txt .spec p {
  font-size: 12px;
  line-height: 1.85;
}
@media only screen and (min-width: 1025px) {
  .area-item {
    padding-bottom: 140px;
    margin-bottom: 140px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .area-item .inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .area-item .body .img-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .area-item .body .item-img {
    width: 47%;
  }
  .area-item .body .item-img .main {
    width: 100%;
    margin-left: 0;
    position: relative;
  }
  .area-item .body .item-img .sub {
    display: block;
    display: -ms-grid;
    display: grid;
    grid-gap: 8px;
    -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr;
    grid-template-columns: repeat(6, 1fr);
    margin-top: 24px;
  }
  .area-item .body .item-img .sub li.current {
    opacity: 0.5;
  }
  .area-item .body .item-img .movie {
    margin-bottom: 0px;
    display: block;
    margin-top: 78px;
    width: 100%;
    aspect-ratio: 16/9;
  }
  .area-item .body .item-img .movie iframe {
    width: 100%;
    height: 100%;
  }
  .area-item .body .item-txt {
    padding: 0px;
    width: 47%;
  }
  .area-item .body .item-txt .txt {
    margin-bottom: 30px;
  }
  .area-item .body .item-txt .txt .maker {
    font-size: 16px;
  }
  .area-item .body .item-txt .txt .name {
    font-size: 22px;
  }
  .area-item .body .item-txt .txt .number {
    font-size: 16px;
  }
  .area-item .body .item-txt .txt .price {
    font-size: 20px;
  }
  .area-item .body .item-txt .credit {
    margin-bottom: 72px;
  }
  .area-item .body .item-txt .credit h3 {
    font-size: 15px;
    padding: 10px 30px;
  }
  .area-item .body .item-txt .credit dl {
    padding: 25px 30px;
    font-size: 16px;
  }
  .area-item .body .item-txt .credit dt {
    width: 100px;
  }
  .area-item .body .item-txt .contact {
    margin-bottom: 50px;
  }
  .area-item .body .item-txt .contact p {
    text-align: left;
  }
  .area-item .body .item-txt .contact p a {
    font-size: 22px;
  }
  .area-item .body .item-txt .movie {
    display: none;
  }
  .area-item .body .item-txt .spec h3 {
    font-size: 16px;
  }
  .area-item .body .item-txt .spec p {
    font-size: 14px;
  }
}

.area-brandlist {
  padding: 0 15px;
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1025px) {
  .area-brandlist {
    padding: 0 50px;
    padding-bottom: 140px;
    margin-bottom: 140px;
  }
  .area-brandlist .inner {
    max-width: 1340px;
    margin: 0 auto;
  }
}

.area-brand_index {
  margin-bottom: 70px;
}
.area-brand_index .title-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.area-brand_index .title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  margin-top: 35px;
}
.area-brand_index .title h1 {
  text-align: center;
}
.area-brand_index .title h1 img {
  width: 182px;
}
.area-brand_index .title .more {
  margin-top: 32px;
  text-align: center;
}
.area-brand_index .body {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
.area-brand_index .body .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.area-brand_index .body .slick-dots li {
  width: 8px;
  height: 2px;
  background: rgba(0, 0, 0, 0.2);
  text-indent: -99999px;
  border: 0;
  margin: 0 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.area-brand_index .body .slick-dots li.slick-active {
  width: 40px;
  background: #bb9657;
}
@media only screen and (min-width: 1025px) {
  .area-brand_index {
    margin-bottom: 140px;
    padding: 0 50px;
  }
  .area-brand_index .inner {
    max-width: 1340px;
    margin: 0 auto;
  }
  .area-brand_index .title-body {
    display: block;
    position: relative;
  }
  .area-brand_index .title {
    margin-top: 0;
    position: absolute;
    left: 60px;
    bottom: 0;
    z-index: 2;
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 323px;
    padding: 45px 0;
  }
  .area-brand_index .body .imgs li img {
    border-radius: 20px;
  }
  .area-brand_index .body .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: -35px;
  }
}

.area-brand_history {
  padding: 0 15px;
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.area-brand_history .title {
  margin-bottom: 40px;
}
.area-brand_history .title h1 {
  width: 214px;
}
.area-brand_history .body h3 {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0.8em;
}
.area-brand_history .body p {
  font-size: 13px;
  line-height: 1.9;
  margin-bottom: 1em;
}
@media only screen and (min-width: 1025px) {
  .area-brand_history {
    padding: 0 50px;
    padding-bottom: 140px;
    margin-bottom: 140px;
  }
  .area-brand_history .inner {
    max-width: 1340px;
    margin: 0 auto;
  }
  .area-brand_history .title {
    margin-bottom: 40px;
  }
  .area-brand_history .body h3 {
    font-size: 20px;
  }
  .area-brand_history .body p {
    font-size: 14px;
  }
}

.area-brand_line {
  padding: 0 15px;
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1025px) {
  .area-brand_line {
    padding: 0 50px;
    padding-bottom: 140px;
    margin-bottom: 140px;
  }
  .area-brand_line .inner {
    max-width: 1340px;
    margin: 0 auto;
  }
}

.area-afterservice {
  padding: 0 15px;
  padding-bottom: 70px;
}
.area-afterservice .body .service {
  border: 1px solid #bb9657;
  border-radius: 20px;
  padding: 40px 30px;
  margin-bottom: 50px;
}
.area-afterservice .body .service h3 {
  font-size: 16px;
  font-weight: bold;
  color: #bb9657;
  margin-bottom: 0.8em;
}
.area-afterservice .body .service .lead {
  margin-bottom: 20px;
}
.area-afterservice .body .service .lead p {
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 1em;
}
.area-afterservice .body .service .subject table {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.area-afterservice .body .service .subject table th,
.area-afterservice .body .service .subject table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.area-afterservice .body .service .subject table th {
  background: #bb9657;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 120px;
  padding: 15px;
}
.area-afterservice .body .service .subject table td {
  font-size: 13px;
  line-height: 1.65;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px;
}
.area-afterservice .body .service .subject dl {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.area-afterservice .body .service .subject .row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.area-afterservice .body .service .subject dt {
  background: #bb9657;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 120px;
  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;
  padding: 15px;
}
.area-afterservice .body .service .subject dd {
  font-size: 13px;
  line-height: 1.65;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px;
}
.area-afterservice .body .prices .price {
  margin-bottom: 50px;
}
.area-afterservice .body .prices .price:last-of-type {
  bottom: 0;
}
.area-afterservice .body .prices .price h3 {
  font-size: 16px;
  margin-bottom: 0.8em;
  font-weight: bold;
  color: #bb9657;
}
.area-afterservice .body .prices .price p {
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 1.5em;
}
.area-afterservice .body .prices .price table {
  font-size: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
}
.area-afterservice .body .prices .price table th {
  background: #f9f9f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-align: left;
  padding: 0.4em 1em;
}
.area-afterservice .body .prices .price table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1em 1em;
}
.area-afterservice .body .prices .price table strong {
  font-weight: bold;
  color: #bb9657;
}
@media only screen and (min-width: 1025px) {
  .area-afterservice {
    padding: 0 50px;
    padding-bottom: 140px;
  }
  .area-afterservice .inner {
    max-width: 1340px;
    margin: 0 auto;
  }
  .area-afterservice .body .service {
    padding: 60px;
    margin-bottom: 110px;
  }
  .area-afterservice .body .service h3 {
    font-size: 20px;
  }
  .area-afterservice .body .service .lead-subject {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .area-afterservice .body .service .lead {
    margin-bottom: 0px;
    margin-right: 40px;
    width: 60%;
  }
  .area-afterservice .body .service .lead p {
    font-size: 14px;
  }
  .area-afterservice .body .service .subject {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .area-afterservice .body .service .subject dt {
    font-size: 14px;
    padding: 20px;
  }
  .area-afterservice .body .service .subject dd {
    font-size: 14px;
    padding: 20px;
  }
  .area-afterservice .body .prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -2% -30px;
  }
  .area-afterservice .body .prices .price {
    margin-bottom: 0px;
    width: 50%;
    padding: 0 2%;
    margin-bottom: 60px;
  }
  .area-afterservice .body .prices .price:last-of-type {
    bottom: 0;
  }
  .area-afterservice .body .prices .price h3 {
    font-size: 20px;
  }
  .area-afterservice .body .prices .price p {
    font-size: 14px;
    margin-bottom: 2.5em;
  }
  .area-afterservice .body .prices .price table {
    font-size: 14px;
  }
  .area-afterservice .body .prices .price table th {
    padding: 0.8em 1em;
  }
  .area-afterservice .body .prices .price table td {
    padding: 1.5em 1em;
  }
}

.area-shoplist {
  padding: 0 15px;
  padding-bottom: 70px;
}
.area-shoplist .title {
  margin-bottom: 40px;
}
.area-shoplist .title .lead h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.8em;
  line-height: 1.65;
}
.area-shoplist .title .lead p {
  font-size: 13px;
  margin-bottom: 0.8em;
  line-height: 1.65;
}
@media only screen and (min-width: 1025px) {
  .area-shoplist {
    padding: 0 50px;
    padding-bottom: 140px;
  }
  .area-shoplist .inner {
    max-width: 1340px;
    margin: 0 auto;
  }
  .area-shoplist .title {
    margin-bottom: 70px;
  }
  .area-shoplist .title .lead h3 {
    font-size: 20px;
  }
  .area-shoplist .title .lead p {
    font-size: 14px;
  }
}

.area-shop_detail {
  padding: 0 15px;
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.area-shop_detail .title {
  margin-bottom: 40px;
}
.area-shop_detail .title .img {
  margin-bottom: 20px;
}
.area-shop_detail .title .img img {
  border-radius: 20px;
}
.area-shop_detail .title .txt .pref {
  font-size: 14px;
  margin-bottom: 0.8em;
  color: #666;
}
.area-shop_detail .title .txt .name {
  font-size: 18px;
  font-weight: bold;
}
.area-shop_detail .title .txt .address {
  font-size: 15px;
  color: #666;
  margin-top: 0.3em;
}
.area-shop_detail .title .txt .contact {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 20px;
  margin-top: 20px;
}
.area-shop_detail .title .txt .contact .tel {
  font-size: 18px;
  font-weight: bold;
}
.area-shop_detail .title .txt .contact .open_close {
  font-size: 15px;
  color: #666;
  margin-top: 0.3em;
}
.area-shop_detail .title .txt .contact .mail {
  margin-top: 20px;
  text-align: center;
}
.area-shop_detail .body .lead-info {
  margin-bottom: 70px;
}
.area-shop_detail .body .lead {
  margin-bottom: 40px;
}
.area-shop_detail .body .lead h2 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0.8em;
}
.area-shop_detail .body .lead p {
  font-size: 13px;
  line-height: 1.65;
}
.area-shop_detail .body .info {
  border: 1px solid #bb9657;
  padding: 15px 20px;
}
.area-shop_detail .body .info h2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0.8em;
}
.area-shop_detail .body .info dl {
  font-size: 12px;
}
.area-shop_detail .body .info .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 0;
}
.area-shop_detail .body .info .row:last-of-type {
  padding-bottom: 0;
}
.area-shop_detail .body .info dt {
  width: 60px;
  margin-right: 20px;
}
.area-shop_detail .body .info dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.area-shop_detail .body .map {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.area-shop_detail .body .map .more {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (min-width: 1025px) {
  .area-shop_detail {
    padding: 0 50px;
    padding-bottom: 140px;
    margin-bottom: 140px;
  }
  .area-shop_detail .inner {
    max-width: 1340px;
    margin: 0 auto;
  }
  .area-shop_detail .title {
    margin-bottom: 70px;
  }
  .area-shop_detail .title .imgtxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .area-shop_detail .title .img {
    margin-bottom: 0px;
    width: 48%;
  }
  .area-shop_detail .title .txt {
    width: 48%;
  }
  .area-shop_detail .title .txt .pref {
    font-size: 16px;
  }
  .area-shop_detail .title .txt .name {
    font-size: 22px;
  }
  .area-shop_detail .title .txt .address {
    margin-top: 0.5em;
  }
  .area-shop_detail .title .txt .contact .tel {
    font-size: 20px;
  }
  .area-shop_detail .title .txt .contact .open_close {
    font-size: 16px;
    margin-top: 0.5em;
  }
  .area-shop_detail .title .txt .contact .mail {
    text-align: left;
  }
  .area-shop_detail .body .lead-info {
    margin-bottom: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .area-shop_detail .body .lead {
    margin-bottom: 0px;
    width: 48%;
  }
  .area-shop_detail .body .lead h2 {
    font-size: 20px;
  }
  .area-shop_detail .body .lead p {
    font-size: 14px;
  }
  .area-shop_detail .body .info {
    width: 48%;
    padding: 25px 30px;
  }
  .area-shop_detail .body .info h2 {
    font-size: 16px;
  }
  .area-shop_detail .body .info dl {
    font-size: 14px;
  }
  .area-shop_detail .body .info dt {
    width: 120px;
  }
  .area-shop_detail .body .map .more {
    margin-top: 40px;
  }
  .area-shop_detail .body .map .more a {
    font-size: 15px;
  }
}

.area-official_retailer {
  padding: 0 15px;
  margin-bottom: 70px;
}
.area-official_retailer .title h2 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.65;
}
.area-official_retailer .body p {
  font-size: 13px;
  line-height: 1.65;
  font-weight: 500;
}
@media only screen and (min-width: 1025px) {
  .area-official_retailer {
    padding: 0 50px;
    margin-bottom: 140px;
  }
  .area-official_retailer .inner {
    max-width: 1340px;
    margin: 0 auto;
  }
  .area-official_retailer .title h2 {
    font-size: 20px;
  }
  .area-official_retailer .body {
    padding-right: 25%;
  }
  .area-official_retailer .body p {
    font-size: 14px;
  }
}

.area-faq {
  padding: 0 15px;
  margin-bottom: 70px;
}
@media only screen and (min-width: 1025px) {
  .area-faq {
    padding: 0 50px;
    margin-bottom: 140px;
  }
  .area-faq .inner {
    max-width: 1100px;
    margin: 0 auto;
  }
}

.section-last {
  padding-bottom: 70px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .section-last {
    padding-bottom: 140px;
  }
}

/* components
**************************************************************************************************************************/
/* news */
.c-newslist-single .row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.c-newslist-single dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  margin-bottom: 5px;
}
.c-newslist-single dt .date {
  width: 85px;
}
.c-newslist-single dd {
  font-size: 13px;
}
@media only screen and (min-width: 1025px) {
  .c-newslist-single .row {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 15px;
  }
  .c-newslist-single a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-newslist-single dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .c-newslist-single dt .date {
    width: 110px;
  }
  .c-newslist-single dt .category {
    width: 80px;
  }
  .c-newslist-single dd {
    font-size: 14px;
  }
}

.c-newslist {
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
}
.c-newslist .img {
  margin-bottom: 20px;
}
.c-newslist .img img {
  border-radius: 20px;
}
.c-newslist .txt .date {
  font-size: 13px;
  margin-bottom: 0.5em;
}
.c-newslist .txt .title {
  font-size: 15px;
  font-weight: 500;
}
.c-newslist .txt .maker {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -5px;
}
.c-newslist .txt .maker li {
  margin: 0 5px 5px 0;
  font-size: 13px;
  font-weight: bold;
  color: #bb9657;
  border: 1px solid #bb9657;
  border-radius: 100px;
  padding: 0.3em 1em;
}
@media only screen and (min-width: 1025px) {
  .c-newslist {
    grid-column-gap: 40px;
    grid-row-gap: 70px;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
  .c-newslist .txt .date {
    font-size: 16px;
    margin-bottom: 0.2em;
  }
  .c-newslist .txt .title {
    font-size: 18px;
  }
}

.c-newslist_relate {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
}
.c-newslist_relate .imgtxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-newslist_relate .img {
  margin-bottom: 0px;
  width: 150px;
  margin-right: 20px;
}
.c-newslist_relate .img img {
  border-radius: 20px;
}
.c-newslist_relate .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-newslist_relate .txt .date {
  font-size: 13px;
  margin-bottom: 0.5em;
}
.c-newslist_relate .txt .title {
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (min-width: 1025px) {
  .c-newslist_relate {
    display: block;
  }
  .c-newslist_relate .imgtxt {
    display: block;
  }
  .c-newslist_relate .img {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .c-newslist_relate .txt .date {
    font-size: 16px;
    margin-bottom: 0.2em;
  }
  .c-newslist_relate .txt .title {
    font-size: 18px;
  }
  .c-newslist_relate .slick-list {
    margin: 0 -30px;
  }
  .c-newslist_relate .slick-slide {
    margin: 0 30px;
  }
  .c-newslist_relate .slick-arrow {
    position: absolute;
    top: 120px;
    left: -200px;
    width: 40px;
    height: 40px;
    border: 1px solid #bb9657;
    border-radius: 50%;
    text-indent: -9999px;
  }
  .c-newslist_relate .slick-arrow.slick-prev {
    background: #fff url(/asset/img/common/arw-prev01.svg) 50% 50% no-repeat;
    background-size: 15px 15px;
  }
  .c-newslist_relate .slick-arrow.slick-next {
    background: #fff url(/asset/img/common/arw-next01.svg) 50% 50% no-repeat;
    background-size: 15px 15px;
    left: -150px;
  }
}

/* item */
.c-items {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
}
.c-items .item {
  background: #f9f9f9;
  border-radius: 20px;
}
.c-items .img {
  position: relative;
}
.c-items .img .batch {
  background-color: #fff;
  border: 1px #bb9657 solid;
  border-radius: 5px;
  color: #bb9657;
  display: table;
  font-size: 0.9vw;
  font-weight: 600;
  padding: 0.2em 1.2em;
  position: absolute;
  top: 12%;
  left: 9%;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .c-items .img .batch {
    font-size: 2.7vw;
  }
}
@media only screen and (max-width: 640px) {
  .c-items .img .batch {
    top: 10%;
    left: 7%;
  }
}
.c-items .img picture {
  position: relative;
  z-index: 1;
}
.c-items .txt {
  padding: 30px;
}
.c-items .txt .maker {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 0.8em;
  color: #666;
}
.c-items .txt .name {
  font-size: 15px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 0.8em;
}
.c-items .txt .number {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0.8em;
  color: #666;
}
.c-items .txt .price {
  font-size: 15px;
  line-height: 1.6;
  font-weight: bold;
}
.c-items .credit {
  padding: 0 30px;
}
.c-items .credit .box {
  border-radius: 5px;
  border: 1px solid #bb9657;
  overflow: hidden;
}
.c-items .credit h3 {
  background: #bb9657;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 15px;
}
.c-items .credit dl {
  padding: 12px 15px;
  font-size: 12px;
  background: #fff;
}
.c-items .credit .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0;
}
.c-items .credit dt {
  width: 80px;
}
.c-items .detail {
  padding: 0 30px;
  margin-top: 20px;
  text-align: right;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1025px) {
  .c-items {
    grid-column-gap: 40px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
  .c-items .item {
    display: -ms-grid;
    display: grid;
    -ms-grid-row-span: 3;
    grid-row: span 3;
    -ms-grid-rows: subgrid;
    grid-template-rows: subgrid;
    grid-gap: 0;
  }
  .c-items .txt {
    padding: 30px 38px;
  }
  .c-items .credit {
    padding: 0px 38px;
  }
  .c-items .detail {
    margin-bottom: 10px;
  }
}

/* brand */
.c-brands {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
.c-brands .brand .img {
  margin-bottom: 10px;
  background: #f9f9f9;
  border-radius: 20px;
  aspect-ratio: 1/1;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.c-brands .brand .txt h3 {
  font-size: 13px;
}
.c-brands .brand .txt .en {
  display: block;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 3px;
}
.c-brands .brand .txt .store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  margin-top: 10px;
}
.c-brands .brand .txt .store li::after {
  content: "|";
  margin: 0 2px;
}
.c-brands .brand .txt .store li:last-of-type::after {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .c-brands {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 38px;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 38px 1fr 38px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
  .c-brands .brand .img {
    margin-bottom: 20px;
    aspect-ratio: 420/244;
  }
  .c-brands .brand .img img {
    width: 197px;
  }
  .c-brands .brand .txt h3 {
    font-size: 14px;
  }
  .c-brands .brand .txt .en {
    font-size: 18px;
  }
  .c-brands .brand .txt .store {
    margin-top: 10px;
  }
}

.c-brandlines {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 20px;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
}
.c-brandlines .brandline {
  border-radius: 20px;
  overflow: hidden;
  background: #f9f9f9;
}
.c-brandlines .brandline .imgtxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-brandlines .brandline .txt {
  width: 54%;
  padding-left: 30px;
}
.c-brandlines .brandline .txt h3 {
  font-size: 13px;
}
.c-brandlines .brandline .txt small {
  display: block;
  font-size: 15px;
}
.c-brandlines .brandline .img {
  width: 46%;
}
@media only screen and (min-width: 1025px) {
  .c-brandlines {
    grid-row-gap: 50px;
    grid-column-gap: 40px;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
  .c-brandlines .brandline .imgtxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-brandlines .brandline .txt {
    padding-left: 40px;
  }
  .c-brandlines .brandline .txt h3 {
    font-size: 14px;
  }
  .c-brandlines .brandline .txt small {
    font-size: 18px;
  }
}

/* shop */
.c-shops {
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
}
.c-shops .shop .img {
  margin-bottom: 20px;
}
.c-shops .shop .img img {
  border-radius: 20px;
}
.c-shops .shop .txt dt {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.c-shops .shop .txt dd {
  font-size: 13px;
  line-height: 1.65;
}
.c-shops .shop .mail {
  margin-top: 20px;
}
@media only screen and (min-width: 1025px) {
  .c-shops {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 40px;
    grid-row-gap: 70px;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-shops .shop .img {
    margin-bottom: 28px;
  }
  .c-shops .shop .txt dt {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0.8em;
  }
  .c-shops .shop .txt dd {
    font-size: 14px;
    line-height: 1.65;
  }
  .c-shops .shop .mail {
    margin-top: 20px;
  }
}

/* faq */
.c-list-faq {
  margin-bottom: 40px;
}
.c-list-faq .row {
  background: #f9f9f9;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
}
.c-list-faq .row:last-of-type {
  margin-bottom: 0;
}
.c-list-faq dt {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.65;
  position: relative;
  padding-left: 1.8em;
  cursor: pointer;
}
.c-list-faq dt::before {
  content: "Q.";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.c-list-faq dd {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 1.85;
  position: relative;
  padding-left: 1.8em;
  display: none;
}
.c-list-faq dd::before {
  content: "A.";
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
}
@media only screen and (min-width: 1025px) {
  .c-list-faq {
    margin-bottom: 60px;
  }
  .c-list-faq .row {
    padding: 30px 40px;
  }
  .c-list-faq dt {
    font-size: 18px;
  }
  .c-list-faq dd {
    margin-top: 25px;
    padding-top: 25px;
    font-size: 16px;
  }
  .c-list-faq dd::before {
    top: 25px;
  }
}

/* block */
.c-plan {
  border: 1px solid #bb9657;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 40px;
}
.c-plan dt {
  color: #bb9657;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.c-plan dd {
  font-size: 13px;
  line-height: 1.7;
}
@media only screen and (min-width: 1025px) {
  .c-plan {
    padding: 40px 100px;
    margin-bottom: 78px;
  }
  .c-plan .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-plan dt {
    font-size: 20px;
    margin-bottom: 0px;
    margin-right: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .c-plan dd {
    font-size: 18px;
  }
}

/* parts
**************************************************************************************************************************/
.pagetitle.is-single {
  background: #f9f9f9;
  padding: 40px 15px;
  margin-bottom: 40px;
}
.pagetitle.is-single .title {
  font-size: 15px;
  font-weight: 500;
}
.pagetitle.is-single .title .en {
  color: #bb9657;
  font-size: 40px;
  display: block;
}
.pagetitle.is-single .title img {
  display: block;
  height: 30px;
  width: auto;
  margin-bottom: 14px;
}
@media only screen and (min-width: 1025px) {
  .pagetitle.is-single {
    padding: 100px 50px;
    margin-bottom: 80px;
  }
  .pagetitle.is-single .inner {
    max-width: 1340px;
    margin: 0 auto;
  }
  .pagetitle.is-single .title {
    font-size: 20px;
  }
  .pagetitle.is-single .title .en {
    display: inline-block;
    font-size: 50px;
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: 30px;
  }
  .pagetitle.is-single .title img {
    display: inline-block;
    height: 40px;
    width: auto;
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: 30px;
  }
}
.pagetitle.is-news .txt {
  padding: 30px 15px;
}
.pagetitle.is-news .txt .date {
  font-size: 14px;
  margin-bottom: 0.5em;
}
.pagetitle.is-news .txt .title {
  font-size: 18px;
  font-weight: 500;
}
.pagetitle.is-news .txt .maker {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -5px;
}
.pagetitle.is-news .txt .maker li {
  margin: 0 5px 5px 0;
  font-size: 13px;
  font-weight: bold;
  color: #bb9657;
  border: 1px solid #bb9657;
  border-radius: 100px;
  padding: 0.3em 1em;
}
@media only screen and (min-width: 1025px) {
  .pagetitle.is-news .txt {
    padding: 50px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .pagetitle.is-news .txt .date {
    font-size: 16px;
  }
  .pagetitle.is-news .txt .title {
    font-size: 24px;
  }
  .pagetitle.is-news .txt .maker {
    margin-top: 15px;
  }
}

/* headline */
.hl01 {
  text-align: left;
  margin-bottom: 40px;
}
.hl01 .en {
  font-size: 24px;
  color: #bb9657;
  font-weight: 200;
  letter-spacing: -0.08em;
}
.hl01 img {
  height: 24px;
  width: auto;
}
.hl01 small {
  display: block;
  font-size: 14px;
  margin-top: 0.5em;
}
@media only screen and (min-width: 1025px) {
  .hl01 {
    margin-bottom: 34px;
  }
  .hl01 .en {
    font-size: 44px;
  }
  .hl01 img {
    height: 30px;
  }
  .hl01 small {
    font-size: 16px;
  }
}

.hl02 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}
@media only screen and (min-width: 1025px) {
  .hl02 {
    margin-bottom: 15px;
    font-size: 22px;
  }
}

/* button */
.btn.btn-primary {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #bb9657;
  border: 1px solid #bb9657;
  border-radius: 100px;
  padding: 0.6em 1.8em;
}
.btn.btn-secondary {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #bb9657;
  border: 1px solid #bb9657;
  border-radius: 100px;
  padding: 0.6em 1.8em;
}
.btn.btn-tertiary {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 0.6em 1.8em;
}
.btn .icn-mail {
  display: inline-block;
  background: url(../img/common/icn-mail.svg) 0 50% no-repeat;
  padding-left: 28px;
}

/* editor
**************************************************************************************************************************/
.mod_area p {
  font-size: 13px;
  line-height: 1.65;
  margin-bottom: 1em;
}
.mod_area img {
  margin-bottom: 20px;
}
.mod_area .mod_cont {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.mod_area .mod_cont:last-of-type {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.mod_area .imgtxt .img img {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.mod_area .movie {
  margin-bottom: 40px;
  width: 100%;
  aspect-ratio: 16/9;
}
.mod_area .movie iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1025px) {
  .mod_area h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .mod_area p {
    font-size: 16px;
  }
  .mod_area img {
    margin-bottom: 40px;
  }
  .mod_area .mod_cont {
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
  .mod_area .mod_cont:last-of-type {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .mod_area .imgtxt.img-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mod_area .imgtxt.img-l .img {
    width: 48%;
  }
  .mod_area .imgtxt.img-l .txt {
    width: 48%;
  }
  .mod_area .imgtxt.img-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mod_area .imgtxt.img-r .img {
    width: 48%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mod_area .imgtxt.img-r .txt {
    width: 48%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mod_area .movie {
    margin-bottom: 70px;
  }
}

/* modal
**************************************************************************************************************************/
@media screen and (min-width: 769px) {
  .is_sp {
    display: none !important;
  }
  .is_tb {
    display: block !important;
  }
  .is_tb_inline {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is_pc {
    display: block !important;
  }
  .is_pc_inline {
    display: inline-block !important;
  }
}
.pagenation {
  display: table;
  margin: 70px auto 0;
}
.pagenation ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0 -10px;
}
@media only screen and (max-width: 640px) {
  .pagenation ol {
    margin: 0 -5px;
  }
}
.pagenation ol li {
  padding: 0 10px;
}
@media only screen and (max-width: 640px) {
  .pagenation ol li {
    padding: 0 5px;
  }
}
.pagenation ol li a,
.pagenation ol li span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #bb9657;
  border-radius: 2.5em;
  color: #bb9657;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.5em;
  height: 2.5em;
}
@media only screen and (max-width: 640px) {
  .pagenation ol li a,
  .pagenation ol li span {
    font-size: 14px;
  }
}
.pagenation ol li span.current {
  background-color: #bb9657;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .pagenation ol li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .pagenation ol li a:hover {
    background-color: #bb9657;
    color: #fff;
    opacity: 1;
  }
}
.pagenation ol li.prev, .pagenation ol li.next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pagenation ol li.prev a, .pagenation ol li.next a {
  position: relative;
}
.pagenation ol li.prev a:before, .pagenation ol li.next a:before {
  background-position: 45% 50%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1025px) {
  .pagenation ol li.prev a:before, .pagenation ol li.next a:before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media only screen and (min-width: 1025px) {
  .pagenation ol li.prev a, .pagenation ol li.next a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .pagenation ol li.prev a:hover:before, .pagenation ol li.next a:hover:before {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
}
.pagenation ol li.prev {
  right: 100%;
}
.pagenation ol li.prev a:before {
  background-image: url(../img/common/arw-prev01.svg);
  background-size: 1em 1em;
}
.pagenation ol li.next {
  left: 100%;
}
.pagenation ol li.next a:before {
  background-image: url(../img/common/arw-next01.svg);
  background-size: 1em 1em;
}
/*# sourceMappingURL=layout.css.map */