@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../../../../assets/fonts/NotoSansJP-Regular.eot?") format("eot");
  src: url("../../../../assets/fonts/NotoSansJP-Regular.eot?#iefix") format("embedded-opentype"), url("../../../../assets/fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../../../../assets/fonts/NotoSansJP-Regular.woff") format("woff"), url("../../../../assets/fonts/NotoSansJP-Regular.otf") format("openype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../../../../assets/fonts/Montserrat-VariableFont_wght.eot?") format("eot");
  src: url("../../../../assets/fonts/Montserrat-VariableFont_wght.eot?#iefix") format("embedded-opentype"), url("../../../../assets/fonts/Montserrat-VariableFont_wght.woff2") format("woff2"), url("../../../../assets/fonts/Montserrat-VariableFont_wght.woff") format("woff"), url("../font/Montserrat-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: "bodoni";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../../../../assets/fonts/BodoniModa-VariableFont_opsz,wght.eot?") format("eot");
  src: url("../../../../assets/fonts/BodoniModa-VariableFont_opsz,wght.eot?#iefix") format("embedded-opentype"), url("../../../../assets/fonts/BodoniModa-VariableFont_opsz,wght.woff2") format("woff2"), url("../../../../assets/fonts/BodoniModa-VariableFont_opsz,wght.woff") format("woff"), url("../../../../assets/fonts/BodoniModa-VariableFont_opsz,wght.ttf") format("truetype");
}
/*** 実数決め打ち ***/
html {
  font-size: 62.5%; /* 10px */
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 1920px) {
  html {
    font-size: calc((100vw - 1920px) / 192 + 10px);
  }
}
@media screen and (max-width: 980px) {
  html {
    font-size: 31.25%; /* 10px */
  }
}
_::-webkit-full-page-media, _:future, :root, body {
  -webkit-animation: safariFix 1s forwards infinite;
}

/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
html {
  font-family: "NotoSansJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

body {
  font-family: Helvetica, YuGothic, Yu Gothic, 游ゴシック体, 游ゴシック, ヒラギノ角ゴ Pro W3, ヒラギノ角ゴ W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, ＭＳ Ｐゴシック, Osaka, MS PGothic, Arial, sans-serif;
}

#header,
#footer {
  letter-spacing: -0.065rem;
  font-feature-settings: "palt";
  font-family: "NotoSansJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
#header img, #header figure,
#footer img,
#footer figure {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}
#header p,
#footer p {
  font-feature-settings: "palt";
  margin: 0 0 1em;
  padding: 0;
}
#header p:last-child,
#footer p:last-child {
  margin-bottom: 0;
}
#header a,
#footer a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
#header a:link, #header a:visited,
#footer a:link,
#footer a:visited {
  color: #000;
  text-decoration: none;
}
#header input,
#header textarea,
#header select,
#header button,
#footer input,
#footer textarea,
#footer select,
#footer button {
  font-family: "NotoSansJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}
@media screen and (max-width: 1439px) {
  #header input,
  #header textarea,
  #header select,
  #header button,
  #footer input,
  #footer textarea,
  #footer select,
  #footer button {
    font-size: 12px;
  }
}
#header table,
#footer table {
  border-collapse: collapse;
}
#header ol, #header ul,
#footer ol,
#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header h1, #header h2, #header h3, #header h4, #header h5, #header h6,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1439px) {
  #header h1, #header h2, #header h3, #header h4, #header h5, #header h6,
  #footer h1,
  #footer h2,
  #footer h3,
  #footer h4,
  #footer h5,
  #footer h6 {
    font-size: 12px;
  }
}
#header.outerBlock,
#footer.outerBlock {
  overflow: hidden;
}
#header .innerBlock,
#footer .innerBlock {
  margin: 0 auto;
  position: relative;
}
#header .pc,
#footer .pc {
  display: block !important;
}
#header .pcIb,
#footer .pcIb {
  display: inline-block !important;
}
#header .sp,
#footer .sp {
  display: none !important;
}
#header .spIb,
#footer .spIb {
  display: none !important;
}
@media screen and (max-width: 980px) {
  #header html,
  #footer html {
    position: relative;
  }
  #header body,
  #footer body {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 2.4rem;
  }
  #header.outerBlock,
  #footer.outerBlock {
    min-width: 375px;
  }
  #header .innerBlock,
  #footer .innerBlock {
    width: auto;
  }
  #header img,
  #footer img {
    width: 100%;
    max-width: 100%;
  }
  #header input[type=submit],
  #footer input[type=submit] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  #header input,
  #header select,
  #header textarea,
  #footer input,
  #footer select,
  #footer textarea {
    font-size: 3.2rem !important;
  }
  #header .pc,
  #footer .pc {
    display: none !important;
  }
  #header .pcIb,
  #footer .pcIb {
    display: none !important;
  }
  #header .sp,
  #footer .sp {
    display: block !important;
  }
  #header .spIb,
  #footer .spIb {
    display: inline-block !important;
  }
}

/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
#header .innerBlock,
#discover .innerBlock,
#footer .innerBlock {
  max-width: 192rem;
  padding: 0 5.6rem;
}

@media screen and (max-width: 980px) {
  #header .innerBlock,
  #discover .innerBlock,
  #footer .innerBlock {
    padding: 0 3rem;
  }
}
@keyframes headAnim {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
#wrapper.isFixed {
  padding-top: 11rem;
}

#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 3rem 5.6rem 0;
  opacity: 1;
  box-sizing: border-box;
}
#header::before, #header::after {
  content: none;
}
#header * {
  box-sizing: border-box;
}
#header *:before, #header *:after {
  box-sizing: border-box;
}

#header.isFixed {
  background: #fff;
  padding-bottom: 3rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  animation: headAnim 0.5s;
}
#header.isFixed a {
  font-weight: normal;
}

#header.whiteFixed .logo {
  background: url(../../../../assets/images/common/logo.png) center no-repeat;
  background-size: 100%;
}

#header.whiteFixed .logo img {
  display: block;
  opacity: 0;
}

#header.whiteFixed .rightBox .list li a {
  color: #fff;
}

#header.whiteFixed .rightBox .icon.isOpen {
  background-image: url(../../../../assets/images/common/ico-search-close.png);
}

#header.whiteFixed #menuBtn span {
  background: #fff;
}

#header .logo {
  width: auto;
  height: auto;
  margin: 0;
}

#header .logo img {
  width: 22.6rem;
}

#header .rightBox {
  display: flex;
  align-items: center;
  margin: 0 0 1rem;
}

#header .rightBox .list {
  display: flex;
  align-items: center;
  letter-spacing: -0.065rem;
}

#header .rightBox .list li + li {
  margin-left: 5.2rem;
}

#header .rightBox .icon {
  margin-left: 7rem;
  background: url(../../../../assets/images/common/ico-search_black.png) center no-repeat;
  background-size: 100%;
  display: block;
  width: 6rem;
  height: 6rem;
  letter-spacing: -0.04rem;
  text-indent: -9999px;
}

#header #menuBtn {
  display: none;
}

@media screen and (max-width: 980px) {
  #header {
    padding: 5rem 3rem 0;
  }
  #header.isFixed {
    padding-bottom: 5rem;
  }
  #header .logo img {
    width: 17.6rem;
  }
  #header .rightBox {
    display: block;
    margin: 0 0 0 auto;
    padding: 0 4rem 0 0;
  }
  #header .rightBox .list {
    display: none;
  }
  #header .rightBox .icon {
    margin-left: 0;
  }
  #header #menuBtn {
    display: block;
    width: 7.2rem;
    height: 2.7rem;
    position: relative;
  }
  #header #menuBtn span {
    background: #000;
    display: inline-block;
    width: 100%;
    height: 1px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 1;
  }
  #header #menuBtn span:nth-of-type(1) {
    bottom: auto;
  }
  #header #menuBtn span:nth-of-type(3) {
    top: auto;
  }
}
#pageKv {
  padding: 19.5rem 0 2rem;
  border-bottom: 1px solid #f9f4ea;
}

#pageKv .innerBlock {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#pageKv .ttlWrap .cntTtl {
  margin: 0 0 0.5rem;
  line-height: 1;
  text-align: left;
  font-weight: bold;
}

#pageKv #bread {
  display: flex;
}

#pageKv #bread li {
  line-height: 1;
  font-size: 12px;
}

#pageKv #bread li + li {
  margin-left: 2rem;
  padding-left: 2rem;
  border-left: 1px solid #000;
}

@media screen and (max-width: 980px) {
  #pageKv {
    padding: 17.5rem 0 3rem;
    border: none;
  }
  #pageKv .innerBlock {
    display: block;
  }
  #pageKv .ttlWrap .cntTtl {
    font-size: 4.6rem;
  }
  #pageKv .ttlWrap .txt {
    font-size: 2rem;
  }
  #pageKv #bread {
    display: none;
  }
}
#header:not(.isFixed) {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

#header:not(.isFixed) .logo {
  background: url(../../../../assets/images/common/logo.png) center no-repeat;
  background-size: 100%;
}

#header:not(.isFixed) .logo img {
  display: block;
  opacity: 0;
}

#header:not(.isFixed) .rightBox .list li a {
  color: #fff;
}

#header:not(.isFixed) .rightBox .icon:not(.isOpen) {
  background-image: url(../../../../assets/images/common/ico-search.png);
}

#header:not(.isFixed) #menuBtn span {
  background: #fff;
}

@keyframes bannerAnim {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
#banner {
  background-color: #eeeae5;
  background-repeat: repeat;
  background-size: 100% auto;
  background-image: repeating-linear-gradient(90deg, transparent, transparent calc(5.6rem - 1px), #eae3d6 calc(5.6rem - 1px), #eae3d6 5.6rem, transparent calc(5.6rem + 1px), transparent calc((100% - 11.2rem) / 4 - 1px + 5.6rem), #eae3d6 calc((100% - 11.2rem) / 4 - 1px + 5.6rem), #eae3d6 calc((100% - 11.2rem) / 4 + 5.6rem), transparent calc((100% - 11.2rem) / 4 + 1px + 5.6rem), transparent calc(50% - 1px), #eae3d6 calc(50% - 1px), #eae3d6 50%, transparent calc(50% + 1px), transparent calc((100% - 11.2rem) / 4 * 3 - 1px + 5.6rem), #eae3d6 calc((100% - 11.2rem) / 4 * 3 - 1px + 5.6rem), #eae3d6 calc((100% - 11.2rem) / 4 * 3 + 5.6rem), transparent calc((100% - 11.2rem) / 4 * 3 + 1px + 5.6rem), transparent calc(100% - 5.6rem - 1px), #eae3d6 calc(100% - 5.6rem - 1px), #eae3d6 calc(100% - 5.6rem), transparent calc(100% - 5.6rem + 1px), transparent);
  padding: 12rem 0;
}

@media screen and (max-width: 980px) {
  #banner {
    background-image: repeating-linear-gradient(90deg, transparent, transparent calc(3rem - 1px), #eae3d6 calc(3rem - 1px), #eae3d6 3rem, transparent 3rem, transparent calc(50% - 1px), #eae3d6 calc(50% - 1px), #eae3d6 50%, transparent 50%, transparent calc(100% - 3rem - 1px), #eae3d6 calc(100% - 3rem - 1px), #eae3d6 calc(100% - 3rem), transparent calc(100% - 3rem), transparent);
  }
}
#banner .innerBlock {
  display: flex;
}

#banner .item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 41rem;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 981px) {
  #banner .item:hover {
    opacity: 1;
  }
  #banner .item:hover:before {
    transform: scale(1.1);
  }
  #banner .item:hover .link:after {
    animation: bannerAnim 0.5s;
  }
}
#banner .item:before {
  content: "";
  display: block;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: 0.5s ease-in-out;
  transform-origin: center;
}

#banner .item.item01:before {
  background-image: url(../../../../assets/images/common/banner-bg01.jpg);
}

#banner .item.item02:before {
  background-image: url(../../../../assets/images/common/banner-bg02.jpg);
}

#banner .item * {
  position: relative;
  z-index: 2;
}

#banner .item + .item {
  border-left: 1px solid #fff;
}

#banner .item .ttl {
  margin: 0 0 1.5rem;
  font-size: 2rem;
}

@media screen and (max-width: 1439px) {
  #banner .item .ttl {
    font-size: 15px;
  }
}
#banner .item .read {
  margin: 0 0 4rem;
  line-height: 2;
}

#banner .item .link {
  display: inline-block;
  background: url(../../../../assets/images/top/showroom-arrow01.png) left top no-repeat;
  background-size: 2.2rem auto;
  padding: 0 0 1rem 3rem;
  line-height: 1;
  font-family: "Montserrat", "NotoSansJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 1439px) {
  #banner .item .link {
    font-size: 12px;
  }
}
#banner .item .link:after {
  content: "";
  display: block;
  background: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 980px) {
  #banner .innerBlock {
    display: block;
  }
  #banner .item {
    width: auto;
    height: 33.5rem;
  }
  #banner .item + .item {
    border-top: 1px solid #fff;
    border-left: none;
  }
  #banner .item .ttl {
    margin: 0 0 1.5rem;
    font-size: 2.4rem;
  }
  #banner .item .read {
    margin: 0 0 3rem;
    line-height: 1.6;
    font-size: 2rem;
  }
  #banner .item .link {
    background-size: 2.6rem auto;
    padding: 0 0 1rem 4.2rem;
    font-size: 2rem;
  }
}
#discover {
  background: url(../../../../assets/images/common/discover-bg.jpg) center no-repeat;
  background-size: cover;
  margin: 0 0 14rem;
  padding: 17.5rem 0 21rem;
  color: #eeeae5;
}

#discover .cntTtl {
  margin: 0 0 2rem;
  text-align: left;
}

#discover .wrap {
  display: flex;
  position: relative;
  border-right: 1px solid rgba(238, 234, 229, 0.3);
}

#discover .wrap:after {
  content: "";
  display: block;
  width: calc(100% + 11.2rem);
  height: 100%;
  position: absolute;
  top: 0;
  left: -5.6rem;
  pointer-events: none;
  border-top: 1px solid rgba(238, 234, 229, 0.3);
  border-bottom: 1px solid rgba(238, 234, 229, 0.3);
}

#discover .wrap .item {
  width: 25%;
  padding: 2.5rem 3rem 2.5rem;
  color: #eeeae5;
  border-left: 1px solid rgba(238, 234, 229, 0.3);
  position: relative;
}

#discover .wrap .item:after {
  content: "";
  display: block;
  background: url(../../../../assets/images/common/arrow02.svg) center no-repeat #000;
  background-size: 0.8rem auto;
  width: 3.5rem;
  height: 1.5rem;
  position: absolute;
  right: 2rem;
  bottom: 3rem;
  border-radius: 0.4rem;
}

#discover .wrap .item .num {
  margin: 0 0 9.5rem;
  font-family: "Montserrat", "NotoSansJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}

#discover .wrap .item .txt {
  padding-right: 5rem;
}

@media screen and (max-width: 980px) {
  #discover {
    background-image: url(../../../../assets/images/common/discover-bg-sp.jpg);
    margin: 0 0 11rem;
    padding: 11rem 0 13rem;
  }
  #discover .cntTtl {
    margin: 0 0 3rem;
  }
  #discover .wrap {
    flex-wrap: wrap;
    border-right: 1px solid rgba(238, 234, 229, 0.3);
  }
  #discover .wrap:after {
    width: calc(100% + 6rem);
    left: -3rem;
  }
  #discover .wrap .item {
    width: 50%;
    padding: 2.5rem 3rem 8.5rem;
  }
  #discover .wrap .item:nth-child(n+3):before {
    content: "";
    display: block;
    background: rgba(238, 234, 229, 0.3);
    width: calc(100% + 3rem);
    height: 1px;
    top: 0;
    position: absolute;
  }
  #discover .wrap .item:nth-child(n+3):nth-child(odd):before {
    left: -3rem;
  }
  #discover .wrap .item:nth-child(n+3):nth-child(even):before {
    right: -3rem;
  }
  #discover .wrap .item:after {
    width: 5.1rem;
    height: 2.3rem;
    right: auto;
    left: 3rem;
    bottom: 3rem;
    border-radius: 0.4rem;
  }
  #discover .wrap .item .num {
    margin: 0 0 8rem;
    font-size: 2rem;
  }
  #discover .wrap .item .ttl {
    margin: 0 0 0.5rem;
    font-size: 2.2rem;
  }
  #discover .wrap .item .txt {
    font-size: 2rem;
  }
}
#footer, #copyright {
  background-color: #2f2f2f;
  background-repeat: repeat;
  background-size: 100% auto;
  background-image: repeating-linear-gradient(90deg, transparent, transparent calc(5.6rem - 1px), #29241a calc(5.6rem - 1px), #29241a 5.6rem, transparent calc(5.6rem + 1px), transparent calc((100% - 11.2rem) / 4 - 1px + 5.6rem), #29241a calc((100% - 11.2rem) / 4 - 1px + 5.6rem), #29241a calc((100% - 11.2rem) / 4 + 5.6rem), transparent calc((100% - 11.2rem) / 4 + 1px + 5.6rem), transparent calc(50% - 1px), #29241a calc(50% - 1px), #29241a 50%, transparent calc(50% + 1px), transparent calc((100% - 11.2rem) / 4 * 3 - 1px + 5.6rem), #29241a calc((100% - 11.2rem) / 4 * 3 - 1px + 5.6rem), #29241a calc((100% - 11.2rem) / 4 * 3 + 5.6rem), transparent calc((100% - 11.2rem) / 4 * 3 + 1px + 5.6rem), transparent calc(100% - 5.6rem - 1px), #29241a calc(100% - 5.6rem - 1px), #29241a calc(100% - 5.6rem), transparent calc(100% - 5.6rem + 1px), transparent);
  color: #fff;
}

@media screen and (max-width: 980px) {
  #footer, #copyright {
    background-image: repeating-linear-gradient(90deg, transparent, transparent calc(3rem - 1px), #29241a calc(3rem - 1px), #29241a 3rem, transparent 3rem, transparent calc(50% - 1px), #29241a calc(50% - 1px), #29241a 50%, transparent 50%, transparent calc(100% - 3rem - 1px), #29241a calc(100% - 3rem - 1px), #29241a calc(100% - 3rem), transparent calc(100% - 3rem), transparent);
  }
}
@media screen and (max-width: 980px) {
  #footer, #copyright {
    background: #2f2f2f;
  }
}
#footer {
  position: relative;
  padding: 10rem 0 17rem;
  overflow: visible !important;
}

#footer .pageTop {
  position: absolute;
  top: 8rem;
  right: -3rem;
  transform: rotate(90deg);
  transform-origin: center;
  z-index: 10;
}

#footer .pageTop a {
  display: inline-block;
  padding-left: 6rem;
  line-height: 1;
  color: #fff;
  font-family: "Montserrat", "NotoSansJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
}

@media screen and (min-width: 981px) {
  #footer .pageTop a {
    transition: 0.5s ease-in-out;
  }
  #footer .pageTop a:hover {
    transform: translatex(-10px);
  }
}
#footer .pageTop a:before, #footer .pageTop a:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

#footer .pageTop a:before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

#footer .pageTop a:after {
  height: 1px;
  width: 5rem;
}

#footer .innerBlock {
  display: flex;
}

#footer .item {
  width: 25%;
  position: relative;
}

#footer .item.main {
  padding-bottom: 0;
}

#footer .item.main .list {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 50% 1fr;
  grid-template-rows: repeat(6, auto);
}

#footer .item.main .list li:nth-child(6n+1) {
  margin-top: 0;
}

@media screen and (min-width: 981px) {
  #footer .item.main {
    width: 50%;
  }
  #footer .item.sub {
    width: auto;
    position: absolute;
    bottom: -23rem;
    left: 5.6rem;
    z-index: 3;
  }
  #footer .item.sub .list {
    display: flex;
    align-items: center;
    -moz-column-gap: 3.3rem;
    column-gap: 3.3rem;
  }
  #footer .item.sub .list li + li {
    margin-top: 0;
  }
}
#footer .item .ttl {
  margin-bottom: 1em;
  line-height: 1.7;
  letter-spacing: -0.04rem;
  font-family: "Montserrat", "NotoSansJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #b0b0b0;
}

#footer .item a {
  color: #fff;
}

#footer .item a img {
  max-width: none;
  width: auto;
  margin-left: 1em;
  vertical-align: middle;
}

#footer .item a.exit:after {
  content: "";
  display: inline-block;
  background: url(../../../../assets/images/common/ico-exit.png) center no-repeat;
  background-size: 100%;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 1rem;
  vertical-align: middle;
}

#footer .item .list:nth-child(1) {
  margin-top: 3.5rem;
}

#footer .item .list:not(:last-child) {
  margin-bottom: 6rem;
}

#footer .item .list li {
  line-height: 1.7;
}

#footer .item .list li + li {
  margin-top: 1.3rem;
}

#footer .item .logo {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: -13rem;
}

#footer .item .logo img {
  width: 20rem;
}

@media screen and (max-width: 980px) {
  #footer {
    padding: 9rem 0 0;
    font-size: 2rem;
  }
  #footer .pageTop {
    top: 10rem;
    right: -5rem;
  }
  #footer .pageTop a {
    padding-left: 10rem;
  }
  #footer .pageTop a:before {
    width: 1rem;
    height: 1rem;
  }
  #footer .pageTop a:after {
    height: 0.2rem;
    width: 8rem;
  }
  #footer .innerBlock {
    flex-wrap: wrap;
  }
  #footer .item {
    width: 100%;
  }
  #footer .item.sub {
    padding-left: 50%;
  }
  #footer .item.sub .list {
    margin-top: 0;
  }
  #footer .item:nth-child(3), #footer .item:nth-child(4) {
    display: flex;
  }
  #footer .item:nth-child(3) {
    flex-wrap: wrap;
    margin: 7rem 0 0;
  }
  #footer .item:nth-child(3) > * {
    width: 50%;
  }
  #footer .item:nth-child(3) > *:nth-child(1) {
    order: 1;
  }
  #footer .item:nth-child(3) > *:nth-child(2) {
    order: 3;
  }
  #footer .item:nth-child(3) > *:nth-child(3) {
    order: 2;
  }
  #footer .item:nth-child(3) > *:nth-child(4) {
    order: 4;
  }
  #footer .item:nth-child(4) {
    margin: 9rem 0 0;
    justify-content: center;
  }
  #footer .item:nth-child(4) .logo {
    text-align: center;
    position: static;
  }
  #footer .item:nth-child(4) .logo img {
    width: 31rem;
  }
  #footer .item a.exit:after {
    margin-left: 2rem;
  }
  #footer .item a img[alt=facebook] {
    width: 1.8rem;
  }
  #footer .item a img[alt=Instagram] {
    width: 2.8rem;
  }
  #footer .item a img[alt=YouTube] {
    width: 2.7rem;
  }
  #footer .item .list li + li {
    margin-top: 2rem;
  }
  #footer .item.sub .list li + li {
    margin-top: 1.5rem;
  }
}
#copyright {
  padding: 4rem 0 11rem;
  font-feature-settings: "palt";
  border-top: 1px solid #29241a;
}
#copyright .innerBlock {
  max-width: 192rem;
  padding: 0 5.6rem;
}

#copyright .txt {
  line-height: 1;
  text-align: right;
  font-family: "Montserrat", "NotoSansJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: -0.045rem;
}

@media screen and (max-width: 980px) {
  #copyright {
    padding: 6rem 0 21rem;
  }
  #copyright .txt {
    text-align: center;
    font-size: 2rem;
  }
}
#fixedMenu {
  width: 6.5rem;
  position: fixed;
  bottom: 20%;
  right: 0;
  z-index: 999;
}

@media screen and (min-width: 981px) {
  #fixedMenu {
    transform: translateX(100%);
    transition: 0.5s ease-in-out;
  }
  #fixedMenu.isActive {
    transform: translateX(0);
  }
}
#fixedMenu .list {
  border-left: 1px solid #fff;
}

#fixedMenu .list li + li {
  border-top: 1px solid #fff;
}

#fixedMenu .list li a {
  background: #000;
  display: block;
  overflow: hidden;
}

@media screen and (min-width: 981px) {
  #fixedMenu .list li a {
    transition: 0.5s ease-in-out;
  }
  #fixedMenu .list li a:hover {
    background: #4b4a47;
    opacity: 1;
  }
  #fixedMenu .list li a:hover img {
    transform: scale(1.1);
  }
}
#fixedMenu .list li a img {
  transition: 0.5s ease-in-out;
  transform-origin: center;
}

@media screen and (max-width: 980px) {
  #fixedMenu {
    width: auto;
    padding: 2.5rem 0;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transform: none;
  }
  #fixedMenu .list {
    display: flex;
    justify-content: center;
    width: 62rem;
    margin: 0 auto;
    border: none;
    box-shadow: 3px 0 3.2rem rgba(0, 0, 0, 0.35);
  }
  #fixedMenu .list li {
    width: 25%;
  }
  #fixedMenu .list li + li {
    border-top: none;
    border-left: 1px solid #fff;
  }
  #fixedMenu .list li a {
    text-align: center;
  }
  #fixedMenu .list li a img {
    width: auto;
    height: 10rem;
  }
}
form .inputArea {
  display: flex;
}

form .inputArea input[type=search] {
  width: calc(100% - 9rem);
  height: 9rem;
  padding: 0 3rem;
  border: none;
  outline: 0;
  background-color: #fff;
}

form .inputArea input[type=search]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

form .inputArea input[type=search]::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

form .inputArea input[type=button] {
  border: none;
  outline: 0;
  background: url(../../../../assets/images/common/ico-search2.png) center no-repeat #000;
  background-size: 2.5rem auto;
  width: 9rem;
  height: 9rem;
  text-indent: -9999px;
}

@media screen and (max-width: 980px) {
  form .inputArea input[type=search] {
    width: calc(100% - 12rem);
    height: 12rem;
  }
  form .inputArea input[type=button] {
    background-size: 4rem auto;
    width: 12rem;
    height: 12rem;
  }
}
#searchBox {
  display: none;
  width: 100%;
  height: 100vh;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  letter-spacing: -0.04rem;
  box-sizing: border-box;
}
#searchBox * {
  box-sizing: border-box;
}
#searchBox *::before, #searchBox *::after {
  box-sizing: border-box;
}

#searchBox .innerBlock {
  background: #2f2f2f;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 0;
  position: relative;
}

#searchBox .innerBlock:before {
  content: "";
  display: block;
  background: url(../../../../assets/images/common/searchBox-bg.jpg) left top no-repeat;
  background-size: auto 100%;
  width: 80rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#searchBox .innerBlock .wrap {
  width: calc(100% - 80rem);
  padding: 5rem 18.5rem 0;
}

#searchBox .innerBlock .wrap .ttlWrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  margin: 0 0 13rem;
}

#searchBox .innerBlock .wrap .ttlWrap .cntTtl {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  padding: 0;
  line-height: 1.6;
  font-weight: bold;
  font-feature-settings: "palt";
}

#searchBox .innerBlock .wrap .ttlWrap .cntTtl span {
  font-size: 2.8rem;
  font-family: "Montserrat", "NotoSansJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: -0.065rem;
}

#searchBox .innerBlock .wrap .ttlWrap .txt {
  opacity: 0.5;
  margin: 0;
  font-weight: bold;
  font-feature-settings: "palt";
}

#searchBox .innerBlock .wrap .txt {
  margin: 0 0 1rem;
  line-height: 1.7;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: -0.065rem;
}

#searchBox .innerBlock .wrap .radio {
  display: flex;
  align-items: center;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
  margin: 2rem 0 5rem;
}

#searchBox .innerBlock .wrap .radio li {
  line-height: 1;
}

#searchBox .innerBlock .wrap .radio li input {
  display: none;
}

#searchBox .innerBlock .wrap .radio li input:checked + label:after {
  display: block;
  left: 0.5rem;
  transform: none;
}

#searchBox .innerBlock .wrap .radio li label {
  display: inline-block;
  min-height: auto;
  line-height: 1;
  padding-left: 2.7rem;
  position: relative;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: -0.065rem;
}

#searchBox .innerBlock .wrap .radio li label:before, #searchBox .innerBlock .wrap .radio li label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}

#searchBox .innerBlock .wrap .radio li label:before {
  width: 1.6rem;
  height: 1.6rem;
  border: 1px solid #fff;
  transform: none;
}

#searchBox .innerBlock .wrap .radio li label:after {
  background: #fff;
  display: none;
  width: 0.6rem;
  height: 0.6rem;
}

#spMenu {
  display: none;
}

@media screen and (max-width: 980px) {
  #spMenu {
    background: #2f2f2f;
    width: 100%;
    height: 100%;
    padding: 16rem 0 9rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    font-family: "NotoSansJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    overflow-y: auto;
    box-sizing: border-box;
  }
  #spMenu * {
    box-sizing: border-box;
  }
  #spMenu *:before, #spMenu *:after {
    box-sizing: border-box;
  }
  #spMenu #menuClose {
    display: block;
    width: 7.2rem;
    height: 2.7rem;
    position: absolute;
    right: 3rem;
    top: 7rem;
  }
  #spMenu #menuClose span {
    background: #fff;
    display: inline-block;
    width: 100%;
    height: 1px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.3s ease-in-out;
    opacity: 1;
  }
  #spMenu #menuClose span:nth-of-type(1) {
    bottom: 0;
    transform: rotate(-30deg);
  }
  #spMenu #menuClose span:nth-of-type(2) {
    top: 0;
    transform: rotate(30deg);
  }
  #spMenu input {
    font-size: 16px !important;
  }
  #spMenu .innerBlock {
    padding: 0;
  }
  #spMenu .item + .item {
    margin-top: 8rem;
  }
  #spMenu .item.main {
    margin-top: 2rem;
    padding-bottom: 0;
  }
  #spMenu .item.main .ttl {
    display: none;
  }
  #spMenu .item.main li:not(.spMin) {
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  #spMenu .item.main li:not(.spMin) + li {
    margin-top: 0;
  }
  #spMenu .item.main li:not(.spMin) + li.spMin {
    margin-top: 8rem;
  }
  #spMenu .item.main li:not(.spMin) a {
    display: flex;
    align-items: center;
    height: 12rem;
    padding: 0 3rem;
    font-size: 2.8rem;
    position: relative;
  }
  #spMenu .item.main li a {
    font-weight: bold;
  }
  #spMenu .item.main li:not(.spMin) a:after {
    content: "";
    display: block;
    background: url(../../../../assets/images/common/arrow02.svg) center no-repeat #000;
    background-size: 1.6rem auto;
    width: 5rem;
    height: 2.3rem;
    position: absolute;
    right: 3rem;
    bottom: 0;
    top: 0;
    margin: auto;
    border-radius: 0.4rem;
  }
  #spMenu .item:nth-child(3) {
    display: flex;
    flex-wrap: wrap;
  }
  #spMenu .item:nth-child(3) > * {
    flex-basis: 100%;
  }
  #spMenu .item:nth-child(3) .ttl:nth-of-type(1) {
    order: 3;
    margin-top: 8rem;
  }
  #spMenu .item:nth-child(3) .ttl:nth-of-type(2) {
    order: 1;
  }
  #spMenu .item:nth-child(3) .list:nth-of-type(1) {
    order: 4;
  }
  #spMenu .item:nth-child(3) .list:nth-of-type(2) {
    order: 2;
  }
  #spMenu .item:nth-child(4) {
    display: none;
  }
  #spMenu .item .ttl {
    margin: 0 0 1em;
    padding: 0 3rem;
    color: rgba(255, 255, 255, 0.5);
    font-family: "Montserrat", "NotoSansJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.7;
    letter-spacing: -0.04rem;
  }
  #spMenu .item .list li {
    padding: 0 3rem;
  }
  #spMenu .item .list li + li {
    margin-top: 2rem;
  }
  #spMenu .item .list li a {
    color: #fff;
    letter-spacing: 0;
    font-size: 2.2rem;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.7;
  }
  #spMenu .item .list li a.exit:after {
    content: "";
    display: inline-block;
    background: url(../../../../assets/images/common/ico-exit.png) center no-repeat;
    background-size: 100%;
    width: 1.2rem;
    height: 1.2rem;
    margin-left: 1rem;
    vertical-align: middle;
  }
  #spMenu .item .list.sns {
    display: flex;
    align-items: center;
    -moz-column-gap: 5.6rem;
    column-gap: 5.6rem;
    padding: 0 3rem;
  }
  #spMenu .item .list.sns li {
    padding: 0;
  }
  #spMenu .item .list.sns li + li {
    margin-top: 0;
  }
  #spMenu .item .list.sns li a span {
    display: none;
  }
  #spMenu .item .list.sns li a img {
    vertical-align: middle;
  }
  #spMenu .item .list.sns li a img[alt=facebook] {
    width: 1.8rem;
  }
  #spMenu .item .list.sns li a img[alt=Instagram] {
    width: 2.8rem;
  }
  #spMenu .item .list.sns li a img[alt=YouTube] {
    width: 2.7rem;
  }
  #spMenu .txt {
    margin-top: 15rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-family: "Montserrat", "NotoSansJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    font-feature-settings: "palt";
    line-height: 1.7;
    letter-spacing: -0.08rem;
  }
}
#modal-movie {
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  background: #1b1b1b;
  z-index: 10000;
  display: none;
}

#modal-movie .sec-inr {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  transform: translateZ(0);
}

#modal-movie .close-btn {
  position: absolute;
  top: 0;
  right: 6.9%;
  margin-top: 74px;
  width: 40px;
  height: 13px;
  cursor: pointer;
  z-index: 2;
}

#modal-movie .close-btn span {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  transition: transform 0.3s;
}

#modal-movie .close-btn span:before, #modal-movie .close-btn span:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2010;
}

#modal-movie .close-btn .menu-line-top {
  top: 4px;
  transform: rotate(30deg);
}

#modal-movie .close-btn .menu-line-bottom {
  bottom: 9px;
  transform: rotate(-30deg);
}

#modal-movie .bg-txt {
  position: absolute;
  top: -0.8%;
  left: -1%;
  font-size: 15.27vw;
  font-family: "bodoni", sans-serif;
  color: #131313;
  line-height: 77%;
}

@media screen and (max-width: 980px) {
  #modal-movie .close-btn {
    position: fixed;
    right: 8%;
    width: 9.6vw;
    height: 2.53vw;
    margin-top: 12.7%;
  }
  #modal-movie .close-btn .menu-line-top {
    top: 0;
    margin-top: 10%;
  }
  #modal-movie .close-btn .menu-line-bottom {
    bottom: 0;
    margin-bottom: 15%;
  }
  #modal-movie .bg-txt {
    font-family: bodoni, sans-serif;
    font-size: 32.2vw;
    top: -1.3%;
    left: -8%;
  }
}
#modal-movie .modal-wrap {
  max-width: 822px;
  width: 84%;
  padding: 120px 0;
  margin: 0 auto;
}

#modal-movie .modal-wrap .ttl {
  line-height: 1;
  font-size: 1.8rem;
  font-family: "bodoni", sans-serif;
  color: #fff;
  padding-bottom: 32px;
  margin: 0;
}

@media screen and (max-width: 1439px) {
  #modal-movie .modal-wrap .ttl {
    font-size: 13px;
  }
}
#modal-movie .modal-wrap .iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.32%;
}

#modal-movie .modal-wrap .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 980px) {
  #modal-movie .modal-wrap {
    padding: 20% 0 25%;
  }
  #modal-movie .modal-wrap .ttl {
    font-size: 3.26vw;
    padding-bottom: 5%;
  }
}
/* コンテンツ調整 */
#kv-ariachef .inner {
  margin-top: 12.8vw;
}

/*# sourceMappingURL=adjustment.css.map */
