@charset "UTF-8";
/* ========================================
Base Settings
======================================== */
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&display=swap");
html {
  position: relative;
  font-size: 0.625em;
}

body {
  position: relative;
  height: 100%;
}

img {
  max-width: 100%;
}

em {
  font-style: normal;
}

a[href="#"] {
  pointer-events: none;
}

/* body */
body {
  font-family: "Yu Mincho", "YuMincho", serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1280px) and (max-width: 1679px), print {
  body {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1279px) {
  body {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 580px) {
  body {
    font-size: min(2.4vw, 12px);
  }
}
body::after {
  content: "";
  position: fixed;
  z-index: 9999;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
  opacity: 1;
  visibility: visible;
  transition: 2s;
}
body.visible::after, body#visible::after {
  opacity: 0;
  visibility: hidden;
}

/* ========================================
Style Components
======================================== */
/* display
------------------------------ */
@media screen and (min-width: 1280px) {
  .hide_pc {
    display: none !important;
  }
}
@media screen and (max-width: 1279px) {
  .hide_tb {
    display: none !important;
  }
}
@media screen and (max-width: 840px) {
  .hide_sp {
    display: none !important;
  }
}
/* anchor
------------------------------ */
.anchorWrap {
  position: relative;
}
.anchorPoint {
  position: absolute;
  display: block;
  top: -120px;
  left: 0;
  width: 0;
  height: 0;
}
@media screen and (max-width: 840px) {
  .anchorPoint {
    top: -4em;
  }
}

/* _blank
------------------------------ */
.sub_nav a[target=_blank]::after,
.a_blank::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin-left: 0.5em;
  background: url(/assets/images/blank_icon--black.svg) center center/contain no-repeat;
}

/* ========================================
Header
======================================== */
.nv_point {
  position: absolute;
  display: block;
  top: 110vh;
  left: 0;
  width: 0;
  height: calc(100% - 110vh);
  border-left: solid 1px #fff;
  opacity: 0;
}

.header {
  color: #fff;
  transition: 0.5s;
}
.header::before, .header::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 7em;
  transition: 0.5s;
}
.header::before {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.4) 90%);
  mix-blend-mode: multiply;
}
.header::after {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 100%);
  mix-blend-mode: screen;
  opacity: 0;
}
.header__inner > p {
  position: relative;
}
.header__inner > p img {
  transition: 0.5s;
}
.header__inner > p img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header__inner > p.nav_opened img:first-child {
  opacity: 0;
}
.header__inner > p.nav_opened img:last-child {
  opacity: 1;
}
.active .header, .black .header {
  color: #000;
}
.active .header::before, .black .header::before {
  opacity: 0;
}
.active .header::after, .black .header::after {
  opacity: 1;
}
.active .header__inner > p img:first-child, .black .header__inner > p img:first-child {
  opacity: 0;
}
.active .header__inner > p img:last-child, .black .header__inner > p img:last-child {
  opacity: 1;
}
@media screen and (min-width: 1280px) {
  .header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header__inner {
    position: relative;
    z-index: 11;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 92%;
    margin: 0 auto;
    padding-top: 1.8em;
  }
  .header__inner > p a {
    display: block;
    transition: 0.3s;
  }
  .header__inner > p a.hover {
    transform: translateY(0.35em);
  }
  .header__logo {
    order: 1;
    width: min(20vw, 200px);
  }
  .header__instagram {
    order: 3;
    width: 1.2em;
    margin-left: 2em;
  }
}
@media screen and (max-width: 1279px) {
  .header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100vw;
    color: #fff;
    transition: 0.5s ease-in-out;
  }
  .header.opened {
    background-color: #F0F0E5;
  }
  .header.opened::before, .header.opened::after {
    content: none;
  }
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 0;
  }
  .header__inner > p {
    position: relative;
    z-index: 30;
  }
  .header__logo {
    width: 40vw;
    max-width: 200px;
    margin-left: 2em;
  }
  .header__instagram {
    width: 2.4em;
    margin-left: auto;
  }
  .header .nav_btn {
    position: relative;
    z-index: 30;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6em;
    height: 6em;
    margin-left: 1em;
  }
  .header .nav_btn span {
    position: relative;
    display: block;
    width: 3em;
    height: 0.2em;
    line-height: 0;
    background-color: currentColor;
  }
  .header .nav_btn span::before, .header .nav_btn span::after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: 3em;
    height: 0.2em;
    line-height: 0;
    background-color: currentColor;
    transition: transform 0.3s;
  }
  .header .nav_btn span::before {
    top: -0.8em;
  }
  .header .nav_btn span::after {
    bottom: -0.8em;
  }
  .active .header .nav_btn span {
    background-color: #000;
  }
  .active .header .nav_btn span::before, .active .header .nav_btn span::after {
    background-color: #000;
  }
  .header .nav_btn.opened span {
    background-color: transparent;
  }
  .header .nav_btn.opened span::before {
    top: 0;
    transform: rotate(45deg);
    background-color: #000;
  }
  .header .nav_btn.opened span::after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #000;
  }
}
.header a[href="#"] {
  opacity: 0.5;
}

/* ========================================
Nav
======================================== */
@media screen and (min-width: 1280px) {
  .nav {
    order: 2;
    margin-left: auto;
  }
}
@media screen and (max-width: 1279px) {
  .nav {
    position: fixed;
    z-index: 20;
    top: 6em;
    left: 100vw;
    width: 100%;
    height: calc(100vh - 6em);
    padding: 2em 10% 10vw;
    background-color: #F0F0E5;
    color: #000;
    overflow-y: auto;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, left 0s;
    transition-delay: 0s, 0.5s;
  }
  .nav.opened {
    left: 0;
    opacity: 1;
    transition: opacity 0.5s ease-in-out, left 0s;
    transition-delay: 0s, 0s;
  }
}
@media screen and (max-width: 840px) {
  .nav {
    padding-bottom: calc(10vw + 4em);
  }
}

@media screen and (min-width: 1280px) {
  .g_nav {
    display: flex;
    font-size: 1.5em;
  }
  .g_nav > li {
    position: relative;
    margin-left: 2em;
    line-height: 2;
  }
  .g_nav > li ul {
    position: absolute;
    top: 2.4em;
    left: -20px;
    padding-top: 0.5em;
    line-height: 1.4;
    font-size: 0.8em;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease-out;
  }
  .g_nav > li ul li {
    margin-top: 1em;
  }
  .g_nav > li.hover span {
    cursor: pointer;
  }
  .g_nav > li.hover ul {
    left: 0;
    visibility: visible;
    opacity: 1;
  }
  ._hover_type00 .g_nav li a {
    display: inline-block;
    transition: 0.3s;
  }
  ._hover_type00 .g_nav li a.hover {
    transform: translateY(0.35em);
  }
}
@media screen and (max-width: 1279px) {
  .g_nav {
    font-size: min(5vw, 18px);
    letter-spacing: 0.1em;
  }
  .g_nav li {
    margin-bottom: 1em;
  }
  .g_nav li span {
    cursor: pointer;
  }
  .g_nav ul {
    display: none;
    margin-left: 1.5em;
    padding-top: 0.25em;
    font-size: 0.9em;
  }
  .g_nav ul li {
    margin: 1em 0 0;
  }
}

@media screen and (max-width: 1279px) {
  .sub_nav {
    margin-top: 2em;
    font-size: min(3.6vw, 14px);
  }
  .sub_nav li {
    margin-top: 1em;
  }
  .sub_nav li.instagram {
    margin: 2em 0;
    font-size: 1.2em;
    letter-spacing: 0.05em;
  }
  .sub_nav li.instagram img {
    width: 1em;
    height: auto;
    margin-right: 0.5em;
    vertical-align: top;
  }
}

@media screen and (max-width: 1279px) {
  .contact_box h3 {
    padding: 0.7em 0 0.5em;
    border: solid currentColor;
    border-width: 2px 0 1px;
    font-size: 1.5em;
    letter-spacing: 0.3em;
  }
  .contact_box h3 + p {
    margin: 1.5em 0 1em;
    line-height: 1.6;
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 0.875em;
  }
  .contact_box h3 + p span {
    display: inline-block;
    margin-right: 0.5em;
  }
  .contact_box dl {
    margin-bottom: 1.5em;
  }
  .contact_box dl > * {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.1em;
  }
  .contact_box dl dt {
    margin-right: 0.5em;
  }
  .contact_box dl dd {
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 1.5em;
  }
  .contact_box .contact_btn a {
    display: block;
    padding: 0.25em 0.5em;
    border: solid 1px #ccc;
    background-color: #ccc;
    text-align: center;
    font-size: 1.25em;
    letter-spacing: 0.2em;
    transition: 0.7s;
  }
  .contact_box .contact_btn a::after {
    vertical-align: 0.05em;
    width: 0.5em;
    height: 0.5em;
  }
  .contact_box .contact_btn a.hover {
    border-color: currentColor;
    background-color: #fff;
  }
}

/* ========================================
Footer
======================================== */
.footerNav {
  padding: 5em 0;
  background-color: #f7f7f7;
}
.footerNav > ul {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #595757;
}
.footerNav > ul > li {
  width: 15%;
}
@media screen and (max-width: 1279px) {
  .footerNav > ul > li {
    width: 30%;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 840px) {
  .footerNav > ul > li {
    width: 45%;
  }
}
.footerNav > ul > li > a, .footerNav > ul > li > span {
  position: relative;
  display: block;
  padding: 0.5em 0;
  border-bottom: solid 1px #ccc;
  font-size: 1.5em;
  cursor: pointer;
}
.footerNav > ul > li > a::before, .footerNav > ul > li > span::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  width: 2em;
  height: 0;
  border-top: solid 1px #000;
  transition: width 0.5s ease-out;
}
.footerNav > ul > li > a.hover, .footerNav > ul > li > span.hover {
  color: #000;
}
.footerNav > ul > li > a.hover::before, .footerNav > ul > li > span.hover::before {
  width: 100%;
}
.footerNav > ul > li ul {
  display: none;
  padding-top: 1em;
  font-size: 1.2em;
}
.footerNav > ul > li ul li {
  margin-top: 1em;
}
@media screen and (max-width: 840px) {
  .footerNav > ul > li ul li {
    letter-spacing: 0;
  }
}
.footerNav > ul > li ul li a {
  display: inline-block;
  transition: padding 0.5s ease-out;
}
.footerNav > ul > li ul li a.hover {
  padding-left: 0.75em;
  color: #000;
}
.footerAdd {
  background-color: #fff;
}
.footerAdd__inner {
  width: 92%;
  margin: 0 auto;
  padding: 2em 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.2em;
  white-space: nowrap;
}
@media screen and (min-width: 1280px) and (max-width: 1679px), print {
  .footerAdd__inner {
    align-items: flex-end;
  }
}
@media screen and (max-width: 1279px) {
  .footerAdd__inner {
    align-items: flex-end;
  }
}
@media screen and (max-width: 840px) {
  .footerAdd__inner {
    display: block;
    padding-bottom: min(25%, 6em);
  }
}
.footerAdd__inner .fBox_left {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1280px) and (max-width: 1679px), print {
  .footerAdd__inner .fBox_left {
    display: block;
  }
}
@media screen and (max-width: 1279px) {
  .footerAdd__inner .fBox_left {
    display: block;
  }
}
.footerAdd__inner .fBox_right {
  margin-left: auto;
}
.footerAdd__inner .fBox01 {
  width: clamp(200px, 13vw, 250px);
  margin-right: 3em;
}
@media screen and (min-width: 1280px) and (max-width: 1679px), print {
  .footerAdd__inner .fBox01 {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 1279px) {
  .footerAdd__inner .fBox01 {
    margin-bottom: 1.5em;
  }
}
.footerAdd__inner .fBox02 {
  flex: 1;
  display: flex;
  align-items: center;
}
.footerAdd__inner .fBox02 > * {
  margin: 0.5em 1.5em 0.5em 0;
}
@media screen and (max-width: 1279px) {
  .footerAdd__inner .fBox02 {
    display: block;
  }
}
.footerAdd__inner .fBox03 {
  display: flex;
}
.footerAdd__inner .fBox03 > * {
  margin: 0.5em 0 0.5em 1.5em;
}
@media screen and (max-width: 840px) {
  .footerAdd__inner .fBox03 {
    display: block;
    margin-top: 2em;
  }
  .footerAdd__inner .fBox03 > * {
    margin-left: 0;
  }
}
.footerAdd__inner .fBox04 {
  margin-bottom: 0.5em;
  text-align: right;
}
@media screen and (max-width: 840px) {
  .footerAdd__inner .fBox04 {
    margin-top: 1em;
    margin-bottom: 0;
    text-align: left;
  }
}
.footerAdd__inner .tel {
  display: flex;
  align-items: center;
}
.footerAdd__inner .tel span {
  margin-right: 0.5em;
  font-size: 1.08em;
}
.footerAdd__inner .tel em {
  font-size: 1.66em;
}
.footerAdd__inner .instagram {
  width: 1.5em;
}
@media screen and (max-width: 840px) {
  .footerAdd__inner .instagram {
    margin: 2em 0;
  }
}
.footer a[href="#"] {
  opacity: 0.5;
}

.pagetop {
  position: fixed;
  z-index: 9;
  bottom: min(10vh, 15em);
  right: min(3vw, 2em);
  text-align: center;
}
.pagetop a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #595757;
  transition: 0.3s;
}
.pagetop a.hover {
  padding-bottom: 0.5em;
}
.pagetop a::before {
  content: "";
  width: 2.6em;
  height: 2.6em;
  margin-bottom: 0.5em;
  background: url(/assets/images/pagetop.svg) center center/contain no-repeat;
}
.pagetop a span {
  font-family: "Baskervville", serif;
  font-size: 0.8em;
  font-style: italic;
}

/* ========================================
floatBnr
======================================== */
.floatBnr {
  position: fixed;
  z-index: 8;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.floatBnr li {
  background-color: #fff;
}
.floatBnr li:not(:last-child) {
  margin-bottom: 2px;
}
.floatBnr li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  min-height: 10.6em;
  border: solid #ccc;
  border-width: 1px 0 1px 1px;
  background-color: #f2f2f2;
  writing-mode: vertical-lr;
  font-size: 1.2em;
  font-weight: 500;
  transition: 0.3s ease-out;
}
.floatBnr li a.hover {
  border-color: #333;
  background-color: #333;
  color: #fff;
}
.floatBnr li a[href="#"] {
  opacity: 0.3;
}
@media screen and (max-width: 840px) {
  .floatBnr {
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    display: flex;
    width: 100%;
  }
  .floatBnr li {
    width: 33.3333333333%;
    border-top: solid 1px #333;
  }
  .floatBnr li:not(:last-child) {
    margin: 0;
  }
  .floatBnr li:nth-child(2) {
    border-width: 1px 1px 0;
  }
  .floatBnr li a {
    width: 100%;
    height: 4em;
    min-height: initial;
    writing-mode: horizontal-tb;
    border: none;
    background-color: #f0f0e5;
  }
}
@media screen and (max-width: 580px) {
  .floatBnr {
    z-index: 9;
  }
}

/* ========================================
/index.html
======================================== */
/* [common]
------------------------------ */
.container > * {
  position: relative;
  overflow: hidden;
}

.secInner {
  position: relative;
  z-index: 2;
  width: 90%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 840px) {
  .secInner {
    padding: min(20vw, 10em) 0;
  }
}

.secHeading {
  margin: 0 auto 2em;
  writing-mode: vertical-rl;
  font-size: 3.6em;
  letter-spacing: 0.35em;
}
.secHeading.-black {
  color: #595757;
}
.secHeading.-white {
  color: #fff;
}
.secHeading::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0.75em;
  border-left: solid 1px currentColor;
  margin-top: 0.25em;
}
@media screen and (min-width: 1280px) and (max-width: 1679px), print {
  .secHeading {
    font-size: 3em;
  }
}
@media screen and (max-width: 1279px) {
  .secHeading {
    position: relative;
    margin-bottom: 2.5em;
    padding-left: 0.35em;
    writing-mode: horizontal-tb;
    text-align: center;
    font-size: 2.8em;
  }
  .secHeading::after {
    position: absolute;
    bottom: -1.25em;
    left: 50%;
  }
}
@media screen and (max-width: 840px) {
  .secHeading {
    padding: 0;
    writing-mode: vertical-rl;
    font-size: 2.6em;
    letter-spacing: 0.2em;
  }
}
.secHeading.js-animation {
  opacity: 0;
  transition: 1s 0.5s;
}
.secHeading.js-animation.js-visible {
  opacity: 1;
}

.boxMore {
  transition: margin-right 0.5s ease-out;
}
.boxMore::before {
  transition: margin-left 0.5s ease-out;
}
a.hover .boxMore {
  margin-right: -1em;
}
a.hover .boxMore::before {
  margin-left: 30%;
}

/* .mainVisual
------------------------------ */
.mainVisual {
  position: relative;
}
.mainVisual__movie {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1279px) {
  .mainVisual__movie {
    background-attachment: scroll;
  }
}
.mainVisual__movie video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainVisual__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainVisual__slide .mvSlide {
  position: relative;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mainVisual__slide .mvSlide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.mainVisual__slide .mvSlide01 {
  background-image: url(/assets/images/index/mv_slide01.jpg);
}
.mainVisual__slide .mvSlide02 {
  background-image: url(/assets/images/index/mv_slide02.jpg);
}
.mainVisual__slide .mvSlide03 {
  background-image: url(/assets/images/index/mv_slide03.jpg);
}
.mainVisual__slide .mvSlide04 {
  background-image: url(/assets/images/index/mv_slide04.jpg);
}
.mainVisual__slide .mvSlide05 {
  background-image: url(/assets/images/index/mv_slide05.jpg);
}
.mainVisual__slide .mvSlide06 {
  background-image: url(/assets/images/index/mv_slide06.jpg);
}
.mainVisual__slide .mvSlide07 {
  background-image: url(/assets/images/index/mv_slide07.jpg);
}
.mainVisual__slide .mvSlide08 {
  background-image: url(/assets/images/index/mv_slide08.jpg);
}
.mainVisual__slide .mvSlide09 {
  background-image: url(/assets/images/index/mv_slide09.jpg);
}
.mainVisual__slide .mvSlide10 {
  background-image: url(/assets/images/index/mv_slide10.jpg);
}
.mainVisual__slide .mvSlide11 {
  background-image: url(/assets/images/index/mv_slide11.jpg);
}
.mainVisual__body {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainVisual__body h1 {
  position: relative;
  z-index: 11;
  width: 200px;
}
.mainVisual__scroll {
  position: absolute;
  bottom: 3em;
  left: calc(50% - 3em);
  width: 6em;
  font-size: 0.75em;
  font-style: italic;
  letter-spacing: 0.1em;
  color: #fff;
}
.mainVisual__scroll a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mainVisual__scroll a::before {
  content: "";
  order: 1;
  display: block;
  width: 0;
  height: 10vh;
  border-left: solid 1px #fff;
  animation: arrow 2s linear infinite;
}
.mainVisual__scroll a::after {
  content: "";
  order: 2;
  display: block;
  width: 2em;
  height: 2em;
  margin-top: -2.2em;
  margin-bottom: 2em;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  animation: flash 2s linear infinite;
}
.mainVisual__scroll a span {
  order: 3;
  font-size: 1.8em;
}

/* .topNews
------------------------------ */
.topNews {
  position: absolute;
  bottom: 3em;
  left: 0;
  width: 45vw;
  max-width: 800px;
  padding-left: 4vw;
  font-family: sans-serif;
  font-size: 1rem;
  color: #fff;
}
.topNews__inner {
  padding-left: 4em;
}
.topNews__entry a {
  display: flex;
  align-items: center;
  min-height: 4em;
}
.topNews__entry a > * {
  margin-right: 1em;
  line-height: 1;
}
.topNews__entry a .entryDate {
  display: none;
  white-space: nowrap;
  font-size: 1.4em;
}
.topNews__entry a .entryCategory {
  white-space: nowrap;
  font-size: 1.3em;
}
.topNews__entry a .entryTitle {
  font-size: 1.4em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topNews__entry a.hover .entryTitle {
  text-decoration: underline;
}
@media screen and (min-width: 1280px) {
  .topNews__entry a .entryTitle {
    flex: 1;
  }
}
@media screen and (max-width: 840px) {
  .topNews {
    top: 100vh;
    bottom: auto;
    width: 100vw;
    max-width: initial;
    color: #000;
  }
}
.topNews button.slick-arrow {
  position: absolute;
  left: -4em;
  width: 1.6rem;
  height: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.7;
  cursor: pointer;
  color: #fff;
}
.topNews button.slick-arrow.slick-prev {
  top: 0;
  transform: rotate(90deg);
}
.topNews button.slick-arrow.slick-next {
  bottom: 0;
  transform: rotate(90deg);
}
.topNews button.slick-arrow.hover {
  opacity: 1;
}
.topNews button.slick-arrow.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media screen and (max-width: 840px) {
  .topNews button.slick-arrow {
    color: #000;
  }
}

/* .secIdea
------------------------------ */
.secIdea {
  width: 100%;
  padding: 10% 0;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .secIdea {
    height: auto;
    margin-top: 6em;
  }
}
.secIdea__copy {
  line-height: 1.6;
  font-size: 2em;
  padding-left: 0.3em;
  letter-spacing: 0.3em;
}
.secIdea__copy span {
  display: inline-block;
}
.secIdea__text {
  margin-top: 2em;
  line-height: 2.53;
  font-size: 1.5em;
}
@media screen and (max-width: 1279px) {
  .secIdea__text {
    line-height: 2;
  }
}
@media screen and (max-width: 840px) {
  .secIdea__text {
    line-height: 2;
  }
}
.secIdea__text span {
  display: inline-block;
}
.secIdea .js-animation {
  opacity: 0;
  transition: 1s 0.5s;
}
.secIdea .js-animation.js-visible {
  opacity: 1;
}

/* .secProducts1
------------------------------ */
.secProducts1 {
  width: 100%;
  padding: 10% 0;
  background-color: #f0f0e5;
}
@media screen and (max-width: 840px) {
  .secProducts1 {
    height: auto;
  }
}
.secProducts1__wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 7em;
}
@media screen and (max-width: 840px) {
  .secProducts1__wrap {
    display: block;
  }
}
.secProducts1__box {
  width: 48.33%;
}
.secProducts1__box a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 840px) {
  .secProducts1__box {
    width: 100%;
    margin-top: 5vw;
  }
}
.secProducts1 .boxHeader {
  position: relative;
  height: 20vw;
  max-height: 380px;
}
.secProducts1 .boxHeader::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #999;
  mix-blend-mode: multiply;
}
.secProducts1 .boxHeader > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.secProducts1 .boxHeader > div {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.secProducts1 .boxHeader > div p {
  padding-left: 0.2em;
  font-size: 1.8em;
  white-space: nowrap;
  letter-spacing: 0.2em;
}
.secProducts1 .boxHeader > div h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.3em;
  margin-top: 3em;
}
.secProducts1 .boxHeader > div h3 img {
  max-width: 28em;
  max-height: 3.3em;
}
@media screen and (max-width: 1279px) {
  .secProducts1 .boxHeader > div h3 {
    margin-top: 2em;
  }
  .secProducts1 .boxHeader > div h3 img {
    max-height: 2.4em;
  }
}
@media screen and (max-width: 840px) {
  .secProducts1 .boxHeader {
    height: auto;
    max-height: initial;
  }
}
.secProducts1 .boxBody {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8% 8% 5%;
}
@media screen and (max-width: 1279px) {
  .secProducts1 .boxBody {
    padding: 5% 5% 3%;
  }
}
@media screen and (max-width: 840px) {
  .secProducts1 .boxBody {
    padding: 8% 8% 5%;
  }
}
.secProducts1 .boxBody__heading em {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
  line-height: 1;
  font-size: 1.8em;
  font-weight: 700;
}
@media screen and (max-width: 840px) {
  .secProducts1 .boxBody__heading em {
    display: block;
    margin: 0 0 0.5em;
  }
}
.secProducts1 .boxBody__heading span {
  display: inline-block;
  vertical-align: middle;
  padding: 0.25em 1.25em 0.25em 1.5em;
  background-color: #f0f0e5;
  line-height: 1;
  font-size: 1.4em;
  letter-spacing: 0.25em;
  font-weight: 700;
  color: #595757;
}
@media screen and (max-width: 1279px) {
  .secProducts1 .boxBody__heading span {
    padding: 0.4em 1em 0.25em 1em;
    letter-spacing: 0.2em;
  }
}
.secProducts1 .boxBody__text {
  margin-top: 6%;
  line-height: 1.78em;
  text-align: justify;
  font-size: 1.4em;
}
.secProducts1 .boxMore {
  display: flex;
  align-items: center;
  width: 84%;
  margin: auto 0 0 auto;
  padding: 0 8% 8%;
}
@media screen and (max-width: 1279px) {
  .secProducts1 .boxMore {
    padding: 0 5% 5%;
  }
}
@media screen and (max-width: 840px) {
  .secProducts1 .boxMore {
    padding: 0 8% 8%;
  }
}
.secProducts1 .boxMore::before {
  content: "";
  flex: 1;
  display: block;
  height: 0;
  border-top: solid 1px rgba(76, 76, 76, 0.7);
}
.secProducts1 .boxMore span {
  margin-left: 1em;
  font-family: "Baskervville", serif;
  font-style: italic;
  font-size: 1.6em;
  letter-spacing: 0.15em;
}
.secProducts1__box.js-animation a {
  background-color: transparent;
  transition: 1s 0.5s;
}
.secProducts1__box.js-animation a .boxHeader {
  overflow: hidden;
}
.secProducts1__box.js-animation a .boxHeader::before {
  opacity: 0;
  transition: 1s;
}
.secProducts1__box.js-animation a .boxHeader > img {
  transform: scale(1.1);
  opacity: 0;
  transition: 1s 0.5s;
}
.secProducts1__box.js-animation a .boxHeader > div {
  opacity: 0;
  transition: opacity 1s 1.5s;
}
.secProducts1__box.js-animation a .boxBody {
  opacity: 0;
  transition: opacity 1s 1.5s;
}
.secProducts1__box.js-animation a .boxMore {
  opacity: 0;
}
.secProducts1__box.js-animation.js-visible a {
  background-color: #fff;
}
.secProducts1__box.js-animation.js-visible a .boxHeader::before {
  opacity: 1;
}
.secProducts1__box.js-animation.js-visible a .boxHeader > img {
  transform: scale(1);
  opacity: 1;
  transition-delay: 0s;
}
.secProducts1__box.js-animation.js-visible a .boxHeader > div {
  opacity: 1;
}
.secProducts1__box.js-animation.js-visible a.hover .boxHeader > img {
  transform: scale(1.1);
}
.secProducts1__box.js-animation.js-visible a .boxBody, .secProducts1__box.js-animation.js-visible a .boxMore {
  opacity: 1;
}

/* .secProducts2
------------------------------ */
.secProducts2 {
  width: 100%;
  padding: 10% 0;
  background-color: #f0f0e5;
}
@media screen and (max-width: 840px) {
  .secProducts2 {
    height: auto;
  }
}
.secProducts2::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ddebf7;
  mix-blend-mode: multiply;
}
.secProducts2 a {
  display: block;
}
.secProducts2__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .secProducts2__wrap {
    display: block;
  }
}
.secProducts2 .boxHeader {
  position: relative;
  width: 54%;
}
.secProducts2 .boxHeader > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.secProducts2 .boxHeader > div p {
  padding-left: 0.2em;
  font-size: 1.8em;
  white-space: nowrap;
  letter-spacing: 0.2em;
}
.secProducts2 .boxHeader > div h3 {
  margin-top: 2em;
}
.secProducts2 .boxHeader > div h3 img {
  max-height: 4.3em;
}
@media screen and (max-width: 1279px) {
  .secProducts2 .boxHeader > div h3 {
    margin-top: 1em;
  }
  .secProducts2 .boxHeader > div h3 img {
    max-height: 3em;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1679px), print {
  .secProducts2 .boxHeader {
    width: 46%;
  }
}
@media screen and (max-width: 1279px) {
  .secProducts2 .boxHeader {
    width: 46%;
  }
}
@media screen and (max-width: 840px) {
  .secProducts2 .boxHeader {
    width: 100%;
  }
}
.secProducts2 .boxBody {
  flex: 1;
  margin-left: 5%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  .secProducts2 .boxBody {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 840px) {
  .secProducts2 .boxBody {
    margin: 8% 8% 0;
  }
}
.secProducts2 .boxBody__heading em {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
  line-height: 1;
  font-size: 1.8em;
  font-weight: 700;
}
@media screen and (max-width: 840px) {
  .secProducts2 .boxBody__heading em {
    display: block;
    margin: 0 0 0.5em;
  }
}
.secProducts2 .boxBody__heading span {
  display: inline-block;
  vertical-align: middle;
  padding: 0.25em 1.25em 0.25em 1.5em;
  background-color: #fff;
  line-height: 1;
  font-size: 1.4em;
  letter-spacing: 0.25em;
  font-weight: 700;
  color: #595757;
}
@media screen and (max-width: 1279px) {
  .secProducts2 .boxBody__heading span {
    padding: 0.4em 1em 0.25em 1em;
    letter-spacing: 0.2em;
  }
}
.secProducts2 .boxBody__text {
  margin-top: 6%;
  line-height: 1.78em;
  text-align: justify;
  font-size: 1.4em;
}
.secProducts2 .boxMore {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  width: 84%;
}
.secProducts2 .boxMore::before {
  content: "";
  flex: 1;
  display: block;
  height: 0;
  border-top: solid 1px rgba(76, 76, 76, 0.7);
}
.secProducts2 .boxMore span {
  margin-left: 1em;
  font-family: "Baskervville", serif;
  font-style: italic;
  font-size: 1.6em;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 840px) {
  .secProducts2 .boxMore {
    position: static;
    margin: 5% 0 0 auto;
  }
}
.secProducts2 .js-animation a .boxHeader {
  overflow: hidden;
}
.secProducts2 .js-animation a .boxHeader > img {
  opacity: 0;
  transform: scale(1.1);
  transition: 1s;
}
.secProducts2 .js-animation a .boxHeader > div {
  opacity: 0;
  transition: 1s 0.5s;
}
.secProducts2 .js-animation a .boxBody {
  opacity: 0;
  transition: 1s 0.5s;
}
.secProducts2 .js-animation.js-visible a .boxHeader > img {
  opacity: 1;
  transform: scale(1);
}
.secProducts2 .js-animation.js-visible a .boxHeader > div {
  opacity: 1;
}
.secProducts2 .js-animation.js-visible a .boxBody {
  opacity: 1;
}
.secProducts2 .js-animation.js-visible a.hover .boxHeader > img {
  transform: scale(1.1);
}

/* .secGarden
------------------------------ */
.secGarden {
  width: 100%;
  padding: 10% 0;
  background: url(/assets/images/index/garden_bg.jpg) center center no-repeat;
}
.secGarden::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10px;
  background-color: #fff;
}
@media screen and (max-width: 840px) {
  .secGarden {
    height: auto;
  }
}
.secGarden__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 840px) {
  .secGarden__inner {
    display: block;
    height: auto;
    padding: 10vw 0;
  }
}
.secGarden__wrap {
  position: relative;
  padding-bottom: min(5%, 5em);
}
@media screen and (max-width: 840px) {
  .secGarden__wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
.secGarden__img {
  width: 53.64%;
  margin-left: auto;
}
@media screen and (max-width: 840px) {
  .secGarden__img {
    width: 100%;
    margin: 0 auto;
  }
}
.secGarden__body {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 840px) {
  .secGarden__body {
    position: static;
    height: auto;
  }
}
.secGarden__box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.secGarden .boxBody {
  width: 38.33%;
  margin-right: auto;
  color: #fff;
}
.secGarden .boxBody a {
  display: block;
}
.secGarden .boxBody__text {
  line-height: 1.78em;
  text-align: justify;
  font-size: 1.4em;
}
@media screen and (max-width: 840px) {
  .secGarden .boxBody {
    width: auto;
    margin: 0 5vw min(10vw, 5em);
  }
}
.secGarden .boxMore {
  display: flex;
  align-items: center;
  width: 84%;
  margin: 5em 0 0 auto;
}
.secGarden .boxMore::before {
  content: "";
  flex: 1;
  display: block;
  height: 0;
  border-top: solid 1px currentColor;
}
.secGarden .boxMore span {
  margin-left: 1em;
  font-family: "Baskervville", serif;
  font-style: italic;
  font-size: 1.6em;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1279px) {
  .secGarden .boxMore {
    margin-top: 2em;
  }
}
.secGarden__wrap.js-animation .secGarden__img {
  opacity: 0;
  transition: 3s 0s;
}
.secGarden__wrap.js-animation .secGarden__body {
  opacity: 0;
  transition: 2s 0.5s;
}
.secGarden__wrap.js-animation.js-visible .secGarden__img {
  opacity: 1;
}
.secGarden__wrap.js-animation.js-visible .secGarden__body {
  opacity: 1;
}

/* .secCase
------------------------------ */
.secCase {
  width: 100%;
  height: 41.6666666667vw;
  background-color: #ccc;
}
@media screen and (max-width: 840px) {
  .secCase {
    height: auto;
  }
}
.secCase .slideBox {
  padding-top: 41.6666666667vw;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.secCase .slideBox.slide01 {
  background-image: url(/assets/images/index/case_img01.webp);
}
.secCase .slideBox.slide02 {
  background-image: url(/assets/images/index/case_img02.webp);
}
.secCase .slideBox.slide03 {
  background-image: url(/assets/images/index/case_img03.webp);
}
.secCase .slideBox.slide04 {
  background-image: url(/assets/images/index/case_img04.webp);
}
@media screen and (max-width: 840px) {
  .secCase .slideBox {
    padding-top: min(100vw, 400px);
  }
}
.secCase__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.secCase__wrap::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
}
.secCase__inner {
  position: relative;
}
@media screen and (max-width: 840px) {
  .secCase__inner {
    width: 70%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.secCase__btn {
  margin-top: 6.5em;
  line-height: 1.4;
}
.secCase__btn > a {
  display: inline-block;
  padding: 1em 2em;
  border: solid 1px #fff;
  text-align: center;
  font-size: 1.8em;
  color: #fff;
  transition: background-color 0.5s;
}
.secCase__btn > a span {
  display: inline-block;
}
.secCase__btn > a em {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.5em;
  font-family: "Baskervville", serif;
  font-style: italic;
  font-size: 0.8em;
  letter-spacing: 0.15em;
  transition: transform 0.5s ease-out;
}
.secCase__btn > a em::before {
  content: "";
  display: block;
  width: 12em;
  height: 0;
  margin-right: 1em;
  border-top: solid 1px currentColor;
  transition: width 0.5s ease-out;
}
@media screen and (min-width: 1280px) {
  .secCase__btn > a {
    min-width: 357px;
  }
  .secCase__btn > a:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .secCase__btn > a:hover em {
    transform: translateX(1em);
  }
  .secCase__btn > a:hover em::before {
    width: 10em;
  }
}
@media screen and (max-width: 840px) {
  .secCase__btn > a {
    padding: 1em;
  }
}
@media screen and (max-width: 580px) {
  .secCase__btn > a {
    font-size: 1.4em;
  }
}
.secCase__btn.js-animation {
  opacity: 0;
  transition: 1s 0.5s;
}
.secCase__btn.js-animation.js-visible {
  opacity: 1;
}

/* .secModelhouse
------------------------------ */
.secModelhouse {
  width: 100%;
  padding: 10% 0;
  background-color: #fff;
}
@media screen and (max-width: 840px) {
  .secModelhouse {
    height: auto;
  }
}
.secModelhouse__wrap {
  position: relative;
}
@media screen and (min-width: 1280px) and (max-width: 1679px), print {
  .secModelhouse__wrap {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1279px) {
  .secModelhouse__wrap {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 840px) {
  .secModelhouse__wrap {
    width: 100%;
  }
}
.secModelhouse__wrap > * {
  position: relative;
  display: block;
}
.secModelhouse__wrap > *::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  mix-blend-mode: multiply;
  opacity: 1;
  transition: opacity 0.3s;
}
@media screen and (max-width: 840px) {
  .secModelhouse__img {
    height: 50vw;
  }
  .secModelhouse__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 580px) {
  .secModelhouse__img {
    height: 100vw;
  }
}
.secModelhouse__body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.secModelhouse__text {
  margin-top: 7em;
  font-size: 1.9em;
}
@media screen and (max-width: 840px) {
  .secModelhouse__text {
    margin-top: 2em;
  }
}
@media screen and (max-width: 580px) {
  .secModelhouse__text {
    font-size: 1.4em;
  }
}
.secModelhouse .js-animation {
  opacity: 0;
  transition: 1s 0.5s;
}
.secModelhouse .js-animation.js-visible {
  opacity: 1;
}

/* keyframes
------------------------------ */
@keyframes logo {
  0% {
    opacity: 0;
    filter: blur(100px);
    transform: scale(2);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
@keyframes flash {
  0%, 40%, 100% {
    opacity: 0;
  }
  70%, 90% {
    opacity: 1;
  }
}
@keyframes arrow {
  0% {
    opacity: 0;
    height: 0;
    bottom: calc(2em + 10vh);
  }
  50%, 80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    height: 10vh;
    bottom: 2em;
  }
}
/* .svg_line
------------------------------ */
.svg_line {
  position: absolute;
}

.line01 {
  top: -2px;
  left: 20.2%;
  height: calc(100% + 4px);
}
.line01 svg {
  width: auto;
  height: 100%;
}

.line02 {
  top: -2px;
  left: 19.1%;
  width: 80.9%;
  height: calc(100% + 4px);
}

.line03 {
  bottom: 0;
  right: 0;
  width: 81.5%;
  height: 92%;
}
.line03 svg {
  position: absolute;
  bottom: 0;
  right: 0;
}

.line04 {
  top: -2px;
  left: 8.58%;
  width: 90.42%;
  height: calc(100% + 4px);
}
.line04 svg {
  width: auto;
  height: 100%;
}

.line05 {
  top: -2px;
  left: 21.8125%;
  width: 78.1875%;
  height: calc(100% + 4px);
}
.line05 svg {
  width: auto;
  height: 100%;
}

.line_stroke {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 1px;
}

/* ========================================
lower page
======================================== */
/* [common]
------------------------------ */
.lowerHeader__inner {
  width: 90%;
  max-width: 1500px;
  height: 24vw;
  max-height: 240px;
  margin: 7em auto 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  .lowerHeader__inner {
    margin-top: 6em;
  }
}
.lowerTitleimg {
  height: 27.2916666667vw;
}
.lowerTitleimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 840px) {
  .lowerTitleimg {
    height: min(50vw, 300px);
  }
}
.lowerTitle {
  font-size: min(3.8em, 6vw);
  letter-spacing: 0.2em;
}
.lowerContents__inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto min(15vw, 14em);
}
@media screen and (min-width: 1280px) {
  .lowerContents__inner.-small {
    width: 70%;
  }
}
@media screen and (max-width: 1279px) {
  .lowerContents__inner {
    width: 80%;
  }
}
.lowerContents .js-animation {
  opacity: 0;
  transition: opacity 0.75s;
  transition-delay: 0.3s;
}
.lowerContents .js-animation.js-visible {
  opacity: 1;
}
.lowerSec:not(:first-child) {
  margin-top: 10%;
}
@media screen and (max-width: 840px) {
  .lowerSec:not(:first-child) {
    margin-top: min(20vw, 10em);
  }
}
.lowerSec__heading {
  margin-bottom: 2em;
  font-size: min(2.4em, 5vw);
}
.lowerSec__body {
  line-height: 1.8;
  font-size: min(1.4em, 3.2vw);
}

/* ========================================
/topic/
======================================== */
/* index.html
------------------------------ */
.topicTitle {
  margin-bottom: 1em;
  font-family: "Baskervville", serif;
  font-size: min(3em, 5vw);
  font-style: italic;
  letter-spacing: 0.1em;
}
.topicCategoryList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 2em;
}
.topicCategoryList li {
  margin-bottom: 0.5em;
  padding: 0 1em;
  border: solid #ccc;
  border-width: 0 1px;
  font-size: 1.5em;
}
.topicCategoryList li:not(:first-child) {
  margin-left: -1px;
}
.topicCategoryList li a.hover {
  text-decoration: underline;
}
@media screen and (max-width: 840px) {
  .topicCategoryList {
    justify-content: flex-start;
  }
  .topicCategoryList li {
    margin-bottom: 1em;
    font-size: 1.2em;
  }
}
.topicList {
  line-height: 1.6;
}
.topicList dt {
  padding-top: 2em;
  border-top: solid 1px #ccc;
  font-weight: 400;
  font-style: italic;
}
.topicList dt span {
  display: inline-block;
  margin-right: 1em;
  font-size: min(1.4em, 3vw);
}
.topicList dd {
  padding: 0.5em 0 2em;
}
.topicList dd:last-child {
  border-bottom: solid 1px #ccc;
}
.topicList dd a {
  display: block;
  text-align: justify;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: min(1.6em, 3.6vw);
  font-weight: 700;
}
@media screen and (max-width: 1279px) {
  .topicList dd a {
    font-weight: 500;
  }
}
.topicList dd a.hover {
  text-decoration: underline;
}
.topicList__pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: min(10vw, 5em);
}
.topicList__pager li:not(:last-child) {
  border-right: solid 1px #ccc;
}
.topicList__pager li a {
  display: block;
  width: 3em;
  line-height: 2;
  text-align: center;
  font-size: min(1.2em, 3vw);
}
.topicEntry {
  margin-top: -1.75em;
  line-height: 1.88;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
}
.topicEntry__date {
  font-family: "Baskervville", serif;
  font-size: min(2.3em, 3.6vw);
  font-style: italic;
}
.topicEntry__title {
  margin: 1.5em 0 1em;
  font-size: min(2.4em, 5vw);
  font-weight: 700;
}
.topicEntry__body {
  text-align: justify;
  font-size: min(1.6em, 3.6vw);
}
.topicEntry__body > *:not(:first-child) {
  margin-top: 1.5em;
}
.topicBack {
  margin: min(15vw, 10em) 0;
  text-align: center;
}
.topicBack a {
  display: inline-block;
  padding: 1em;
  border: solid 1px #4c4c4c;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: min(1.5em, 3.6vw);
  color: #4c4c4c;
  transition: 0.3s ease-in-out;
}
.topicBack a.hover {
  background-color: #4c4c4c;
  color: #fff;
}

.navigation.pagination .nav-links > .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: min(10vw, 5em);
}
.navigation.pagination .nav-links > .page-numbers li:not(:last-child) {
  border-right: solid 1px #ccc;
}
.navigation.pagination .nav-links > .page-numbers li > * {
  display: block;
  width: 3em;
  line-height: 2;
  text-align: center;
  font-size: min(1.2em, 3vw);
}
.navigation.pagination .nav-links > .page-numbers li > a.hover {
  text-decoration: underline;
}
.navigation.pagination .nav-links > .page-numbers li > span {
  font-weight: 700;
}

/* ========================================
/privacy/
======================================== */
.privacyWrap {
  margin-top: max(5em, 10%);
  text-align: justify;
}
.privacyTitle {
  font-size: min(2.4em, 5vw);
}
.privacySec {
  margin-top: max(5em, 5%);
  line-height: 1.6;
  font-size: min(1.4em, 3.4vw);
}
.privacySec--heading {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px currentColor;
  font-size: min(1.3em, 4vw);
  font-weight: 500;
}
.privacySec--ul > li:not(:last-child) {
  margin-bottom: 1em;
}
.privacySec--ul > li::before {
  content: "■";
}
.privacySec--ul > li > ul {
  margin-top: 1em;
}
.privacySec--ul > li > ul > li::before {
  content: "○";
}
.privacySec--ol {
  margin-top: 1em;
}
.privacySec--ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
.privacySign {
  margin-top: max(4em, 5%);
  text-align: right;
  font-size: min(1.8em, 3.4vw);
}
.privacySign span {
  margin-right: 1em;
  font-size: 0.7em;
}

/* ========================================
form
======================================== */
.formWrap {
  margin-top: max(5em, 10%);
}
.formTitle {
  margin-bottom: 1.5em;
  font-size: min(2.6em, 5vw);
  letter-spacing: 0.1em;
}
.formTitle span {
  display: block;
  margin-bottom: 1.75em;
  font-family: "Baskervville", serif;
  font-style: italic;
  font-size: 1.34em;
  letter-spacing: 0.2em;
  color: #666;
}
.formText {
  margin-top: 1em;
  line-height: 1.8;
  text-align: justify;
  font-size: min(1.4em, 3.4vw);
}
.formText.tel {
  font-family: sans-serif;
}
.formText.tel em {
  font-size: 1.2em;
}
.formText.tel em span {
  font-size: 1.2em;
}
.formThanks {
  margin: 2em 0;
  font-family: sans-serif;
  font-size: min(2em, 4vw);
}
.formBody {
  font-family: sans-serif;
  font-size: min(1.4em, 3.4vw);
}
.formCatalog {
  margin-bottom: min(10%, 10em);
  padding: min(7%, 5em);
  background-color: #ccc;
}
.formCatalog--text {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 840px) {
  .formCatalog--text {
    display: block;
  }
}
.formCatalog--title {
  margin-right: 5%;
}
.formCatalog--title span {
  display: block;
  font-size: min(1.4em, 3vw);
  margin-bottom: 0.5em;
}
.formCatalog--title em {
  display: block;
  font-size: min(3.2em, 5vw);
}
.formCatalog--image {
  display: flex;
  justify-content: space-between;
  margin-top: min(4%, 4em);
}
.formCatalog--image li {
  width: 32%;
}
.formCatalog--copy {
  line-height: 1.6;
  font-size: min(1.4em, 3.4vw);
}
@media screen and (max-width: 840px) {
  .formCatalog--copy {
    margin-top: 1em;
  }
  .formCatalog--copy br {
    display: none;
  }
}
.formCatalog--banner {
  margin-bottom: 5%;
}
.formThanks {
  margin-top: 10%;
  line-height: 1.8;
  font-family: "Yu Mincho", "YuMincho", serif;
}
.formThanks_title {
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: solid 1px #b2b2b2;
  font-size: 1.3333333333em;
  letter-spacing: 0.1em;
}
.formThanks_title::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 11em;
  height: 0;
  border-bottom: solid 2px #000;
}
.formThanks_text01 {
  margin-top: 2em;
  font-size: 0.7777777778em;
}
.formThanks_text02 {
  margin-top: 2em;
  font-size: 0.7222222222em;
  color: #7a7979;
}
.formThanks_button {
  margin-top: 10%;
  text-align: center;
}
.formThanks_button a {
  display: inline-block;
  width: min(28em, 80%);
  padding: 0.5em 1em;
  border-radius: 0.2em;
  background-color: #d9d9d9;
  text-align: center;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  transition: opacity 0.3s;
}
.formThanks_button a.hover {
  opacity: 0.7;
}

.cf7-list {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .cf7-list {
    display: block;
  }
}
.cf7-list dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 32%;
  margin-top: -1px;
  padding: 1em 0;
  border: solid #999;
  border-width: 1px 0;
  font-weight: 700;
}
.cf7-list dt:last-of-type {
  align-items: flex-start;
}
.cf7-list dt:last-of-type .dt_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cf7-list dt small {
  font-size: 0.7em;
  font-weight: 400;
}
@media screen and (max-width: 840px) {
  .cf7-list dt {
    width: 100%;
    padding: 1em 0 0;
    border-width: 1px 0 0;
  }
}
.cf7-list dd {
  width: 65%;
  margin-top: -1px;
  padding: 1em 0;
  border: solid #999;
  border-width: 1px 0;
}
@media screen and (max-width: 840px) {
  .cf7-list dd {
    width: 100%;
    padding: 1em 0 1.5em;
    border: none;
  }
}
.cf7-list input[type=text], .cf7-list input[type=email], .cf7-list input[type=date], .cf7-list select, .cf7-list textarea {
  width: 100%;
  padding: 0.5em;
  border: solid 1px #aaa;
  outline: none;
  font-size: 1.1em;
}
.cf7-list input[type=text]::-moz-placeholder, .cf7-list input[type=email]::-moz-placeholder, .cf7-list input[type=date]::-moz-placeholder, .cf7-list select::-moz-placeholder, .cf7-list textarea::-moz-placeholder {
  color: #b2b2b2;
}
.cf7-list input[type=text]::placeholder, .cf7-list input[type=email]::placeholder, .cf7-list input[type=date]::placeholder, .cf7-list select::placeholder, .cf7-list textarea::placeholder {
  color: #b2b2b2;
}
.cf7-list .cf7-date {
  display: inline-block;
  width: 14em;
  margin-right: 1em;
}
.cf7-list .cf7-select {
  display: inline-block;
  width: 14em;
  position: relative;
}
@media screen and (max-width: 840px) {
  .cf7-list .cf7-select {
    margin-top: 0.75em;
  }
}
.cf7-list .cf7-select::after {
  content: "▼";
  position: absolute;
  z-index: 10;
  top: 1em;
  right: 1em;
  line-height: 1;
  font-size: 0.8em;
}
.cf7-list .cf7-select select {
  padding: calc(0.5em + 1px);
}
.cf7-list textarea {
  height: 10em;
}
.cf7-required {
  padding: 0.5em;
  background-color: #f00;
  white-space: nowrap;
  font-size: 0.86em;
  color: #fff;
}
.cf7-check {
  margin-top: min(5em, 5%);
  line-height: 1.6;
  text-align: center;
  font-weight: 500;
}
.cf7-check a {
  color: #18b7cd;
}
.cf7-button {
  position: relative;
  margin-top: 2em;
  text-align: center;
}
.cf7-button input[type=submit] {
  width: 70%;
  max-width: 460px;
  padding: 1em;
  border-radius: 0.2em;
  background-color: #ccc;
  text-align: center;
  font-size: min(1.2em, 3.6vw);
  transition: 0.3s;
}
.cf7-button input[type=submit].hover {
  background-color: #aaa;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5em;
  font-weight: bold !important;
}

.wpcf7-spinner {
  position: absolute !important;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
  border: none !important;
  font-weight: 700;
  color: #dc3232;
}

/* ========================================
/inishie/
/nor/
======================================== */
.brand {
  /* Hero
  ------------------------------ */
  /* inishie */
  /* nor */
  /* garden */
  /* Opening
  ------------------------------ */
  /* Carousel
  ------------------------------ */
  /* section
  ------------------------------ */
  /* Design
  ------------------------------ */
  /* Style
  ------------------------------ */
  /* Plan
  ------------------------------ */
  /* Brand List
  ------------------------------ */
}
.brand .hero {
  position: relative;
  width: 100%;
  height: min(100vh, 900px);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand .hero_logo {
  width: 220px;
}
.brand .hero_copy {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  font-size: 2em;
  letter-spacing: 0.6em;
  color: #fff;
}
@media screen and (max-width: 840px) {
  .brand .hero {
    height: min(120vw, 600px);
  }
  .brand .hero_logo {
    width: min(40vw, 180px);
  }
  .brand .hero_copy {
    padding-top: 1em;
    font-size: min(3.6vw, 2em);
    letter-spacing: 0.4em;
    white-space: nowrap;
  }
}
.brand.inishie .hero {
  background-image: url(/assets/images/inishie/hero_img.webp);
}
.brand.nor .hero {
  background-image: url(/assets/images/nor/hero_img.jpg);
}
.brand.garden .hero {
  background-image: url(/assets/images/garden/hero_img.jpg);
}
.brand .opening_inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 10% 0;
  text-align: center;
}
.brand .opening_title {
  width: 180px;
  margin: 0 auto 10%;
}
.brand .opening_copy {
  line-height: 1.6;
  font-size: 2.5em;
  padding-left: 0.3em;
  letter-spacing: 0.3em;
}
.brand .opening_copy span {
  display: inline-block;
}
.brand .opening_text {
  margin-top: 2em;
  line-height: 2.53;
  font-size: 1.5em;
}
@media screen and (max-width: 840px) {
  .brand .opening_inner {
    padding: 20% 0;
  }
  .brand .opening_title {
    width: min(30vw, 140px);
    margin: 0 auto 20%;
  }
  .brand .opening_copy {
    font-size: 2em;
  }
  .brand .opening_text {
    line-height: 2;
    font-size: 1.4em;
  }
  .brand .opening_text span {
    display: inline-block;
  }
}
.brand .carousel {
  position: relative;
  padding-top: 5%;
}
.brand .carousel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background-color: #cdcdcd;
}
.brand .carousel .slider {
  position: relative;
}
.brand .carousel .slider .slide {
  padding: 7px;
}
.brand .sec_inner {
  width: min(90%, 1200px);
  margin: 0 auto;
  padding: 10% 0;
}
.brand .sec_inner.-large {
  width: min(90%, 1500px);
}
.brand .sec_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7%;
}
.brand .sec_title {
  letter-spacing: 0.2em;
}
.brand .sec_title em {
  font-size: 3em;
}
.brand .sec_title span {
  display: block;
  margin-top: 1em;
  font-family: "Baskervville", serif;
  font-style: italic;
  font-size: 1.6em;
  color: #595757;
}
.brand .sec_outline {
  width: min(480px, 70%);
  line-height: 1.8;
}
.brand .sec_outline dt {
  margin-bottom: 1.5em;
  font-size: 1.8em;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.brand .sec_outline dt span {
  display: inline-block;
}
.brand .sec_outline dd {
  text-align: justify;
  font-size: 1.4em;
}
@media screen and (max-width: 840px) {
  .brand .sec_title em {
    font-size: 2.6em;
  }
}
@media screen and (max-width: 580px) {
  .brand .sec_inner {
    width: 80%;
    padding: 20% 0;
  }
  .brand .sec_header {
    display: block;
    margin-bottom: 10%;
  }
  .brand .sec_outline {
    width: 100%;
  }
  .brand .sec_outline dt {
    margin: 1.5em 0 1em;
    letter-spacing: 0.1em;
  }
}
.brand .design {
  position: relative;
  z-index: 9;
  background-color: #f0f0e5;
}
.brand .design .sec_inner {
  padding-bottom: 0;
}
.brand .design_inner {
  padding-bottom: 10%;
}
@media screen and (max-width: 580px) {
  .brand .design_inner {
    padding-bottom: 0;
  }
}
.brand .design_slide .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), -1px -1px 3px rgba(0, 0, 0, 0.5);
  outline: none;
}
.brand .design_slide .slick-prev {
  left: max((100% - 1200px) / 2 - 10em, 20px);
}
.brand .design_slide .slick-prev::before {
  content: "←前の写真";
}
.brand .design_slide .slick-prev.slick-disabled::before {
  content: none;
}
.brand .design_slide .slick-next {
  right: max((100% - 1200px) / 2 - 10em, 20px);
}
.brand .design_slide .slick-next::before {
  content: "次の写真→";
}
.brand .design_slide .slick-next.slick-disabled::before {
  content: "←最初に戻る";
}
.brand .design_slide .slick-slide {
  position: relative;
  padding: 0 10px;
}
.brand .design_slide .slick-slide::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 10px;
  width: calc(100% - 20px);
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: opacity 0.5s;
}
.brand .design_slide .slick-slide.slick-active::after {
  opacity: 0;
}
.brand .design_slide .slick-slide img {
  width: 100%;
}
@media screen and (max-width: 580px) {
  .brand .design_slide .slide_img {
    margin-top: 1em;
  }
}
.brand .design_slide .slick-dots {
  position: absolute;
  bottom: -3em;
  left: 0;
  width: 100%;
  margin-top: 2em;
  display: flex;
  justify-content: center;
}
.brand .design_slide .slick-dots li {
  padding: 0 0.5em;
}
.brand .design_slide .slick-dots li button {
  width: 1em;
  height: 0;
  padding-top: 1em;
  overflow: hidden;
  border-radius: 50%;
  background-color: #ccc;
}
.brand .design_slide .slick-dots li.slick-active button {
  background-color: #595857;
}
.brand .interior .sec_body {
  border-top: solid 1px #585757;
}
.brand .interior_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3em 0 2em;
  border-bottom: solid 1px #585757;
}
.brand .interior_text {
  width: 32%;
  margin-bottom: 2em;
  line-height: 1.6;
}
.brand .interior_text dt {
  margin-bottom: 1em;
  font-size: 1.8em;
  font-weight: normal;
}
.brand .interior_text dd {
  font-size: 1.3em;
}
.brand .interior_img {
  width: 65%;
  display: flex;
  justify-content: space-between;
}
.brand .interior_img figure {
  width: min(49%, 380px);
}
.brand .interior_img figcaption {
  margin-top: 0.5em;
  font-size: 1.3em;
}
@media screen and (max-width: 580px) {
  .brand .interior_box {
    display: block;
  }
  .brand .interior_text {
    width: 100%;
    margin-bottom: 3em;
  }
  .brand .interior_img {
    width: 100%;
    display: block;
  }
  .brand .interior_img figure {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
.brand .plan {
  background-color: #eee;
}
.brand .plan-nor {
  background-color: #fff;
}
.brand .plan_img-floor {
  margin-bottom: 5%;
}
.brand .plan_subttl {
  margin-bottom: 1.5em;
  font-size: 1.8em;
}
.brand .plan_nav {
  display: flex;
  margin-bottom: 3%;
}
.brand .plan_nav li {
  width: 20%;
  border-left: solid 1px #000;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  text-align: center;
  cursor: pointer;
}
.brand .plan_nav li:last-child {
  border-right: solid 1px #000;
}
.brand .plan_nav li span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0.5em 0 0.5em 0.2em;
  font-size: 1.5em;
  letter-spacing: 0.2em;
}
.brand .plan_nav li span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: solid 2px #595857;
  opacity: 0;
  transition: opacity 0.3s;
}
.brand .plan_nav li:hover span::after, .brand .plan_nav li.active span::after {
  opacity: 1;
}
.brand .plan_detail {
  padding: min(6%, 70px);
  background-color: #fff;
}
.brand .plan_detail-nor {
  border: solid 1px #595857;
}
.brand .plan_box {
  overflow: hidden;
  height: 0;
  opacity: 0;
}
.brand .plan_box.active {
  overflow: visible;
  height: auto;
  opacity: 1;
  transition: opacity 1.5s;
}
.brand .plan_text {
  line-height: 1.8;
  text-align: justify;
  font-size: 1.4em;
}
.brand .plan_list dt {
  width: 100%;
}
.brand .plan_list dt span {
  display: inline-block;
  width: 8em;
  margin-top: 10%;
  background-color: #595757;
  line-height: 1.6;
  text-align: center;
  font-size: 1.6em;
  font-weight: normal;
  color: #fff;
}
.brand .plan_list dd {
  padding: 3em 0;
  text-align: center;
  font-size: 1.4;
}
.brand .plan_list dd figure:not(:first-child) {
  margin-top: 10%;
}
.brand .plan_list dd figcaption {
  margin-top: 2em;
  font-size: 1.4em;
}
.brand .plan_list dd.-col3 {
  display: flex;
  justify-content: center;
  margin-top: 3em;
  border: solid #cdcdcd;
  border-width: 0 1px;
}
.brand .plan_list dd.-col3 figure {
  width: min(33.3333333333%, 264px);
  margin: 0;
}
.brand .plan_list:not(.-col1) {
  display: flex;
  flex-wrap: wrap;
}
.brand .plan_list:not(.-col1) dd {
  width: 50%;
  margin-top: 3em;
  border-right: solid 1px #cdcdcd;
}
.brand .plan_list:not(.-col1) dd:nth-child(even) {
  border-left: solid 1px #cdcdcd;
}
@media screen and (max-width: 1279px) {
  .brand .plan_nav li span {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 840px) {
  .brand .plan_nav {
    flex-wrap: wrap;
  }
  .brand .plan_nav li {
    width: 50%;
    margin: 0 0 2em;
  }
  .brand .plan_nav li:nth-child(even) {
    border-right: solid 1px #000;
  }
  .brand .plan_nav li span {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 580px) {
  .brand .plan_subttl {
    margin-top: 3em;
  }
  .brand .plan_list {
    display: block;
  }
  .brand .plan_list dt span {
    padding-top: 0.2em;
    font-size: 1.2em;
  }
  .brand .plan_list dd {
    width: 100%;
    margin: 0 0 2em;
    padding: 0 0 2em;
    border: none;
    border-bottom: solid 1px #cdcdcd;
  }
  .brand .plan_list dd:nth-child(even) {
    border-left: none;
  }
  .brand .plan_list dd figure {
    margin: 10% 0;
  }
  .brand .plan_list dd figure:not(:first-child) {
    margin-top: 20%;
  }
  .brand .plan_list dd.-col3 {
    display: block;
    margin-top: 0;
    border: none;
    border-bottom: solid 1px #cdcdcd;
  }
  .brand .plan_list dd.-col3 figure {
    width: 50%;
    margin: 15% auto;
  }
  .brand .plan_list:not(.-col1) {
    display: block;
  }
  .brand .plan_list:not(.-col1) dd {
    width: 100%;
    margin: 0 0 2em;
    padding: 0 0 2em;
    border: none;
    border-bottom: solid 1px #cdcdcd;
  }
  .brand .plan_list:not(.-col1) dd:nth-child(even) {
    border-left: none;
  }
  .brand .plan_text {
    margin-bottom: 3em;
  }
}
.brand .brandList_title {
  margin-bottom: 10%;
  padding-left: 0.2em;
  text-align: center;
  font-size: 3em;
  letter-spacing: 0.2em;
}
.brand .brandList_list {
  display: flex;
  justify-content: space-between;
}
.brand .brandList_list.-col2 li {
  width: 48.3333%;
}
.brand .brandList_list.-col3 li {
  width: 32%;
}
.brand .brandList_list li a {
  position: relative;
  display: block;
  overflow: hidden;
}
.brand .brandList_list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.3s ease-out;
}
.brand .brandList_list li a:hover::before {
  transform: scale(1.05);
}
.brand .brandList_list li a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #231815;
  mix-blend-mode: multiply;
  opacity: 0.3;
  transition: opacity 0.3s ease-out;
}
.brand .brandList_list li a:hover::after {
  opacity: 0;
}
.brand .brandList_list li a img {
  position: relative;
  z-index: 1;
}
.brand .brandList--inishie a::before {
  background-image: url(/assets/images/thumb01_img.jpg);
}
.brand .brandList--nor a::before {
  background-image: url(/assets/images/thumb02_img.jpg);
}
.brand .brandList--muni a::before {
  background-image: url(/assets/images/thumb03_img.jpg);
}
@media screen and (max-width: 840px) {
  .brand .brandList_title {
    font-size: 2em;
  }
}
@media screen and (max-width: 580px) {
  .brand .brandList_list.-col3 {
    flex-wrap: wrap;
  }
  .brand .brandList_list.-col3 li {
    width: 48.3333%;
    margin-bottom: 3.4%;
  }
  .brand .brandList_list.-col3 li:last-child {
    margin: 0 auto;
  }
}

/* brand */
/* ========================================
/works/
======================================== */
.works {
  /* Detail
  ------------------------------ */
}
.works .hero.-large::before {
  content: "";
  display: block;
  width: 100%;
  height: min(76vh, 980px);
  background: url(/assets/images/works/hero_img_l.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 840px) {
  .works .hero.-large::before {
    height: min(80vw, 400px);
  }
}
@media screen and (max-width: 580px) {
  .works .hero.-large::before {
    height: min(80vw, 50vh);
  }
}
.works .hero.-small::before {
  content: "";
  display: block;
  width: 100%;
  height: min(36vw, 680px);
  background: url(/assets/images/works/hero_img_s.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 840px) {
  .works .hero.-small::before {
    height: min(40vw, 300px);
  }
}
@media screen and (max-width: 580px) {
  .works .hero.-small::before {
    height: min(50vw, 40vh);
  }
}
.works .hero_inner {
  padding: 10% 0;
  text-align: center;
}
.works .hero_inner .works_title {
  padding-left: 0.3em;
  font-size: 3em;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 840px) {
  .works .hero_inner .works_title {
    font-size: 2.4em;
  }
}
.works_list {
  width: min(90%, 1500px);
  margin: 0 auto 10%;
  display: flex;
  flex-wrap: wrap;
}
.works_item {
  width: 31.3333333333%;
  margin: 0 3% 3% 0;
}
.works_item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 840px) {
  .works_item {
    width: 48.5%;
    margin-bottom: 8%;
  }
  .works_item:nth-child(3n) {
    margin-right: 3%;
  }
  .works_item:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 580px) {
  .works_item {
    width: 90%;
    margin: 0 auto 15%;
  }
  .works_item:nth-child(3n), .works_item:nth-child(even) {
    margin-right: auto;
  }
}
.works_item > a {
  display: block;
}
.works_item > a.hover .works_itemImg::before {
  opacity: 0;
}
.works_itemImg {
  position: relative;
  height: min(18.2172vw, 296px);
  overflow: hidden;
}
.works_itemImg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.works_itemImg::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #231815;
  mix-blend-mode: multiply;
  opacity: 0.2;
  transition: opacity 0.3s;
}
.works_itemImg > a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.3s ease-out;
}
.works_itemImg > a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 840px) {
  .works_itemImg {
    height: min(28.1979vw, 296px);
  }
}
@media screen and (max-width: 580px) {
  .works_itemImg {
    height: 52.326vw;
  }
}
.works_itemCat {
  margin-bottom: 1em;
  font-size: 1.4em;
}
.works_itemTtl {
  padding: 1em 0;
  line-height: 1.6;
  text-align: justify;
  font-size: 2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 580px) {
  .works_itemTtl {
    font-size: 1.6em;
  }
}
.works_itemTtl a {
  transition: opacity 0.3s;
}
.works_itemTtl a:hover {
  opacity: 0.5;
}
.works_itemTags li {
  display: inline-block;
  margin-bottom: 0.5em;
}
.works_itemTags li a {
  display: block;
  padding: 0.4em 2em;
  border-radius: 0.4em;
  background-color: #CDCDCD;
  text-align: center;
  font-size: 1.3em;
  transition: background-color 0.3s ease-out;
}
.works_itemTags li a:hover {
  background-color: #aaa;
}
.works_itemTags li a.works_itemTags-cat {
  background-color: #666;
  color: #fff;
}
.works_itemTags li a.works_itemTags-cat:hover {
  background-color: #454545;
}
@media screen and (max-width: 580px) {
  .works_itemTags li a {
    font-size: 1.1em;
  }
}
.worksDetail {
  width: min(80%, 1500px);
  margin: 10% auto;
  overflow: visible;
}
@media screen and (max-width: 840px) {
  .worksDetail {
    display: flex;
    flex-direction: column;
  }
  .worksDetail > section {
    order: 1;
  }
  .worksDetail-slide {
    order: 3;
  }
  .worksDetail-info {
    order: 2;
    margin-top: 10%;
  }
  .worksDetail-thumb {
    order: 4;
  }
  .worksDetail-button {
    order: 5;
  }
}
@media screen and (max-width: 580px) {
  .worksDetail {
    width: 86%;
    margin: 15% auto;
  }
}
.worksDetail-title {
  margin-bottom: 1.25em;
  line-height: 1.6;
  text-align: justify;
  font-size: 2.2em;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 840px) {
  .worksDetail-title {
    font-size: 2em;
  }
}
@media screen and (max-width: 580px) {
  .worksDetail-title {
    font-size: 1.8em;
  }
}
.worksDetail-text {
  line-height: 1.8;
  text-align: justify;
  font-size: 1.5em;
}
.worksDetail-slide {
  margin: 5% 0;
}
.worksDetail-slideItem > div {
  width: 100%;
  height: min(50vw, 900px);
}
.worksDetail-slideItem > div img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.worksDetail-slideItem figcaption {
  margin-top: 1em;
  font-size: 1.5em;
}
.worksDetail-slide .slick-arrow {
  position: absolute;
  z-index: 10;
  top: calc(45% - 25px);
  width: 50px;
  height: 0;
  padding-top: 50px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
.worksDetail-slide .slick-prev {
  left: -25px;
  background-image: url(/assets/images/works/slickPrev.svg);
}
.worksDetail-slide .slick-next {
  right: -25px;
  background-image: url(/assets/images/works/slickNext.svg);
}
@media screen and (max-width: 840px) {
  .worksDetail-slide .slick-arrow {
    top: calc(45% - 1.5em);
    width: 3em;
    padding-top: 3em;
  }
  .worksDetail-slide .slick-prev {
    left: -1.5em;
  }
  .worksDetail-slide .slick-next {
    right: -1.5em;
  }
}
.worksDetail-thumb .slick-track {
  width: 100% !important;
  transform: unset !important;
}
.worksDetail-thumbItem {
  width: 22% !important;
  height: clamp(50px, 10.56vw, 220px);
  margin: 0 4% 4% 0;
  opacity: 0.8;
  cursor: pointer;
  transition: opacity 0.3s;
  background-color: #ccc;
}
@media screen and (max-width: 580px) {
  .worksDetail-thumbItem {
    width: 24.25% !important;
    margin: 0 1% 1% 0;
  }
}
.worksDetail-thumbItem:nth-child(4n) {
  margin-right: 0;
}
.worksDetail-thumbItem:hover, .worksDetail-thumbItem.slick-current {
  opacity: 1;
}
.worksDetail-thumbItem img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.worksDetail-info {
  margin-bottom: 7%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1279px) {
  .worksDetail-info {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 580px) {
  .worksDetail-info {
    margin: 15% 0 10%;
  }
}
.worksDetail-data {
  width: 12%;
  border-right: solid 1px #000;
  border-left: solid 1px #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 1.5em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 840px) {
  .worksDetail-data {
    width: 30%;
  }
}
.worksDetail-brand {
  width: 26%;
  border-right: solid 1px #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 840px) {
  .worksDetail-brand {
    width: 70%;
  }
}
.worksDetail-brand p span {
  display: block;
  font-family: "Baskervville", serif;
  font-size: 1.4em;
  font-style: italic;
}
.worksDetail-brand p em {
  font-size: 2.8em;
  font-weight: 500;
  letter-spacing: 0.3em;
}
.worksDetail-outline {
  flex: 1;
  padding: 0 5%;
  border-right: solid 1px #000;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 840px) {
  .worksDetail-outline {
    width: 100%;
    margin-top: 5%;
    border-left: solid 1px #000;
  }
}
@media screen and (max-width: 580px) {
  .worksDetail-outline {
    display: block;
  }
}
.worksDetail-outline ul {
  min-width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.worksDetail-outline ul li {
  position: relative;
  width: 49%;
  margin: 0.25em 0;
  padding-left: 1.5em;
  line-height: 1.4;
  font-size: 1.6em;
}
.worksDetail-outline ul li::before {
  content: "■";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 580px) {
  .worksDetail-outline ul {
    display: block;
  }
  .worksDetail-outline ul li {
    width: 100%;
  }
}
.worksDetail-button {
  margin-top: 10%;
  text-align: center;
}
.worksDetail-button a {
  display: inline-block;
  width: min(60vw, 550px);
  border-radius: 0.3em;
  padding: 1em 1em 1em 1.2em;
  background-color: #D9D9D9;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.2em;
  transition: background-color 0.3s;
}
.worksDetail-button a:hover {
  background-color: #aaa;
}
@media screen and (max-width: 580px) {
  .worksDetail-button {
    margin-top: 20%;
  }
  .worksDetail-button a {
    font-size: 1.2em;
  }
}

/* ========================================
/muni/
======================================== */
.brand {
  /* hero
  ------------------------------ */
  /* Designer
  ------------------------------ */
  /* Collaboration
  ------------------------------ */
  /* Flower
  ------------------------------ */
}
.brand .hero_muni .hero_inner {
  width: min(90%, 1500px);
  margin: 15em auto 0;
}
.brand .hero_muni .hero_text {
  margin-bottom: 0.75em;
  font-size: 3em;
  letter-spacing: 0.3em;
  color: #595757;
}
.brand .hero_muni .hero_img {
  position: relative;
}
.brand .hero_muni .hero_catch {
  position: absolute;
  top: 39%;
  right: 12%;
  font-size: 2em;
  letter-spacing: 0.4em;
  color: #fff;
}
@media screen and (max-width: 580px) {
  .brand .hero_muni .hero_inner {
    margin-top: 10em;
  }
  .brand .hero_muni .hero_catch {
    font-size: 1.4em;
  }
}
.brand .opening_muni .opening_inner {
  width: min(90%, 1500px);
  text-align: left;
}
@media screen and (max-width: 580px) {
  .brand .opening_muni .opening_inner {
    width: 80%;
  }
}
.brand .designer {
  background-color: #000;
}
.brand .designer_inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.brand .designer_txt {
  flex: 1;
  margin-left: max((100% - 1500px) / 2, 5%);
  margin-right: 5%;
  padding: 10% 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: justify;
  color: #fff;
}
.brand .designer_title em {
  font-size: 3em;
  letter-spacing: 0.4em;
}
.brand .designer_title span {
  display: block;
  margin-top: 0.25em;
  font-family: "Baskervville", serif;
  font-style: italic;
  font-size: 1.6em;
}
.brand .designer_text {
  margin-top: 2em;
  line-height: 2;
  font-size: 1.5em;
}
.brand .designer_outline {
  max-width: 550px;
}
.brand .designer_profile {
  max-width: 400px;
  margin-top: 10%;
}
.brand .designer_profile dt em {
  font-size: 1.8em;
}
.brand .designer_profile dt span {
  margin-left: 1em;
  font-size: 1.2em;
}
.brand .designer_profile dd {
  margin-top: 1em;
  line-height: 1.6;
  font-size: 1.3em;
}
.brand .designer_img {
  width: min(32.2916666667%, 620px);
}
.brand .designer_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 840px) {
  .brand .designer_title em {
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 580px) {
  .brand .designer_inner {
    display: block;
    padding: 20% 0;
  }
  .brand .designer_txt {
    width: 80%;
    margin: 0 auto;
    padding-top: 0;
  }
  .brand .designer_title em {
    font-size: 2.6em;
  }
  .brand .designer_text {
    margin-top: 15%;
    font-size: 1.5em;
  }
  .brand .designer_profile {
    margin-top: 15%;
  }
  .brand .designer_img {
    width: 50%;
    margin: 0 auto;
  }
}
.brand .collabo_lead {
  margin-top: 2em;
  line-height: 2;
  font-size: 1.5em;
}
.brand .collabo_box {
  margin-top: 5%;
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  background-color: #eee;
}
.brand .collabo_txt {
  flex: 1;
  padding: min(5%, 50px);
  color: #595757;
}
.brand .collabo_subttl {
  margin-bottom: 2.5em;
}
.brand .collabo_subttl em {
  font-size: 2.4em;
  letter-spacing: 0.3em;
}
.brand .collabo_subttl span {
  margin-left: 0.5em;
  font-family: "Baskervville", serif;
  font-size: 1.8em;
  font-style: italic;
}
.brand .collabo_name {
  margin-bottom: 2.5em;
}
.brand .collabo_name dt {
  margin-bottom: 0.5em;
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: 0.2em;
}
.brand .collabo_name dd em {
  font-size: 2em;
  letter-spacing: 0.2em;
}
.brand .collabo_name dd span {
  margin-left: 1em;
  font-size: 1.2em;
  letter-spacing: 0.1em;
}
.brand .collabo_text {
  line-height: 1.6;
  font-size: 1.4em;
}
.brand .collabo_history {
  margin-top: 2em;
  line-height: 1.4;
  font-size: 1.2em;
}
.brand .collabo_img {
  width: 40%;
}
.brand .collabo_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 580px) {
  .brand .collabo_header {
    width: 80vw;
    margin: 0 auto;
  }
  .brand .collabo_box {
    display: block;
    width: 90vw;
    margin: 10% auto 0;
    padding: 8vw;
  }
  .brand .collabo_txt {
    width: 100%;
    margin: 0 0 10%;
    padding: 0;
  }
  .brand .collabo_img {
    width: 100%;
  }
}
.brand .flower {
  background-color: #F0F0E5;
}
.brand .flower_inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.brand .flower_txt {
  flex: 1;
  margin-left: max((100% - 1500px) / 2, 5%);
  margin-right: 5%;
  padding: min(10%, 150px) 0;
  display: flex;
  align-items: center;
}
.brand .flower_txtinner {
  flex: 1;
  margin-right: 7%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  text-align: justify;
}
.brand .flower_title em {
  font-size: 3em;
  letter-spacing: 0.4em;
}
.brand .flower_title span {
  display: block;
  margin-top: 1em;
  font-family: "Baskervville", serif;
  font-style: italic;
  font-size: 1.6em;
}
.brand .flower_text {
  margin-top: 2em;
  line-height: 2;
  font-size: 1.5em;
}
.brand .flower_profile {
  margin-top: 10%;
}
.brand .flower_profile dt em {
  font-size: 1.8em;
}
.brand .flower_profile dt span {
  margin-left: 1em;
  font-size: 1.2em;
}
.brand .flower_profile dd {
  margin-top: 1em;
  line-height: 1.6;
  font-size: 1.3em;
}
.brand .flower_profileimg {
  width: min(30%, 324px);
}
.brand .flower_img {
  width: 32.2916666667%;
  max-height: 900px;
  display: flex;
  flex-direction: column;
}
.brand .flower_img > div {
  height: 50%;
}
.brand .flower_img > div img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 840px) {
  .brand .flower_txt {
    display: block;
  }
  .brand .flower_txtinner {
    display: block;
    margin: 0;
  }
  .brand .flower_title em {
    letter-spacing: 0.2em;
  }
  .brand .flower_profile {
    float: left;
    width: 60%;
  }
  .brand .flower_profileimg {
    float: right;
    width: 35%;
    margin-top: 15%;
  }
}
@media screen and (max-width: 580px) {
  .brand .flower_inner {
    display: block;
    padding: 20% 0;
  }
  .brand .flower_txt {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .brand .flower_txtinner {
    width: 80%;
    margin: 0 auto;
  }
  .brand .flower_title em {
    font-size: 2.6em;
  }
  .brand .flower_text {
    margin-top: 15%;
  }
  .brand .flower_profile {
    float: none;
    width: 100%;
    margin-top: 15%;
  }
  .brand .flower_profileimg {
    float: none;
    width: 40%;
    margin: 5% auto 0;
  }
  .brand .flower_img {
    width: 90%;
    margin: 10% auto 0;
    display: block;
  }
  .brand .flower_img > div {
    margin-bottom: 5%;
  }
}

/* brand */
/* ========================================
/garden/
======================================== */
.brand {
  /* opening
  ------------------------------ */
  /* gardenimg
  ------------------------------ */
}
.brand .opening_garden .opening_title {
  width: 100%;
  margin: 0 0 8%;
  padding-left: 0.4em;
  text-align: center;
  font-size: 2.8em;
  letter-spacing: 0.4em;
}
.brand .opening_garden .opening_copy {
  padding-left: 0.1em;
  line-height: 2;
  font-size: 2em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 580px) {
  .brand .opening_garden .opening_copy {
    font-size: 1.8em;
  }
}
.brand .gardenimg {
  background-color: #F0F0E5;
}
.brand .gardenimg_inner {
  padding: 5% 0;
  text-align: center;
}
.brand .gardenimg_copy {
  padding-left: 0.1em;
  line-height: 2;
  font-size: 2em;
  letter-spacing: 0.1em;
}
.brand .gardenimg_copy span {
  display: inline-block;
}
.brand .gardenimg_text {
  margin-top: 2em;
  line-height: 2;
  font-size: 1.5em;
}
.brand .gardenimg_img01 {
  margin-top: 5%;
}
.brand .gardenimg_img01 img {
  display: block;
  width: 100%;
}
.brand .gardenimg_img02 {
  width: 70%;
  margin: 5% auto 0;
}
@media screen and (max-width: 840px) {
  .brand .gardenimg_inner {
    padding: 15% 0;
  }
  .brand .gardenimg_txt {
    width: 80vw;
    margin: 0 auto;
  }
  .brand .gardenimg_copy {
    font-size: 1.8em;
  }
  .brand .gardenimg_text {
    line-height: 2;
    font-size: 1.4em;
  }
  .brand .gardenimg_text span {
    display: inline-block;
  }
  .brand .gardenimg_img01 {
    margin-top: 10%;
  }
  .brand .gardenimg_img02 {
    width: 90%;
    margin-top: 10%;
  }
}

/* brand */
/* ========================================
/modelhouse/
======================================== */
.model {
  /* hero
  ------------------------------ */
  /* headline
  ------------------------------ */
  /* modelBox
  ------------------------------ */
  /* other
  ------------------------------ */
  /* area
  ------------------------------ */
}
.model .hero picture {
  display: block;
  height: min(76vh, 980px);
}
.model .hero picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1279px) {
  .model .hero picture {
    height: min(60vw, 980px);
  }
}
@media screen and (max-width: 840px) {
  .model .hero picture {
    height: min(80vw, 400px);
  }
}
@media screen and (max-width: 580px) {
  .model .hero picture {
    height: min(80vw, 50vh);
  }
}
.model .headline_inner {
  width: min(86%, 1220px);
  margin: 10% auto 5%;
  font-family: "Yu Mincho", "YuMincho", serif;
}
.model .headline_title {
  margin: min(9.375%, 180px) 0 2em;
  text-align: center;
  font-size: 3em;
  letter-spacing: 0.2em;
}
.model .headline_copy {
  margin-bottom: 1.25em;
  line-height: 1.6;
  font-size: 2.5em;
  letter-spacing: 0.1em;
  color: #595857;
}
.model .headline_text {
  line-height: 1.8;
  font-size: 1.5em;
  color: #595857;
}
.model .headline_flex {
  display: flex;
}
.model .headline_button {
  margin-left: 5em;
}
.model .headline_button a {
  display: block;
  min-width: 20em;
  padding: 1em;
  border: solid 1px #D9D9D9;
  border-radius: 0.2em;
  background-color: #D9D9D9;
  text-align: center;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  transition: 0.3s;
}
.model .headline_button a:hover {
  border-color: #808080;
  background-color: #fff;
}
@media screen and (max-width: 840px) {
  .model .headline_title {
    font-size: 2.4em;
  }
  .model .headline_copy {
    font-size: 2em;
  }
  .model .headline_flex {
    display: block;
  }
  .model .headline_button {
    margin: 0;
  }
  .model .headline_button a {
    width: min(70%, 300px);
    min-width: initial;
    margin: 2em auto 0 !important;
  }
}
.model .modelBox {
  width: min(86%, 1500px);
  margin: 0 auto;
}
.model .modelBox_inner {
  display: flex;
  padding: 8% 0;
  border-bottom: solid 1px #595857;
}
.model .modelBox_body {
  flex: 1;
  line-height: 1.8;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}
.model .modelBox_title {
  display: flex;
  align-items: center;
  margin-bottom: 2em;
  font-weight: 400;
}
.model .modelBox_title.forsp {
  display: none;
}
.model .modelBox_title em {
  margin-right: 0.75em;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 1.8em;
  letter-spacing: 0.2em;
}
.model .modelBox_title span {
  font-size: 0.8em;
}
.model .modelBox_outline > dt {
  float: left;
  width: 4.5em;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.model .modelBox_outline > dd {
  padding-left: 6em;
}
.model .modelBox_address dt {
  display: inline-block;
  margin-right: 2em;
}
.model .modelBox_address dt span {
  display: inline-block;
}
.model .modelBox_address dt span:first-child::before {
  content: "";
  display: inline-block;
  width: 1.25em;
  height: 1em;
  background: url(/assets/images/modelhouse/icon_address.svg) left center/contain no-repeat;
}
.model .modelBox_address dd {
  display: inline-block;
}
.model .modelBox_address dd a {
  text-decoration: underline;
}
.model .modelBox_address dd::after {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 0.9em;
  height: 0.9em;
  margin-left: 0.5em;
  background: url(/assets/images/modelhouse/icon_exlink.svg) center center/contain no-repeat;
}
.model .modelBox_notes {
  position: relative;
  margin-top: 1em;
  padding-left: 1.25em;
  line-height: 1.6;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 0.86em;
  font-weight: 400;
}
.model .modelBox_notes::before {
  content: "※";
  position: absolute;
  left: 0;
}
.model .modelBox_button {
  margin-top: 3em;
  display: flex;
}
.model .modelBox_button li {
  font-size: 1.1em;
}
.model .modelBox_button li:not(:last-child) {
  margin-right: 1em;
}
.model .modelBox_tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
}
.model .modelBox_tag li {
  margin: 0 0.5em 0.5em 0;
}
.model .modelBox_tag li a {
  display: inline-block;
  min-width: 10em;
  padding: 0 1em;
  border: solid 1px #595857;
  border-radius: 0.2em;
  line-height: 2;
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 0.9em;
  font-weight: 400;
}
.model .modelBox_tag li a:not([href="#"]) {
  border-color: #D9D9D9;
  background-color: #D9D9D9;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.model .modelBox_tag li a:not([href="#"])::before {
  content: "";
  width: 0.4em;
  height: 1em;
  margin-right: 0.75em;
  background: url(/assets/images/modelhouse/icon_arrow02.svg) center center/contain no-repeat;
}
.model .modelBox_tag li a:not([href="#"]):hover {
  border-color: #595857;
}
.model .modelBox_image {
  width: 40%;
  margin-right: 5.2083333333%;
}
.model .modelBox_slideItem img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.model .modelBox .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 1em;
}
.model .modelBox .slick-dots li button {
  width: 0.8em;
  height: 0;
  margin: 0 0.4em;
  padding-top: 0.8em;
  overflow: hidden;
  border-radius: 50%;
  background-color: #CDCDCD;
}
.model .modelBox .slick-dots li.slick-active button {
  background-color: #7A7979;
}
@media screen and (max-width: 840px) {
  .model .modelBox_inner {
    display: block;
    padding: min(20%, 7em) 0;
  }
  .model .modelBox + .modelBox .modelBox_inner {
    margin-bottom: 7em;
    border-bottom: solid 1px #595857;
  }
  .model .modelBox_body {
    font-size: 1.3em;
  }
  .model .modelBox_title.forsp {
    display: flex;
    font-size: 1.2em;
  }
  .model .modelBox_title.forpc {
    display: none;
  }
  .model .modelBox_outline > dd {
    margin-bottom: 0.5em;
  }
  .model .modelBox_button {
    display: block;
  }
  .model .modelBox_button li {
    margin: 0 !important;
    font-size: 1em;
  }
  .model .modelBox_tag li a {
    font-size: 0.8em;
  }
  .model .modelBox_image {
    width: 100%;
    margin: 0 auto 8% !important;
  }
}
.model .contactTel {
  margin-top: 5%;
  padding: 4% 2.5%;
  border: solid 1px #595857;
}
.model .contactTel_title {
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 2em;
}
.model .contactTel_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.model .contactTel_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 1.6em;
  font-weight: 700;
}
.model .contactTel_list:not(:last-child) {
  margin-right: 3em;
}
.model .contactTel_list dt {
  margin-right: 1em;
  padding: 0 0.5em;
  background-color: #595857;
  line-height: 1.6;
  color: #fff;
}
.model .contactTel_list dd {
  font-size: 1.3em;
}
@media screen and (max-width: 840px) {
  .model .contactTel {
    padding: 5%;
    text-align: center;
  }
  .model .contactTel_inner {
    display: block;
  }
  .model .contactTel_list {
    margin: 1em 0 0;
  }
  .model .contactTel_list:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 580px) {
  .model .contactTel {
    margin-top: 5em;
  }
  .model .contactTel_title {
    margin-bottom: 1em;
    font-size: 1.5em;
  }
  .model .contactTel_list {
    font-size: 1.2em;
  }
}
.model .other .headline_inner {
  margin-bottom: 0;
}
@media screen and (max-width: 840px) {
  .model .other .headline_inner {
    margin-top: 0;
  }
}
.model .area_inner {
  position: relative;
  width: min(86%, 1220px);
  margin: 10% auto;
}
.model .area_text {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.model .area_button {
  display: inline-block;
  margin-top: 2em;
}
.model .area_button .model_button {
  padding: 0.8em 1em;
  font-size: 1.5em;
  font-weight: 700;
}
.model .area_banner a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(70%, 33em);
  margin: 0 auto;
  padding: 3em 1em;
  border: solid 1px #595857;
  background: url(/assets/images/modelhouse/bnr_event.jpg) center center/cover no-repeat;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #fff;
}
.model .area_banner a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #595857;
  mix-blend-mode: multiply;
  opacity: 0.5;
  transition: opacity 0.3s;
}
.model .area_banner a span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.model .area_banner a span::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  margin-right: 1em;
  background: url(/assets/images/modelhouse/icon_arrow01_w.svg) center center/contain no-repeat;
}
.model .area_banner a:hover::before {
  opacity: 0.7;
}
@media screen and (max-width: 840px) {
  .model .area_text {
    position: static;
    width: 100%;
  }
  .model .area_button {
    display: block;
  }
  .model .area_button .model_button {
    width: min(100%, 460px);
    margin-left: 0 !important;
    letter-spacing: 0.1em;
  }
  .model .area_banner a {
    font-size: 1.6em;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 580px) {
  .model .area_inner {
    margin: 20% auto;
  }
  .model .area_banner {
    width: 100%;
  }
  .model .area_banner a {
    width: min(100%, 33em);
    margin: 0 auto;
    padding: 2em 0;
  }
}
.model a.model_button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 16em;
  padding: 0.5em 0;
  border-radius: 0.2em;
  border: solid 1px #D9D9D9;
  background-color: #D9D9D9;
  letter-spacing: 0.2em;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  color: #4C4C4C;
  transition: 0.3s;
}
.model a.model_button:hover {
  border-color: #808080;
  background-color: #fff;
}
.model a.model_button::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  margin-right: 1em;
  background: url(/assets/images/modelhouse/icon_arrow01_g.svg) center center/contain no-repeat;
}
@media screen and (max-width: 840px) {
  .model a.model_button {
    width: min(70%, 300px);
    min-width: initial;
    margin: 1em auto !important;
    font-size: 1em;
  }
}/*# sourceMappingURL=style.css.map */