@charset "UTF-8";
:root {
  /* --hd_h: 100px; */
  --hd_h: 59px;
  --hd_sh: 58px;
  --hd_h_sp: 59px;
  --main_w: 1440px;
  --main_color: #121212;
  --main_red: #d80c24;
  --en: "Inter";
  --en_hand: "Caveat";
  --gray: #ededeb;
  --gray2: #f9f9f9;
  --gray3: #eef1f1;
}

body,
html {
  padding: 0;
  margin: 0;
}

.en {
  font-family: "Inter", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 200;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.en_hand {
  font-family: "Caveat", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.en.zenkaku,
.en .zenkaku {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 0.87em;
  font-weight: 300;
}

.fw100 {
  font-weight: 100 !important;
}

.fw200 {
  font-weight: 200 !important;
}

.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.tsume {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

.letter-spacing1 {
  letter-spacing: 0.1em;
}

.letter-spacing05 {
  letter-spacing: 0.5em;
}

/*=============================================
base
=============================================*/
@media screen and (min-width: 768px) {
  .forSP,
  .forSPi {
    display: none;
  }
  .forPC {
    display: block;
  }
  .forPCi {
    display: inline-block;
  }
}
@media print {
  .forSP,
  .forSPi {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .forPC,
  .forPCi {
    display: none;
  }
  .forSP {
    display: block;
  }
  .forSPi {
    display: inline-block;
  }
}
.nobr br {
  display: none;
}

.sml {
  font-size: 0.8em !important;
}

.sml5 {
  font-size: 0.5em !important;
}

.sml6 {
  font-size: 0.6em !important;
}

.sml7 {
  font-size: 0.7em !important;
}

.sml9 {
  font-size: 0.9em !important;
}

.large {
  font-size: 1.2em !important;
}

.large1 {
  font-size: 1.1em !important;
}

.large2 {
  font-size: 1.2em !important;
}

.large3 {
  font-size: 1.3em !important;
}

.large4 {
  font-size: 1.4em !important;
}

.large5 {
  font-size: 1.5em !important;
}

.inlineblock {
  display: inline-block;
}

/* margin */
.mtop--1 {
  margin-top: -1em !important;
}

.mtop-05 {
  margin-top: 0.5em !important;
}

.mtop-0 {
  margin-top: 0 !important;
}

.mtop-1 {
  margin-top: 1em !important;
}

.mtop-15 {
  margin-top: 1.5em !important;
}

.mtop-2 {
  margin-top: 2em !important;
}

.mtop-3 {
  margin-top: 3em !important;
}

.mtop-4 {
  margin-top: 4em !important;
}

.mtop-5 {
  margin-top: 5em !important;
}

.mtop-6 {
  margin-top: 6em !important;
}

.mbtm-05 {
  margin-bottom: 0.5em !important;
}

.mbtm-1 {
  margin-bottom: 1em !important;
}

.mbtm-15 {
  margin-bottom: 1.5em !important;
}

.mbtm-2 {
  margin-bottom: 2em !important;
}

.mbtm-3 {
  margin-bottom: 3em !important;
}

.mbtm-4 {
  margin-bottom: 4em !important;
}

.mbtm-5 {
  margin-bottom: 5em !important;
}

.mbtm-6 {
  margin-bottom: 6em !important;
}

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

.m0auto {
  margin: 0 auto !important;
}

.m1auto {
  margin: 1em auto !important;
}

.m2auto {
  margin: 2em auto !important;
}

.ptop-0 {
  padding-top: 0 !important;
}

.ptop-025 {
  padding-top: 0.25em !important;
}

.ptop-05 {
  padding-top: 0.5em !important;
}

.ptop-1 {
  padding-top: 1em !important;
}

.ptop-2 {
  padding-top: 2em !important;
}

.ptop-3 {
  padding-top: 3em !important;
}

.ptop-4 {
  padding-top: 4em !important;
}

.ptop-5 {
  padding-top: 5em !important;
}

.pbtm-1 {
  padding-bottom: 1em !important;
}

.pbtm-2 {
  padding-bottom: 2em !important;
}

.pbtm-3 {
  padding-bottom: 3em !important;
}

.pbtm-4 {
  padding-bottom: 4em !important;
}

.pbtm-5 {
  padding-bottom: 5em !important;
}

.underline {
  text-decoration: underline;
}

/* color */
.red {
  color: var(--main_red);
}

.bggray {
  background-color: var(--gray);
  /* background: linear-gradient(0deg, rgba(237, 237, 235, 1) 0%, rgba(245, 245, 244, 1) 30%, rgba(245, 245, 244, 1) 80%, rgba(237, 237, 235, 1) 100%); */
}

.bggray-gr {
  background-color: var(--gray);
  background: linear-gradient(0deg, rgb(237, 237, 235) 0%, rgb(245, 245, 244) 30%, rgb(245, 245, 244) 80%, rgb(237, 237, 235) 100%);
}

.bggray2 {
  background-color: var(--gray2);
}

.bggray3 {
  background-color: var(--gray3);
  /* background: linear-gradient(0deg, rgba(230, 233, 235, 1) 0%, rgba(244, 244, 246, 1) 30%, rgba(244, 244, 246, 1) 70%, rgba(230, 233, 235, 1) 100%); */
}

.bgwhite {
  background-color: #fff;
}

.dash {
  margin: 0 0.2em;
  letter-spacing: -0.2em;
}

.ruled-line {
  display: inline-block;
  width: 2.2em;
  height: 0;
  border-bottom: 1px solid;
  vertical-align: middle;
  margin: 0 0.5em;
}

/* text align */
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.center,
.text-center {
  text-align: center;
}

.hide {
  display: none;
}

.iblock {
  display: inline-block;
}

.block-center {
  margin-left: auto;
  margin-right: auto;
}

.place-mid {
  display: grid;
  place-items: center;
}

/* flex */
.flex-around {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.flex-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-start {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.flex-end {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .order0sp {
    order: 0;
  }
  .order1sp {
    order: 1;
  }
}
.center-middle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.column-btm1 > * {
  margin-bottom: 1% !important;
}

.column-btm2 > * {
  margin-bottom: 2% !important;
}

.column-btm3 > * {
  margin-bottom: 3% !important;
}

.column-btm4 > * {
  margin-bottom: 4% !important;
}

.column-btm5 > * {
  margin-bottom: 5% !important;
}

.columns-50 > * {
  width: 50%;
}

.columns-2 > * {
  width: 48%;
}

.columns-2.w49 > * {
  width: 49%;
}

.columns-2.w47 > * {
  width: 47%;
}

.columns-2.w46 > * {
  width: 46%;
}

.columns-2.w45 > * {
  width: 45%;
}

.columns-33 > *,
.columns-33::after {
  width: 33.333%;
}

.columns-32 > *,
.columns-32::after {
  width: 32%;
}

.columns-3 > * {
  width: 31.5%;
  margin-bottom: 2%;
}

.columns-3::after {
  width: 31.5%;
}

.columns-30 > * {
  width: 30%;
  margin-bottom: 5.4%;
}

.columns-30::after {
  width: 30%;
}

.columns-25 > * {
  width: 25%;
}

.columns-22 > * {
  width: 22%;
  margin-bottom: 4.5%;
}

.columns-4 > * {
  width: 23%;
  margin-bottom: 3%;
}

.columns-4::before,
.columns-4::after {
  width: 23%;
}

.columns-25::before,
.columns-25::after {
  width: 25%;
}

.columns-22::before,
.columns-22::after {
  width: 22%;
}

.columns-30::after,
.columns-32::after,
.columns-33::after,
.columns-3::after,
.columns-25::before,
.columns-25::after,
.columns-22::before,
.columns-22::after,
.columns-4::before,
.columns-4::after {
  content: "";
  display: block;
  height: 0;
  order: 1;
}

@media screen and (max-width: 767px) {
  .columns-2 > * {
    width: 100%;
    /* margin-bottom: 5%; */
  }
  .columns-3 > *,
  .columns-4 > * {
    width: 47%;
    margin-bottom: 4%;
  }
  .columns-25 > * {
    width: 50%;
  }
  .columns-3::after,
  .columns-4::before,
  .columns-4::after {
    content: none;
  }
  .columns-sp100 > * {
    width: 100% !important;
  }
  .columns-sp50 > * {
    width: 50% !important;
  }
  .columns-sp48 > * {
    width: 48% !important;
  }
  .columns-sp47 > * {
    width: 47% !important;
  }
  .columns-sp3 > * {
    width: 31% !important;
  }
  .columns-sp2 {
    display: flex;
    justify-content: space-between;
  }
}
/* grid */
.grid-list-columns-2,
.grid-list-columns-3,
.grid-list-columns-4,
.grid-list-columns-5 {
  --repeat-length: 2;
  display: grid;
  grid-template-columns: repeat(var(--repeat-length), 1fr);
  gap: 32px 24px;
  /* gap: 60px 50px; */
}

.grid-list-columns-3 {
  --repeat-length: 3;
}

.grid-list-columns-4 {
  --repeat-length: 4;
}

.grid-list-columns-5 {
  --repeat-length: 5;
}

.grid-list-fit {
  --item-width: 240px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--item-width), 1fr));
  gap: 24px;
}

.grid-list-fill {
  --item-width: 240px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--item-width), 1fr));
  gap: 24px;
}

.gap10 {
  gap: 10px;
}

.gap20 {
  gap: 20px;
}

.inner_reup {
  width: 100%;
  max-width: var(--main_w);
  padding: 20px 40px;
  margin: 0 auto;
}

.inner-p40 {
  padding: 40px;
}

@media screen and (max-width: 1024px) {
  .inner,
  .inner-p40 {
    padding: 20px;
  }
}
.inner640 {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.inner720 {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.inner800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.inner900 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.inner960 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.inner1100 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.inner1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.inner1280 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.inner1360 {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

.inner1600 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

/* arrow */
.btn a,
.arrow-right {
  --arrow-size: 0.5em;
  --arrow-border-width: 1px;
}

.arrow-hd {
  --arrow-size: 0.3em;
  --arrow-border-width: 1px;
}

.btn a {
  font-size: 0.9em;
  display: inline-block;
  color: var(--main_color);
}

.btn a:hover {
  border-color: var(--main_color);
  background-color: var(--main_color);
  color: #fff;
}

.btn a::before,
.arrow-right::before {
  content: "";
  width: var(--arrow-size);
  height: var(--arrow-size);
  border-top: var(--arrow-border-width) solid;
  border-right: var(--arrow-border-width) solid;
  position: absolute;
  top: calc(50% - var(--arrow-size) / 2);
  right: 1em;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .btn a::before,
  .arrow-right::before {
    right: 0.7em;
  }
}
.arrow-hd-wrp {
  display: block;
  padding-left: 1em;
  position: relative;
}

.arrow-hd::before {
  content: "";
  width: var(--arrow-size);
  height: var(--arrow-size);
  border-top: var(--arrow-border-width) solid;
  border-right: var(--arrow-border-width) solid;
  position: absolute;
  top: calc(50% - var(--arrow-size) / 2);
  left: 0;
  transform: rotate(45deg);
}

.arrow-hd.l2::before {
  top: 1.1em;
}

.width-arrow {
  position: relative;
}

.width-arrow::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: rotate(-45deg);
  transform-origin: right bottom;
  position: absolute;
  bottom: 1em;
  right: 0.5em;
  opacity: 0.6;
}

.frame-btn {
  display: inline-block;
  text-decoration: none;
  color: var(--main_color);
  border: 1px solid;
  border-color: #555;
  padding: min(1.25em, 3.3vw) min(4em, 6vw);
  font-size: 0.75em;
  text-align: center;
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
}

.frame-btn:hover {
  color: var(--main_red);
  border-color: var(--main_red);
}

.frame-btn.red {
  color: var(--main_red);
  border-color: var(--main_red);
}

.frame-btn.red:hover {
  color: var(--main_color);
  border-color: #555;
}

.backtohome {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 1em 2em;
}

.arrow-fill-right {
  --arrow-size: 0.4em;
}

.arrow-fill-right::before {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: var(--arrow-size) 0 var(--arrow-size) calc(var(--arrow-size) * 1.3);
  border-color: transparent transparent transparent currentColor;
  position: absolute;
  top: calc(50% - var(--arrow-size));
  right: 0.75em;
}

.arrow-left {
  --arrow-size: 0.5em;
  --arrow-border-width: 1px;
}

.arrow-left::before {
  content: "";
  width: var(--arrow-size);
  height: var(--arrow-size);
  border-top: var(--arrow-border-width) solid;
  border-left: var(--arrow-border-width) solid;
  position: absolute;
  top: calc(50% - var(--arrow-size) / 2);
  left: 1em;
  transform: rotate(-45deg);
}

.arrow-fill-left {
  --arrow-size: 0.4em;
}

.arrow-fill-left::before {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: var(--arrow-size) calc(var(--arrow-size) * 1.3) var(--arrow-size) 0;
  border-color: transparent currentColor transparent transparent;
  position: absolute;
  top: calc(50% - var(--arrow-size));
  left: 0.75em;
}

.arrow-top {
  padding-top: 1em;
  --arrow-size: 0.5em;
  --arrow-border-width: 1px;
}

.arrow-top::after {
  content: "";
  display: block;
  width: var(--arrow-size);
  height: var(--arrow-size);
  border-top: var(--arrow-border-width) solid;
  border-left: var(--arrow-border-width) solid;
  transform: rotate(45deg);
  position: absolute;
  left: calc(50% - var(--arrow-size) / 2);
  top: 0.75em;
}

.arrow-bottom {
  --arrow-size: 0.5em;
  --arrow-border-width: 1px;
}

.arrow-bottom::after {
  content: "";
  display: block;
  width: var(--arrow-size);
  height: var(--arrow-size);
  border-top: var(--arrow-border-width) solid;
  border-right: var(--arrow-border-width) solid;
  transform: rotate(135deg);
  position: absolute;
  left: calc(50% - var(--arrow-size) / 2);
  bottom: 0.75em;
}

/* thumbnail */
.thumb-img-wrp {
  width: 100%;
  height: auto;
  position: relative;
}

.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding-bottom: 56.4%;
}

.overlay {
  position: relative;
}

.overlay::before,
.thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgb(165, 180, 198);
  opacity: 0.3;
  mix-blend-mode: multiply;
}

.overlay2::before {
  opacity: 0.2;
}

.overlay1::before {
  opacity: 0.1;
}

.overlay0::before {
  display: none;
}

.overlay4::before {
  opacity: 0.4;
}

.overlay5::before {
  opacity: 0.5;
}

.overlay0::before {
  display: none;
}

.thumb1-1 {
  width: 100% !important;
  padding-bottom: 100% !important;
}

.thumb1-8 {
  width: 100% !important;
  padding-bottom: 80% !important;
}

.thumb1-7 {
  width: 100% !important;
  padding-bottom: 70% !important;
}

.thumb1-6 {
  width: 100% !important;
  padding-bottom: 60% !important;
}

.thumb1-5 {
  width: 100% !important;
  padding-bottom: 50% !important;
}

.thumb16-9 {
  width: 100% !important;
  padding-bottom: 56.2% !important;
}

.thumb1-4 {
  width: 100% !important;
  padding-bottom: 40% !important;
}

.thumb-100vh {
  width: 100% !important;
  padding: 0 !important;
  height: 100vh !important;
}

@media screen and (max-width: 767px) {
  .thumb1-1sp {
    width: 100% !important;
    padding-bottom: 100% !important;
  }
  .thumb1-8sp {
    width: 100% !important;
    padding-bottom: 80% !important;
  }
  .thumb1-7sp {
    width: 100% !important;
    padding-bottom: 70% !important;
  }
  .thumb1-6sp {
    width: 100% !important;
    padding-bottom: 60% !important;
  }
  .thumb1-5sp {
    width: 100% !important;
    padding-bottom: 50% !important;
  }
  .thumb16-9sp {
    width: 100% !important;
    padding-bottom: 56.2% !important;
  }
  .thumb1-4sp {
    width: 100% !important;
    padding-bottom: 40% !important;
  }
  .thumb-100vh.thumb-60sp {
    height: 60vh !important;
  }
  .thumb-100vh.thumb-50sp {
    height: 50vh !important;
  }
  .thumb-100vh.thumb-40sp {
    height: 40vh !important;
  }
}
.thumb img,
.thumb iframe {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.thumb img.contain {
  object-fit: contain;
}

.hoverimg img {
  transition: transform 0.3s ease;
}

.hoverimg:hover img:not(.nohoverimg) {
  transform: scale(1.075);
}

.hidemenu .header {
  opacity: 0;
  visibility: hidden;
}

.scl .header,
.home.scl .header {
  border-bottom: 1px solid #ddd;
}

.header a,
.toggle-menu a {
  color: var(--main_color);
  text-decoration: none;
}

.header-inner {
  width: 100%;
  height: 58px;
}

.hd_logo,
.menu-wrp,
.menu-wrp .menu li .menu-link,
.toggle-menu-wrp {
  transition: all 0.25s ease;
}

.hd_logo {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  display: block;
  width: 124px;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .hd_logo {
    width: 90px;
    left: 1em;
  }
}

#wrapper {
  overflow: hidden;
}

.header_reup {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  color: var(--main_color);
  line-height: 1;
  text-align: left;
  font-size: 16px;
}
.header_reup * {
  box-sizing: border-box;
  outline: none;
}
.header_reup img {
  border: none;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: auto;
}
.header_reup h1,
.header_reup h2,
.header_reup h3,
.header_reup h4,
.header_reup h5,
.header_reup h6,
.header_reup p {
  font-weight: normal;
  line-height: 1.6;
}
.header_reup#header {
  width: 100% !important;
}
.header_reup.header {
  width: 100% !important;
  background-color: rgba(255, 255, 255, 0.97);
  height: var(--hd_h);
  border-bottom: 1px solid #ddd;
  z-index: 101;
  transform: translate3d(0, 0, 0);
  will-change: scroll-position;
  opacity: 1;
  transition: all 0.25s ease;
  box-shadow: none;
  position: relative;
}
.header_reup.header #global-menu {
  border: none;
  width: inherit;
  margin: auto;
}
.header_reup input[type="text"],
.header_reup input[type="email"],
.header_reup input[type="url"],
.header_reup input[type="password"],
.header_reup input[type="search"],
.header_reup input[type="number"],
.header_reup input[type="tel"],
.header_reup input[type="range"],
.header_reup input[type="date"],
.header_reup input[type="month"],
.header_reup input[type="week"],
.header_reup input[type="time"],
.header_reup input[type="datetime"],
.header_reup input[type="datetime-local"],
.header_reup input[type="color"],
.header_reup textarea {
  font-size: 1em;
  color: var(--main_color);
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #bbb;
  border-radius: 3px;
  display: block;
  padding: 1em;
  width: 100%;
}
.header_reup input[type="text"]:focus,
.header_reup input[type="email"]:focus,
.header_reup input[type="url"]:focus,
.header_reup input[type="password"]:focus,
.header_reup input[type="search"]:focus,
.header_reup input[type="number"]:focus,
.header_reup input[type="tel"]:focus,
.header_reup input[type="range"]:focus,
.header_reup input[type="date"]:focus,
.header_reup input[type="month"]:focus,
.header_reup input[type="week"]:focus,
.header_reup input[type="time"]:focus,
.header_reup input[type="datetime"]:focus,
.header_reup input[type="datetime-local"]:focus,
.header_reup input[type="color"]:focus,
.header_reup textarea:focus {
  font-size: 1em;
  color: var(--main_color);
  border-color: #333;
}
.header_reup select {
  border: 1px solid #bbb;
  border-radius: 3px;
  height: 3em;
  max-width: 100%;
}
.header_reup input[type="radio"]:focus,
.header_reup input[type="checkbox"]:focus {
  outline: thin dotted #333;
}
.header_reup input[type="radio"],
.header_reup input[type="checkbox"] {
  margin-right: 0.5em;
}
.header_reup input[type="radio"] + label,
.header_reup input[type="checkbox"] + label {
  font-weight: 400;
}
.header_reup button,
.header_reup input[type="button"],
.header_reup input[type="submit"] {
  background-color: var(--main_color);
  border: 0;
  border-radius: 2px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  line-height: 1;
  padding: 1em 2em;
  text-shadow: none;
  transition: background 0.2s;
}
.header_reup input + button,
.header_reup input + input[type="button"],
.header_reup input + input[type="submit"] {
  padding: 0.75em 2em;
}

.hd_logo img,
.hd_logo svg {
  width: 100%;
  height: auto;
}

/* menu */
.menu-wrp {
  position: absolute;
  top: 50%;
  left: 0;
  padding-left: 170px;
  transform: translateY(-50%);
  display: block;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .header .menu-wrp {
    display: none !important;
  }
}
.menu-wrp .menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  position: static;
}
.menu-wrp .menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  /* submenu */
  /* hover event @common.js */
  /* submenu contents */
}
.menu-wrp .menu li .menu-link {
  display: block;
  padding: 0 1em;
  color: #333;
  text-decoration: none;
  font-size: 0.84em;
  line-height: 58px;
  font-weight: 500;
  position: relative;
  transition: all 0.3s;
}
.menu-wrp .menu li .menu-link:after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background-color: var(--main_red);
  position: absolute;
  /* bottom: 1.2em; */
  bottom: 0;
  left: 10%;
  transform: scaleX(0);
  transition: transform 0.2s;
}
.menu-wrp .menu li .menu-link.current,
.menu-wrp .menu li .menu-link:hover {
  color: #999;
}
.menu-wrp .menu li .menu-link.current:after,
.menu-wrp .menu li .menu-link:hover:after {
  transform: scaleX(1);
}
.menu-wrp .menu li .sub-menu-wrp {
  position: absolute;
  top: var(--hd_h);
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.menu-wrp .menu li .sub-menu-wrp.active .submenu-contents-wrp .box_mnt .thumb {
  display: block;
}
.menu-wrp .menu li .sub-menu {
  position: relative;
  width: 100%;
  height: 500px;
  margin: 0;
  padding: 0;
  background-color: rgba(249, 249, 249, 0.98);
  border-bottom: 1px solid #ddd;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.2s 0.2s;
  will-change: transform, opacity;
}
.menu-wrp .menu li .sub-menu .submenu-inner {
  display: flex;
  width: 100%;
  max-width: 1360px;
  padding: 2.5em 1.5em 1em;
  margin: 0 auto;
  height: 470px;
}
.menu-wrp .menu li .sub-menu .submenu-title {
  display: block;
  font-size: 1.7em;
  margin: 0;
  padding: 0;
  background: transparent;
  color: var(--main_color);
}
.menu-wrp .menu li .sub-menu .submenu-title.kitchennote {
  display: block;
  font-size: 1.5em;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.menu-wrp .menu li .sub-menu .submenu-title-jp {
  display: block;
  font-size: 0.8em;
  margin-bottom: 1.5em;
}
.menu-wrp .menu li .sub-menu .title-kitchennote {
  width: 65%;
  margin: 0.5em 0;
  background: transparent;
  color: var(--main_color);
}
.menu-wrp .menu li .sub-menu .contents-list {
  padding: 0;
  margin: 0;
}
.menu-wrp .menu li .sub-menu .contents-list.line {
  border-right: 1px solid #ddd;
}
.menu-wrp .menu li .sub-menu li a {
  display: block;
  padding-top: 0.5em;
  padding-bottom: 0.35em;
  font-size: 12.5px;
  line-height: 1.5;
  position: relative;
  transition: color 0.2s;
}
.menu-wrp .menu li .sub-menu li a.arrow-hd:before {
  border-color: #555;
}
.menu-wrp .menu li .sub-menu li a.cat-top {
  font-weight: 400;
}
.menu-wrp .menu li .sub-menu li a.cat-top .arrow-hd:before {
  content: "";
  width: var(--arrow-size);
  height: var(--arrow-size);
  border: 3px solid var(--main_red);
  border-radius: 100%;
  position: absolute;
  top: calc(50% - var(--arrow-size) / 1.25);
  left: -0.1em;
  transform: rotate(0);
}
.menu-wrp .menu li .sub-menu li a.cat-top .arrow-hd.l2:before {
  top: 0.95em;
}
.menu-wrp .menu li .sub-menu li a.sub {
  margin-left: 1em;
  font-weight: 300;
}
.menu-wrp .menu li .sub-menu li a:hover {
  color: var(--main_red);
  text-decoration: none;
}
.menu-wrp .menu li .sub-menu .submenu-title-wrp li a {
  padding-top: 0.5em;
}
.menu-wrp .menu li .submenu-title-wrp {
  display: block;
  width: 20%;
}
.menu-wrp .menu li .submenu-title-wrp a:hover {
  text-decoration: none;
}
.menu-wrp .menu li .submenu-contents-wrp {
  display: flex;
  width: 78%;
}
.menu-wrp .menu li .submenu-contents-wrp .box_mnt {
  background-color: #fff;
  background-image: none;
}
.menu-wrp .menu li .submenu-contents-wrp .box_mnt .box-list {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0;
  padding: 0;
}
.menu-wrp .menu li .submenu-contents-wrp .box_mnt .box-list li {
  display: block;
  min-width: 100%;
}
.menu-wrp .menu li .submenu-contents-wrp .box_mnt .box-list li a {
  display: block;
  padding-right: 2em;
  padding-top: 0.35em;
  padding-bottom: 0.3em;
}
.menu-wrp .menu li .submenu-contents-wrp .box_mnt .box-list.box-columns-3 li {
  display: inline-block;
  min-width: 33.33%;
}
.menu-wrp .menu li .submenu-contents-wrp .box_mnt .box-list.box-columns-2 li {
  display: inline-block;
  min-width: 50%;
}
.menu-wrp .menu li .submenu-contents-wrp .box_mnt .thumb {
  width: 100%;
  padding: 0 0 60%;
  display: none;
  margin: 0;
}
.menu-wrp .menu li .submenu-contents-wrp .box-area-wrp {
  padding: 1em 1em 0;
  min-height: auto;
}
.menu-wrp .menu li .submenu-contents-wrp .box-area-wrp .meta-wrp {
  padding: 0;
  min-height: auto;
}
.menu-wrp .menu li .submenu-contents-wrp .box-area-wrp .product-title {
  font-size: 1.3em;
  color: #555;
  margin-top: 0.25em;
}
.menu-wrp .menu li .submenu-contents-wrp .box-area-wrp .jp {
  font-size: min(0.8em, 4vw);
  color: var(--main_color);
  text-decoration: none;
  font-weight: 400;
  text-align: left;
  margin-top: 0.5em;
}
.menu-wrp .menu li.on .sub-menu-wrp.active .sub-menu {
  transform: scaleY(1);
  opacity: 1;
}

.menu-btn-wrp {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 102;
  width: calc(var(--hd_h) - 1px);
  height: calc(var(--hd_h) - 1px);
  transition: all 0.3s ease;
}
.menu-btn-wrp.on {
  background-color: transparent;
  box-shadow: none;
}

.menu-btn {
  position: relative;
  display: block;
  width: 21px;
  height: 21px;
  padding: 0;
  cursor: pointer;
  top: 50%;
  left: 30%;
}
.menu-btn .cp_bar {
  position: relative;
  margin: 0;
}
.menu-btn .cp_bar:before,
.menu-btn .cp_bar:after {
  position: absolute;
}
.menu-btn .cp_bar:before {
  top: 9px;
}
.menu-btn .cp_bar:after {
  bottom: 9px;
}
.menu-btn .cp_bar,
.menu-btn .cp_bar:before,
.menu-btn .cp_bar:after {
  display: block;
  width: 21px;
  height: 1px;
  content: "";
  transition: all 0.2s;
  background: var(--main_color);
}
.menu-btn.on .cp_bar {
  transform: translateX(6px);
  background: transparent;
}
.menu-btn.on .cp_bar:before {
  transform: rotate(45deg) translateX(-12.5px);
  transform-origin: center center;
}
.menu-btn.on .cp_bar:after {
  transform: rotate(-45deg) translateX(-12.5px);
  transform-origin: center center;
}

/* toggle menu */
.toggle-menu-wrp {
  visibility: hidden;
  width: 25%;
  height: calc(100vh - 60px);
  transform: translateX(25vw);
  background-color: rgba(249, 249, 249, 0.98);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  padding: 60px 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  line-height: 1;
  text-align: left;
  color: var(--main_color);
}
.toggle-menu-wrp * {
  box-sizing: border-box;
  outline: none;
}
.toggle-menu-wrp img {
  border: none;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: auto;
}
.toggle-menu-wrp h1,
.toggle-menu-wrp h2,
.toggle-menu-wrp h3,
.toggle-menu-wrp h4,
.toggle-menu-wrp h5,
.toggle-menu-wrp h6,
.toggle-menu-wrp p {
  font-weight: normal;
  line-height: 1.6;
}
.toggle-menu-wrp .toggle-menu {
  width: 100%;
  height: 100%;
  padding: 0 25px;
  overflow: auto;
}
.toggle-menu-wrp .toggle-menu .menu {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.toggle-menu-wrp .toggle-menu .menu .hd_logo {
  margin-top: -1em;
  margin-bottom: 2em;
  margin-left: 0;
}
.toggle-menu-wrp .toggle-menu .menu li {
  list-style: none;
}
.toggle-menu-wrp .toggle-menu .menu li .menu-link {
  display: block;
  font-size: 0.84em;
  border-bottom: 1px solid #ddd;
  padding: 1em 0;
  text-align: left;
  color: var(--main_color);
  text-decoration: none;
  transition: color 0.3s ease;
}
.toggle-menu-wrp .toggle-menu .menu li .menu-link.sub {
  margin-left: 1.2em;
  border: none;
  padding: 1em 0 0.5em;
}
.toggle-menu-wrp .toggle-menu .menu li .menu-link:hover {
  color: var(--main_red);
}
.toggle-menu-wrp .toggle-menu .lang-menu {
  padding: 2em 0;
  margin: 0;
}
.toggle-menu-wrp .toggle-menu .lang-menu .lang-link {
  font-size: 0.8em;
  margin-right: 2em;
}
.toggle-menu-wrp .toggle-menu .lang-menu .lang-link:hover {
  color: var(--main_red);
}
.toggle-menu-wrp .toggle-menu .sub-menu {
  display: block;
  position: static;
  padding: 0;
  margin: 0;
}
.toggle-menu-wrp .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 3em;
  height: 100%;
  padding: 0.5em;
  overflow: hidden;
  background-color: transparent;
  z-index: 3;
}
.toggle-menu-wrp.on {
  visibility: visible;
  overflow: hidden;
  transform: translateY(0);
}
.toggle-menu-wrp input[type="text"],
.toggle-menu-wrp input[type="email"],
.toggle-menu-wrp input[type="url"],
.toggle-menu-wrp input[type="password"],
.toggle-menu-wrp input[type="search"],
.toggle-menu-wrp input[type="number"],
.toggle-menu-wrp input[type="tel"],
.toggle-menu-wrp input[type="range"],
.toggle-menu-wrp input[type="date"],
.toggle-menu-wrp input[type="month"],
.toggle-menu-wrp input[type="week"],
.toggle-menu-wrp input[type="time"],
.toggle-menu-wrp input[type="datetime"],
.toggle-menu-wrp input[type="datetime-local"],
.toggle-menu-wrp input[type="color"],
.toggle-menu-wrp textarea {
  font-size: 1em;
  color: var(--main_color);
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #bbb;
  border-radius: 3px;
  display: block;
  padding: 1em;
  width: 100%;
}
.toggle-menu-wrp input[type="text"]:focus,
.toggle-menu-wrp input[type="email"]:focus,
.toggle-menu-wrp input[type="url"]:focus,
.toggle-menu-wrp input[type="password"]:focus,
.toggle-menu-wrp input[type="search"]:focus,
.toggle-menu-wrp input[type="number"]:focus,
.toggle-menu-wrp input[type="tel"]:focus,
.toggle-menu-wrp input[type="range"]:focus,
.toggle-menu-wrp input[type="date"]:focus,
.toggle-menu-wrp input[type="month"]:focus,
.toggle-menu-wrp input[type="week"]:focus,
.toggle-menu-wrp input[type="time"]:focus,
.toggle-menu-wrp input[type="datetime"]:focus,
.toggle-menu-wrp input[type="datetime-local"]:focus,
.toggle-menu-wrp input[type="color"]:focus,
.toggle-menu-wrp textarea:focus {
  font-size: 1em;
  color: var(--main_color);
  border-color: #333;
}
.toggle-menu-wrp select {
  border: 1px solid #bbb;
  border-radius: 3px;
  height: 3em;
  max-width: 100%;
}
.toggle-menu-wrp input[type="radio"]:focus,
.toggle-menu-wrp input[type="checkbox"]:focus {
  outline: thin dotted #333;
}
.toggle-menu-wrp input[type="radio"],
.toggle-menu-wrp input[type="checkbox"] {
  margin-right: 0.5em;
}
.toggle-menu-wrp input[type="radio"] + label,
.toggle-menu-wrp input[type="checkbox"] + label {
  font-weight: 400;
}
.toggle-menu-wrp button,
.toggle-menu-wrp input[type="button"],
.toggle-menu-wrp input[type="submit"] {
  background-color: var(--main_color);
  border: 0;
  border-radius: 2px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  line-height: 1;
  padding: 1em 2em;
  text-shadow: none;
  transition: background 0.2s;
}
.toggle-menu-wrp input + button,
.toggle-menu-wrp input + input[type="button"],
.toggle-menu-wrp input + input[type="submit"] {
  padding: 0.75em 2em;
}

.toggle-menu-search {
  flex-wrap: nowrap;
  font-size: 0.8em;
  margin-bottom: 2em;
  position: relative;
}

.hidemenu .menu-btn-wrp {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

/* footer */
.footer * {
  box-sizing: border-box;
  outline: none;
}
.footer img {
  border: none;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: auto;
}
.footer.footer_reup {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  color: var(--main_color);
  width: 100%;
  text-align: center;
  background-color: var(--gray2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) inset;
  line-height: 1;
  border: none;
}
.footer.footer_reup h1,
.footer.footer_reup h2,
.footer.footer_reup h3,
.footer.footer_reup h4,
.footer.footer_reup h5,
.footer.footer_reup h6,
.footer.footer_reup p {
  font-weight: normal;
  line-height: 1.6;
}
.footer.footer_reup a:hover {
  text-decoration: none;
}
.footer.footer_reup .sns-wrp {
  border-bottom: 1px solid #ccc;
  padding: 20px 0 10px;
  margin-bottom: 30px;
  text-align: left;
}
.footer.footer_reup .sns-inner {
  display: flex;
  gap: 15px;
}
.footer.footer_reup .btn-wrp {
  padding: 1em;
  text-align: center;
}
.footer.footer_reup .pagetop-btn {
  color: var(--main_color);
  padding: 1em;
  position: relative;
  text-decoration: none;
  font-size: min(0.9em, 3.2vw);
  transition: all 0.2s ease;
}
.footer.footer_reup .pagetop-btn .arrow-top {
  font-size: 1.5em;
}
.footer.footer_reup .pagetop-btn .arrow-top:after {
  top: 0;
}
.footer.footer_reup .pagetop-btn:hover {
  color: var(--main_red);
}
.footer.footer_reup .footer-navi-wrp {
  padding: 2em 1em 4em;
}
.footer.footer_reup .footer-navi-wrp .menu {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
}
.footer.footer_reup .footer-navi-wrp .menu li {
  list-style: none;
}
.footer.footer_reup .footer-navi-wrp .menu a {
  display: inline-block;
  font-size: min(0.75em, 14px);
  font-weight: 300;
  text-decoration: none;
  padding: 1em;
  color: var(--main_color);
  transition: color 0.2s ease;
}
.footer.footer_reup .footer-navi-wrp .menu a:hover {
  color: var(--main_red);
}
.footer.footer_reup .copyright-wrp {
  text-align: center;
  padding: 2em 1em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .footer.footer_reup .copyright-wrp {
    padding-bottom: 90px;
  }
}
.footer.footer_reup .copyright {
  font-size: 12px;
  font-weight: 400;
}

/* sns */
.sns-wrp {
  padding-top: 2em;
}
.sns-wrp .sns-icon-wrp {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sns-wrp .sns-icon-wrp li {
  width: 32px;
  padding: 4px 0 0;
  margin-right: 10px;
}

.sns-title-wrp .label {
  font-size: 12px;
  line-height: 1.8;
  font-weight: 400;
}
.sns-title-wrp .en {
  font-size: 16px;
  font-weight: 500;
}

/* sitemap */
.sitemap .menuBox {
  width: 24%;
  margin-bottom: 1em;
}
.sitemap ul {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0.5em 0;
  padding: 0;
}
.sitemap li {
  padding: 0.2em 0;
}
.sitemap a {
  display: block;
  padding-left: 1.2em;
  color: var(--main_color);
  text-decoration: none;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 300;
  text-align: left;
  position: relative;
  transition: color 0.2s;
}
.sitemap a:hover {
  color: var(--main_red);
}
.sitemap .title {
  width: 100%;
  margin-bottom: 0.3em;
  height: auto;
  background: none;
}
.sitemap .title a,
.sitemap .title .subtitle {
  font-weight: 400;
}
.sitemap .title .arrow-hd:before {
  content: "";
  width: var(--arrow-size);
  height: var(--arrow-size);
  border: 3px solid var(--main_red);
  border-radius: 100%;
  position: absolute;
  top: 0.2em;
  left: -0.1em;
  transform: rotate(0);
}
.sitemap .submenu {
  padding-left: 1em;
}
#nav-findShowroomBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 290px;
  border: 1px solid #121212;
  color: #121212 !important;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 10px;
  border-radius: 3px;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #nav-findShowroomBtn {
    right: 100px;
  }
}
#nav-findShowroomBtn:hover {
  opacity: 0.7;
}

#nav-consultRenovationBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 290px;
  color: #fff !important;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 10px;
  border-radius: 3px;
  line-height: normal;
  text-align: center;
  background-color: #d80c24;
}
@media screen and (max-width: 767px) {
  #nav-consultRenovationBtn {
    right: 100px;
  }
}
#nav-consultRenovationBtn:hover {
  opacity: 0.7;
}

.nav-languge {
  position: absolute;
  top: 50%;
  right: 70px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .nav-languge {
    right: 60px;
  }
}
.nav-languge_list {
  display: flex;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .nav-languge_list {
    display: none !important;
  }
}
.nav-languge_list li {
  margin-right: 30px;
}
.nav-languge_list li a {
  font-size: 0.84em;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 58px;
  display: block;
}
.nav-languge_list li a:after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background-color: #d80c24;
  position: absolute;
  /* bottom: 1.2em; */
  bottom: 0;
  left: 10%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (min-width: 769px) {
  .nav-languge_list li a:hover {
    color: #999;
  }
  .nav-languge_list li a:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.nav-search {
  display: inline-block;
  width: 21px;
  height: 20px;
  cursor: pointer;
  vertical-align: middle;
}

.showroom-find-btn {
  background-color: var(--main_red);
  border-radius: 4px;
  font-size: 12px !important;
  color: #fff !important;
  font-weight: 400;
  text-align: center;
  padding: 0 2.5em !important;
  margin-left: 0.5em;
}

.showroom-find-btn .arrow-hd::before,
.showroom-find-btn-sp .arrow-hd::before {
  left: 1em;
}

.showroom-find-btn-sp {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  color: var(--main_color);
  text-align: center;
  position: absolute;
  top: 50%;
  right: 95px;
  z-index: 21;
  border-radius: 3px;
  border: 1px solid #666;
  padding: 5px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .showroom-find-btn-sp {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  .nav-search_sp {
    display: none !important;
  }
  .wrapper {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .hidemenu .nav-search_sp {
    opacity: 0;
    visibility: hidden;
  }
  .wrapper {
    padding: 58px 0 0 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .menu-sub-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .mn_js__ttl {
    position: relative;
  }
  .mn_js__ttl:before {
    background: none;
    width: 0;
    height: 0;
  }
  .mn_js__ttl:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    right: 10px;
    top: 14px;
    border: 1px solid #121212;
    border-left: none;
    border-top: none;
    transform: rotate(45deg);
    background: none;
  }
  .mn_js__ttl.active:after {
    transform: rotate(-135deg);
  }
  .mn_js__ttl.ttl__pr:after {
    border: none;
  }
  .menu-sub-pc {
    display: none;
    padding: 10px;
  }
  .menu-sub-pc li a {
    display: inline-block;
    font-size: 0.84em;
    padding: 0.5em 0;
    line-height: 1.35;
    text-align: left;
    color: #121212;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  .menu-sub-pc li a:hover {
    color: #d80c24;
  }
  .menu-sub-pc.mn__pr {
    display: block;
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}
.menu-link {
  position: relative;
}

.menu-link .link__icon {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 42px;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .header .menu-wrp {
    display: none;
  }
  .toggle-menu-wrp {
    width: 100%;
    transform: translateX(100vw);
    /* padding: 60px 15px; */
    box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .header.header_reup {
    position: fixed;
  }
  .footer.footer_reup .footer-navi-wrp .menu {
    display: block;
    padding: 0.5em 0;
    text-align: left;
  }
  .footer.footer_reup .footer-navi-wrp .menu li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
  }
  .footer.footer_reup .footer-navi-wrp .menu a {
    display: block;
    width: 100%;
    padding: 0.5em 0;
  }
  .sitemap {
    padding: 0 1em;
  }
  .sitemap .menuBox {
    width: 100%;
    margin-bottom: 0;
  }
  .sitemap .menuBox > .mtop-2 {
    margin-top: 0 !important;
  }
  .sitemap .menuBox li {
    display: none;
  }
  .sitemap .menuBox li.title {
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
  }
  .sitemap .menuBox li.sub {
    display: block;
    margin-bottom: 0.5em;
  }
  .sitemap ul {
    margin: 0;
  }
}
/** fix 221212 **/
.menu-btn-wrp {
  cursor: pointer;
}

.menu-btn.on .cp_bar {
  transform: translateX(50%);
}

.menu-btn .cp_bar,
.menu-btn .cp_bar:before,
.menu-btn .cp_bar:after {
  height: 2px;
  background: var(--main_red);
}

.pagetop {
  width: 66px;
  height: 66px;
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 9;
  cursor: pointer;
  display: none;
}

.pagetop.ab {
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .header {
    position: relative;
  }
  .sticky-navi.active {
    top: 0 !important;
  }
  .stickyContents.product-navi-wrp .product-navi {
    padding: 7px 5px;
  }
}
@media screen and (max-width: 767px) {
  .sticky-navi.active {
    top: 58px !important;
  }
  .pagetop {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 70px;
  }
}
/* showroom map */
.sw-wrp {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 3em;
  justify-content: space-between;
  transform: translate3d(0, 0, 0);
}
.sw-wrp .left-wrp {
  width: 35%;
  background-color: #fff;
  padding: 2em;
  position: relative;
}

#prefList-wrp {
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 2em;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  background-color: var(--gray2);
}
#prefList-wrp.on {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 767px) {
  #prefList-wrp {
    padding: 1em;
  }
}
#prefList-title {
  font-size: min(1.1em, 4vw);
  margin-bottom: 1em;
  text-align: left;
}

#prefList .showroomlist {
  display: block;
  margin-bottom: 0.75em;
  font-size: min(0.9em, 3.2vw);
  line-height: 1.6;
  padding-left: 2em;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
#prefList .showroomname {
  display: block;
  padding: 0.25em 0;
}
#prefList .sw-icon {
  display: block;
  width: 1.75em;
  height: 1.75em;
  position: absolute;
  top: 0.25em;
  left: 0;
}

@media screen and (max-width: 767px) {
  .sw-wrp .left-wrp {
    width: 100%;
    padding: 1em;
  }
  #find-showroom .jp-contents-title {
    padding-bottom: 0 !important;
  }
}
/* error message */
.errormessage {
  display: none;
  margin-bottom: 1em;
  font-size: 0.8em;
}

.errormessage.on {
  display: block;
}

#prefList-close {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 1em;
  height: 1em;
  cursor: pointer;
}

#prefList-close::before,
#prefList-close::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--main_color);
  top: calc(50% - 1px);
  left: 0;
  position: absolute;
}

#prefList-close::before {
  transform: rotate(45deg);
}

#prefList-close::after {
  transform: rotate(-45deg);
}

.sw-wrp .left-wrp .sw-title {
  font-size: min(1.5em, 5vw);
  padding: 0 0 0.5em;
  font-weight: 200;
}

.sw-wrp .left-wrp .sw-title.jp {
  font-size: min(1.2em, 4vw);
  padding: 0 0 0.5em;
  margin: 0;
  font-weight: 300;
}

.sw-wrp .left-wrp .sw-title-jp {
  display: block;
  width: 100%;
  font-size: 0.45em;
  font-weight: 400;
  padding: 0.25em 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sw-wrp .left-wrp .sw-title-jp {
    font-size: max(0.5em, 4vw);
  }
}
.sw-wrp .left-wrp .sw-title::after {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  background-color: var(--main_red);
  margin: 1rem 0 0;
}

@media screen and (max-width: 767px) {
  .sw-wrp .search-title-wrp {
    text-align: left;
  }
}
.sw-wrp .search-title {
  padding-left: 1.25em;
  position: relative;
}
.sw-wrp .search-title .icon {
  display: inline-block;
  width: 1.1em;
  vertical-align: -0.25em;
  position: absolute;
  top: 0.25em;
  left: 0;
}
.sw-wrp .search-wrp {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0.5em auto 1em;
  position: relative;
}
.sw-wrp .search-wrp .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 3em;
  height: 100%;
  padding: 0.5em;
  overflow: hidden;
  background-color: transparent;
  z-index: 3;
}
.sw-wrp .field {
  padding: 0.5em;
  padding-right: 1.5em;
  font-size: 1em;
  width: 100%;
}
.sw-wrp .search-btn {
  font-size: 0.7em;
  padding: 0.5em;
  width: 5rem;
  font-weight: 600;
  text-align: center;
}
.sw-wrp .searchGeoApiBt:after {
  content: "";
  width: 0.5em;
  right: 0.5em;
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%) rotate(45deg);
}
.sw-wrp .right-wrp {
  width: 65%;
  position: relative;
  scroll-snap-stop: normal;
}
.sw-wrp .showroom-icon-wrp {
  width: 100%;
  margin: 0 auto 2em;
  border-radius: 5px;
  padding: 1em;
  border: 1px solid #ccc;
}
.sw-wrp .showroom-icon-wrp .showroom-icon {
  width: 49%;
  display: flex;
}
.sw-wrp .showroom-icon-wrp .showroom-icon figure {
  width: 40px;
  margin-right: 10px;
}
.sw-wrp .showroom-icon-wrp .showroom-icon p {
  text-align: left;
  font-size: min(0.75em, 3vw);
  line-height: 1.3;
  padding-top: 0.25em;
}

.searchGeoApiBtn {
  display: block;
  font-weight: 400;
  line-height: 1.5;
  transition: color 0.2s;
}
.searchGeoApiBtn:hover {
  color: var(--main_red);
}

@media screen and (max-width: 767px) {
  .sw-wrp .right-wrp {
    width: 100%;
  }
}
.sub-menu-wrp .sw-wrp .showroom-icon-wrp {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .sw-wrp .showroom-icon-wrp {
    width: 100%;
    margin: 0 auto;
  }
}
/* globalmenu */
.menu-showroom .left-wrp {
  width: 22.5%;
  padding: 0;
  background-color: transparent;
}
.menu-showroom .right-wrp {
  width: 75%;
}
.menu-showroom .srlist-inner {
  display: flex;
}
.menu-showroom .srlist-inner .area-wrp {
  border-left: 1px solid #ddd;
  width: 24%;
  padding: 0 0.75em;
}
.menu-showroom .srlist-inner .area-wrp ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.menu-showroom .srlist-inner .area-wrp ul li {
  list-style: none;
}
.menu-showroom .srlist-inner .area-wrp h3 {
  display: block;
  font-size: 12.5px;
  font-weight: 500;
  margin: 0 0 0.3em;
  background: transparent;
  color: var(--main_color);
}
.menu-showroom .srlist-inner .area-wrp .area {
  display: block;
  color: #222;
  padding-top: 0.3em;
}

@media screen and (min-width: 1367px) {
  .menu-child {
    display: none !important;
  }
}
@media screen and (max-width: 1366px) {
  .toggle-menu-wrp .toggle-menu .menu {
    padding: 20px 0 !important;
  }
  .toggle-menu-wrp .toggle-menu {
    padding: 0 15px !important;
    height: 90vh !important;
  }
  .mn_js__ttl {
    position: relative;
  }
  .mn_js__ttl:before,
  .mn_js__ttl:after {
    position: absolute;
    content: "";
    top: 50%;
    background: #000000;
    transform: translateY(-50%);
  }
  .mn_js__ttl:before {
    width: 1px;
    height: 1em;
    right: 1.45em;
  }
  .mn_js__ttl:after {
    width: 0.8rem;
    height: 1px;
    right: 1em;
    transition: all 0.3s ease;
  }
  .mn_js__ttl.active:before {
    opacity: 0;
    visibility: hidden;
  }
  .mn_js__body {
    display: none;
  }
  .mn_js__body.active {
    display: block;
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  .menu-child {
    border-bottom: 1px solid #ddd;
  }
  .menu-child a {
    display: block;
    font-size: 0.84em;
    padding: 1em 0;
    color: var(--main_color);
    text-decoration: none;
    transition: color 0.3s ease;
  }
  .menu-child_lagre {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
  }
  .menu-child_lagre__item {
    width: 100%;
  }
  .menu-child_lagre__item.w50 {
    width: 50%;
  }
  .menu-child_lagre__item > a {
    position: relative;
    padding-left: 1.3em;
    font-size: 0.75em;
    line-height: 1.5em;
  }
  .menu-child_lagre__item > a:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 0.25em;
    height: 0.25em;
    left: 0;
    top: 1.28em;
    border: 4px solid var(--main_red);
    border-radius: 100%;
    margin-right: 0.5em;
  }
  .menu-child_small {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
  }
  .menu-child_small__item {
    width: 50%;
  }
  .menu-child_small__item > a {
    position: relative;
    padding-left: 1em;
    --arrow-size: 0.3em;
    --arrow-border-width: 1px;
    line-height: 1.5;
    font-size: 0.75em;
  }
  .menu-child_small__item > a:before {
    /*position: absolute;
    content: '';
       width: 0.4em;
       height: 0.4em;
       border-top: #121212 solid;
       border-right: #121212 solid;
       border-width: 1px;
       position: absolute;
       top: 1.2em;
       left: 0;
       transform: rotate(45deg);*/
    content: "";
    width: var(--arrow-size);
    height: var(--arrow-size);
    border-top: var(--arrow-border-width) solid;
    border-right: var(--arrow-border-width) solid;
    position: absolute;
    top: 1.5em;
    left: 0;
    transform: rotate(45deg);
  }
}
.fancybox-content.p-notice {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 5px;
  border: 3px solid var(--main_red);
  text-align: center;
  font-size: min(0.8em, 14px);
  max-height: 100%;
  height: auto;
}

.p-notice_title {
  text-align: center;
  margin-bottom: 2em;
}

.p-notice_title span {
  display: inline-block;
  font-weight: 500;
  padding: 0.25em 1em;
  border: 1px solid;
  background-color: var(--main_red);
  color: #fff;
  font-size: min(1.15em, 3.3vw);
  border-radius: 4px;
  max-width: 338px;
  width: 100%;
}

.p-notice_date {
  display: inline-block;
  font-size: min(1.1em, 3.4vw);
  font-weight: bold;
  margin-bottom: 2em;
}

.p-notice_cp {
  font-size: min(1.1em, 3.4vw);
  font-weight: bold;
  color: var(--main_red);
}

.fancybox-slide {
  overflow: hidden !important;
  height: 100%;
}

.fancybox-bg {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1 !important;
}

@media screen and (max-width: 767px) {
  .fancybox-content.p-notice {
    padding: 3em 1em;
  }
  .menu-child_lagre__item > a {
    font-size: 12px;
  }
  .menu-child_small__item > a {
    font-size: 12px;
  }
  .toggle-menu-wrp input[type="text"] {
    padding: 12.8px;
    font-size: 13.44px;
  }
  .toggle-menu-search {
    margin-bottom: 26px;
  }
  .toggle-menu-wrp .toggle-menu .menu li .menu-link {
    font-size: 13.44px;
  }
  .toggle-menu-wrp .toggle-menu .lang-menu {
    padding: 32px 0;
  }
  .toggle-menu-wrp .toggle-menu .lang-menu .lang-link {
    font-size: 12.8px;
  }
  .sns-wrp {
    padding-top: 32px;
  }
  .toggle-menu-wrp {
    height: 100vh;
  }
  .mn_js__ttl:after {
    width: 0.9em;
  }
}
#aside-findShowroomBtn {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 20;
  display: none;
  transform: translateY(-50%);
  background-color: #d80c24;
  padding: 15px 20px;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  text-decoration: none;
  opacity: 0;
  transition: 0.4s all ease;
}
#aside-findShowroomBtn:hover {
  opacity: 0.7 !important;
}
.aside-findShowroomBtn-icon {
  display: block;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
.aside-findShowroomBtn-text {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: calc(16 / 12);
  display: block;
  text-align: center;
}
.aside-findShowroomBtn-close {
  width: 10px;
  height: 10px;
  background-image: url(/assets/images/common/icon_close.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
}
.aside-findShowroomBtn-close:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
#aside-srfair202602 {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 20;
  display: none;
  transform: translateY(calc(50% + 10px));
  background-color: #d80c24;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  text-decoration: none;
  opacity: 0;
  transition: 0.4s all ease;
  width: 124px;
}
#aside-srfair202602:hover {
  opacity: 0.7 !important;
}
.aside-srfair202602-icon {
  display: block;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
.aside-srfair202602-text {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: calc(16 / 12);
  display: block;
  text-align: center;
}
.aside-srfair202602-close {
  width: 10px;
  height: 10px;
  background-image: url(/assets/images/common/icon_close-red.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
}
.aside-srfair202602-close:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

#aside-srfair202602-xs {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: block;
  width: 100%;
}
