@charset "UTF-8";
/*
===============
font-family
===============
*/
/*
===============
base-color
===============
*/
/*
===============
sp-pc display: none;
===============
*/
@media screen and (max-width: 899px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 900px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
/*
===============
Google-Font
===============
*/
/*
===============
Base
===============
*/
body:has(.page-renewal) {
  font-family: "Noto Sans JP";
}
body:has(.page-renewal) .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
}
body:has(.page-renewal).no-scroll {
  overflow: hidden;
  position: relative;
}
body:has(.page-renewal).no-scroll .overlay {
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.6);
}
body:has(.page-renewal) img {
  width: 100%;
  height: auto;
}

.page-case {
  background: #CCC;
}

.page-details {
  overflow: hidden;
}
.page-details .fv,
.page-details .content {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  letter-spacing: 0;
}
.page-details h1 {
  position: fixed;
  left: 4.6%;
  padding-top: 26px;
  z-index: 9999;
}
.page-details h2,
.page-details h3,
.page-details p {
  margin: 0;
}
.page-details b {
  display: none;
}
.page-details img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-details .hide {
  display: none !important;
}
.page-details .nowrap {
  white-space: nowrap;
}
.page-details .breaks {
  display: inline-block;
}

/*
===============
Link-hover
===============
*/
/*
===============
Color-Set
===============
*/
/*
===============
Common-layout
===============
*/
/*
===============
Opening-Animation
===============
*/
/*
===============
Font-Set
===============
*/
.page-renewal {
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
  /* Text-level semantics */
  /* ============================================ */
  /**
  * Remove the gray background on active links in IE 10.
  */
  /**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
  /**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
  /**
  * Add the correct font size in all browsers.
  */
  /**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
  /* Replaced content */
  /* ============================================ */
  /**
  * Prevent vertical alignment issues.
  */
  /* Forms */
  /* ============================================ */
  /**
  * Reset form fields to make them styleable.
  * 1. Make form elements stylable across systems iOS especially.
  * 2. Inherit text-transform from parent.
  */
  /**
  * Correct cursors for clickable elements.
  */
  /**
  * Improve outlines for Firefox and unify style with input elements & buttons.
  */
  /**
  * Remove padding
  */
  /**
  * Reset to invisible
  */
  /**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
  /**
  * Remove the default vertical scrollbar in IE 10+.
  */
  /**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
  /**
  * Correct the outline style in Safari.
  */
  /**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
  /**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Fix font inheritance.
  */
  /**
  * Fix appearance for Firefox
  */
  /**
  * Clickable labels
  */
  /* Interactive */
  /* ============================================ */
  /*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
  /*
  * Add the correct display in all browsers.
  */
  /*
  * Remove outline for editable content.
  */
  /* Tables */
  /* ============================================ */
  /**
  1. Correct table border color inheritance in all Chrome and Safari.
  */
}
.page-renewal p,
.page-renewal table,
.page-renewal blockquote,
.page-renewal address,
.page-renewal pre,
.page-renewal iframe,
.page-renewal form,
.page-renewal figure,
.page-renewal dl {
  margin: 0;
}
.page-renewal h1,
.page-renewal h2,
.page-renewal h3,
.page-renewal h4,
.page-renewal h5,
.page-renewal h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  position: relative;
  left: 0;
  width: unset;
  max-width: unset;
  padding: 0;
  border: unset;
  color: #000;
}
.page-renewal h1::after,
.page-renewal h2::after,
.page-renewal h3::after,
.page-renewal h4::after,
.page-renewal h5::after,
.page-renewal h6::after {
  display: none;
}
.page-renewal ul,
.page-renewal ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-renewal dt {
  font-weight: bold;
}
.page-renewal dd {
  margin-left: 0;
}
.page-renewal hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
.page-renewal pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
.page-renewal address {
  font-style: inherit;
}
.page-renewal a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
.page-renewal abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
.page-renewal b,
.page-renewal strong {
  font-weight: bolder;
}
.page-renewal code,
.page-renewal kbd,
.page-renewal samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
.page-renewal small {
  font-size: 80%;
}
.page-renewal sub,
.page-renewal sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.page-renewal sub {
  bottom: -0.25em;
}
.page-renewal sup {
  top: -0.5em;
}
.page-renewal svg,
.page-renewal img,
.page-renewal embed,
.page-renewal object,
.page-renewal iframe {
  vertical-align: bottom;
}
.page-renewal button,
.page-renewal input,
.page-renewal optgroup,
.page-renewal select,
.page-renewal textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
.page-renewal button,
.page-renewal [type=button],
.page-renewal [type=reset],
.page-renewal [type=submit] {
  cursor: pointer;
  background: unset;
  color: unset;
  border: unset;
}
.page-renewal button:disabled,
.page-renewal [type=button]:disabled,
.page-renewal [type=reset]:disabled,
.page-renewal [type=submit]:disabled {
  cursor: default;
}
.page-renewal button:hover, .page-renewal button:active, .page-renewal button:focus,
.page-renewal [type=button]:hover,
.page-renewal [type=button]:active,
.page-renewal [type=button]:focus,
.page-renewal [type=reset]:hover,
.page-renewal [type=reset]:active,
.page-renewal [type=reset]:focus,
.page-renewal [type=submit]:hover,
.page-renewal [type=submit]:active,
.page-renewal [type=submit]:focus {
  background: unset;
  color: unset;
  border: unset;
}
.page-renewal :-moz-focusring {
  outline: auto;
}
.page-renewal select:disabled {
  opacity: inherit;
}
.page-renewal option {
  padding: 0;
}
.page-renewal fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
.page-renewal legend {
  padding: 0;
}
.page-renewal progress {
  vertical-align: baseline;
}
.page-renewal textarea {
  overflow: auto;
}
.page-renewal [type=number]::-webkit-inner-spin-button,
.page-renewal [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.page-renewal [type=search] {
  outline-offset: -2px; /* 1 */
}
.page-renewal [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.page-renewal ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
.page-renewal [type=number] {
  --moz-appearance: textfield;
}
.page-renewal label[for] {
  cursor: pointer;
}
.page-renewal details {
  display: block;
}
.page-renewal summary {
  display: list-item;
}
.page-renewal [contenteditable]:focus {
  outline: auto;
}
.page-renewal table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
.page-renewal caption {
  text-align: left;
}
.page-renewal td,
.page-renewal th {
  vertical-align: top;
  padding: 0;
}
.page-renewal th {
  text-align: left;
  font-weight: bold;
}

/*
===================================
header
===================================
*/
/*
===================================
SPレイアウト記述（0px～899px）
===================================
*/
@media screen and (max-width: 650px) {
  #headerDetails h1 a {
    display: block;
    width: 100%;
    height: 30.67px;
    background: url(../images/common/h1_b.png) no-repeat center/cover;
  }
}
/*
===================================
PCレイアウト記述（900px～）
===================================
*/
@media screen and (min-width: 651px) {
  body.no-scroll #headerDetails header.scroll-nav {
    background-color: unset;
  }
  #headerDetails:has(header.scroll-nav) h1 a {
    background: url(../images/common/h1.png) no-repeat center/cover;
  }
  #headerDetails:has(header.page-top) h1 a {
    background: url(../images/common/h1_b.png) no-repeat center/cover;
  }
  #headerDetails h1 {
    padding-top: 47px;
    left: 8.3vw;
  }
  #headerDetails h1 a {
    display: block;
    width: 100%;
    height: 36.8px;
    background: url(../images/common/h1_b.png) no-repeat center/cover;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #headerDetails header {
    padding-block: 40px;
  }
  #headerDetails header.scroll-nav {
    background-color: rgba(104, 104, 104, 0.5);
  }
  #headerDetails header.scroll-nav nav a,
  #headerDetails header.scroll-nav .nav2 a,
  #headerDetails header.scroll-nav .nav2 .bt_deccs i,
  #headerDetails header.scroll-nav .nav2 .bt_contact i {
    color: #fff !important;
  }
  #headerDetails header .box_nav {
    width: min(65%, 845px);
    margin-right: 8.3vw;
  }
  #headerDetails header .nav2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    padding-bottom: 8px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #headerDetails header .nav2 .bt_contact {
    height: 23px;
    width: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*
===================================
common
===================================
*/
.page-details {
  padding-top: 133px;
}
.page-details .section {
  padding-inline: 120px;
}
.page-details .section .container {
  width: min(100%, 1440px);
  margin-inline: auto;
}
.page-details .fv {
  padding: 0;
}
.page-details .fv .fv-container {
  width: 100%;
  position: relative;
}
.page-details .fv .fv-container .img {
  width: 71.7vw;
  height: auto;
  aspect-ratio: 1034/571;
  margin-inline: 0 auto;
}
.page-details .fv .fv-container .content {
  position: absolute;
  top: clamp(19.2vw, 19.2vw, 277px);
  right: 120px;
  width: 555px;
}
@media screen and (max-width: 1150px) {
  .page-details .fv .fv-container .content {
    right: 60px;
  }
}
.page-details .fv .fv-container .content .line {
  display: block;
  background-color: #000;
}
.page-details .fv .fv-container .content .page-subhead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: calc(14 / 10 * 1rem);
  font-weight: 700;
  line-height: calc(14 / 10 * 1rem);
  letter-spacing: 0.08em;
}
.page-details .fv .fv-container .content .page-subhead .line {
  width: min(100%, 196px);
  height: 1px;
}
.page-details .fv .fv-container .content .page-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 8px;
  font-size: calc(80 / 10 * 1rem);
  font-weight: 700;
  line-height: calc(80 / 10 * 1rem);
  letter-spacing: 0.08em;
}
.page-details .fv .fv-container .content .page-head .line {
  width: min(100%, 170px);
  height: 8px;
}
.page-details .fv .fv-container .content .text {
  margin-top: 16px;
  font-size: calc(14 / 10 * 1rem);
  font-weight: 400;
  line-height: calc(32 / 10 * 1rem);
  letter-spacing: 0.08em;
}

/*
===================================
SPレイアウト記述（0px～899px）
===================================
*/
@media screen and (max-width: 1050px) {
  .page-renewal {
    padding-top: 133px;
  }
}
@media screen and (max-width: 1050px) and (max-width: 650px) {
  .page-renewal {
    padding-top: 0;
  }
}
@media screen and (max-width: 1050px) {
  .page-renewal .section {
    padding-inline: 24px;
  }
  .page-renewal .section .container {
    width: min(100%, 500px);
    margin-inline: auto;
  }
  .page-renewal .fv {
    padding: 0;
  }
  .page-renewal .fv .fv-container {
    width: 100%;
    position: relative;
  }
  .page-renewal .fv .fv-container .img {
    width: min(100%, 1034px);
    height: auto;
    aspect-ratio: 1034/571;
    margin-inline: 0 auto;
  }
  .page-renewal .fv .fv-container .content {
    position: relative;
    top: unset;
    right: unset;
    width: min(80%, 500px);
    margin-top: 40px;
    margin-inline: auto;
  }
  .page-renewal .fv .fv-container .content .line {
    display: block;
    background-color: #000;
  }
  .page-renewal .fv .fv-container .content .page-subhead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    font-size: calc(14 / 10 * 1rem);
    font-weight: 700;
    line-height: calc(14 / 10 * 1rem);
    letter-spacing: 0.08em;
  }
  .page-renewal .fv .fv-container .content .page-subhead .line {
    width: min(100%, 80px);
    height: 1px;
  }
  .page-renewal .fv .fv-container .content .page-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    margin-top: 8px;
    font-size: calc(50 / 10 * 1rem);
    font-weight: 700;
    line-height: calc(50 / 10 * 1rem);
    letter-spacing: 0.08em;
  }
  .page-renewal .fv .fv-container .content .page-head .line {
    width: min(100%, 170px);
    height: 8px;
  }
  .page-renewal .fv .fv-container .content .text {
    margin-top: 16px;
    font-size: calc(14 / 10 * 1rem);
    font-weight: 400;
    line-height: calc(32 / 10 * 1rem);
    letter-spacing: 0.08em;
  }
}
/*
===================================
TBレイアウト記述（899px～1024px）
===================================
*/
/*
===================================
PCレイアウト記述（900px～）
===================================
*/
/*
===================================
common
===================================
*/
.page-renewal .lineup {
  position: relative;
}
.page-renewal .lineup .background {
  position: absolute;
  top: 80px;
  right: 0;
  background-color: #eee;
  width: 76%;
  height: calc(100% - 160px);
}
.page-renewal .lineup .lineup-container {
  padding-block: 160px;
}
.page-renewal .lineup .lineup-container .details__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 54px;
  /* モーダル全体のスタイル */
  /* モーダルを表示時に左にスライドイン */
  /* モーダル内部のコンテンツ */
  /* クローズボタン */
}
@media screen and (max-width: 1380px) {
  .page-renewal .lineup .lineup-container .details__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-renewal .lineup .lineup-container .details__grid .details-card {
  position: relative;
  height: calc(100% - 24px);
  padding-inline: 13px;
  cursor: pointer;
}
.page-renewal .lineup .lineup-container .details__grid .details-card:hover .details-card__img {
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.page-renewal .lineup .lineup-container .details__grid .details-card:hover .details-card__content {
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.page-renewal .lineup .lineup-container .details__grid .details-card__label {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  scale: -1 -1;
  -webkit-transform-origin: left;
          transform-origin: left;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: -8px;
  color: #8a8a8a;
  font-size: calc(16 / 10 * 1rem);
  font-weight: 400;
  line-height: calc(14 / 10 * 1rem);
  letter-spacing: 0.16em;
}
.page-renewal .lineup .lineup-container .details__grid .details-card__img {
  width: calc(100% + 26px);
  height: 257px;
  margin-inline: -13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-renewal .lineup .lineup-container .details__grid .details-card__content {
  background-color: #fff;
  max-width: 338px;
  padding: 26px 40px 19px;
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1380px) {
  .page-renewal .lineup .lineup-container .details__grid .details-card__content {
    margin-inline: auto;
  }
}
.page-renewal .lineup .lineup-container .details__grid .details-card__heading {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: calc(20 / 10 * 1rem);
  font-weight: 700;
  line-height: calc(20 / 10 * 1rem);
  letter-spacing: 0.08em;
  position: relative;
}
.page-renewal .lineup .lineup-container .details__grid .details-card__heading .number-label {
  position: absolute;
  left: 0;
  bottom: 10px;
  text-transform: uppercase;
  font-size: calc(10 / 10 * 1rem);
  font-weight: 500;
  line-height: calc(10 / 10 * 1rem);
  letter-spacing: 0.08em;
}
.page-renewal .lineup .lineup-container .details__grid .details-card__heading .number-label .number {
  font-size: calc(20 / 10 * 1rem);
  font-weight: 400;
  line-height: calc(20 / 10 * 1rem);
  letter-spacing: 0;
}
.page-renewal .lineup .lineup-container .details__grid .details-card__text {
  height: 72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 15px;
  font-size: calc(12 / 10 * 1rem);
  font-weight: 400;
  line-height: calc(24 / 10 * 1rem);
  letter-spacing: 0.08em;
}
.page-renewal .lineup .lineup-container .details__grid .modal {
  display: none; /* 初期は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
.page-renewal .lineup .lineup-container .details__grid .modal.active {
  display: block;
}
.page-renewal .lineup .lineup-container .details__grid .modal-content {
  background: #fff;
  width: min(100%, 941px);
  height: 100dvh;
  min-height: 100dvh;
  overflow-y: scroll;
  margin-inline: auto 0;
  position: relative;
}
@media screen and (max-width: 1020px) {
  .page-renewal .lineup .lineup-container .details__grid .modal-content {
    width: calc(100% - 80px);
  }
}
.page-renewal .lineup .lineup-container .details__grid .modal-content .modal-img {
  width: 100%;
  height: auto;
  aspect-ratio: 941/645;
}
.page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info {
  margin-top: 80px;
  padding-bottom: 168px;
}
.page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-head .modal-number {
  font-size: calc(40 / 10 * 1rem);
  font-weight: 500;
  line-height: calc(40 / 10 * 1rem);
  letter-spacing: 0;
}
.page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-head .line {
  display: block;
  width: 1px;
  height: 40px;
  background-color: #000;
  margin-inline: 24px;
}
.page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-head .modal-title {
  font-size: calc(32 / 10 * 1rem);
  font-weight: 700;
  line-height: calc(32 / 10 * 1rem);
  letter-spacing: 0.08em;
}
.page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-head .modal-label {
  margin-left: 16px;
  font-size: calc(10 / 10 * 1rem);
  font-weight: 500;
  line-height: calc(10 / 10 * 1rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-text {
  width: 100%;
  margin-top: 36px;
  margin-inline: auto;
  text-align: center;
  font-size: calc(14 / 10 * 1rem);
  font-weight: 500;
  line-height: calc(32 / 10 * 1rem);
  letter-spacing: 0.08em;
}
.page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-content-price {
  width: min(100%, 670px);
  margin-top: 80px;
  margin-inline: auto;
}
.page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-content-price .modal-price-head {
  text-align: center;
  font-size: calc(24 / 10 * 1rem);
  font-weight: 700;
  line-height: calc(24 / 10 * 1rem);
  letter-spacing: 0.08em;
}
.page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-content-price .modal-price-block {
  border-color: #000;
  border-style: solid;
  border-width: 1px 0 1px 0;
  margin-top: 32px;
  padding-block: 25px 23px;
}
.page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-content-price .modal-price-block:has(.modal-price-inner + .modal-price-inner) .modal-price-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-content-price .modal-price-block:has(.modal-price-inner + .modal-price-inner) .modal-price-inner .modal-price-title {
  width: min(100%, 271px);
}
.page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-content-price .modal-price-block:has(.modal-price-inner + .modal-price-inner) .modal-price-inner .modal-price-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-content-price .modal-price-block .modal-price-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 7px;
}
.page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-content-price .modal-price-block .modal-price-inner:not(:first-of-type) {
  margin-top: 16px;
}
.page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-content-price .modal-price-block .modal-price-inner .modal-price-title {
  font-size: calc(12 / 10 * 1rem);
  font-weight: 500;
  line-height: calc(12 / 10 * 1rem);
  letter-spacing: 0.08em;
}
.page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-content-price .modal-price-block .modal-price-inner .modal-price-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-content-price .modal-price-block .modal-price-inner .modal-price-text.column .modal-price-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-content-price .modal-price-block .modal-price-inner .modal-price-text .modal-price {
  margin-inline: 8px 4px;
  font-size: calc(32 / 10 * 1rem);
  font-weight: 700;
  line-height: calc(32 / 10 * 1rem);
  letter-spacing: 0.08em;
}
.page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-content-price .modal-price-block .modal-price-inner .modal-price-text .unit {
  font-size: calc(16 / 10 * 1rem);
  font-weight: 700;
  line-height: calc(16 / 10 * 1rem);
  letter-spacing: 0.08em;
}
.page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: min(100%, 670px);
  margin-top: 80px;
  margin-inline: auto;
}
.page-renewal .lineup .lineup-container .details__grid .modal-close {
  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;
  position: fixed;
  top: 0;
  -webkit-transform: translateX(-80px);
          transform: translateX(-80px);
  background-color: #eee;
  cursor: pointer;
  width: 80px;
  height: 80px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1020px) {
  .page-renewal .lineup .lineup-container .details__grid .modal-close {
    left: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}
.page-renewal .lineup .lineup-container .details__grid .modal-close:hover {
  background-color: rgb(212.5, 212.5, 212.5);
}
.page-renewal .lineup .lineup-container .details__grid .modal-close .line {
  position: relative;
}
.page-renewal .lineup .lineup-container .details__grid .modal-close .line span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #000;
}
.page-renewal .lineup .lineup-container .details__grid .modal-close .line span:first-of-type {
  -webkit-transform: rotate(45deg) translateY(1px);
          transform: rotate(45deg) translateY(1px);
}
.page-renewal .lineup .lineup-container .details__grid .modal-close .line span:last-of-type {
  -webkit-transform: rotate(-45deg) translateY(-1px);
          transform: rotate(-45deg) translateY(-1px);
}

/*
===================================
SPレイアウト記述（0px～899px）
===================================
*/
@media screen and (max-width: 980px) {
  .page-renewal .lineup {
    position: relative;
    padding-inline: 48px 24px;
  }
  .page-renewal .lineup .background {
    position: absolute;
    top: 80px;
    right: 0;
    background-color: #eee;
    width: 76%;
    height: calc(100% - 160px);
  }
  .page-renewal .lineup .lineup-container {
    width: min(100%, 500px);
    padding-block: 160px;
  }
  .page-renewal .lineup .lineup-container .details__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 54px;
    /* モーダル全体のスタイル */
    /* モーダルを表示時に左にスライドイン */
    /* モーダル内部のコンテンツ */
    /* クローズボタン */
  }
  .page-renewal .lineup .lineup-container .details__grid .details-card {
    position: relative;
    height: calc(100% - 24px);
    padding-inline: 13px;
  }
  .page-renewal .lineup .lineup-container .details__grid .details-card__label {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    scale: -1 -1;
    -webkit-transform-origin: left;
            transform-origin: left;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: -8px;
    color: #8a8a8a;
    font-size: calc(16 / 10 * 1rem);
    font-weight: 400;
    line-height: calc(14 / 10 * 1rem);
    letter-spacing: 0.16em;
  }
  .page-renewal .lineup .lineup-container .details__grid .details-card__img {
    width: calc(100% + 26px);
    height: 257px;
    margin-inline: -13px;
  }
  .page-renewal .lineup .lineup-container .details__grid .details-card__content {
    background-color: #fff;
    max-width: 338px;
    padding: 26px 24px 19px;
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
  }
}
@media screen and (max-width: 980px) and (max-width: 1380px) {
  .page-renewal .lineup .lineup-container .details__grid .details-card__content {
    margin-inline: auto;
  }
}
@media screen and (max-width: 980px) {
  .page-renewal .lineup .lineup-container .details__grid .details-card__heading {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    text-align: center;
    font-size: calc(20 / 10 * 1rem);
    font-weight: 700;
    line-height: calc(20 / 10 * 1rem);
    letter-spacing: 0.08em;
    position: relative;
  }
  .page-renewal .lineup .lineup-container .details__grid .details-card__heading .number-label {
    position: absolute;
    left: 0;
    bottom: 10px;
    text-transform: uppercase;
    font-size: calc(10 / 10 * 1rem);
    font-weight: 500;
    line-height: calc(10 / 10 * 1rem);
    letter-spacing: 0.08em;
  }
  .page-renewal .lineup .lineup-container .details__grid .details-card__heading .number-label .number {
    font-size: calc(20 / 10 * 1rem);
    font-weight: 400;
    line-height: calc(20 / 10 * 1rem);
    letter-spacing: 0;
  }
  .page-renewal .lineup .lineup-container .details__grid .details-card__text {
    height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 15px;
    font-size: calc(12 / 10 * 1rem);
    font-weight: 400;
    line-height: calc(24 / 10 * 1rem);
    letter-spacing: 0.08em;
  }
  .page-renewal .lineup .lineup-container .details__grid .modal {
    display: none; /* 初期は非表示 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
  }
  .page-renewal .lineup .lineup-container .details__grid .modal.active {
    display: block;
  }
  .page-renewal .lineup .lineup-container .details__grid .modal-content {
    background: #fff;
    width: calc(100% - 80px);
    height: 100dvh;
    min-height: 100dvh;
    overflow-y: scroll;
    margin-inline: auto 0;
    position: relative;
  }
}
@media screen and (max-width: 980px) and (max-width: 941px) {
  .page-renewal .lineup .lineup-container .details__grid .modal-content {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .page-renewal .lineup .lineup-container .details__grid .modal-content .modal-img {
    width: 100%;
    height: auto;
    aspect-ratio: 941/645;
  }
  .page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info {
    margin-top: 80px;
    padding-inline: 24px;
    padding-bottom: 168px;
  }
  .page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-head .modal-number {
    font-size: calc(25 / 10 * 1rem);
    font-weight: 500;
    line-height: calc(25 / 10 * 1rem);
    letter-spacing: 0;
  }
  .page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-head .line {
    display: block;
    width: 1px;
    height: 40px;
    background-color: #000;
    margin-inline: 10px;
  }
  .page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-head .modal-title {
    font-size: calc(25 / 10 * 1rem);
    font-weight: 700;
    line-height: calc(25 / 10 * 1rem);
    letter-spacing: 0.08em;
  }
  .page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-head .modal-label {
    margin-left: 16px;
    font-size: calc(10 / 10 * 1rem);
    font-weight: 500;
    line-height: calc(10 / 10 * 1rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-text {
    width: 100%;
    margin-top: 36px;
    margin-inline: auto;
    text-align: left;
    font-size: calc(14 / 10 * 1rem);
    font-weight: 500;
    line-height: calc(32 / 10 * 1rem);
    letter-spacing: 0.08em;
  }
  .page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-content-price {
    width: min(100%, 670px);
    margin-top: 80px;
    margin-inline: auto;
  }
  .page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-content-price .modal-price-head {
    text-align: center;
    font-size: calc(24 / 10 * 1rem);
    font-weight: 700;
    line-height: calc(24 / 10 * 1rem);
    letter-spacing: 0.08em;
  }
  .page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-content-price .modal-price-block {
    border-color: #000;
    border-style: solid;
    border-width: 1px 0 1px 0;
    margin-top: 32px;
    padding-block: 25px 23px;
  }
  .page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-content-price .modal-price-block:has(.modal-price-inner + .modal-price-inner) .modal-price-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 980px) and (max-width: 645px) {
  .page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-content-price .modal-price-block:has(.modal-price-inner + .modal-price-inner) .modal-price-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 980px) {
  .page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-content-price .modal-price-block:has(.modal-price-inner + .modal-price-inner) .modal-price-inner .modal-price-title {
    width: min(100%, 271px);
  }
}
@media screen and (max-width: 980px) and (max-width: 645px) {
  .page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-content-price .modal-price-block:has(.modal-price-inner + .modal-price-inner) .modal-price-inner .modal-price-title {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-content-price .modal-price-block:has(.modal-price-inner + .modal-price-inner) .modal-price-inner .modal-price-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-content-price .modal-price-block .modal-price-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-inline: 7px;
  }
  .page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-content-price .modal-price-block .modal-price-inner .moda-price-title {
    font-size: calc(12 / 10 * 1rem);
    font-weight: 500;
    line-height: calc(12 / 10 * 1rem);
    letter-spacing: 0.08em;
  }
  .page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-content-price .modal-price-block .modal-price-inner .modal-price-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-content-price .modal-price-block .modal-price-inner .modal-price-text.column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-content-price .modal-price-block .modal-price-inner .modal-price-text.column .modal-price-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
  .page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-content-price .modal-price-block .modal-price-inner .modal-price-text .modal-price {
    margin-inline: 8px 4px;
    font-size: calc(25 / 10 * 1rem);
    font-weight: 700;
    line-height: calc(32 / 10 * 1rem);
    letter-spacing: 0.08em;
  }
  .page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-content-price .modal-price-block .modal-price-inner .modal-price-text .unit {
    font-size: calc(14 / 10 * 1rem);
    font-weight: 700;
    line-height: calc(16 / 10 * 1rem);
    letter-spacing: 0.08em;
  }
  .page-renewal .lineup .lineup-container .details__grid .modal-content .modal-info .modal-content-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    width: min(100%, 670px);
    margin-top: 80px;
    margin-inline: auto;
  }
  .page-renewal .lineup .lineup-container .details__grid .modal-close {
    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;
    position: fixed;
    top: 0;
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
    background-color: #eee;
    cursor: pointer;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 980px) and (max-width: 1020px) {
  .page-renewal .lineup .lineup-container .details__grid .modal-close {
    left: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}
@media screen and (max-width: 980px) and (max-width: 942px) {
  .page-renewal .lineup .lineup-container .details__grid .modal-close {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 980px) {
  .page-renewal .lineup .lineup-container .details__grid .modal-close .line {
    position: relative;
  }
  .page-renewal .lineup .lineup-container .details__grid .modal-close .line span {
    display: block;
    width: 18px;
    height: 1px;
    background-color: #000;
  }
  .page-renewal .lineup .lineup-container .details__grid .modal-close .line span:first-of-type {
    -webkit-transform: rotate(45deg) translateY(1px);
            transform: rotate(45deg) translateY(1px);
  }
  .page-renewal .lineup .lineup-container .details__grid .modal-close .line span:last-of-type {
    -webkit-transform: rotate(-45deg) translateY(-1px);
            transform: rotate(-45deg) translateY(-1px);
  }
}
/*
===================================
TBレイアウト記述（899px～1024px）
===================================
*/
/*
===================================
PCレイアウト記述（900px～）
===================================
*/
.page-case .fv {
  height: 660px;
}
.page-case .fv_wrapper {
  position: relative;
}
.page-case .fv_bg {
  height: 660px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-case .fv_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  max-width: calc(100% - 48px);
  bottom: 80px;
  left: 24px;
}
@media screen and (min-width: 900px) {
  .page-case .fv_content {
    top: 252px;
    bottom: unset;
    left: 118px;
  }
}
.page-case .fv_subtitle {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 13px; /* 100% */
  position: relative;
}
.page-case .fv_subtitle::after {
  content: "";
  background: #000;
  width: 196px;
  height: 1px;
  position: absolute;
  top: 49%;
  right: -16px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.page-case .fv_title {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 100% */
  letter-spacing: 3.84px;
  position: relative;
  margin: 23px 0 0;
  border-bottom: none;
  color: #000;
}
.page-case .fv_title::after {
  content: "";
  background: #000;
  width: 120px;
  height: 4px;
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  border-bottom: none;
  bottom: unset;
}
@media screen and (min-width: 900px) {
  .page-case .fv_title {
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px; /* 100% */
    letter-spacing: 6.4px;
  }
  .page-case .fv_title::after {
    content: "";
    background: #000;
    width: 170px;
    height: 8px;
    position: absolute;
    top: 50%;
    right: -18px;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
}
.page-case .fv_text {
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 228.571% */
  letter-spacing: 1.12px;
  margin-top: 23px;
}

@media screen and (max-width: 899px) {
  .page-case .only-sp {
    display: block !important;
  }
}
@media screen and (min-width: 900px) {
  .page-case .only-sp {
    display: none !important;
  }
}
.page-case .only-pc {
  display: none;
}
@media screen and (min-width: 900px) {
  .page-case .only-pc {
    display: block;
  }
}
.page-case .content__item.is-large {
  padding-right: 0;
  margin-left: 0;
  display: none;
}
@media screen and (min-width: 900px) {
  .page-case .content__item.is-large {
    display: block;
    width: calc(66.6666666667% - 20.5px);
    margin-left: -10px;
  }
}
.page-case .content__item.is-large .content__pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 899px) {
  .page-case .content__item.is-large .content__thumb img {
    aspect-ratio: 375/560;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-case .content__item.is-large .content__thumb.layout-column img {
    aspect-ratio: 560/375;
  }
  .page-case .content__item.is-large .content__meta-contain {
    position: absolute;
    bottom: 24px;
    left: 19px;
    color: #fff;
  }
  .page-case .content__item.is-large .content__img-contain {
    gap: 8px;
    margin-top: 0;
  }
  .page-case .content__item.is-large .content__cat-contain {
    border: 1px solid #fff;
  }
  .page-case .content__item.is-large .content__year::before {
    background: #fff;
  }
  .page-case .content__item.is-large .content__title {
    letter-spacing: 0.255px;
    color: #fff;
  }
  .page-case .content__item.is-large .content__area-contain {
    margin-top: 0;
  }
  .page-case .content__item.is-large .content__area-icon {
    background: url(../images/case/icon-map-wh.svg) no-repeat center center/cover;
  }
  .page-case .content__item.is-large .content__tag-contain {
    margin-top: 24px;
  }
  .page-case .content__item.is-large .content__tag {
    color: #000;
  }
  .page-case .content__item.is-large .content__subImg-contain {
    gap: 8px;
  }
  .page-case .content__item.is-large .content__subImg-contain img {
    width: calc(50% - 4px);
    aspect-ratio: 184/124;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 900px) {
  .page-case .content__item.is-large .content__cat-contain {
    margin-right: 16px;
  }
  .page-case .content__item.is-large .content__img-contain {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5px;
    margin-top: 16px;
  }
  .page-case .content__item.is-large .content__img-contain.layout-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-case .content__item.is-large .content__img-contain.layout-column .content__thumb {
    width: 100%;
  }
  .page-case .content__item.is-large .content__img-contain.layout-column .content__thumb img {
    aspect-ratio: 751/469;
  }
  .page-case .content__item.is-large .content__img-contain.layout-column .content__subImg-contain {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .page-case .content__item.is-large .content__img-contain.layout-column .content__subImg-contain img {
    aspect-ratio: unset;
    width: calc(50% - 2.5px);
  }
  .page-case .content__item.is-large .content__thumb {
    width: 57.12545676%;
  }
  .page-case .content__item.is-large .content__thumb img {
    aspect-ratio: 469/751;
    max-height: 100%;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-case .content__item.is-large .content__subImg-contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    width: 42.2655298417%;
  }
  .page-case .content__item.is-large .content__subImg-contain img {
    width: 100%;
    aspect-ratio: 347/373;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-case .content__item.is-large .content__tag-contain {
    margin-left: 10px;
  }
  .page-case .content__item.is-large .content__title {
    margin-left: 10px;
  }
  .page-case .content__item.is-large .content__area-contain {
    margin-left: 10px;
  }
}
@media screen and (min-width: 900px) {
  .page-case .content__item.is-large .subImg-contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-case .content {
  position: relative;
  margin-top: 53px;
}
@media screen and (min-width: 900px) {
  .page-case .content {
    margin-top: 160px;
  }
}
.page-case .content__bg {
  background: #B9B9B9;
  width: 91.4666666667%;
  height: calc(100% - 235px);
  margin-top: 235px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
@media screen and (min-width: 900px) {
  .page-case .content__bg {
    width: 75.9895833333%;
    height: calc(100% - 262px);
    margin-top: 262px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }
}
.page-case .content__wrapper {
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 900px) {
  .page-case .content__inner {
    max-width: 65.7291666667%;
    width: 100%;
    margin-left: 16.4583333333%;
  }
}
.page-case .content__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 900px) {
  .page-case .content__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 80px;
    -webkit-column-gap: 90.5px;
       -moz-column-gap: 90.5px;
            column-gap: 90.5px;
  }
}
.page-case .content__item {
  padding-right: 24.28px;
  margin-left: 66.72px;
}
@media screen and (min-width: 900px) {
  .page-case .content__item {
    width: calc(33.3333333333% - 60.3333333333px);
    padding: 0;
    margin: 0;
  }
}
.page-case .content__link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-case .content__link:hover, .page-case .content__link:active {
  opacity: 0.7;
}
.page-case .content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-case .content__pickup {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
  letter-spacing: 0.25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 24px;
  margin-bottom: 8px;
  display: none;
}
.page-case .content__pickup::before {
  content: "";
  background: #000;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-left: 0;
  margin-right: 6px;
}
@media screen and (min-width: 900px) {
  .page-case .content__pickup {
    color: #303232;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 100% */
    letter-spacing: 0.35px;
    margin-left: 0;
    margin-right: 26px;
    margin-bottom: 0;
  }
  .page-case .content__pickup::before {
    width: 8px;
    height: 8px;
    margin-right: 6px;
  }
}
.page-case .content__cat-contain {
  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;
  border: 1px solid #000;
  border-radius: 12px;
  padding: 5px 9px;
  margin-right: 6px;
}
@media screen and (min-width: 900px) {
  .page-case .content__cat-contain {
    padding: 4px 9px;
    margin-right: 8px;
  }
}
.page-case .content__cat {
  font-size: 8.594px;
  font-style: normal;
  font-weight: 400;
  line-height: 8.594px;
  letter-spacing: 0.25px;
}
@media screen and (min-width: 900px) {
  .page-case .content__cat {
    color: #303232;
    font-size: 12.141px;
    font-style: normal;
    font-weight: 400;
    line-height: 12.141px;
    letter-spacing: 0.35px;
  }
}
.page-case .content__year {
  font-size: 8.75px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px; /* 114.286% */
  letter-spacing: 0.25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-case .content__year::before {
  content: "";
  background: #000;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 2px;
}
@media screen and (min-width: 900px) {
  .page-case .content__year {
    color: #303232;
    font-size: 12.141px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 115.315% */
    letter-spacing: 0.35px;
  }
  .page-case .content__year::before {
    width: 8px;
    height: 8px;
    margin-right: 8px;
  }
}
.page-case .content__img-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  margin-top: 16px;
}
@media screen and (min-width: 900px) {
  .page-case .content__img-contain {
    gap: 4px;
  }
}
.page-case .content__thumb-contain {
  position: relative;
}
.page-case .content__thumb img {
  aspect-ratio: 284/220;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 900px) {
  .page-case .content__thumb img {
    aspect-ratio: 360/275;
  }
}
.page-case .content__subImg-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
}
@media screen and (min-width: 900px) {
  .page-case .content__subImg-contain {
    gap: 2.5px;
  }
}
.page-case .content__subImg-contain img {
  width: calc(50% - 2px);
  aspect-ratio: 140.5/124;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 900px) {
  .page-case .content__subImg-contain img {
    width: calc(50% - 1.25px);
    aspect-ratio: 178.5/120;
  }
}
.page-case .content__tag-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 4px;
  margin-top: 8px;
}
@media screen and (min-width: 900px) {
  .page-case .content__tag-contain {
    gap: 6px;
    margin-top: 16px;
  }
}
.page-case .content__tag {
  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;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  padding: 4px 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: 0.36px;
}
@media screen and (min-width: 900px) {
  .page-case .content__tag {
    background: #f5f6f6;
    border-radius: 100px;
    padding: 2px 8px;
  }
}
.page-case .content__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
  margin-top: 8px;
}
@media screen and (min-width: 900px) {
  .page-case .content__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
  }
}
.page-case .content__area-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8px;
}
.page-case .content__area-icon {
  background: url(../images/case/icon-map.svg) no-repeat center center/cover;
  display: inline-block;
  width: 11.294px;
  height: 12px;
}
.page-case .content__area {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */
  letter-spacing: 0.36px;
  margin-left: 4px;
}
.page-case .content__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 80px;
  margin-top: 64px;
}
@media screen and (min-width: 900px) {
  .page-case .content__pagination {
    padding-bottom: 160px;
    margin-top: 80px;
  }
}
.page-case .content__pagination a,
.page-case .content__pagination span {
  color: #303232;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 16px; /* 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;
  width: 48px;
  height: 48px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.page-case .content__pagination .current {
  background: #fff;
  border-radius: 50%;
}
.page-case .content__pagination a:hover {
  background: #fff;
  border-radius: 50%;
}
.page-case .content__pagination .dots {
  color: #303232;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 16px; /* 100% */
}
@media screen and (min-width: 900px) {
  .page-case .content__pagination .dots {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 350;
    line-height: 22px; /* 100% */
  }
}
.page-case .content__pagination .prev,
.page-case .content__pagination .next {
  display: none;
}