<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500&amp;family=Noto+Sans+JP:wght@300;400;500;700&amp;family=Noto+Serif+JP&amp;display=swap");
/*! reset.css */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  padding: 0;
  list-style: none;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
}

/* Natural flow and rhythm in articles by default */
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
main {
  display: block;
}

section,
article {
  display: block;
}

.font-gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.font-mincho {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
}

html {
  line-height: 1;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.underline {
  text-decoration: underline;
}

a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}

#js-cover {
  display: none;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
}
@media screen and (max-width: 1024px) {
  #js-cover.open {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 1024px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .sp-only {
    display: block;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.hidden {
  display: none;
}

.loaded {
  display: block;
}

picture img {
  vertical-align: top;
}

img {
  vertical-align: top;
  line-height: 1;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.aniFadeIn {
  opacity: 0;
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, -webkit-transform 2s;
  transition: opacity 2s, transform 2s;
  transition: opacity 2s, transform 2s, -webkit-transform 2s;
}
.aniFadeIn.doAniFadeIn {
  opacity: 1;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}
.aniFadeIn.fadeUp {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.aniFadeIn.fadeLeft {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
.aniFadeIn.fadeDown {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}
.aniFadeIn.fadeRight {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.aniFadeIn.fadeExpand {
  -webkit-transform: translateY(100px) scale(0.7);
          transform: translateY(100px) scale(0.7);
}
.aniFadeIn.fadeExpand.action {
  -webkit-transform: translateY(0) scale(1) !important;
          transform: translateY(0) scale(1) !important;
}
.aniFadeIn.textFade .fadeTarget {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.aniFadeIn.textFade .fadeTarget:nth-of-type(2n-1) {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.aniFadeIn.textFade .fadeTarget:nth-of-type(2n) {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.aniFadeIn.textFade .fadeTarget.action {
  opacity: 1;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
}

sup {
  font-size: 62.5%;
}

.red {
  color: #BC0000;
}

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

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

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

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

.fz68p {
  font-size: 68%;
}

.fz70p {
  font-size: 70%;
}

.fz72p {
  font-size: 72%;
}

.fz75p {
  font-size: 75%;
}

.fz78p {
  font-size: 78%;
}

.fz112p {
  font-size: 112%;
}

.fz120p {
  font-size: 120%;
}

.fz136p {
  font-size: 136%;
}

.fz140p {
  font-size: 140%;
}

.fz150p {
  font-size: 150%;
}

.fz175p {
  font-size: 175%;
}

.fz187p {
  font-size: 187%;
}

.fz192p {
  font-size: 192%;
}

.fz218p {
  font-size: 218%;
}

.fz254p {
  font-size: 254%;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-80 {
  margin-bottom: 80px;
}

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

.g-recaptcha {
  margin-top: 40px;
  margin-bottom: 40px;
}

.common-inner {
  max-width: 1120px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .common-inner {
    padding: 0 10px;
  }
}

.common-note {
  max-width: 1120px;
  margin: 0 auto 40px;
  font-size: 1.2rem;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .common-note {
    font-size: 1rem;
  }
}

.g-card {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .g-card {
    display: block;
  }
}
.g-card:hover {
  text-decoration: none;
}
.g-card__header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  margin-right: 20px;
}
.g-card__header .header-image {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .g-card__header .header-image {
    text-align: center;
    margin-bottom: 10px;
  }
}
.g-card__header .header-review {
  text-align: center;
}
.g-card__header .header-review .star {
  color: #C4AF3E;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .g-card__header .header-review .star {
    margin-bottom: 10px;
  }
}
.g-card__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: wrap column;
          flex-flow: wrap column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .g-card__body .body-title {
    margin-bottom: 10px;
  }
}
.g-card__body .body-title .title-main {
  font-size: 1.6rem;
}
.g-card__body .body-title .title-sub {
  font-size: 1.2rem;
}
.g-card__body .body-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .g-card__body .body-aside {
    margin-bottom: 10px;
  }
}
.g-card__body .body-aside .item {
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  margin-right: 20px;
}
.g-card__body .body-aside .item__header {
  margin-right: 0;
}
.g-card__footer {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  border-left: solid 1px #E6E6E6;
  margin-left: 20px;
  padding: 20px 20px 0;
}
@media screen and (max-width: 1024px) {
  .g-card__footer {
    border-left: none;
    margin-left: 0;
    border-top: solid 1px #E6E6E6;
    padding: 10px 0 0 0;
  }
}
.g-card__footer .footer-price {
  font-size: 1.6rem;
  padding-right: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .g-card__footer .footer-price {
    margin-bottom: 20px;
  }
}
.g-card__footer .footer-price .unit {
  font-size: 1.2rem;
}
.g-card__footer .footer-icon {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 1024px) {
  .g-card__footer .footer-icon {
    top: 10px;
    right: 0;
  }
}
.g-card__footer .footer-attention {
  color: #f00;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .g-card__footer .footer-attention {
    font-size: 1.4rem;
  }
}

.js-widget-condition-toggle {
  cursor: pointer;
}
.btn-cancel {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  outline: none;
  display: block;
  font-size: 1.2rem;
  color: #000;
  background: #E6E6E6;
  padding: 10px 2px;
  border: solid 1px #E6E6E6;
  margin-right: 5px;
  width: 64px;
}

.btn-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  outline: none;
  display: block;
  font-size: 1.2rem;
  color: #000;
  background: #fff;
  padding: 10px 2px;
  border-radius: 0;
  border: solid 1px #000;
  width: 64px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.btn-submit:hover {
  background: #E6E6E6;
}

.btn-insert {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  outline: none;
  display: block;
  font-size: 1.4rem;
  color: #000;
  background: #fff;
  padding: 20px 10px;
  border-radius: 0;
  border: solid 1px #000;
  width: 178px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
@media screen and (max-width: 1024px) {
  .btn-insert {
    margin: auto;
    width: 100%;
  }
}
.btn-insert:hover {
  background: #E6E6E6;
}

.btn-confirm {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  outline: none;
  display: block;
  font-size: 1.4rem;
  color: #fff;
  background: #000;
  padding: 20px 10px;
  border-radius: 0;
  border: solid 1px #000;
  width: 300px;
  margin: auto;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
@media screen and (max-width: 1024px) {
  .btn-confirm {
    margin: auto;
    width: 100%;
  }
}
.btn-confirm:hover {
  opacity: 0.8;
}

.btn-purchase {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  outline: none;
  display: block;
  font-size: 1.8rem;
  color: #fff;
  background: #000;
  padding: 20px 10px;
  border-radius: 0;
  border: solid 1px #000;
  width: 260px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
@media screen and (max-width: 1024px) {
  .btn-purchase {
    margin: auto;
    width: 100%;
  }
}
.btn-purchase:hover {
  opacity: 0.8;
}

.btn-purchase-update {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  outline: none;
  display: block;
  font-size: 1.8rem;
  color: #000;
  background: #eee;
  padding: 20px 10px;
  border-radius: 0;
  border: solid 1px transparent;
  width: 260px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
@media screen and (max-width: 1024px) {
  .btn-purchase-update {
    margin: auto;
    width: 100%;
  }
}
.btn-purchase-update:hover {
  opacity: 0.8;
  background: #F6F6F6FF;
}

.btn-login {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  outline: none;
  display: block;
  font-size: 1.8rem;
  color: #fff;
  background: #000;
  padding: 20px 10px;
  border-radius: 0;
  border: solid 1px #000;
  width: 180px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
@media screen and (max-width: 1024px) {
  .btn-login {
    margin: auto;
    width: 100%;
    padding: 20px 40px;
  }
}
.btn-login:hover {
  opacity: 0.8;
}

.btn-favorite {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  outline: none;
  display: block;
  background: none;
  padding: 0;
  border-radius: 0;
  border: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
.form-control.size-2 {
  display: inline-block;
  width: 4rem;
  text-align: center;
  padding: 0.375rem 0.75rem;
}
.form-control.size-4 {
  display: inline-block;
  width: 8rem;
  text-align: center;
  padding: 0.375rem 0.75rem;
}
.form-control.size-s {
  display: inline-block;
  width: 6em;
}
@media screen and (max-width: 1024px) {
  .form-control.size-s {
    width: 4em;
  }
}
.form-control.size-l {
  display: inline-block;
  width: 20em;
}
@media screen and (max-width: 1024px) {
  .form-control.size-l {
    width: 14em;
  }
}
.form-control.bg-red {
  border: solid 1px #FF0000;
  background: #FFC1C1;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  vertical-align: middle;
  background: #fff url("../img/pc/icon_select.png") right 0.75rem center/10px 5px no-repeat;
  border: 1px solid #707070;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-select.size-s {
  display: inline-block;
  width: 6em;
}
@media screen and (max-width: 1024px) {
  .form-select.size-s {
    width: 4em;
  }
}
.form-select.size-l {
  display: inline-block;
  width: 20em;
}
@media screen and (max-width: 1024px) {
  .form-select.size-l {
    width: 14em;
  }
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}
input[type=submit]:hover,
input[type=button]:hover,
label:hover,
button:hover,
select:hover {
  opacity: 0.8;
}

input[type=text],
input[type=search],
input[type=number],
input[type=phone] {
  display: block;
  font-size: 1.6rem;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  border-radius: 0;
  border: solid 1px #707070;
  background: #fff;
  width: 100%;
}
input[type=text]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=phone]::-webkit-input-placeholder {
  color: #D5D2D2;
}
input[type=text]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=phone]::-moz-placeholder {
  color: #D5D2D2;
}
input[type=text]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=phone]:-ms-input-placeholder {
  color: #D5D2D2;
}
input[type=text]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=phone]::-ms-input-placeholder {
  color: #D5D2D2;
}
input[type=text]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=phone]::placeholder {
  color: #D5D2D2;
}

textarea {
  display: block;
  font-size: 1.6rem;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  border-radius: 0;
  border: solid 1px #707070;
  background: #fff;
  width: 100%;
}
textarea::-webkit-input-placeholder {
  color: #D5D2D2;
}
textarea::-moz-placeholder {
  color: #D5D2D2;
}
textarea:-ms-input-placeholder {
  color: #D5D2D2;
}
textarea::-ms-input-placeholder {
  color: #D5D2D2;
}
textarea::placeholder {
  color: #D5D2D2;
}

.g-modal-age .modal-content {
  background: #fff;
  max-width: 640px;
  margin: auto;
  padding: 100px 20px 80px;
}
@media screen and (max-width: 1024px) {
  .g-modal-age .modal-content {
    max-width: 90%;
    min-height: 300px;
  }
}
.g-modal-age .message {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .g-modal-age .message {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .g-modal-age .message .form-control {
    font-size: 1.6rem;
  }
}
.g-modal-age .message .age-alert {
  font-size: 1.2rem;
  text-align: center;
  color: #FF0000;
}
.g-modal-age .action {
  text-align: center;
}
.g-modal-age .action .action-note {
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .g-modal-age .action .action-note {
    font-size: 1.4rem;
  }
}

/****************************************************/
/**   PAGINATE    **/
/****************************************************/
span.page a,
span.page.current,
span.next a,
span.prev a,
span.deco {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  line-height: 1.6;
  background: #fff;
}

.pagination_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination_nav a {
  color: #333;
  text-decoration: none;
}
.pagination_nav a:hover {
  text-decoration: underline;
}
.pagination_nav span.page.current {
  color: #999;
  text-decoration: underline;
}

.c-mv {
  position: relative;
  text-align: center;
}
.c-mv .mv-main img {
  width: 100%;
}
.c-mv .mv-text {
  position: absolute;
  top: 50%;
  left: 10vw;
}
@media screen and (max-width: 1024px) {
  .c-mv .mv-text {
    top: 40%;
  }
}
.c-mv .mv-text.type-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .c-mv .mv-text.type-center {
    top: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .c-mv .mv-text &gt; img {
    width: 140px;
  }
}
.c-mv .mv-scroll {
  position: absolute;
  left: 50%;
  bottom: 10px;
  height: 50px;
}
@media screen and (max-width: 1024px) {
  .c-mv .mv-scroll {
    height: 25px;
  }
}
.c-mv .mv-scroll span {
  position: absolute;
  display: block;
  top: -15px;
  left: -25px;
  color: #eee;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .c-mv .mv-scroll span {
    left: -20px;
    font-size: 1rem;
  }
}
.c-mv .mv-scroll::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #eee;
  -webkit-animation: aniMvScroll 1.4s ease-in-out infinite;
          animation: aniMvScroll 1.4s ease-in-out infinite;
  opacity: 0;
}

.c-btn {
  text-decoration: none;
}
.c-btn:hover {
  text-decoration: none;
}

.c-main-content-bg {
  position: relative;
}
.c-main-content-bg::after {
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
  bottom: 0;
  right: 0;
  background: url("../img/pc/top_bg_1.jpg") top center/cover no-repeat;
  width: 100%;
  height: 120vh;
}
@media screen and (max-width: 1024px) {
  .c-main-content-bg::after {
    background: url("../img/sp/top_bg_1.jpg") bottom right/cover no-repeat;
  }
}

.c-footer-asides .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 1024px) {
  .c-footer-asides .footer-nav {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
  }
}
.c-footer-asides .footer-nav__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .c-footer-asides .footer-nav__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.c-footer-asides .footer-nav__item.item-1 .footer-nav__card::after {
  background: url("../img/pc/footer_nav_bg_1.jpg") center center/cover no-repeat;
}
.c-footer-asides .footer-nav__item.item-2 .footer-nav__card::after {
  background: url("../img/pc/footer_nav_bg_2.jpg") center center/cover no-repeat;
}
.c-footer-asides .footer-nav__item.item-3 .footer-nav__card::after {
  background: url("../img/pc/footer_nav_bg_3.jpg") center center/cover no-repeat;
}
.c-footer-asides .footer-nav__item .footer-nav__card {
  position: relative;
  display: block;
  width: 100%;
  height: 615px;
  color: #fff;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .c-footer-asides .footer-nav__item .footer-nav__card {
    height: 366px;
  }
}
.c-footer-asides .footer-nav__item .footer-nav__card::before {
  content: "";
  position: absolute;
  bottom: 1vw;
  right: 1vw;
  background: url("../img/pc/footer_nav_icon_arw.png") center center/100% 100% no-repeat;
  display: block;
  width: 81px;
  height: 81px;
}
@media screen and (max-width: 1024px) {
  .c-footer-asides .footer-nav__item .footer-nav__card::before {
    bottom: 20px;
    right: 20px;
  }
}
.c-footer-asides .footer-nav__item .footer-nav__card::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.c-footer-asides .footer-nav__item .footer-nav__card:hover::after {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.c-footer-asides .footer-nav__item .footer-nav__card-title {
  font-size: 1rem;
  line-height: 1;
  height: 50px;
}
@media screen and (max-width: 1024px) {
  .c-footer-asides .footer-nav__item .footer-nav__card-title {
    height: auto;
  }
}
.c-footer-asides .footer-nav__item .footer-nav__card-title.title-1 {
  font-size: 3.7rem;
}
@media screen and (max-width: 1024px) {
  .c-footer-asides .footer-nav__item .footer-nav__card-title.title-1 {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
.c-footer-asides .footer-nav__item .footer-nav__card-title.title-2 {
  font-size: 1rem;
  margin-top: -10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .c-footer-asides .footer-nav__item .footer-nav__card-title.title-2 img {
    width: 154px;
  }
}
.c-footer-asides .footer-nav__item .footer-nav__card-title.title-3 {
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .c-footer-asides .footer-nav__item .footer-nav__card-title.title-3 img {
    width: 153px;
  }
}
.c-footer-asides .footer-nav__item .footer-nav__card-name {
  font-size: 2.3rem;
}
@media screen and (max-width: 1024px) {
  .c-footer-asides .footer-nav__item .footer-nav__card-name {
    font-size: 1.6rem;
  }
}
.c-footer-asides .footer-banner {
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .c-footer-asides .footer-banner {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
  }
}
.c-footer-asides .footer-banner__item {
  max-width: 1300px;
  margin: auto;
  text-align: center;
}
.c-footer-asides .footer-banner__item:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .c-footer-asides .footer-banner__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.c-footer-asides .footer-gallery {
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .c-footer-asides .footer-gallery {
    margin-bottom: 120px;
  }
}
.c-footer-asides .footer-gallery .footer-gallery-box {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-footer-asides .footer-gallery .footer-gallery-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.c-footer-asides .footer-gallery .footer-gallery-box__base {
  aspect-ratio: 1920/676;
  background: url("../img/pc/footer_gallery_bg_1.png") center center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .c-footer-asides .footer-gallery .footer-gallery-box__base {
    position: relative;
    aspect-ratio: auto;
    background: url("../img/sp/footer_gallery_bg_1.jpg") center top/100% auto no-repeat;
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 1024px) {
  .c-footer-asides .footer-gallery .footer-gallery-box__base::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 398px;
  }
}
.c-footer-asides .footer-gallery .footer-gallery-box__base-inner {
  position: relative;
  max-width: 1920px;
  margin: auto;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .c-footer-asides .footer-gallery .footer-gallery-box__base-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.c-footer-asides .footer-gallery .footer-gallery-box__card-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  height: 100%;
  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;
}
@media screen and (max-width: 1024px) {
  .c-footer-asides .footer-gallery .footer-gallery-box__card-wrapper {
    position: relative;
    left: 0;
    top: auto;
  }
}
.c-footer-asides .footer-gallery .footer-gallery-box__card {
  position: relative;
  padding: 4vw;
  color: #fff;
  text-align: center;
  background: #212121;
  min-width: 600px;
  height: 100%;
  max-height: 28vw;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .c-footer-asides .footer-gallery .footer-gallery-box__card {
    position: relative;
    top: auto;
    min-width: inherit;
    max-height: inherit;
    margin-top: 200px;
    padding: 60px 30px;
    width: 100%;
  }
}
.c-footer-asides .footer-gallery .footer-gallery-box__title-1 {
  font-family: "Jost", sans-serif;
  font-size: 5rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .c-footer-asides .footer-gallery .footer-gallery-box__title-1 {
    font-size: 3rem;
  }
}
.c-footer-asides .footer-gallery .footer-gallery-box__title-2 {
  font-size: 2.4rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .c-footer-asides .footer-gallery .footer-gallery-box__title-2 {
    font-size: 2rem;
  }
}
.c-footer-asides .footer-gallery .footer-gallery-box__text-1 {
  font-size: 1.6rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .c-footer-asides .footer-gallery .footer-gallery-box__text-1 {
    font-size: 1.4rem;
  }
}
.c-footer-asides .footer-gallery .footer-gallery-box__more .btn-more {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  max-width: 320px;
  margin: auto;
  padding: 10px;
  border: 1px solid #fff;
  color: inherit;
  min-width: 335px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  .c-footer-asides .footer-gallery .footer-gallery-box__more .btn-more {
    padding: 7px 10px;
    max-width: inherit;
    min-width: 258px;
  }
}
.c-footer-asides .footer-gallery .footer-gallery-box__more .btn-more:hover {
  opacity: 1;
  color: #000;
  background: #fff;
}
.c-footer-asides .footer-note {
  max-width: 1147px;
  margin: auto;
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .c-footer-asides .footer-note {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-footer-asides .footer-wanted-bg {
  position: relative;
  z-index: 1;
  background: #fff;
  padding-bottom: 50px;
  overflow-x: hidden;
}
.c-footer-asides .footer-wanted-wrapper {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .c-footer-asides .footer-wanted-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.c-footer-asides .footer-wanted-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -60px;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 220px;
  background: #212121;
}
.c-footer-asides .footer-wanted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url("../img/pc/footer_wanted_bg_1.jpg") center center/cover no-repeat;
  max-width: 1147px;
  margin: 60px auto 0;
  padding: 30px 20px;
}
@media screen and (max-width: 1024px) {
  .c-footer-asides .footer-wanted {
    display: block;
    background: url("../img/sp/footer_wanted_bg_1.jpg") center center/cover no-repeat;
    padding: 20px 40px 150px;
  }
}
.c-footer-asides .footer-wanted__primary {
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}
.c-footer-asides .footer-wanted__card {
  color: #fff;
  text-align: center;
}
.c-footer-asides .footer-wanted__title-1 {
  font-size: 4.2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .c-footer-asides .footer-wanted__title-1 {
    font-size: 2.9rem;
    margin-bottom: 10px;
  }
}
.c-footer-asides .footer-wanted__more .btn-more {
  display: block;
  color: #0088E3;
  font-size: 1.8rem;
  text-align: center;
  max-width: 318px;
  margin: auto;
  padding: 15px;
  background: #fff;
  border-radius: 100px;
}
@media screen and (max-width: 1024px) {
  .c-footer-asides .footer-wanted__more .btn-more {
    font-size: 1.6rem;
    padding: 7px;
  }
}

.c-tel {
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .c-tel {
    pointer-events: visible;
  }
}

@media screen and (max-width: 1024px) {
  .c-pc-space {
    display: none;
  }
}

@-webkit-keyframes aniGnavShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes aniGnavShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes aniGotoTop {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes aniGotoTop {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes mvBtnScroll {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
@keyframes mvBtnScroll {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
.g-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.g-header a {
  color: inherit;
}
.g-header .g-header__inner {
  position: relative;
}
.g-header .logo {
  position: relative;
  z-index: 2;
  font-size: 1rem;
  line-height: 1;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .g-header .logo {
    padding: 10px;
  }
}
.g-header .logo .logo-image {
  display: inline-block;
  line-height: 1;
}
.g-header .logo .logo-image img {
  vertical-align: top;
}
@media screen and (max-width: 1024px) {
  .g-header .logo .logo-image img {
    max-width: 240px;
  }
}
.g-header .logo .logo-text {
  display: inline-block;
  font-size: 1.2rem;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .g-header .logo .logo-text {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
.g-header .logo a:hover {
  text-decoration: none;
}
.g-header .aside-wrapper {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
.g-header .aside-wrapper.is-hamburger-open {
  display: block;
}
.g-header .aside-wrapper.is-hamburger-open .g-grid-nav-wrapper {
  -webkit-animation: aniGnavShow 0.3s;
          animation: aniGnavShow 0.3s;
  opacity: 1;
}
.g-header .hamburger-menu {
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .g-header .hamburger-menu {
    top: 15px;
    right: 10px;
    width: 30px;
    height: 20px;
  }
}
.g-header .hamburger-menu &gt; span {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.g-header .hamburger-menu &gt; span:nth-of-type(1) {
  top: 0;
}
.g-header .hamburger-menu &gt; span:nth-of-type(2) {
  top: calc(50% - 1px);
}
.g-header .hamburger-menu &gt; span:nth-of-type(3) {
  bottom: 0;
}
.g-header .hamburger-menu.is-hamburger-open {
  width: 60px;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
@media screen and (max-width: 1024px) {
  .g-header .hamburger-menu.is-hamburger-open {
    width: 30px;
  }
}
.g-header .hamburger-menu.is-hamburger-open &gt; span {
  background: #fff;
}
.g-header .hamburger-menu.is-hamburger-open &gt; span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-30deg);
          transform: translateY(15px) rotate(-30deg);
}
@media screen and (max-width: 1024px) {
  .g-header .hamburger-menu.is-hamburger-open &gt; span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-30deg);
            transform: translateY(9px) rotate(-30deg);
  }
}
.g-header .hamburger-menu.is-hamburger-open &gt; span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(30deg);
          transform: translateY(0) rotate(30deg);
}
.g-header .hamburger-menu.is-hamburger-open &gt; span:nth-of-type(3) {
  opacity: 0;
}
.g-header .g-grid-nav-wrapper {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.g-header .g-grid-nav {
  display: -ms-grid;
  display: grid;
  gap: 0;
  -ms-grid-rows: 50vh 0 50vh;
  -ms-grid-columns: 1fr 0 1fr;
      grid-template: "item-1 item-3" 50vh "item-2 item-3" 50vh/1fr 1fr;
}
@media screen and (max-width: 1024px) {
  .g-header .g-grid-nav {
    display: -ms-grid;
    display: grid;
    gap: 0;
    -ms-grid-rows: auto 0 27vh 0 27vh;
    -ms-grid-columns: 1fr;
        grid-template: "item-3" auto "item-1" 27vh "item-2" 27vh/1fr;
  }
}
.g-header .g-grid-nav .item-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: item-1;
}
.g-header .g-grid-nav .item-2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: item-2;
}
.g-header .g-grid-nav .item-3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: item-3;
}
@media screen and (max-width: 1024px){
  .g-header .g-grid-nav .item-1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .g-header .g-grid-nav .item-2 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .g-header .g-grid-nav .item-3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}
.g-header .g-grid-nav .grid-nav__item.item-1 .grid-nav__link::after {
  background: url("../img/pc/header_nav_brand_bg.jpg") center center/cover no-repeat;
}
.g-header .g-grid-nav .grid-nav__item.item-2 .grid-nav__link::after {
  background: url("../img/pc/header_nav_corporate_bg.jpg") center center/cover no-repeat;
}
.g-header .g-grid-nav .grid-nav__link {
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.g-header .g-grid-nav .grid-nav__link::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  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;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.g-header .g-grid-nav .grid-nav__link:hover {
  opacity: 1;
  text-decoration: none;
}
.g-header .g-grid-nav .grid-nav__link:hover::after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.8;
}
.g-header .g-grid-nav .grid-nav__item.item-3 {
  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;
}
#item-s_a  {
  display: none;
}
.pc-none {
  display: none;
}
@media screen and (max-width: 1024px) {
  .g-header .g-grid-nav .grid-nav__item.item-3 {
    padding-top: 50px;
  }
  .sp-none {
    display: none!important;
  }
  .sp_link {
    pointer-events: none;
  }
}
@media screen and (max-width: 1024px) {
  .g-header .grid-nav__logo img {
    width: 176px;
  }
}
.g-header .grid-nav__text {
  font-size: 2rem;
  letter-spacing: 0.025em;
  line-height: 1;
  text-align: center;
  width: 375px;
  margin: 30px auto 0;
  border: 1px solid #fff;
  padding: 15px;
}
@media screen and (max-width: 1024px) {
  .g-header .grid-nav__text {
    font-size: 1.4rem;
    width: 240px;
    margin: 20px auto 0;
    padding: 10px;
  }
}
.g-header .g-nav-wrapper {
  max-width: 530px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  .g-header .g-nav-wrapper {
    padding-left: 2vw;
  }
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav-wrapper {
    padding-left: 0;
    max-width: inherit;
  }
}
.g-header .g-nav {
  font-size: 1.8rem;
  line-height: 1;
}
.g-header .g-nav .nav-item {
  letter-spacing: 0.025em;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav .nav-item {
    opacity: 1 !important;
  }
}
.g-header .g-nav .nav-item:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav .nav-item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.g-header .g-nav .nav-item.item-l {
  font-size: 3rem;
  font-weight: normal;
}
.g-header .g-nav .nav-item.item-l_a {
  font-size: 2.5rem;
  font-weight: lighter;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav .nav-item.item-l {
    font-size: 2.4rem;
    padding: 10px 5vw;
  }
  .g-header .g-nav .nav-item.item-l_a {
    margin-top: 0;
  }
}
.g-header .g-nav .nav-item.item-l .small {
  font-size: 45%;
  margin-left: 1em;
}
.g-header .g-nav .nav-item.item-l_a .small{
  font-size: 65%;
}

@media screen and (max-width: 1024px) {
  .g-header .g-nav .nav-item.item-l .small {
    margin-left: 0.5em;
  }
  .g-header .g-nav .nav-item.item-l_a .small{
    font-size: 55%;
  }
  #item-s_a  {
    display: block;
  }
}
.g-header .g-nav .nav-item.item-s {
  font-size: 2rem;
  font-weight: normal;
  padding-left: 1em;
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav .nav-item.item-s {
    font-size: 1.6rem;
    padding: 10px 0 10px 10vw;
    border-bottom: 1px solid #000;
    color: #333;
    background: #EDEDED;
  }
}
.g-header .g-nav .nav-item.item-s .small {
  font-size: 60%;
  margin-left: 1em;
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav .nav-item.item-s .small {
    margin-left: 0.5em;
  }
}
.g-header .g-nav .nav-item.item-s + .item-l {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .g-header .g-nav .nav-item.item-s + .item-l {
    margin-top: 0;
  }
}
.g-header .g-nav .soon,
.g-header .g-nav a {
  position: relative;
  display: block;
  color: inherit;
}
.g-header .g-nav .soon {
  color: #aaa;
  position: relative;
}
.g-header .g-nav a.selected, .g-header .g-nav a:hover {
  text-decoration: none;
}
.g-header.has-scroll {
  background: rgba(0, 0, 0, 0.5);
}

.g-footer {
  background: #fff;
}
.g-footer a {
  color: inherit;
}
.g-footer .g-footer__inner {
  max-width: 1147px;
  margin: auto;
}
.g-footer .aside {
  border-top: 1px solid #707070;
  padding: 30px 0 10px;
}
@media screen and (max-width: 1024px) {
  .g-footer .aside {
    padding: 0;
    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-bottom: 30px;
  }
}
.g-footer .aside .aside-item {
  display: inline-block;
  font-size: 1.2rem;
  margin: 0 40px 20px 10px;
}
@media screen and (max-width: 1024px) {
  .g-footer .aside .aside-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin: 0;
    border-bottom: 1px solid #F0F0F0;
  }
}
@media screen and (max-width: 1024px) {
  .g-footer .aside .aside-item:nth-of-type(odd) {
    border-right: 1px solid #F0F0F0;
  }
}
@media screen and (max-width: 1024px) {
  .g-footer .aside .aside-item a {
    display: block;
    font-size: 1.1rem;
    text-align: center;
    padding: 10px;
  }
}
.g-footer .footer-logo {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .g-footer .footer-logo img {
    width: 184px;
  }
}
.g-footer .copyright {
  color: #fff;
  background: #212121;
  font-size: 1.2rem;
  text-align: center;
  padding: 15px;
}
@media screen and (max-width: 1024px) {
  .g-footer .copyright {
    font-size: 1rem;
    padding: 10px;
  }
}
.g-footer .goto-top {
  position: fixed;
  z-index: 3;
  bottom: -200px;
  right: 20px;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
@media screen and (max-width: 1024px) {
  .g-footer .goto-top {
    display: none;
  }
}
.g-footer .goto-top.has-scroll {
  -webkit-animation: aniGotoTop 0.2s forwards;
          animation: aniGotoTop 0.2s forwards;
  bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .g-footer .goto-top.has-scroll {
    display: none;
  }
}
.g-footer .goto-top .btn-goto-top {
  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;
  width: 80px;
  height: 80px;
  border: 1px solid #707070;
  border-radius: 100px;
  font-size: 1.4rem;
  color: #000;
  background: #fff url("../img/pc/icon_arw_top.png") center top 30%/24px 14px no-repeat;
  padding-top: 10px;
}

#page-top .main-content {
  font-size: 1.6rem;
}
#page-top .mv {
  position: relative;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  #page-top .mv {
    height: 80vh;
  }
}
@media screen and (max-width: 640px) {
  #page-top .mv {
    padding-top: 74%;
  }
}
@media screen and (max-width: 768px) {
  #page-top .mv .mv-main {
    height: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  #page-top .mv .video {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  #page-top .mv .video {
    position: absolute;
    top: -9999px;
    left: 0;
    width: 100vw;
    right: 0;
    bottom: -9999px;
    margin: auto 0;
    z-index: 1;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
#page-top .mv .mv-text-1 {
  font-size: 9rem;
  line-height: 1.33;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 1024px) {
  #page-top .mv .mv-text-1 {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    padding: 0 20px;
  }
}
#page-top .mv .mv-text-2 {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.5;
  letter-spacing: 0.26em;
}
@media screen and (max-width: 1024px) {
  #page-top .mv .mv-text-2 {
    margin-top: 60px;
    font-size: 1.2rem;
    color: #fff;
    padding: 0 10px;
  }
}
#page-top .mv .mv-scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  z-index: 999;
  text-align: center;
  -webkit-animation: mvBtnScroll 1s ease-in-out both infinite alternate;
          animation: mvBtnScroll 1s ease-in-out both infinite alternate;
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
@media screen and (max-width: 1024px) {
  #page-top .mv .mv-scroll img {
    width: 35px;
  }
}
#page-top .mv-caption {
  text-align: right;
  font-size: 1.2rem;
  padding-right: 10px;
}
section.pickup.toru {
    padding-bottom: 0px!important;
    padding: 90px 19vw;
}
@media screen and (max-width: 750px){
	section.pickup.toru {
    padding: 20px 0 19px;
}
}
.slide-item2{
		display: flex;
	}
@media screen and (max-width: 1024px) {
	.slide-item2{
		display: flex;
	}
}
@media screen and (max-width: 750px){
	.slide-item2{
		padding-bottom: 20px;
	}
}
.sp-cut{
		display: none;
	}
@media screen and (max-width: 375px){
	.sp-cut{
		display: inline
	}
}

.top-article .pickup {
  padding: 90px 0;
}
@media screen and (max-width: 1024px) {
  .top-article .pickup {
    padding: 20px 0 40px;
  }
}
.top-article .pickup .pickup__heading{
  font-size: 3.4rem;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .top-article .pickup .pickup__heading{
    font-size: 1.9rem;
    margin-bottom: 20px;
  }
}
.top-article .pickup .pickup-slide{
  margin-bottom: 60px;
  display: flex;
  gap: 12px;/*縦・横で同じ余白*/
  justify-content: center;
}
@media screen and (max-width: 1024px){
	.top-article .pickup .pickup-slide{
  margin-bottom: 60px;
  display: flex;
  gap: 20px;/*縦・横で同じ余白*/
  justify-content: center;
}
}
@media screen and (max-width: 1024px) {
  .top-article .pickup .pickup-slide{
    margin-bottom: 20px;
	display: block;
  }
}
.top-article .pickup .pickup-slide .slide-card{
  width: 60vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .top-article .pickup .pickup-slide .slide-card {
    width: 80vw;
    max-width: 300px;
    margin: auto;
    display: block;
  }
}
.top-article .pickup .pickup-slide .slide-card2{
  width: 28vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flow-root;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 1500px) {
	.top-article .pickup .pickup-slide .slide-card2{
  width: 30vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flow-root;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  margin-bottom: 50px;
}
}
@media screen and (max-width: 1024px) {
  .top-article .pickup .pickup-slide .slide-card2 {
    width: 80vw;
    max-width: 300px;
    margin: auto;
    display: block;
  }
}

.top-article .pickup .pickup-slide .slide-card .slide-card__primary{
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.top-article .pickup .pickup-slide .slide-card .slide-card__secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0.7vw 2vw;
}
@media screen and (max-width: 1024px) {
  .top-article .pickup .pickup-slide .slide-card .slide-card__secondary {
    min-height: 260px;
	padding-bottom: 15px;
  }
}
.top-article .pickup .pickup-slide .slide-card .slide-card__image{
  position: relative;
}
.top-article .pickup .pickup-slide .slide-card .slide-card__image .image-tag{
  position: absolute;
  top: 0.5vw;
  left: 0.5vw;
  color: #fff;
  background: #2C2C2C;
  font-size: 1vw;
  padding: 5px 10px;
}
@media screen and (max-width: 1024px) {
  .top-article .pickup .pickup-slide .slide-card .slide-card__image .image-tag{
    top: 10px;
    left: 10px;
    font-size: 1.4rem;
    padding: 2px 5px;
  }
}
.top-article .pickup .pickup-slide .slide-card .slide-card__image .image-tag-right{
  position: absolute;
  top: 0.5vw;
  right: 0.5vw;
  color: #fff;
  background: #2C2C2C;
  font-size: 1vw;
  padding: 5px 10px;
}
@media screen and (max-width: 1024px) {
  .top-article .pickup .pickup-slide .slide-card .slide-card__image .image-tag-right{
    top: 10px;
    right: 10px;
    font-size: 1.4rem;
    padding: 2px 5px;
  }
}
.top-article .pickup .pickup-slide .slide-card .slide-card__heading {
  font-size: 1.8vw;
  font-weight: normal;
  color: #A3825A;
  margin-bottom: 0.5em;
  line-height: 1.3em
}
@media screen and (max-width: 1024px) {
  .top-article .pickup .pickup-slide .slide-card .slide-card__heading {
    font-size: 2rem;
  }
}
.top-article .pickup .pickup-slide .slide-card .slide-card__heading2 {
  font-size: 1.4vw;
  font-weight: normal;
  color: #A3825A;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1024px) {
  .top-article .pickup .pickup-slide .slide-card .slide-card__heading2 {
    font-size: 1.8rem;
  }
}
.top-article .pickup .pickup-slide .slide-card .slide-card__text {
  font-size: 1vw;
  letter-spacing: 0.1em;
  line-height: 1.56;
  margin-bottom: 1vw;
}
@media screen and (max-width: 1024px) {
  .top-article .pickup .pickup-slide .slide-card .slide-card__text {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.top-article .pickup .pickup-slide .slide-card .slide-card__text2 {
  font-size: 0.9vw;
  letter-spacing: 0.1em;
  line-height: 1.56;
  margin-bottom: 1vw;
}
@media screen and (max-width: 1024px) {
  .top-article .pickup .pickup-slide .slide-card .slide-card__text2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.top-article .pickup .pickup-slide .slide-card .slide-card__text3 {
  font-size: 0.9vw;
  letter-spacing: 0.1em;
  line-height: 1.56;
  margin-bottom: 1vw;
}
@media screen and (max-width: 1024px) {
  .top-article .pickup .pickup-slide .slide-card .slide-card__text3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.top-article .pickup .pickup-slide .slide-card .slide-card__text.has-min-height {
  min-height: 9vw;
}
.top-article .pickup .pickup-slide .slide-card .slide-card__more .btn-more {
  display: block;
  color: #fff;
  background: #000;
  font-size: 1.1vw;
  text-align: center;
  padding: 0.5vw;
}
.top-article .pickup .pickup-slide .slide-card2 .slide-card__primary{
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.top-article .pickup .pickup-slide .slide-card2 .slide-card__secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 1vw 2vw;
}
@media screen and (max-width: 1024px) {
  .top-article .pickup .pickup-slide .slide-card2 .slide-card__secondary {
    min-height: 260px;
	padding-bottom: 15px;
  }
}
.top-article .pickup .pickup-slide .slide-card2 .slide-card__image{
  position: relative;
}
.top-article .pickup .pickup-slide .slide-card2 .slide-card__image .image-tag{
  position: absolute;
  top: 0.5vw;
  left: 0.5vw;
  color: #fff;
  background: #2C2C2C;
  font-size: 1vw;
  padding: 5px 10px;
}
@media screen and (max-width: 1024px) {
  .top-article .pickup .pickup-slide .slide-card2 .slide-card__image .image-tag{
    top: 10px;
    left: 10px;
    font-size: 1.4rem;
    padding: 2px 5px;
  }
}
.top-article .pickup .pickup-slide .slide-card2 .slide-card__image .image-tag-right{
  position: absolute;
  top: 0.5vw;
  right: 0.5vw;
  color: #fff;
  background: #2C2C2C;
  font-size: 1vw;
  padding: 5px 10px;
}
@media screen and (max-width: 1024px) {
  .top-article .pickup .pickup-slide .slide-card2 .slide-card__image .image-tag-right{
    top: 10px;
    right: 10px;
    font-size: 1.4rem;
    padding: 2px 5px;
  }
}
.top-article .pickup .pickup-slide .slide-card2 .slide-card__heading {
  font-size: 1.8vw;
  font-weight: normal;
  color: #A3825A;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1024px) {
  .top-article .pickup .pickup-slide .slide-card2 .slide-card__heading {
    font-size: 2rem;
  }
}
.top-article .pickup .pickup-slide .slide-card2 .slide-card__heading2 {
  font-size: 1.2vw;
  font-weight: normal;
  color: #A3825A;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1500px) {
  .top-article .pickup .pickup-slide .slide-card2 .slide-card__heading2 {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-article .pickup .pickup-slide .slide-card2 .slide-card__heading2 {
    font-size: 1.8rem;
  }
}
.top-article .pickup .pickup-slide .slide-card2 .slide-card__text {
  font-size: 1vw;
  letter-spacing: 0.1em;
  line-height: 1.56;
  margin-bottom: 1vw;
}
@media screen and (max-width: 1024px) {
  .top-article .pickup .pickup-slide .slide-card2 .slide-card__text {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.top-article .pickup .pickup-slide .slide-card2 .slide-card__text2 {
  font-size: 0.9vw;
  letter-spacing: 0.1em;
  line-height: 1.56;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 1024px) {
  .top-article .pickup .pickup-slide .slide-card2 .slide-card__text2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.top-article .pickup .pickup-slide .slide-card2 .slide-card__text3 {
  font-size: 0.9vw;
  letter-spacing: 0.1em;
  line-height: 1.56;
  margin-bottom: 1vw;
}
@media screen and (max-width: 1024px) {
  .top-article .pickup .pickup-slide .slide-card2 .slide-card__text3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.top-article .pickup .pickup-slide .slide-card2 .slide-card__text.has-min-height {
  min-height: 10vw;
}
.top-article .pickup .pickup-slide .slide-card2 .slide-card__more .btn-more {
  display: block;
  color: #fff;
  background: #000;
  font-size: 1.1vw;
  text-align: center;
  padding: 0.5vw;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .top-article .pickup .pickup-slide .slide-card2 .slide-card__more .btn-more {
    font-size: 1.4rem;
    padding: 10px;
    max-width: 265px;
    margin: auto;
  }
}
.point{
	    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
	.point{
	    padding: 10px 10px 0px 10px!important;
		margin: auto!important;
}
}
.point::after{
  content:"";
  display: block;
  width:28%;
  order:1;
}
.point::after{
  content:"";
  display: block;
  width:28%;
}
.p-column-3 &gt; li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
}
@media screen and (max-width: 1024px){
  .p-column-3 &gt; li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}
	.point::after{
  content:"";
  display: block;
  width:49%;
  order:1;
}
.point::after{
  content:"";
  display: block;
  width:49%;
}
}

.p-tag{
	display: block;
    font-size: 1.2rem;
    text-align: center;
    color: #000;
    background: #F0DDB3;
    padding: 7px;
    margin-bottom: 10px;
}
.p-tag-white{
	display: block;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    background: #fff;
    padding: 7px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .top-article .pickup .pickup-slide .slide-card .slide-card__more .btn-more {
    font-size: 1.4rem;
    padding: 10px;
    max-width: 265px;
    margin: auto;
  }
}
@media screen and (max-width: 1024px) {
  .top-article .pickup .pickup-slide .slide-card2.slide-card__more .btn-more {
    font-size: 1.4rem;
    padding: 10px;
    max-width: 265px;
    margin: auto;
  }
}
.top-article .pickup .pickup-slide .slick-slide .slide-card {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  .top-article .pickup .pickup-slide .slick-slide .slide-card {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.top-article .pickup .pickup-slide .slick-slide.slick-current .slide-card {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.top-article .pickup .pickup-slide .slick-slide.is-active-next .slide-card {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.top-article .pickup .pickup-slide .slick-prev,
 .top-article .pickup .pickup-slide .slick-next {
  position: absolute;
  z-index: 5;
  top: 42%;
  cursor: pointer;
  outline: none;
  width: 3vw;
  height: 3vw;
  top: 50%;
}
@media screen and (max-width: 1024px) {
  .top-article .pickup .pickup-slide .slick-prev,
.top-article .pickup .pickup-slide .slick-next {
    width: 28px;
    height: 28px;
  }
}
.top-article .pickup .pickup-slide .slick-prev {
  left: 16vw;
  background: url("../img/pc/top_pickup_btn_prev.png") center center/100% 100% no-repeat;
}
@media screen and (max-width: 1024px) {
  .top-article .pickup .pickup-slide .slick-prev {
    left: 1.3vw;
  }
}
.top-article .pickup .pickup-slide .slick-next {
  right: 16vw;
  background: url("../img/pc/top_pickup_btn_next.png") center center/100% 100% no-repeat;
}
@media screen and (max-width: 1024px) {
  .top-article .pickup .pickup-slide .slick-next {
    right: 1.3vw;
  }
}
.top-article .pickup .pickup-slide .slick-prev::before,
.top-article .pickup .pickup-slide .slick-next::before {
  content: "";
}
.top-article .pickup .pickup-more .btn-more {
  position: relative;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#A5845B), color-stop(50%, #C29968), to(#A5845B));
  background: linear-gradient(to right, #A5845B 0%, #C29968 50%, #A5845B 100%);
  font-size: 1.8rem;
  text-align: center;
  padding: 15px 10px;
  color: #fff;
  max-width: 655px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .top-article .pickup .pickup-more .btn-more {
    font-size: 1.6rem;
    max-width: 300px;
  }
}
.top-article .pickup .pickup-more .btn-more::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 20px;
  width: 65px;
  height: 10px;
  background: url("../img/pc/icon_arw_right.png") center center/100% 100% no-repeat;
}
@media screen and (max-width: 1024px) {
  .top-article .pickup .pickup-more .btn-more::after {
    width: 22px;
    height: 5px;
  }
}
.top-article .concept {
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .top-article .concept {
    margin-bottom: 40px;
  }
}
.top-article .concept .concept-box {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-article .concept .concept-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.top-article .concept .concept-box__base {
  aspect-ratio: 1920/676;
  background: url("../img/pc/top_concept_bg_1.jpg") center center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .top-article .concept .concept-box__base {
    position: relative;
    aspect-ratio: auto;
    background: none;
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 1024px) {
  .top-article .concept .concept-box__base::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 398px;
  }
}
.top-article .concept .concept-box__base-inner {
  position: relative;
  max-width: 1920px;
  margin: auto;
  height: 100%;
}
.top-article .concept .concept-box__card-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  height: 100%;
  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;
}
@media screen and (max-width: 1024px) {
  .top-article .concept .concept-box__card-wrapper {
    position: relative;
    left: 0;
    top: 0;
    bottom: auto;
  }
}
.top-article .concept .concept-box__card {
  position: relative;
  padding: 4vw;
  color: #fff;
  text-align: center;
  background: #212121;
  min-width: 770px;
  height: 100%;
  max-height: 28vw;
  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;
}
@media screen and (max-width: 1024px) {
  .top-article .concept .concept-box__card {
    position: relative;
    top: auto;
    min-width: 100%;
    max-height: inherit;
    padding: 60px 30px;
  }
}
.top-article .concept .concept-box__card::before {
  content: "";
  display: block;
  position: absolute;
  top: 4vw;
  left: 40px;
  background: url("../img/pc/top_concept_icon_1.png") center center/cover no-repeat;
  width: 150px;
  height: 145px;
}
@media screen and (max-width: 1280px) {
 .top-article .concept .concept-box__card::before {
    top: 2vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-article .concept .concept-box__card::before {
    top: 25px;
    left: 15px;
    background: url("../img/sp/top_concept_icon_1.png") center center/cover no-repeat;
    width: 51px;
    height: 49px;
  }
}
.top-article .concept .concept-box__card::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 4vw;
  right: 40px;
  background: url("../img/pc/top_concept_icon_2.png") center center/cover no-repeat;
  width: 150px;
  height: 145px;
}
@media screen and (max-width: 1280px) {
 .top-article .concept .concept-box__card::after {
    bottom: 2vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-article .concept .concept-box__card::after {
    bottom: 25px;
    right: 15px;
    background: url("../img/sp/top_concept_icon_2.png") center center/cover no-repeat;
    width: 51px;
    height: 49px;
  }
}
.top-article .concept .concept-box__text-1 {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.25;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .top-article .concept .concept-box__text-1 {
    font-size: 1.4rem;
    text-align: center;
  }
}

#page-lineup .main-content {
  font-size: 1.6rem;
}
#page-lineup .mv {
  position: relative;
  text-align: center;
  line-height: 1;
}
#page-lineup .mv .mv-main {
  background: url("../img/pc/lineup_mv_1.jpg") center center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 190px 15px 100px;
}
@media screen and (max-width: 1024px) {
  #page-lineup .mv .mv-main {
    background: url("../img/sp/lineup_mv_1.jpg") center center/cover no-repeat;
    padding: 100px 30px 50px;
    min-height: 230px;
  }
}
#page-lineup .mv .mv__heading-1 {
  position: relative;
  font-size: 4.6rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-lineup .mv .mv__heading-1 {
    font-size: 3.6rem;
  }
}
#page-lineup .mv .mv__heading-1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -55px;
  width: 110px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #page-lineup .mv .mv__heading-1::after {
    display: none;
  }
}
#page-lineup .mv .mv__heading-2 {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  #page-lineup .mv .mv__heading-2 {
    margin-top: 0;
  }
}
#page-lineup .article {
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 1190px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #page-lineup .article {
    padding-top: 37px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  #page-lineup .article .local-nav-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#page-lineup .article .local-nav-wrapper .local-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  #page-lineup .article .local-nav-wrapper .local-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
#page-lineup .article .local-nav-wrapper .local-nav .nav-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
}
@media screen and (max-width: 1024px) {
  #page-lineup .article .local-nav-wrapper .local-nav .nav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
    margin-bottom: 15px;
  }
}
#page-lineup .article .local-nav-wrapper .local-nav .btn-link {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #000;
  background: #EBE8E4;
  padding: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  #page-lineup .article .local-nav-wrapper .local-nav .btn-link {
    font-size: 1.4rem;
    padding: 10px;
  }
}
#page-lineup .article .local-nav-wrapper .local-nav .btn-link:hover, #page-lineup .article .local-nav-wrapper .local-nav .btn-link.selected {
  color: #B77422;
  background: #D5CEC3;
}
#page-lineup .article .area {
  margin-bottom: 40px;
}
#page-lineup .article .area .area__heading {
  margin: 0 calc(50% - 50vw) 30px;
  width: 100vw;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 15px 0 30px 0;
  color: #B77422;
  background: #D5CEC3;
}
@media screen and (max-width: 1024px) {
  #page-lineup .article .area .area__heading {
    font-size: 1.8rem;
    padding: 13px 0 26px 0;
    margin-bottom: 0;
  }
}
.waku{
	position: relative;
}

#page-lineup .mini {
  width: 100vw;
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.1em;
  color: #B77422;
  position: absolute;
  top: 43px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  #page-lineup .mini {
    font-size: 1.2rem;
	top: 38px;
  }
}
#page-lineup .article .area .area-card {
  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;
  border-bottom: 1px solid #B5B5B5;
  padding-top: 20px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  #page-lineup .article .area .area-card {
    width: auto;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }
}
#page-lineup .article .area .area-card .area-card__primary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
#page-lineup .article .area .area-card .area-card__secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
#page-lineup .article .area .area-card .area-card__image {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #page-lineup .article .area .area-card .area-card__image {
    margin-bottom: 20px;
  }
}
#page-lineup .article .area .area-card .area-card__heading {
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #B77422;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  #page-lineup .article .area .area-card .area-card__heading {
    font-size: 2rem;
  }
}
#page-lineup .article .area .area-card .area-card__text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.56;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #page-lineup .article .area .area-card .area-card__text {
    font-size: 1.4rem;
  }
}
#page-lineup .article .area .area-card .area-card__address {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.78;
  margin-bottom: 10px;
}
#page-lineup .article .area .area-card .area-card__address &gt; dt {
  display: inline;
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  #page-lineup .article .area .area-card .area-card__address &gt; dt {
    margin-right: 0.5em;
  }
}
#page-lineup .article .area .area-card .area-card__address &gt; dd {
  display: inline;
}
#page-lineup .article .area .area-card .area-card__access {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.78;
  margin-bottom: 30px;
}
#page-lineup .article .area .area-card .area-card__access &gt; dt {
  display: inline;
  margin-right: 1em;
}
@media screen and (max-width: 1024px) {
  #page-lineup .article .area .area-card .area-card__access &gt; dt {
    margin-right: 0.5em;
  }
}
#page-lineup .article .area .area-card .area-card__access &gt; dd {
  display: inline;
}
#page-lineup .article .area .area-card .area-card__tag-list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: start!important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#page-lineup .article .area .area-card .area-card__tag-list2 .mg-l {
  left: 14px;
    position: relative;
}
#page-lineup .article .area .area-card .area-card__tag-list {
  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;
}
#page-lineup .article .area .area-card .area-card__tag-list.column-3 &gt; li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
}
#page-lineup .article .area .area-card .area-card__tag-list.column-4 &gt; li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 24%;
          flex: 0 1 24%;
}
#page-lineup .article .area .area-card .area-card__tag-list.column-4 &gt; li.row-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}
#page-lineup .article .area .area-card .area-card__tag-list .tag {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  color: #000;
  background: #F0DDB3;
  padding: 7px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-lineup .article .area .area-card .area-card__tag-list .tag {
    font-size: 1rem;
    padding: 7px 2px;
  }
}
#page-lineup .article .area .area-card .area-card__more-list {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #page-lineup .article .area .area-card .area-card__more-list {
    display: block;
  }
}
#page-lineup .article .area .area-card .area-card__more-list &gt; li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
@media screen and (max-width: 1024px) {
  #page-lineup .article .area .area-card .area-card__more-list &gt; li:not(:last-child) {
    margin-bottom: 20px;
  }
}
#page-lineup .article .area .area-card .area-card__more-list .btn-more-1 {
  display: block;
  color: #fff;
  background: #000;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  #page-lineup .article .area .area-card .area-card__more-list .btn-more-1 {
    font-size: 1.4rem;
    padding: 14px;
  }
}
#page-lineup .article .area .area-card .area-card__more-list .btn-more-2 {
  display: block;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#A5845B), color-stop(50%, #C29968), to(#A5845B));
  background: linear-gradient(to right, #A5845B 0%, #C29968 50%, #A5845B 100%);
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  #page-lineup .article .area .area-card .area-card__more-list .btn-more-2 {
    font-size: 1.4rem;
    padding: 14px;
  }
}
#page-lineup .article .area .area-card .area-card__more-list .btn-more-3 {
  display: block;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#B54545), color-stop(50%, #DD2929), to(#B54545));
  background: linear-gradient(to right, #B54545 0%, #DD2929 50%, #B54545 100%);
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  #page-lineup .article .area .area-card .area-card__more-list .btn-more-3 {
    font-size: 1.4rem;
    padding: 14px;
  }
}

#page-building .main-content {
  font-size: 1.6rem;
}
#page-building .mv {
  position: relative;
  text-align: center;
  line-height: 1;
}
#page-building .mv .mv-main {
  background: url("../img/pc/building_mv_1.jpg") center center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 190px 15px 100px;
}
@media screen and (max-width: 1024px) {
  #page-building .mv .mv-main {
    background: url("../img/sp/building_mv_1.jpg") center center/cover no-repeat;
    padding: 100px 30px 50px;
    min-height: 230px;
  }
}
#page-building .mv .mv__heading-1 {
  position: relative;
  font-size: 4.6rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-building .mv .mv__heading-1 {
    font-size: 3.6rem;
  }
}
#page-building .mv .mv__heading-1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -55px;
  width: 110px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #page-building .mv .mv__heading-1::after {
    display: none;
  }
}
#page-building .mv .mv__heading-2 {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  #page-building .mv .mv__heading-2 {
    margin-top: 0;
  }
}
#page-building .article {
  padding-top: 90px;
  padding-bottom: 50px;
  max-width: 1190px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #page-building .article {
    padding-top: 37px;
    padding-bottom: 0;
  }
}
#page-building .article .lead-section-1 {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #page-building .article .lead-section-1 {
    margin-bottom: 40px;
  }
}
#page-building .article .lead-section-1 .lead-section-1-heading-1 {
  font-size: 3.6rem;
  letter-spacing: 0.055em;
  line-height: 1.56;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-building .article .lead-section-1 .lead-section-1-heading-1 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
#page-building .article .lead-section-1 .lead-section-1-text-1 {
  font-size: 1.8rem;
  letter-spacing: 0.055em;
  line-height: 1.83;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #page-building .article .lead-section-1 .lead-section-1-text-1 {
    font-size: 1.4rem;
  }
}
#page-building .article .area {
  margin-bottom: 40px;
}
#page-building .article .area .area__heading {
  margin: 0 calc(50% - 50vw) 30px;
  width: 100vw;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 15px;
  color: #B77422;
  background: #D5CEC3;
}
@media screen and (max-width: 1024px) {
  #page-building .article .area .area__heading {
    font-size: 1.8rem;
    padding: 13px;
    margin-bottom: 0;
  }
}
#page-building .article .area .area-card {
  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;
  border-bottom: 1px solid #B5B5B5;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-building .article .area .area-card {
    width: auto;
    display: block;
    padding-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }
}
#page-building .article .area .area-card .area-card__primary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
#page-building .article .area .area-card .area-card__secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
#page-building .article .area .area-card .area-card__image {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #page-building .article .area .area-card .area-card__image {
    margin-bottom: 20px;
  }
}
#page-building .article .area .area-card .area-card__heading-wrapper {
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #B77422;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  #page-building .article .area .area-card .area-card__heading-wrapper {
    font-size: 2rem;
  }
}
#page-building .article .area .area-card .area-card__heading-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
}
#page-building .article .area .area-card .area-card__heading {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #B77422;
  padding-bottom: 5px;
  border-bottom: 2px solid #B77422;
}
@media screen and (max-width: 1024px) {
  #page-building .article .area .area-card .area-card__heading {
    font-size: 2rem;
  }
}
#page-building .article .area .area-card .area-card__heading::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  border-bottom: 2px solid #B77422;
}
#page-building .article .area .area-card .area-card__list-1 {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.78;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 1024px) {
  #page-building .article .area .area-card .area-card__list-1 {
    font-size: 1.4rem;
  }
}
#page-building .article .area .area-card .area-card__list-1 &gt; dt {
  white-space: nowrap;
}
#page-building .article .area .area-card .area-card__more-list {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  #page-building .article .area .area-card .area-card__more-list {
    margin-top: 20px;
  }
}
#page-building .article .area .area-card .area-card__more-list &gt; li:not(:last-of-type) {
  margin-bottom: 20px;
}
#page-building .article .area .area-card .area-card__more-list .btn-more-1 {
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#A5845B), color-stop(50%, #C29968), to(#A5845B));
  background: linear-gradient(to right, #A5845B 0%, #C29968 50%, #A5845B 100%);
}
@media screen and (max-width: 1024px) {
  #page-building .article .area .area-card .area-card__more-list .btn-more-1 {
    font-size: 1.4rem;
    padding: 14px;
  }
}
#page-building .article .area .area-card .area-card__more-list .btn-more-1::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10%;
  margin-top: -5px;
  background: url("../img/pc/icon_arw_right.png") center center/100% 100% no-repeat;
  width: 66px;
  height: 10px;
}
#page-building .article .area .area-card .area-card__more-list .btn-more-contact {
  display: block;
  color: #fff;
  background: #212121;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  #page-building .article .area .area-card .area-card__more-list .btn-more-contact {
    font-size: 1.2rem;
    padding: 14px;
  }
}
#page-building .article .area .area-card .area-card__more-list .btn-more-contact .btn-more-contact-inner {
  position: relative;
  border: 1px solid #fff;
  padding: 15px 10px;
}
#page-building .article .area .area-card .area-card__more-list .btn-more-contact .btn-more-contact-inner::before {
  content: "CONTACT";
  font-size: 1.8rem;
  line-height: 1;
  background: #212121;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -0.6em;
  margin-left: -3.5em;
  padding: 0 1em;
}
@media screen and (max-width: 1024px) {
  #page-building .article .area .area-card .area-card__more-list .btn-more-contact .btn-more-contact-inner::before {
    font-size: 1.6rem;
  }
}
#page-building .article .area .area-card .area-card__more-list .btn-more-contact .btn-more-contact-text-1 {
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #page-building .article .area .area-card .area-card__more-list .btn-more-contact .btn-more-contact-text-1 {
    font-size: 2rem;
  }
}

#page-building-detail .main-content {
  font-size: 1.6rem;
}
#page-building-detail .mv {
  position: relative;
  text-align: center;
  line-height: 1;
}
#page-building-detail .mv .mv-main {
  background: url("../img/pc/building_mv_1.jpg") center center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 190px 15px 100px;
}
@media screen and (max-width: 1024px) {
  #page-building-detail .mv .mv-main {
    background: url("../img/sp/building_mv_1.jpg") center center/cover no-repeat;
    padding: 100px 30px 50px;
    min-height: 230px;
  }
}
#page-building-detail .mv .mv__heading-1 {
  position: relative;
  font-size: 4.6rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-building-detail .mv .mv__heading-1 {
    font-size: 3.6rem;
  }
}
#page-building-detail .mv .mv__heading-1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -55px;
  width: 110px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #page-building-detail .mv .mv__heading-1::after {
    display: none;
  }
}
#page-building-detail .mv .mv__heading-2 {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  #page-building-detail .mv .mv__heading-2 {
    margin-top: 0;
  }
}
#page-building-detail .article {
  padding-bottom: 50px;
  max-width: 1190px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #page-building-detail .article {
    padding-top: 37px;
    padding-bottom: 0;
  }
}
#page-building-detail .article .section-heading-1 {
  margin: 0 calc(50% - 50vw) 50px;
  width: 100vw;
  font-size: 2.6rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 12px;
  color: #B77422;
  background: #D5CEC3;
}
@media screen and (max-width: 1024px) {
  #page-building-detail .article .section-heading-1 {
    font-size: 1.8rem;
    padding: 13px;
    margin-bottom: 20px;
  }
}
#page-building-detail .article .section-heading-2 {
  margin: 0 calc(50% - 50vw) 50px;
  width: 100vw;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 14px;
  color: #B77422;
  background: #D5CEC3;
}
@media screen and (max-width: 1024px) {
  #page-building-detail .article .section-heading-2 {
    font-size: 1.8rem;
    padding: 13px;
    margin-bottom: 20px;
  }
}
#page-building-detail .article .section {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #page-building-detail .article .section {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #page-building-detail .article .section .section-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#page-building-detail .article .detail-box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #page-building-detail .article .detail-box-1 {
    display: block;
  }
}
#page-building-detail .article .detail-box-1 .detail-box-1__primary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
#page-building-detail .article .detail-box-1 .detail-box-1__secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
@media screen and (max-width: 1024px) {
  #page-building-detail .article .detail-image-1 {
    margin-bottom: 20px;
  }
}
#page-building-detail .article .detail-table-1 {
  border-top: 1px solid #C9C8C8;
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #page-building-detail .article .detail-table-1.sp-border-top-0 {
    border-top: 0;
  }
}
#page-building-detail .article .detail-table-1 th, #page-building-detail .article .detail-table-1 td {
  font-size: 1.6rem;
  text-align: left;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #C9C8C8;
}
@media screen and (max-width: 1024px) {
  #page-building-detail .article .detail-table-1 th, #page-building-detail .article .detail-table-1 td {
    font-size: 1.3rem;
  }
}
#page-building-detail .article .detail-table-1 th {
  font-weight: bold;
  padding: 25px 0 25px 5px;
  width: 29%;
}
@media screen and (max-width: 1024px) {
  #page-building-detail .article .detail-table-1 th {
    padding: 15px 10px;
  }
}
#page-building-detail .article .detail-table-1 td {
  padding: 25px 0 25px 5px;
}
@media screen and (max-width: 1024px) {
  #page-building-detail .article .detail-table-1 td {
    padding: 15px 10px;
  }
}
#page-building-detail .article .detail-map-1 iframe {
  width: 100%;
  height: 532px;
}
#page-building-detail .article .detail-drawing-1 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #page-building-detail .article .detail-drawing-1 {
    margin-bottom: 40px;
  }
}
#page-building-detail .article .detail-drawing-1 a {
  position: relative;
  display: block;
  text-align: center;
  padding: 10px;
  background: #fff;
}
#page-building-detail .article .detail-drawing-1 a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  background: url("../img/pc/building_icon_zoom.png") center center/100% 100% no-repeat;
  width: 47px;
  height: 47px;
}
@media screen and (max-width: 1024px) {
  #page-building-detail .article .detail-drawing-1 a::after {
    width: 24px;
    height: 24px;
  }
}
#page-building-detail .article .detail-contact-1 {
  color: #fff;
  background: #212121;
  padding: 40px 20px 20px;
}
@media screen and (max-width: 1024px) {
  #page-building-detail .article .detail-contact-1 {
    padding: 20px 0 10px;
  }
}
#page-building-detail .article .detail-contact-1 .detail-contact-1__heading {
  font-size: 3.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  #page-building-detail .article .detail-contact-1 .detail-contact-1__heading {
    font-size: 2.4rem;
  }
}
#page-building-detail .article .detail-contact-1 .detail-list-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #page-building-detail .article .detail-contact-1 .detail-list-1 {
    display: block;
  }
}
#page-building-detail .article .detail-contact-1 .detail-list-1 &gt; li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
#page-building-detail .article .detail-contact-1 .btn-more-contact {
  display: block;
  font-size: 1.6rem;
  color: inherit;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  #page-building-detail .article .detail-contact-1 .btn-more-contact {
    font-size: 1.2rem;
    padding: 14px;
  }
}
#page-building-detail .article .detail-contact-1 .btn-more-contact .btn-more-contact-inner {
  position: relative;
  border: 1px solid #fff;
  padding: 30px 10px 15px;
  min-height: 120px;
}
#page-building-detail .article .detail-contact-1 .btn-more-contact .btn-more-contact-inner.type-tel::before {
  content: "お電話でのお問い合わせ";
  margin-left: -7em;
}
#page-building-detail .article .detail-contact-1 .btn-more-contact .btn-more-contact-inner.type-form::before {
  content: "インターネットからのお問い合わせ";
  margin-left: -9em;
}
#page-building-detail .article .detail-contact-1 .btn-more-contact .btn-more-contact-inner::before {
  font-size: 1.8rem;
  line-height: 1;
  background: #212121;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -0.6em;
  padding: 0 1em;
}
@media screen and (max-width: 1024px) {
  #page-building-detail .article .detail-contact-1 .btn-more-contact .btn-more-contact-inner::before {
    font-size: 1.2rem;
  }
}
#page-building-detail .article .detail-contact-1 .btn-more-contact .btn-more-contact-text-1 {
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #page-building-detail .article .detail-contact-1 .btn-more-contact .btn-more-contact-text-1 {
    font-size: 2rem;
  }
}
#page-building-detail .article .detail-contact-1 .btn-more-contact .btn-more-contact-text-3 {
  font-size: 3rem;
  font-weight: bold;
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  #page-building-detail .article .detail-contact-1 .btn-more-contact .btn-more-contact-text-3 {
    font-size: 2rem;
  }
}
#page-building-detail .article .detail-contact-1 .btn-more-contact .btn-more-contact-text-3 .icon-arrow {
  display: inline-block;
  vertical-align: middle;
  background: url("../img/pc/building_icon_form.png") center center/cover no-repeat;
  width: 39px;
  height: 39px;
  margin-left: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  #page-building-detail .article .detail-contact-1 .btn-more-contact .btn-more-contact-text-3 .icon-arrow {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-bottom: 2px;
  }
}

#page-residence .main-content {
  font-size: 1.6rem;
}
#page-residence .mv {
  position: relative;
  text-align: center;
  line-height: 1;
}
#page-residence .mv .mv-main {
  background: url("../img/pc/residence_mv_1.jpg") center center/cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 190px 15px 100px;
}
@media screen and (max-width: 1024px) {
  #page-residence .mv .mv-main {
    background: url("../img/sp/residence_mv_1.jpg") center center/cover no-repeat;
    padding: 100px 30px 50px;
    min-height: 230px;
  }
}
#page-residence .mv .mv__heading-1 {
  position: relative;
  font-size: 4.6rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #page-residence .mv .mv__heading-1 {
    font-size: 3.6rem;
  }
}
#page-residence .mv .mv__heading-1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -55px;
  width: 110px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #page-residence .mv .mv__heading-1::after {
    display: none;
  }
}
#page-residence .mv .mv__heading-2 {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  #page-residence .mv .mv__heading-2 {
    margin-top: 0;
  }
}
#page-residence .article {
  padding-top: 90px;
  padding-bottom: 50px;
  max-width: 1190px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #page-residence .article {
    padding-top: 37px;
    padding-bottom: 0;
  }
}
#page-residence .article .lead-section-1 {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #page-residence .article .lead-section-1 {
    margin-bottom: 40px;
  }
}
#page-residence .article .lead-section-1 .lead-section-1-heading-1 {
  font-size: 3.6rem;
  letter-spacing: 0.055em;
  line-height: 1.56;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #page-residence .article .lead-section-1 .lead-section-1-heading-1 {
    font-size: 2rem;
  }
}
#page-residence .article .lead-section-1 .lead-section-1-heading-1 + .lead-section-1-text-1 {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  #page-residence .article .lead-section-1 .lead-section-1-heading-1 + .lead-section-1-text-1 {
    margin-top: 20px;
  }
}
#page-residence .article .lead-section-1 .lead-section-1-text-1 {
  font-size: 1.8rem;
  letter-spacing: 0.055em;
  line-height: 1.83;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #page-residence .article .lead-section-1 .lead-section-1-text-1 {
    font-size: 1.4rem;
  }
}
#page-residence .article .area {
  margin-bottom: 40px;
}
#page-residence .article .area .area__heading {
  margin: 0 calc(50% - 50vw) 30px;
  width: 100vw;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 15px;
  color: #B77422;
  background: #D5CEC3;
}
@media screen and (max-width: 1024px) {
  #page-residence .article .area .area__heading {
    font-size: 1.8rem;
    padding: 13px;
    margin-bottom: 0;
  }
}
#page-residence .article .area .area-card {
  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;
  border-bottom: 1px solid #B5B5B5;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  #page-residence .article .area .area-card {
    width: auto;
    display: block;
    padding-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
  }
}
#page-residence .article .area .area-card .area-card__primary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
#page-residence .article .area .area-card .area-card__secondary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}
#page-residence .article .area .area-card .area-card__image {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #page-residence .article .area .area-card .area-card__image {
    margin-bottom: 20px;
  }
}
#page-residence .article .area .area-card .area-card__heading-wrapper {
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #B77422;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  #page-residence .article .area .area-card .area-card__heading-wrapper {
    font-size: 2rem;
  }
}
#page-residence .article .area .area-card .area-card__heading-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
}
#page-residence .article .area .area-card .area-card__heading {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #B77422;
  padding-bottom: 5px;
  border-bottom: 2px solid #B77422;
}
@media screen and (max-width: 1024px) {
  #page-residence .article .area .area-card .area-card__heading {
    font-size: 2rem;
  }
}
#page-residence .article .area .area-card .area-card__heading::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  border-bottom: 2px solid #B77422;
}
#page-residence .article .area .area-card .area-card__list-1 {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.78;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 1024px) {
  #page-residence .article .area .area-card .area-card__list-1 {
    font-size: 1.4rem;
  }
}
#page-residence .article .area .area-card .area-card__list-1 &gt; dt {
  white-space: nowrap;
}
#page-residence .article .area .area-card .area-card__more-list {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  #page-residence .article .area .area-card .area-card__more-list {
    margin-top: 20px;
  }
}
#page-residence .article .area .area-card .area-card__more-list &gt; li:not(:last-of-type) {
  margin-bottom: 20px;
}
#page-residence .article .area .area-card .area-card__more-list .btn-more-1 {
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#A5845B), color-stop(50%, #C29968), to(#A5845B));
  background: linear-gradient(to right, #A5845B 0%, #C29968 50%, #A5845B 100%);
}
@media screen and (max-width: 1024px) {
  #page-residence .article .area .area-card .area-card__more-list .btn-more-1 {
    font-size: 1.4rem;
    padding: 14px;
  }
}
#page-residence .article .area .area-card .area-card__more-list .btn-more-1::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10%;
  margin-top: -5px;
  background: url("../img/pc/icon_arw_right.png") center center/100% 100% no-repeat;
  width: 66px;
  height: 10px;
}
#page-residence .article .area .area-card .area-card__more-list .btn-more-contact {
  display: block;
  color: #fff;
  background: #212121;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  #page-residence .article .area .area-card .area-card__more-list .btn-more-contact {
    font-size: 1.2rem;
    padding: 14px;
  }
}
#page-residence .article .area .area-card .area-card__more-list .btn-more-contact .btn-more-contact-inner {
  position: relative;
  border: 1px solid #fff;
  padding: 15px 10px;
}
#page-residence .article .area .area-card .area-card__more-list .btn-more-contact .btn-more-contact-inner::before {
  content: "CONTACT";
  font-size: 1.8rem;
  line-height: 1;
  background: #212121;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -0.6em;
  margin-left: -3.5em;
  padding: 0 1em;
}
@media screen and (max-width: 1024px) {
  #page-residence .article .area .area-card .area-card__more-list .btn-more-contact .btn-more-contact-inner::before {
    font-size: 1.6rem;
  }
}
#page-residence .article .area .area-card .area-card__more-list .btn-more-contact .btn-more-contact-text-1 {
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #page-residence .article .area .area-card .area-card__more-list .btn-more-contact .btn-more-contact-text-1 {
    font-size: 2rem;
  }
}
.news{
	margin: auto;
	max-width: 760px;
	padding-bottom: 90px;
}
.ttl_news{
  font-size: 3.4rem;
  text-align: center;
  font-weight: bolder;
}
@media screen and (max-width: 1024px) {
  #page-top .ttl_news {
    font-size: 2rem;
	font-weight: bolder;
  }
}
@media screen and (max-width: 750px){
	#page-top .news .preview-img-thumbnail{
     width: 0px;
}
}
@media screen and (max-width: 750px){
#page-top .news div.preview-info {
    display: inline;
	}
}

.toggle_title {
	position: relative;
}
.toggle_btn {
	position: absolute;
	top: 70%;
	left: 200px;
	transform: translateY(-50%);
	background: #ffffff;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
@media screen and (max-width: 1024px){
	.toggle_btn {
	top: 60%;
	left: 154px;
	transform: translateY(-50%);
	background: #000;
}
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #000000;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px){
	.toggle_btn:before, .toggle_btn:after {
	background-color: #fff;
}
}
.toggle_btn:before {
	width: 2px;
	height: 10px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents dd {
	display: none;
}
.menu-add {
	 font-family: "Noto Sans JP", sans-serif;
	 font-size: 13px;
	 list-style: none;
	 line-height: 2.0;
}
ul.menu {
    padding-left: 10px;
    padding-top: 10px;
}
.article .area .area-card .area-card__tag-list {
  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;
}
.article .area .area-card .area-card__tag-list.column-3 &gt; li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
}
.pb-50{
	margin-bottom: 50px;
}
@media screen and (max-width: 750px){
	.pb-50{
	margin-bottom: 0px;
}
}</pre></body></html>