@charset "UTF-8";
/*
Theme Name: TAKANOSU HOUSE
Description: TAKANOSU HOUSE専用 Theme
Version: 2025.07.01
*/
/* ==========================================================================
  Reset
========================================================================== */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
}

*, :after, :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
  border-collapse: collapse;
}

li {
  list-style-type: none;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* ========================================================================
  Common css
========================================================================== */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "hiragino-kaku-gothic-pron", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #5A5A5A;
}

#wrapper {
  opacity: 0;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

a[href^="tel:"] {
  cursor: default;
}

a {
  color: #5A5A5A;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

@keyframes fuwari {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
br.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  br.sp-only {
    display: inline;
  }
  br.pc-only {
    display: none;
  }
}
hgroup {
  margin-bottom: 40px;
}
hgroup h2.ttl {
  color: #5FC5FF;
  font-family: "hoss-round-xnarrow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.75rem;
  letter-spacing: 0.4rem;
  margin-bottom: 18px;
}
hgroup .catch {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  hgroup .catch {
    font-size: 0.8125rem;
  }
}

.inner {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.bks {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.bks img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.link-btn {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  white-space: nowrap;
  color: #fff;
  display: block;
  padding: 16px 30px 15px 18px;
  border-radius: 45px;
  font-size: 0.8125rem;
  border: 0.5px solid #5FC5FF;
  letter-spacing: 0.05em;
  text-align: center;
  background-color: #5FC5FF;
  background-image: url(assets/img/common/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px auto;
  -webkit-transition: none;
  transition: none;
  -webkit-transition: color 0.4s, background-color 0.4s;
  transition: color 0.4s, background-color 0.4s;
}
.link-btn:hover {
  color: #5FC5FF;
  opacity: 1;
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: url(assets/img/common/arrow-right-wbl.svg);
}
.link-btn.wh {
  background: #fff;
  color: #5FC5FF;
  border: 0.5px solid #fff;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px auto;
  background-image: url(assets/img/common/arrow-right-wbl.svg);
}
.link-btn.wh:hover {
  color: #fff;
  opacity: 1;
  background-color: #5FC5FF;
  background-repeat: no-repeat;
  background-image: url(assets/img/common/arrow-right.svg);
  background-size: 7px;
}
@media screen and (max-width: 768px) {
  .link-btn.wh {
    font-size: 0.875rem;
    letter-spacing: 0.01em;
    white-space: nowrap;
    padding-right: 32px;
    padding-left: 20px;
    background-position: right 15px center;
    background-size: 8px;
  }
}

_::-webkit-full-page-media, _:future, :root .adjust01 {
  padding-bottom: 13px;
}

.copyright {
  font-family: "hoss-round-xnarrow", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.6875rem;
  color: #fff;
  letter-spacing: 0.125em;
}

.post-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px clamp(20px, 14.2079207921px + 1.4851485149vw, 35px);
}
.post-wrap li a {
  display: block;
}
.post-wrap li a figure {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .post-wrap li a figure {
    border-radius: 7px;
  }
}
.post-wrap li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-wrap li .info-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .post-wrap li .info-blk {
    margin-bottom: 7px;
  }
}
.post-wrap li .info-blk .date {
  font-family: "hoss-round-xnarrow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.9375rem;
  letter-spacing: 0.125em;
  color: #5FC5FF;
}
.post-wrap li .info-blk .cate {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.6875rem;
  letter-spacing: 0.01em;
  background-color: #5FC5FF;
  color: #fff;
  padding: 4px 10px 3px;
  border-radius: 10px;
}
.post-wrap li .ttl {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  color: #5A5A5A;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .post-wrap li .ttl {
    font-size: 0.875rem;
  }
}

/* ========================================================================
  Top page
========================================================================== */
#top .top-mv {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: clamp(70px, 58.4158415842px + 2.9702970297vw, 100px);
}
#top .top-mv .top-mv-swiper {
  width: 100%;
  height: 100%;
}
#top .top-mv .top-mv-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
#top .top-mv .top-mv-swiper .swiper-slide picture {
  width: 100%;
  height: 100%;
  display: block;
}
#top .top-mv .top-mv-swiper .swiper-slide picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#top .top-mv .top-mv-swiper .swiper-slide-active picture img,
#top .top-mv .top-mv-swiper .swiper-slide-duplicate-active picture img,
#top .top-mv .top-mv-swiper .swiper-slide-prev picture img {
  -webkit-animation: zoomOut 10s linear 0s normal both;
          animation: zoomOut 10s linear 0s normal both;
}
@media screen and (max-width: 768px) {
  #top .top-mv .top-mv-swiper .swiper-slide-active picture img,
  #top .top-mv .top-mv-swiper .swiper-slide-duplicate-active picture img,
  #top .top-mv .top-mv-swiper .swiper-slide-prev picture img {
    -webkit-animation: zoomOut 6s linear 0s normal both;
            animation: zoomOut 6s linear 0s normal both;
  }
}
#top .top-mv .catch img {
  width: clamp(314px, 89.8571428571px + 53.3673469388vw, 837px);
}
#top .top-mv .link-btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: clamp(36px, 15.1485148515px + 5.3465346535vw, 90px);
  z-index: 2;
}
#top .top-news {
  margin-bottom: 100px;
  position: relative;
}
#top .top-news.event {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  #top .top-news {
    margin-bottom: 125px;
  }
  #top .top-news .inner {
    padding: 0;
  }
}
#top .top-news .head-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #top .top-news .head-part {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 10px;
    margin-bottom: 0px;
  }
  #top .top-news .head-part h2.ttl {
    margin-right: -0.2em;
  }
  #top .top-news .head-part .link-btn {
    position: absolute;
    bottom: -415px;
    padding-right: 40px;
    padding-left: 30px;
    font-size: 1rem;
    background-position: right 15px top 17px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #top .top-news .over-wrap {
    overflow-x: auto;
    padding-bottom: 30px;
    /* スクロールバーを非表示 */
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #top .top-news .over-wrap -webkit-scrollbar {
    display: none;
  }
  #top .top-news .over-wrap .post-wrap {
    padding: 0 30px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    gap: 30px;
  }
  #top .top-news .over-wrap .post-wrap li {
    width: 240px;
  }
}
#top .top-lineup {
  position: relative;
  margin-bottom: clamp(100px, 76.8316831683px + 5.9405940594vw, 160px);
  padding: clamp(85px, 75.3465346535px + 2.4752475248vw, 110px) 0 120px;
}
#top .top-lineup .bks img {
  -o-object-position: center bottom;
     object-position: center bottom;
}
#top .top-lineup .ttl {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #top .top-lineup .ttl {
    font-size: 1.125rem;
  }
}
#top .top-lineup .model-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
#top .top-lineup .model-list .tb-only {
  display: none;
}
@media screen and (max-width: 1000px) {
  #top .top-lineup .model-list .tb-only {
    display: inline;
  }
}
@media screen and (max-width: 460px) {
  #top .top-lineup .model-list .tb-only.ss {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #top .top-lineup .model-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#top .top-lineup .model-list li a {
  display: block;
  background-color: #fff;
  padding: 40px 0 30px;
  border-radius: 10px;
  text-align: center;
}
#top .top-lineup .model-list li a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  #top .top-lineup .model-list li a {
    display: grid;
    grid-template-columns: 135px 1fr;
    gap: 0 25px;
    padding: 25px clamp(18px, -87.2380952381px + 26.9841269841vw, 120px) 20px;
    text-align: left;
    border-radius: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 410px) {
  #top .top-lineup .model-list li a {
    grid-template-columns: clamp(110px, -143.3333333333px + 66.6666666667vw, 130px) 1fr;
  }
}
#top .top-lineup .model-list li a figure {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #top .top-lineup .model-list li a figure {
    grid-row: 1/3;
    margin-bottom: 7px;
  }
}
#top .top-lineup .model-list li a p {
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 1.9;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #top .top-lineup .model-list li a p {
    margin-bottom: 8px;
    letter-spacing: 0.01em;
  }
}
#top .top-lineup .model-list li a .link {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  color: #5A5A5A;
  padding: 9px 28px 9px 20px;
  background: url(assets/img/common/arrow-right-blk.svg) no-repeat right 15px center/7px;
}
@media screen and (max-width: 768px) {
  #top .top-lineup .model-list li a .link {
    padding: 8px 16px 8px 2px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-position: right top 8.5px;
  }
}
#top .top-interview {
  margin-bottom: clamp(110px, 90.6930693069px + 4.9504950495vw, 160px);
}
#top .top-interview hgroup {
  text-align: center;
  margin-bottom: 48px;
}
#top .top-interview hgroup h2.ttl {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 38px;
  font-size: 1.125rem;
}
#top .top-interview hgroup h2.ttl img {
  width: clamp(256px, 181.0891089109px + 19.2079207921vw, 450px);
}
#top .top-interview hgroup .catch {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
  color: #5FC5FF;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #top .top-interview hgroup .catch {
    font-size: 0.8125rem;
    letter-spacing: 0.15em;
  }
}
#top .top-interview .over-wrap {
  position: relative;
}
#top .top-interview .over-wrap .home-swiper .swiper-slide {
  position: relative;
}
#top .top-interview .over-wrap .home-swiper .swiper-slide picture img {
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
#top .top-interview .over-wrap .home-swiper .swiper-slide .info {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: clamp(13px, 11.8415841584px + 0.297029703vw, 16px);
  color: #5A5A5A;
  line-height: 1.5;
  letter-spacing: 0.06em;
  background: url(assets/img/top/slide-num01.svg) no-repeat left top/50px;
  padding-left: 64px;
}
@media screen and (max-width: 768px) {
  #top .top-interview .over-wrap .home-swiper .swiper-slide .info {
    padding-left: 60px;
    padding-top: 5px;
    left: 10px;
    top: 15px;
  }
}
#top .top-interview .over-wrap .home-swiper .swiper-slide .info.se {
  background-image: url(assets/img/top/slide-num02.svg);
}
#top .top-interview .over-wrap .home-swiper .swiper-slide .info.th {
  background-image: url(assets/img/top/slide-num03.svg);
}
#top .top-interview .over-wrap .home-swiper .swiper-slide .catch {
  position: absolute;
  bottom: clamp(20px, 16.1386138614px + 0.9900990099vw, 30px);
  right: 0;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(21px, 9.9389312977px + 2.6717557252vw, 42px);
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #top .top-interview .over-wrap .home-swiper .swiper-slide .catch {
    right: auto;
    left: 20px;
  }
}
#top .top-interview .over-wrap .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}
#top .top-interview .over-wrap .swiper-pagination .swiper-pagination-bullet {
  background-color: #5FC5FF;
}
#top .bnr-blk {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-bottom: clamp(60px, 40.6930693069px + 4.9504950495vw, 110px);
}
#top .bnr-blk a:hover {
  opacity: 1;
}
#top .bnr-blk img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#top .bnr-blk img:hover {
  opacity: 0.5;
}
#top .bnr-blk img.coming:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #top .bnr-blk {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #top .bnr-blk.inner {
    padding: 0 15px;
  }
  #top .bnr-blk .o1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #top .bnr-blk .o2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #top .bnr-blk .o3 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  #top .bnr-blk .o4 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #top .bnr-blk .o5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
#top .bnr-blk picture img {
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  #top .bnr-blk picture img {
    border-radius: 7px;
  }
}
#top .bnr-blk .bnr-galle {
  grid-column: 1/3;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top .bnr-blk .bnr-galle {
    grid-column: 1;
  }
}
#top .bnr-blk .bnr-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  #top .bnr-blk .bnr-sns {
    gap: 14px;
  }
}

/* ==========================================================================
Header
========================================================================== */
.un_loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100vw;
  height: 100dvh;
  color: #fff;
  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;
  pointer-events: none;
}
.un_loading_core {
  width: clamp(0px, 40.9956076135vw, 560px);
  position: absolute;
  top: 55%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .un_loading_core {
    width: 72.4637681159vw;
  }
}
.un_loading_core img {
  will-change: opacity;
  width: clamp(0px, 27.3060029283vw, 373px);
  height: auto;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .un_loading_core img {
    max-width: 100vw;
    width: 67.6328502415vw;
  }
}
.un_loading_core img.breath {
  width: clamp(0px, 40.9956076135vw, 560px);
  z-index: 2;
  left: 50.5%;
  top: 0;
  -webkit-transform: translate(-50%, -52.5%);
          transform: translate(-50%, -52.5%);
}
@media screen and (max-width: 767px) {
  .un_loading_core img.breath {
    width: 100vw;
  }
}
.un_loading_bg {
  will-change: opacity;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

header {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
header .follow-btn01 {
  position: fixed;
  top: 18px;
  right: 80px;
  z-index: 12;
}
@media screen and (max-width: 768px) {
  header .follow-btn01 {
    top: 13px;
    right: clamp(60px, 50.206185567px + 2.5773195876vw, 70px);
  }
}
header .follow-btn01 img {
  width: clamp(136px, 124.4158415842px + 2.9702970297vw, 166px);
}
header .head-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 15px 15px 25px;
  padding-left: clamp(13px, 7.2222222222px + 1.4814814815vw, 25px);
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.6s 0.3s;
  transition: all 0.6s 0.3s;
}
@media screen and (max-width: 768px) {
  header .head-wrap {
    padding: 12px 11px 9px 13px;
  }
}
header .head-wrap.active {
  background: rgba(255, 255, 255, 0.9);
}
header .head-wrap .logo {
  width: clamp(180px, 164.5544554455px + 3.9603960396vw, 220px);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
header .head-wrap .ham-btn {
  width: clamp(44px, 41.6831683168px + 0.5940594059vw, 50px);
  height: clamp(44px, 41.6831683168px + 0.5940594059vw, 50px);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
header .head-wrap h1 {
  width: clamp(162px, 142.2592592593px + 5.0617283951vw, 203px);
}
header .head-wrap .ham-btn {
  display: block;
  height: clamp(44px, 39px + 1.25vw, 54px);
  width: clamp(44px, 39px + 1.25vw, 54px);
  background: url(assets/img/common/menu-btn.svg) no-repeat center center/100%;
}
header .head-wrap .ham-btn.wh {
  background: url(assets/img/common/menu-btn-wh.svg) no-repeat center center/100%;
}
header .head-wrap .ham-btn.active {
  background: url(assets/img/common/menu-close.svg) no-repeat center center/100%;
}
header .sp-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  padding-top: 10px;
  background: url(assets/img/common/menu-bk.jpg) no-repeat center bottom/cover;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.75s ease;
  transition: 0.75s ease;
  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;
  overflow-y: auto;
  padding-top: 85px;
}
@media screen and (max-width: 768px) {
  header .sp-menu {
    background: url(assets/img/common/menu-bk-sp.jpg) no-repeat center bottom/cover;
    padding-top: 115px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
header .sp-menu a {
  color: #fff;
  font-size: 1.125rem;
}
header .sp-menu .sp-area {
  color: #fff;
  max-width: 1140px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: 72% 1fr;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  header .sp-menu .sp-area {
    grid-template-columns: 65% 34%;
  }
}
@media screen and (max-width: 768px) {
  header .sp-menu .sp-area {
    display: block;
    max-width: 560px;
  }
}
header .sp-menu .sp-area .left-blk .top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
header .sp-menu .sp-area .left-blk .top .top-cont {
  grid-column: 1/3;
}
header .sp-menu .sp-area .left-blk .top .top-open img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  header .sp-menu .sp-area .left-blk .top .top-open img {
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  header .sp-menu .sp-area .left-blk .top {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 50px;
  }
  header .sp-menu .sp-area .left-blk .top .top-cont {
    grid-column: 1/3;
  }
}
header .sp-menu .sp-area .right-blk {
  padding: 5px 20px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  header .sp-menu .sp-area .right-blk {
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  header .sp-menu .sp-area .right-blk {
    display: grid;
    grid-template-columns: 46% 54%;
    justify-items: space-between;
    gap: 0 20px;
    width: 100%;
    margin-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 405px) {
  header .sp-menu .sp-area .right-blk {
    grid-template-columns: 44% 56%;
  }
}
header .sp-menu .sp-area .right-blk .link-blk:last-of-type {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  header .sp-menu .sp-area .right-blk .link-blk {
    padding-right: 20px;
  }
  header .sp-menu .sp-area .right-blk .link-blk:first-of-type {
    padding-left: 3%;
  }
}
@media screen and (max-width: 405px) {
  header .sp-menu .sp-area .right-blk .link-blk {
    padding-right: 10px;
  }
}
header .sp-menu .sp-area .right-blk .link-blk li {
  margin-bottom: 27px;
}
header .sp-menu .sp-area .right-blk .link-blk li a {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: block;
  font-size: clamp(15px, 11.7391304348px + 0.8152173913vw, 18px);
}
header .sp-menu .sp-area .right-blk .link-blk li a.ex span {
  background: url(assets/img/common/ico-newtab.svg) no-repeat right bottom 1px/16px;
  padding-right: 26px;
  padding-right: clamp(18px, 9.3043478261px + 2.1739130435vw, 26px);
}
@media screen and (max-width: 400px) {
  header .sp-menu .sp-area .right-blk .link-blk li a.ex span {
    background-size: 14px;
  }
}
header .sp-menu .sp-area .btn-blk {
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  header .sp-menu .sp-area .btn-blk {
    grid-column: 1/3;
    padding-right: 20px;
  }
}
header .sp-menu .sp-area .btn-blk .link-btn {
  font-size: 0.8125rem;
  margin-bottom: 15px;
  border: 0.5px solid #5FC5FF;
  width: 190px;
  color: #5FC5FF;
  background: #fff url(assets/img/common/arrow-right-wbl.svg) no-repeat right 15px center/8px;
  padding-left: 0;
  padding-right: 0;
}
header .sp-menu .sp-area .btn-blk .link-btn:hover {
  color: #fff;
  background: #5FC5FF url(assets/img/common/arrow-right.svg) no-repeat right 15px center/8px;
}
@media screen and (max-width: 768px) {
  header .sp-menu .sp-area .btn-blk .link-btn {
    width: 100%;
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
header .sp-menu .sp-area .sns-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
  margin: 0 0 20px 10px;
}
@media screen and (max-width: 768px) {
  header .sp-menu .sp-area .sns-blk {
    grid-column: 1/3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  header .sp-menu .sp-area .copyright {
    grid-column: 1/3;
    text-align: center;
    margin-bottom: 40px;
  }
}
header .sp-menu .sp-area .sp-only-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  header .sp-menu .sp-area .sp-only-menu {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  header .sp-menu .sp-area .pc-only-menu {
    display: none;
  }
}
header .sp-menu.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

/* ==========================================================================
  Footer
========================================================================== */
footer {
  background-color: #fff;
  padding-bottom: 30px;
  position: relative;
}
footer .contact-part {
  background: #5FC5FF;
  padding: 42px 0 23px;
  margin-bottom: 80px;
}
@media screen and (max-width: 930px) {
  footer .contact-part {
    padding: 60px 0 45px;
  }
}
footer .contact-part .wrap {
  color: #fff;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 930px) {
  footer .contact-part .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
footer .contact-part .wrap hgroup {
  margin-top: 22px;
}
@media screen and (max-width: 930px) {
  footer .contact-part .wrap hgroup {
    margin-top: 0;
    margin-bottom: 50px;
    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;
    gap: 7px;
  }
}
footer .contact-part .wrap hgroup h3 {
  font-family: "hoss-round-xnarrow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(20px, 5.4285714286px + 3.4693877551vw, 54px);
  letter-spacing: 0.15em;
  margin-bottom: 16px;
}
@media screen and (max-width: 930px) {
  footer .contact-part .wrap hgroup h3 {
    letter-spacing: 0.18em;
    margin-bottom: 0;
  }
}
footer .contact-part .wrap hgroup p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  margin-left: 3px;
}
@media screen and (max-width: 930px) {
  footer .contact-part .wrap hgroup p {
    font-size: 1rem;
  }
}
footer .contact-part .wrap .info-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 930px) {
  footer .contact-part .wrap .info-part {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
    width: 100%;
  }
}
footer .contact-part .wrap .info-part .tel-blk p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}
@media screen and (max-width: 930px) {
  footer .contact-part .wrap .info-part .tel-blk p {
    font-size: 0.8125rem;
    margin-bottom: 10px;
  }
}
footer .contact-part .wrap .info-part .tel-blk a {
  font-family: "hoss-round-xnarrow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.07em;
  line-height: 1.3;
  color: #fff;
}
@media screen and (max-width: 930px) {
  footer .contact-part .wrap .info-part .tel-blk a {
    font-size: 2.875rem;
    letter-spacing: 0.1em;
  }
}
footer .contact-part .wrap .info-part .web-blk {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
}
@media screen and (max-width: 930px) {
  footer .contact-part .wrap .info-part .web-blk {
    grid-template-columns: 1fr;
    width: 100%;
  }
  footer .contact-part .wrap .info-part .web-blk .sp-none {
    display: none;
  }
  footer .contact-part .wrap .info-part .web-blk .link-btn {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    font-size: 1rem;
    padding-top: 18px;
    padding-bottom: 16px;
    background-size: 8px;
    background-position: right 15px top 19px;
    padding-left: 0;
    padding-right: 0;
  }
}
footer .contact-part .wrap .info-part .web-blk p {
  grid-column: 1/3;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 930px) {
  footer .contact-part .wrap .info-part .web-blk p {
    font-size: 0.8125rem;
    margin-bottom: 8px;
    grid-column: 1;
  }
}
footer .btm-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 33px;
  max-width: 960px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 930px) {
  footer .btm-link {
    display: none;
  }
}
footer .btm-link li {
  position: relative;
}
footer .btm-link li::after {
  content: "";
  position: absolute;
  top: 1px;
  right: -17px;
  width: 1px;
  height: 14px;
  background-color: #5A5A5A;
}
footer .btm-link li:nth-of-type(5)::after, footer .btm-link li:nth-of-type(12)::after {
  display: none;
}
footer .btm-link li a {
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
}
footer .btm-part {
  text-align: center;
}
@media screen and (max-width: 930px) {
  footer .btm-part .foot-logo {
    width: 210px;
  }
}
footer .btm-part figure {
  margin-bottom: 50px;
}
footer .btm-part .sns-link {
  margin: 30px 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 930px) {
  footer .btm-part .sns-link {
    margin-top: 50px;
  }
}
footer .btm-part .privacy-link {
  color: #9BA1A6;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 930px) {
  footer .btm-part .privacy-link {
    display: none;
  }
}
footer .btm-part .copyright {
  color: #9BA1A6;
}
footer .to-top {
  display: block;
  width: clamp(44px, 41.6831683168px + 0.5940594059vw, 50px);
  height: clamp(44px, 41.6831683168px + 0.5940594059vw, 50px);
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: clamp(20px, 18.0693069307px + 0.495049505vw, 25px);
  right: clamp(7px, 3.9108910891px + 0.7920792079vw, 15px);
}

/* ==========================================================================
  Lineup
========================================================================== */
.scroll-container {
  position: relative;
}
.scroll-container .scroll-controls {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
  z-index: 10;
  padding: 0 10px;
}
.scroll-container .scroll-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  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;
  pointer-events: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #333;
}
.scroll-container .scroll-btn:hover:not(:disabled) {
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  /* transform: scale()を削除してボタン位置を固定 */
}
.scroll-container .scroll-btn:active:not(:disabled) {
  background: rgb(240, 240, 240);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  /* transform: scale()を削除 */
}
.scroll-container .scroll-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  .scroll-container .scroll-container .scroll-controls {
    padding: 0 5px;
  }
  .scroll-container .scroll-btn {
    width: 40px;
    height: 40px;
  }
}

#lineup {
  padding-top: 140px;
}
#lineup .top-select hgroup {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #lineup .top-select hgroup {
    margin-bottom: 60px;
  }
}
#lineup .top-select hgroup h2.ttl {
  color: #5FC5FF;
  font-family: "hoss-round-xnarrow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.125rem;
  letter-spacing: 0.5rem;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  #lineup .top-select hgroup h2.ttl {
    font-size: 2.75rem;
    letter-spacing: 0.3rem;
  }
}
#lineup .top-select hgroup .catch {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #5FC5FF;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #lineup .top-select hgroup .catch {
    font-size: 0.8125rem;
  }
}
#lineup .top-select .select-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  #lineup .top-select .select-blk {
    display: grid;
    grid-template-columns: repeat(2, 160px);
    justify-items: center;
    gap: 2px 0;
    margin-bottom: 80px;
  }
}
#lineup .top-select .select-blk li {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #lineup .top-select .select-blk li img {
    width: 128px;
  }
  #lineup .top-select .select-blk li:first-of-type {
    grid-column: 1/3;
  }
}
#lineup .top-select .select-blk li figure {
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  #lineup .top-select .select-blk li figure {
    margin-bottom: 15px;
  }
}
#lineup .top-select .select-blk li p {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #lineup .top-select .select-blk li p {
    font-size: 0.75rem;
  }
}
#lineup .model-blk {
  position: relative;
  padding-bottom: 120px;
}
#lineup .model-blk:last-of-type {
  padding-bottom: 100px;
}
#lineup .model-blk .bk-wrap {
  position: relative;
  margin-bottom: 85px;
}
#lineup .model-blk .bk-wrap .ttl-bks {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: clamp(360px, 284.6153846154px + 17.9487179487vw, 500px);
  height: clamp(314px, 248.8461538462px + 15.5128205128vw, 435px);
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: color;
}
#lineup .model-blk .bk-wrap .ttl-bks.goku {
  mix-blend-mode: darken;
}
#lineup .model-blk .bk-wrap h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: clamp(360px, 284.6153846154px + 17.9487179487vw, 500px);
  height: clamp(314px, 248.8461538462px + 15.5128205128vw, 435px);
}
#lineup .model-blk h4 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  font-size: 2.25rem;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #lineup .model-blk h4 {
    font-size: 1.5625rem;
    margin-bottom: 40px;
    line-height: 1.9;
  }
}
#lineup .model-blk .house-img {
  display: block;
  margin: 0 auto 50px;
}
#lineup .model-blk .lead {
  max-width: 890px;
  margin: 0 auto 40px;
  padding: 0 20px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2.1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #lineup .model-blk .lead {
    font-size: 0.9375rem;
    line-height: 2.1;
    text-align: justify;
  }
}
#lineup .model-blk .over-wrap {
  margin-bottom: 60px;
  overflow-x: auto;
  /* スクロールバーを非表示 */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#lineup .model-blk .over-wrap -webkit-scrollbar {
  display: none;
}
#lineup .model-blk .over-wrap .pickup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 10px clamp(20px, -153.6585365854px + 19.512195122vw, 100px) 20px;
}
#lineup .model-blk .over-wrap .pickup li {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  aspect-ratio: 1/1;
  width: 290px;
  padding: 22px 22px 20px;
}
#lineup .model-blk .over-wrap .pickup li.sm {
  padding: 22px 12px 20px 20px;
}
#lineup .model-blk .over-wrap .pickup li figure {
  height: 50px;
  display: block;
  margin-bottom: 14px;
}
#lineup .model-blk .over-wrap .pickup li .ttl {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 12px;
}
#lineup .model-blk .over-wrap .pickup li .ttl.s-mb {
  margin-bottom: 15px;
}
#lineup .model-blk .over-wrap .pickup li .ttl.m-mb {
  margin-bottom: 42px;
}
#lineup .model-blk .over-wrap .pickup li .ttl.l-mb {
  margin-bottom: 32px;
}
#lineup .model-blk .over-wrap .pickup li .exp {
  color: #9BA1A6;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  line-height: 1.85;
}
#lineup .model-blk .over-wrap .pickup li .exp span {
  letter-spacing: -0.5em;
}
#lineup .model-blk .over-wrap .pickup li .exp.sm {
  letter-spacing: 0.05em;
}
#lineup .model-blk .table-ttl {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 18px;
}
#lineup .model-blk .table-container {
  max-width: 860px;
  margin: 0 auto 25px;
  border-radius: 10px;
  padding: 35px 32px 18px;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
  color: #fff;
}
#lineup .model-blk .table-container.first {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #lineup .model-blk .table-container {
    border-radius: 7px;
    display: block;
    width: calc(100% - 40px);
    padding: 32px 28px 26px;
  }
}
#lineup .model-blk .table-container .spec-list {
  display: grid;
  grid-template-columns: 115px 1fr;
}
@media screen and (max-width: 768px) {
  #lineup .model-blk .table-container .spec-list {
    grid-template-columns: 95px 1fr;
  }
  #lineup .model-blk .table-container .spec-list:first-of-type {
    border-bottom: 0.5px solid #E5E5E5;
    margin-bottom: 8px;
  }
}
#lineup .model-blk .table-container .spec-list dt {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  border-bottom: 0.5px solid #E5E5E5;
  padding: 0 0 7px 15px;
  margin-bottom: 8px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #lineup .model-blk .table-container .spec-list dt {
    font-size: 0.8125rem;
    padding-left: 13px;
  }
}
#lineup .model-blk .table-container .spec-list dt:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #lineup .model-blk .table-container .spec-list dt:last-of-type {
    margin-bottom: 0;
  }
}
#lineup .model-blk .table-container .spec-list dd {
  font-size: 0.875rem;
  opacity: 0.85;
  border-bottom: 0.5px solid #E5E5E5;
  padding-bottom: 7px;
  margin-bottom: 8px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #lineup .model-blk .table-container .spec-list dd {
    font-size: 0.8125rem;
  }
}
#lineup .model-blk .table-container .spec-list dd:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #lineup .model-blk .table-container .spec-list dd:last-of-type {
    margin-bottom: 0;
  }
}
#lineup .model-blk.sumi h4 {
  color: #0494ED;
}
#lineup .model-blk.sumi h4 span {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #lineup .model-blk.sumi h4 span {
    letter-spacing: -0.75em;
  }
}
#lineup .model-blk.sumi .table-container {
  background-color: #00A3FF;
}
#lineup .model-blk.sumizumi h4 {
  color: #19D1E1;
}
#lineup .model-blk.sumizumi h4 span {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #lineup .model-blk.sumizumi h4 span {
    letter-spacing: -0.75em;
  }
}
#lineup .model-blk.sumizumi .table-container {
  background-color: #19D1E1;
}
#lineup .model-blk.gokusumi h4 {
  color: #5FC5FF;
}
#lineup .model-blk.gokusumi h4 span {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #lineup .model-blk.gokusumi h4 span {
    letter-spacing: -0.75em;
  }
}
#lineup .model-blk.gokusumi .table-container {
  background-color: #5FC5FF;
}
#lineup .photo-blk {
  margin: 100px 0 80px;
}
@media screen and (max-width: 768px) {
  #lineup .photo-blk {
    margin: 80px 0 20px;
  }
}
#lineup .photo-blk .photo-swiper .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
#lineup .photo-blk .photo-swiper .swiper-slide {
  width: 550px;
}
@media screen and (max-width: 768px) {
  #lineup .photo-blk .photo-swiper .swiper-slide {
    width: 340px;
  }
}
#lineup .photo-blk .photo-swiper .swiper-slide picture img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #lineup .photo-blk .photo-swiper .swiper-slide picture img {
    border-radius: 5px;
  }
}
#lineup .compare-blk {
  padding: 20px 20px 0;
  margin-bottom: 90px;
  overflow-x: auto;
  /* スクロールバーを非表示 */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#lineup .compare-blk -webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  #lineup .compare-blk {
    padding-top: 20px;
    margin-bottom: 50px;
  }
}
#lineup .compare-blk .over-wrap {
  display: grid;
  grid-template-columns: repeat(3, 310px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media screen and (max-width: 1180px) {
  #lineup .compare-blk .over-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  #lineup .compare-blk .over-wrap {
    padding-bottom: 30px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-template-columns: repeat(3, 225px);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
#lineup .compare-blk ul {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 7;
  gap: 52px 0;
}
@media screen and (max-width: 768px) {
  #lineup .compare-blk ul {
    gap: 45px 0;
  }
}
#lineup .compare-blk ul li {
  text-align: center;
}
#lineup .compare-blk ul li figure {
  margin-bottom: 22px;
}
#lineup .compare-blk ul li .spec-text {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.85;
}
@media screen and (max-width: 768px) {
  #lineup .compare-blk ul li .spec-text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
#lineup .compare-blk ul li .spec-label {
  color: #9BA1A6;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  margin-top: 3px;
}
#lineup .compare-blk ul li:first-of-type {
  margin-bottom: 50px;
}
#lineup .guarantee > h3 {
  font-size: clamp(22px, 20px + 0.5vw, 27px);
  color: #53C1FF;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
  text-align: center;
}
#lineup .guarantee .box {
  width: 856px;
  background-color: #53C1FF;
  margin: 0 auto 120px;
  padding: 70px;
  border-radius: 10px;
}
@media screen and (max-width: 856px) {
  #lineup .guarantee .box {
    width: 100%;
    border-radius: 0;
    padding: 60px 0;
  }
}
#lineup .guarantee .box > h4 {
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
  color: #fff;
}
#lineup .guarantee .box > h4.mgt {
  margin-top: 60px;
}
#lineup .guarantee .box > p {
  font-size: clamp(15px, 14.6px + 0.1vw, 16px);
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: center;
  color: #fff;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  #lineup .guarantee .box > p.sp_justify {
    width: 90%;
    text-align: justify;
    margin: 24px auto 0;
  }
  #lineup .guarantee .box > p.sp_justify br {
    display: none;
  }
}
#lineup .guarantee .box .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 35px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #lineup .guarantee .box .flexbox {
    display: block;
    gap: 0;
  }
}
#lineup .guarantee .box .flexbox .left {
  width: 300px;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  #lineup .guarantee .box .flexbox .left {
    width: 90%;
    margin: 0 auto;
  }
}
#lineup .guarantee .box .flexbox .left dl {
  border-bottom: solid 1px #E5E5E5;
  padding: 15px 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#lineup .guarantee .box .flexbox .left dl:first-child {
  padding-top: 0;
}
#lineup .guarantee .box .flexbox .left dl:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#lineup .guarantee .box .flexbox .left dl dt {
  min-width: 80px;
  font-size: clamp(16px, 16.8px + -0.2vw, 14px);
  font-weight: bold;
  letter-spacing: 0.06em;
}
#lineup .guarantee .box .flexbox .left dl dd {
  font-size: clamp(16px, 16.8px + -0.2vw, 14px);
  letter-spacing: 0.06em;
}
#lineup .guarantee .box .flexbox > p {
  width: calc(100% - 335px);
  font-size: clamp(15px, 14.6px + 0.1vw, 16px);
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: justify;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #lineup .guarantee .box .flexbox > p {
    width: 90%;
    margin: 24px auto 0;
  }
}
#lineup .guarantee .box .box02 {
  width: 620px;
  background-color: #fff;
  margin: 24px auto 0;
  padding: 15px 10px;
  border-radius: 10px;
}
@media screen and (max-width: 856px) {
  #lineup .guarantee .box .box02 {
    width: 90%;
  }
}
#lineup .guarantee .box .box02 p {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: center;
}
#lineup .guarantee > p {
  max-width: 860px;
  margin: 0 auto;
  font-size: clamp(14px, 13.2px + 0.2vw, 16px);
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #lineup .guarantee > p {
    width: 90%;
  }
}

/* 矢印ボタンのスタイル */
.scroll-controls {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
  z-index: 10;
  padding: 0 10px;
}

.scroll-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  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;
  pointer-events: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #333;
}

.scroll-btn:hover:not(:disabled) {
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  /* transform: scale()を削除してボタン位置を固定 */
}

.scroll-btn:active:not(:disabled) {
  background: rgb(240, 240, 240);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  /* transform: scale()を削除 */
}

.scroll-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.7);
}

/* スクロールバーのカスタマイズ */
.over-wrap::-webkit-scrollbar {
  height: 6px;
}

.over-wrap::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.over-wrap::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.over-wrap::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .scroll-container .scroll-controls {
    padding: 0 5px;
  }
  .scroll-btn {
    width: 40px;
    height: 40px;
  }
}
/* ==========================================================================
  よくある質問
========================================================================== */
#faq {
  background-color: #DEF2FF;
  padding-bottom: 140px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #faq {
    padding-bottom: 65px;
  }
}
#faq h2 {
  padding: clamp(100px, 112px + -3vw, 70px) 20px;
  margin-bottom: clamp(70px, 50px + 5vw, 120px);
  text-align: center;
  background: #D9F0FF;
  background-image: repeating-linear-gradient(147deg, #BFE1FF, #BFE1FF 1px, transparent 1px, transparent 5px);
}
#faq .faq-blk {
  max-width: 890px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #faq .faq-blk {
    padding: 0;
  }
}
#faq .faq-blk h3 {
  font-size: clamp(22px, 20px + 0.5vw, 27px);
  color: #53C1FF;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
  text-align: center;
}
#faq .faq-blk .faq-about > p {
  font-size: clamp(14px, 13.2px + 0.2vw, 16px);
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #faq .faq-blk .faq-about > p {
    width: 90%;
    margin: 0 auto;
  }
}
#faq .faq-blk dl {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #faq .faq-blk dl {
    margin-bottom: 70px;
  }
}
#faq .faq-blk dl div {
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px 30px 1px 30px;
  background: #fff url(assets/img/faq/arrow-down.svg) no-repeat right 48px top 48px/26px;
  -webkit-transition: background-image 0.2s ease;
  transition: background-image 0.2s ease;
}
#faq .faq-blk dl div.is-close {
  background: #fff url(assets/img/faq/arrow-up.svg) no-repeat right 48px top 48px/26px;
}
@media screen and (max-width: 768px) {
  #faq .faq-blk dl div {
    border-radius: 5px;
    padding: 13px 20px 1px 20px;
    background: #fff url(assets/img/faq/arrow-down.svg) no-repeat right 15px top 33px/20px;
  }
  #faq .faq-blk dl div.is-close {
    background: #fff url(assets/img/faq/arrow-up.svg) no-repeat right 15px top 33px/20px;
  }
}
#faq .faq-blk dl div dt {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(17px, 15.8px + 0.3vw, 20px);
  letter-spacing: 0.04em;
  line-height: 1.7;
  background: url(assets/img/faq/q-icon.svg) no-repeat left top 14px/50px;
  padding: 25px 20px 11px 72px;
  margin-bottom: 20px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #faq .faq-blk dl div dt {
    padding: 12px 30px 6px 48px;
    background-position: left center;
    background-size: 32px;
    margin-bottom: 18px;
    line-height: 1.5;
  }
}
#faq .faq-blk dl div dd {
  overflow: hidden;
  background: url(assets/img/faq/a-icon.svg) no-repeat left top 4px/50px auto;
  padding: 0 20px 32px 72px;
  font-size: clamp(15px, 14.6px + 0.1vw, 16px);
  line-height: 2.1;
  letter-spacing: 0.1em;
  text-align: justify;
  display: none;
}
#faq .faq-blk dl div ddis-close {
  display: block;
}
@media screen and (max-width: 768px) {
  #faq .faq-blk dl div dd {
    background: none;
    padding: 0 0 25px 0;
    letter-spacing: 0.09em;
  }
  #faq .faq-blk dl div dd::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 29px;
    background: url(assets/img/faq/a-icon.svg) no-repeat center/contain;
    float: left;
    margin: 15px 16px 15px 0;
  }
}
#faq .contact-part {
  max-width: 640px;
  margin: 130px auto 0;
  color: #fff;
  background: #5FC5FF;
  padding: 50px 50px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #faq .contact-part {
    grid-template-columns: 1fr;
    padding: 45px 0px 40px;
    gap: 10px;
    border-radius: 0;
    margin-top: 90px;
    width: calc(100% - 40px);
  }
}
#faq .contact-part .ttl {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.375rem;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  text-align: center;
  grid-column: 1/3;
}
@media screen and (max-width: 768px) {
  #faq .contact-part .ttl {
    grid-column: 1;
    line-height: 1.7;
    margin-bottom: 30px;
  }
}
#faq .contact-part .tel-blk {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #faq .contact-part .tel-blk {
    margin-bottom: 18px;
  }
}
#faq .contact-part .tel-blk p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  #faq .contact-part .tel-blk p {
    font-size: 0.8125rem;
    margin-bottom: 10px;
  }
}
#faq .contact-part .tel-blk a {
  font-family: "hoss-round-xnarrow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.09em;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #faq .contact-part .tel-blk a {
    font-size: 3.125rem;
    letter-spacing: 0.075em;
  }
}
#faq .contact-part .form-blk {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #faq .contact-part .form-blk .sp-none {
    display: none;
  }
  #faq .contact-part .form-blk .link-btn {
    font-size: 1rem;
    padding-right: 0;
    padding-left: 0;
    width: 300px;
    margin: 0 auto;
  }
}
#faq .contact-part .form-blk p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  margin-bottom: 19px;
}
@media screen and (max-width: 768px) {
  #faq .contact-part .form-blk p {
    margin-bottom: 15px;
    font-size: 0.8125rem;
  }
}

/* ==========================================================================
  アクセス
========================================================================== */
#access {
  padding-top: 130px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #access {
    padding-bottom: 0px;
  }
}
#access hgroup {
  margin-bottom: 45px;
  text-align: center;
  color: #5FC5FF;
}
@media screen and (max-width: 768px) {
  #access hgroup {
    margin-bottom: 60px;
  }
}
#access hgroup h2.ttl {
  font-size: clamp(44px, 30.099009901px + 3.5643564356vw, 80px);
  letter-spacing: clamp(5px, 2.297029703px + 0.6930693069vw, 12px);
  margin-bottom: clamp(17px, 14.297029703px + 0.6930693069vw, 24px);
}
#access hgroup .catch {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(13px, 10.297029703px + 0.6930693069vw, 20px);
  letter-spacing: 0.1em;
}
#access .detail-blk {
  text-align: center;
  margin-bottom: 130px;
}
#access .detail-blk picture {
  display: block;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #access .detail-blk picture {
    margin-bottom: 60px;
  }
}
#access .detail-blk h3 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  #access .detail-blk h3 {
    margin-bottom: 24px;
  }
}
#access .detail-blk p {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #access .detail-blk p {
    font-size: 0.9375rem;
    margin-bottom: 10px;
  }
}
#access .detail-blk .map {
  margin: 30px auto 0;
  max-width: 856px;
  aspect-ratio: 856/388;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #access .detail-blk .map {
    aspect-ratio: 1/1;
    margin-top: 15px;
  }
}
#access .detail-blk .map iframe {
  width: 100%;
  height: 100%;
}

/* ==========================================================================
  NEWS
========================================================================== */
#news {
  max-width: 1180px;
  padding: 140px 20px 120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 275px 1fr;
  gap: 0 100px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1000px) {
  #news {
    grid-template-columns: 260px 1fr;
    gap: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  #news {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 75px 0 70px;
  }
}
#news .cate-area {
  background-color: #5FC5FF;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 40px 0 30px;
  position: sticky;
  top: 140px;
}
@media screen and (max-width: 768px) {
  #news .cate-area {
    position: static;
    border-radius: 0;
    margin-bottom: 50px;
  }
}
#news .cate-area hgroup {
  color: #fff;
  text-align: center;
  margin-bottom: 36px;
}
#news .cate-area hgroup h2 {
  color: #fff;
  font-size: 3.5rem;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  #news .cate-area hgroup h2 {
    font-size: 2.75rem;
  }
}
#news .cate-area hgroup .catch {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.8125rem;
}
@media screen and (max-width: 768px) {
  #news .cate-area .cate-list {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 0 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#news .cate-area .cate-list li {
  margin-bottom: 8px;
}
#news .cate-area .cate-list li a {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.8125rem;
  border: 1px solid #DEF2FF;
  border-radius: 47px;
  padding: 13px 0 12px;
  text-align: center;
  color: #fff;
  display: block;
  width: 175px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #news .cate-area .cate-list li a {
    width: clamp(165px, 26.2068965517px + 33.0459770115vw, 280px);
  }
}
#news .cate-area .cate-list li a.active {
  background-color: #fff;
  color: #5FC5FF;
}
#news .post-blk .post-wrap {
  grid-template-columns: repeat(3, 1fr);
  row-gap: 35px;
}
@media screen and (max-width: 1000px) {
  #news .post-blk .post-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #news .post-blk .post-wrap {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 20px;
    row-gap: 50px;
  }
  #news .post-blk .post-wrap li a {
    display: grid;
    grid-template-columns: 1fr clamp(135px, 8.275862069px + 30.1724137931vw, 240px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
  }
  #news .post-blk .post-wrap li a figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-radius: 5px;
    margin-bottom: 0;
  }
  #news .post-blk .post-wrap li a .info-blk {
    gap: 16px;
    margin-bottom: 15px;
  }
  #news .post-blk .post-wrap li a .info-blk .date {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 400px) {
  #news .post-blk .post-wrap li a .info-blk .date {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  #news .post-blk .post-wrap li a .info-blk .cate {
    font-size: 0.75rem;
    padding: 6px 15px 5px;
    border-radius: 13px;
  }
}
@media screen and (max-width: 768px) and (max-width: 400px) {
  #news .post-blk .post-wrap li a .info-blk .cate {
    font-size: 0.6875rem;
    padding: 4px 10px 3px;
  }
}
@media screen and (max-width: 768px) {
  #news .post-blk .post-wrap li a .ttl {
    font-size: 1.0625rem;
    line-height: 1.65;
    letter-spacing: 0.04em;
  }
}
#news .post-blk .link-btn {
  font-family: "hoss-round-xnarrow", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.125em;
  margin-top: 80px;
  width: 170px;
  margin: 80px auto 0;
  font-size: 1.25rem;
  background-size: 8px;
  background-position: right 15px top 18px;
}
@media screen and (max-width: 768px) {
  #news .post-blk .link-btn {
    margin-top: 55px;
  }
}
#news .post-blk .link-btn:hover {
  background-size: 8px;
}
#news .post-blk .link-btn .p-more-btn {
  margin-right: -14px;
}
#news.single {
  display: block;
}
#news.single article.post-area {
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #news.single article.post-area {
    padding: 35px 20px 0;
  }
}
#news.single article.post-area .info-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  #news.single article.post-area .info-blk {
    gap: 14px;
  }
}
#news.single article.post-area .info-blk .date {
  font-family: "hoss-round-xnarrow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #5FC5FF;
}
@media screen and (max-width: 768px) {
  #news.single article.post-area .info-blk .date {
    font-size: 0.875rem;
  }
}
#news.single article.post-area .info-blk .cate {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
  background-color: #5FC5FF;
  color: #fff;
  padding: 5px 10px 4px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #news.single article.post-area .info-blk .cate {
    font-size: 0.5625rem;
  }
}
#news.single article.post-area h2 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6875rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  #news.single article.post-area h2 {
    font-size: 1.5625rem;
    margin-bottom: 26px;
    line-height: 1.6;
  }
}
#news.single article.post-area .top-catch {
  display: block;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #news.single article.post-area .top-catch {
    margin-bottom: 25px;
  }
}
#news.single article.post-area .top-catch img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #news.single article.post-area .top-catch img {
    border-radius: 5px;
  }
}
#news.single article.post-area .content {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2.1;
  text-align: justify;
  padding: 0 4px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #news.single article.post-area .content {
    font-size: 0.9375rem;
    line-height: 2.1;
    margin-bottom: 60px;
  }
}
#news.single article.post-area .content a {
  color: #5FC5FF;
}
#news.single article.post-area .content img {
  margin: 2rem 0 1.2rem;
}
#news.single article.post-area .post-navi {
  max-width: 320px;
  margin: 0 auto 100px;
  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;
  gap: 0 35px;
}
#news.single article.post-area .post-navi .link-btn {
  padding-left: 45px;
  padding-right: 48px;
}
@media screen and (max-width: 768px) {
  #news.single article.post-area .post-navi .link-btn {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 1000px) {
  #news.single .related-area .post-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  #news.single .related-area .post-wrap {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 20px;
  }
  #news.single .related-area .post-wrap li a {
    display: grid;
    grid-template-columns: 1fr clamp(135px, 8.275862069px + 30.1724137931vw, 240px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
  }
  #news.single .related-area .post-wrap li a figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-radius: 5px;
    margin-bottom: 0;
  }
  #news.single .related-area .post-wrap li a .info-blk {
    gap: 16px;
    margin-bottom: 15px;
  }
  #news.single .related-area .post-wrap li a .info-blk .date {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 400px) {
  #news.single .related-area .post-wrap li a .info-blk .date {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  #news.single .related-area .post-wrap li a .info-blk .cate {
    font-size: 0.75rem;
    padding: 6px 15px 5px;
    border-radius: 13px;
  }
}
@media screen and (max-width: 768px) and (max-width: 400px) {
  #news.single .related-area .post-wrap li a .info-blk .cate {
    font-size: 0.6875rem;
    padding: 4px 10px 3px;
  }
}
@media screen and (max-width: 768px) {
  #news.single .related-area .post-wrap li a .ttl {
    font-size: 1.0625rem;
    line-height: 1.65;
    letter-spacing: 0.04em;
  }
}
#news.single .related-area h3 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 40px;
}

/* ==========================================================================
  INTERVIEW
========================================================================== */
#interview .top-mv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  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;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#interview .top-mv.transparent {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #interview .top-mv .catch {
    width: clamp(310px, 49.3103448276px + 62.0689655172vw, 526px);
  }
}
#interview .top-mv .white-blk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  opacity: 0;
}
#interview .content-blk {
  margin-top: 100vh;
  padding: 210px 0 90px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  #interview .content-blk {
    padding-bottom: 50px;
  }
}
#interview .content-blk .top-blk {
  max-width: 890px;
  margin: 0 auto 140px;
  padding: 0 20px;
}
@media screen and (max-width: 900px) {
  #interview .content-blk .top-blk {
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  #interview .content-blk .top-blk {
    margin-bottom: 50px;
    padding: 0;
  }
}
#interview .content-blk .top-blk h3 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #interview .content-blk .top-blk h3 {
    margin: 0 auto 65px;
  }
  #interview .content-blk .top-blk h3 img {
    width: 112px;
  }
}
#interview .content-blk .top-blk h3 span {
  color: #fff;
  font-family: "hoss-round-xnarrow", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.75rem;
  position: absolute;
  top: 14px;
  right: 14px;
}
#interview .content-blk .top-blk h3 span.second {
  right: 10px;
}
@media screen and (max-width: 768px) {
  #interview .content-blk .top-blk h3 span.second {
    right: 22px;
  }
}
@media screen and (max-width: 768px) {
  #interview .content-blk .top-blk h3 span {
    top: auto;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 6px;
  }
}
#interview .content-blk .top-blk .ttl {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
  color: #5FC5FF;
  letter-spacing: 0.125em;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #interview .content-blk .top-blk .ttl {
    font-size: 1.5625rem;
    line-height: 1.8;
    text-align: center;
  }
  #interview .content-blk .top-blk .ttl span {
    margin-left: -0.75em;
  }
}
#interview .content-blk .top-blk .info {
  color: #80868B;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #interview .content-blk .top-blk .info {
    font-size: 0.9375rem;
    margin-bottom: 40px;
    text-align: center;
  }
}
#interview .content-blk .top-blk .lead {
  font-size: 1rem;
  line-height: 2.1;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #interview .content-blk .top-blk .lead {
    font-size: 0.9375rem;
    line-height: 2.2;
    padding: 0 20px;
  }
}
#interview .content-blk .int-blk {
  max-width: 1300px;
  margin: 0 auto 160px;
  display: grid;
  grid-template-columns: 1fr 360px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  gap: 0 clamp(40px, -33.1220285261px + 9.5087163233vw, 100px);
}
@media screen and (max-width: 1000px) {
  #interview .content-blk .int-blk {
    grid-template-columns: 1fr 400px;
    justify-items: center;
  }
}
@media screen and (max-width: 768px) {
  #interview .content-blk .int-blk {
    grid-template-columns: 1fr;
    margin-bottom: 75px;
  }
}
#interview .content-blk .int-blk.second {
  grid-template-columns: 420px 1fr;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #interview .content-blk .int-blk.second {
    grid-template-columns: 1fr;
    margin-left: 0;
  }
}
#interview .content-blk .int-blk.second picture {
  margin-left: 0;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  #interview .content-blk .int-blk.second picture {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-right: auto;
    margin-left: 25%;
  }
}
#interview .content-blk .int-blk picture {
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  #interview .content-blk .int-blk picture {
    margin-left: auto;
    margin-right: 25%;
    margin-bottom: 60px;
  }
}
#interview .content-blk .int-blk picture img {
  width: 100%;
  height: clamp(600px, 218.1818181818px + 27.2727272727vw, 900px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 1400px) {
  #interview .content-blk .int-blk picture img {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #interview .content-blk .int-blk picture img {
    border-radius: 7px;
  }
}
#interview .content-blk .int-blk .txt-blk h4 {
  color: #5FC5FF;
  font-size: 1.75rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #interview .content-blk .int-blk .txt-blk h4 {
    font-size: 1.5625rem;
    text-align: center;
    margin-bottom: 25px;
  }
  #interview .content-blk .int-blk .txt-blk h4 span {
    margin-left: -0.75em;
  }
}
#interview .content-blk .int-blk .txt-blk p {
  font-size: 1rem;
  line-height: 2.1;
  letter-spacing: 0.1em;
  width: 300px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #interview .content-blk .int-blk .txt-blk p {
    font-size: 0.9375rem;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
#interview .content-blk .point-wrap {
  background: #5FC5FF;
  color: #fff;
  padding: 80px 0 85px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1100px) {
  #interview .content-blk .point-wrap {
    padding: 120px 0 85px;
  }
}
@media screen and (max-width: 768px) {
  #interview .content-blk .point-wrap {
    padding: 150px 0 55px;
    margin: 170px auto 80px;
  }
}
#interview .content-blk .point-wrap .point-blk {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 510px 1fr;
  gap: 0 65px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 1100px) {
  #interview .content-blk .point-wrap .point-blk {
    gap: 0 40px;
    grid-template-columns: 360px 1fr;
  }
}
@media screen and (max-width: 768px) {
  #interview .content-blk .point-wrap .point-blk {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
#interview .content-blk .point-wrap .point-blk picture img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #interview .content-blk .point-wrap .point-blk picture img {
    width: 270px;
    display: block;
    margin: 0 auto;
  }
}
#interview .content-blk .point-wrap .point-blk .txt-blk {
  position: relative;
}
@media screen and (max-width: 768px) {
  #interview .content-blk .point-wrap .point-blk .txt-blk {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 40px;
  }
}
#interview .content-blk .point-wrap .point-blk .txt-blk .point-img {
  position: absolute;
  top: -233px;
  left: 5px;
}
@media screen and (max-width: 1100px) {
  #interview .content-blk .point-wrap .point-blk .txt-blk .point-img {
    top: -207px;
  }
}
@media screen and (max-width: 768px) {
  #interview .content-blk .point-wrap .point-blk .txt-blk .point-img {
    top: -237px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#interview .content-blk .point-wrap .point-blk .txt-blk .catch {
  position: relative;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(25px, 20.6764705882px + 1.0294117647vw, 32px);
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #interview .content-blk .point-wrap .point-blk .txt-blk .catch {
    margin-bottom: 25px;
    text-align: center;
  }
  #interview .content-blk .point-wrap .point-blk .txt-blk .catch span {
    margin-left: -0.75em;
  }
}
#interview .content-blk .point-wrap .point-blk .txt-blk .lead {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2.1;
  text-align: justify;
}
#interview .content-blk .gallery h3 {
  font-family: "hoss-round-xnarrow", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #5FC5FF;
  font-size: 2.75rem;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #interview .content-blk .gallery h3 {
    font-size: 1.875rem;
    margin-bottom: 35px;
    letter-spacing: 0.125em;
  }
}
#interview .content-blk .gallery .photo-blk {
  max-width: 890px;
  margin: 0 auto 200px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(15px, 5.1428571429px + 2.3469387755vw, 38px);
}
@media screen and (max-width: 768px) {
  #interview .content-blk .gallery .photo-blk {
    margin-bottom: 90px;
  }
}
#interview .content-blk .gallery .photo-blk li picture img {
  border-radius: 10px;
  aspect-ratio: 410/272;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #interview .content-blk .gallery .photo-blk li picture img {
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
    aspect-ratio: 1/1;
  }
}
#interview .content-blk .others h3 {
  font-family: "hoss-round-xnarrow", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #5FC5FF;
  font-size: 2.75rem;
  letter-spacing: 0.12em;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #interview .content-blk .others h3 {
    font-size: 1.875rem;
    margin-bottom: 30px;
    letter-spacing: 0.125em;
  }
}
#interview .content-blk .others .other-blk {
  position: relative;
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto 20px;
}
#interview .content-blk .others .other-blk a {
  display: block;
}
#interview .content-blk .others .other-blk a picture img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #interview .content-blk .others .other-blk a picture img {
    border-radius: 7px;
    -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  }
}
#interview .content-blk .others .other-blk .info {
  position: absolute;
  top: 20px;
  left: 40px;
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.15em;
  background: url(assets/img/interview/num.svg) no-repeat left top/55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 24px;
}
@media screen and (max-width: 768px) {
  #interview .content-blk .others .other-blk .info {
    color: #5A5A5A;
    font-size: 0.8125rem;
    padding: 10px 0 5px;
    background-position: left center;
    gap: 0 20px;
    top: 12px;
  }
}
#interview .content-blk .others .other-blk .info span {
  color: #fff;
  font-family: "hoss-round-xnarrow", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.625rem;
  margin: 4px 0 0 13px;
}
#interview .content-blk .others .other-blk .info span.first {
  margin-left: 14px;
}
#interview .content-blk .others .other-blk .info p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-top: 4px;
}
#interview .content-blk .others .other-blk .catch {
  position: absolute;
  bottom: 25px;
  right: 30px;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: clamp(22px, 13.9230769231px + 1.9230769231vw, 37px);
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #interview .content-blk .others .other-blk .catch {
    left: 52px;
    bottom: 22px;
    right: auto;
  }
}

/* ==========================================================================
  GALLERY / PROPERTY
========================================================================== */
#info .head-part {
  position: relative;
  z-index: 2;
}
#info .info-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 110px 20px 140px;
}
@media screen and (max-width: 768px) {
  #info .info-wrap {
    padding: 50px 20px 100px;
  }
}
#info .info-wrap ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: clamp(35px, 13.5714285714px + 5.1020408163vw, 85px) clamp(12px, -4.2857142857px + 3.8775510204vw, 50px);
}
@media screen and (max-width: 768px) {
  #info .info-wrap ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
#info .info-wrap ul li {
  display: grid;
  grid-template-rows: subgrid;
}
#info .info-wrap ul li a {
  display: block;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #info .info-wrap ul li a {
    padding-bottom: 12px;
    border-radius: 5px;
  }
}
#info .info-wrap ul li a figure {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #info .info-wrap ul li a figure {
    margin-bottom: 12px;
  }
}
#info .info-wrap ul li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  #info .info-wrap ul li a figure img {
    border-radius: 5px 5px 0 0;
  }
}
#info .info-wrap ul li a figure .sold-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  padding: 5px 8px 4px 15px;
  background-color: #DEF2FF;
  border-radius: 10px;
  font-family: "hoss-round-xnarrow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5625rem;
  letter-spacing: 0.025em;
  color: #5FC5FF;
}
#info .info-wrap ul li .info-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  #info .info-wrap ul li .info-blk {
    display: block;
    margin-bottom: 10px;
    padding: 0 12px;
  }
}
#info .info-wrap ul li .info-blk .cate {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.6875rem;
  letter-spacing: 0.01em;
  background-color: #5FC5FF;
  color: #fff;
  padding: 4px 10px 3px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #info .info-wrap ul li .info-blk .cate {
    font-size: 0.5625rem;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
  }
}
#info .info-wrap ul li .ttl {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  color: #5A5A5A;
  line-height: 1.6;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  #info .info-wrap ul li .ttl {
    font-size: 0.8125rem;
    letter-spacing: 0.06em;
    margin-top: 8px;
    padding: 0 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
#info .info-wrap .link-btn {
  font-family: "hoss-round-xnarrow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
  letter-spacing: 0.125em;
  width: 170px;
  margin: 80px auto 0;
}
#info .info-wrap .link-btn .p-more-btn {
  margin-right: -16px;
}

#gallery-popup.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  overflow-y: auto;
  padding-right: var(--scrollbar-width);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#gallery-popup.popup-overlay.active {
  opacity: 1;
}
#gallery-popup .popup-content {
  position: relative;
  max-width: 800px;
  margin: 100px auto 50px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  #gallery-popup .popup-content {
    border-radius: 0;
    margin-top: 120px;
  }
}
#gallery-popup .popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 41px;
  height: 57px;
  background: url(assets/img/common/gal-close.svg) no-repeat center center/contain;
  border: none;
  cursor: pointer;
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  #gallery-popup .popup-close {
    background: url(assets/img/common/gal-close-sp.svg) no-repeat center center/contain;
    width: 27px;
    height: 27px;
    top: 12px;
    right: 10px;
  }
}
#gallery-popup .popup-body {
  padding: 55px 65px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #gallery-popup .popup-body {
    padding: 55px 20px 30px;
  }
}
#gallery-popup .gallery-title {
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #gallery-popup .gallery-title {
    font-size: 0.8125rem;
    margin-bottom: 15px;
  }
}
#gallery-popup .gallery-swiper {
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #gallery-popup .gallery-swiper {
    border-radius: 5px;
  }
}
#gallery-popup .gallery-swiper .swiper-wrapper {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #gallery-popup .gallery-swiper .swiper-wrapper {
    border-radius: 5px;
  }
}
#gallery-popup .gallery-swiper .swiper-slide {
  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;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #gallery-popup .gallery-swiper .swiper-slide {
    border-radius: 5px;
  }
}
#gallery-popup .gallery-swiper .swiper-slide img {
  aspect-ratio: 667/505;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #gallery-popup .gallery-swiper .swiper-slide img {
    border-radius: 5px;
  }
}
#gallery-popup .gallery-thumbs {
  height: 95px;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  #gallery-popup .gallery-thumbs {
    height: auto;
    margin-top: 10px;
    padding: 0 3px;
  }
}
#gallery-popup .gallery-thumbs .swiper-slide {
  opacity: 0.4;
  width: calc((100% - 40px) / 5) !important;
  height: 93px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 10px;
  margin-right: 10px !important;
}
@media screen and (max-width: 768px) {
  #gallery-popup .gallery-thumbs .swiper-slide {
    width: calc((100% - 28px) / 5) !important;
    height: auto;
    aspect-ratio: 68/52;
    margin-right: 7px !important;
    border-radius: 5px;
  }
}
#gallery-popup .gallery-thumbs .swiper-slide:last-child {
  margin-right: 0 !important;
}
#gallery-popup .gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #gallery-popup .gallery-thumbs .swiper-slide img {
    border-radius: 5px;
  }
}
#gallery-popup .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
#gallery-popup .swiper-button-next,
#gallery-popup .swiper-button-prev {
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5FC5FF;
}
#gallery-popup .swiper-button-next::after,
#gallery-popup .swiper-button-prev::after {
  display: none;
}
@media screen and (max-width: 768px) {
  #gallery-popup .swiper-button-next,
  #gallery-popup .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
}
#gallery-popup .swiper-button-next {
  background: url(assets/img/common/arrow-right-btn.svg) no-repeat center center/contain;
  right: 38px;
  top: calc(50% - 40px);
}
@media screen and (max-width: 768px) {
  #gallery-popup .swiper-button-next {
    right: 3px;
    background-size: 40px;
    top: 50%;
  }
}
#gallery-popup .swiper-button-prev {
  background: url(assets/img/common/arrow-left-btn.svg) no-repeat center center/contain;
  left: 38px;
  top: calc(50% - 40px);
}
@media screen and (max-width: 768px) {
  #gallery-popup .swiper-button-prev {
    left: 3px;
    background-size: 40px;
    top: 50%;
  }
}

#interview-gallery-popup.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  overflow-y: auto;
  padding-right: var(--scrollbar-width);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#interview-gallery-popup.popup-overlay.active {
  opacity: 1;
}
#interview-gallery-popup .popup-content {
  position: relative;
  max-width: 800px;
  margin: 100px auto 50px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  #interview-gallery-popup .popup-content {
    border-radius: 0;
    margin-top: 120px;
  }
}
#interview-gallery-popup .popup-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 41px;
  height: 57px;
  background: url(assets/img/common/gal-close.svg) no-repeat center center/contain;
  border: none;
  cursor: pointer;
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  #interview-gallery-popup .popup-close {
    background: url(assets/img/common/gal-close-sp.svg) no-repeat center center/contain;
    width: 27px;
    height: 27px;
    top: 12px;
    right: 10px;
  }
}
#interview-gallery-popup .popup-body {
  padding: 55px 65px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #interview-gallery-popup .popup-body {
    padding: 55px 20px 30px;
  }
}
#interview-gallery-popup .gallery-title {
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #interview-gallery-popup .gallery-title {
    font-size: 0.8125rem;
    margin-bottom: 15px;
  }
}
#interview-gallery-popup .gallery-swiper {
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #interview-gallery-popup .gallery-swiper {
    border-radius: 5px;
  }
}
#interview-gallery-popup .gallery-swiper .swiper-wrapper {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #interview-gallery-popup .gallery-swiper .swiper-wrapper {
    border-radius: 5px;
  }
}
#interview-gallery-popup .gallery-swiper .swiper-slide {
  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;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #interview-gallery-popup .gallery-swiper .swiper-slide {
    border-radius: 5px;
  }
}
#interview-gallery-popup .gallery-swiper .swiper-slide img {
  aspect-ratio: 667/505;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #interview-gallery-popup .gallery-swiper .swiper-slide img {
    border-radius: 5px;
  }
}
#interview-gallery-popup .gallery-thumbs {
  height: 95px;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  #interview-gallery-popup .gallery-thumbs {
    height: auto;
    margin-top: 10px;
    padding: 0 3px;
  }
}
#interview-gallery-popup .gallery-thumbs .swiper-slide {
  opacity: 0.4;
  width: calc((100% - 40px) / 5) !important;
  height: 93px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 10px;
  margin-right: 10px !important;
}
@media screen and (max-width: 768px) {
  #interview-gallery-popup .gallery-thumbs .swiper-slide {
    width: calc((100% - 28px) / 5) !important;
    height: auto;
    aspect-ratio: 68/52;
    margin-right: 7px !important;
    border-radius: 5px;
  }
}
#interview-gallery-popup .gallery-thumbs .swiper-slide:last-child {
  margin-right: 0 !important;
}
#interview-gallery-popup .gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #interview-gallery-popup .gallery-thumbs .swiper-slide img {
    border-radius: 5px;
  }
}
#interview-gallery-popup .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
#interview-gallery-popup .swiper-button-next,
#interview-gallery-popup .swiper-button-prev {
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5FC5FF;
}
#interview-gallery-popup .swiper-button-next::after,
#interview-gallery-popup .swiper-button-prev::after {
  display: none;
}
@media screen and (max-width: 768px) {
  #interview-gallery-popup .swiper-button-next,
  #interview-gallery-popup .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
}
#interview-gallery-popup .swiper-button-next {
  background: url(assets/img/common/arrow-right-btn.svg) no-repeat center center/contain;
  right: 38px;
  top: calc(50% - 40px);
}
@media screen and (max-width: 768px) {
  #interview-gallery-popup .swiper-button-next {
    right: 3px;
    background-size: 40px;
    top: 50%;
  }
}
#interview-gallery-popup .swiper-button-prev {
  background: url(assets/img/common/arrow-left-btn.svg) no-repeat center center/contain;
  left: 38px;
  top: calc(50% - 40px);
}
@media screen and (max-width: 768px) {
  #interview-gallery-popup .swiper-button-prev {
    left: 3px;
    background-size: 40px;
    top: 50%;
  }
}

#info.gallery .head-part {
  background: #5FC5FF url(assets/img/common/gallery-bk.svg) no-repeat center center;
  color: #fff;
  padding: 140px 0 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #info.gallery .head-part {
    padding: 155px 0 70px;
    background-position: center bottom 45px;
  }
}
#info.gallery .head-part .ttl {
  font-family: "hoss-round-xnarrow", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 5rem;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #info.gallery .head-part .ttl {
    font-size: 3.75rem;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
  }
}
#info.gallery .head-part .catch {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
#info.gallery .info-wrap ul li .info-blk {
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  #info.gallery .info-wrap ul li .info-blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    margin-bottom: 0;
  }
}
#info.gallery .info-wrap ul li .info-blk .cate {
  font-weight: 500;
  margin-bottom: 4px;
}

#info.property .head-part {
  position: relative;
  background-color: #5FC5FF;
  color: #fff;
  padding: 60px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #info.property .head-part {
    padding: 115px 0 0;
  }
}
#info.property .head-part h2 img {
  width: clamp(182px, 165.7142857143px + 3.8775510204vw, 220px);
}
#info.property .head-part .ttl {
  margin-bottom: 30px;
}
#info.property .head-part .top-img {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #info.property .head-part .top-img {
    margin-top: 60px;
  }
}
#info.property .head-part .stripe {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #85B0CE;
  background-image: repeating-linear-gradient(147deg, #8CA4B9, #8CA4B9 1px, transparent 1px, transparent 7px);
  height: 134px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #info.property .head-part .stripe {
    display: none;
  }
}
#info.property .info-wrap ul li .ttl {
  padding: 0;
}
#info.property .info-wrap ul .detail-blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #info.property .info-wrap ul .detail-blk {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 12px;
  }
}
#info.property .info-wrap ul .detail-blk .school-blk p {
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #info.property .info-wrap ul .detail-blk .school-blk {
    display: none;
  }
}
#info.property .info-wrap ul .detail-blk .price-blk p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 5px;
  color: #5FC5FF;
  font-family: "hoss-round-xnarrow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.375rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #info.property .info-wrap ul .detail-blk .price-blk p {
    font-size: 1.5625rem;
    letter-spacing: 0.075em;
    gap: 3px;
  }
}
#info.property .info-wrap ul .detail-blk .price-blk p span {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  #info.property .info-wrap ul .detail-blk .price-blk p span {
    font-size: 0.875rem;
    margin-bottom: 3px;
  }
}

#info.property-single .single-blk {
  max-width: 920px;
  margin: 0 auto;
  padding: 120px 30px;
}
@media screen and (max-width: 950px) {
  #info.property-single .single-blk {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 768px) {
  #info.property-single .single-blk {
    padding: 130px 0 80px;
    max-width: 640px;
  }
}
#info.property-single .single-blk .head-blk {
  text-align: center;
  margin-bottom: 40px;
}
#info.property-single .single-blk .head-blk .cate {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.9375rem;
  letter-spacing: 0.01em;
  background-color: #5FC5FF;
  color: #fff;
  padding: 6px 15px 5px;
  border-radius: 13px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #info.property-single .single-blk .head-blk .cate {
    font-size: 0.5625rem;
    padding: 6px 18px 5px;
    margin-bottom: 20px;
  }
}
#info.property-single .single-blk .head-blk h2 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #info.property-single .single-blk .head-blk h2 {
    font-size: 1.5625rem;
  }
}
#info.property-single .single-blk .img-blk {
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #info.property-single .single-blk .img-blk {
    margin-bottom: 30px;
  }
}
#info.property-single .single-blk .img-blk .property-swiper {
  width: 100%;
  height: 100%;
}
#info.property-single .single-blk .img-blk .property-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 107/70;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #info.property-single .single-blk .img-blk .property-swiper .swiper-slide img {
    border-radius: 5px;
  }
}
#info.property-single .single-blk .img-blk .swiper-button-next,
#info.property-single .single-blk .img-blk .swiper-button-prev {
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #5FC5FF;
}
#info.property-single .single-blk .img-blk .swiper-button-next::after,
#info.property-single .single-blk .img-blk .swiper-button-prev::after {
  display: none;
}
#info.property-single .single-blk .img-blk .swiper-button-next {
  background: url(assets/img/common/arrow-right-btn.svg) no-repeat center center/contain;
  right: -25px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #info.property-single .single-blk .img-blk .swiper-button-next {
    right: 0;
    background-size: 40px;
  }
}
#info.property-single .single-blk .img-blk .swiper-button-prev {
  background: url(assets/img/common/arrow-left-btn.svg) no-repeat center center/contain;
  left: -25px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #info.property-single .single-blk .img-blk .swiper-button-prev {
    left: 0;
    background-size: 40px;
  }
}
#info.property-single .single-blk .content-blk {
  margin-bottom: 50px;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 2.1;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  #info.property-single .single-blk .content-blk {
    font-size: 0.9375rem;
    letter-spacing: 0.1em;
    line-height: 2.1;
    padding: 0 20px;
  }
}
#info.property-single .single-blk .detail-blk {
  background-color: #5FC5FF;
  color: #fff;
  padding: 25px 35px 30px;
  border-radius: 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #info.property-single .single-blk .detail-blk {
    width: calc(100% - 40px);
    margin: 0 auto 40px;
    padding: 25px;
  }
}
#info.property-single .single-blk .detail-blk div {
  line-height: 2;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 15px;
  padding: 7px 18px 6px;
  border-bottom: 0.5px solid #E5E5E5;
}
@media screen and (max-width: 768px) {
  #info.property-single .single-blk .detail-blk div {
    grid-template-columns: 80px 1fr;
    gap: 10px;
    padding: 7px 15px 6px;
  }
}
#info.property-single .single-blk .detail-blk div:last-of-type {
  border-bottom: none;
}
#info.property-single .single-blk .detail-blk dt {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #info.property-single .single-blk .detail-blk dt {
    font-size: 0.8125rem;
  }
}
#info.property-single .single-blk .detail-blk dd {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #info.property-single .single-blk .detail-blk dd {
    font-size: 0.8125rem;
  }
}
#info.property-single .single-blk .map-blk {
  aspect-ratio: 856/388;
  overflow: hidden;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #info.property-single .single-blk .map-blk {
    aspect-ratio: 1/1;
    padding: 20px;
    margin-bottom: 40px;
  }
}
#info.property-single .single-blk .map-blk iframe {
  width: 100%;
  height: 100%;
}
#info.property-single .single-blk .btm-list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  #info.property-single .single-blk .btm-list {
    margin-bottom: 60px;
  }
}
#info.property-single .single-blk .btm-list div {
  display: grid;
  grid-template-columns: 185px 1fr;
  gap: 2px 20px;
  padding: 0 20px;
  margin-bottom: 5px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #info.property-single .single-blk .btm-list div {
    grid-template-columns: 1fr;
    margin-bottom: 13px;
  }
}
#info.property-single .single-blk .btm-list div dt {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
}
#info.property-single .single-blk .btm-list div dd {
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
}
#info.property-single .single-blk .link-btn {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
  letter-spacing: 0.125em;
  width: 280px;
  margin: 0 auto;
  background-position: right 25px center;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  #info.property-single .single-blk .link-btn {
    font-size: 0.8125rem;
    width: 170px;
    background-position: right 20px center;
    padding-top: 12px;
    padding-bottom: 11px;
  }
}

.gallery-item {
  display: block;
  width: 100%;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
}
.gallery-item:hover {
  opacity: 0.8;
}
.gallery-item picture {
  display: block;
  width: 100%;
}
.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}

#info.gallery-single .single-blk {
  max-width: 920px;
  margin: 0 auto;
  padding: 120px 30px 80px;
}
@media screen and (max-width: 950px) {
  #info.gallery-single .single-blk {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 768px) {
  #info.gallery-single .single-blk {
    padding: 130px 20px 60px;
    max-width: 640px;
  }
}
#info.gallery-single .single-blk .head-blk {
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  #info.gallery-single .single-blk .head-blk {
    margin-bottom: 26px;
  }
}
#info.gallery-single .single-blk .head-blk .cate {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.8125rem;
  letter-spacing: 0.01em;
  background-color: #5FC5FF;
  color: #fff;
  padding: 6px 15px 5px;
  border-radius: 13px;
  margin: 0 5px 26px;
}
@media screen and (max-width: 768px) {
  #info.gallery-single .single-blk .head-blk .cate {
    font-size: 0.75rem;
    padding: 6px 18px 5px;
    margin-bottom: 20px;
  }
}
#info.gallery-single .single-blk .head-blk h2 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.75rem;
  letter-spacing: 0.06em;
  color: #5FC5FF;
  line-height: 1.75;
}
#info.gallery-single .single-blk .head-blk h2 br {
  display: none;
}
@media screen and (max-width: 768px) {
  #info.gallery-single .single-blk .head-blk h2 {
    font-size: 1.5625rem;
  }
  #info.gallery-single .single-blk .head-blk h2 br {
    display: inline;
  }
}
#info.gallery-single .single-blk .content-blk .blk {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #info.gallery-single .single-blk .content-blk .blk {
    margin-bottom: 80px;
  }
  #info.gallery-single .single-blk .content-blk .blk:last-of-type {
    margin-bottom: 60px;
  }
}
#info.gallery-single .single-blk .content-blk .blk .pict-1 {
  margin-bottom: 36px;
}
#info.gallery-single .single-blk .content-blk .blk .pict-1 img {
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #info.gallery-single .single-blk .content-blk .blk .pict-1 img {
    border-radius: 5px;
  }
}
#info.gallery-single .single-blk .content-blk .blk h3 {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.375rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #5FC5FF;
  margin-bottom: 8px;
}
#info.gallery-single .single-blk .content-blk .blk h3 br {
  display: none;
}
@media screen and (max-width: 768px) {
  #info.gallery-single .single-blk .content-blk .blk h3 {
    font-size: 1.25rem;
  }
}
#info.gallery-single .single-blk .content-blk .blk .exp {
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #5A5A5A;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  #info.gallery-single .single-blk .content-blk .blk .exp {
    font-size: 0.9375rem;
    line-height: 2;
  }
}
#info.gallery-single .single-blk .content-blk .blk-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 35px;
}
@media screen and (max-width: 768px) {
  #info.gallery-single .single-blk .content-blk .blk-2 {
    gap: 0 15px;
  }
}
#info.gallery-single .single-blk .content-blk .blk-2 .pict-1 img {
  aspect-ratio: 410/600;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #info.gallery-single .single-blk .content-blk .blk-2 h3 {
    grid-column: 1/3;
  }
  #info.gallery-single .single-blk .content-blk .blk-2 h3.last {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 20px;
  }
  #info.gallery-single .single-blk .content-blk .blk-2 .exp {
    grid-column: 1/3;
  }
  #info.gallery-single .single-blk .content-blk .blk-2 .exp.last {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
#info.gallery-single .single-blk .link-btn {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
  letter-spacing: 0.125em;
  width: 280px;
  margin: 0 auto;
  background-position: right 25px center;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  #info.gallery-single .single-blk .link-btn {
    font-size: 0.8125rem;
    width: 170px;
    background-position: right 20px center;
    padding-top: 12px;
    padding-bottom: 11px;
  }
}
#info.gallery-single .single-gallery-etc {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1010px) {
  #info.gallery-single .info-wrap.inner {
    padding-left: 0;
    padding-right: 0;
  }
  #info.gallery-single .info-wrap .over-wrap {
    overflow-x: auto;
    padding-bottom: 30px;
    /* スクロールバーを非表示 */
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* ギャラリーシングルページ専用のスクロールスナップ設定 */
  }
  #info.gallery-single .info-wrap .over-wrap -webkit-scrollbar {
    display: none;
  }
  #info.gallery-single .info-wrap .over-wrap ul {
    padding: 0 20px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    gap: 25px;
    grid-template-columns: repeat(3, 1fr);
  }
  #info.gallery-single .info-wrap .over-wrap ul li {
    width: clamp(200px, 135.9322033898px + 15.2542372881vw, 290px);
  }
  #info.gallery-single .info-wrap .over-wrap.gallery-single-overwrap {
    /* 初期表示時のスクロール位置はJavaScriptで制御 */
  }
  #info.gallery-single .info-wrap .over-wrap.gallery-single-overwrap ul {
    /* 2番目のアイテムが中央に表示されるようにスクロール位置を調整 */
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
  }
  #info.gallery-single .info-wrap .over-wrap.gallery-single-overwrap ul li {
    scroll-snap-align: center;
    /* 2番目のアイテムを中央に配置 */
  }
  #info.gallery-single .info-wrap .over-wrap.gallery-single-overwrap ul li:nth-child(2) {
    scroll-snap-align: center;
  }
  #info.gallery-single .info-wrap .over-wrap.gallery-single-overwrap:not(.scrolled) {
    scroll-behavior: auto;
  }
}

/* ==========================================================================
  CONTACT / CATALOG
========================================================================== */
#contact {
  padding: 125px 0;
  /*デフォルトのサンクスメッセージを非表示*/
}
@media screen and (max-width: 768px) {
  #contact {
    padding: 110px 0;
  }
}
#contact.catalog {
  padding-top: 0;
}
#contact.catalog hgroup {
  background: url(assets/img/common/catalog-bk.png) no-repeat center center/cover;
  padding: 110px 0 90px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #contact.catalog hgroup {
    background-image: url(assets/img/common/catalog-bk-sp.png);
    padding: 127px 0 110px;
    margin-bottom: 60px;
  }
}
#contact.catalog hgroup h2.ttl {
  font-size: 5rem;
  letter-spacing: 0.15em;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  #contact.catalog hgroup h2.ttl {
    font-size: 3.75rem;
    margin-bottom: 20px;
    letter-spacing: 0.125em;
  }
}
#contact.catalog hgroup .catch {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  #contact.catalog hgroup .catch {
    font-size: 0.9375rem;
  }
}
#contact hgroup {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #contact hgroup {
    margin-bottom: 30px;
  }
}
#contact hgroup h2.ttl {
  font-size: 3.125rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  #contact hgroup h2.ttl {
    font-size: 2.1875rem;
    letter-spacing: 0.15em;
    margin-bottom: 13px;
  }
}
#contact hgroup .catch {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #5FC5FF;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #contact hgroup .catch {
    font-size: 0.875rem;
  }
}
#contact .lead {
  color: #5A5A5A;
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #contact .lead {
    width: 100%;
    padding: 0 10px;
    text-align: left;
    text-align: center;
    margin-bottom: 40px;
  }
}
#contact .contact-area {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}
#contact .contact-area .contact-bl {
  background-color: #5FC5FF;
  border-radius: 10px;
  padding: 70px clamp(35px, 14.1304347826px + 4.347826087vw, 75px) 45px;
  color: #fff;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #contact .contact-area .contact-bl {
    border-radius: 7px;
    padding: 40px 35px 30px;
  }
}
#contact .contact-area .attention {
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #contact .contact-area .attention {
    margin-bottom: 40px;
  }
}
#contact .contact-area form {
  /* Safari */
}
#contact .contact-area form input[type=text],
#contact .contact-area form input[type=email],
#contact .contact-area form input[type=tel],
#contact .contact-area form textarea {
  display: inline-block;
  background: #fff;
  border-radius: 3px;
  width: 100%;
  padding: 6px 10px;
  color: #5A5A5A;
}
#contact .contact-area form ::-webkit-input-placeholder {
  color: #868686;
  font-size: 0.875rem;
}
#contact .contact-area form ::-moz-placeholder {
  color: #868686;
  font-size: 0.875rem;
}
#contact .contact-area form :-ms-input-placeholder {
  color: #868686;
  font-size: 0.875rem;
}
#contact .contact-area form ::-ms-input-placeholder {
  color: #868686;
  font-size: 0.875rem;
}
#contact .contact-area form ::placeholder {
  color: #868686;
  font-size: 0.875rem;
}
#contact .contact-area form textarea {
  padding: 10px;
  letter-spacing: 0.04em;
  line-height: 2;
}
#contact .contact-area form input[type=radio] {
  display: none;
}
#contact .contact-area form .wpcf7-list-item {
  display: inline-block;
}
#contact .contact-area form .wpcf7-list-item-label {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.025em;
  padding-left: 26px;
  line-height: 2;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #contact .contact-area form .wpcf7-list-item-label {
    font-size: 0.9375rem;
    padding-left: 24px;
  }
}
#contact .contact-area form .wpcf7-list-item-label::before {
  background: rgb(255, 255, 255);
  border-radius: 50%;
  border: 1px solid #E6EBEE;
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 19px;
  height: 19px;
}
@media screen and (max-width: 768px) {
  #contact .contact-area form .wpcf7-list-item-label::before {
    width: 17px;
    height: 17px;
  }
}
#contact .contact-area form input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #5FC5FF;
}
#contact .contact-area form input[type=radio]:checked + .wpcf7-list-item-label::after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 6px;
  width: 7px;
  height: 7px;
}
@media screen and (max-width: 768px) {
  #contact .contact-area form input[type=radio]:checked + .wpcf7-list-item-label::after {
    top: 12px;
    left: 5px;
  }
}
#contact .contact-area form _::-webkit-full-page-media,
#contact .contact-area form _:future,
#contact .contact-area form :root .radio::before {
  top: -1px;
}
#contact .contact-area form _::-webkit-full-page-media,
#contact .contact-area form _:future,
#contact .contact-area form :root input[type=radio]:checked + .radio::after {
  top: 3px;
}
#contact .contact-area form dl div {
  display: grid;
  grid-template-columns: 130px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 25px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #contact .contact-area form dl div {
    grid-template-columns: 1fr;
    margin-bottom: 8px;
  }
}
#contact .contact-area form dl div dt {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #contact .contact-area form dl div dt {
    margin-bottom: 8px;
  }
}
#contact .contact-area form dl div dt.span2 {
  grid-row: span 2;
}
#contact .contact-area form dl div dt.top {
  -ms-flex-item-align: start;
      align-self: start;
  padding-top: 10px;
}
#contact .contact-area form dl div dt .nec {
  position: absolute;
  right: -12px;
  top: -1px;
  font-size: 0.625rem;
  font-weight: 400;
  color: #fff;
}
#contact .contact-area form dl div dd {
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  position: relative;
}
#contact .contact-area form dl div dd label {
  font-weight: 100;
}
#contact .contact-area form dl div dd span.filebutton {
  display: inline-block;
  color: #5A5A5A;
  font-size: 15px;
  letter-spacing: 0;
  background: #fff;
  border: 1px solid #E6EBEE;
  padding: 4px 12px;
  margin-right: 10px;
  border-radius: 3px;
  max-width: 150px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
#contact .contact-area form dl div dd span.filebutton:hover {
  opacity: 0.5;
}
#contact .contact-area form dl div dd input[type=file] {
  position: absolute;
  top: -1px;
  left: -105px;
  z-index: -1;
  font-size: 13px;
  width: 320px;
  color: #868686;
}
#contact .contact-area form dl div dd input[type=file]:focus {
  outline: none;
}
#contact .contact-area form dl div dd input[type=file]::before {
  content: "";
  position: absolute;
  background: #fff;
  font-size: 13px;
  width: 110px;
  height: 26px;
  text-align: right;
}
#contact .contact-area form dl div dd.code {
  font-weight: 400;
  margin-bottom: 16px;
}
#contact .contact-area form dl div dd.code input[type=text] {
  width: 80px;
  margin: 0 5px;
}
#contact .contact-area .policy-area {
  width: 540px;
  height: 180px;
  margin: 0 auto 24px;
  padding: 20px 25px 5px;
  background-color: #DEF2FF;
  border-radius: 10px;
  color: #5A5A5A;
  font-size: 0.75rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (max-width: 768px) {
  #contact .contact-area .policy-area {
    width: 100%;
    aspect-ratio: 374/182;
    padding: 20px 15px 5px;
    border-radius: 7px;
  }
}
#contact .contact-area .policy-area::-webkit-scrollbar {
  display: none;
}
#contact .contact-area .policy-area .policy-list dd {
  margin-bottom: 20px;
}
#contact .contact-area .con-blk {
  text-align: center;
}
#contact .contact-area .con-blk input[type=checkbox] {
  display: none;
}
#contact .contact-area .con-blk label {
  position: relative;
  display: inline-block;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  color: #5A5A5A;
  margin-right: 10px;
  padding-left: 28px;
  cursor: pointer;
  line-height: 1.2;
  vertical-align: middle;
}
#contact .contact-area .con-blk label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #B1B8BD;
  border-radius: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#contact .contact-area .con-blk input[type=checkbox]:checked + label::before {
  background-color: #5FC5FF;
}
#contact .contact-area .con-blk input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#contact .contact-area .link-btn.btn-send {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.06em;
  font-size: 1.0625rem;
  width: 280px;
  padding-right: 0;
  padding-left: 0;
  background-size: 8px;
  background-position: right 20px center;
  margin: 70px auto 30px;
}
@media screen and (max-width: 768px) {
  #contact .contact-area .link-btn.btn-send {
    width: 170px;
    font-size: 0.875rem;
    margin: 40px auto 30px;
    font-size: 1rem;
  }
}
#contact .contact-area .link-btn.btn-send.disabled {
  background-color: #999;
  border: 1px solid #999;
  cursor: not-allowed;
  opacity: 0.7;
}
#contact .contact-area .link-btn.btn-send.disabled:hover {
  opacity: 0.7;
  color: #fff;
  background-image: url(assets/img/common/arrow-right.svg);
}
#contact .contact-area .wpcf7 form .wpcf7-response-output {
  display: none;
}
#contact .contact-area .wpcf7-not-valid-tip {
  color: #fff;
  margin: 8px 0 0 4px;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
}
#contact .contact-area .wpcf7-submit:disabled {
  background-color: #999;
}
#contact .popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(134, 211, 255, 0.8);
  z-index: 9;
  overflow-y: auto;
}
#contact .popup-content {
  position: relative;
  background-color: #fff;
  width: calc(100% - 40px);
  max-width: 840px;
  margin: 120px auto 100px;
  padding: 60px 20px 60px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #contact .popup-content {
    margin: 80px auto 100px;
    padding: 30px 20px 25px;
    border-radius: 7px;
  }
}
#contact .popup-close {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer;
  background: url(assets/img/close.svg) no-repeat right top/40px;
}
#contact .confirm_area,
#contact .thanks_area {
  display: none;
}
#contact #confirm-popup #confirm.confirm_area {
  max-width: 650px;
  margin: 0 auto;
  padding: 0 35px;
}
@media screen and (max-width: 768px) {
  #contact #confirm-popup #confirm.confirm_area {
    padding: 0 20px;
  }
}
#contact #confirm-popup #confirm.confirm_area .lead {
  font-size: 1.1875rem;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6EBEE;
}
@media screen and (max-width: 768px) {
  #contact #confirm-popup #confirm.confirm_area .lead {
    font-size: 0.8125rem;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}
#contact #confirm-popup #confirm.confirm_area dl {
  margin-bottom: 40px;
}
#contact #confirm-popup #confirm.confirm_area dl div {
  display: grid;
  grid-template-columns: 130px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0 25px;
  padding-bottom: 0;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  #contact #confirm-popup #confirm.confirm_area dl div {
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }
}
#contact #confirm-popup #confirm.confirm_area dl div dt {
  color: #5FC5FF;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #contact #confirm-popup #confirm.confirm_area dl div dt {
    margin-bottom: 6px;
    font-size: 0.8125rem;
  }
}
#contact #confirm-popup #confirm.confirm_area dl div dd {
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #contact #confirm-popup #confirm.confirm_area dl div dd {
    font-size: 0.8125rem;
  }
}
#contact #confirm-popup #confirm.confirm_area .link-blk p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  #contact #confirm-popup #confirm.confirm_area .link-blk p {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
#contact #confirm-popup #confirm.confirm_area .link-blk p .link-btn {
  width: 130px;
  margin: 0;
  font-size: 0.75rem;
  padding: 10px 20px;
  background-image: none;
}
@media screen and (max-width: 768px) {
  #contact #confirm-popup #confirm.confirm_area .link-blk p .link-btn {
    margin-bottom: 10px;
  }
}
#contact #confirm-popup #confirm.confirm_area .link-blk p .link-btn.btn-back {
  background-color: #D2D2D2;
  border: 1px solid #D2D2D2;
}
#contact #thanks-popup .popup-content {
  padding: 100px 20px 120px;
}
@media screen and (max-width: 768px) {
  #contact #thanks-popup .popup-content {
    padding: 90px 0 110px;
  }
}
#contact #thanks-popup #thanks-p {
  text-align: center;
}
#contact #thanks-popup #thanks-p .ttl {
  font-family: "hoss-round-xnarrow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 5rem;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
  color: #5FC5FF;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  #contact #thanks-popup #thanks-p .ttl {
    margin-bottom: 20px;
  }
}
#contact #thanks-popup #thanks-p .sub-ttl {
  font-size: 1rem;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  color: #5FC5FF;
}
#contact #thanks-popup #thanks-p .lead {
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contact #thanks-popup #thanks-p .lead {
    font-size: 0.8125rem;
    margin-bottom: 35px;
    padding: 0;
  }
}
#contact #thanks-popup #thanks-p .link-btn {
  max-width: 280px;
  margin: 0 auto;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.06em;
  font-size: 1.125rem;
  background-size: 8px;
  background-position: right 20px center;
}
@media screen and (max-width: 768px) {
  #contact #thanks-popup #thanks-p .link-btn {
    width: 200px;
  }
}
#contact .wpcf7-response-output {
  display: none;
}

/* ==========================================================================
  OPENHOUSE
========================================================================== */
#openhouse {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#openhouse #spec,
#openhouse #access02,
#openhouse #gallery02 {
  margin-top: -60px;
  padding-top: 60px;
}
#openhouse .reserve-btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#openhouse .reserve-btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#openhouse .fix-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  background: #26A9E6 repeating-linear-gradient(-50deg, #53C1FF, #53C1FF 1px, transparent 1px, transparent 5px);
}
#openhouse .left-blk {
  position: fixed;
  width: calc((100% - 426px) / 2);
  height: 100vh;
  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;
}
@media screen and (max-width: 999px) {
  #openhouse .left-blk {
    display: none;
  }
}
#openhouse .right-blk {
  position: fixed;
  width: calc((100% - 426px) / 2);
  height: 100vh;
  top: 0;
  right: 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;
}
@media screen and (max-width: 999px) {
  #openhouse .right-blk {
    display: none;
  }
}
#openhouse .right-blk .right-content .navi-link {
  margin-bottom: 70px;
}
#openhouse .right-blk .right-content .navi-link li a {
  color: #fff;
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6875rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 20px;
  background: url(assets/img/openhouse/navi-bk.svg) no-repeat left center/38px;
  padding-left: 57px;
  margin-bottom: 35px;
}
#openhouse .right-blk .right-content .navi-link li a:hover {
  opacity: 0.75;
}
#openhouse .mid-blk {
  position: relative;
  color: #fff;
  background: #24AAE7;
  max-width: 426px;
  width: 100%;
  border-right: 6px solid #fff;
  border-left: 6px solid #fff;
}
@media screen and (max-width: 428px) {
  #openhouse .mid-blk {
    border-right: none;
    border-left: none;
  }
}
#openhouse .mid-blk .reserve-btn {
  position: fixed;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  #openhouse .mid-blk .reserve-btn {
    display: block;
  }
}
#openhouse .mid-blk .top-blk {
  position: relative;
}
#openhouse .mid-blk .top-blk img {
  aspect-ratio: 414/704;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
#openhouse .mid-blk .catch-blk {
  padding: 90px clamp(5px, -157.8571428571px + 42.8571428571vw, 20px) 120px;
  background: url(assets/img/openhouse/ico-face.svg) no-repeat center/260px;
}
#openhouse .mid-blk .catch-blk .catch {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-size: clamp(25px, 9.8px + 4vw, 27px);
  letter-spacing: 0.06em;
  line-height: 2.1;
  margin-bottom: 40px;
}
#openhouse .mid-blk .catch-blk .lead {
  text-align: center;
  font-size: 0.9375rem;
  letter-spacing: 0.08em;
  line-height: 2.5;
  margin-bottom: 60px;
}
#openhouse .mid-blk .catch-blk .present-bnr img {
  border-radius: 7px;
}
#openhouse .mid-blk .grade-blk {
  padding: 0 clamp(13px, -63px + 20vw, 20px);
  margin-bottom: 90px;
}
#openhouse .mid-blk .grade-blk h2 {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #openhouse .mid-blk .grade-blk .model-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#openhouse .mid-blk .grade-blk .model-list a {
  display: block;
  background-color: #fff;
  padding: 40px 0 30px;
  border-radius: 10px;
  text-align: center;
}
#openhouse .mid-blk .grade-blk .model-list a:hover {
  opacity: 0.75;
}
#openhouse .mid-blk .grade-blk .model-list a figure {
  width: 100%;
  margin-bottom: 24px;
}
#openhouse .mid-blk .grade-blk .model-list a p {
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 1.9;
  margin-bottom: 20px;
}
#openhouse .mid-blk .grade-blk .model-list a .link {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  color: #5A5A5A;
  padding: 9px 28px 9px 20px;
  background: url(assets/img/common/arrow-right-blk.svg) no-repeat right 15px center/7px;
}
#openhouse .mid-blk .point-blk .blk {
  padding: 0 0 80px;
}
#openhouse .mid-blk .point-blk .blk .catch-img {
  width: 100%;
  margin-bottom: 40px;
}
#openhouse .mid-blk .point-blk .blk:nth-of-type(2) h2 {
  background-image: url(assets/img/openhouse/ico-point02.svg);
}
#openhouse .mid-blk .point-blk .blk:nth-of-type(3) h2 {
  background-image: url(assets/img/openhouse/ico-point03.svg);
}
#openhouse .mid-blk .point-blk .blk:nth-of-type(4) h2 {
  background-image: url(assets/img/openhouse/ico-point04.svg);
}
#openhouse .mid-blk .point-blk .blk:nth-of-type(5) h2 {
  background-image: url(assets/img/openhouse/ico-point05.svg);
}
#openhouse .mid-blk .point-blk .blk:nth-of-type(6) h2 {
  background-image: url(assets/img/openhouse/ico-point06.svg);
}
#openhouse .mid-blk .point-blk .blk:nth-of-type(7) h2 {
  background-image: url(assets/img/openhouse/ico-point07.svg);
}
#openhouse .mid-blk .point-blk .blk:nth-of-type(8) h2 {
  background-image: url(assets/img/openhouse/ico-point08.svg);
}
#openhouse .mid-blk .point-blk .blk:nth-of-type(9) h2 {
  background-image: url(assets/img/openhouse/ico-point09.svg);
}
#openhouse .mid-blk .point-blk .blk:nth-of-type(10) h2 {
  background-image: url(assets/img/openhouse/ico-point10.svg);
}
#openhouse .mid-blk .point-blk .blk h2 {
  background: url(assets/img/openhouse/ico-point01.svg) no-repeat center top/42px;
  padding: 76px 0 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  margin-bottom: 26px;
  line-height: 1.7;
}
#openhouse .mid-blk .point-blk .blk .lead {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0 clamp(13px, -63px + 20vw, 20px);
  line-height: 2.1;
  letter-spacing: 0.07em;
  text-align: justify;
}
#openhouse .mid-blk .spec-blk {
  padding: 0 clamp(13px, -63px + 20vw, 20px);
  margin-bottom: 60px;
}
#openhouse .mid-blk .spec-blk h2 {
  font-family: "hoss-round-xnarrow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.875rem;
  letter-spacing: 0.125em;
  text-align: center;
  margin-bottom: 25px;
}
#openhouse .mid-blk .spec-blk .spec-box {
  position: relative;
  background: #fff;
  padding: 40px 0 20px;
  margin-bottom: 15px;
  border-radius: 7px;
  text-align: center;
  color: #5A5A5A;
}
#openhouse .mid-blk .spec-blk .spec-box .ico-spec {
  position: absolute;
  top: -50px;
  right: 5px;
}
#openhouse .mid-blk .spec-blk .spec-box .detail-list {
  margin: 0 auto 50px;
  text-align: left;
  width: calc(100% - 50px);
}
#openhouse .mid-blk .spec-blk .spec-box .detail-list div {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 10px;
  padding: 7px 6px 6px;
  border-bottom: 0.5px solid #E5E5E5;
}
#openhouse .mid-blk .spec-blk .spec-box .detail-list div:last-of-type {
  border-bottom: none;
}
#openhouse .mid-blk .spec-blk .spec-box .detail-list dt {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
#openhouse .mid-blk .spec-blk .spec-box .detail-list dd {
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
#openhouse .mid-blk .spec-blk .spec-box .img-blk {
  margin-bottom: 45px;
  padding: 0 15px;
}
#openhouse .mid-blk .spec-blk .spec-box .img-blk figure {
  margin-bottom: 10px;
}
#openhouse .mid-blk .spec-blk .spec-box .price-blk {
  margin: 0 clamp(25px, -51px + 20vw, 35px) 20px;
  padding-bottom: 8px;
  border-bottom: 0.5px solid #8CA4B9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#openhouse .mid-blk .spec-blk .spec-box .price-blk .disp {
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  margin-right: 14px;
}
#openhouse .mid-blk .spec-blk .spec-box .price-blk .price {
  color: #5FC5FF;
  font-family: "hoss-round-xnarrow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.8125rem;
  letter-spacing: 0.05em;
}
#openhouse .mid-blk .spec-blk .spec-box .price-blk .unit {
  color: #5FC5FF;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  margin-bottom: 5px;
  margin-left: 2px;
}
#openhouse .mid-blk .spec-blk .attention {
  font-size: 0.8125rem;
  letter-spacing: 0.01em;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 4px;
}
#openhouse .mid-blk .access-blk {
  padding: 0 clamp(13px, -63px + 20vw, 20px);
  margin-bottom: 100px;
}
#openhouse .mid-blk .access-blk h2 {
  font-family: "hoss-round-xnarrow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.875rem;
  letter-spacing: 0.125em;
  text-align: center;
  margin-bottom: 22px;
}
#openhouse .mid-blk .access-blk .address {
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 25px;
}
#openhouse .mid-blk .access-blk .map-area {
  aspect-ratio: 1/1;
  width: 100%;
}
#openhouse .mid-blk .access-blk .map-area iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#openhouse .mid-blk .gallery-blk {
  padding: 0 clamp(13px, -63px + 20vw, 20px) 120px;
  position: relative;
}
#openhouse .mid-blk .gallery-blk h2 {
  font-family: "hoss-round-xnarrow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.875rem;
  letter-spacing: 0.125em;
  text-align: center;
  margin-bottom: 22px;
}
#openhouse .mid-blk .gallery-blk .gallery-swiper02 {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
#openhouse .mid-blk .gallery-blk .gallery-swiper02 .swiper-wrapper {
  width: 100%;
  max-width: 100%;
}
#openhouse .mid-blk .gallery-blk .gallery-swiper02 .swiper-slide {
  width: 100% !important;
  max-width: 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;
  border-radius: 5px;
}
#openhouse .mid-blk .gallery-blk .gallery-swiper02 .swiper-slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 5px;
}
#openhouse .mid-blk .gallery-blk .swiper-button-next,
#openhouse .mid-blk .gallery-blk .swiper-button-prev {
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #5FC5FF;
}
#openhouse .mid-blk .gallery-blk .swiper-button-next::after,
#openhouse .mid-blk .gallery-blk .swiper-button-prev::after {
  display: none;
}
#openhouse .mid-blk .gallery-blk .swiper-button-next {
  background: url(assets/img/common/arrow-right-btn-wh.svg) no-repeat center center/contain;
  top: calc(50% - 60px);
  right: 5px;
  background-size: 40px;
}
#openhouse .mid-blk .gallery-blk .swiper-button-prev {
  background: url(assets/img/common/arrow-left-btn-wh.svg) no-repeat center center/contain;
  left: 5px;
  background-size: 40px;
  top: calc(50% - 60px);
}
#openhouse .mid-blk .gallery-blk .gallery-thumbs02 {
  height: auto;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 100%;
  overflow: hidden;
  max-width: 100%;
}
#openhouse .mid-blk .gallery-blk .gallery-thumbs02 .swiper-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 7px;
}
#openhouse .mid-blk .gallery-blk .gallery-thumbs02 .swiper-slide {
  opacity: 0.5;
  width: calc((100% - 28px) / 5) !important;
  height: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 7px;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#openhouse .mid-blk .gallery-blk .gallery-thumbs02 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 5px;
  max-width: 100%;
  max-height: 100%;
}
#openhouse .mid-blk .gallery-blk .gallery-thumbs02 .swiper-slide-thumb-active {
  opacity: 1;
}
#openhouse .mid-blk .reserv-blk {
  background: #fff;
  padding: 70px clamp(13px, -63px + 20vw, 20px);
}
#openhouse .mid-blk .reserv-blk .reserv-bk {
  display: block;
  margin: 0 auto 25px;
}
#openhouse .mid-blk .reserv-blk hgroup {
  color: #5FC5FF;
  margin-bottom: 30px;
}
#openhouse .mid-blk .reserv-blk hgroup h2 {
  font-family: "hoss-round-xnarrow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.1875rem;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 10px;
}
#openhouse .mid-blk .reserv-blk hgroup .lead {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-align: center;
}
#openhouse .mid-blk .reserv-blk .tel-blk {
  background: url(assets/img/openhouse/tel-bk.svg) no-repeat center center/100%;
  border-radius: 10px;
  padding: 20px 0 20px;
  margin-bottom: 20px;
}
#openhouse .mid-blk .reserv-blk .tel-blk .guide {
  color: #5A5A5A;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 10px;
}
#openhouse .mid-blk .reserv-blk .tel-blk .tel {
  font-family: "hoss-round-xnarrow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.375rem;
  letter-spacing: 0.075em;
  color: #5FC5FF;
  background: url(assets/img/openhouse/ico-freetel.svg) no-repeat left center/42px;
  padding-left: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
}
#openhouse .mid-blk .reserv-blk #contact {
  padding: 0;
}
#openhouse .mid-blk .reserv-blk #contact .contact-area {
  padding: 0;
}
#openhouse .mid-blk .reserv-blk #contact .contact-area .contact-bl {
  border-radius: 7px;
  padding: 35px 35px 30px;
  color: #fff;
  margin-bottom: 27px;
}
#openhouse .mid-blk .reserv-blk #contact .contact-area .attention {
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}
#openhouse .mid-blk .reserv-blk #contact .contact-area form input[type=text],
#openhouse .mid-blk .reserv-blk #contact .contact-area form input[type=email],
#openhouse .mid-blk .reserv-blk #contact .contact-area form input[type=tel],
#openhouse .mid-blk .reserv-blk #contact .contact-area form textarea,
#openhouse .mid-blk .reserv-blk #contact .contact-area form select {
  display: inline-block;
  background: #fff;
  border-radius: 3px;
  width: 100%;
  padding: 6px 10px;
  color: #5A5A5A;
}
#openhouse .mid-blk .reserv-blk #contact .contact-area form textarea {
  display: inline-block;
  background: #fff;
  border-radius: 3px;
  width: 100%;
  padding: 10px;
  color: #5A5A5A;
  letter-spacing: 0.04em;
  line-height: 2;
}
#openhouse .mid-blk .reserv-blk #contact .contact-area form select {
  display: inline-block;
  background: #fff;
  border-radius: 3px;
  width: 100%;
  padding: 10px;
  color: #5A5A5A;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="gray" height="16" viewBox="0 0 20 20" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M5.516 7.548a.625.625 0 0 1 .884-.032l3.6 3.4 3.6-3.4a.625.625 0 1 1 .852.914l-4.026 3.803a.625.625 0 0 1-.852 0L5.484 8.43a.625.625 0 0 1 .032-.882z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
}
#openhouse .mid-blk .reserv-blk #contact .contact-area form dl div {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 25px;
  padding-bottom: 20px;
}
#openhouse .mid-blk .reserv-blk #contact .contact-area form dl div dt {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
#openhouse .mid-blk .reserv-blk #contact .contact-area form dl div dt.span2 {
  grid-row: span 2;
}
#openhouse .mid-blk .reserv-blk #contact .contact-area form dl div dt.top {
  -ms-flex-item-align: start;
      align-self: start;
  padding-top: 10px;
}
#openhouse .mid-blk .reserv-blk #contact .contact-area form dl div dt .nec {
  position: absolute;
  right: -12px;
  top: -1px;
  font-size: 0.625rem;
  font-weight: 400;
  color: #fff;
}
#openhouse .mid-blk .reserv-blk #contact .contact-area form dl div dd {
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  position: relative;
}
#openhouse .mid-blk .reserv-blk #contact .contact-area form dl div dd label {
  font-weight: 100;
}
#openhouse .mid-blk .reserv-blk #contact .contact-area form dl div dd.code {
  font-weight: 400;
  margin-bottom: 16px;
}
#openhouse .mid-blk .reserv-blk #contact .contact-area form dl div dd.code input[type=text] {
  width: 80px;
  margin: 0 5px;
}
#openhouse .mid-blk .reserv-blk #contact .contact-area .con-blk {
  text-align: center;
}
#openhouse .mid-blk .reserv-blk #contact .contact-area .con-blk a {
  text-decoration: underline;
  color: #5A5A5A;
}
#openhouse .mid-blk .reserv-blk #contact .contact-area .con-blk input[type=checkbox] {
  display: none;
}
#openhouse .mid-blk .reserv-blk #contact .contact-area .con-blk label {
  position: relative;
  display: inline-block;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  color: #5A5A5A;
  margin-right: 10px;
  padding-left: 28px;
  cursor: pointer;
  line-height: 1.2;
  vertical-align: middle;
}
#openhouse .mid-blk .reserv-blk #contact .contact-area .con-blk label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #B1B8BD;
  border-radius: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#openhouse .mid-blk .reserv-blk #contact .contact-area .con-blk input[type=checkbox]:checked + label::before {
  background-color: #5FC5FF;
}
#openhouse .mid-blk .reserv-blk #contact .contact-area .con-blk input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#openhouse .mid-blk .reserv-blk #contact .contact-area .link-btn.btn-send {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.06em;
  font-size: 1rem;
  width: 170px;
  padding-right: 0;
  padding-left: 0;
  background-position: right 20px center;
  margin: 50px auto 30px;
}
#openhouse .mid-blk .reserv-blk #contact .contact-area .link-btn.btn-send.disabled {
  background-color: #999;
  border: 1px solid #999;
  cursor: not-allowed;
  opacity: 0.7;
}
#openhouse .mid-blk .reserv-blk #contact .contact-area .link-btn.btn-send.disabled:hover {
  opacity: 0.7;
  color: #fff;
  background-image: url(assets/img/common/arrow-right.svg);
}
#openhouse .mid-blk .reserv-blk #contact #confirm-popup #confirm.confirm_area {
  max-width: 650px;
  margin: 0 auto;
  padding: 0 20px;
}
#openhouse .mid-blk .reserv-blk #contact #confirm-popup #confirm.confirm_area .lead {
  letter-spacing: 0.06em;
  text-align: center;
  font-size: 0.8125rem;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E6EBEE;
}
#openhouse .mid-blk .reserv-blk #contact #confirm-popup #confirm.confirm_area dl {
  margin-bottom: 40px;
}
#openhouse .mid-blk .reserv-blk #contact #confirm-popup #confirm.confirm_area dl div {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0 25px;
  padding-bottom: 0;
}
#openhouse .mid-blk .reserv-blk #contact #confirm-popup #confirm.confirm_area dl div dt {
  color: #5FC5FF;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-bottom: 6px;
  font-size: 0.8125rem;
}
#openhouse .mid-blk .reserv-blk #contact #confirm-popup #confirm.confirm_area dl div dd {
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  line-height: 2;
  color: #5A5A5A;
}
#openhouse .mid-blk .reserv-blk #contact #confirm-popup #confirm.confirm_area .link-blk p {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#openhouse .mid-blk .reserv-blk #contact #confirm-popup #confirm.confirm_area .link-blk p .link-btn {
  width: 130px;
  margin: 0;
  font-size: 0.75rem;
  padding: 10px 20px;
  background-image: none;
  margin-bottom: 10px;
}
#openhouse .mid-blk .reserv-blk #contact #confirm-popup #confirm.confirm_area .link-blk p .link-btn.btn-back {
  background-color: #D2D2D2;
  border: 1px solid #D2D2D2;
}
#openhouse .mid-blk .license-blk {
  text-align: center;
  background-color: #fff;
  color: #5A5A5A;
}
#openhouse .mid-blk .license-blk p {
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  line-height: 1.9;
}
#openhouse .mid-blk .event-item {
  padding: 120px 0 100px;
}
#openhouse .mid-blk .event-item h2 {
  text-align: center;
  margin-bottom: 70px;
}
#openhouse .mid-blk .event-item .content-blk {
  display: block;
  color: #fff;
  width: 265px;
  margin: 0 auto 50px;
}
#openhouse .mid-blk .event-item .content-blk .top-blk {
  margin-bottom: 15px;
}
#openhouse .mid-blk .event-item .content-blk .top-blk img {
  aspect-ratio: 414/704;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
#openhouse .mid-blk .event-item .content-blk .event-title {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-bottom: 20px;
}
#openhouse .mid-blk .foot-part {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 70px;
  position: relative;
}
#openhouse .mid-blk .foot-part .btm-part {
  text-align: center;
}
#openhouse .mid-blk .foot-part .btm-part .foot-logo {
  width: 210px;
}
#openhouse .mid-blk .foot-part .btm-part figure {
  margin-bottom: 50px;
}
#openhouse .mid-blk .foot-part .btm-part .sns-link {
  margin: 50px 0 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
#openhouse .mid-blk .foot-part .btm-part .copyright {
  color: #9BA1A6;
}
#openhouse .mid-blk .foot-part .to-top {
  display: block;
  width: clamp(44px, 41.6831683168px + 0.5940594059vw, 50px);
  height: clamp(44px, 41.6831683168px + 0.5940594059vw, 50px);
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: clamp(20px, 18.0693069307px + 0.495049505vw, 25px);
  right: clamp(7px, 3.9108910891px + 0.7920792079vw, 15px);
}

/* ==========================================================================
  CONCEPT
========================================================================== */
#concept .follow-pc {
  opacity: 0;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  -webkit-animation: c-fuwa 1.6s 0.2s forwards;
          animation: c-fuwa 1.6s 0.2s forwards;
}
#concept .follow-pc img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#concept .follow-pc:hover img {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  #concept .follow-pc {
    display: none;
  }
}
@-webkit-keyframes c-fuwa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes c-fuwa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#concept .follow-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #concept .follow-sp {
    display: block;
    position: absolute;
    top: calc(48% + 162px);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 265px;
  }
}
#concept .un_event {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
#concept .logo-blk {
  max-width: 1220px;
  padding: 90px 20px 60px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 630px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px 60px;
}
@media screen and (max-width: 1240px) {
  #concept .logo-blk {
    grid-template-columns: 500px 1fr;
    gap: 15px 40px;
  }
}
@media screen and (max-width: 1000px) {
  #concept .logo-blk {
    grid-template-columns: 400px 1fr;
  }
}
@media screen and (max-width: 920px) {
  #concept .logo-blk {
    grid-template-columns: 1fr;
    padding: 0 0 40px;
  }
}
#concept .logo-blk .exp-blk {
  padding: 60px 40px;
}
@media screen and (max-width: 1240px) {
  #concept .logo-blk .exp-blk {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 920px) {
  #concept .logo-blk .exp-blk {
    text-align: center;
    padding: 60px 20px;
  }
}
#concept .logo-blk .exp-blk .ttl {
  color: #5FC5FF;
  margin-bottom: 30px;
}
@media screen and (max-width: 920px) {
  #concept .logo-blk .exp-blk .ttl {
    margin-bottom: 38px;
  }
}
#concept .logo-blk .exp-blk .ttl span {
  font-family: "hoss-round-xnarrow", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.125rem;
  letter-spacing: 0.175em;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 920px) {
  #concept .logo-blk .exp-blk .ttl span {
    text-align: center;
  }
}
#concept .logo-blk .exp-blk .ttl p {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.25rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 920px) {
  #concept .logo-blk .exp-blk .ttl p {
    font-size: 2.0625rem;
    letter-spacing: 0.175em;
    text-align: center;
  }
}
#concept .logo-blk .exp-blk .lead {
  font-size: 1rem;
  line-height: 2.6;
  letter-spacing: 0.12em;
  margin-bottom: 50px;
}
@media screen and (max-width: 920px) {
  #concept .logo-blk .exp-blk .lead {
    text-align: center;
    line-height: 2.45;
    font-size: 0.9375rem;
  }
}
#concept .feature-blk {
  background-color: #5FC5FF;
  color: #fff;
}
#concept .feature-blk .catch-ttl {
  padding: 180px 40px 100px 33px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #concept .feature-blk .catch-ttl {
    padding: 100px 20px;
  }
  #concept .feature-blk .catch-ttl img {
    width: 310px;
  }
}
#concept .feature-blk .reason-blk {
  padding-bottom: 250px;
}
@media screen and (max-width: 768px) {
  #concept .feature-blk .reason-blk {
    padding-bottom: 130px;
  }
}
#concept .feature-blk .reason-blk .prev-blk {
  position: relative;
  text-align: center;
  padding: 0 25px 240px;
}
@media screen and (max-width: 768px) {
  #concept .feature-blk .reason-blk .prev-blk {
    padding: 0 0 120px;
  }
}
#concept .feature-blk .reason-blk .prev-blk .ttl {
  margin-bottom: 40px;
  margin-right: 36px;
}
@media screen and (max-width: 768px) {
  #concept .feature-blk .reason-blk .prev-blk .ttl {
    margin-right: 0;
    padding: 0 clamp(20px, -107.2189349112px + 29.5857988166vw, 120px);
  }
}
#concept .feature-blk .reason-blk .prev-blk .prev-lead {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1060px) {
  #concept .feature-blk .reason-blk .prev-blk .prev-lead br.sp-only {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  #concept .feature-blk .reason-blk .prev-blk .prev-lead {
    font-size: 0.9375rem;
    line-height: 2.3;
    padding: 0 5px;
  }
  #concept .feature-blk .reason-blk .prev-blk .prev-lead span {
    letter-spacing: -0.5em;
  }
}
@media screen and (max-width: 400px) {
  #concept .feature-blk .reason-blk .prev-blk .prev-lead {
    font-size: 0.875rem;
  }
}
#concept .feature-blk .reason-blk .prev-blk .arrow-down {
  position: absolute;
  bottom: -160px;
  left: calc(50% - 11px);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #concept .feature-blk .reason-blk .prev-blk .arrow-down {
    bottom: -60px;
    left: calc(50% - 6px);
  }
}
#concept .feature-blk .reason-blk .main-blk {
  position: relative;
  height: 830px;
  padding: 200px 40px 0;
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 1060px) {
  #concept .feature-blk .reason-blk .main-blk {
    height: 880px;
    margin-bottom: 50px;
  }
  #concept .feature-blk .reason-blk .main-blk br.sp-only {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  #concept .feature-blk .reason-blk .main-blk {
    padding: 80px 0 0;
    height: 710px;
  }
}
#concept .feature-blk .reason-blk .main-blk.r01 {
  background: url(assets/img/concept/reason01-bk.jpg) no-repeat center center/cover;
}
#concept .feature-blk .reason-blk .main-blk.r01 .reason-ico {
  left: 2%;
}
@media screen and (max-width: 768px) {
  #concept .feature-blk .reason-blk .main-blk.r01 .reason-ico {
    width: 215px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  #concept .feature-blk .reason-blk .main-blk.r01 {
    background-image: url(assets/img/concept/reason01-bk-sp.jpg);
  }
  #concept .feature-blk .reason-blk .main-blk.r01 picture img {
    width: 237px;
  }
}
#concept .feature-blk .reason-blk .main-blk.r02 {
  background: url(assets/img/concept/reason02-bk.jpg) no-repeat center center/cover;
}
#concept .feature-blk .reason-blk .main-blk.r02 .reason-ico {
  right: 1.5%;
}
@media screen and (max-width: 768px) {
  #concept .feature-blk .reason-blk .main-blk.r02 .reason-ico {
    width: 208px;
    right: 3%;
  }
}
@media screen and (max-width: 768px) {
  #concept .feature-blk .reason-blk .main-blk.r02 {
    background-image: url(assets/img/concept/reason02-bk-sp.jpg);
  }
  #concept .feature-blk .reason-blk .main-blk.r02 picture img {
    width: 280px;
  }
}
#concept .feature-blk .reason-blk .main-blk.r03 {
  background: url(assets/img/concept/reason03-bk.jpg) no-repeat center center/cover;
}
#concept .feature-blk .reason-blk .main-blk.r03 .reason-ico {
  left: 2%;
}
@media screen and (max-width: 768px) {
  #concept .feature-blk .reason-blk .main-blk.r03 .reason-ico {
    width: 190px;
    left: -5px;
  }
}
@media screen and (max-width: 768px) {
  #concept .feature-blk .reason-blk .main-blk.r03 {
    background-image: url(assets/img/concept/reason03-bk-sp.jpg);
  }
  #concept .feature-blk .reason-blk .main-blk.r03 picture img {
    width: 360px;
  }
}
#concept .feature-blk .reason-blk .main-blk.r04 {
  background: url(assets/img/concept/reason04-bk.jpg) no-repeat center center/cover;
}
#concept .feature-blk .reason-blk .main-blk.r04 .reason-ico {
  right: 3%;
}
@media screen and (max-width: 768px) {
  #concept .feature-blk .reason-blk .main-blk.r04 .reason-ico {
    width: 193px;
    right: 2%;
  }
}
@media screen and (max-width: 768px) {
  #concept .feature-blk .reason-blk .main-blk.r04 {
    background-image: url(assets/img/concept/reason04-bk-sp.jpg);
  }
  #concept .feature-blk .reason-blk .main-blk.r04 picture img {
    width: 375px;
  }
}
#concept .feature-blk .reason-blk .main-blk h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #concept .feature-blk .reason-blk .main-blk h2 {
    margin-bottom: 45px;
  }
}
#concept .feature-blk .reason-blk .main-blk .top-lead {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #concept .feature-blk .reason-blk .main-blk .top-lead {
    font-size: 0.9375rem;
    margin-bottom: 15px;
    line-height: 2.3;
  }
}
@media screen and (max-width: 400px) {
  #concept .feature-blk .reason-blk .main-blk .top-lead {
    font-size: 0.875rem;
  }
}
#concept .feature-blk .reason-blk .main-blk .reason-ico {
  position: absolute;
  bottom: -1px;
}
#concept .feature-blk .reason-blk .over-wrap {
  overflow-x: auto;
  cursor: -webkit-grab;
  cursor: grab;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
}
@media screen and (max-width: 768px) {
  #concept .feature-blk .reason-blk .over-wrap {
    cursor: auto;
  }
}
#concept .feature-blk .reason-blk .over-wrap::-webkit-scrollbar {
  display: none;
}
#concept .feature-blk .reason-blk .over-wrap .selection {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  #concept .feature-blk .reason-blk .over-wrap .selection {
    padding: 0 20px;
    gap: 30px;
  }
}
#concept .feature-blk .reason-blk .over-wrap .selection li {
  width: 448px;
}
@media screen and (max-width: 768px) {
  #concept .feature-blk .reason-blk .over-wrap .selection li {
    width: 300px;
  }
}
#concept .feature-blk .reason-blk .over-wrap .selection li figure {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #concept .feature-blk .reason-blk .over-wrap .selection li figure {
    margin-bottom: 23px;
  }
}
#concept .feature-blk .reason-blk .over-wrap .selection li .ttl {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 18px;
  padding: 0 1px;
}
@media screen and (max-width: 768px) {
  #concept .feature-blk .reason-blk .over-wrap .selection li .ttl {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
  #concept .feature-blk .reason-blk .over-wrap .selection li .ttl.lm {
    font-size: 1rem;
  }
  #concept .feature-blk .reason-blk .over-wrap .selection li .ttl.sm {
    font-size: 0.975rem;
  }
}
#concept .feature-blk .reason-blk .over-wrap .selection li .exp {
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  padding: 0 1px;
}
#concept .feature-blk .reason-blk .over-wrap .selection li .attention {
  color: #DEF2FF;
  font-size: 0.8125rem;
  margin-top: 16px;
  line-height: 1.7;
}
#concept .feature-blk .reason-blk .over-wrap .selection li .attention.no-mt {
  margin-top: 0;
}
#concept .concept-lineup {
  position: relative;
  padding: 130px 0 180px;
}
@media screen and (max-width: 768px) {
  #concept .concept-lineup {
    padding: 100px 0 100px;
  }
}
#concept .concept-lineup .bks img {
  -o-object-position: center bottom;
     object-position: center bottom;
  z-index: 1;
}
#concept .concept-lineup .ttl {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 60px;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #concept .concept-lineup .ttl {
    margin-bottom: 40px;
  }
}
#concept .concept-lineup h2 {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #concept .concept-lineup h2 img {
    width: 258px;
  }
}
#concept .concept-lineup .model-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
#concept .concept-lineup .model-list .tb-only {
  display: none;
}
@media screen and (max-width: 1000px) {
  #concept .concept-lineup .model-list .tb-only {
    display: inline;
  }
}
@media screen and (max-width: 460px) {
  #concept .concept-lineup .model-list .tb-only.ss {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #concept .concept-lineup .model-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#concept .concept-lineup .model-list li a {
  display: block;
  background-color: #fff;
  padding: 40px 0 30px;
  border-radius: 10px;
  text-align: center;
}
#concept .concept-lineup .model-list li a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 768px) {
  #concept .concept-lineup .model-list li a {
    display: grid;
    grid-template-columns: 135px 1fr;
    gap: 0 22px;
    padding: 25px clamp(10px, -103.4920634921px + 29.1005291005vw, 120px) 20px;
    text-align: left;
    border-radius: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 410px) {
  #concept .concept-lineup .model-list li a {
    grid-template-columns: clamp(110px, -143.3333333333px + 66.6666666667vw, 130px) 1fr;
  }
}
#concept .concept-lineup .model-list li a figure {
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #concept .concept-lineup .model-list li a figure {
    grid-row: 1/3;
    margin-bottom: 7px;
  }
}
#concept .concept-lineup .model-list li a p {
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 1.9;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #concept .concept-lineup .model-list li a p {
    margin-bottom: 8px;
    letter-spacing: 0.01em;
  }
}
#concept .concept-lineup .model-list li a .link {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  color: #5A5A5A;
  padding: 9px 28px 9px 20px;
  background: url(assets/img/common/arrow-right-blk.svg) no-repeat right 15px center/7px;
}
@media screen and (max-width: 768px) {
  #concept .concept-lineup .model-list li a .link {
    padding: 8px 16px 8px 2px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-position: right top 8.5px;
  }
}/*# sourceMappingURL=style.css.map */