@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&family=Heebo:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&family=Roboto:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Damion&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');
/*--------------------------------------------------------------
  reset.css
--------------------------------------------------------------*/
/***
    The new CSS reset - version 1.9 (last updated 19.6.2023)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

/*--------------------------------------------------------------
base.css
--------------------------------------------------------------*/
body {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #333333;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}

a {
  display: inline-block;
  height: auto;
  text-decoration: none;
}

figure {
  margin: 0;
}

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

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.is-sp {
  display: block;
}

.is-pc {
  display: none;
}

@media (768px <= width) {
  .is-sp {
    display: none;
  }
  .is-pc {
    display: block;
  }
}
/*--------------------------------------------------------------
  header
--------------------------------------------------------------*/
.l-header {
  background-color: #333333;
  width: 100%;
  height: 13.3333333333vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  transition: background-color 0.3s ease-out;
}
.l-header > .is-sp {
  height: 100%;
}
.l-header.transparent {
  background-color: transparent;
}
.l-header.transparent .logo a {
  color: #333333;
}
.l-header.transparent .link a {
  color: #333333;
}
.l-header.transparent .link .arrow:nth-of-type(1) {
  opacity: 0;
  visibility: hidden;
}
.l-header.transparent .link .arrow:nth-of-type(2) {
  opacity: 1;
  visibility: visible;
}
.l-header.transparent .nav-open-button {
  border: solid 1px #333333;
}
.l-header.transparent .nav-open-button::before, .l-header.transparent .nav-open-button::after {
  background-color: #333333;
}
.l-header .inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 92vw;
  height: 100%;
  margin-inline: auto;
}
.l-header .logo a {
  font-family: "Heebo", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 500;
  color: #ffffff;
  transition: color 0.3s ease-out;
}
.l-header .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 5.3333333333vw;
       column-gap: 5.3333333333vw;
}
.l-header .link a {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.4166666667;
  color: #ffffff;
  padding-right: 3.7333333333vw;
  position: relative;
  transition: color 0.3s ease-out;
}
.l-header .link .arrow {
  line-height: 1;
  width: 1.6vw;
  position: absolute;
  top: 0.8vw;
  right: 0;
  transition: all 0.3s ease-out;
}
.l-header .link .arrow:nth-of-type(1) {
  opacity: 1;
  visibility: visible;
}
.l-header .link .arrow:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
}
.l-header .nav-open-button {
  border: solid 1px #fff;
  width: 10.1333333333vw;
  aspect-ratio: 1/1;
  position: relative;
  transition: border-color 0.3s ease-out;
}
.l-header .nav-open-button::before, .l-header .nav-open-button::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 4.6666666667vw;
  height: 1.5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: background-color 0.3s ease-out;
}
.l-header .nav-open-button::before {
  top: 3.7333333333vw;
}
.l-header .nav-open-button::after {
  bottom: 3.7333333333vw;
}
.l-header .nav-container {
  background-color: #fff;
  width: 100%;
  height: 100vh;
  padding-top: 17.8666666667vw;
  padding-bottom: 40vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateX(110%);
  transition: transform 0.5s ease-out;
  overflow-y: scroll;
}
.l-header .nav-container.is-show {
  transform: translateX(0);
}
.l-header .nav-container .nav-logo {
  width: 170px;
  position: absolute;
  top: 3.6266666667vw;
  left: 4vw;
}
.l-header .nav-container .nav-close-button {
  width: 7.4666666667vw;
  height: 5.0666666667vw;
  position: absolute;
  top: 7.4666666667vw;
  right: 8vw;
}
.l-header .nav-container .nav-close-button::before, .l-header .nav-container .nav-close-button::after {
  content: "";
  display: block;
  background-color: #3695E5;
  width: 9.0666666667vw;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.l-header .nav-container .nav-close-button::before {
  transform: translate(-50%, -50%) rotateZ(35deg);
}
.l-header .nav-container .nav-close-button::after {
  transform: translate(-50%, -50%) rotateZ(-35deg);
}
.l-header .nav-container .banner {
  display: flex;
  justify-content: center;
}
.l-header .nav-container .banner a {
  width: 84vw;
}
.l-header .nav-container .panel-container {
  display: grid;
  grid-template-columns: repeat(2, 41.3333333333vw);
  gap: 1.3333333333vw;
  width: 84vw;
  margin-top: 2.6666666667vw;
  margin-inline: auto;
}
.l-header .nav-container .panel-container .panel01 a {
  background-image: url("/wp-content/themes/clonos-home/assets/img/nav-panel01.png");
}
.l-header .nav-container .panel-container .panel02 a {
  background-image: url("/wp-content/themes/clonos-home/assets/img/nav-panel02.png");
}
.l-header .nav-container .panel-container .panel03 a {
  background-image: url("/wp-content/themes/clonos-home/assets/img/nav-panel03.png");
}
.l-header .nav-container .panel-container .panel04 a {
  background-image: url("/wp-content/themes/clonos-home/assets/img/nav-panel04.png");
}
.l-header .nav-container .panel-container .panel a {
  display: flex;
  justify-content: center;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  width: 100%;
  padding-top: 6.6666666667vw;
  padding-bottom: 8.2666666667vw;
  position: relative;
  overflow: hidden;
}
.l-header .nav-container .panel-container .panel a::before {
  content: "";
  display: block;
  background-color: rgba(51, 51, 51, 0.55);
  border-radius: 5px;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.l-header .nav-container .panel-container .panel a span {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.4285714286;
  text-align: center;
  color: #ffffff;
  padding-top: 3.7333333333vw;
  position: relative;
  z-index: 1;
}
.l-header .nav-container .list-container {
  width: 84vw;
  margin-top: 2.6666666667vw;
  margin-inline: auto;
}
.l-header .nav-container .list-container .item a {
  display: inline-block;
  font-size: 4.2666666667vw;
  font-weight: 500;
  background-image: url("/wp-content/themes/clonos-home/assets/img/nav-line-blue.svg");
  background-size: 100% auto;
  background-position: 0 100%;
  background-repeat: no-repeat;
  width: 100%;
  padding-block: 2.6666666667vw;
  position: relative;
}
.l-header .nav-container .list-container .item a .arrow {
  width: 1.6vw;
  position: absolute;
  top: 50%;
  right: 2.1333333333vw;
  transform: translateY(-50%);
}
.l-header .nav-container .tel {
  margin-top: 4.5333333333vw;
  margin-left: 4vw;
}
.l-header .nav-container .tel a {
  font-family: "Roboto", sans-serif;
  font-size: 7.7333333333vw;
  font-weight: 500;
  line-height: 1.3103448276;
  color: #3695E5;
  padding-left: 8.16vw;
  position: relative;
}
.l-header .nav-container .tel .icon {
  width: 5.6vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotateZ(16deg);
}
.l-header .nav-container .nav-float {
  display: flex;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.8);
  width: 100%;
  height: 20vw;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.l-header .nav-container .nav-float .list {
  display: grid;
  grid-template-columns: repeat(3, 30.6666666667vw);
  align-items: center;
  -moz-column-gap: 1.3333333333vw;
       column-gap: 1.3333333333vw;
  width: 94.6666666667vw;
  margin-inline: auto;
}
.l-header .nav-container .nav-float .item a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.3333333333vw;
       column-gap: 1.3333333333vw;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.4;
  color: #ffffff;
  background-color: #3798E2;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(51, 51, 51, 0.16);
  width: 100%;
  padding-block: 4.5333333333vw;
}
.l-header .nav-container .nav-float .item .icon {
  width: 5.6vw;
}

@media (768px <= width) {
  .l-header {
    background-color: #ffffff;
    height: min(140px, 9.7222222222vw);
  }
  .l-header.transparent {
    background-color: #ffffff;
  }
  .l-header .inner {
    display: block;
    width: 100%;
  }
  .l-header .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 97.9166666667vw;
    height: min(90px, 6.25vw);
    margin-inline: auto;
  }
  .l-header .logo-container a {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    -moz-column-gap: min(14px, 0.9722222222vw);
         column-gap: min(14px, 0.9722222222vw);
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .l-header .logo-container a:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .l-header .logo-container .logo {
    width: 235px;
  }
  .l-header .logo-container .catch {
    font-size: min(16px, 1.1111111111vw);
    font-weight: 700;
    letter-spacing: 0em;
    margin-block: min(6.7px, 0.4652777778vw);
  }
  .l-header .link-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: min(10px, 0.6944444444vw);
         column-gap: min(10px, 0.6944444444vw);
  }
  .l-header .link-container .tel {
    font-family: "Roboto", sans-serif;
    font-size: min(29px, 2.0138888889vw);
    font-weight: 500;
    line-height: 1.3103448276;
    color: #3798E2;
    padding-left: min(30px, 2.0833333333vw);
    position: relative;
  }
  .l-header .link-container .tel .icon {
    width: min(21px, 1.4583333333vw);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotateZ(16deg);
  }
  .l-header .link-container .button a {
    font-size: min(15px, 1.0416666667vw);
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #ffffff;
    background-color: #3598E6;
    border-radius: min(5px, 0.3472222222vw);
    box-shadow: 0 5px 10px rgba(85, 85, 85, 0.16);
    padding-block: min(17px, 1.1805555556vw);
    padding-inline: min(44px, 3.0555555556vw);
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .l-header .link-container .button a:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .l-header .bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333333;
    height: min(50px, 3.4722222222vw);
  }
  .l-header .bottom .list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    -moz-column-gap: min(60px, 4.1666666667vw);
         column-gap: min(60px, 4.1666666667vw);
  }
  .l-header .bottom .item a {
    font-size: min(16px, 1.1111111111vw);
    font-weight: 500;
    color: #ffffff;
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .l-header .bottom .item a:hover {
    opacity: 0.7;
  }
}
/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/
.l-footer {
  background-color: #333333;
  padding-top: 3.2vw;
  padding-bottom: 24.5333333333vw;
}
.l-footer .catch {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-footer .catch .home-link .top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  -moz-column-gap: 0.8vw;
       column-gap: 0.8vw;
  font-size: 9.6vw;
  font-weight: 900;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
.l-footer .catch .home-link .top span:first-of-type {
  font-size: 16.5333333333vw;
}
.l-footer .catch .home-link .top span:nth-of-type(2) {
  padding-bottom: 2.4vw;
}
.l-footer .catch .home-link .bottom {
  font-size: 4.2666666667vw;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
  margin-top: 3.2vw;
}
.l-footer .catch .list-container {
  margin-top: 2.6666666667vw;
}
.l-footer .catch .list-container .list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2.6666666667vw;
       column-gap: 2.6666666667vw;
}
.l-footer .catch .list-container .item a {
  width: 9.3333333333vw;
  aspect-ratio: 1/1;
}
.l-footer .image-list {
  margin-top: 6.6666666667vw;
}
.l-footer .image-list .list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.l-footer .image-list .item {
  width: 24.5333333333vw;
}
.l-footer .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2.1333333333vw;
  margin-top: 6.6666666667vw;
}
.l-footer .info a {
  font-size: 9.0666666667vw;
  font-weight: 500;
  line-height: 1.4411764706;
  font-weight: 500;
  color: #fff;
  padding-inline: 8.8vw;
  position: relative;
}
.l-footer .info .icon {
  width: 6.1333333333vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotateZ(16deg);
}
.l-footer .info .text {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.4166666667;
  color: #fff;
}
.l-footer .menu {
  width: 92vw;
  margin-top: 8vw;
  margin-inline: auto;
}
.l-footer .menu .list {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  row-gap: 5.3333333333vw;
}
.l-footer .menu .item {
  padding-left: 2.8vw;
  position: relative;
}
.l-footer .menu .item::before {
  content: "";
  display: inline;
  background-color: #fff;
  width: 1.3333333333vw;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.l-footer .menu .item a {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.4;
  color: #FFFFFF;
}
.l-footer .privacy {
  font-size: 3.4666666667vw;
  line-height: 1.4615384615;
  color: #FFFFFF;
  text-decoration: underline;
  margin-top: 16vw;
  margin-left: 4vw;
}
.l-footer .company {
  font-family: "Heebo", sans-serif;
  font-size: 5.8666666667vw;
  font-weight: 500;
  line-height: 1.4545454545;
  letter-spacing: 0em;
  text-align: center;
  color: #FFFFFF;
  margin-top: 17.3333333333vw;
}
.l-footer .copy {
  font-family: "Chillax", sans-serif;
  font-size: 3.2vw;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  margin-top: 4.8vw;
}

@media (768px <= width) {
  .l-footer {
    padding-top: 0;
    padding-bottom: 0;
  }
  .l-footer .inner {
    width: 89.5833333333vw;
    margin-inline: auto;
  }
  .l-footer .top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: repeat(2, auto);
    row-gap: min(16px, 1.1111111111vw);
    padding-top: min(22px, 1.5277777778vw);
    padding-bottom: min(20px, 1.3888888889vw);
  }
  .l-footer .logo {
    justify-self: flex-start;
  }
  .l-footer .logo a {
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .l-footer .logo a:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .l-footer .logo .catch {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    -moz-column-gap: min(3px, 0.2083333333vw);
         column-gap: min(3px, 0.2083333333vw);
    font-size: min(36px, 2.5vw);
    font-weight: 900;
    line-height: 1.4444444444;
    letter-spacing: 0.1em;
    color: #FFFFFF;
  }
  .l-footer .logo .catch span:first-of-type {
    font-size: min(62px, 4.3055555556vw);
    line-height: 1.4516129032;
  }
  .l-footer .logo .catch span:nth-of-type(2) {
    padding-bottom: min(9px, 0.625vw);
  }
  .l-footer .logo .text {
    font-size: min(16px, 1.1111111111vw);
    font-weight: 500;
    color: #FFFFFF;
  }
  .l-footer .info {
    justify-self: flex-start;
    grid-column: 1;
    grid-row: 2;
    row-gap: min(10px, 0.6944444444vw);
    margin-top: 0;
  }
  .l-footer .info .tel {
    font-size: min(34px, 2.3611111111vw);
    font-weight: 500;
    line-height: 1.4411764706;
    font-weight: 500;
    color: #fff;
    padding-inline: min(33px, 2.2916666667vw);
    position: relative;
  }
  .l-footer .info .icon {
    width: min(23px, 1.5972222222vw);
  }
  .l-footer .info .text {
    font-size: min(12px, 0.8333333333vw);
  }
  .l-footer .menu {
    grid-column: 2;
    grid-row: 1/-1;
    justify-self: end;
    width: auto;
    margin-top: min(30px, 2.0833333333vw);
    margin-right: min(172px, 11.9444444444vw);
  }
  .l-footer .menu .list {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(3, auto);
    -moz-column-gap: min(50px, 3.4722222222vw);
         column-gap: min(50px, 3.4722222222vw);
    row-gap: min(25px, 1.7361111111vw);
  }
  .l-footer .menu .item {
    padding-left: min(11.5px, 0.7986111111vw);
  }
  .l-footer .menu .item:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .l-footer .menu .item:nth-of-type(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .l-footer .menu .item:nth-of-type(3) {
    grid-column: 3;
    grid-row: 1;
  }
  .l-footer .menu .item:nth-of-type(4) {
    grid-column: 1;
    grid-row: 2;
  }
  .l-footer .menu .item:nth-of-type(5) {
    grid-column: 2;
    grid-row: 2;
  }
  .l-footer .menu .item:nth-of-type(6) {
    grid-column: 3;
    grid-row: 2;
  }
  .l-footer .menu .item:nth-of-type(7) {
    grid-column: 1;
    grid-row: 3;
  }
  .l-footer .menu .item:nth-of-type(8) {
    grid-column: 2;
    grid-row: 3;
  }
  .l-footer .menu .item:nth-of-type(9) {
    grid-column: 3;
    grid-row: 3;
  }
  .l-footer .menu .item::before {
    width: min(5px, 0.3472222222vw);
  }
  .l-footer .menu .item a {
    font-size: min(15px, 1.0416666667vw);
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .l-footer .menu .item a:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .l-footer .sns-list {
    grid-column: 3;
    grid-row: 1;
    margin-top: min(15px, 1.0416666667vw);
  }
  .l-footer .sns-list .list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    -moz-column-gap: min(10px, 0.6944444444vw);
         column-gap: min(10px, 0.6944444444vw);
  }
  .l-footer .sns-list .item a {
    width: min(35px, 2.4305555556vw);
    aspect-ratio: 1/1;
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .l-footer .sns-list .item a:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .l-footer .bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: min(10px, 0.6944444444vw);
    padding-top: min(15px, 1.0416666667vw);
    padding-bottom: min(10px, 0.6944444444vw);
    position: relative;
  }
  .l-footer .bottom::before {
    content: "";
    display: block;
    background-color: #8D8D8D;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .l-footer .company {
    font-size: min(17px, 1.1805555556vw);
    line-height: 1.4705882353;
    margin-top: 0;
  }
  .l-footer .copy {
    font-size: min(12px, 0.8333333333vw);
    line-height: 1.3333333333;
    margin-top: 0;
  }
  .l-footer .privacy {
    font-size: min(13px, 0.9027777778vw);
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    right: 0;
    bottom: min(10px, 0.6944444444vw);
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .l-footer .privacy:hover {
    opacity: 0.7;
  }
}
/*--------------------------------------------------------------
  main
--------------------------------------------------------------*/
.l-main {
  padding-top: 13.3333333333vw;
  overflow: hidden;
}
.l-main > .inner {
  position: relative;
}

@media (768px <= width) {
  .l-main {
    padding-top: min(140px, 9.7222222222vw);
  }
}
/*--------------------------------------------------------------
  animation
--------------------------------------------------------------*/
@keyframes modal-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*--------------------------------------------------------------
  page-title
--------------------------------------------------------------*/
.c-page-title {
  padding-top: 6.6666666667vw;
}
.c-page-title .inner {
  width: 89.3333333333vw;
  margin-inline: auto;
}
.c-page-title .title {
  font-size: 6.9333333333vw;
  font-weight: 700;
  line-height: 1.4230769231;
  text-align: center;
}
.c-page-title .bread-list {
  margin-top: 0.5333333333vw;
}
.c-page-title .bread-list .list {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 6.4vw;
       column-gap: 6.4vw;
}
.c-page-title .bread-list .item a {
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
  text-decoration: underline;
  position: relative;
}
.c-page-title .bread-list .item .arrow {
  width: 1.6vw;
  margin-left: 2.4vw;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}

@media (768px <= width) {
  .c-page-title {
    padding-top: min(25px, 1.7361111111vw);
  }
  .c-page-title .inner {
    width: min(1290px, 89.5833333333vw);
  }
  .c-page-title .title {
    font-size: min(40px, 2.7777777778vw);
    line-height: 1.45;
  }
  .c-page-title .bread-list {
    margin-top: 0;
  }
  .c-page-title .bread-list .list {
    -moz-column-gap: min(24px, 1.6666666667vw);
         column-gap: min(24px, 1.6666666667vw);
  }
  .c-page-title .bread-list .item a {
    font-size: min(14px, 0.9722222222vw);
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .c-page-title .bread-list .item a:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .c-page-title .bread-list .item .arrow {
    width: min(6px, 0.4166666667vw);
    margin-left: min(9px, 0.625vw);
  }
}
/*--------------------------------------------------------------
  section-title
--------------------------------------------------------------*/
.c-section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("/wp-content/themes/clonos-home/assets/img/section-title-deco-black.svg");
  background-size: 9.0666666667vw auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-top: 6.4vw;
}
.c-section-title .title {
  font-size: 6.6666666667vw;
  font-weight: 500;
  line-height: 1.44;
  text-align: center;
}

@media (768px <= width) {
  .c-section-title {
    background-size: min(53px, 3.6805555556vw) auto;
    padding-top: min(39px, 2.7083333333vw);
  }
  .c-section-title .title {
    font-size: min(35px, 2.4305555556vw);
    line-height: 1.4571428571;
  }
}
.c-section-title-blue {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("/wp-content/themes/clonos-home/assets/img/section-title-deco-blue.svg");
  background-size: 9.0666666667vw auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-top: 6.4vw;
}
.c-section-title-blue .title {
  font-size: 6.9333333333vw;
  font-weight: 500;
  line-height: 1.4230769231;
  text-align: center;
  color: #3798E2;
}

@media (768px <= width) {
  .c-section-title-blue {
    background-size: min(53px, 3.6805555556vw) auto;
    padding-top: min(39px, 2.7083333333vw);
  }
  .c-section-title-blue .title {
    font-size: min(35px, 2.4305555556vw);
    line-height: 1.4571428571;
  }
}
/*--------------------------------------------------------------
  button
--------------------------------------------------------------*/
.c-button {
  width: 84vw;
  margin-inline: auto;
}
.c-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
  text-align: center;
  color: #ffffff;
  background-color: #3798E2;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(167, 143, 63, 0.16);
  padding-block: 6.5333333333vw;
  position: relative;
}
.c-button a::after {
  content: "";
  display: block;
  border: solid 1px #ffffff;
  border-radius: 8px;
  width: 81.3333333333vw;
  height: 17.3333333333vw;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
}
.c-button .button-text {
  position: relative;
  z-index: 1;
}
.c-button .arrow {
  line-height: 1;
  width: 5.0666666667vw;
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}

@media (768px <= width) {
  .c-button {
    width: min(280px, 19.4444444444vw);
  }
  .c-button a {
    font-size: min(18px, 1.25vw);
    padding-block: min(25px, 1.7361111111vw);
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .c-button a:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .c-button a::after {
    width: min(270px, 18.75vw);
    height: min(66px, 4.5833333333vw);
  }
  .c-button .arrow {
    width: min(20px, 1.3888888889vw);
  }
}
/*--------------------------------------------------------------
  button-orange
--------------------------------------------------------------*/
.c-button-orange {
  display: flex;
  justify-content: center;
}
.c-button-orange a {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 0.8vw;
  border-color: #ffffff;
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 5px 10px rgba(75, 85, 85, 0.16);
  padding-top: 3.2vw;
  padding-right: 18.1333333333vw;
  padding-left: 16vw;
  padding-bottom: 5.0666666667vw;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.c-button-orange a::after {
  content: "";
  display: block;
  background-image: linear-gradient(to bottom, #FFCF8A, #FFB347);
  border-radius: 8px;
  position: absolute;
  inset: 0;
  z-index: 0;
}
.c-button-orange a .top {
  font-size: 8vw;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  position: relative;
  z-index: 1;
}
.c-button-orange a .top .medium {
  font-size: 6.1333333333vw;
  font-weight: 500;
  line-height: 1.5652173913;
}
.c-button-orange a .top .small {
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 2.25;
}
.c-button-orange a .bottom {
  font-size: 5.8666666667vw;
  font-weight: 700;
  line-height: 1.4545454545;
  text-align: center;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.c-button-orange a .arrow {
  width: 6.1333333333vw;
  position: absolute;
  top: 50%;
  right: 5.8666666667vw;
  z-index: 1;
  transform: translateY(-50%);
}

@media (768px <= width) {
  .c-button-orange a {
    flex-direction: row;
    padding-top: min(29px, 2.0138888889vw);
    padding-right: min(76px, 5.2777777778vw);
    padding-left: min(59px, 4.0972222222vw);
    padding-bottom: min(29px, 2.0138888889vw);
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .c-button-orange a:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .c-button-orange a .top {
    font-size: min(30px, 2.0833333333vw);
    line-height: 1.4666666667;
  }
  .c-button-orange a .top .medium {
    font-size: min(23px, 1.5972222222vw);
    line-height: 1.9130434783;
  }
  .c-button-orange a .top .small {
    font-size: min(16px, 1.1111111111vw);
    line-height: 2.75;
  }
  .c-button-orange a .bottom {
    font-size: min(22px, 1.5277777778vw);
  }
  .c-button-orange a .arrow {
    width: min(23px, 1.5972222222vw);
    position: absolute;
    right: min(18px, 1.25vw);
  }
}
/*--------------------------------------------------------------
  catalog-cat01
--------------------------------------------------------------*/
.c-catalog-cta01 .text-container .top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #ff9831;
}
.c-catalog-cta01 .text-container .top .large {
  font-size: 17.8666666667vw;
  line-height: 1.447761194;
  margin-right: 1.76vw;
}
.c-catalog-cta01 .text-container .top .small {
  font-size: 10.4vw;
  line-height: 1.4358974359;
  padding-bottom: 3.3333333333vw;
  position: relative;
}
.c-catalog-cta01 .text-container .middle {
  font-size: 6.9333333333vw;
  font-weight: 700;
  line-height: 1.4230769231;
  text-align: center;
  margin-top: -4.2666666667vw;
}
.c-catalog-cta01 .text-container .text {
  font-size: 4.2666666667vw;
  text-align: center;
}
.c-catalog-cta01 .text-container .bottom {
  font-size: 7.4666666667vw;
  font-weight: 700;
  line-height: 1.4285714286;
  text-align: center;
  margin-top: 4vw;
}
.c-catalog-cta01 .box {
  background-color: #fff9dc;
  background-image: url("/wp-content/themes/clonos-home/assets/img/catalog-cta01-sp.svg");
  background-size: 89.6vw;
  background-position: 50% 10.1333333333vw;
  background-repeat: no-repeat;
  margin-top: 4.5333333333vw;
  padding-top: 52vw;
  padding-bottom: 8vw;
}
.c-catalog-cta01 .box .lead {
  font-size: 5.0666666667vw;
  font-weight: 700;
  line-height: 1.4210526316;
  letter-spacing: 0.02em;
  text-align: center;
}
.c-catalog-cta01 .box .lead span {
  position: relative;
  z-index: 0;
}
.c-catalog-cta01 .box .lead span::after {
  content: "";
  display: block;
  background-color: #ffdc64;
  width: 100%;
  height: 2.6666666667vw;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.c-catalog-cta01 .box .c-button-orange {
  margin-top: 6.4vw;
}

@media (768px <= width) {
  .c-catalog-cta01 .text-container .top .large {
    font-size: min(82px, 5.6944444444vw);
    line-height: 1.4512195122;
    margin-right: min(5.6px, 0.3888888889vw);
  }
  .c-catalog-cta01 .text-container .top .small {
    font-size: min(46px, 3.1944444444vw);
    line-height: 1.4347826087;
    padding-bottom: min(21.2px, 1.4722222222vw);
  }
  .c-catalog-cta01 .text-container .middle {
    font-size: min(32px, 2.2222222222vw);
    line-height: 1.4375;
    margin-top: max(-9px, -0.625vw);
  }
  .c-catalog-cta01 .text-container .text {
    font-size: min(16px, 1.1111111111vw);
    margin-top: min(10px, 0.6944444444vw);
  }
  .c-catalog-cta01 .text-container .bottom {
    font-size: min(28px, 1.9444444444vw);
    margin-top: max(-5px, -0.3472222222vw);
  }
  .c-catalog-cta01 .box {
    background-image: url("/wp-content/themes/clonos-home/assets/img/catalog-cta01-pc.svg");
    background-size: min(818px, 56.8055555556vw);
    background-position: 50% min(35px, 2.4305555556vw);
    margin-top: min(19px, 1.3194444444vw);
    padding-top: min(139px, 9.6527777778vw);
    padding-bottom: min(48px, 3.3333333333vw);
  }
  .c-catalog-cta01 .box .lead {
    font-size: min(24px, 1.6666666667vw);
    line-height: 1.4583333333;
  }
  .c-catalog-cta01 .box .lead span::after {
    height: min(10px, 0.6944444444vw);
  }
  .c-catalog-cta01 .box .c-button-orange {
    margin-top: min(48px, 3.3333333333vw);
  }
}
/*--------------------------------------------------------------
  catalog-cat02
--------------------------------------------------------------*/
.c-catalog-cta02 .top {
  font-size: 4.8vw;
  line-height: 1.6666666667;
  text-align: center;
}
.c-catalog-cta02 .image-top {
  width: 89.3333333333vw;
  margin-top: 5.3333333333vw;
  margin-inline: auto;
}
.c-catalog-cta02 .c-button-orange {
  margin-top: 9.3333333333vw;
}
.c-catalog-cta02 .catch {
  font-size: 5.8666666667vw;
  font-weight: 700;
  line-height: 1.4545454545;
  text-align: center;
  color: #3798E2;
  margin-top: 8vw;
}
.c-catalog-cta02 .text {
  font-size: 4.2666666667vw;
  text-align: center;
  margin-top: 0.5333333333vw;
}
.c-catalog-cta02 .banner-container {
  display: flex;
  justify-content: center;
  margin-top: 5.3333333333vw;
}
.c-catalog-cta02 .banner-container a {
  width: 92vw;
}
.c-catalog-cta02 .image-bottom {
  background-color: #FDFFCA;
  margin-top: 5.3333333333vw;
  padding-block: 3.4666666667vw;
}

@media (768px <= width) {
  .c-catalog-cta02 .top {
    font-size: min(26px, 1.8055555556vw);
    font-weight: 500;
    line-height: 1.4230769231;
  }
  .c-catalog-cta02 .image-top {
    width: min(900px, 62.5vw);
    margin-top: min(30px, 2.0833333333vw);
  }
  .c-catalog-cta02 .c-button-orange {
    margin-top: min(60px, 4.1666666667vw);
  }
  .c-catalog-cta02 .catch {
    font-size: min(34px, 2.3611111111vw);
    font-weight: 500;
    line-height: 1.4411764706;
    margin-top: min(80px, 5.5555555556vw);
  }
  .c-catalog-cta02 .text {
    font-size: min(20px, 1.3888888889vw);
    line-height: 1.45;
    margin-top: min(11px, 0.7638888889vw);
  }
  .c-catalog-cta02 .banner-container {
    margin-top: min(60px, 4.1666666667vw);
  }
  .c-catalog-cta02 .banner-container a {
    width: min(600px, 41.6666666667vw);
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .c-catalog-cta02 .banner-container a:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .c-catalog-cta02 .image-bottom {
    width: min(1080px, 75vw);
    margin-top: min(60px, 4.1666666667vw);
    margin-inline: auto;
    padding-block: min(37px, 2.5694444444vw);
  }
}
/*--------------------------------------------------------------
  pamphlet
--------------------------------------------------------------*/
.c-pamphlet .catch {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 3.2vw;
       column-gap: 3.2vw;
  font-size: 5.3333333333vw;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.03em;
  color: #ffffff;
  background-color: #585858;
  padding-block: 8.5333333333vw;
}
.c-pamphlet .list-container {
  width: 86.6666666667vw;
  margin-top: 8vw;
  margin-inline: auto;
}
.c-pamphlet .list-container .list {
  display: flex;
  flex-direction: column;
  row-gap: 10.6666666667vw;
}
.c-pamphlet .list-container .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5.3333333333vw;
}
.c-pamphlet .list-container .label {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.6vw;
}
.c-pamphlet .list-container .top {
  font-size: 5.6vw;
  font-weight: 800;
  line-height: 1.4285714286;
  padding-top: 2.8vw;
  padding-left: 7.04vw;
  position: relative;
  z-index: 0;
}
.c-pamphlet .list-container .top::after {
  content: "";
  display: block;
  background-color: #ffff00;
  width: 100%;
  height: 1.3333333333vw;
  position: absolute;
  top: 9.1466666667vw;
  left: 0;
  z-index: -1;
}
.c-pamphlet .list-container .number {
  font-size: 8.2666666667vw;
  line-height: 1.4516129032;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.c-pamphlet .list-container .text {
  font-size: 4vw;
  font-weight: 800;
  line-height: 1.4;
}
.c-pamphlet .list-container .image {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.c-pamphlet .reason {
  width: 89.3333333333vw;
  margin-inline: auto;
  margin-top: 10.6666666667vw;
}
.c-pamphlet .reason .head {
  font-size: 5.8666666667vw;
  font-weight: 800;
  line-height: 1.4545454545;
  text-align: center;
  color: #FF9831;
}
.c-pamphlet .reason .box {
  display: flex;
  flex-direction: column;
  row-gap: 4.2666666667vw;
  background-color: #FDFFCA;
  margin-top: 2.6666666667vw;
  padding-top: 4.2666666667vw;
  padding-right: 6.1333333333vw;
  padding-left: 7.7333333333vw;
  padding-bottom: 8.5333333333vw;
}
.c-pamphlet .reason .top {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
.c-pamphlet .reason .text {
  font-size: 3.2vw;
  line-height: 1.6666666667;
  color: #6F6F6E;
}

@media (768px <= width) {
  .c-pamphlet .catch {
    -moz-column-gap: min(29px, 2.0138888889vw);
         column-gap: min(29px, 2.0138888889vw);
    font-size: min(32px, 2.2222222222vw);
    line-height: 1.4375;
    padding-block: min(20px, 1.3888888889vw);
  }
  .c-pamphlet .list-container {
    width: min(1080px, 75vw);
    margin-top: min(60px, 4.1666666667vw);
  }
  .c-pamphlet .list-container .list {
    flex-direction: row;
    justify-content: center;
    -moz-column-gap: min(45px, 3.125vw);
         column-gap: min(45px, 3.125vw);
  }
  .c-pamphlet .list-container .item {
    row-gap: min(25px, 1.7361111111vw);
    width: min(330px, 22.9166666667vw);
  }
  .c-pamphlet .list-container .label {
    flex-grow: 1;
    row-gap: min(7.5px, 0.5208333333vw);
  }
  .c-pamphlet .list-container .top {
    font-size: min(21px, 1.4583333333vw);
    padding-top: min(10.5px, 0.7291666667vw);
    padding-left: min(32.4px, 2.25vw);
  }
  .c-pamphlet .list-container .top::after {
    height: min(5px, 0.3472222222vw);
    top: min(34.3px, 2.3819444444vw);
  }
  .c-pamphlet .list-container .number {
    font-size: min(31px, 2.1527777778vw);
  }
  .c-pamphlet .list-container .text {
    font-size: min(14px, 0.9722222222vw);
    font-weight: 400;
    line-height: 1.4285714286;
  }
  .c-pamphlet .reason {
    width: min(800px, 55.5555555556vw);
    margin-top: min(60px, 4.1666666667vw);
  }
  .c-pamphlet .reason .head {
    font-size: min(36px, 2.5vw);
    line-height: 1.4444444444;
  }
  .c-pamphlet .reason .box {
    row-gap: min(8px, 0.5555555556vw);
    margin-top: min(16px, 1.1111111111vw);
    padding-top: min(16px, 1.1111111111vw);
    padding-right: min(80px, 5.5555555556vw);
    padding-left: min(80px, 5.5555555556vw);
    padding-bottom: min(15px, 1.0416666667vw);
  }
  .c-pamphlet .reason .top {
    font-size: min(24px, 1.6666666667vw);
    line-height: 1.375;
  }
  .c-pamphlet .reason .text {
    font-size: min(14px, 0.9722222222vw);
    line-height: 1.4285714286;
    text-align: center;
    white-space: nowrap;
  }
}
/*--------------------------------------------------------------
  event01
--------------------------------------------------------------*/
.c-event01 .inner {
  width: 89.3333333333vw;
  margin-inline: auto;
}
.c-event01 .title {
  font-size: 3.4666666667vw;
  font-weight: 700;
  line-height: 1.4615384615;
  text-align: center;
  background-image: url("/wp-content/themes/clonos-home/assets/img/title-event.svg");
  background-size: 22.9333333333vw auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-top: 15.4666666667vw;
}
.c-event01 .list-container {
  margin-top: 5.3333333333vw;
}
.c-event01 .list-container .list {
  display: grid;
  grid-template-columns: repeat(2, 42.6666666667vw);
  -moz-column-gap: 4vw;
       column-gap: 4vw;
  row-gap: 6.6666666667vw;
}
.c-event01 .list-container .item a {
  display: flex;
  flex-direction: column;
  row-gap: 1.3333333333vw;
}
.c-event01 .list-container .image {
  position: relative;
}
.c-event01 .list-container .end {
  background-color: rgba(51, 51, 51, 0.55);
  padding-top: 13.3333333333vw;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.c-event01 .list-container .end .en {
  font-family: "fairwater-script", sans-serif;
  font-size: 5.0666666667vw;
  font-weight: 700;
  line-height: 2.2631578947;
  text-align: center;
  color: #ffffff;
  transform: rotateZ(-6deg);
}
.c-event01 .list-container .end .announcement {
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.6428571429;
  text-align: center;
  color: #ffffff;
  margin-top: 1.8666666667vw;
}
.c-event01 .list-container .text-container {
  display: flex;
  flex-direction: column;
}
.c-event01 .list-container .text-container .date {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.4166666667;
}
.c-event01 .list-container .text-container .text {
  flex-grow: 1;
  font-size: 3.4666666667vw;
  line-height: 1.5384615385;
  margin-top: 1.3333333333vw;
}
.c-event01 .list-container .venue {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  -moz-column-gap: 2.6666666667vw;
       column-gap: 2.6666666667vw;
  margin-top: 2.6666666667vw;
}
.c-event01 .list-container .venue dt {
  flex-shrink: 0;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.4166666667;
  text-align: center;
  color: #ffffff;
  background-color: #ffb142;
  border-radius: 3px;
  padding-top: 0.5333333333vw;
  padding-inline: 3.4666666667vw;
  padding-bottom: 0.8vw;
}
.c-event01 .list-container .venue dd {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.4166666667;
  margin-top: 0.5333333333vw;
}
.c-event01 .list-container .label-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.3333333333vw;
  margin-top: 2.6666666667vw;
}
.c-event01 .list-container .label-container .label {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.4166666667;
  text-align: center;
  background-color: #fff;
  border: solid 1px #333333;
  border-radius: 3px;
  padding-top: 0.5333333333vw;
  padding-inline: 1.8666666667vw;
  padding-bottom: 0.8vw;
}
.c-event01 .c-button {
  margin-top: 12vw;
}
.c-event01 .c-button .arrow {
  right: 9.3333333333vw;
}

@media (768px <= width) {
  .c-event01 .inner {
    width: min(1275px, 88.5416666667vw);
  }
  .c-event01 .title {
    font-size: min(20px, 1.3888888889vw);
    line-height: 1.45;
    background-image: url("/wp-content/themes/clonos-home/assets/img/title-event.svg");
    background-size: min(140px, 9.7222222222vw) auto;
    padding-top: min(100px, 6.9444444444vw);
  }
  .c-event01 .list-container {
    margin-top: min(60px, 4.1666666667vw);
  }
  .c-event01 .list-container .list {
    grid-template-columns: repeat(4, min(300px, 20.8333333333vw));
    -moz-column-gap: min(25px, 1.7361111111vw);
         column-gap: min(25px, 1.7361111111vw);
  }
  .c-event01 .list-container .item a {
    row-gap: min(10px, 0.6944444444vw);
    height: 100%;
  }
}
@media (768px <= width) and (hover: hover) {
  .c-event01 .list-container .item a:hover .image {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .c-event01 .list-container .image {
    transition: opacity 0.3s ease-out;
  }
  .c-event01 .list-container .end {
    padding-top: min(110px, 7.6388888889vw);
  }
  .c-event01 .list-container .end .en {
    font-size: min(35px, 2.4305555556vw);
    line-height: 2.2571428571;
  }
  .c-event01 .list-container .end .announcement {
    font-size: min(18px, 1.25vw);
    line-height: 1.4444444444;
    margin-top: max(-10px, -0.6944444444vw);
  }
  .c-event01 .list-container .text-container {
    flex-grow: 1;
  }
  .c-event01 .list-container .text-container .date {
    font-size: min(14px, 0.9722222222vw);
    line-height: 1.4285714286;
  }
  .c-event01 .list-container .text-container .text {
    font-size: min(15px, 1.0416666667vw);
    line-height: 1.8666666667;
    margin-top: min(10px, 0.6944444444vw);
  }
  .c-event01 .list-container .venue {
    -moz-column-gap: min(12px, 0.8333333333vw);
         column-gap: min(12px, 0.8333333333vw);
    margin-top: min(10px, 0.6944444444vw);
  }
  .c-event01 .list-container .venue dt {
    font-size: min(14px, 0.9722222222vw);
    line-height: 1.4285714286;
    padding-top: min(5px, 0.3472222222vw);
    padding-inline: min(15.5px, 1.0763888889vw);
    padding-bottom: min(5px, 0.3472222222vw);
  }
  .c-event01 .list-container .venue dd {
    font-size: min(14px, 0.9722222222vw);
    font-weight: 400;
    line-height: 1.4285714286;
    margin-top: min(5px, 0.3472222222vw);
  }
  .c-event01 .list-container .label-container {
    gap: min(12px, 0.8333333333vw);
    margin-top: min(10px, 0.6944444444vw);
  }
  .c-event01 .list-container .label-container .label {
    font-size: min(13px, 0.9027777778vw);
    line-height: 1.4615384615;
    padding-top: min(6px, 0.4166666667vw);
    padding-inline: min(10px, 0.6944444444vw);
    padding-bottom: min(5px, 0.3472222222vw);
  }
  .c-event01 .c-button {
    margin-top: min(70px, 4.8611111111vw);
  }
  .c-event01 .c-button .arrow {
    right: min(20px, 1.3888888889vw);
  }
}
/*--------------------------------------------------------------
  event02
--------------------------------------------------------------*/
.c-event02 .inner {
  width: 89.3333333333vw;
  margin-inline: auto;
}
.c-event02 .list-container .list {
  display: flex;
  flex-direction: column;
  row-gap: 8vw;
}
.c-event02 .list-container .item a {
  display: inline-block;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 0 5px 10px rgba(167, 143, 63, 0.16);
  width: 100%;
  overflow: hidden;
}
.c-event02 .list-container .image {
  position: relative;
}
.c-event02 .list-container .end {
  background-color: rgba(51, 51, 51, 0.55);
  padding-top: 28.2666666667vw;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.c-event02 .list-container .end .en {
  font-family: "fairwater-script", sans-serif;
  font-size: 10.4vw;
  font-weight: 700;
  line-height: 2.2564102564;
  text-align: center;
  color: #ffffff;
  transform: rotateZ(-6deg);
}
.c-event02 .list-container .end .announcement {
  font-size: 5.0666666667vw;
  line-height: 1.4210526316;
  text-align: center;
  color: #ffffff;
  margin-top: 0.9333333333vw;
}
.c-event02 .list-container .text-container {
  padding-block: 3.7333333333vw;
  padding-inline: 8vw;
}
.c-event02 .list-container .text-container .date {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.4285714286;
}
.c-event02 .list-container .text-container .text {
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
  margin-top: 1.0666666667vw;
}
.c-event02 .list-container .venue {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  -moz-column-gap: 2.6666666667vw;
       column-gap: 2.6666666667vw;
  margin-top: 3.7333333333vw;
}
.c-event02 .list-container .venue dt {
  flex-shrink: 0;
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.4166666667;
  text-align: center;
  color: #ffffff;
  background-color: #FFB142;
  border-radius: 3px;
  padding-top: 0.5333333333vw;
  padding-inline: 3.4666666667vw;
  padding-bottom: 0.8vw;
}
.c-event02 .list-container .venue dd {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.4166666667;
  margin-top: 0.5333333333vw;
}
.c-event02 .list-container .label-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.3333333333vw;
  margin-top: 2.6666666667vw;
}
.c-event02 .list-container .label-container .label {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.4166666667;
  text-align: center;
  background-color: #fff;
  border: solid 1px #333333;
  border-radius: 3px;
  padding-top: 0.5333333333vw;
  padding-inline: 1.8666666667vw;
  padding-bottom: 0.8vw;
}

@media (768px <= width) {
  .c-event02 .inner {
    width: min(1275px, 88.5416666667vw);
  }
  .c-event02 .list-container {
    margin-top: min(60px, 4.1666666667vw);
  }
  .c-event02 .list-container .list {
    display: grid;
    grid-template-columns: repeat(4, min(300px, 20.8333333333vw));
    -moz-column-gap: min(25px, 1.7361111111vw);
         column-gap: min(25px, 1.7361111111vw);
    row-gap: min(50px, 3.4722222222vw);
  }
  .c-event02 .list-container .item {
    display: contents;
  }
  .c-event02 .list-container .item a {
    display: flex;
    flex-direction: column;
    row-gap: min(10px, 0.6944444444vw);
    border-radius: 0;
    box-shadow: none;
  }
}
@media (768px <= width) and (hover: hover) {
  .c-event02 .list-container .item a:hover .image {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .c-event02 .list-container .image {
    transition: opacity 0.3s ease-out;
  }
  .c-event02 .list-container .end {
    padding-top: min(110px, 7.6388888889vw);
  }
  .c-event02 .list-container .end .en {
    font-size: min(35px, 2.4305555556vw);
    line-height: 2.2571428571;
  }
  .c-event02 .list-container .end .announcement {
    font-size: min(18px, 1.25vw);
    line-height: 1.4444444444;
    margin-top: max(-10px, -0.6944444444vw);
  }
  .c-event02 .list-container .text-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0;
  }
  .c-event02 .list-container .text-container .date {
    font-size: min(14px, 0.9722222222vw);
    line-height: 1.4285714286;
  }
  .c-event02 .list-container .text-container .text {
    flex-grow: 1;
    font-size: min(15px, 1.0416666667vw);
    line-height: 1.8666666667;
    margin-top: min(10px, 0.6944444444vw);
  }
  .c-event02 .list-container .venue {
    -moz-column-gap: min(12px, 0.8333333333vw);
         column-gap: min(12px, 0.8333333333vw);
    margin-top: min(10px, 0.6944444444vw);
  }
  .c-event02 .list-container .venue dt {
    font-size: min(14px, 0.9722222222vw);
    line-height: 1.4285714286;
    padding-top: min(5px, 0.3472222222vw);
    padding-inline: min(15.5px, 1.0763888889vw);
    padding-bottom: min(5px, 0.3472222222vw);
  }
  .c-event02 .list-container .venue dd {
    font-size: min(14px, 0.9722222222vw);
    font-weight: 400;
    line-height: 1.4285714286;
    margin-top: min(5px, 0.3472222222vw);
  }
  .c-event02 .list-container .label-container {
    gap: min(12px, 0.8333333333vw);
    margin-top: min(10px, 0.6944444444vw);
  }
  .c-event02 .list-container .label-container .label {
    font-size: min(13px, 0.9027777778vw);
    line-height: 1.4615384615;
    padding-top: min(6px, 0.4166666667vw);
    padding-inline: min(10px, 0.6944444444vw);
    padding-bottom: min(5px, 0.3472222222vw);
  }
}
/*--------------------------------------------------------------
  kids-corner01
--------------------------------------------------------------*/
.c-kids-corner01 {
  background-image: url("/wp-content/themes/clonos-home/assets/img/kidscorner01-bg-sp.svg");
  background-size: 96.5333333333vw auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-top: 37.8666666667vw;
}
.c-kids-corner01 .inner {
  width: 84vw;
  margin-inline: auto;
}
.c-kids-corner01 .top .catch {
  font-size: 6.1333333333vw;
  font-weight: 700;
  line-height: 1.6086956522;
  text-align: center;
  color: #3798e2;
}
.c-kids-corner01 .top .small {
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 2.3125;
}
.c-kids-corner01 .top .text {
  font-size: 4vw;
  line-height: 1.8;
  text-align: center;
  margin-top: 4vw;
}
.c-kids-corner01 .bottom {
  margin-top: 5.3333333333vw;
}
.c-kids-corner01 .bottom .catch {
  font-size: 5.8666666667vw;
  font-weight: 500;
  line-height: 1.4545454545;
  text-align: center;
  color: #3798e2;
}
.c-kids-corner01 .bottom .note {
  font-size: 3.2vw;
  line-height: 1.4166666667;
  text-align: center;
  margin-top: 2.4vw;
}
.c-kids-corner01 .image-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 5.3333333333vw;
}
.c-kids-corner01 .image-container .image {
  width: 41.3333333333vw;
}
.c-kids-corner01 .banner-container {
  display: flex;
  justify-content: center;
  margin-top: 8vw;
}

@media (768px <= width) {
  .c-kids-corner01 {
    background-image: url("/wp-content/themes/clonos-home/assets/img/kidscorner01-bg-pc.svg");
    background-size: min(1297px, 90.0694444444vw) auto;
    padding-top: min(240px, 16.6666666667vw);
  }
  .c-kids-corner01 .inner {
    width: min(1050px, 72.9166666667vw);
  }
  .c-kids-corner01 .top .catch {
    font-size: min(34px, 2.3611111111vw);
    line-height: 1.4411764706;
  }
  .c-kids-corner01 .top .small {
    font-size: min(28px, 1.9444444444vw);
    line-height: 1.75;
  }
  .c-kids-corner01 .top .text {
    font-size: min(20px, 1.3888888889vw);
    line-height: 2.2;
    margin-top: min(54px, 3.75vw);
  }
  .c-kids-corner01 .bottom {
    margin-top: min(40px, 2.7777777778vw);
  }
  .c-kids-corner01 .bottom .catch {
    font-size: min(34px, 2.3611111111vw);
    line-height: 1.4411764706;
  }
  .c-kids-corner01 .bottom .note {
    font-size: min(15px, 1.0416666667vw);
    line-height: 1.4;
    text-align: left;
    margin-top: min(10px, 0.6944444444vw);
  }
  .c-kids-corner01 .image-container {
    margin-top: min(30px, 2.0833333333vw);
  }
  .c-kids-corner01 .image-container .image {
    width: min(500px, 34.7222222222vw);
  }
  .c-kids-corner01 .banner-container {
    margin-top: min(110px, 7.6388888889vw);
  }
  .c-kids-corner01 .banner-container a {
    width: 100%;
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .c-kids-corner01 .banner-container a:hover {
    opacity: 0.7;
  }
}
/*--------------------------------------------------------------
  kids-corner02
--------------------------------------------------------------*/
.c-kids-corner02 {
  background-image: url("/wp-content/themes/clonos-home/assets/img/kidscorner02-bg-sp.svg");
  background-size: 96.5333333333vw auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-top: 26.6666666667vw;
}
.c-kids-corner02 .top .catch {
  font-size: 6.1333333333vw;
  font-weight: 700;
  line-height: 1.6086956522;
  text-align: center;
  color: #3798e2;
}
.c-kids-corner02 .top .small {
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 2.3125;
}
.c-kids-corner02 .top .text {
  font-size: 4vw;
  line-height: 1.8;
  text-align: center;
  margin-top: 4vw;
}
.c-kids-corner02 .top .orange {
  font-weight: 500;
  color: #FF9832;
}
.c-kids-corner02 .top .image-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.3333333333vw;
       column-gap: 1.3333333333vw;
  margin-top: 5.3333333333vw;
}
.c-kids-corner02 .top .image-container .image {
  width: 41.3333333333vw;
}
.c-kids-corner02 .bottom {
  margin-top: 5.3333333333vw;
}
.c-kids-corner02 .bottom .catch {
  font-size: 5.8666666667vw;
  font-weight: 500;
  line-height: 1.4545454545;
  text-align: center;
  color: #3798e2;
}
.c-kids-corner02 .bottom .image-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 0.2666666667vw;
       column-gap: 0.2666666667vw;
  margin-top: 5.3333333333vw;
}
.c-kids-corner02 .bottom .image-container .image {
  width: 24.8vw;
}
.c-kids-corner02 .banner-container {
  display: flex;
  justify-content: center;
  margin-top: 8vw;
}
.c-kids-corner02 .banner-container a {
  width: 73.3333333333vw;
}

@media (768px <= width) {
  .c-kids-corner02 {
    background-image: url("/wp-content/themes/clonos-home/assets/img/kidscorner02-bg-pc.svg");
    background-size: min(1297px, 90.0694444444vw) auto;
    padding-top: min(240px, 16.6666666667vw);
    padding-bottom: min(60px, 4.1666666667vw);
  }
  .c-kids-corner02 .top .catch {
    font-size: min(34px, 2.3611111111vw);
    line-height: 1.4411764706;
  }
  .c-kids-corner02 .top .small {
    font-size: min(28px, 1.9444444444vw);
    line-height: 1.75;
  }
  .c-kids-corner02 .top .text {
    font-size: min(20px, 1.3888888889vw);
    line-height: 2.2;
    margin-top: min(54px, 3.75vw);
  }
  .c-kids-corner02 .top .orange {
    margin-top: 0;
  }
  .c-kids-corner02 .top .image-container {
    -moz-column-gap: min(50px, 3.4722222222vw);
         column-gap: min(50px, 3.4722222222vw);
    margin-top: min(43px, 2.9861111111vw);
  }
  .c-kids-corner02 .top .image-container .image {
    width: min(500px, 34.7222222222vw);
  }
  .c-kids-corner02 .bottom {
    margin-top: min(40px, 2.7777777778vw);
  }
  .c-kids-corner02 .bottom .catch {
    font-size: min(34px, 2.3611111111vw);
    line-height: 1.4411764706;
  }
  .c-kids-corner02 .bottom .image-container {
    justify-content: center;
    -moz-column-gap: min(3px, 0.2083333333vw);
         column-gap: min(3px, 0.2083333333vw);
    margin-top: min(40px, 2.7777777778vw);
  }
  .c-kids-corner02 .bottom .image-container .image {
    width: min(268px, 18.6111111111vw);
  }
}
/*--------------------------------------------------------------
  kids-corner03
--------------------------------------------------------------*/
.c-kids-corner03 {
  background-image: url("/wp-content/themes/clonos-home/assets/img/kidscorner03-bg-sp.svg");
  background-size: 96.5333333333vw auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-top: 37.8666666667vw;
}
.c-kids-corner03 .top .catch {
  font-size: 6.1333333333vw;
  font-weight: 700;
  line-height: 1.6086956522;
  text-align: center;
  color: #3798e2;
}
.c-kids-corner03 .top .small {
  font-size: 4.2666666667vw;
  font-weight: 500;
  line-height: 2.3125;
}
.c-kids-corner03 .top .text {
  font-size: 4vw;
  line-height: 1.8;
  text-align: center;
  margin-top: 4vw;
}
.c-kids-corner03 .top .orange {
  font-weight: 500;
  color: #FF9832;
}
.c-kids-corner03 .top .image-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.3333333333vw;
       column-gap: 1.3333333333vw;
  margin-top: 5.3333333333vw;
}
.c-kids-corner03 .top .image-container .image {
  width: 41.3333333333vw;
}
.c-kids-corner03 .bottom {
  margin-top: 5.3333333333vw;
}
.c-kids-corner03 .bottom .catch {
  font-size: 5.8666666667vw;
  font-weight: 500;
  line-height: 1.4545454545;
  text-align: center;
  color: #3798e2;
}
.c-kids-corner03 .bottom .image-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.3333333333vw;
       column-gap: 1.3333333333vw;
  margin-top: 5.3333333333vw;
}
.c-kids-corner03 .bottom .image-container .image {
  width: 41.3333333333vw;
}
.c-kids-corner03 .bottom .note {
  font-size: 3.2vw;
  line-height: 1.4166666667;
  text-align: center;
  margin-top: 2.4vw;
}
.c-kids-corner03 .c-button-orange {
  margin-top: 8vw;
}
.c-kids-corner03 .c-button-orange a .bottom {
  margin-top: 0;
}

@media (768px <= width) {
  .c-kids-corner03 {
    background-image: url("/wp-content/themes/clonos-home/assets/img/kidscorner02-bg-pc.svg");
    background-size: min(1297px, 90.0694444444vw) auto;
    padding-top: min(240px, 16.6666666667vw);
  }
  .c-kids-corner03 .top .catch {
    font-size: min(34px, 2.3611111111vw);
    line-height: 1.4411764706;
  }
  .c-kids-corner03 .top .small {
    font-size: min(28px, 1.9444444444vw);
    line-height: 1.75;
  }
  .c-kids-corner03 .top .text {
    font-size: min(20px, 1.3888888889vw);
    line-height: 2.2;
    margin-top: min(54px, 3.75vw);
  }
  .c-kids-corner03 .top .orange {
    margin-top: 0;
  }
  .c-kids-corner03 .top .image-container {
    -moz-column-gap: min(50px, 3.4722222222vw);
         column-gap: min(50px, 3.4722222222vw);
    margin-top: min(43px, 2.9861111111vw);
  }
  .c-kids-corner03 .top .image-container .image {
    width: min(500px, 34.7222222222vw);
  }
  .c-kids-corner03 .bottom {
    width: min(1050px, 72.9166666667vw);
    margin-top: min(40px, 2.7777777778vw);
    margin-inline: auto;
  }
  .c-kids-corner03 .bottom .catch {
    font-size: min(34px, 2.3611111111vw);
    line-height: 1.4411764706;
  }
  .c-kids-corner03 .bottom .image-container {
    justify-content: center;
    -moz-column-gap: min(50px, 3.4722222222vw);
         column-gap: min(50px, 3.4722222222vw);
    margin-top: min(30px, 2.0833333333vw);
  }
  .c-kids-corner03 .bottom .image-container .image {
    width: min(500px, 34.7222222222vw);
  }
  .c-kids-corner03 .bottom .note {
    font-size: min(15px, 1.0416666667vw);
    line-height: 1.4;
    text-align: left;
    margin-top: min(10px, 0.6944444444vw);
  }
  .c-kids-corner03 .c-button-orange {
    margin-top: min(80px, 5.5555555556vw);
  }
  .c-kids-corner03 .c-button-orange a .bottom {
    width: auto;
  }
}
/*--------------------------------------------------------------
  case
--------------------------------------------------------------*/
.c-case .inner {
  width: 92vw;
  margin-inline: auto;
}
.c-case .c-section-title .en {
  width: 33.8666666667vw;
}
.c-case .list-container {
  margin-top: 5.3333333333vw;
}
.c-case .list-container .list {
  display: grid;
  grid-template-columns: repeat(2, 44vw);
  -moz-column-gap: 4vw;
       column-gap: 4vw;
  row-gap: 5.3333333333vw;
}
.c-case .list-container .item {
  display: contents;
}
.c-case .list-container .item a {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(167, 143, 63, 0.16);
  overflow: hidden;
}
.c-case .list-container .image {
  width: 44vw;
  height: 29.3333333333vw;
  position: relative;
}
.c-case .list-container .image .label {
  font-family: "sofia-pro", sans-serif;
  font-size: 3.7333333333vw;
  line-height: 1.1428571429;
  text-align: center;
  color: #ffe692;
  background-color: #333333;
  padding-top: 0.5333333333vw;
  padding-inline: 4vw;
  padding-bottom: 0.5333333333vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-case .list-container .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-case .list-container .text-container {
  flex-grow: 1;
  background-color: #fff;
  padding-top: 1.3333333333vw;
  padding-inline: 3.3333333333vw;
  padding-bottom: 2.6666666667vw;
}
.c-case .list-container .case-title {
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.5384615385;
}
.c-case .c-button {
  margin-top: 13.3333333333vw;
}
.c-case .c-button .arrow {
  right: 12vw;
}

@media (768px <= width) {
  .c-case .inner {
    width: min(1260px, 87.5vw);
  }
  .c-case .c-section-title .en {
    width: min(179px, 12.4305555556vw);
  }
  .c-case .list-container {
    margin-top: min(63px, 4.375vw);
  }
  .c-case .list-container .list {
    grid-template-columns: repeat(4, min(300px, 20.8333333333vw));
    justify-content: center;
    -moz-column-gap: min(20px, 1.3888888889vw);
         column-gap: min(20px, 1.3888888889vw);
    row-gap: min(20px, 1.3888888889vw);
  }
  .c-case .list-container .item a {
    border-radius: 8px;
  }
}
@media (768px <= width) and (hover: hover) {
  .c-case .list-container .item a:hover .image {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .c-case .list-container .image {
    width: min(300px, 20.8333333333vw);
    height: min(200px, 13.8888888889vw);
    transition: opacity 0.3s ease-out;
  }
  .c-case .list-container .image .label {
    font-size: min(20px, 1.3888888889vw);
    line-height: 1.15;
    padding-top: min(1px, 0.0694444444vw);
    padding-inline: min(16.5px, 1.1458333333vw);
    padding-bottom: 0;
  }
  .c-case .list-container .text-container {
    padding-top: min(14px, 0.9722222222vw);
    padding-inline: min(10px, 0.6944444444vw);
    padding-bottom: min(20px, 1.3888888889vw);
  }
  .c-case .list-container .case-title {
    font-size: min(15px, 1.0416666667vw);
    font-weight: 400;
    line-height: 1.8666666667;
  }
  .c-case .c-button {
    margin-top: min(62px, 4.3055555556vw);
  }
  .c-case .c-button .arrow {
    right: min(24px, 1.6666666667vw);
  }
}
/*--------------------------------------------------------------
  content
--------------------------------------------------------------*/
.c-content {
  display: flex;
  flex-direction: column;
  row-gap: 5.3333333333vw;
}
.c-content h2 {
  font-size: 8.5333333333vw;
  font-weight: 700;
  border-bottom: solid 2px #3798e2;
  padding-bottom: 2.6666666667vw;
}
.c-content h3 {
  font-size: 6.4vw;
}
.c-content p {
  font-size: 3.7333333333vw;
  line-height: 1.6428571429;
}
.c-content iframe {
  max-width: 100%;
  height: 100%;
  aspect-ratio: 275/180;
}
.c-content .wp-block-image {
  width: 100%;
}

@media (768px <= width) {
  .c-content {
    row-gap: min(20px, 1.3888888889vw);
    width: min(920px, 63.8888888889vw);
  }
  .c-content h2 {
    font-size: min(32px, 2.2222222222vw);
    padding-bottom: min(10px, 0.6944444444vw);
  }
  .c-content h3 {
    font-size: min(24px, 1.6666666667vw);
  }
  .c-content p {
    font-size: min(15px, 1.0416666667vw);
    line-height: 1.8;
  }
  .c-content iframe {
    aspect-ratio: 920/510;
  }
}
/*--------------------------------------------------------------
  price01
--------------------------------------------------------------*/
.c-price01 .inner {
  width: 92vw;
  margin-inline: auto;
}
.c-price01 .title-container {
  background-image: url("/wp-content/themes/clonos-home/assets/img/section-title-deco-black.svg");
  background-size: 9.0666666667vw auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-top: 1.12vw;
}
.c-price01 .title-container .catch {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.c-price01 .title-container .catch .large {
  font-size: 17.8666666667vw;
  line-height: 1.447761194;
  margin-right: 1.76vw;
}
.c-price01 .title-container .catch .dot {
  font-size: 10.4vw;
  line-height: 1.4358974359;
  padding-top: 0.56vw;
  padding-bottom: 3.3333333333vw;
  position: relative;
}
.c-price01 .title-container .catch .dot::before {
  content: "";
  display: block;
  background-color: #ff9831;
  width: 1.6vw;
  height: 1.6vw;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-price01 .title-container .title {
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.4444444444;
  text-align: center;
  margin-top: -3.4666666667vw;
}
.c-price01 .title-container .en {
  width: 25.6vw;
  margin-inline: auto;
}
.c-price01 .point-container {
  margin-top: 4.2666666667vw;
  padding-bottom: 5.3333333333vw;
  position: relative;
}
.c-price01 .point-container::after {
  content: "";
  display: block;
  background-color: #d9e3e9;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 68%, 50% 100%, 0 68%);
          clip-path: polygon(0 0, 100% 0, 100% 68%, 50% 100%, 0 68%);
  width: 100%;
  height: 21.8666666667vw;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.c-price01 .point-container .point-inner {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(85, 85, 85, 0.16);
  padding-top: 5.8666666667vw;
  padding-bottom: 2.6666666667vw;
  position: relative;
}
.c-price01 .point-container .point-inner::before {
  content: "";
  display: block;
  border: solid 0.5px #333333;
  border-radius: 10px;
  width: 89.3333333333vw;
  height: 29.3333333333vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-price01 .point-container .deco {
  width: 13.0666666667vw;
  position: absolute;
  top: 2.6666666667vw;
  left: 2.9333333333vw;
  transform: rotateZ(-13deg);
}
.c-price01 .point-container .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.3333333333vw;
  font-size: 5.8666666667vw;
  font-weight: 700;
  line-height: 1.4545454545;
  text-align: center;
  color: #ff9831;
}
.c-price01 .point-container .text .black {
  font-size: 4.2666666667vw;
  font-weight: 500;
  color: #333333;
}
.c-price01 .point-container .text .large {
  font-size: 6.6666666667vw;
}
.c-price01 .point-container .small {
  font-size: 3.4666666667vw;
  line-height: 1.4615384615;
  text-align: center;
}
.c-price01 .list-container {
  margin-top: 8vw;
}
.c-price01 .list-container .list {
  display: flex;
  flex-direction: column;
  row-gap: 5.3333333333vw;
}
.c-price01 .list-container .item a {
  box-shadow: 0 5px 10px rgba(85, 85, 85, 0.16);
}
.c-price01 .c-button {
  margin-top: 8vw;
}
.c-price01 .c-button .arrow {
  right: 14.6666666667vw;
}
.c-price01 .banner-container {
  display: flex;
  justify-content: center;
  margin-top: 8vw;
}
.c-price01 .banner-container a {
  box-shadow: 0 10px 15px rgba(85, 85, 85, 0.16);
  width: 92vw;
}
.c-price01 .image-container {
  margin-top: 8vw;
}
.c-price01 .image-container .image {
  position: relative;
  z-index: 0;
}
.c-price01 .image-container .catch {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1.4285714286;
  color: #fff;
  position: absolute;
  top: -1.0666666667vw;
  left: 5.3333333333vw;
  z-index: 1;
}
.c-price01 .image-container .catch .space {
  padding-top: 10.9333333333vw;
}
.c-price01 .image-container .catch .color {
  font-size: 16vw;
  line-height: 1.45;
  color: #fefd01;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-right: 1.8666666667vw;
  margin-left: 1.0666666667vw;
}
.c-price01 .image-container .text {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.4285714286;
  color: #000000;
  position: absolute;
  right: 2.9333333333vw;
  bottom: 0.8vw;
  z-index: 1;
}
.c-price01 .image-container .box {
  font-size: 5.3333333333vw;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
  color: #FF9831;
  background-color: #333333;
  padding-block: 3.7333333333vw;
}
.c-price01 .house-container {
  width: 89.3333333333vw;
  margin-top: 6.6666666667vw;
  margin-inline: auto;
}
.c-price01 .house-container .top {
  font-size: 4.2666666667vw;
  line-height: 1.6875;
  text-align: center;
}
.c-price01 .house-container .top .color {
  font-size: 6.4vw;
  font-weight: 600;
  line-height: 1.125;
  color: #FF9831;
}
.c-price01 .house-container .top .large {
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.125;
}
.c-price01 .house-container .house {
  background-color: #484848;
  border: solid 2px #324B25;
  -webkit-clip-path: polygon(0 13%, 50% 0, 100% 13%, 100% 100%, 0 100%);
          clip-path: polygon(0 13%, 50% 0, 100% 13%, 100% 100%, 0 100%);
  margin-top: 5.8666666667vw;
  padding-top: 14.9333333333vw;
}
.c-price01 .house-container .house .catch {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 4.2666666667vw;
  font-weight: 600;
  line-height: 1.6875;
  letter-spacing: 0.01em;
  text-align: center;
  white-space: nowrap;
  color: #FFFFFF;
}
.c-price01 .house-container .house .catch span {
  position: relative;
  z-index: 1;
}
.c-price01 .house-container .house .catch span::after {
  content: "";
  display: block;
  background-color: #FF9831;
  border-radius: 20px;
  width: 100%;
  height: 3.8px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.c-price01 .house-container .house .head {
  font-size: 13.3333333333vw;
  font-weight: 700;
  line-height: 1.44;
  text-align: center;
  color: #FF9832;
  margin-top: 5.3333333333vw;
}
.c-price01 .house-container .house .middle {
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
}
.c-price01 .house-container .house .floor {
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.03em;
  text-align: center;
  color: #FFFFFF;
}
.c-price01 .house-container .house .price {
  font-size: 13.3333333333vw;
  font-weight: 700;
  line-height: 1.44;
  text-align: center;
  color: #FF9831;
  margin-top: -1.8666666667vw;
}
.c-price01 .house-container .house .price .dot {
  font-size: 9.6vw;
  line-height: 2;
}
.c-price01 .house-container .house .price .small {
  font-size: 8.5333333333vw;
  line-height: 2.25;
}
.c-price01 .house-container .house .tax {
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
  text-align: center;
  color: #FFFFFF;
  margin-top: -0.8vw;
}

@media (768px <= width) {
  .c-price01 .inner {
    width: min(1080px, 75vw);
  }
  .c-price01 .title-container {
    background-size: min(60px, 4.1666666667vw) auto;
    padding-top: min(12.4px, 0.8611111111vw);
  }
  .c-price01 .title-container .catch .large {
    font-size: min(108px, 7.5vw);
    line-height: 1.4444444444;
    margin-right: min(15.5px, 1.0763888889vw);
  }
  .c-price01 .title-container .catch .dot {
    font-size: min(59px, 4.0972222222vw);
    line-height: 1.4406779661;
    padding-top: min(3.4px, 0.2361111111vw);
    padding-bottom: min(23.6px, 1.6388888889vw);
  }
  .c-price01 .title-container .catch .dot::before {
    width: min(10px, 0.6944444444vw);
    height: min(10px, 0.6944444444vw);
  }
  .c-price01 .title-container .title {
    font-size: min(27px, 1.875vw);
    line-height: 1.4444444444;
    margin-top: max(-12.4px, -0.8611111111vw);
  }
  .c-price01 .title-container .en {
    width: min(144px, 10vw);
  }
  .c-price01 .point-container {
    width: min(713px, 49.5138888889vw);
    margin-top: min(30px, 2.0833333333vw);
    margin-inline: auto;
    padding-bottom: min(46px, 3.1944444444vw);
  }
  .c-price01 .point-container::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 47%, 50% 100%, 0 47%);
            clip-path: polygon(0 0, 100% 0, 100% 47%, 50% 100%, 0 47%);
    height: min(100px, 6.9444444444vw);
  }
  .c-price01 .point-container .point-inner {
    border-radius: 15px;
    padding-top: min(33px, 2.2916666667vw);
    padding-bottom: min(17px, 1.1805555556vw);
  }
  .c-price01 .point-container .point-inner::before {
    border-radius: 10px;
    width: min(703px, 48.8194444444vw);
    height: min(110px, 7.6388888889vw);
  }
  .c-price01 .point-container .deco {
    width: min(60px, 4.1666666667vw);
    top: min(15.6px, 1.0833333333vw);
    left: min(15.9px, 1.1041666667vw);
  }
  .c-price01 .point-container .text {
    flex-direction: row;
    justify-content: center;
    font-size: min(34px, 2.3611111111vw);
    line-height: 1.4411764706;
  }
  .c-price01 .point-container .text .black {
    font-size: min(22px, 1.5277777778vw);
    font-weight: 700;
    line-height: 2.2272727273;
  }
  .c-price01 .point-container .small {
    font-size: min(15px, 1.0416666667vw);
    line-height: 1.4;
  }
  .c-price01 .list-container {
    margin-top: min(38px, 2.6388888889vw);
  }
  .c-price01 .list-container .list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    -moz-column-gap: min(30px, 2.0833333333vw);
         column-gap: min(30px, 2.0833333333vw);
  }
  .c-price01 .list-container .item {
    width: min(520px, 36.1111111111vw);
  }
  .c-price01 .list-container .item a {
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .c-price01 .list-container .item a:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .c-price01 .image-container {
    margin-top: min(52px, 3.6111111111vw);
  }
  .c-price01 .image-container .catch {
    font-size: min(55px, 3.8194444444vw);
    line-height: 1.4545454545;
    top: max(-19px, -1.3194444444vw);
    left: min(61px, 4.2361111111vw);
  }
  .c-price01 .image-container .catch .space {
    padding-top: min(130px, 9.0277777778vw);
  }
  .c-price01 .image-container .catch .color {
    font-size: min(180px, 12.5vw);
    line-height: 1.45;
    margin-right: min(16px, 1.1111111111vw);
    margin-left: min(18px, 1.25vw);
  }
  .c-price01 .image-container .text {
    font-size: min(35px, 2.4305555556vw);
    line-height: 1.4571428571;
    right: min(6px, 0.4166666667vw);
    bottom: min(3px, 0.2083333333vw);
  }
  .c-price01 .image-container .box {
    font-size: min(56px, 3.8888888889vw);
    line-height: 1.4464285714;
    padding-block: min(41px, 2.8472222222vw);
  }
  .c-price01 .house-container {
    width: 100%;
    margin-top: min(83px, 5.7638888889vw);
  }
  .c-price01 .house-container .top {
    font-size: min(26px, 1.8055555556vw);
    line-height: 1.9230769231;
  }
  .c-price01 .house-container .top .color {
    font-size: min(40px, 2.7777777778vw);
    line-height: 1.25;
  }
  .c-price01 .house-container .top .large {
    font-size: min(38px, 2.6388888889vw);
    line-height: 1.3157894737;
  }
  .c-price01 .house-container .house {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(4, auto);
    justify-content: center;
    -moz-column-gap: min(26px, 1.8055555556vw);
         column-gap: min(26px, 1.8055555556vw);
    -webkit-clip-path: polygon(0 18%, 50% 0, 100% 18%, 100% 100%, 0 100%);
            clip-path: polygon(0 18%, 50% 0, 100% 18%, 100% 100%, 0 100%);
    margin-top: min(43px, 2.9861111111vw);
    padding-top: min(49px, 3.4027777778vw);
  }
  .c-price01 .house-container .house .catch {
    grid-column: 1/-1;
    grid-row: 1;
    font-size: min(21px, 1.4583333333vw);
    line-height: 1.9523809524;
  }
  .c-price01 .house-container .house .catch span::after {
    height: min(5.2px, 0.3611111111vw);
  }
  .c-price01 .house-container .house .head {
    grid-column: 1/-1;
    grid-row: 2;
    font-size: min(90px, 6.25vw);
    line-height: 1.4444444444;
    margin-top: min(18px, 1.25vw);
  }
  .c-price01 .house-container .house .middle {
    grid-column: 1;
    grid-row: 3;
  }
  .c-price01 .house-container .house .floor {
    grid-column: 1;
    grid-row: 4;
    font-size: min(27px, 1.875vw);
    line-height: 1.4444444444;
  }
  .c-price01 .house-container .house .price {
    grid-column: 2;
    grid-row: 3;
    font-size: min(68px, 4.7222222222vw);
    line-height: 1.4558823529;
    margin-top: max(-8px, -0.5555555556vw);
  }
  .c-price01 .house-container .house .price .dot {
    font-size: min(68px, 4.7222222222vw);
    line-height: 1.4558823529;
  }
  .c-price01 .house-container .house .price .small {
    font-size: min(68px, 4.7222222222vw);
    line-height: 1.4558823529;
  }
  .c-price01 .house-container .house .tax {
    grid-column: 2;
    grid-row: 4;
    justify-self: start;
    font-size: min(19px, 1.3194444444vw);
    line-height: 1.4210526316;
    margin-top: max(-10px, -0.6944444444vw);
    margin-left: min(48px, 3.3333333333vw);
  }
  .c-price01 .c-button {
    margin-top: min(60px, 4.1666666667vw);
  }
  .c-price01 .c-button .arrow {
    right: min(43px, 2.9861111111vw);
  }
  .c-price01 .banner-container {
    margin-top: min(70px, 4.8611111111vw);
  }
  .c-price01 .banner-container a {
    width: min(600px, 41.6666666667vw);
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .c-price01 .banner-container a:hover {
    opacity: 0.7;
  }
}
/*--------------------------------------------------------------
  select
--------------------------------------------------------------*/
.c-select .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 89.3333333333vw;
  margin-inline: auto;
}
.c-select .title {
  font-weight: 700;
  text-align: center;
  color: #3798E2;
  position: relative;
  z-index: 1;
}
.c-select .title::after {
  content: "";
  display: block;
  background-color: #FEFD01;
  width: 100%;
  height: 3.2vw;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.c-select .lead {
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
  text-align: center;
  white-space: nowrap;
  margin-top: 4vw;
}
.c-select .head {
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.4583333333;
  text-align: center;
  margin-top: 10.6666666667vw;
}
.c-select .text {
  font-size: 3.7333333333vw;
  line-height: 1.8571428571;
  letter-spacing: 0.03em;
  text-align: center;
  margin-top: 2.6666666667vw;
}
.c-select .list-container {
  margin-top: 9.3333333333vw;
}
.c-select .list-container .list {
  display: flex;
  flex-direction: column;
  row-gap: 4vw;
}
.c-select .banner-container {
  display: flex;
  align-items: center;
  margin-top: 10.6666666667vw;
}
.c-select .banner-container a {
  box-shadow: 0 10px 15px rgba(85, 85, 85, 0.16);
  width: 92vw;
}

@media (768px <= width) {
  .c-select .inner {
    width: min(1080px, 75vw);
  }
  .c-select .title::after {
    height: min(16px, 1.1111111111vw);
    bottom: min(10px, 0.6944444444vw);
  }
  .c-select .lead {
    font-size: min(18px, 1.25vw);
    line-height: 1.4444444444;
    margin-top: min(10px, 0.6944444444vw);
  }
  .c-select .head {
    font-size: min(35px, 2.4305555556vw);
    line-height: 1.4571428571;
    margin-top: min(50px, 3.4722222222vw);
  }
  .c-select .text {
    font-size: min(18px, 1.25vw);
    line-height: 1.4444444444;
    margin-top: min(18px, 1.25vw);
  }
  .c-select .list-container {
    margin-top: min(50px, 3.4722222222vw);
  }
  .c-select .list-container .list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    -moz-column-gap: min(37px, 2.5694444444vw);
         column-gap: min(37px, 2.5694444444vw);
  }
  .c-select .list-container .item {
    width: min(335px, 23.2638888889vw);
  }
  .c-select .banner-container {
    margin-top: min(80px, 5.5555555556vw);
  }
  .c-select .banner-container a {
    width: min(600px, 41.6666666667vw);
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .c-select .banner-container a:hover {
    opacity: 0.7;
  }
}
/*--------------------------------------------------------------
  zeh
--------------------------------------------------------------*/
.c-zeh .inner {
  width: 92vw;
  margin-inline: auto;
}
.c-zeh .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
.c-zeh .title .color {
  color: #3798E2;
  position: relative;
  z-index: 1;
}
.c-zeh .title .color::after {
  content: "";
  display: block;
  background-color: #FEFD02;
  width: 100%;
  height: 3.2vw;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transform: translateY(2px);
}
.c-zeh .catch {
  font-size: 5.3333333333vw;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
  color: #FF9831;
  margin-top: 4vw;
}
.c-zeh .note {
  font-size: 3.2vw;
  line-height: 1.4166666667;
  text-align: right;
  margin-top: 0.2666666667vw;
}
.c-zeh .list-container {
  margin-top: 12vw;
}
.c-zeh .list-container .list {
  display: grid;
  grid-template-columns: repeat(2, 42.6666666667vw);
  gap: 4vw;
}
.c-zeh .list-container .item {
  display: flex;
  flex-direction: column;
}
.c-zeh .list-container .text-container {
  background-color: #585858;
  border: solid 1px #707070;
  padding-block: 3.6vw;
}
.c-zeh .list-container .text-container .top {
  font-size: 2.6666666667vw;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff;
}
.c-zeh .list-container .text-container .bottom {
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.2142857143;
  letter-spacing: 0.02em;
  text-align: center;
  color: #FF9831;
}
.c-zeh .list-container .image img {
  aspect-ratio: 300/136;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-zeh .list-container .label-container {
  flex-grow: 1;
  margin-top: 1.3333333333vw;
}
.c-zeh .list-container .label-container .label-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.0666666667vw;
}
.c-zeh .list-container .label-container .label-item {
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: center;
  background-color: #E5F4FF;
  border-radius: 2.6666666667vw;
  padding-block: 0.4vw;
  padding-inline: 0.8vw;
}

@media (768px <= width) {
  .c-zeh .inner {
    width: min(1290px, 89.5833333333vw);
  }
  .c-zeh .title {
    font-size: min(36px, 2.5vw);
    line-height: 1.25;
  }
  .c-zeh .title .color::after {
    height: min(16px, 1.1111111111vw);
  }
  .c-zeh .catch {
    font-size: min(30px, 2.0833333333vw);
    line-height: 1.4666666667;
    margin-top: min(37px, 2.5694444444vw);
  }
  .c-zeh .note {
    font-size: min(12px, 0.8333333333vw);
    font-weight: 300;
    width: min(455px, 31.5972222222vw);
    margin-top: 0;
    margin-inline: auto;
  }
  .c-zeh .list-container {
    margin-top: min(48px, 3.3333333333vw);
  }
  .c-zeh .list-container .list {
    display: grid;
    grid-template-columns: repeat(4, min(300px, 20.8333333333vw));
    gap: min(30px, 2.0833333333vw);
  }
  .c-zeh .list-container .text-container {
    padding-block: min(13.5px, 0.9375vw);
  }
  .c-zeh .list-container .text-container .top {
    font-size: min(19px, 1.3194444444vw);
    line-height: 1.4210526316;
  }
  .c-zeh .list-container .text-container .bottom {
    font-size: min(22px, 1.5277777778vw);
    line-height: 1.2272727273;
  }
  .c-zeh .list-container .label-container {
    margin-top: min(12px, 0.8333333333vw);
  }
  .c-zeh .list-container .label-container .label-list {
    gap: min(9px, 0.625vw);
  }
  .c-zeh .list-container .label-container .label-item {
    font-size: min(17px, 1.1805555556vw);
    letter-spacing: 0.05em;
    border-radius: min(10px, 0.6944444444vw);
    padding-block: min(4px, 0.2777777778vw);
    padding-inline: min(6px, 0.4166666667vw);
  }
}
/*--------------------------------------------------------------
  showroom-cta01
--------------------------------------------------------------*/
.c-showroom-cta01 .top {
  background-color: #272d33;
  border: solid 1px #707070;
  padding-top: 3.4666666667vw;
}
.c-showroom-cta01 .top .title {
  font-weight: 700;
  font-size: 5.8666666667vw;
  line-height: 1.4545454545;
  text-align: center;
  color: #ffffff;
}
.c-showroom-cta01 .top .text {
  font-size: 3.4666666667vw;
  text-align: center;
  color: #ffffff;
  margin-top: 1.0666666667vw;
}
.c-showroom-cta01 .top .text span {
  font-size: 4.8vw;
  line-height: 1.4444444444;
}
.c-showroom-cta01 .top .catch {
  font-size: 6.9333333333vw;
  font-weight: 700;
  line-height: 1.1538461538;
  letter-spacing: 0.08em;
  text-align: center;
  color: #ff9831;
  margin-top: 3.7333333333vw;
}
.c-showroom-cta01 .top .image {
  background-color: #333333;
  margin-top: 4vw;
  padding-block: 2.6666666667vw;
}
.c-showroom-cta01 .bottom {
  margin-top: 13.3333333333vw;
}
.c-showroom-cta01 .bottom .catch {
  font-size: 5.8666666667vw;
  font-weight: 700;
  line-height: 1.4545454545;
  text-align: center;
  color: #3798e2;
}
.c-showroom-cta01 .bottom .text {
  font-size: 4.2666666667vw;
  text-align: center;
  margin-top: 0.5333333333vw;
}
.c-showroom-cta01 .bottom .banner-container {
  display: flex;
  justify-content: center;
  margin-top: 5.3333333333vw;
}
.c-showroom-cta01 .bottom .banner-container a {
  width: 92vw;
}

@media (768px <= width) {
  .c-showroom-cta01 .top {
    padding-top: min(30px, 2.0833333333vw);
    padding-bottom: min(53px, 3.6805555556vw);
  }
  .c-showroom-cta01 .top .title {
    font-size: min(29px, 2.0138888889vw);
    line-height: 1.4482758621;
  }
  .c-showroom-cta01 .top .text {
    font-size: min(16px, 1.1111111111vw);
    margin-top: min(3px, 0.2083333333vw);
  }
  .c-showroom-cta01 .top .text span {
    font-size: min(20px, 1.3888888889vw);
    line-height: 1.45;
  }
  .c-showroom-cta01 .top .catch {
    font-size: min(36px, 2.5vw);
    line-height: 1.4444444444;
    margin-top: min(17px, 1.1805555556vw);
  }
  .c-showroom-cta01 .top .image {
    background-color: transparent;
    margin-top: min(45px, 3.125vw);
    padding-block: 0;
  }
  .c-showroom-cta01 .bottom {
    margin-top: min(90px, 6.25vw);
  }
  .c-showroom-cta01 .bottom .catch {
    font-size: min(36px, 2.5vw);
    line-height: 1.4444444444;
  }
  .c-showroom-cta01 .bottom .text {
    font-size: min(24px, 1.6666666667vw);
    line-height: 1.4583333333;
    margin-top: min(4px, 0.2777777778vw);
  }
  .c-showroom-cta01 .bottom .banner-container {
    margin-top: min(45px, 3.125vw);
  }
  .c-showroom-cta01 .bottom .banner-container a {
    width: min(1080px, 75vw);
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .c-showroom-cta01 .bottom .banner-container a:hover {
    opacity: 0.7;
  }
}
/*--------------------------------------------------------------
  showroom-cta02
--------------------------------------------------------------*/
.c-showroom-cta02 .top {
  background-color: #272d33;
  border: solid 1px #707070;
  padding-top: 3.4666666667vw;
}
.c-showroom-cta02 .top .title {
  font-size: 5.8666666667vw;
  font-weight: 700;
  line-height: 1.4545454545;
  text-align: center;
  color: #ffffff;
}
.c-showroom-cta02 .top .text {
  font-size: 3.4666666667vw;
  text-align: center;
  color: #ffffff;
  margin-top: 1.0666666667vw;
}
.c-showroom-cta02 .top .text span {
  font-size: 4.8vw;
  line-height: 1.4444444444;
}
.c-showroom-cta02 .top .catch {
  font-size: 6.9333333333vw;
  font-weight: 700;
  line-height: 1.1538461538;
  letter-spacing: 0.08em;
  text-align: center;
  color: #ff9831;
  margin-top: 3.7333333333vw;
}
.c-showroom-cta02 .top .image {
  background-color: #333333;
  margin-top: 4vw;
  padding-block: 2.6666666667vw;
}
.c-showroom-cta02 .bottom {
  margin-top: 6.6666666667vw;
}
.c-showroom-cta02 .bottom .catch {
  font-size: 4.5333333333vw;
  font-weight: 500;
  line-height: 1.5882352941;
  text-align: center;
}
.c-showroom-cta02 .bottom .text {
  font-size: 3.2vw;
  line-height: 1.6666666667;
  text-align: center;
  margin-top: 3.2vw;
}
.c-showroom-cta02 .bottom .c-button {
  margin-top: 8vw;
}
.c-showroom-cta02 .bottom .c-button .arrow {
  right: 4vw;
}

@media (768px <= width) {
  .c-showroom-cta02 .top {
    padding-top: min(30px, 2.0833333333vw);
    padding-bottom: min(53px, 3.6805555556vw);
  }
  .c-showroom-cta02 .top .title {
    font-size: min(29px, 2.0138888889vw);
    line-height: 1.4482758621;
  }
  .c-showroom-cta02 .top .text {
    font-size: min(16px, 1.1111111111vw);
    margin-top: min(3px, 0.2083333333vw);
  }
  .c-showroom-cta02 .top .text span {
    font-size: min(20px, 1.3888888889vw);
    line-height: 1.45;
  }
  .c-showroom-cta02 .top .catch {
    font-size: min(36px, 2.5vw);
    line-height: 1.4444444444;
    margin-top: min(17px, 1.1805555556vw);
  }
  .c-showroom-cta02 .top .image {
    background-color: transparent;
    margin-top: min(45px, 3.125vw);
    padding-block: 0;
  }
  .c-showroom-cta02 .bottom {
    margin-top: min(110px, 7.6388888889vw);
  }
  .c-showroom-cta02 .bottom .catch {
    font-size: min(28px, 1.9444444444vw);
    line-height: 1.4285714286;
  }
  .c-showroom-cta02 .bottom .text {
    font-size: min(16px, 1.1111111111vw);
    line-height: 1.375;
    margin-top: min(15px, 1.0416666667vw);
  }
  .c-showroom-cta02 .bottom .c-button {
    width: min(315px, 21.875vw);
    margin-top: min(30px, 2.0833333333vw);
  }
  .c-showroom-cta02 .bottom .c-button a {
    justify-content: normal;
    font-size: min(17px, 1.1805555556vw);
    padding-left: min(16px, 1.1111111111vw);
  }
  .c-showroom-cta02 .bottom .c-button a::after {
    width: min(305px, 21.1805555556vw);
  }
  .c-showroom-cta02 .bottom .c-button .arrow {
    right: min(15px, 1.0416666667vw);
  }
}
/*--------------------------------------------------------------
  facility
--------------------------------------------------------------*/
.c-facility .inner {
  width: 89.3333333333vw;
  margin-inline: auto;
}
.c-facility .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.375;
  text-align: center;
}
.c-facility .title .small {
  font-size: 4vw;
}
.c-facility .title .color {
  color: #ff9831;
}
.c-facility .title span span:nth-of-type(2) {
  position: relative;
  z-index: 1;
}
.c-facility .title span span:nth-of-type(2)::after {
  content: "";
  display: block;
  background-color: #ffdc64;
  width: 100%;
  height: 2.6666666667vw;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.c-facility .list-container {
  margin-top: 9.3333333333vw;
}
.c-facility .list-container .list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.8vw;
       column-gap: 0.8vw;
  row-gap: 5.8666666667vw;
}
.c-facility .list-container .item {
  display: flex;
  flex-direction: column;
}
.c-facility .list-container .item:nth-of-type(-n + 14) {
  width: 44vw;
}
.c-facility .list-container .item:nth-of-type(n + 15) {
  width: 29.0666666667vw;
}
.c-facility .list-container .item .image img {
  aspect-ratio: 165/113;
}
.c-facility .list-container .item .text-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.c-facility .list-container .item .text {
  flex-grow: 1;
  font-size: 2.9333333333vw;
  font-weight: 500;
  line-height: 1.4545454545;
  text-align: center;
  color: #6f6f6e;
  margin-top: 2.4vw;
}
.c-facility .list-container .item .text span {
  font-size: 2.6666666667vw;
  transform: scale(0.8);
}
.c-facility .list-container .item .button {
  display: flex;
  justify-content: center;
  margin-top: 1.6vw;
}
.c-facility .list-container .item .button button {
  font-size: 2.6666666667vw;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  background-color: #3798e2;
  border-radius: 5px;
  padding-block: 1.4666666667vw;
  padding-right: 7.3333333333vw;
  padding-left: 4.1333333333vw;
  position: relative;
}
.c-facility .list-container .item .button .arrow {
  line-height: 1;
  width: 2.6666666667vw;
  position: absolute;
  top: 50%;
  right: 2.6666666667vw;
  transform: translateY(-50%);
}
.c-facility .modal {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  inset: 0;
  z-index: 4;
  transition: all 0.3s ease-out;
}
.c-facility .modal .modal-card {
  background-color: #fff;
  width: 90%;
  height: 60%;
  padding-block: 13.3333333333vw;
  padding-inline: 8vw;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  animation: modal-show 0.3s linear 0s;
}
.c-facility .modal .modal-close {
  width: 5.3333333333vw;
  aspect-ratio: 1/1;
  position: absolute;
  top: 2.6666666667vw;
  right: 2.6666666667vw;
  z-index: 1;
}
.c-facility .modal .modal-close::before, .c-facility .modal .modal-close::after {
  content: "";
  display: block;
  background-color: #333333;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.c-facility .modal .modal-close::before {
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.c-facility .modal .modal-close::after {
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.c-facility .modal .modal-content {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.c-facility .modal .modal-head {
  font-size: 5.3333333333vw;
  text-align: center;
}
.c-facility .modal .modal-head span {
  font-size: 3.2vw;
}
.c-facility .modal .modal-image {
  margin-top: 8vw;
}
.c-facility .modal .modal-text {
  font-size: 3.7333333333vw;
  margin-top: 8vw;
}

@media (768px <= width) {
  .c-facility .inner {
    width: min(1080px, 75vw);
  }
  .c-facility .title {
    font-size: min(36px, 2.5vw);
    line-height: 1.3888888889;
  }
  .c-facility .title .small {
    font-size: min(28px, 1.9444444444vw);
  }
  .c-facility .title span:nth-of-type(2) {
    position: relative;
    z-index: 1;
  }
  .c-facility .title span:nth-of-type(2)::after {
    content: "";
    display: block;
    background-color: #ffdc64;
    width: 100%;
    height: min(10px, 0.6944444444vw);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .c-facility .title span span:nth-of-type(2)::after {
    display: none;
  }
  .c-facility .list-container {
    margin-top: min(60px, 4.1666666667vw);
  }
  .c-facility .list-container .list {
    display: grid;
    grid-template-columns: repeat(4, min(240px, 16.6666666667vw));
    -moz-column-gap: min(40px, 2.7777777778vw);
         column-gap: min(40px, 2.7777777778vw);
    row-gap: min(60px, 4.1666666667vw);
  }
  .c-facility .list-container .item {
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(167, 143, 63, 0.16);
  }
  .c-facility .list-container .item:nth-of-type(-n + 14) {
    width: 100%;
  }
  .c-facility .list-container .item:nth-of-type(n + 15) {
    width: 100%;
  }
  .c-facility .list-container .item .image img {
    aspect-ratio: 240/145;
  }
  .c-facility .list-container .item .text-container {
    padding-top: min(8.5px, 0.5902777778vw);
    padding-bottom: min(15px, 1.0416666667vw);
  }
  .c-facility .list-container .item .text {
    font-size: min(16px, 1.1111111111vw);
    line-height: 1.5;
    margin-top: 0;
  }
  .c-facility .list-container .item .text span {
    font-size: min(12px, 0.8333333333vw);
    transform: scale(1);
  }
  .c-facility .list-container .item .button {
    margin-top: min(10.5px, 0.7291666667vw);
  }
  .c-facility .list-container .item .button button {
    font-size: min(13px, 0.9027777778vw);
    line-height: 1.4615384615;
    border-radius: 5px;
    padding-block: min(9px, 0.625vw);
    padding-right: min(47.7px, 3.3125vw);
    padding-left: min(19.3px, 1.3402777778vw);
    transition: opacity 0.3s ease-out;
    cursor: pointer;
  }
}
@media (768px <= width) and (hover: hover) {
  .c-facility .list-container .item .button button:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .c-facility .list-container .item .button .arrow {
    width: min(12.9px, 0.8958333333vw);
    right: min(11.8px, 0.8194444444vw);
  }
  .c-facility .modal .modal-card {
    height: auto;
    padding-block: min(50px, 3.4722222222vw);
    padding-inline: min(30px, 2.0833333333vw);
  }
  .c-facility .modal .modal-close {
    width: min(30px, 2.0833333333vw);
    top: min(20px, 1.3888888889vw);
    right: min(20px, 1.3888888889vw);
    cursor: pointer;
  }
  .c-facility .modal .modal-head {
    font-size: min(30px, 2.0833333333vw);
  }
  .c-facility .modal .modal-head span {
    font-size: min(18px, 1.25vw);
  }
  .c-facility .modal .modal-image {
    width: 30%;
    margin-top: min(30px, 2.0833333333vw);
    margin-inline: auto;
  }
  .c-facility .modal .modal-text {
    font-size: min(18px, 1.25vw);
    margin-top: min(30px, 2.0833333333vw);
  }
}
/*--------------------------------------------------------------
  voice01
--------------------------------------------------------------*/
.c-voice01 .c-section-title {
  background-color: #fff;
  padding-bottom: 6.4vw;
  position: relative;
  z-index: 1;
}
.c-voice01 .c-section-title .en {
  width: 20.8vw;
}
.c-voice01 .introduction {
  filter: drop-shadow(0 10px 15px rgba(127, 160, 184, 0.16));
}
.c-voice01 .introduction .shadow {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 74%, 50% 100%, 0 74%);
          clip-path: polygon(0 0, 100% 0, 100% 74%, 50% 100%, 0 74%);
  background-color: #fff;
  padding-bottom: 14.6666666667vw;
  position: relative;
  z-index: 0;
}
.c-voice01 .introduction .shadow::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 5.3333333333vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateY(-100%);
}
.c-voice01 .introduction .text {
  font-size: 5.6vw;
  font-weight: 700;
  line-height: 1.8095238095;
  text-align: center;
  color: #3798e2;
}
.c-voice01 .list-container {
  width: 92vw;
  margin-inline: auto;
  margin-top: 16vw;
}
.c-voice01 .list-container .list {
  display: flex;
  flex-direction: column;
  row-gap: 16vw;
}
.c-voice01 .list-container .item {
  display: grid;
  grid-template-columns: 37.3333333333vw 38.1333333333vw;
  grid-template-rows: repeat(2, auto);
  justify-content: space-between;
  row-gap: 4.2666666667vw;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(112, 148, 174, 0.45);
  padding-top: 10.1333333333vw;
  padding-inline: 5.0666666667vw;
  padding-bottom: 15.4666666667vw;
  position: relative;
}
.c-voice01 .list-container .label {
  width: 49.6vw;
  position: absolute;
  top: -4.3466666667vw;
  left: -1.7333333333vw;
  z-index: 1;
}
.c-voice01 .list-container .image {
  align-self: end;
  border-radius: 2.1333333333vw;
  position: relative;
  overflow: hidden;
}
.c-voice01 .list-container .image::before {
  content: "";
  display: block;
  background-color: rgba(51, 51, 51, 0.15);
  border-radius: 2.1333333333vw;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.c-voice01 .list-container .info {
  display: flex;
  flex-direction: column;
  row-gap: 1.3333333333vw;
}
.c-voice01 .list-container .loan {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.4285714286;
  text-align: center;
  color: #3798E2;
  background-color: #E5F4FF;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding-block: 1.3333333333vw;
}
.c-voice01 .list-container .monthly {
  background-color: #FFFEEB;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-block: 1.7333333333vw;
}
.c-voice01 .list-container .monthly p {
  font-weight: 500;
  text-align: center;
}
.c-voice01 .list-container .monthly p:first-of-type {
  font-size: 3.4666666667vw;
  line-height: 1.4615384615;
}
.c-voice01 .list-container .monthly p:last-of-type {
  font-size: 6.6666666667vw;
  line-height: 1.44;
}
.c-voice01 .list-container .monthly p:last-of-type span {
  font-size: 3.2vw;
  line-height: 1.4166666667;
  margin-left: 1.3333333333vw;
}
.c-voice01 .list-container .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.3333333333vw;
}
.c-voice01 .list-container .bottom p {
  font-size: 2.9333333333vw;
  font-weight: 500;
  line-height: 1.4545454545;
  text-align: center;
}
.c-voice01 .list-container .bottom p:first-of-type {
  font-size: 3.2vw;
  line-height: 1.4166666667;
}
.c-voice01 .list-container .text-container {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  row-gap: 5.3333333333vw;
  align-items: center;
  width: 79.4666666667vw;
  margin-inline: auto;
}
.c-voice01 .list-container .text-container .head {
  font-size: 5.3333333333vw;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  background-image: url("/wp-content/themes/clonos-home/assets/img/section-title-deco-yellow.svg");
  background-size: 9.0666666667vw auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-top: 6.4vw;
}
.c-voice01 .list-container .text-container .text {
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 2.1538461538;
}
.c-voice01 .list-container .number {
  width: 33.8666666667vw;
  position: absolute;
  right: 4vw;
  bottom: 5.3333333333vw;
  z-index: 1;
}
.c-voice01 .banner-container {
  display: flex;
  justify-content: center;
  margin-top: 16vw;
}
.c-voice01 .banner-container a {
  box-shadow: 0 10px 15px rgba(85, 85, 85, 0.16);
  width: 92vw;
}
.c-voice01 .c-button {
  margin-top: 6.6666666667vw;
}
.c-voice01 .c-button .arrow {
  right: 4vw;
}

@media (768px <= width) {
  .c-voice01 .c-section-title {
    padding-bottom: min(51px, 3.5416666667vw);
  }
  .c-voice01 .c-section-title .en {
    width: min(126px, 8.75vw);
  }
  .c-voice01 .introduction .shadow {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 58%, 50% 100%, 0 58%);
            clip-path: polygon(0 0, 100% 0, 100% 58%, 50% 100%, 0 58%);
    padding-bottom: min(102px, 7.0833333333vw);
  }
  .c-voice01 .introduction .shadow::before {
    height: min(20px, 1.3888888889vw);
  }
  .c-voice01 .introduction .text {
    font-size: min(30px, 2.0833333333vw);
    font-weight: 500;
    line-height: 1.7;
  }
  .c-voice01 .list-container {
    width: min(900px, 62.5vw);
    margin-top: min(72px, 5vw);
  }
  .c-voice01 .list-container .list {
    row-gap: min(78px, 5.4166666667vw);
  }
  .c-voice01 .list-container .item {
    display: grid;
    grid-template-columns: min(160px, 11.1111111111vw) min(187px, 12.9861111111vw) min(473px, 32.8472222222vw);
    grid-template-rows: auto;
    justify-content: normal;
    border-radius: 8px;
    padding-top: min(43px, 2.9861111111vw);
    padding-inline: min(33px, 2.2916666667vw);
    padding-bottom: min(46px, 3.1944444444vw);
  }
  .c-voice01 .list-container .label {
    width: min(186px, 12.9166666667vw);
    top: min(-16.3px, -1.1319444444vw);
    left: min(-6.5px, -0.4513888889vw);
  }
  .c-voice01 .list-container .image {
    align-self: start;
    border-radius: min(8px, 0.5555555556vw);
    margin-top: min(35px, 2.4305555556vw);
  }
  .c-voice01 .list-container .image::before {
    border-radius: min(8px, 0.5555555556vw);
  }
  .c-voice01 .list-container .info {
    row-gap: min(5.7px, 0.3958333333vw);
    margin-top: min(35px, 2.4305555556vw);
    margin-left: min(23px, 1.5972222222vw);
  }
  .c-voice01 .list-container .loan {
    font-size: min(15px, 1.0416666667vw);
    line-height: 1.4;
    padding-block: min(5.7px, 0.3958333333vw) min(7.6px, 0.5277777778vw);
  }
  .c-voice01 .list-container .monthly {
    padding-block: min(7.4px, 0.5138888889vw) min(8.7px, 0.6041666667vw);
  }
  .c-voice01 .list-container .monthly p:first-of-type {
    font-size: min(14px, 0.9722222222vw);
    line-height: 1.4285714286;
  }
  .c-voice01 .list-container .monthly p:last-of-type {
    font-size: min(28px, 1.9444444444vw);
    line-height: 1.4285714286;
  }
  .c-voice01 .list-container .monthly p:last-of-type span {
    font-size: min(12px, 0.8333333333vw);
    margin-left: min(8.1px, 0.5625vw);
  }
  .c-voice01 .list-container .bottom {
    row-gap: min(7px, 0.4861111111vw);
  }
  .c-voice01 .list-container .bottom p {
    font-size: min(12px, 0.8333333333vw);
    line-height: 1.4166666667;
  }
  .c-voice01 .list-container .bottom p:first-of-type {
    font-size: min(12px, 0.8333333333vw);
  }
  .c-voice01 .list-container .text-container {
    grid-column: 3;
    row-gap: min(23px, 1.5972222222vw);
    width: auto;
    margin-left: min(40px, 2.7777777778vw);
  }
  .c-voice01 .list-container .text-container .head {
    font-size: min(22px, 1.5277777778vw);
    line-height: 1.4545454545;
    background-size: min(41px, 2.8472222222vw) auto;
    padding-top: min(30px, 2.0833333333vw);
  }
  .c-voice01 .list-container .text-container .text {
    font-size: min(15px, 1.0416666667vw);
    font-weight: 400;
    line-height: 1.8666666667;
  }
  .c-voice01 .list-container .number {
    width: min(127px, 8.8194444444vw);
    right: min(50px, 3.4722222222vw);
    bottom: min(20px, 1.3888888889vw);
  }
  .c-voice01 .banner-container {
    margin-top: min(50px, 3.4722222222vw);
  }
  .c-voice01 .banner-container a {
    width: min(600px, 41.6666666667vw);
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .c-voice01 .banner-container a:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .c-voice01 .c-button {
    width: min(364px, 25.2777777778vw);
    margin-top: min(60px, 4.1666666667vw);
  }
  .c-voice01 .c-button a::after {
    width: min(354px, 24.5833333333vw);
  }
  .c-voice01 .c-button .arrow {
    right: min(30px, 2.0833333333vw);
  }
}
/*--------------------------------------------------------------
  voice02
--------------------------------------------------------------*/
.c-voice02 .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-voice02 .lead {
  font-size: 4.2666666667vw;
  font-weight: 700;
  line-height: 2.125;
  text-align: center;
}
.c-voice02 .title {
  font-size: 6.6666666667vw;
  font-weight: 700;
  line-height: 1.36;
  text-align: center;
  color: #3798e2;
  position: relative;
  z-index: 1;
}
.c-voice02 .title::after {
  content: "";
  display: block;
  background-color: #ffdc64;
  width: 100%;
  height: 2.6666666667vw;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.c-voice02 .wrapper {
  display: grid;
  grid-template-columns: 37.3333333333vw 33.3333333333vw;
  justify-content: center;
  -moz-column-gap: 2.6666666667vw;
       column-gap: 2.6666666667vw;
  row-gap: 4vw;
  margin-top: 4vw;
}
.c-voice02 .wrapper .image {
  grid-column: 1;
}
.c-voice02 .wrapper .info {
  grid-column: 2;
  margin-top: 5.3333333333vw;
}
.c-voice02 .wrapper .info p {
  display: flex;
  flex-direction: column;
  row-gap: 3.2vw;
  font-size: 2.6666666667vw;
  font-weight: 500;
  line-height: 1.3;
}
.c-voice02 .wrapper .info .large {
  font-size: 3.2vw;
}
.c-voice02 .wrapper .text-container {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  row-gap: 1.6vw;
  font-size: 2.6666666667vw;
  font-weight: 500;
  line-height: 1.3;
}
.c-voice02 .wrapper .text-container .top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2.6666666667vw;
       column-gap: 2.6666666667vw;
  text-align: center;
}
.c-voice02 .wrapper .text-container .top::before, .c-voice02 .wrapper .text-container .top::after {
  content: "";
  display: block;
  background-color: #333333;
  width: 1px;
  height: 8.2666666667vw;
  transform-origin: bottom;
}
.c-voice02 .wrapper .text-container .top::before {
  transform: rotate(-27deg);
}
.c-voice02 .wrapper .text-container .top::after {
  transform: rotate(27deg);
}
.c-voice02 .c-button {
  margin-top: 6.6666666667vw;
}
.c-voice02 .c-button .arrow {
  right: 4vw;
}

@media (768px <= width) {
  .c-voice02 .lead {
    font-size: min(28px, 1.9444444444vw);
    line-height: 1.6428571429;
  }
  .c-voice02 .title {
    font-size: min(36px, 2.5vw);
    line-height: 1.2777777778;
  }
  .c-voice02 .title::after {
    height: min(10px, 0.6944444444vw);
  }
  .c-voice02 .wrapper {
    display: grid;
    grid-template-columns: min(310px, 21.5277777778vw) min(453px, 31.4583333333vw);
    grid-template-rows: repeat(2, auto);
    align-items: center;
    -moz-column-gap: min(52px, 3.6111111111vw);
         column-gap: min(52px, 3.6111111111vw);
    row-gap: min(15px, 1.0416666667vw);
    margin-top: min(100px, 6.9444444444vw);
  }
  .c-voice02 .wrapper .image {
    grid-column: 1;
    grid-row: 1;
  }
  .c-voice02 .wrapper .info {
    grid-column: 1;
    grid-row: 2;
    margin-top: 0;
  }
  .c-voice02 .wrapper .info p {
    row-gap: min(8px, 0.5555555556vw);
    font-size: min(12px, 0.8333333333vw);
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
  }
  .c-voice02 .wrapper .info .large {
    font-size: min(16px, 1.1111111111vw);
  }
  .c-voice02 .wrapper .text-container {
    grid-column: 2;
    grid-row: 1/-1;
    justify-content: center;
    row-gap: min(20px, 1.3888888889vw);
  }
  .c-voice02 .wrapper .text-container .top {
    align-items: flex-end;
    -moz-column-gap: min(10px, 0.6944444444vw);
         column-gap: min(10px, 0.6944444444vw);
    font-size: min(22px, 1.5277777778vw);
    line-height: 1.6363636364;
  }
  .c-voice02 .wrapper .text-container .top::before, .c-voice02 .wrapper .text-container .top::after {
    height: min(45px, 3.125vw);
    margin-bottom: min(8px, 0.5555555556vw);
  }
  .c-voice02 .wrapper .text-container .top::before {
    transform: rotate(-20deg);
  }
  .c-voice02 .wrapper .text-container .top::after {
    transform: rotate(20deg);
  }
  .c-voice02 .wrapper .text-container .text {
    font-size: min(15px, 1.0416666667vw);
    font-weight: 400;
    line-height: 1.8;
    padding-inline: min(10px, 0.6944444444vw);
  }
  .c-voice02 .c-button {
    width: min(365px, 25.3472222222vw);
    margin-top: min(72px, 5vw);
  }
  .c-voice02 .c-button a {
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .c-voice02 .c-button a:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .c-voice02 .c-button a::after {
    width: min(354px, 24.5833333333vw);
  }
  .c-voice02 .c-button .arrow {
    right: min(30px, 2.0833333333vw);
  }
}
/*--------------------------------------------------------------
  showroom01
--------------------------------------------------------------*/
.c-showroom01 .inner {
  padding-top: 2.6666666667vw;
  position: relative;
}
.c-showroom01 .c-section-title .en {
  width: 18.4vw;
}
.c-showroom01 .deco {
  width: 19.4666666667vw;
  position: absolute;
  top: 0;
  left: 4vw;
}
.c-showroom01 .catch {
  font-size: 6.4vw;
  font-weight: 500;
  line-height: 1.4583333333;
  text-align: center;
  margin-top: 9.6vw;
}
.c-showroom01 .catch span {
  padding-top: 1.6vw;
  position: relative;
}
.c-showroom01 .catch span::before {
  content: "";
  display: block;
  background-color: #3798E2;
  border-radius: 50%;
  width: 1.0666666667vw;
  height: 1.0666666667vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-showroom01 .list-container {
  width: 92vw;
  margin-inline: auto;
  margin-top: 8vw;
}
.c-showroom01 .list-container .list {
/*   display: grid;
  grid-template-columns: repeat(2, 44vw);
  -moz-column-gap: 4vw;
       column-gap: 4vw;
  row-gap: 5.3333333333vw; */
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.c-showroom01 .list-container .item {
/*   display: contents; */
	width: 25%
}
.c-showroom01 .list-container .item a {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 5px 10px rgba(167, 143, 63, 0.16);
  overflow: hidden;
}
.c-showroom01 .list-container .image {
  max-height: 24vw;
  position: relative;
  overflow: hidden;
}
.c-showroom01 .list-container .image::before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.25);
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.c-showroom01 .list-container .image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.c-showroom01 .list-container .flag {
  font-family: "sofia-pro", sans-serif;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.1333333333;
  color: #fff;
  background-color: #333333;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 90%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 90%, 0 100%);
  padding-top: 2.1333333333vw;
  padding-inline: 2.1333333333vw;
  padding-bottom: 3.4666666667vw;
  position: absolute;
  top: 0;
  left: 1.3333333333vw;
  z-index: 2;
}
.c-showroom01 .list-container .flag::before, .c-showroom01 .list-container .flag::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 0.5px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}
.c-showroom01 .list-container .flag::before {
  left: 0.6666666667vw;
}
.c-showroom01 .list-container .flag::after {
  right: 0.6666666667vw;
}
.c-showroom01 .list-container .text-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: #3798E2;
  padding: 2.1333333333vw;
}
.c-showroom01 .list-container .shop {
  font-size: 4.2666666667vw;
  font-weight: 500;
  text-align: center;
  color: #fff;
  position: relative;
}
.c-showroom01 .list-container .shop .arrow {
  width: 1.3333333333vw;
  position: absolute;
  top: 50%;
  right: 3.2vw;
  transform: translateY(-50%);
}
.c-showroom01 .list-container .address {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.6666666667;
  color: #fff;
  margin-top: 2.6666666667vw;
}
.c-showroom01 .list-container .tel {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.8333333333;
  color: #fff;
  margin-top: 1.3333333333vw;
}
.c-showroom01 .map-container {
  height: 58.6666666667vw;
  margin-top: 8vw;
  padding-block: 2.6666666667vw;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.map-container-sp {
  display: none;
}
@media screen and (max-width: 767px) {
.map-container-pc {
  display: none;
}
.map-container-sp {
  display: block;
}
}
.c-showroom01 .map-container::before, .c-showroom01 .map-container::after {
  content: "";
  display: block;
  background-color: #333333;
  width: 100%;
  height: 2.6666666667vw;
  position: absolute;
  left: 0;
  z-index: 1;
}
.c-showroom01 .map-container::before {
  top: 0;
}
.c-showroom01 .map-container::after {
  bottom: 0;
}
.c-showroom01 .map-container iframe {
  width: 100%;
  height: calc(100% + 100px);
  margin-top: -100px;
  position: relative;
  z-index: 0;
}
.c-showroom01 .image-container {
  display: grid;
  grid-template-columns: repeat(4, 24.8vw);
  -moz-column-gap: 0.2666666667vw;
       column-gap: 0.2666666667vw;
  margin-top: 2.6666666667vw;
}
.c-showroom01 .c-button {
  margin-top: 10.6666666667vw;
}
.c-showroom01 .c-button .arrow {
  right: 5.3333333333vw;
}
.c-showroom01 .banner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8vw;
  width: 92vw;
  margin-top: 13.3333333333vw;
  margin-inline: auto;
}
.c-showroom01 .banner-container .banner02 {
  box-shadow: 0 10px 15px rgba(85, 85, 85, 0.16);
}

@media (768px <= width) {
  .c-showroom01 .inner {
    width: min(1290px, 89.5833333333vw);
    margin-inline: auto;
    padding-top: min(18px, 1.25vw);
  }
  .c-showroom01 .c-section-title .en {
    width: min(131px, 9.0972222222vw);
  }
  .c-showroom01 .deco {
    width: min(138px, 9.5833333333vw);
    left: min(352px, 24.4444444444vw);
  }
  .c-showroom01 .catch {
    font-size: min(29px, 2.0138888889vw);
    line-height: 1.4482758621;
    margin-top: min(60px, 4.1666666667vw);
  }
  .c-showroom01 .catch span {
    padding-top: min(9px, 0.625vw);
  }
  .c-showroom01 .catch span::before {
    width: min(5px, 0.3472222222vw);
    height: min(5px, 0.3472222222vw);
  }
  .c-showroom01 .list-container {
    width: 100%;
    margin-top: min(30px, 2.0833333333vw);
  }
  .c-showroom01 .list-container .list {
    grid-template-columns: repeat(4, min(300px, 20.8333333333vw));
    -moz-column-gap: min(30px, 2.0833333333vw);
         column-gap: min(30px, 2.0833333333vw);
  }
  .c-showroom01 .list-container .item a {
    border-radius: 6px;
  }
}
@media (768px <= width) and (hover: hover) {
  .c-showroom01 .list-container .item a:hover .image {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .c-showroom01 .list-container .image {
    max-height: min(165px, 11.4583333333vw);
    transition: opacity 0.3s ease-out;
  }
  .c-showroom01 .list-container .image::before {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .c-showroom01 .list-container .flag {
    font-size: min(26px, 1.8055555556vw);
    line-height: 1.1538461538;
    padding-top: min(15px, 1.0416666667vw);
    padding-inline: min(15px, 1.0416666667vw);
    padding-bottom: min(24px, 1.6666666667vw);
    left: min(9px, 0.625vw);
  }
  .c-showroom01 .list-container .flag::before {
    left: min(4.6px, 0.3194444444vw);
  }
  .c-showroom01 .list-container .flag::after {
    right: min(4.6px, 0.3194444444vw);
  }
  .c-showroom01 .list-container .text-container {
    padding: min(15px, 1.0416666667vw) min(20px, 1.3888888889vw);
  }
  .c-showroom01 .list-container .shop {
    font-size: min(24px, 1.6666666667vw);
    line-height: 1.4583333333;
  }
  .c-showroom01 .list-container .shop .arrow {
    width: min(8px, 0.5555555556vw);
    right: min(50px, 3.4722222222vw);
  }
  .c-showroom01 .list-container .address {
    font-size: min(14px, 0.9722222222vw);
    line-height: 1.5714285714;
    margin-top: min(20px, 1.3888888889vw);
  }
  .c-showroom01 .list-container .tel {
    font-size: min(14px, 0.9722222222vw);
    line-height: 1.4285714286;
    margin-top: min(6.5px, 0.4513888889vw);
  }
  .c-showroom01 .map-container {
    width: min(800px, 55.5555555556vw);
    height: min(478px, 33.1944444444vw);
    margin-top: min(60px, 4.1666666667vw);
    margin-inline: auto;
    padding-block: min(20px, 1.3888888889vw);
  }
  .c-showroom01 .map-container::before, .c-showroom01 .map-container::after {
    height: min(20px, 1.3888888889vw);
  }
  .c-showroom01 .image-container {
    display: grid;
    grid-template-columns: repeat(4, min(268px, 18.6111111111vw));
    justify-content: center;
    -moz-column-gap: min(3px, 0.2083333333vw);
         column-gap: min(3px, 0.2083333333vw);
    margin-top: min(30px, 2.0833333333vw);
  }
  .c-showroom01 .c-button {
    margin-top: min(70px, 4.8611111111vw);
  }
  .c-showroom01 .c-button .arrow {
    right: min(10px, 0.6944444444vw);
  }
  .c-showroom01 .banner-container {
    flex-direction: row;
    justify-content: center;
    -moz-column-gap: min(30px, 2.0833333333vw);
         column-gap: min(30px, 2.0833333333vw);
    width: auto;
    margin-top: min(170px, 11.8055555556vw);
  }
  .c-showroom01 .banner-container a {
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .c-showroom01 .banner-container a:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .c-showroom01 .banner-container .banner01 {
    width: min(600px, 41.6666666667vw);
  }
  .c-showroom01 .banner-container .banner02 {
    width: min(600px, 41.6666666667vw);
    box-shadow: 0 10px 15px rgba(85, 85, 85, 0.16);
  }
}
/*--------------------------------------------------------------
  showroom02
--------------------------------------------------------------*/
.c-showroom02 .title {
  font-size: 6.6666666667vw;
  font-weight: 500;
  line-height: 1.44;
  text-align: center;
}
.c-showroom02 .catch {
  font-size: 6.4vw;
  font-weight: 500;
  line-height: 1.4583333333;
  text-align: center;
  margin-top: 2.9333333333vw;
}
.c-showroom02 .catch span {
  padding-top: 1.6vw;
  position: relative;
}
.c-showroom02 .catch span::before {
  content: "";
  display: block;
  background-color: #3798e2;
  border-radius: 50%;
  width: 1.0666666667vw;
  height: 1.0666666667vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-showroom02 .map-container {
  height: 58.6666666667vw;
  margin-top: 8vw;
  padding-block: 2.6666666667vw;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.c-showroom02 .map-container::before, .c-showroom02 .map-container::after {
  content: "";
  display: block;
  background-color: #333333;
  width: 100%;
  height: 2.6666666667vw;
  position: absolute;
  left: 0;
  z-index: 1;
}
.c-showroom02 .map-container::before {
  top: 0;
}
.c-showroom02 .map-container::after {
  bottom: 0;
}
.c-showroom02 .map-container iframe {
  width: 100%;
  height: calc(100% + 100px);
  margin-top: -100px;
  position: relative;
  z-index: 0;
}
.c-showroom02 .image-container {
  display: grid;
  grid-template-columns: repeat(4, 24.8vw);
  -moz-column-gap: 0.2666666667vw;
       column-gap: 0.2666666667vw;
}
.c-showroom02 .image-container.top {
  margin-top: 6.6666666667vw;
}
.c-showroom02 .image-container.bottom {
  margin-top: 2.6666666667vw;
}

@media (768px <= width) {
  .c-showroom02 .inner {
    width: min(1080px, 75vw);
    margin-inline: auto;
  }
  .c-showroom02 .title {
    font-size: min(35px, 2.4305555556vw);
    line-height: 1.4571428571;
  }
  .c-showroom02 .catch {
    font-size: min(29px, 2.0138888889vw);
    line-height: 1.4482758621;
    margin-top: min(19px, 1.3194444444vw);
  }
  .c-showroom02 .catch span {
    padding-top: min(9px, 0.625vw);
  }
  .c-showroom02 .catch span::before {
    width: min(5.3px, 0.3680555556vw);
    height: min(5.3px, 0.3680555556vw);
  }
  .c-showroom02 .map-container {
    width: min(800px, 55.5555555556vw);
    height: min(480px, 33.3333333333vw);
    margin-top: min(30px, 2.0833333333vw);
    margin-inline: auto;
    padding-block: min(20px, 1.3888888889vw);
  }
  .c-showroom02 .map-container::before, .c-showroom02 .map-container::after {
    height: min(20px, 1.3888888889vw);
  }
  .c-showroom02 .image-container {
    grid-template-columns: repeat(4, min(268px, 18.6111111111vw));
    -moz-column-gap: min(2px, 0.1388888889vw);
         column-gap: min(2px, 0.1388888889vw);
  }
  .c-showroom02 .image-container.top {
    margin-top: min(62px, 4.3055555556vw);
  }
  .c-showroom02 .image-container.bottom {
    margin-top: min(30px, 2.0833333333vw);
  }
}
/*--------------------------------------------------------------
  about
--------------------------------------------------------------*/
.c-about .inner {
  width: 89.3333333333vw;
  margin-inline: auto;
}
.c-about .title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2.6666666667vw;
  padding-top: 10.1333333333vw;
  position: relative;
}
.c-about .title-container .en {
  width: 26.1333333333vw;
  position: absolute;
  top: 0;
  left: 0;
}
.c-about .title-container .lead {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding-inline: 5.2vw;
  position: relative;
}
.c-about .title-container .lead::before, .c-about .title-container .lead::after {
  content: "";
  display: block;
  background-color: #333333;
  width: 1px;
  height: 4.5333333333vw;
  position: absolute;
  bottom: 0;
  transform-origin: top;
}
.c-about .title-container .lead::before {
  left: 0;
  transform: rotateZ(-36deg);
}
.c-about .title-container .lead::after {
  right: 0;
  transform: rotateZ(36deg);
}
.c-about .title-container .title {
  font-size: 7.2vw;
  font-weight: 700;
  line-height: 1.4444444444;
  text-align: center;
}
.c-about .movie-container {
  height: 49.8666666667vw;
  margin-top: 5.3333333333vw;
}
.c-about .movie-container iframe {
  width: 100%;
  height: 100%;
}
.c-about .c-button {
  margin-top: 10.6666666667vw;
}
.c-about .c-button .arrow {
  right: 12vw;
}
.c-about .banner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8vw;
  margin-top: 8vw;
}
.c-about .banner-container .banner02 {
  box-shadow: 0 10px 15px rgba(85, 85, 85, 0.16);
}

@media (768px <= width) {
  .c-about .inner {
    width: auto;
  }
  .c-about .title-container {
    row-gap: min(22px, 1.5277777778vw);
    width: min(920px, 63.8888888889vw);
    margin-inline: auto;
    padding-top: min(36px, 2.5vw);
  }
  .c-about .title-container .en {
    width: min(164px, 11.3888888889vw);
    left: min(120px, 8.3333333333vw);
  }
  .c-about .title-container .lead {
    font-size: min(19px, 1.3194444444vw);
    line-height: 1.4210526316;
    padding-inline: min(40px, 2.7777777778vw);
  }
  .c-about .title-container .lead::before, .c-about .title-container .lead::after {
    height: min(24px, 1.6666666667vw);
  }
  .c-about .title-container .title {
    font-size: min(36px, 2.5vw);
    line-height: 1.4444444444;
  }
  .c-about .movie-container {
    width: min(920px, 63.8888888889vw);
    height: min(520px, 36.1111111111vw);
    margin-top: min(60px, 4.1666666667vw);
    margin-inline: auto;
  }
  .c-about .c-button {
    margin-top: min(60px, 4.1666666667vw);
  }
  .c-about .c-button .arrow {
    right: min(35px, 2.4305555556vw);
  }
  .c-about .banner-container {
    flex-direction: row;
    justify-content: center;
    -moz-column-gap: min(30px, 2.0833333333vw);
         column-gap: min(30px, 2.0833333333vw);
    margin-top: min(90px, 6.25vw);
  }
  .c-about .banner-container a {
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .c-about .banner-container a:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .c-about .banner-container .banner01 {
    width: min(600px, 41.6666666667vw);
  }
  .c-about .banner-container .banner02 {
    width: min(600px, 41.6666666667vw);
  }
}
/*--------------------------------------------------------------
  news-list
--------------------------------------------------------------*/
.c-news-list .inner {
  width: 92vw;
  margin-inline: auto;
}
.c-news-list .c-section-title .en {
  width: 26.4vw;
}
.c-news-list .list-container {
  margin-top: 5.3333333333vw;
}
.c-news-list .list-container .list {
  display: flex;
  flex-direction: column;
  row-gap: 4vw;
}
.c-news-list .list-container .item a {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(167, 143, 63, 0.16);
  background-image: url("/wp-content/themes/clonos-home/assets/img/news-list-deco.svg");
  background-size: 6.4vw auto;
  background-position: right 50%;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 4vw;
  padding-right: 9.3333333333vw;
  padding-left: 4vw;
  padding-bottom: 1.3333333333vw;
}
.c-news-list .list-container .label-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.3333333333vw;
}
.c-news-list .list-container .label-container p {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.4166666667;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  padding-top: 0.5333333333vw;
  padding-inline: 2.4vw;
  padding-bottom: 0.8vw;
}
.c-news-list .list-container .label-container .cat {
  background-color: #333333;
}
.c-news-list .list-container .label-container .news-cat {
  background-color: #ffb142;
}
.c-news-list .list-container .post-title {
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  min-height: 12.8vw;
  margin-top: 2.6666666667vw;
}
.c-news-list .list-container .date {
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.4615384615;
  text-align: right;
  margin-top: 1.3333333333vw;
}
.c-news-list .c-button {
  margin-top: 10.6666666667vw;
}
.c-news-list .c-button .arrow {
  right: 13.3333333333vw;
}

@media (768px <= width) {
  .c-news-list .inner {
    width: min(900px, 62.5vw);
  }
  .c-news-list .c-section-title .en {
    width: min(137px, 9.5138888889vw);
  }
  .c-news-list .list-container {
    margin-top: min(60px, 4.1666666667vw);
  }
  .c-news-list .list-container .list {
    row-gap: min(20px, 1.3888888889vw);
  }
  .c-news-list .list-container .item a {
    background-size: min(24px, 1.6666666667vw) auto;
    padding-top: min(33px, 2.2916666667vw);
    padding-right: min(32px, 2.2222222222vw);
    padding-left: min(20px, 1.3888888889vw);
    padding-bottom: min(14px, 0.9722222222vw);
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .c-news-list .list-container .item a:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .c-news-list .list-container .label-container {
    gap: min(12px, 0.8333333333vw);
  }
  .c-news-list .list-container .label-container p {
    font-size: min(14px, 0.9722222222vw);
    line-height: 1.4285714286;
    border-radius: 3px;
    padding-top: min(5px, 0.3472222222vw);
    padding-inline: min(20px, 1.3888888889vw);
    padding-bottom: min(5px, 0.3472222222vw);
  }
  .c-news-list .list-container .post-title {
    font-size: min(16px, 1.1111111111vw);
    line-height: 1.5;
    min-height: 0;
    margin-top: min(10px, 0.6944444444vw);
  }
  .c-news-list .list-container .date {
    font-size: min(14px, 0.9722222222vw);
    line-height: 1.4285714286;
    margin-top: min(5px, 0.3472222222vw);
  }
  .c-news-list .c-button {
    margin-top: min(60px, 4.1666666667vw);
  }
  .c-news-list .c-button .arrow {
    right: min(60px, 4.1666666667vw);
  }
}
/*--------------------------------------------------------------
  cat-card
--------------------------------------------------------------*/
.c-cat-card .inner {
  width: 89.3333333333vw;
  margin-inline: auto;
}
.c-cat-card .card {
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(112, 148, 174, 0.45);
  border-radius: 0 2.1333333333vw 2.1333333333vw 2.1333333333vw;
  padding-block: 18.6666666667vw;
  padding-inline: 8vw;
  position: relative;
}
.c-cat-card .card .title {
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #3798e2;
  box-shadow: 0 5px 15px rgba(167, 143, 63, 0.16);
  border-bottom-right-radius: 2.6666666667vw;
  padding-block: 2.1333333333vw;
  padding-right: 4.8vw;
  padding-left: 8vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-cat-card .card .list {
  display: flex;
  flex-direction: column;
  row-gap: 5.3333333333vw;
}
.c-cat-card .card .item a {
  display: block;
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.4285714286;
  padding-right: 13.3333333333vw;
  padding-bottom: 2.6666666667vw;
  position: relative;
}
.c-cat-card .card .item a::after {
  content: "";
  display: block;
  background-color: #e4e4e4;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-cat-card .card .item .arrow {
  width: 5.3333333333vw;
  position: absolute;
  top: 0;
  right: 0;
}
.c-cat-card .card .en {
  font-family: "fairwater-script", sans-serif;
  font-size: 7.7333333333vw;
  font-weight: 700;
  line-height: 2.275862069;
  color: #caf1ff;
  position: absolute;
  right: 8vw;
  bottom: 0;
}

@media (768px <= width) {
  .c-cat-card .inner {
    width: min(924px, 64.1666666667vw);
  }
  .c-cat-card .card {
    border-radius: 0 min(8px, 0.5555555556vw) min(8px, 0.5555555556vw) min(8px, 0.5555555556vw);
    padding-block: min(72px, 5vw);
    padding-right: min(155px, 10.7638888889vw);
    padding-left: min(139px, 9.6527777778vw);
  }
  .c-cat-card .card .title {
    font-size: min(20px, 1.3888888889vw);
    line-height: 1.45;
    border-bottom-right-radius: min(10px, 0.6944444444vw);
    padding-top: min(5.4px, 0.375vw);
    padding-right: min(25px, 1.7361111111vw);
    padding-left: min(25px, 1.7361111111vw);
    padding-bottom: min(13.2px, 0.9166666667vw);
  }
  .c-cat-card .card .list {
    display: grid;
    grid-template-columns: repeat(2, min(275px, 19.0972222222vw));
    grid-template-rows: repeat(3, auto);
    justify-content: center;
    -moz-column-gap: min(80px, 5.5555555556vw);
         column-gap: min(80px, 5.5555555556vw);
    row-gap: min(20px, 1.3888888889vw);
  }
  .c-cat-card .card .item:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .c-cat-card .card .item:nth-of-type(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .c-cat-card .card .item:nth-of-type(3) {
    grid-column: 1;
    grid-row: 3;
  }
  .c-cat-card .card .item:nth-of-type(4) {
    grid-column: 2;
    grid-row: 1;
  }
  .c-cat-card .card .item:nth-of-type(5) {
    grid-column: 2;
    grid-row: 2;
  }
  .c-cat-card .card .item:nth-of-type(6) {
    grid-column: 2;
    grid-row: 3;
  }
  .c-cat-card .card .item a {
    font-size: min(16px, 1.1111111111vw);
    line-height: 1.5;
    padding-right: min(20px, 1.3888888889vw);
    padding-bottom: min(5.6px, 0.3888888889vw);
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .c-cat-card .card .item a:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .c-cat-card .card .item .arrow {
    width: min(20px, 1.3888888889vw);
  }
  .c-cat-card .card .en {
    font-size: min(29px, 2.0138888889vw);
    right: min(19px, 1.3194444444vw);
  }
}
/*--------------------------------------------------------------
  recruit
--------------------------------------------------------------*/
.c-recruit .c-section-title .en {
  width: 12.5333333333vw;
}
.c-recruit .movie-container {
  background-color: #43BDEA;
  height: 61.3333333333vw;
  margin-top: 8vw;
  padding: 4vw;
}
.c-recruit .movie-container iframe {
  width: 100%;
  height: 100%;
}
.c-recruit .c-button {
  margin-top: 10.6666666667vw;
}
.c-recruit .c-button .arrow {
  right: 8.8vw;
}

@media (768px <= width) {
  .c-recruit .c-section-title .en {
    width: min(137px, 9.5138888889vw);
  }
  .c-recruit .movie-container {
    display: flex;
    justify-content: center;
    height: min(650px, 45.1388888889vw);
    margin-top: min(60px, 4.1666666667vw);
    padding-block: min(50px, 3.4722222222vw);
  }
  .c-recruit .movie-container iframe {
    width: min(980px, 68.0555555556vw);
    height: 100%;
  }
  .c-recruit .c-button {
    margin-top: min(60px, 4.1666666667vw);
  }
  .c-recruit .c-button .arrow {
    right: min(40px, 2.7777777778vw);
  }
}
/*--------------------------------------------------------------
  media
--------------------------------------------------------------*/
.c-media .inner {
  width: 89.3333333333vw;
  margin-inline: auto;
}
.c-media .c-section-title .en {
  width: 9.6vw;
}
.c-media .text {
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
  text-align: center;
  margin-top: 5.3333333333vw;
}
.c-media .card-container {
  display: flex;
  flex-direction: column;
  row-gap: 5.3333333333vw;
  margin-top: 5.3333333333vw;
}
.c-media .card-container .card {
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(112, 148, 174, 0.16);
}
.c-media .card-container .image {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding-top: 4vw;
  padding-inline: 2.6666666667vw;
  padding-bottom: 1.0666666667vw;
}
.c-media .card-container .head {
  font-size: 4.5333333333vw;
  font-weight: 500;
  line-height: 1.4705882353;
  text-align: center;
  color: #ffffff;
  background-color: #3798E2;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-block: 3.3333333333vw;
}

@media (768px <= width) {
  .c-media .inner {
    width: min(1080px, 75vw);
  }
  .c-media .c-section-title .en {
    width: min(61px, 4.2361111111vw);
  }
  .c-media .text {
    font-size: min(20px, 1.3888888889vw);
    line-height: 1.75;
    margin-top: min(50px, 3.4722222222vw);
  }
  .c-media .card-container {
    flex-direction: row;
    justify-content: center;
    -moz-column-gap: min(30px, 2.0833333333vw);
         column-gap: min(30px, 2.0833333333vw);
    margin-top: min(50px, 3.4722222222vw);
  }
  .c-media .card-container .card {
    width: min(525px, 36.4583333333vw);
  }
  .c-media .card-container .image {
    padding-top: min(24px, 1.6666666667vw);
    padding-inline: min(16px, 1.1111111111vw);
    padding-bottom: min(3px, 0.2083333333vw);
  }
  .c-media .card-container .head {
    font-size: min(24px, 1.6666666667vw);
    line-height: 1.4583333333;
    padding-block: min(22.5px, 1.5625vw);
  }
}
/*--------------------------------------------------------------
  sns
--------------------------------------------------------------*/
.c-sns .inner {
  width: 92vw;
  margin-inline: auto;
}
.c-sns .c-section-title .en {
  width: 9.6vw;
}
.c-sns .list-container {
  margin-top: 5.3333333333vw;
}
.c-sns .list-container .list {
  display: flex;
  flex-direction: column;
  row-gap: 5.3333333333vw;
}

@media (768px <= width) {
  .c-sns .inner {
    width: min(1075px, 74.6527777778vw);
  }
  .c-sns .c-section-title .en {
    width: min(42px, 2.9166666667vw);
  }
  .c-sns .list-container {
    margin-top: min(40px, 2.7777777778vw);
  }
  .c-sns .list-container .list {
    flex-direction: row;
    justify-content: center;
    -moz-column-gap: min(20px, 1.3888888889vw);
         column-gap: min(20px, 1.3888888889vw);
  }
  .c-sns .list-container .item {
    width: min(345px, 23.9583333333vw);
  }
  .c-sns .list-container .item a {
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .c-sns .list-container .item a:hover {
    opacity: 0.7;
  }
}
/*--------------------------------------------------------------
  merit
--------------------------------------------------------------*/
.c-merit .inner {
  width: 89.3333333333vw;
  margin-inline: auto;
}
.c-merit .title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("/wp-content/themes/clonos-home/assets/img/section-title-deco-black.svg");
  background-size: 9.0666666667vw auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-top: 6.4vw;
}
.c-merit .title-container .title {
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.9166666667;
  text-align: center;
  padding-inline: 1.4666666667vw;
  position: relative;
}
.c-merit .title-container .title::after {
  content: "";
  display: block;
  background-color: #ffff00;
  width: 100%;
  height: 1.8666666667vw;
  position: absolute;
  top: 9.8666666667vw;
  left: 0;
  z-index: -1;
}
.c-merit .title-container .title span {
  font-size: 8.5333333333vw;
  line-height: 1.4375;
}
.c-merit .list-container {
  margin-top: 9.3333333333vw;
}
.c-merit .list-container .list {
  display: flex;
  flex-direction: column;
  row-gap: 8vw;
}
.c-merit .list-container .item {
  display: flex;
  flex-direction: column;
  row-gap: 5.3333333333vw;
}
.c-merit .list-container .item:nth-of-type(3) .head {
  padding-top: 0;
  padding-left: 8vw;
}
.c-merit .list-container .item:nth-of-type(3) .number {
  top: 1.8666666667vw;
}
.c-merit .list-container .head {
  font-size: 5.0666666667vw;
  font-weight: 700;
  line-height: 1.5789473684;
  padding-top: 1.3333333333vw;
  padding-left: 10.6666666667vw;
  position: relative;
}
.c-merit .list-container .number {
  font-size: 11.4666666667vw;
  font-weight: 700;
  line-height: 1.4418604651;
  position: absolute;
  top: 0;
  left: 0;
}
.c-merit .list-container .banner {
  background-color: #d2d2d2;
  padding-block: 12.8vw;
  padding-inline: 8vw;
}
.c-merit .list-container .banner,
.c-merit .list-container .image {
  box-shadow: 0 10px 15px rgba(85, 85, 85, 0.16);
}
.c-merit .terms {
  margin-top: 6.6666666667vw;
}
.c-merit .terms .text {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.4;
}
.c-merit .terms .list {
  display: flex;
  flex-direction: column;
  row-gap: 0.8vw;
  margin-top: 2.6666666667vw;
}
.c-merit .terms .item {
  font-size: 3.7333333333vw;
  line-height: 1.6428571429;
  padding-left: 5.3333333333vw;
  position: relative;
}
.c-merit .terms .item::before {
  content: "";
  display: block;
  background-color: #333;
  width: 2.6666666667vw;
  aspect-ratio: 1/1;
  position: absolute;
  top: 1.6vw;
  left: 0;
}
.c-merit .merit-list {
  margin-top: 8vw;
}
.c-merit .merit-list .text {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.4;
}
.c-merit .merit-list .list {
  display: flex;
  flex-direction: column;
  row-gap: 3.4666666667vw;
  margin-top: 3.7333333333vw;
}
.c-merit .merit-list .item {
  font-size: 3.7333333333vw;
  line-height: 1.5714285714;
  padding-left: 6.4vw;
  position: relative;
}
.c-merit .merit-list .number {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.4;
  position: absolute;
  top: 0;
  left: 0;
}

@media (768px <= width) {
  .c-merit .inner {
    width: min(1075px, 74.6527777778vw);
  }
  .c-merit .title-container {
    background-size: min(43px, 2.9861111111vw) auto;
    padding-top: min(28px, 1.9444444444vw);
  }
  .c-merit .title-container .title {
    font-size: min(35px, 2.4305555556vw);
    line-height: 1.8571428571;
    padding-inline: 0;
  }
  .c-merit .title-container .title::after {
    height: min(10px, 0.6944444444vw);
    top: min(60px, 4.1666666667vw);
  }
  .c-merit .title-container .title span {
    font-size: min(45px, 3.125vw);
    line-height: 1.4444444444;
  }
  .c-merit .list-container {
    margin-top: min(65px, 4.5138888889vw);
  }
  .c-merit .list-container .list {
    flex-direction: row;
    justify-content: center;
    -moz-column-gap: min(35px, 2.4305555556vw);
         column-gap: min(35px, 2.4305555556vw);
  }
  .c-merit .list-container .item {
    display: flex;
    flex-direction: column;
    row-gap: min(20px, 1.3888888889vw);
    width: min(335px, 23.2638888889vw);
  }
  .c-merit .list-container .item:nth-of-type(3) .head {
    padding-left: min(31px, 2.1527777778vw);
  }
  .c-merit .list-container .item:nth-of-type(3) .number {
    top: 0;
  }
  .c-merit .list-container .head {
    font-size: min(19px, 1.3194444444vw);
    height: min(90px, 6.25vw);
    padding-top: min(5px, 0.3472222222vw);
    padding-left: min(40px, 2.7777777778vw);
  }
  .c-merit .list-container .number {
    font-size: min(43px, 2.9861111111vw);
  }
  .c-merit .list-container .banner {
    padding-block: min(48px, 3.3333333333vw);
    padding-inline: min(30px, 2.0833333333vw);
  }
  .c-merit .terms {
    margin-top: min(30px, 2.0833333333vw);
  }
  .c-merit .terms .text {
    font-size: min(15px, 1.0416666667vw);
  }
  .c-merit .terms .list {
    row-gap: min(10px, 0.6944444444vw);
    margin-top: min(10px, 0.6944444444vw);
  }
  .c-merit .terms .item {
    font-size: min(14px, 0.9722222222vw);
    line-height: 1.4285714286;
    padding-left: min(20px, 1.3888888889vw);
  }
  .c-merit .terms .item::before {
    width: min(10px, 0.6944444444vw);
    top: min(6px, 0.4166666667vw);
  }
  .c-merit .merit-list {
    margin-top: min(20px, 1.3888888889vw);
  }
  .c-merit .merit-list .text {
    font-size: min(15px, 1.0416666667vw);
  }
  .c-merit .merit-list .list {
    row-gap: min(10px, 0.6944444444vw);
    margin-top: min(14px, 0.9722222222vw);
  }
  .c-merit .merit-list .item {
    font-size: min(14px, 0.9722222222vw);
    line-height: 1.4285714286;
    padding-left: min(24px, 1.6666666667vw);
  }
  .c-merit .merit-list .number {
    font-size: min(15px, 1.0416666667vw);
    line-height: 1.4;
  }
}
/*--------------------------------------------------------------
  staff
--------------------------------------------------------------*/
.c-staff .title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.3333333333vw;
  background-image: url("/wp-content/themes/clonos-home/assets/img/section-title-deco-black.svg");
  background-size: 9.0666666667vw auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-top: 6.4vw;
}
.c-staff .title-container .title {
  font-family: "Bitter", serif;
  font-size: 9.6vw;
  font-weight: 700;
  line-height: 1.1944444444;
  text-align: center;
}
.c-staff .title-container .en {
  font-family: "Bitter", serif;
  font-size: 6.1333333333vw;
  font-weight: 700;
  line-height: 1.1739130435;
  text-align: center;
  color: #9b9b9b;
  padding-inline: 19.7333333333vw;
  position: relative;
}
.c-staff .title-container .en::before, .c-staff .title-container .en::after {
  content: "";
  display: block;
  background-color: #333333;
  width: 1px;
  height: 9.6vw;
  position: absolute;
  top: 0;
  transform-origin: top;
}
.c-staff .title-container .en::before {
  left: 0;
  transform: rotateZ(-54deg);
}
.c-staff .title-container .en::after {
  right: 0;
  transform: rotateZ(54deg);
}
.c-staff .catch {
  font-size: 5.0666666667vw;
  font-weight: 500;
  line-height: 1.4210526316;
  text-align: center;
  margin-top: 2.6666666667vw;
}
.c-staff .image-container {
  display: grid;
  grid-template-columns: repeat(4, 23.2vw);
  grid-template-rows: repeat(2, auto);
  justify-content: center;
  -moz-column-gap: 1.3333333333vw;
       column-gap: 1.3333333333vw;
  row-gap: 2.6666666667vw;
  margin-top: 5.3333333333vw;
}
.c-staff .note {
  font-size: 2.6666666667vw;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 2.6666666667vw;
}

@media (768px <= width) {
  .c-staff .title-container {
    row-gap: min(12px, 0.8333333333vw);
    background-size: min(68px, 4.7222222222vw) auto;
    padding-top: min(48px, 3.3333333333vw);
  }
  .c-staff .title-container .title {
    font-size: min(71px, 4.9305555556vw);
    line-height: 1.1971830986;
  }
  .c-staff .title-container .en {
    font-size: min(45px, 3.125vw);
    line-height: 1.2;
    padding-inline: min(157px, 10.9027777778vw);
  }
  .c-staff .title-container .en::before, .c-staff .title-container .en::after {
    height: min(74px, 5.1388888889vw);
  }
  .c-staff .catch {
    font-size: min(33px, 2.2916666667vw);
    line-height: 1.4545454545;
    margin-top: min(26px, 1.8055555556vw);
  }
  .c-staff .image-container {
    grid-template-columns: repeat(4, min(175px, 12.1527777778vw));
    -moz-column-gap: min(40px, 2.7777777778vw);
         column-gap: min(40px, 2.7777777778vw);
    row-gap: min(20px, 1.3888888889vw);
    margin-top: min(42px, 2.9166666667vw);
  }
  .c-staff .note {
    font-size: min(18px, 1.25vw);
    line-height: 1.4444444444;
    margin-top: min(20px, 1.3888888889vw);
  }
}
/*--------------------------------------------------------------
  step
--------------------------------------------------------------*/
.c-step .inner {
  width: 89.3333333333vw;
  margin-inline: auto;
  padding-top: 14.6666666667vw;
  position: relative;
}
.c-step .en {
  font-family: "fairwater-script", sans-serif;
  font-size: 7.4666666667vw;
  font-weight: 700;
  line-height: 2.2857142857;
  color: #3798E2;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateZ(-8deg);
}
.c-step .top {
  display: flex;
  justify-content: center;
}
.c-step .top p {
  font-size: 4.2666666667vw;
  text-align: center;
  white-space: nowrap;
  padding-bottom: 2.6666666667vw;
  position: relative;
}
.c-step .top p::after {
  content: "";
  display: block;
  background-color: #3798E2;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-step .title {
  font-size: 6.6666666667vw;
  font-weight: 500;
  line-height: 1.44;
  text-align: center;
  margin-top: 2.6666666667vw;
}
.c-step .list-container {
  margin-top: 14.9333333333vw;
}
.c-step .list-container .list {
  display: flex;
  flex-direction: column;
  row-gap: 16vw;
}
.c-step .list-container .item {
  display: grid;
  grid-template-columns: 34.1333333333vw auto;
  -moz-column-gap: 4.5333333333vw;
       column-gap: 4.5333333333vw;
  position: relative;
}
.c-step .list-container .item:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 3.7333333333vw 4.6666666667vw 0 4.6666666667vw;
  border-color: #FFDC64 transparent transparent transparent;
  width: 0;
  height: 0;
  margin-top: 4vw;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.c-step .list-container .image-container {
  position: relative;
}
.c-step .list-container .number {
  font-family: "Heebo", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  background-color: #3798E2;
  border-radius: 4vw;
  padding-block: 1.2vw;
  padding-inline: 5.8666666667vw;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.c-step .list-container .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 2.6666666667vw;
}
.c-step .list-container .head {
  font-size: 5.3333333333vw;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  color: #3798E2;
}
.c-step .list-container .text {
  font-size: 3.7333333333vw;
  line-height: 1.5714285714;
  text-align: center;
}

@media (768px <= width) {
  .c-step .inner {
    width: min(1080px, 75vw);
    padding-top: min(72px, 5vw);
  }
  .c-step .en {
    font-size: min(42px, 2.9166666667vw);
    line-height: 1;
    left: min(200px, 13.8888888889vw);
  }
  .c-step .top p {
    font-size: min(23px, 1.5972222222vw);
    line-height: 1.4782608696;
    padding-bottom: min(10px, 0.6944444444vw);
  }
  .c-step .title {
    font-size: min(35px, 2.4305555556vw);
    line-height: 1.4571428571;
    margin-top: min(10px, 0.6944444444vw);
  }
  .c-step .list-container {
    margin-top: min(70px, 4.8611111111vw);
  }
  .c-step .list-container .list {
    flex-direction: row;
    justify-content: center;
    -moz-column-gap: min(40px, 2.7777777778vw);
         column-gap: min(40px, 2.7777777778vw);
  }
  .c-step .list-container .item {
    display: block;
    width: min(182px, 12.6388888889vw);
  }
  .c-step .list-container .item:not(:last-of-type)::after {
    border-width: min(17.5px, 1.2152777778vw) 0 min(17.5px, 1.2152777778vw) min(14px, 0.9722222222vw);
    border-color: transparent transparent transparent #FFDC64;
    margin-top: 0;
    margin-left: min(16px, 1.1111111111vw);
    top: min(46px, 3.1944444444vw);
    left: 100%;
    transform: none;
  }
  .c-step .list-container .number {
    font-size: min(20px, 1.3888888889vw);
    border-radius: min(8px, 0.5555555556vw);
    padding-block: min(8px, 0.5555555556vw) min(6px, 0.4166666667vw);
    padding-inline: min(31.5px, 2.1875vw);
  }
  .c-step .list-container .text-container {
    row-gap: min(10px, 0.6944444444vw);
    margin-top: min(10.5px, 0.7291666667vw);
  }
  .c-step .list-container .head {
    font-size: min(25px, 1.7361111111vw);
    line-height: 1.44;
  }
  .c-step .list-container .text {
    font-size: min(14px, 0.9722222222vw);
  }
}
/*--------------------------------------------------------------
  form
--------------------------------------------------------------*/
.c-form .inner {
  width: 89.3333333333vw;
  margin-inline: auto;
}
.c-form .card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(112, 148, 174, 0.45);
  padding-top: 9.3333333333vw;
  padding-inline: 8vw;
  padding-bottom: 10.6666666667vw;
}
.c-form .top {
  display: flex;
  flex-direction: column;
  row-gap: 4vw;
  margin-top: 5.3333333333vw;
}
.c-form .top p {
  font-size: 3.4666666667vw;
  line-height: 1.5384615385;
}
.c-form .form-container {
  margin-top: 8vw;
}
.c-form .form-container dl {
  display: flex;
  flex-direction: column;
  row-gap: 5.3333333333vw;
}
.c-form .form-container .row {
  display: flex;
  flex-direction: column;
  row-gap: 2.6666666667vw;
}
.c-form .form-container dt {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 2.6666666667vw;
       column-gap: 2.6666666667vw;
}
.c-form .form-container dt .label {
  font-size: 4.2666666667vw;
  font-weight: 500;
}
.c-form .form-container dt .mark {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.4166666667;
  text-align: center;
  color: #fff;
  background-color: #3798e2;
  border-radius: 3px;
  padding-block: 0.8vw;
  padding-inline: 3.3333333333vw;
}
.c-form .form-container dt .small {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.4166666667;
  margin-left: 2.6666666667vw;
}
.c-form .form-container .date > span {
  position: relative;
}
.c-form .form-container .date .ui-datepicker-trigger {
  display: inline-block;
  width: 6.4vw;
  position: absolute;
  top: 50%;
  right: 1.3333333333vw;
  transform: translateY(-50%);
}
.c-form .form-container .date input[type=date] {
  -moz-text-align-last: left;
       text-align-last: left;
}
.c-form .form-container .date p {
  font-size: 3.7333333333vw;
  line-height: 1.7857142857;
  margin-top: 1.3333333333vw;
}
.c-form .form-container .reason .label {
  display: flex;
  flex-direction: column;
}
.c-form .form-container .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  row-gap: 2.6666666667vw;
}
.c-form .form-container .wpcf7-checkbox > span {
  margin: 0;
}
.c-form .form-container .wpcf7-checkbox input[type=checkbox]:checked + span::before {
  display: block;
}
.c-form .form-container .wpcf7-checkbox input[type=checkbox] + span {
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 1.4285714286;
  padding-left: 9.3333333333vw;
  position: relative;
}
.c-form .form-container .wpcf7-checkbox input[type=checkbox] + span::before {
  content: "";
  display: none;
  background-image: url("/wp-content/themes/clonos-home/assets/img/icon-check-blue.svg");
  background-size: 100% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 4vw;
  height: 2.0266666667vw;
  position: absolute;
  top: 50%;
  left: 0.8vw;
  transform: translateY(-50%);
  z-index: 1;
}
.c-form .form-container .wpcf7-checkbox input[type=checkbox] + span::after {
  content: "";
  display: block;
  background-color: #ececec;
  border-radius: 3px;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.c-form .form-container input[type=date],
.c-form .form-container input[type=text],
.c-form .form-container input[type=tel],
.c-form .form-container input[type=email],
.c-form .form-container select {
  background-color: #ececec;
  border-radius: 5px;
  width: 100%;
  padding-block: 2.8vw;
  padding-inline: 4vw;
}
.c-form .form-container input[type=date]::-moz-placeholder, .c-form .form-container input[type=text]::-moz-placeholder, .c-form .form-container input[type=tel]::-moz-placeholder, .c-form .form-container input[type=email]::-moz-placeholder, .c-form .form-container select::-moz-placeholder {
  color: #929292;
}
.c-form .form-container input[type=date]::placeholder,
.c-form .form-container input[type=text]::placeholder,
.c-form .form-container input[type=tel]::placeholder,
.c-form .form-container input[type=email]::placeholder,
.c-form .form-container select::placeholder {
  color: #929292;
}
.c-form .form-container select {
  background-image: url(/wp-content/themes/clonos-home/assets/img/icon-triangle-black.svg);
  background-size: 2.9333333333vw auto;
  background-position: right 4vw center;
  background-repeat: no-repeat;
}
.c-form .form-container .half {
  width: 53.3333333333vw;
}
.c-form .form-container .button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8vw;
}
.c-form .form-container .button .button-inner {
  background-color: #3798e2;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(167, 143, 63, 0.16);
  position: relative;
  overflow: hidden;
}
.c-form .form-container .button .button-inner::before {
  content: "";
  display: block;
  border: solid 1px #fff;
  border-radius: 8px;
  width: 70.6666666667vw;
  height: 17.3333333333vw;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
}
.c-form .form-container .button .button-inner .arrow {
  width: 5.0666666667vw;
  position: absolute;
  top: 50%;
  right: 10.4vw;
  z-index: 1;
  transform: translateY(-50%);
}
.c-form .form-container .button input[type=submit] {
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  padding-block: 6.5333333333vw;
  padding-inline: 26.2666666667vw;
  position: relative;
  z-index: 2;
}
.c-form .form-container .button .wpcf7-spinner {
  position: absolute;
  opacity: 0;
}
.c-form .bottom {
  display: flex;
  flex-direction: column;
  row-gap: 4vw;
  margin-top: 10.6666666667vw;
}
.c-form .bottom p {
  font-size: 3.4666666667vw;
  line-height: 1.5384615385;
}

@media (768px <= width) {
  .c-form .inner {
    width: min(950px, 65.9722222222vw);
  }
  .c-form .card {
    padding-top: min(60px, 4.1666666667vw);
    padding-inline: min(75px, 5.2083333333vw);
    padding-bottom: min(55px, 3.8194444444vw);
  }
  .c-form .top {
    row-gap: min(15px, 1.0416666667vw);
    margin-top: min(50px, 3.4722222222vw);
  }
  .c-form .top p {
    font-size: min(14px, 0.9722222222vw);
    line-height: 1.6428571429;
  }
  .c-form .form-container {
    margin-top: min(30px, 2.0833333333vw);
  }
  .c-form .form-container dl {
    row-gap: min(20px, 1.3888888889vw);
  }
  .c-form .form-container .row {
    row-gap: min(10px, 0.6944444444vw);
  }
  .c-form .form-container dt {
    -moz-column-gap: min(10px, 0.6944444444vw);
         column-gap: min(10px, 0.6944444444vw);
  }
  .c-form .form-container dt .label {
    font-size: min(16px, 1.1111111111vw);
  }
  .c-form .form-container dt .mark {
    font-size: min(12px, 0.8333333333vw);
    padding-block: min(3px, 0.2083333333vw);
    padding-inline: min(12.5px, 0.8680555556vw);
  }
  .c-form .form-container dt .small {
    font-size: min(12px, 0.8333333333vw);
    margin-left: min(10px, 0.6944444444vw);
  }
  .c-form .form-container .date .ui-datepicker-trigger {
    width: min(32px, 2.2222222222vw);
    cursor: pointer;
  }
  .c-form .form-container .date input[type=date] {
    height: min(55px, 3.8194444444vw);
  }
  .c-form .form-container .date p {
    font-size: min(14px, 0.9722222222vw);
    margin-top: min(10px, 0.6944444444vw);
  }
  .c-form .form-container .wpcf7-checkbox {
    row-gap: min(10px, 0.6944444444vw);
  }
  .c-form .form-container .wpcf7-checkbox input[type=checkbox] {
    cursor: pointer;
  }
  .c-form .form-container .wpcf7-checkbox input[type=checkbox] + span {
    font-size: min(14px, 0.9722222222vw);
    padding-left: min(35px, 2.4305555556vw);
    cursor: pointer;
  }
  .c-form .form-container .wpcf7-checkbox input[type=checkbox] + span::before {
    width: min(15px, 1.0416666667vw);
    height: min(7.6px, 0.5277777778vw);
    left: min(3px, 0.2083333333vw);
  }
  .c-form .form-container .wpcf7-checkbox input[type=checkbox] + span::after {
    width: min(20px, 1.3888888889vw);
    height: min(20px, 1.3888888889vw);
  }
  .c-form .form-container input[type=date],
  .c-form .form-container input[type=text],
  .c-form .form-container input[type=tel],
  .c-form .form-container input[type=email],
  .c-form .form-container select {
    padding-block: min(15px, 1.0416666667vw);
    padding-inline: min(15px, 1.0416666667vw);
    cursor: pointer;
  }
  .c-form .form-container select {
    background-size: min(11px, 0.7638888889vw) auto;
    background-position: right min(15px, 1.0416666667vw) center;
  }
  .c-form .form-container .half,
  .c-form .form-container .pc-half {
    width: min(330px, 22.9166666667vw);
  }
  .c-form .form-container .button {
    margin-top: min(55px, 3.8194444444vw);
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .c-form .form-container .button:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .c-form .form-container .button .button-inner::before {
    width: min(265px, 18.4027777778vw);
    height: min(65px, 4.5138888889vw);
  }
  .c-form .form-container .button .button-inner .arrow {
    width: min(19px, 1.3194444444vw);
    right: min(39px, 2.7083333333vw);
  }
  .c-form .form-container .button input[type=submit] {
    font-size: min(18px, 1.25vw);
    padding-block: min(24.5px, 1.7013888889vw);
    padding-inline: min(98.5px, 6.8402777778vw);
    cursor: pointer;
  }
  .c-form .bottom {
    row-gap: min(20px, 1.3888888889vw);
    margin-top: min(40px, 2.7777777778vw);
  }
  .c-form .bottom p {
    font-size: min(13px, 0.9027777778vw);
  }
}
/*--------------------------------------------------------------
  thanks
--------------------------------------------------------------*/
.c-thanks {
  padding-top: 17.3333333333vw;
}
.c-thanks .text-container {
  display: flex;
  flex-direction: column;
  row-gap: 6.6666666667vw;
  width: 73.3333333333vw;
  margin-inline: auto;
}
.c-thanks .text-container .top {
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
.c-thanks .text-container .text {
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 2.1538461538;
  text-align: center;
}
.c-thanks .text-container .text span {
  font-weight: 700;
  color: #ff0000;
}
.c-thanks .c-button {
  margin-top: 6.6666666667vw;
}
.c-thanks .c-button .arrow {
  left: 16vw;
  transform: translateY(-50%) rotateY(180deg);
}

@media (768px <= width) {
  .c-thanks {
    padding-top: min(60px, 4.1666666667vw);
  }
  .c-thanks .text-container {
    row-gap: min(50px, 3.4722222222vw);
    width: min(1080px, 75vw);
  }
  .c-thanks .text-container .top {
    font-size: min(24px, 1.6666666667vw);
    line-height: 1.4583333333;
  }
  .c-thanks .text-container .text {
    font-size: min(16px, 1.1111111111vw);
    line-height: 1.75;
  }
  .c-thanks .c-button {
    margin-top: min(50px, 3.4722222222vw);
  }
  .c-thanks .c-button .arrow {
    left: min(40px, 2.7777777778vw);
  }
}
/*--------------------------------------------------------------
  float
--------------------------------------------------------------*/
.c-float {
  display: flex;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.8);
  width: 100%;
  height: 20vw;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 4;
}
.c-float .inner {
  width: 94.6666666667vw;
  margin-inline: auto;
}
.c-float .list {
  display: grid;
  grid-template-columns: repeat(3, 30.6666666667vw);
  align-items: center;
  -moz-column-gap: 1.3333333333vw;
       column-gap: 1.3333333333vw;
}
.c-float .item a {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  background-color: #3798E2;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(51, 51, 51, 0.16);
  width: 100%;
  padding-block: 4.5333333333vw;
}
.c-float .button a {
  font-size: 5.3333333333vw;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  color: #ffffff;
  background-color: #3798E2;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(51, 51, 51, 0.16);
  width: 100%;
  padding-block: 3.4666666667vw;
}

@media (768px <= width) {
  .c-float {
    display: none !important;
  }
}
/*--------------------------------------------------------------
  pagination
--------------------------------------------------------------*/
.c-pagination {
  padding-top: 8vw;
}
.c-pagination .inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2.9333333333vw;
       column-gap: 2.9333333333vw;
}
.c-pagination .page-numbers {
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
  text-align: center;
  color: #3898e1;
  background-color: #fff;
  border-color: #3898e1;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 5px 10px rgba(167, 143, 63, 0.16);
  padding-top: 0.9333333333vw;
  padding-inline: 3.84vw;
  padding-bottom: 1.2vw;
  position: relative;
}
.c-pagination .page-numbers.current {
  color: #fff;
  background-color: #3898e1;
}
.c-pagination .page-numbers.current::before {
  border-color: #fff;
}
.c-pagination .page-numbers.prev, .c-pagination .page-numbers.next {
  color: transparent;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  pointer-events: none;
}
.c-pagination .page-numbers.prev img, .c-pagination .page-numbers.next img {
  width: 4.5333333333vw;
}
.c-pagination .page-numbers.prev::before, .c-pagination .page-numbers.next::before {
  display: none;
}
.c-pagination .page-numbers::before {
  content: "";
  display: block;
  border-color: #3898e1;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 10px 15px rgba(112, 148, 174, 0.16);
  width: 8.72vw;
  height: 7.4666666667vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (768px <= width) {
  .c-pagination {
    padding-top: min(100px, 6.9444444444vw);
  }
  .c-pagination .inner {
    -moz-column-gap: min(35px, 2.4305555556vw);
         column-gap: min(35px, 2.4305555556vw);
  }
  .c-pagination .page-numbers {
    font-size: min(26px, 1.8055555556vw);
    line-height: 1.4230769231;
    padding-top: min(5.4px, 0.375vw);
    padding-inline: min(22px, 1.5277777778vw);
    padding-bottom: min(9.5px, 0.6597222222vw);
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .c-pagination .page-numbers:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) and (hover: hover) {
  .c-pagination .page-numbers.current:hover, .c-pagination .page-numbers.prev:hover, .c-pagination .page-numbers.next:hover {
    opacity: 1;
  }
}
@media (768px <= width) {
  .c-pagination .page-numbers.prev img, .c-pagination .page-numbers.next img {
    width: min(26px, 1.8055555556vw);
  }
  .c-pagination .page-numbers::before {
    width: min(52.9px, 3.6736111111vw);
    height: min(45.6px, 3.1666666667vw);
  }
}
/*--------------------------------------------------------------
  top
--------------------------------------------------------------*/
.p-top .banner-slider .inner {
  position: relative;
}
.p-top .banner-slider .item {
  align-self: flex-end;
  background-color: rgba(240, 247, 252, 0.85);
  box-shadow: 0 15px 20px rgba(85, 85, 85, 0.16);
  padding-block: 2vw;
  padding-inline: 4vw;
}
.p-top .banner-slider .item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.p-top .banner-slider .item a::before {
  content: "";
  display: block;
  background-color: rgba(51, 51, 51, 0.1);
  position: absolute;
  inset: 0;
  z-index: 1;
}
.p-top .banner-slider .button-container {
  width: 80%;
  height: 5.3333333333vw;
  position: absolute;
  top: 19.7333333333vw;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}
.p-top .banner-slider .button-container .button {
  border-style: solid;
  border-color: #333333;
  border-width: 2px 0 0 2px;
  width: 4.2666666667vw;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
}
.p-top .banner-slider .button-container .prev-button {
  left: 0;
  transform: translateY(-50%) rotateZ(-45deg);
}
.p-top .banner-slider .button-container .next-button {
  right: 0;
  transform: translateY(-50%) rotateZ(45deg) rotateY(180deg);
}
.p-top .c-event01 {
  padding-top: 13.3333333333vw;
}
.p-top .c-kids-corner01 {
  margin-top: 13.3333333333vw;
}
.p-top .c-case {
  padding-top: 13.3333333333vw;
}
.p-top .c-price01 {
  padding-top: 13.3333333333vw;
}
.p-top .c-voice01 {
  padding-top: 16vw;
}
.p-top .c-showroom01 {
  padding-top: 16vw;
}
.p-top .anniversary {
  padding-top: 14.6666666667vw;
}
.p-top .anniversary .inner {
  width: 92vw;
  margin-inline: auto;
  padding-top: 6.9333333333vw;
  position: relative;
}
.p-top .anniversary .deco {
  width: 48.5333333333vw;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateZ(-9deg);
}
.p-top .anniversary .house-container {
  filter: drop-shadow(0 5px 15px rgba(112, 148, 174, 0.45));
  position: relative;
}
.p-top .anniversary .house-container::before, .p-top .anniversary .house-container::after {
  content: "";
  display: block;
  background-color: #333333;
  width: 49.8666666667vw;
  height: 1.5px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.p-top .anniversary .house-container::before {
  right: 50%;
  transform: rotateZ(-16.6deg);
  transform-origin: right;
}
.p-top .anniversary .house-container::after {
  left: 50%;
  transform: rotateZ(16.6deg);
  transform-origin: left;
}
.p-top .anniversary .house-container .shadow {
  background-color: #fff;
  -webkit-clip-path: polygon(0 13.8666666667vw, 50% 0, 100% 13.8666666667vw, 100% 100%, 0 100%);
          clip-path: polygon(0 13.8666666667vw, 50% 0, 100% 13.8666666667vw, 100% 100%, 0 100%);
}
.p-top .anniversary .house-container .house-inner {
  width: 84vw;
  margin-inline: auto;
  padding-top: 15.2vw;
  padding-bottom: 13.3333333333vw;
  position: relative;
}
.p-top .anniversary .house-container .list-container {
  margin-top: 6.4vw;
}
.p-top .anniversary .house-container .list-container .list {
  display: grid;
  grid-template-columns: repeat(2, 40vw);
  -moz-column-gap: 4vw;
       column-gap: 4vw;
  row-gap: 5.3333333333vw;
}
.p-top .anniversary .house-container .list-container .item {
  display: flex;
  flex-direction: column;
  row-gap: 1.3333333333vw;
}
.p-top .anniversary .house-container .list-container .image {
  box-shadow: 0 5px 10px rgba(85, 85, 85, 0.16);
}
.p-top .anniversary .house-container .list-container .text-container {
  display: flex;
  flex-direction: column;
  row-gap: 1.3333333333vw;
}
.p-top .anniversary .house-container .list-container .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 4vw;
       column-gap: 4vw;
}
.p-top .anniversary .house-container .list-container .label {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.4166666667;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #ffb142;
  border-radius: 3px;
  padding-top: 0.5333333333vw;
  padding-inline: 3.3333333333vw;
  padding-bottom: 0.8vw;
}
.p-top .anniversary .house-container .list-container .date {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.4166666667;
}
.p-top .anniversary .house-container .list-container .text {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.5;
}
.p-top .anniversary .c-button {
  margin-top: 14.4vw;
}
.p-top .anniversary .c-button .arrow {
  right: 8.8vw;
}
.p-top .c-about {
  padding-top: 10.6666666667vw;
}
.p-top .c-news-list {
  padding-top: 13.3333333333vw;
}
.p-top .c-recruit {
  padding-top: 13.3333333333vw;
}
.p-top .c-media {
  padding-top: 16vw;
}
.p-top .c-sns {
  padding-top: 10.6666666667vw;
  padding-bottom: 21.3333333333vw;
}

@media (768px <= width) {
  .p-top .banner-slider .slider-container {
    width: min(1165px, 80.9027777778vw);
    margin-inline: auto;
    padding-top: min(20px, 1.3888888889vw);
    padding-bottom: min(60px, 4.1666666667vw);
    overflow: hidden;
  }
  .p-top .banner-slider .slider-container .item {
    box-shadow: 0 10px 10px rgba(85, 85, 85, 0.16);
    padding-block: min(7.5px, 0.5208333333vw);
    padding-inline: min(15px, 1.0416666667vw);
  }
  .p-top .banner-slider .slider-container .item a {
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .p-top .banner-slider .slider-container .item a:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .p-top .banner-slider .button-container {
    width: min(1220px, 84.7222222222vw);
    height: min(21px, 1.4583333333vw);
    top: min(120px, 8.3333333333vw);
  }
  .p-top .banner-slider .button-container .button {
    width: min(16px, 1.1111111111vw);
    transition: opacity 0.3s ease-out;
    cursor: pointer;
  }
}
@media (768px <= width) and (hover: hover) {
  .p-top .banner-slider .button-container .button:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .p-top .c-event01 {
    padding-top: 0;
  }
  .p-top .c-kids-corner01 {
    margin-top: min(163px, 11.3194444444vw);
  }
  .p-top .c-case {
    padding-top: min(50px, 3.4722222222vw);
  }
  .p-top .c-price01 {
    padding-top: min(100px, 6.9444444444vw);
  }
  .p-top .c-voice01 {
    padding-top: min(100px, 6.9444444444vw);
  }
  .p-top .c-showroom01 {
    padding-top: min(100px, 6.9444444444vw);
  }
  .p-top .anniversary {
    padding-top: min(150px, 10.4166666667vw);
  }
  .p-top .anniversary .inner {
    width: min(1300px, 90.2777777778vw);
    padding-top: 0;
  }
  .p-top .anniversary .deco {
    width: min(248px, 17.2222222222vw);
    top: min(50px, 3.4722222222vw);
    left: min(11px, 0.7638888889vw);
    transform: rotateZ(-8deg);
  }
  .p-top .anniversary .house-container::before, .p-top .anniversary .house-container::after {
    width: min(690px, 47.9166666667vw);
  }
  .p-top .anniversary .house-container::before {
    transform: rotateZ(-15.6deg);
  }
  .p-top .anniversary .house-container::after {
    transform: rotateZ(15.6deg);
  }
  .p-top .anniversary .house-container .shadow {
    -webkit-clip-path: polygon(0 min(182px, 12.6388888889vw), 50% 0, 100% min(182px, 12.6388888889vw), 100% 100%, 0 100%);
            clip-path: polygon(0 min(182px, 12.6388888889vw), 50% 0, 100% min(182px, 12.6388888889vw), 100% 100%, 0 100%);
  }
  .p-top .anniversary .house-container .house-inner {
    width: min(1214px, 84.3055555556vw);
    padding-top: min(104px, 7.2222222222vw);
    padding-bottom: min(74px, 5.1388888889vw);
  }
  .p-top .anniversary .house-container .list-container {
    margin-top: min(80px, 5.5555555556vw);
  }
  .p-top .anniversary .house-container .list-container .list {
    grid-template-columns: repeat(4, min(280px, 19.4444444444vw));
    -moz-column-gap: min(30px, 2.0833333333vw);
         column-gap: min(30px, 2.0833333333vw);
  }
  .p-top .anniversary .house-container .list-container .item {
    display: flex;
    flex-direction: column;
    row-gap: 1.3333333333vw;
  }
  .p-top .anniversary .house-container .list-container .image {
    box-shadow: 0 5px 10px rgba(85, 85, 85, 0.16);
  }
  .p-top .anniversary .house-container .list-container .text-container {
    row-gap: min(10px, 0.6944444444vw);
  }
  .p-top .anniversary .house-container .list-container .top {
    justify-content: space-between;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .p-top .anniversary .house-container .list-container .label {
    font-size: min(14px, 0.9722222222vw);
    line-height: 1.4285714286;
    padding-top: min(5px, 0.3472222222vw);
    padding-inline: min(18.5px, 1.2847222222vw);
    padding-bottom: min(5px, 0.3472222222vw);
  }
  .p-top .anniversary .house-container .list-container .date {
    font-size: min(15px, 1.0416666667vw);
    line-height: 1.4;
  }
  .p-top .anniversary .house-container .list-container .text {
    font-size: min(15px, 1.0416666667vw);
    line-height: 1.5333333333;
  }
  .p-top .anniversary .c-button {
    margin-top: min(85px, 5.9027777778vw);
  }
  .p-top .anniversary .c-button .arrow {
    right: min(20px, 1.3888888889vw);
  }
  .p-top .c-about {
    padding-top: min(145px, 10.0694444444vw);
  }
  .p-top .c-news-list {
    padding-top: min(130px, 9.0277777778vw);
  }
  .p-top .c-recruit {
    padding-top: min(130px, 9.0277777778vw);
  }
  .p-top .c-media {
    padding-top: min(100px, 6.9444444444vw);
  }
  .p-top .c-sns {
    padding-top: min(150px, 10.4166666667vw);
    padding-bottom: min(194px, 13.4722222222vw);
  }
}
/*--------------------------------------------------------------
  news
--------------------------------------------------------------*/
.a-news {
  padding-bottom: 10.6666666667vw;
}
.a-news .news {
  padding-top: 9.3333333333vw;
}
.a-news .news .cat-title {
  font-size: 4.2666666667vw;
  font-weight: 700;
  text-align: center;
}
.a-news .news .list-container {
  display: flex;
  flex-direction: column;
  row-gap: 13.3333333333vw;
  width: 89.3333333333vw;
  margin-top: 8vw;
  margin-inline: auto;
}
.a-news .news .card a {
  width: 100%;
}
.a-news .news .card .image {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  overflow: hidden;
}
.a-news .news .card .text-container {
  background-color: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 0 5px 10px rgba(167, 143, 63, 0.16);
  background-image: url("/wp-content/themes/clonos-home/assets/img/news-list-deco.svg");
  background-size: 6.4vw auto;
  background-position: right 50%;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 4vw;
  padding-right: 9.3333333333vw;
  padding-left: 4vw;
  padding-bottom: 1.3333333333vw;
}
.a-news .news .card .label-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.3333333333vw;
}
.a-news .news .card .label-container p {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.4166666667;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  padding-top: 0.5333333333vw;
  padding-inline: 2.4vw;
  padding-bottom: 0.8vw;
}
.a-news .news .card .label-container .cat {
  background-color: #333333;
}
.a-news .news .card .label-container .news-cat {
  background-color: #ffb142;
}
.a-news .news .card .post-title {
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  min-height: 12.8vw;
  margin-top: 2.6666666667vw;
}
.a-news .news .card .date {
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.4615384615;
  text-align: right;
  margin-top: 1.3333333333vw;
}
.a-news .news .c-pagination {
  padding-top: 10.6666666667vw;
}
.a-news .c-cat-card {
  padding-top: 10.6666666667vw;
}
.a-news .c-showroom02 {
  padding-top: 13.3333333333vw;
}
.a-news .c-showroom02 .banner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8vw;
}
.a-news .c-showroom02 .banner-container .banner01 {
  width: 92vw;
}
.a-news .c-showroom02 .banner-container .banner02 {
  box-shadow: 0 10px 15px rgba(85, 85, 85, 0.16);
  width: 92vw;
}
.a-news .c-showroom02 .title {
  margin-top: 8vw;
}
.a-news .c-price01 {
  padding-top: 8vw;
}
.a-news .c-price01 .title {
  font-size: 6.9333333333vw;
  font-weight: 700;
  line-height: 1.4230769231;
  text-align: center;
}
.a-news .c-about {
  padding-top: 8vw;
}

.s-news {
  padding-bottom: 10.6666666667vw;
}
.s-news .c-page-title .bread-list .item:nth-of-type(2) {
  flex-shrink: 0;
}
.s-news .c-page-title .bread-list .item:last-of-type {
  max-width: 32vw;
  transform: translateY(1.0666666667vw);
}
.s-news .c-page-title .bread-list .item:last-of-type a {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.s-news .news {
  padding-top: 8vw;
}
.s-news .news .inner {
  width: 89.3333333333vw;
  margin-inline: auto;
}
.s-news .news .card {
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(167, 143, 63, 0.16);
  border-radius: 2.1333333333vw;
  padding-top: 4vw;
  padding-inline: 8vw;
  padding-bottom: 13.3333333333vw;
}
.s-news .news .card .label-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.3333333333vw;
}
.s-news .news .card .label-container p {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.4166666667;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  padding-top: 0.5333333333vw;
  padding-inline: 2.4vw;
  padding-bottom: 0.8vw;
}
.s-news .news .card .label-container .cat {
  background-color: #333333;
}
.s-news .news .card .label-container .news-cat {
  background-color: #ffb142;
}
.s-news .news .card .post-title {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 2.6666666667vw;
}
.s-news .news .card .date {
  font-size: 3.4666666667vw;
  font-weight: 500;
  text-align: right;
  margin-top: 0.2666666667vw;
}
.s-news .news .card .image {
  display: flex;
  justify-content: center;
  margin-top: 5.3333333333vw;
}
.s-news .news .card .image img {
  width: auto;
}
.s-news .news .card .c-content {
  margin-top: 5.3333333333vw;
}
.s-news .news .card .banner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5.3333333333vw;
  margin-top: 10.6666666667vw;
}
.s-news .news .card .banner-container .head {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5.3333333333vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.s-news .news .card .banner-container .head::before, .s-news .news .card .banner-container .head::after {
  content: "";
  display: block;
  background-color: #333333;
  width: 1px;
  height: 4.5333333333vw;
}
.s-news .news .card .banner-container .head::before {
  transform: rotateZ(-36deg);
}
.s-news .news .card .banner-container .head::after {
  transform: rotateZ(36deg);
}
.s-news .news .card .banner-container a {
  width: 73.3333333333vw;
}
.s-news .news .c-button {
  margin-top: 10.6666666667vw;
}
.s-news .news .c-button a {
  padding-left: 6.4vw;
}
.s-news .news .c-button .arrow {
  right: auto;
  left: 4vw;
  transform: translateY(-50%) rotateY(180deg);
}
.s-news .c-cat-card {
  padding-top: 10.6666666667vw;
}
.s-news .c-showroom02 {
  padding-top: 13.3333333333vw;
}
.s-news .c-showroom02 .banner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8vw;
}
.s-news .c-showroom02 .banner-container .banner01 {
  width: 92vw;
}
.s-news .c-showroom02 .banner-container .banner02 {
  box-shadow: 0 10px 15px rgba(85, 85, 85, 0.16);
  width: 92vw;
}
.s-news .c-showroom02 .title {
  margin-top: 8vw;
}
.s-news .c-price01 {
  padding-top: 8vw;
}
.s-news .c-price01 .title {
  font-size: 6.9333333333vw;
  font-weight: 700;
  line-height: 1.4230769231;
  text-align: center;
}
.s-news .c-about {
  padding-top: 8vw;
}

@media (768px <= width) {
  .a-news {
    padding-bottom: min(130px, 9.0277777778vw);
  }
  .a-news .news {
    padding-top: min(60px, 4.1666666667vw);
  }
  .a-news .news .cat-title {
    font-size: min(30px, 2.0833333333vw);
  }
  .a-news .news .list-container {
    row-gap: min(25px, 1.7361111111vw);
    width: min(1080px, 75vw);
    margin-top: min(45px, 3.125vw);
  }
  .a-news .news .card a {
    display: grid;
    grid-template-columns: min(195px, 13.5416666667vw) auto;
    box-shadow: 0 5px 10px rgba(167, 143, 63, 0.16);
    border-radius: 8px;
    transition: opacity 0.3s ease-out;
    overflow: hidden;
  }
}
@media (768px <= width) and (hover: hover) {
  .a-news .news .card a:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .a-news .news .card .image {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .a-news .news .card .image img {
    height: 100%;
  }
  .a-news .news .card .text-container {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-size: min(24px, 1.6666666667vw) auto;
    box-shadow: none;
    padding-top: min(33px, 2.2916666667vw);
    padding-right: min(32px, 2.2222222222vw);
    padding-left: min(55px, 3.8194444444vw);
    padding-bottom: min(14px, 0.9722222222vw);
  }
  .a-news .news .card .label-container {
    gap: min(12px, 0.8333333333vw);
  }
  .a-news .news .card .label-container p {
    font-size: min(14px, 0.9722222222vw);
    line-height: 1.4285714286;
    padding-top: min(5px, 0.3472222222vw);
    padding-inline: min(20px, 1.3888888889vw);
    padding-bottom: min(5px, 0.3472222222vw);
  }
  .a-news .news .card .post-title {
    font-size: min(16px, 1.1111111111vw);
    line-height: 1.5;
    min-height: auto;
    margin-top: min(10px, 0.6944444444vw);
  }
  .a-news .news .card .date {
    font-size: min(14px, 0.9722222222vw);
    line-height: 1.4285714286;
    margin-top: min(5px, 0.3472222222vw);
  }
  .a-news .news .c-pagination {
    padding-top: min(80px, 5.5555555556vw);
  }
  .a-news .c-cat-card {
    padding-top: min(80px, 5.5555555556vw);
  }
  .a-news .c-showroom02 {
    padding-top: min(150px, 10.4166666667vw);
  }
  .a-news .c-showroom02 .banner-container {
    flex-direction: row;
    justify-content: center;
    -moz-column-gap: min(30px, 2.0833333333vw);
         column-gap: min(30px, 2.0833333333vw);
  }
  .a-news .c-showroom02 .banner-container a {
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .a-news .c-showroom02 .banner-container a:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .a-news .c-showroom02 .banner-container .banner01 {
    width: min(600px, 41.6666666667vw);
  }
  .a-news .c-showroom02 .banner-container .banner02 {
    width: min(600px, 41.6666666667vw);
  }
  .a-news .c-showroom02 .title {
    margin-top: min(60px, 4.1666666667vw);
  }
  .a-news .c-price01 {
    padding-top: min(60px, 4.1666666667vw);
  }
  .a-news .c-price01 .title {
    font-size: min(27px, 1.875vw);
    font-weight: 500;
    line-height: 1.4444444444;
  }
  .a-news .c-about {
    padding-top: min(60px, 4.1666666667vw);
  }
  .s-news {
    padding-bottom: min(130px, 9.0277777778vw);
  }
  .s-news .c-page-title .bread-list .item:last-of-type {
    max-width: none;
    transform: translateY(0);
  }
  .s-news .c-page-title .bread-list .item:last-of-type a {
    width: auto;
    white-space: nowrap;
    text-overflow: clip;
    overflow: visible;
  }
  .s-news .news {
    padding-top: min(60px, 4.1666666667vw);
  }
  .s-news .news .inner {
    width: min(1080px, 75vw);
  }
  .s-news .news .card {
    border-radius: min(8px, 0.5555555556vw);
    padding-top: min(50px, 3.4722222222vw);
    padding-inline: min(76px, 5.2777777778vw);
    padding-bottom: min(50px, 3.4722222222vw);
  }
  .s-news .news .card .label-container {
    gap: min(6px, 0.4166666667vw);
  }
  .s-news .news .card .label-container p {
    font-size: min(16px, 1.1111111111vw);
    line-height: 1.5;
    padding-top: min(2px, 0.1388888889vw);
    padding-inline: min(9px, 0.625vw);
    padding-bottom: min(2px, 0.1388888889vw);
  }
  .s-news .news .card .post-title {
    font-size: min(24px, 1.6666666667vw);
    line-height: 1.4583333333;
    margin-top: min(10px, 0.6944444444vw);
  }
  .s-news .news .card .date {
    font-size: min(15px, 1.0416666667vw);
    line-height: 1.4;
    text-align: left;
    margin-top: 0;
  }
  .s-news .news .card .image {
    margin-top: min(30px, 2.0833333333vw);
  }
  .s-news .news .card .c-content {
    margin-top: min(50px, 3.4722222222vw);
  }
  .s-news .news .card .banner-container {
    row-gap: min(30px, 2.0833333333vw);
    margin-top: min(80px, 5.5555555556vw);
  }
  .s-news .news .card .banner-container .head {
    gap: min(20px, 1.3888888889vw);
    font-size: min(26px, 1.8055555556vw);
    line-height: 1.4230769231;
  }
  .s-news .news .card .banner-container .head::before, .s-news .news .card .banner-container .head::after {
    height: min(20px, 1.3888888889vw);
  }
  .s-news .news .card .banner-container a {
    width: min(600px, 41.6666666667vw);
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .s-news .news .card .banner-container a:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .s-news .news .c-button {
    width: min(327px, 22.7083333333vw);
    margin-top: min(85px, 5.9027777778vw);
  }
  .s-news .news .c-button a {
    padding-left: min(24px, 1.6666666667vw);
  }
  .s-news .news .c-button a::after {
    width: min(317px, 22.0138888889vw);
  }
  .s-news .news .c-button .arrow {
    left: min(15px, 1.0416666667vw);
  }
  .s-news .c-cat-card {
    padding-top: min(85px, 5.9027777778vw);
  }
  .s-news .c-showroom02 {
    padding-top: min(145px, 10.0694444444vw);
  }
  .s-news .c-showroom02 .banner-container {
    flex-direction: row;
    justify-content: center;
    -moz-column-gap: min(30px, 2.0833333333vw);
         column-gap: min(30px, 2.0833333333vw);
  }
  .s-news .c-showroom02 .banner-container a {
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .s-news .c-showroom02 .banner-container a:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .s-news .c-showroom02 .banner-container .banner01 {
    width: min(600px, 41.6666666667vw);
  }
  .s-news .c-showroom02 .banner-container .banner02 {
    width: min(600px, 41.6666666667vw);
  }
  .s-news .c-showroom02 .title {
    margin-top: min(60px, 4.1666666667vw);
  }
  .s-news .c-price01 {
    padding-top: min(60px, 4.1666666667vw);
  }
  .s-news .c-price01 .title {
    font-size: min(27px, 1.875vw);
    line-height: 1.4444444444;
  }
  .s-news .c-about {
    padding-top: min(60px, 4.1666666667vw);
  }
}
/*--------------------------------------------------------------
  showroom
--------------------------------------------------------------*/
.a-showroom {
  padding-bottom: 11.2vw;
}
.a-showroom .c-page-title .title {
  font-size: 5.8666666667vw;
  line-height: 1.4545454545;
}
.a-showroom .c-showroom01 {
  padding-top: 8vw;
}
.a-showroom .c-showroom01 .banner-container {
  margin-top: 10.6666666667vw;
}
.a-showroom .c-showroom01 .banner-container .catch {
  font-size: 5.8666666667vw;
  font-weight: 700;
  line-height: 1.4545454545;
  text-align: center;
  color: #3798E2;
  margin-top: 0;
}
.a-showroom .c-showroom01 .banner-container .text {
  font-size: 4.2666666667vw;
  text-align: center;
  margin-top: 0.5333333333vw;
}
.a-showroom .c-showroom01 .c-button-orange {
  margin-top: 8vw;
}
.a-showroom .c-staff {
  padding-top: 8vw;
}
.a-showroom .c-kids-corner03 {
  margin-top: 8vw;
}
.a-showroom .c-merit {
  padding-top: 13.3333333333vw;
}
.a-showroom .c-merit .banner-container {
  display: flex;
  justify-content: center;
  margin-top: 8vw;
}
.a-showroom .c-form {
  padding-top: 13.3333333333vw;
}
.a-showroom .c-form .banner-container {
  display: flex;
  justify-content: center;
  margin-top: 13.3333333333vw;
}

.s-showroom {
  padding-bottom: 10.6666666667vw;
}
.s-showroom .showroom-info {
  padding-top: 8vw;
}
.s-showroom .showroom-info .inner {
  width: 89.3333333333vw;
  margin-inline: auto;
}
.s-showroom .showroom-info .title {
  font-size: 8vw;
  font-weight: 500;
  line-height: 1.4666666667;
}
.s-showroom .showroom-info .card {
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(167, 143, 63, 0.16);
  border-radius: 3px;
  margin-top: 2.9333333333vw;
  overflow: hidden;
}
.s-showroom .showroom-info .card .image {
  position: relative;
  z-index: 0;
}
.s-showroom .showroom-info .card .image::before {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  inset: 0;
  z-index: 1;
}
.s-showroom .showroom-info .card dl {
  display: flex;
  flex-direction: column;
  row-gap: 1.0666666667vw;
  padding-block: 5.3333333333vw;
  padding-inline: 8vw;
}
.s-showroom .showroom-info .card .row {
  display: grid;
  grid-template-columns: 19.2vw auto;
  align-items: start;
  -moz-column-gap: 2.6666666667vw;
       column-gap: 2.6666666667vw;
}
.s-showroom .showroom-info .card dt {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.4285714286;
  text-align: center;
  color: #fff;
  background-color: #FFB141;
  border-radius: 3px;
  padding-block: 1.0666666667vw;
}
.s-showroom .showroom-info .card dd {
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
  margin-top: 1.0666666667vw;
}
.s-showroom .showroom-info .image-container {
  display: grid;
  grid-template-columns: repeat(2, 41.3333333333vw);
  grid-template-rows: repeat(3, auto);
  justify-content: center;
  -moz-column-gap: 1.3333333333vw;
       column-gap: 1.3333333333vw;
  row-gap: 1.3333333333vw;
  margin-top: 8vw;
}
.s-showroom .showroom-info .image-container .image5 {
  grid-column: 1/-1;
}
.s-showroom .showroom-info .banner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8vw;
  margin-top: 8vw;
}
.s-showroom .showroom-info .banner-container .catch {
  font-size: 5.8666666667vw;
  font-weight: 700;
  line-height: 1.4545454545;
  text-align: center;
  color: #3798E2;
  margin-top: 0;
}
.s-showroom .showroom-info .banner-container .text {
  font-size: 4.2666666667vw;
  text-align: center;
  margin-top: 0.5333333333vw;
}
.s-showroom .showroom-info .c-button-orange {
  margin-top: 8vw;
}
.s-showroom .c-staff {
  padding-top: 8vw;
}
.s-showroom .c-kids-corner03 {
  margin-top: 8vw;
}
.s-showroom .c-merit {
  padding-top: 13.3333333333vw;
}
.s-showroom .c-merit .banner-container {
  display: flex;
  justify-content: center;
  margin-top: 8vw;
}
.s-showroom .c-form {
  padding-top: 13.3333333333vw;
}
.s-showroom .c-form .banner-container {
  display: flex;
  justify-content: center;
  margin-top: 13.3333333333vw;
}

@media (768px <= width) {
  .a-showroom {
    padding-bottom: min(120px, 8.3333333333vw);
  }
  .a-showroom .c-page-title .title {
    font-size: min(40px, 2.7777777778vw);
    line-height: 1.3;
  }
  .a-showroom .c-showroom01 {
    padding-top: min(40px, 2.7777777778vw);
  }
  .a-showroom .c-showroom01 .banner-container {
    flex-direction: column;
    align-items: center;
    row-gap: min(60px, 4.1666666667vw);
    margin-top: min(60px, 4.1666666667vw);
  }
  .a-showroom .c-showroom01 .banner-container .catch {
    font-size: min(34px, 2.3611111111vw);
    font-weight: 500;
    line-height: 1.4411764706;
  }
  .a-showroom .c-showroom01 .banner-container .text {
    font-size: min(20px, 1.3888888889vw);
    line-height: 1.45;
    margin-top: min(11px, 0.7638888889vw);
  }
  .a-showroom .c-showroom01 .c-button-orange {
    margin-top: min(60px, 4.1666666667vw);
  }
  .a-showroom .c-staff {
    padding-top: min(60px, 4.1666666667vw);
  }
  .a-showroom .c-kids-corner03 {
    margin-top: min(60px, 4.1666666667vw);
  }
  .a-showroom .c-merit {
    padding-top: min(60px, 4.1666666667vw);
  }
  .a-showroom .c-merit .banner-container {
    margin-top: min(60px, 4.1666666667vw);
  }
  .a-showroom .c-merit .banner-container a {
    width: min(600px, 41.6666666667vw);
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .a-showroom .c-merit .banner-container a:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .a-showroom .c-form {
    padding-top: min(60px, 4.1666666667vw);
  }
  .a-showroom .c-form .banner-container {
    margin-top: min(60px, 4.1666666667vw);
  }
  .a-showroom .c-form .banner-container a {
    width: min(600px, 41.6666666667vw);
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .a-showroom .c-form .banner-container a:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .s-showroom {
    padding-bottom: min(120px, 8.3333333333vw);
  }
  .s-showroom .showroom-info {
    padding-top: min(90px, 6.25vw);
  }
  .s-showroom .showroom-info .inner {
    width: min(1080px, 75vw);
  }
  .s-showroom .showroom-info .title {
    font-size: min(34px, 2.3611111111vw);
    line-height: 1.4411764706;
  }
  .s-showroom .showroom-info .card {
    margin-top: min(30px, 2.0833333333vw);
  }
  .s-showroom .showroom-info .card dl {
    row-gap: min(10px, 0.6944444444vw);
    padding-block: min(20px, 1.3888888889vw);
    padding-inline: min(50px, 3.4722222222vw);
  }
  .s-showroom .showroom-info .card .row {
    grid-template-columns: min(80px, 5.5555555556vw) auto;
    -moz-column-gap: min(5px, 0.3472222222vw);
         column-gap: min(5px, 0.3472222222vw);
  }
  .s-showroom .showroom-info .card dt {
    font-size: min(16px, 1.1111111111vw);
    line-height: 1.5;
    padding-block: min(4px, 0.2777777778vw);
  }
  .s-showroom .showroom-info .card dd {
    font-size: min(16px, 1.1111111111vw);
    line-height: 1.5;
    margin-top: min(4px, 0.2777777778vw);
  }
  .s-showroom .showroom-info .image-container {
    grid-template-columns: repeat(2, min(532px, 36.9444444444vw));
    -moz-column-gap: min(16px, 1.1111111111vw);
         column-gap: min(16px, 1.1111111111vw);
    row-gap: min(18px, 1.25vw);
    margin-top: min(50px, 3.4722222222vw);
  }
  .s-showroom .showroom-info .banner-container {
    row-gap: min(60px, 4.1666666667vw);
    margin-top: min(80px, 5.5555555556vw);
  }
  .s-showroom .showroom-info .banner-container .catch {
    font-size: min(34px, 2.3611111111vw);
    font-weight: 0;
    line-height: 1.4411764706;
  }
  .s-showroom .showroom-info .banner-container .text {
    font-size: min(20px, 1.3888888889vw);
    line-height: 1.45;
    margin-top: min(11px, 0.7638888889vw);
  }
  .s-showroom .showroom-info .banner-container a {
    width: min(600px, 41.6666666667vw);
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .s-showroom .showroom-info .banner-container a:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .s-showroom .showroom-info .c-button-orange {
    margin-top: min(50px, 3.4722222222vw);
  }
  .s-showroom .c-staff {
    padding-top: min(60px, 4.1666666667vw);
  }
  .s-showroom .c-kids-corner03 {
    margin-top: min(60px, 4.1666666667vw);
  }
  .s-showroom .c-merit {
    padding-top: min(60px, 4.1666666667vw);
  }
  .s-showroom .c-merit .banner-container {
    margin-top: min(60px, 4.1666666667vw);
  }
  .s-showroom .c-merit .banner-container a {
    width: min(600px, 41.6666666667vw);
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .s-showroom .c-merit .banner-container a:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .s-showroom .c-form {
    padding-top: min(60px, 4.1666666667vw);
  }
  .s-showroom .c-form .banner-container {
    margin-top: min(60px, 4.1666666667vw);
  }
  .s-showroom .c-form .banner-container a {
    width: min(600px, 41.6666666667vw);
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .s-showroom .c-form .banner-container a:hover {
    opacity: 0.7;
  }
}
/*--------------------------------------------------------------
  event
--------------------------------------------------------------*/
.a-event {
  padding-bottom: 10.6666666667vw;
}
.a-event .c-event02 {
  padding-top: 6.6666666667vw;
}
.a-event .c-showroom01 {
  padding-top: 16vw;
}

.s-event {
  padding-bottom: 10.6666666667vw;
}
.s-event .c-page-title .bread-list .item:nth-of-type(2) {
  flex-shrink: 0;
}
.s-event .c-page-title .bread-list .item:last-of-type {
  max-width: 26.6666666667vw;
  transform: translateY(1.0666666667vw);
}
.s-event .c-page-title .bread-list .item:last-of-type a {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.s-event .event {
  padding-top: 6.6666666667vw;
}
.s-event .event .c-button .arrow {
  right: auto;
  left: 9.3333333333vw;
  transform: translateY(-50%) rotateY(180deg);
}
.s-event .event .top-container {
  display: grid;
  grid-template-columns: auto 25.6vw;
  grid-template-rows: repeat(4, auto);
  justify-content: space-between;
  width: 89.3333333333vw;
  margin-top: 6.6666666667vw;
  margin-inline: auto;
}
.s-event .event .top-container .image {
  grid-column: 1/-1;
  grid-row: 1;
  justify-self: center;
  align-self: center;
}
.s-event .event .top-container .image img {
  width: auto;
}
.s-event .event .top-container .title {
  grid-column: 1/-1;
  grid-row: 2;
  border-top: solid 2px #3798e2;
  border-bottom: solid 2px #3798e2;
  margin-top: 8vw;
}
.s-event .event .top-container .title span {
  display: block;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.8;
  border-top: solid 1px #3798e2;
  border-bottom: solid 1px #3798e2;
  margin-block: 1.6vw;
  padding-block: 2.1333333333vw;
}
.s-event .event .top-container .info {
  grid-column: 1;
  grid-row: 3;
  margin-top: 5.3333333333vw;
}
.s-event .event .top-container dl {
  display: flex;
  flex-direction: column;
  row-gap: 1.0666666667vw;
  flex-shrink: 0;
}
.s-event .event .top-container .row {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 3.2vw;
       column-gap: 3.2vw;
}
.s-event .event .top-container dt {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.4285714286;
  text-align: center;
  color: #ffffff;
  background-color: #ffb141;
  border-radius: 0.8vw;
  padding-block: 0.9333333333vw;
  padding-inline: 4.4vw;
}
.s-event .event .top-container dd {
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
}
.s-event .event .top-container .benefit {
  grid-column: 2;
  grid-row: 3;
  background-color: #fdffca;
  margin-top: 2.6666666667vw;
  padding-block: 2.1333333333vw;
  padding-inline: 1.6vw;
}
.s-event .event .top-container .benefit-text {
  font-size: 3.2vw;
  line-height: 1.4166666667;
  text-align: center;
}
.s-event .event .top-container .benefit-image {
  max-width: 22.4vw;
  margin-top: 1.3333333333vw;
}
.s-event .event .top-container .parking {
  grid-column: 1/-1;
  grid-row: 4;
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 2.6666666667vw;
       column-gap: 2.6666666667vw;
  margin-top: 3.4666666667vw;
}
.s-event .event .top-container .parking-label {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  border: solid 1px #333333;
  border-radius: 0.8vw;
  padding-block: 0.6666666667vw;
  padding-inline: 3.4666666667vw;
}
.s-event .event .top-container .parking-text {
  font-size: 4.2666666667vw;
}
.s-event .event .bottom-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 6.6666666667vw;
  margin-top: 6.6666666667vw;
}
.s-event .event .bottom-container .map {
  background-color: #333333;
  width: 100%;
  height: 58.6666666667vw;
  padding-block: 2.6666666667vw;
}
.s-event .event .bottom-container .map iframe {
  width: 100%;
  height: 100%;
}
.s-event .event .bottom-container .editor {
  font-size: 3.7333333333vw;
  line-height: 1.6428571429;
  width: 89.3333333333vw;
  margin-inline: auto;
}
.s-event .event .bottom-container .editor h2 {
  font-size: 8.5333333333vw;
  font-weight: 700;
  border-bottom: solid 2px #3798e2;
  padding-bottom: 2.6666666667vw;
}
.s-event .event .bottom-container .editor h3 {
  font-size: 6.4vw;
}
.s-event .event .bottom-container .image02 {
  max-width: 89.3333333333vw;
}
.s-event .event .bottom-container .image02 img {
  width: auto;
}
.s-event .event .bottom-container .movie {
  max-width: 89.3333333333vw;
}
.s-event .event .bottom-container .movie iframe {
  max-width: 100%;
  height: 100%;
  aspect-ratio: 275/180;
}
.s-event .c-staff {
  padding-top: 8vw;
}
.s-event .c-showroom01 {
  padding-top: 8vw;
}
.s-event .c-form {
  padding-top: 13.3333333333vw;
}
.s-event .c-form .c-button {
  margin-top: 10.6666666667vw;
}
.s-event .c-form .c-button .arrow {
  right: auto;
  left: 9.3333333333vw;
  transform: translateY(-50%) rotateY(180deg);
}
.s-event .c-showroom02 {
  padding-top: 8vw;
}
.s-event .c-showroom02 .banner-container {
  display: flex;
  justify-content: center;
  margin-top: 8vw;
}
.s-event .c-showroom02 .banner-container a {
  box-shadow: 0 10px 15px rgba(85, 85, 85, 0.16);
  width: 92vw;
}

@media (768px <= width) {
  .a-event {
    padding-bottom: min(190px, 13.1944444444vw);
  }
  .a-event .c-event02 {
    padding-top: min(40px, 2.7777777778vw);
  }
  .a-event .c-event02 .list-container {
    margin-top: 0;
  }
  .a-event .c-showroom01 {
    padding-top: min(100px, 6.9444444444vw);
  }
  .a-event .c-showroom01 .map-container {
    margin-top: min(40px, 2.7777777778vw);
  }
  .a-event .c-showroom01 .banner-container {
    margin-top: min(80px, 5.5555555556vw);
  }
  .s-event {
    padding-bottom: min(120px, 8.3333333333vw);
  }
  .s-event .c-page-title .bread-list .item:last-of-type {
    max-width: none;
    transform: none;
  }
  .s-event .c-page-title .bread-list .item:last-of-type a {
    overflow: visible;
  }
  .s-event .event {
    padding-top: min(68px, 4.7222222222vw);
  }
  .s-event .event .top-container {
    grid-template-columns: min(445px, 30.9027777778vw) min(610px, 42.3611111111vw);
    grid-template-rows: repeat(4, auto);
    width: min(1080px, 75vw);
    margin-top: 0;
  }
  .s-event .event .top-container .image {
    grid-column: 1;
    grid-row: 1/-1;
  }
  .s-event .event .top-container .title {
    align-self: flex-start;
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
  }
  .s-event .event .top-container .title span {
    font-size: min(24px, 1.6666666667vw);
    line-height: 1.125;
    margin-block: min(6px, 0.4166666667vw);
    padding-block: min(8px, 0.5555555556vw);
  }
  .s-event .event .top-container .info {
    grid-column: 2;
    grid-row: 2;
    margin-top: min(50px, 3.4722222222vw);
  }
  .s-event .event .top-container dl {
    row-gap: min(5px, 0.3472222222vw);
  }
  .s-event .event .top-container .row {
    -moz-column-gap: min(8px, 0.5555555556vw);
         column-gap: min(8px, 0.5555555556vw);
  }
  .s-event .event .top-container dt {
    font-size: min(16px, 1.1111111111vw);
    line-height: 1.5;
    border-radius: min(3px, 0.2083333333vw);
    padding-block: min(3px, 0.2083333333vw);
    padding-inline: min(16.5px, 1.1458333333vw);
  }
  .s-event .event .top-container dd {
    font-size: min(16px, 1.1111111111vw);
    line-height: 1.5;
  }
  .s-event .event .top-container .benefit {
    justify-self: flex-start;
    grid-row: 4;
    margin-top: min(33px, 2.2916666667vw);
    padding-block: min(10px, 0.6944444444vw);
    padding-inline: min(7px, 0.4861111111vw);
  }
  .s-event .event .top-container .benefit-text {
    font-size: min(14px, 0.9722222222vw);
    line-height: 1.4285714286;
  }
  .s-event .event .top-container .benefit-image {
    max-width: min(100px, 6.9444444444vw);
    margin-top: min(6px, 0.4166666667vw);
  }
  .s-event .event .top-container .parking {
    grid-column: 2;
    grid-row: 3;
    -moz-column-gap: min(10px, 0.6944444444vw);
         column-gap: min(10px, 0.6944444444vw);
    margin-top: min(15px, 1.0416666667vw);
  }
  .s-event .event .top-container .parking-label {
    font-size: min(15px, 1.0416666667vw);
    border-radius: min(3px, 0.2083333333vw);
    padding-block: min(2.5px, 0.1736111111vw);
    padding-inline: min(13px, 0.9027777778vw);
  }
  .s-event .event .top-container .parking-text {
    font-size: min(16px, 1.1111111111vw);
  }
  .s-event .event .bottom-container {
    row-gap: min(50px, 3.4722222222vw);
    margin-top: min(68px, 4.7222222222vw);
  }
  .s-event .event .bottom-container .map {
    width: min(800px, 55.5555555556vw);
    height: min(478px, 33.1944444444vw);
    padding-block: min(20px, 1.3888888889vw);
  }
  .s-event .event .bottom-container .editor {
    font-size: min(15px, 1.0416666667vw);
    line-height: 1.8;
    width: min(920px, 63.8888888889vw);
  }
  .s-event .event .bottom-container .editor h2 {
    font-size: min(32px, 2.2222222222vw);
    padding-bottom: min(10px, 0.6944444444vw);
  }
  .s-event .event .bottom-container .editor h3 {
    font-size: min(24px, 1.6666666667vw);
  }
  .s-event .event .bottom-container .image02 {
    max-width: min(920px, 63.8888888889vw);
  }
  .s-event .event .bottom-container .movie {
    max-width: min(920px, 63.8888888889vw);
  }
  .s-event .event .bottom-container .movie iframe {
    aspect-ratio: 920/510;
  }
  .s-event .c-staff {
    padding-top: min(50px, 3.4722222222vw);
  }
  .s-event .c-showroom01 {
    padding-top: min(50px, 3.4722222222vw);
  }
  .s-event .c-showroom01 .map-container {
    margin-top: min(40px, 2.7777777778vw);
  }
  .s-event .c-form {
    padding-top: min(50px, 3.4722222222vw);
  }
  .s-event .c-form .c-button {
    margin-top: min(50px, 3.4722222222vw);
  }
  .s-event .c-form .c-button .arrow {
    left: min(21px, 1.4583333333vw);
  }
  .s-event .c-showroom02 {
    padding-top: min(50px, 3.4722222222vw);
  }
  .s-event .c-showroom02 .banner-container {
    margin-top: min(50px, 3.4722222222vw);
  }
  .s-event .c-showroom02 .banner-container a {
    width: min(600px, 41.6666666667vw);
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .s-event .c-showroom02 .banner-container a:hover {
    opacity: 0.7;
  }
}
/*--------------------------------------------------------------
  case
--------------------------------------------------------------*/
.a-case {
  padding-bottom: 13.3333333333vw;
}
.a-case .case {
  padding-top: 6.6666666667vw;
}
.a-case .case .inner {
  width: 89.3333333333vw;
  margin-inline: auto;
}
.a-case .case .keyword-list {
  width: 76vw;
  margin-inline: auto;
}
.a-case .case .keyword-list .text {
  font-size: 4.2666666667vw;
  text-align: center;
}
.a-case .case .keyword-list .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.6vw;
  margin-top: 4vw;
}
.a-case .case .keyword-list .item a {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.4166666667;
  text-align: center;
  border: solid 1px #333333;
  border-radius: 3px;
  padding-block: 0.5333333333vw;
  padding-inline: 1.8666666667vw;
}
.a-case .case .keyword-list .item.current a {
  color: #fff;
  background-color: #333333;
}
.a-case .case .case-list {
  margin-top: 8vw;
}
.a-case .case .case-list .list {
  display: flex;
  flex-direction: column;
  row-gap: 10.6666666667vw;
}
.a-case .case .case-list .item a {
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(167, 143, 63, 0.16);
  border-radius: 5px;
  overflow: hidden;
}
.a-case .case .case-list .image {
  width: 89.3333333333vw;
  height: 52vw;
  position: relative;
  z-index: 0;
}
.a-case .case .case-list .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.a-case .case .case-list .label {
  font-family: "sofia-pro", sans-serif;
  font-size: 7.4666666667vw;
  line-height: 1.1428571429;
  text-align: center;
  color: #ffe692;
  background-color: #333333;
  padding-block: 1.0666666667vw;
  padding-inline: 8vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.a-case .case .case-list .text-container {
  padding-top: 5.3333333333vw;
  padding-inline: 8vw;
  padding-bottom: 8vw;
}
.a-case .case .case-list .number {
  font-size: 3.7333333333vw;
  font-weight: 500;
  line-height: 1.4285714286;
}
.a-case .case .case-list .case-title {
  font-size: 3.7333333333vw;
  line-height: 1.4285714286;
  margin-top: 1.0666666667vw;
}
.a-case .case .case-list .child-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 1.3333333333vw;
       column-gap: 1.3333333333vw;
  row-gap: 1.6vw;
  margin-top: 4vw;
}
.a-case .case .case-list .child-item {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.4166666667;
  text-align: center;
  border: solid 1px #333333;
  border-radius: 3px;
  padding-block: 0.5333333333vw;
  padding-inline: 1.8666666667vw;
}
.a-case .c-showroom02 {
  padding-top: 13.3333333333vw;
}
.a-case .c-showroom02 .banner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8vw;
}
.a-case .c-showroom02 .banner-container .banner01 {
  width: 92vw;
}
.a-case .c-showroom02 .banner-container .banner02 {
  box-shadow: 0 10px 15px rgba(85, 85, 85, 0.16);
  width: 92vw;
}
.a-case .c-showroom02 .title {
  margin-top: 8vw;
}
.a-case .c-price01 {
  padding-top: 8vw;
}
.a-case .c-price01 .list-container {
  margin-top: 0;
}
.a-case .c-about {
  padding-top: 13.3333333333vw;
}
.a-case .c-about .title-container {
  padding-top: 0;
}
.a-case .c-about .title-container .en {
  display: none;
}

.s-case {
  padding-bottom: 13.3333333333vw;
}
.s-case .c-page-title .bread-list .item:last-of-type {
  max-width: 48vw;
  transform: translateY(1.0666666667vw);
}
.s-case .c-page-title .bread-list .item:last-of-type a {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.s-case .case {
  padding-top: 10.6666666667vw;
}
.s-case .case .card {
  background-color: #fff;
  border-radius: 2.1333333333vw;
  box-shadow: 0 5px 10px rgba(167, 143, 63, 0.16);
  width: 89.3333333333vw;
  margin-inline: auto;
  padding-top: 4vw;
  padding-inline: 8vw;
  padding-bottom: 13.3333333333vw;
}
.s-case .case .card .info {
  width: 73.3333333333vw;
  margin-top: 5.3333333333vw;
  margin-inline: auto;
}
.s-case .case .card .info .number {
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.4615384615;
}
.s-case .case .card .info .case-title {
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 2.6666666667vw;
}
.s-case .case .card .info .child-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 1.3333333333vw;
       column-gap: 1.3333333333vw;
  row-gap: 1.6vw;
  margin-top: 5.3333333333vw;
}
.s-case .case .card .info .child-item {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.4166666667;
  text-align: center;
  border: solid 1px #333333;
  border-radius: 3px;
  padding-block: 0.5333333333vw;
  padding-inline: 1.8666666667vw;
}
.s-case .case .card .c-content {
  margin-top: 10.6666666667vw;
}
.s-case .case .card .c-content .voice-head {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5.3333333333vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-top: 5.3333333333vw;
}
.s-case .case .card .c-content .voice-head::before, .s-case .case .card .c-content .voice-head::after {
  content: "";
  display: block;
  background-color: #333333;
  width: 1px;
  height: 4.5333333333vw;
}
.s-case .case .card .c-content .voice-head::before {
  transform: rotateZ(-36deg);
}
.s-case .case .card .c-content .voice-head::after {
  transform: rotateZ(36deg);
}
.s-case .case .message {
  margin-top: 14.9333333333vw;
}
.s-case .case .message .text {
  font-size: 3.2vw;
  line-height: 1.6666666667;
  text-align: center;
}
.s-case .case .message .image {
  background-color: #FDFFCA;
  margin-top: 5.6vw;
  padding-block: 3.4666666667vw;
}
.s-case .case .keyword-list {
  width: 76vw;
  margin-inline: auto;
  padding-top: 8vw;
}
.s-case .case .keyword-list .text {
  font-size: 4.2666666667vw;
  text-align: center;
}
.s-case .case .keyword-list .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.6vw;
  margin-top: 4vw;
}
.s-case .case .keyword-list .item a {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.4166666667;
  text-align: center;
  border: solid 1px #333333;
  border-radius: 3px;
  padding-block: 0.5333333333vw;
  padding-inline: 1.8666666667vw;
}
.s-case .case .c-button {
  margin-top: 10.6666666667vw;
}
.s-case .case .c-button .arrow {
  right: auto;
  left: 9.3333333333vw;
  transform: translateY(-50%) rotateY(180deg);
}
.s-case .c-showroom02 {
  padding-top: 13.3333333333vw;
}
.s-case .c-showroom02 .banner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8vw;
}
.s-case .c-showroom02 .banner-container .banner01 {
  width: 92vw;
}
.s-case .c-showroom02 .banner-container .banner02 {
  box-shadow: 0 10px 15px rgba(85, 85, 85, 0.16);
  width: 92vw;
}
.s-case .c-showroom02 .title {
  margin-top: 8vw;
}
.s-case .c-price01 {
  padding-top: 8vw;
}
.s-case .c-price01 .list-container {
  margin-top: 0;
}
.s-case .c-about {
  padding-top: 13.3333333333vw;
}
.s-case .c-about .title-container {
  padding-top: 0;
}
.s-case .c-about .title-container .en {
  display: none;
}

@media (768px <= width) {
  .a-case {
    padding-bottom: min(120px, 8.3333333333vw);
  }
  .a-case .case {
    padding-top: min(40px, 2.7777777778vw);
  }
  .a-case .case .inner {
    width: min(1290px, 89.5833333333vw);
  }
  .a-case .case .keyword-list {
    width: min(600px, 41.6666666667vw);
  }
  .a-case .case .keyword-list .text {
    font-size: min(35px, 2.4305555556vw);
    font-weight: 500;
    line-height: 1.4571428571;
  }
  .a-case .case .keyword-list .list {
    justify-content: center;
    row-gap: min(10px, 0.6944444444vw);
    -moz-column-gap: min(15px, 1.0416666667vw);
         column-gap: min(15px, 1.0416666667vw);
    margin-top: min(16px, 1.1111111111vw);
  }
  .a-case .case .keyword-list .item a {
    font-size: min(16px, 1.1111111111vw);
    line-height: 1.5;
    padding-block: min(2px, 0.1388888889vw);
    padding-inline: min(7px, 0.4861111111vw);
  }
  .a-case .case .case-list {
    margin-top: min(60px, 4.1666666667vw);
  }
  .a-case .case .case-list .list {
    display: grid;
    grid-template-columns: repeat(4, min(300px, 20.8333333333vw));
    -moz-column-gap: min(30px, 2.0833333333vw);
         column-gap: min(30px, 2.0833333333vw);
    row-gap: min(60px, 4.1666666667vw);
  }
  .a-case .case .case-list .item {
    display: contents;
  }
  .a-case .case .case-list .item a {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
  }
  .a-case .case .case-list .image {
    width: min(300px, 20.8333333333vw);
    height: min(200px, 13.8888888889vw);
  }
  .a-case .case .case-list .label {
    font-size: min(20px, 1.3888888889vw);
    line-height: 1;
    padding-block: min(2px, 0.1388888889vw);
    padding-inline: min(16.5px, 1.1458333333vw);
  }
  .a-case .case .case-list .text-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding-top: min(10px, 0.6944444444vw);
    padding-inline: min(12px, 0.8333333333vw);
    padding-bottom: min(20px, 1.3888888889vw);
  }
  .a-case .case .case-list .number {
    font-size: min(14px, 0.9722222222vw);
  }
  .a-case .case .case-list .case-title {
    flex-grow: 1;
    font-size: min(14px, 0.9722222222vw);
    margin-top: min(4px, 0.2777777778vw);
  }
  .a-case .case .case-list .child-list {
    -moz-column-gap: min(5px, 0.3472222222vw);
         column-gap: min(5px, 0.3472222222vw);
    row-gap: min(6px, 0.4166666667vw);
    margin-top: min(15px, 1.0416666667vw);
  }
  .a-case .case .case-list .child-item {
    font-size: min(12px, 0.8333333333vw);
    padding-block: min(2px, 0.1388888889vw);
    padding-inline: min(7px, 0.4861111111vw);
  }
  .a-case .case .c-pagination {
    padding-top: min(80px, 5.5555555556vw);
  }
  .a-case .c-showroom02 {
    padding-top: min(80px, 5.5555555556vw);
  }
  .a-case .c-showroom02 .banner-container {
    flex-direction: row;
    justify-content: center;
    -moz-column-gap: min(30px, 2.0833333333vw);
         column-gap: min(30px, 2.0833333333vw);
  }
  .a-case .c-showroom02 .banner-container a {
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .a-case .c-showroom02 .banner-container a:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .a-case .c-showroom02 .banner-container .banner01 {
    width: min(600px, 41.6666666667vw);
  }
  .a-case .c-showroom02 .banner-container .banner02 {
    width: min(600px, 41.6666666667vw);
  }
  .a-case .c-showroom02 .title {
    margin-top: min(60px, 4.1666666667vw);
  }
  .a-case .c-price01 {
    padding-top: min(60px, 4.1666666667vw);
  }
  .a-case .c-about {
    padding-top: min(60px, 4.1666666667vw);
  }
  .a-case .c-about .title-container {
    padding-top: min(36px, 2.5vw);
  }
  .a-case .c-about .title-container .en {
    display: block;
  }
  .s-case {
    padding-bottom: min(120px, 8.3333333333vw);
  }
  .s-case .c-page-title .bread-list .item:last-of-type {
    max-width: none;
    transform: translateY(0);
  }
  .s-case .c-page-title .bread-list .item:last-of-type a {
    width: auto;
    white-space: nowrap;
    text-overflow: clip;
    overflow: visible;
  }
  .s-case .case {
    padding-top: min(25px, 1.7361111111vw);
  }
  .s-case .case .card {
    border-radius: min(8px, 0.5555555556vw);
    width: min(1080px, 75vw);
    padding-top: min(80px, 5.5555555556vw);
    padding-bottom: min(80px, 5.5555555556vw);
  }
  .s-case .case .card .info {
    width: min(920px, 63.8888888889vw);
    margin-top: min(20px, 1.3888888889vw);
  }
  .s-case .case .card .info .number {
    font-size: min(16px, 1.1111111111vw);
    line-height: 1.5;
  }
  .s-case .case .card .info .case-title {
    font-size: min(24px, 1.6666666667vw);
    line-height: 1.2916666667;
    margin-top: min(10px, 0.6944444444vw);
  }
  .s-case .case .card .info .child-list {
    -moz-column-gap: min(10px, 0.6944444444vw);
         column-gap: min(10px, 0.6944444444vw);
    row-gap: min(10px, 0.6944444444vw);
    margin-top: min(10px, 0.6944444444vw);
  }
  .s-case .case .card .info .child-item {
    font-size: min(16px, 1.1111111111vw);
    line-height: 1.5;
    padding-block: min(2px, 0.1388888889vw);
    padding-inline: min(7px, 0.4861111111vw);
  }
  .s-case .case .card .c-content {
    margin-top: min(40px, 2.7777777778vw);
  }
  .s-case .case .card .c-content .voice-head {
    gap: min(20px, 1.3888888889vw);
    font-size: min(24px, 1.6666666667vw);
    line-height: 1.4583333333;
    margin-top: min(20px, 1.3888888889vw);
  }
  .s-case .case .card .c-content .voice-head::before, .s-case .case .card .c-content .voice-head::after {
    height: min(17px, 1.1805555556vw);
  }
  .s-case .case .message {
    margin-top: min(30px, 2.0833333333vw);
  }
  .s-case .case .message .text {
    font-size: min(20px, 1.3888888889vw);
    line-height: 2.2;
  }
  .s-case .case .message .image {
    width: min(1080px, 75vw);
    margin-top: min(50px, 3.4722222222vw);
    margin-inline: auto;
    padding-block: min(37px, 2.5694444444vw);
  }
  .s-case .case .keyword-list {
    width: min(600px, 41.6666666667vw);
    padding-top: min(80px, 5.5555555556vw);
  }
  .s-case .case .keyword-list .text {
    font-size: min(35px, 2.4305555556vw);
    font-weight: 500;
    line-height: 1.4571428571;
  }
  .s-case .case .keyword-list .list {
    justify-content: center;
    row-gap: min(10px, 0.6944444444vw);
    -moz-column-gap: min(15px, 1.0416666667vw);
         column-gap: min(15px, 1.0416666667vw);
    margin-top: min(16px, 1.1111111111vw);
  }
  .s-case .case .keyword-list .item a {
    font-size: min(16px, 1.1111111111vw);
    line-height: 1.5;
    padding-block: min(2px, 0.1388888889vw);
    padding-inline: min(7px, 0.4861111111vw);
  }
  .s-case .case .c-button {
    margin-top: min(50px, 3.4722222222vw);
  }
  .s-case .case .c-button .arrow {
    left: min(15px, 1.0416666667vw);
  }
  .s-case .c-showroom02 {
    padding-top: min(80px, 5.5555555556vw);
  }
  .s-case .c-showroom02 .banner-container {
    flex-direction: row;
    justify-content: center;
    -moz-column-gap: min(30px, 2.0833333333vw);
         column-gap: min(30px, 2.0833333333vw);
  }
  .s-case .c-showroom02 .banner-container a {
    transition: opacity 0.3s ease-out;
  }
}
@media (768px <= width) and (hover: hover) {
  .s-case .c-showroom02 .banner-container a:hover {
    opacity: 0.7;
  }
}
@media (768px <= width) {
  .s-case .c-showroom02 .banner-container .banner01 {
    width: min(600px, 41.6666666667vw);
  }
  .s-case .c-showroom02 .banner-container .banner02 {
    width: min(600px, 41.6666666667vw);
  }
  .s-case .c-showroom02 .title {
    margin-top: min(60px, 4.1666666667vw);
  }
  .s-case .c-price01 {
    padding-top: min(60px, 4.1666666667vw);
  }
  .s-case .c-about {
    padding-top: min(60px, 4.1666666667vw);
  }
  .s-case .c-about .title-container {
    padding-top: min(32px, 2.2222222222vw);
  }
  .s-case .c-about .title-container .en {
    display: block;
  }
}
/*--------------------------------------------------------------
  reservation
--------------------------------------------------------------*/
.p-reservation .fv-banner {
  padding-top: 1.3333333333vw;
}
.p-reservation .c-merit {
  padding-top: 5.8666666667vw;
}
.p-reservation .c-merit .c-button-orange {
  padding-top: 8vw;
}
.p-reservation .c-showroom01 {
  padding-top: 13.3333333333vw;
}
.p-reservation .c-showroom01 .c-button-orange {
  margin-top: 8vw;
}
.p-reservation .c-showroom01 .banner-container {
  margin-top: 5.3333333333vw;
}
.p-reservation .c-staff {
  padding-top: 8vw;
}
.p-reservation .c-kids-corner02 {
  margin-top: 5.3333333333vw;
}
.p-reservation .c-step {
  padding-top: 9.6vw;
}
.p-reservation .c-form {
  padding-top: 14.9333333333vw;
  padding-bottom: 10.6666666667vw;
}
.p-reservation .c-form .c-section-title-blue .en {
  width: 9.6vw;
}

@media (768px <= width) {
  .p-reservation .fv-banner {
    padding-top: min(40px, 2.7777777778vw);
  }
  .p-reservation .fv-banner .inner {
    width: min(1080px, 75vw);
    margin-inline: auto;
  }
  .p-reservation .c-merit {
    padding-top: min(60px, 4.1666666667vw);
  }
  .p-reservation .c-merit .c-button-orange {
    padding-top: min(50px, 3.4722222222vw);
  }
  .p-reservation .c-showroom01 {
    padding-top: min(90px, 6.25vw);
  }
  .p-reservation .c-showroom01 .c-button-orange {
    margin-top: min(50px, 3.4722222222vw);
  }
  .p-reservation .c-showroom01 .banner-container {
    margin-top: min(80px, 5.5555555556vw);
  }
  .p-reservation .c-staff {
    padding-top: min(90px, 6.25vw);
  }
  .p-reservation .c-kids-corner02 {
    margin-top: min(106px, 7.3611111111vw);
  }
  .p-reservation .c-step {
    padding-top: min(80px, 5.5555555556vw);
  }
  .p-reservation .c-form {
    padding-top: min(130px, 9.0277777778vw);
    padding-bottom: min(120px, 8.3333333333vw);
  }
  .p-reservation .c-form .c-section-title-blue .en {
    width: min(60px, 4.1666666667vw);
  }
}
/*--------------------------------------------------------------
  catalog
--------------------------------------------------------------*/
.p-catalog {
  padding-bottom: 16vw;
}
.p-catalog .fv {
  padding-top: 6.6666666667vw;
}
.p-catalog .c-catalog-cta01 {
  padding-top: 1.3333333333vw;
}
.p-catalog .c-form {
  padding-top: 12vw;
}
.p-catalog .c-price01 {
  padding-top: 21.3333333333vw;
}
.p-catalog .c-catalog-cta02 {
  padding-top: 14.6666666667vw;
}

@media (768px <= width) {
  .p-catalog {
    padding-bottom: min(120px, 8.3333333333vw);
  }
  .p-catalog .fv {
    width: min(1080px, 75vw);
    margin-inline: auto;
    padding-top: min(40px, 2.7777777778vw);
  }
  .p-catalog .c-catalog-cta01 {
    padding-top: min(51.5px, 3.5763888889vw);
  }
  .p-catalog .c-form {
    padding-top: min(90px, 6.25vw);
  }
  .p-catalog .c-price01 {
    padding-top: min(90px, 6.25vw);
  }
  .p-catalog .c-catalog-cta02 {
    padding-top: min(80px, 5.5555555556vw);
  }
}
/*--------------------------------------------------------------
  thanks
--------------------------------------------------------------*/
.p-event-thanks {
  padding-bottom: 13.3333333333vw;
}

.p-reservation-thanks {
  padding-bottom: 13.3333333333vw;
}

.p-catalog-thanks {
  padding-bottom: 10.6666666667vw;
}
.p-catalog-thanks .special {
  padding-top: 10.6666666667vw;
}
.p-catalog-thanks .special .catch {
  width: 89.3333333333vw;
  margin-inline: auto;
  padding-top: 8vw;
  position: relative;
}
.p-catalog-thanks .special .catch .top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 2.6666666667vw;
       column-gap: 2.6666666667vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  top: 0;
  left: 4vw;
  transform: rotate(-13deg);
}
.p-catalog-thanks .special .catch .top::before, .p-catalog-thanks .special .catch .top::after {
  content: "";
  display: block;
  background-color: #333333;
  width: 2px;
  height: 6.9333333333vw;
}
.p-catalog-thanks .special .catch .top::before {
  transform: rotate(-40deg);
}
.p-catalog-thanks .special .catch .top::after {
  transform: rotate(40deg);
}
.p-catalog-thanks .special .catch .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2.6666666667vw;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.p-catalog-thanks .special .catch .bottom {
  font-size: 4vw;
  font-weight: 700;
  text-align: center;
}
.p-catalog-thanks .special .catch .bottom span {
  color: #ff9832;
}
.p-catalog-thanks .special .catch .bottom .small {
  font-size: 5.6vw;
}
.p-catalog-thanks .special .catch .bottom .middle {
  font-size: 6.9333333333vw;
}
.p-catalog-thanks .special .catch .bottom .large {
  font-size: 8.5333333333vw;
  line-height: 1.4375;
  margin-inline: 0.8vw;
}
.p-catalog-thanks .special .catch .title {
  font-size: 8.5333333333vw;
  font-weight: 700;
  line-height: 1.4375;
  text-align: center;
  color: #ff9832;
  margin-top: -0.5333333333vw;
}
.p-catalog-thanks .special .catch .image {
  margin-top: 0.5333333333vw;
}
.p-catalog-thanks .special .box {
  background-color: #fff9f2;
  width: 100%;
  margin-top: 13.3333333333vw;
  padding-block: 9.6vw;
}
.p-catalog-thanks .special .box .lead {
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.6470588235;
  text-align: center;
  color: #ff9832;
}
.p-catalog-thanks .special .box .text {
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 2.1538461538;
  text-align: center;
  margin-top: 6.6666666667vw;
}
.p-catalog-thanks .special .box .text span {
  font-weight: 700;
  color: #ff9832;
}
.p-catalog-thanks .step {
  padding-top: 18.1333333333vw;
}
.p-catalog-thanks .step .inner {
  width: 89.3333333333vw;
  margin-inline: auto;
}
.p-catalog-thanks .step .title {
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.6470588235;
  text-align: center;
  color: #ff9832;
}
.p-catalog-thanks .step .text {
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 2.1538461538;
  text-align: center;
  margin-top: 6.6666666667vw;
}
.p-catalog-thanks .step .image {
  margin-top: 5.3333333333vw;
}
.p-catalog-thanks .step .note {
  font-size: 2.6666666667vw;
  line-height: 1.2;
  margin-top: 5.3333333333vw;
}
.p-catalog-thanks .c-merit {
  padding-top: 10.6666666667vw;
}
.p-catalog-thanks .color {
  background-color: #ff9832;
  margin-top: 10.6666666667vw;
  padding-block: 9.3333333333vw;
}
.p-catalog-thanks .color .inner {
  width: 73.3333333333vw;
  margin-inline: auto;
}
.p-catalog-thanks .color .lead {
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.6470588235;
  text-align: center;
  color: #fbfbfb;
}
.p-catalog-thanks .color .text {
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 2.1538461538;
  text-align: center;
  color: #fbfbfb;
  margin-top: 6.6666666667vw;
}
.p-catalog-thanks .c-form {
  padding-top: 10.6666666667vw;
}

@media (768px <= width) {
  .p-event-thanks {
    flex-grow: 1;
    padding-bottom: min(120px, 8.3333333333vw);
  }
  .p-reservation-thanks {
    flex-grow: 1;
    padding-bottom: min(120px, 8.3333333333vw);
  }
  .p-catalog-thanks {
    padding-bottom: min(120px, 8.3333333333vw);
  }
  .p-catalog-thanks .special {
    padding-top: min(50px, 3.4722222222vw);
  }
  .p-catalog-thanks .special .catch {
    width: min(886px, 61.5277777778vw);
    padding-top: min(30px, 2.0833333333vw);
  }
  .p-catalog-thanks .special .catch .top {
    -moz-column-gap: min(10px, 0.6944444444vw);
         column-gap: min(10px, 0.6944444444vw);
    font-size: min(17px, 1.1805555556vw);
    line-height: 1.4705882353;
    left: min(248px, 17.2222222222vw);
  }
  .p-catalog-thanks .special .catch .top::before, .p-catalog-thanks .special .catch .top::after {
    height: min(30px, 2.0833333333vw);
  }
  .p-catalog-thanks .special .catch .text {
    row-gap: min(16px, 1.1111111111vw);
  }
  .p-catalog-thanks .special .catch .text span:nth-of-type(1) {
    font-size: min(22px, 1.5277777778vw);
    line-height: 1.4545454545;
  }
  .p-catalog-thanks .special .catch .text span:nth-of-type(2) {
    font-size: min(21px, 1.4583333333vw);
    line-height: 1.4285714286;
  }
  .p-catalog-thanks .special .catch .bottom {
    font-size: min(22px, 1.5277777778vw);
  }
  .p-catalog-thanks .special .catch .bottom .small {
    font-size: min(31px, 2.1527777778vw);
  }
  .p-catalog-thanks .special .catch .bottom .middle {
    font-size: min(52px, 3.6111111111vw);
    line-height: 1.4423076923;
    margin-inline: max(-6px, -0.4166666667vw);
  }
  .p-catalog-thanks .special .catch .bottom .large {
    font-size: min(50px, 3.4722222222vw);
    margin-inline: 0;
  }
  .p-catalog-thanks .special .catch .title {
    font-size: min(47px, 3.2638888889vw);
    line-height: 1.4680851064;
    margin-top: min(-3px, -0.2083333333vw);
  }
  .p-catalog-thanks .special .catch .image {
    margin-top: max(-32px, -2.2222222222vw);
    position: relative;
    z-index: -1;
  }
  .p-catalog-thanks .special .box {
    margin-top: 0;
    padding-block: min(60px, 4.1666666667vw);
  }
  .p-catalog-thanks .special .box .lead {
    font-size: min(24px, 1.6666666667vw);
    line-height: 1.6666666667;
  }
  .p-catalog-thanks .special .box .text {
    font-size: min(16px, 1.1111111111vw);
    line-height: 1.75;
    margin-top: min(25px, 1.7361111111vw);
  }
  .p-catalog-thanks .step {
    padding-top: min(70px, 4.8611111111vw);
  }
  .p-catalog-thanks .step .inner {
    width: min(1290px, 89.5833333333vw);
  }
  .p-catalog-thanks .step .title {
    font-size: min(24px, 1.6666666667vw);
    line-height: 1.6666666667;
  }
  .p-catalog-thanks .step .text {
    font-size: min(16px, 1.1111111111vw);
    line-height: 1.75;
    margin-top: min(25px, 1.7361111111vw);
  }
  .p-catalog-thanks .step .image {
    margin-top: min(30px, 2.0833333333vw);
  }
  .p-catalog-thanks .step .note {
    font-size: min(14px, 0.9722222222vw);
    line-height: 1.6428571429;
    width: min(1080px, 75vw);
    margin-top: min(30px, 2.0833333333vw);
    margin-inline: auto;
  }
  .p-catalog-thanks .c-merit {
    padding-top: min(100px, 6.9444444444vw);
  }
  .p-catalog-thanks .color {
    margin-top: min(60px, 4.1666666667vw);
    padding-block: min(52px, 3.6111111111vw);
  }
  .p-catalog-thanks .color .inner {
    width: min(1080px, 75vw);
  }
  .p-catalog-thanks .color .lead {
    font-size: min(24px, 1.6666666667vw);
    line-height: 1.6666666667;
  }
  .p-catalog-thanks .color .text {
    font-size: min(16px, 1.1111111111vw);
    line-height: 1.75;
    margin-top: min(25px, 1.7361111111vw);
  }
  .p-catalog-thanks .c-form {
    padding-top: min(40px, 2.7777777778vw);
  }
}
/*--------------------------------------------------------------
  price
--------------------------------------------------------------*/
.p-price {
  padding-bottom: 19.2vw;
}
.p-price .c-price01 {
  padding-top: 8vw;
}
.p-price .c-zeh {
  padding-top: 8vw;
}
.p-price .c-showroom-cta01 {
  padding-top: 8vw;
}
.p-price .c-facility {
  padding-top: 19.7333333333vw;
}
.p-price .c-voice01 {
  padding-top: 19.7333333333vw;
}
.p-price .c-about {
  padding-top: 8vw;
}
.p-price .c-showroom-cta02 {
  padding-top: 8vw;
}
.p-price .c-showroom-cta02 .c-button {
  width: 92vw;
}
.p-price .c-showroom-cta02 .c-button a::after {
  width: 89.3333333333vw;
}

@media (768px <= width) {
  .p-price {
    padding-bottom: min(120px, 8.3333333333vw);
  }
  .p-price .c-price01 {
    padding-top: min(48px, 3.3333333333vw);
  }
  .p-price .c-price01 .point-container {
    width: min(598px, 41.5277777778vw);
    margin-top: min(12.5px, 0.8680555556vw);
    padding-bottom: min(24px, 1.6666666667vw);
  }
  .p-price .c-price01 .point-container::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
            clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
    height: min(142px, 9.8611111111vw);
  }
  .p-price .c-price01 .point-container .point-inner {
    border-radius: 10px;
    padding-top: min(36px, 2.5vw);
    padding-bottom: min(23px, 1.5972222222vw);
  }
  .p-price .c-price01 .point-container .point-inner::before {
    background-color: #fff;
    border-radius: 10px;
    width: min(670px, 46.5277777778vw);
    height: min(191px, 13.2638888889vw);
  }
  .p-price .c-price01 .point-container .deco {
    width: min(90px, 6.25vw);
    top: min(25px, 1.7361111111vw);
    left: max(-25px, -1.7361111111vw);
  }
  .p-price .c-price01 .point-container .text {
    flex-direction: column;
    justify-content: normal;
    row-gap: 0;
    font-size: min(45px, 3.125vw);
    line-height: 1.4444444444;
    position: relative;
    z-index: 1;
  }
  .p-price .c-price01 .point-container .text .black {
    font-size: min(35px, 2.4305555556vw);
    font-weight: 500;
    line-height: 1.8571428571;
  }
  .p-price .c-price01 .point-container .text > span:nth-of-type(2) {
    font-size: min(39px, 2.7083333333vw);
    line-height: 1.4358974359;
    margin-top: min(2.2px, 0.1527777778vw);
  }
  .p-price .c-price01 .point-container .small {
    font-size: min(16px, 1.1111111111vw);
    line-height: 1.5;
    position: relative;
    z-index: 1;
  }
  .p-price .c-zeh {
    padding-top: min(80px, 5.5555555556vw);
  }
  .p-price .c-showroom-cta01 {
    padding-top: min(90px, 6.25vw);
  }
  .p-price .c-facility {
    padding-top: min(80px, 5.5555555556vw);
  }
  .p-price .c-voice01 {
    padding-top: min(100px, 6.9444444444vw);
  }
  .p-price .c-about {
    padding-top: min(100px, 6.9444444444vw);
  }
  .p-price .c-showroom-cta02 {
    padding-top: min(64px, 4.4444444444vw);
  }
  .p-price .c-showroom-cta02 .c-button {
    width: min(320px, 22.2222222222vw);
  }
  .p-price .c-showroom-cta02 .c-button a::after {
    width: min(310px, 21.5277777778vw);
  }
}
/*--------------------------------------------------------------
  hiraya
--------------------------------------------------------------*/
.p-hiraya {
  padding-bottom: 19.2vw;
}
.p-hiraya .c-price01 {
  padding-top: 8vw;
}
.p-hiraya .c-price01 .point-container .point-inner {
  padding-bottom: 7.4666666667vw;
}
.p-hiraya .c-price01 .house-container .house {
  padding-bottom: 4vw;
}
.p-hiraya .c-price01 .house-container .house .middle {
  font-size: 7.4666666667vw;
  line-height: 1.4285714286;
  margin-top: 3.4666666667vw;
}
.p-hiraya .c-price01 .house-container .house .floor {
  margin-top: 2.6666666667vw;
}
.p-hiraya .c-select {
  padding-top: 8vw;
}
.p-hiraya .c-select .title {
  font-size: 8vw;
}
.p-hiraya .c-select .small {
  font-size: 6.4vw;
}
.p-hiraya .c-select .middle {
  font-size: 9.6vw;
}
.p-hiraya .c-select .large {
  font-size: 12vw;
  line-height: 1.4444444444;
}
.p-hiraya .c-zeh {
  padding-top: 13.3333333333vw;
}
.p-hiraya .c-showroom-cta01 {
  padding-top: 8vw;
}
.p-hiraya .c-facility {
  padding-top: 19.7333333333vw;
}
.p-hiraya .c-voice02 {
  padding-top: 10.6666666667vw;
}
.p-hiraya .c-about {
  padding-top: 12vw;
}
.p-hiraya .c-about .title-container {
  padding-top: 0;
}
.p-hiraya .c-about .title-container .en {
  display: none;
}
.p-hiraya .c-showroom-cta02 {
  padding-top: 8vw;
}
.p-hiraya .c-showroom-cta02 .c-button {
  width: 92vw;
}
.p-hiraya .c-showroom-cta02 .c-button a::after {
  width: 89.3333333333vw;
}

@media (768px <= width) {
  .p-hiraya {
    padding-bottom: min(120px, 8.3333333333vw);
  }
  .p-hiraya .c-price01 {
    padding-top: min(48px, 3.3333333333vw);
  }
  .p-hiraya .c-price01 .point-container {
    width: min(598px, 41.5277777778vw);
    margin-top: min(12.5px, 0.8680555556vw);
    padding-bottom: min(24px, 1.6666666667vw);
  }
  .p-hiraya .c-price01 .point-container::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
            clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
    height: min(142px, 9.8611111111vw);
  }
  .p-hiraya .c-price01 .point-container .point-inner {
    border-radius: 10px;
    padding-top: min(36px, 2.5vw);
    padding-bottom: min(47px, 3.2638888889vw);
  }
  .p-hiraya .c-price01 .point-container .point-inner::before {
    background-color: #fff;
    border-radius: 10px;
    width: min(670px, 46.5277777778vw);
    height: min(191px, 13.2638888889vw);
  }
  .p-hiraya .c-price01 .point-container .deco {
    width: min(90px, 6.25vw);
    top: min(25px, 1.7361111111vw);
    left: max(-25px, -1.7361111111vw);
  }
  .p-hiraya .c-price01 .point-container .text {
    flex-direction: column;
    justify-content: normal;
    row-gap: 0;
    font-size: min(45px, 3.125vw);
    line-height: 1.4444444444;
    position: relative;
    z-index: 1;
  }
  .p-hiraya .c-price01 .point-container .text .black {
    font-size: min(35px, 2.4305555556vw);
    font-weight: 500;
    line-height: 1.8571428571;
  }
  .p-hiraya .c-price01 .point-container .text > span:nth-of-type(2) {
    font-size: min(39px, 2.7083333333vw);
    line-height: 1.6923076923;
    margin-top: max(-4px, -0.2777777778vw);
  }
  .p-hiraya .c-price01 .point-container .large {
    font-size: min(46px, 3.1944444444vw);
    line-height: 1.4347826087;
  }
  .p-hiraya .c-price01 .house-container .house {
    padding-bottom: min(23px, 1.5972222222vw);
  }
  .p-hiraya .c-price01 .house-container .house .middle {
    font-size: min(38px, 2.6388888889vw);
    line-height: 1.4473684211;
    margin-top: min(23px, 1.5972222222vw);
  }
  .p-hiraya .c-price01 .house-container .house .middle span {
    font-size: min(34px, 2.3611111111vw);
  }
  .p-hiraya .c-price01 .house-container .house .floor {
    margin-top: min(1px, 0.0694444444vw);
  }
  .p-hiraya .c-select {
    padding-top: min(84px, 5.8333333333vw);
  }
  .p-hiraya .c-select .title {
    font-size: min(45px, 3.125vw);
  }
  .p-hiraya .c-select .small {
    font-size: min(40px, 2.7777777778vw);
  }
  .p-hiraya .c-select .middle {
    font-size: min(52px, 3.6111111111vw);
  }
  .p-hiraya .c-select .large {
    font-size: min(65px, 4.5138888889vw);
    line-height: 1.4461538462;
  }
  .p-hiraya .c-zeh {
    padding-top: min(80px, 5.5555555556vw);
  }
  .p-hiraya .c-showroom-cta01 {
    padding-top: min(90px, 6.25vw);
  }
  .p-hiraya .c-facility {
    padding-top: min(80px, 5.5555555556vw);
  }
  .p-hiraya .c-voice02 {
    padding-top: min(90px, 6.25vw);
  }
  .p-hiraya .c-about {
    padding-top: min(65px, 4.5138888889vw);
  }
  .p-hiraya .c-about .title-container {
    padding-top: min(36px, 2.5vw);
  }
  .p-hiraya .c-about .title-container .en {
    display: block;
  }
  .p-hiraya .c-showroom-cta02 {
    padding-top: min(64px, 4.4444444444vw);
  }
  .p-hiraya .c-showroom-cta02 .c-button {
    width: min(320px, 22.2222222222vw);
  }
  .p-hiraya .c-showroom-cta02 .c-button a::after {
    width: min(310px, 21.5277777778vw);
  }
}
/*--------------------------------------------------------------
  clonospack,maruhomepack
--------------------------------------------------------------*/
.p-clonospack,
.p-maruhomepack {
  padding-bottom: 19.2vw;
}
.p-clonospack .c-price01,
.p-maruhomepack .c-price01{
  padding-top: 8vw;
}
.p-clonospack .c-price01 .point-container .point-inner,
.p-maruhomepack .c-price01 .point-container .point-inner{
  padding-bottom: 7.4666666667vw;
}
.p-clonospack .c-price01 .house-container .house,
.p-maruhomepack .c-price01 .house-container .house{
  padding-bottom: 2.6666666667vw;
}
.p-clonospack .c-price01 .house-container .house .middle,
.p-maruhomepack .c-price01 .house-container .house .middle {
  font-size: 6.1333333333vw;
  line-height: 1.5652173913;
}
.p-clonospack .c-select,
.p-maruhomepack .c-select {
  padding-top: 10.1333333333vw;
}
.p-clonospack .c-select .title,
.p-maruhomepack .c-select .title {
  font-size: 6.6666666667vw;
  line-height: 1.4594594595;
}
.p-clonospack .c-select .small,
.p-maruhomepack .c-select .small{
  font-size: 5.8666666667vw;
}
.p-clonospack .c-select .middle,
.p-maruhomepack .c-select .middle{
  font-size: 8vw;
}
.p-clonospack .c-select .large,
.p-maruhomepack .c-select .large{
  font-size: 9.8666666667vw;
}
.p-clonospack .c-zeh,
.p-maruhomepack .c-zeh{
  padding-top: 13.3333333333vw;
}
.p-clonospack .c-showroom-cta01,
.p-maruhomepack .c-showroom-cta01{
  padding-top: 8vw;
}
.p-clonospack .c-facility,
.p-maruhomepack .c-facility{
  padding-top: 19.7333333333vw;
}
.p-clonospack .c-voice02,
.p-maruhomepack .c-voice02{
  padding-top: 10.6666666667vw;
}
.p-clonospack .c-about,
.p-maruhomepack .c-about{
  padding-top: 12vw;
}
.p-clonospack .c-about .title-container,
.p-maruhomepack .c-about .title-container{
  padding-top: 0;
}
.p-clonospack .c-about .title-container .en,
.p-maruhomepack .c-about .title-container .en{
  display: none;
}
.p-clonospack .c-showroom-cta02,
.p-maruhomepack .c-showroom-cta02{
  padding-top: 8vw;
}
.p-clonospack .c-showroom-cta02 .c-button,
.p-maruhomepack .c-showroom-cta02 .c-button{
  width: 92vw;
}
.p-clonospack .c-showroom-cta02 .c-button a::after,
.p-maruhomepack .c-showroom-cta02 .c-button a::after{
  width: 89.3333333333vw;
}

@media (768px <= width) {
  .p-clonospack,
  .p-maruhomepack{
    padding-bottom: min(120px, 8.3333333333vw);
  }
  .p-clonospack .c-price01,
  .p-maruhomepack .c-price01{
    padding-top: min(48px, 3.3333333333vw);
  }
  .p-clonospack .c-price01 .point-container,
  .p-maruhomepack .c-price01 .point-container{
    width: min(598px, 41.5277777778vw);
    margin-top: min(12.5px, 0.8680555556vw);
    padding-bottom: min(24px, 1.6666666667vw);
  }
  .p-clonospack .c-price01 .point-container::after,
  .p-maruhomepack .c-price01 .point-container::after{
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
            clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
    height: min(142px, 9.8611111111vw);
  }
  .p-clonospack .c-price01 .point-container .point-inner,
  .p-maruhomepack .c-price01 .point-container .point-inner{
    border-radius: 10px;
    padding-top: min(36px, 2.5vw);
    padding-bottom: min(47px, 3.2638888889vw);
  }
  .p-clonospack .c-price01 .point-container .point-inner::before,
  .p-maruhomepack .c-price01 .point-container .point-inner::before{
    background-color: #fff;
    border-radius: 10px;
    width: min(670px, 46.5277777778vw);
    height: min(191px, 13.2638888889vw);
  }
  .p-clonospack .c-price01 .point-container .deco,
  .p-maruhomepack .c-price01 .point-container .deco{
    width: min(90px, 6.25vw);
    top: min(25px, 1.7361111111vw);
    left: max(-25px, -1.7361111111vw);
  }
  .p-clonospack .c-price01 .point-container .text,
  .p-maruhomepack .c-price01 .point-container .text{
    flex-direction: column;
    justify-content: normal;
    row-gap: 0;
    font-size: min(45px, 3.125vw);
    line-height: 1.4444444444;
    position: relative;
    z-index: 1;
  }
  .p-clonospack .c-price01 .point-container .text .black,
  .p-maruhomepack .c-price01 .point-container .text .black{
    font-size: min(35px, 2.4305555556vw);
    font-weight: 500;
    line-height: 1.8571428571;
  }
  .p-clonospack .c-price01 .point-container .text > span:nth-of-type(2),
  .p-maruhomepack .c-price01 .point-container .text > span:nth-of-type(2){
    font-size: min(39px, 2.7083333333vw);
    line-height: 1.6923076923;
    margin-top: max(-4px, -0.2777777778vw);
  }
  .p-clonospack .c-price01 .point-container .large,
  .p-maruhomepack .c-price01 .point-container .large{
    font-size: min(46px, 3.1944444444vw);
    line-height: 1.4347826087;
  }
  .p-clonospack .c-price01 .house-container .house,
  .p-maruhomepack .c-price01 .house-container .house{
    padding-bottom: min(23px, 1.5972222222vw);
  }
  .p-clonospack .c-price01 .house-container .house .middle,
  .p-maruhomepack .c-price01 .house-container .house .middle{
    font-size: min(38px, 2.6388888889vw);
    line-height: 1.4473684211;
    margin-top: min(23px, 1.5972222222vw);
  }
  .p-clonospack .c-price01 .house-container .house .middle span,
  .p-maruhomepack .c-price01 .house-container .house .middle span{
    font-size: min(34px, 2.3611111111vw);
  }
  .p-clonospack .c-price01 .house-container .house .floor,
  .p-maruhomepack .c-price01 .house-container .house .floor{
    margin-top: min(1px, 0.0694444444vw);
  }
  .p-clonospack .c-select,
  .p-maruhomepack .c-select{
    padding-top: min(84px, 5.8333333333vw);
  }
  .p-clonospack .c-select .title,
  .p-maruhomepack .c-select .title{
    font-size: min(45px, 3.125vw);
  }
  .p-clonospack .c-select .small,
  .p-maruhomepack .c-select .small{
    font-size: min(40px, 2.7777777778vw);
  }
  .p-clonospack .c-select .middle,
  .p-maruhomepack .c-select .middle{
    font-size: min(52px, 3.6111111111vw);
  }
  .p-clonospack .c-select .large,
  .p-maruhomepack .c-select .large{
    font-size: min(65px, 4.5138888889vw);
    line-height: 1.4461538462;
  }
  .p-clonospack .c-zeh,
  .p-maruhomepack .c-zeh{
    padding-top: min(80px, 5.5555555556vw);
  }
  .p-clonospack .c-showroom-cta01,
  .p-maruhomepack .c-showroom-cta01{
    padding-top: min(90px, 6.25vw);
  }
  .p-clonospack .c-facility,
  .p-maruhomepack .c-facility{
    padding-top: min(80px, 5.5555555556vw);
  }
  .p-clonospack .c-voice02,
  .p-maruhomepack .c-voice02{
    padding-top: min(90px, 6.25vw);
  }
  .p-clonospack .c-about,
  .p-maruhomepack .c-about{
    padding-top: min(65px, 4.5138888889vw);
  }
  .p-clonospack .c-about .title-container,
  .p-maruhomepack .c-about .title-container{
    padding-top: min(36px, 2.5vw);
  }
  .p-clonospack .c-about .title-container .en,
  .p-maruhomepack .c-about .title-container .en{
    display: block;
  }
  .p-clonospack .c-showroom-cta02,
  .p-maruhomepack .c-showroom-cta02,{
    padding-top: min(64px, 4.4444444444vw);
  }
  .p-clonospack .c-showroom-cta02 .c-button,
  .p-maruhomepack .c-showroom-cta02 .c-button{
    width: min(320px, 22.2222222222vw);
  }
  .p-clonospack .c-showroom-cta02 .c-button a::after,
  .p-maruhomepack .c-showroom-cta02 .c-button a::after{
    width: min(310px, 21.5277777778vw);
  }
}
/*--------------------------------------------------------------
  about
--------------------------------------------------------------*/
.p-about {
  padding-bottom: 16vw;
}
.p-about .message {
  padding-top: 5.3333333333vw;
}
.p-about .message .inner > .en {
  font-size: 6.9333333333vw;
  font-weight: 700;
  line-height: 1.4230769231;
  text-align: center;
}
.p-about .message .inner > .title {
  font-size: 4.2666666667vw;
  font-weight: 500;
  text-align: center;
  margin-top: 0.2666666667vw;
}
.p-about .message .prof {
  display: grid;
  grid-template-columns: 52.8vw 36.5333333333vw;
  grid-template-rows: repeat(3, auto);
  width: 89.3333333333vw;
  margin-top: 13.8666666667vw;
  margin-inline: auto;
}
.p-about .message .prof .image {
  grid-column: 1;
  grid-row: 1;
}
.p-about .message .prof .name {
  grid-column: 1;
  grid-row: 2;
  padding-top: 2.1333333333vw;
  padding-bottom: 4.1333333333vw;
  position: relative;
}
.p-about .message .prof .name::after {
  content: "";
  display: block;
  background-color: #333333;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-about .message .prof .name p {
  font-size: 2.6666666667vw;
  line-height: 1.6;
}
.p-about .message .prof .company {
  display: flex;
  flex-direction: column;
  row-gap: 1.0666666667vw;
  grid-column: 1;
  grid-row: 3;
  padding-block: 1.4666666667vw;
  position: relative;
}
.p-about .message .prof .company::after {
  content: "";
  display: block;
  background-color: #333333;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-about .message .prof .company p:first-of-type {
  font-size: 3.7333333333vw;
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
}
.p-about .message .prof .company p:last-of-type {
  font-size: 2.9333333333vw;
  line-height: 1.6363636364;
  letter-spacing: 0.02em;
}
.p-about .message .prof .catch {
  grid-column: 2;
  grid-row: 1/-1;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 2.1333333333vw;
       column-gap: 2.1333333333vw;
  background-color: #f6f7f7;
  padding-top: 4vw;
}
.p-about .message .prof .catch p {
  font-size: 4.5333333333vw;
  font-weight: 500;
  line-height: 1.2941176471;
  letter-spacing: 1.0666666667vw;
  writing-mode: vertical-rl;
}
.p-about .message .prof .catch p span {
  color: #3798e2;
}
.p-about .message .management {
  width: 89.3333333333vw;
  margin-top: 14.4vw;
  margin-inline: auto;
}
.p-about .message .management dl {
  display: flex;
  flex-direction: column;
  row-gap: 4vw;
}
.p-about .message .management .row {
  display: flex;
  flex-direction: column;
  row-gap: 2.6666666667vw;
}
.p-about .message .management dt {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.4444444444;
  border: solid 1px #3698e2;
  padding-block: 2.6666666667vw;
  padding-left: 10.6666666667vw;
  position: relative;
}
.p-about .message .management dt::before {
  content: "";
  display: block;
  background-color: #3698e2;
  width: 7.4666666667vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-about .message .management dd {
  font-size: 3.4666666667vw;
  line-height: 1.3076923077;
  padding-inline: 7.4666666667vw;
}
.p-about .message .mission {
  width: 89.3333333333vw;
  margin-top: 8vw;
  margin-inline: auto;
  padding-top: 8vw;
  padding-inline: 7.4666666667vw;
  position: relative;
}
.p-about .message .mission::before {
  content: "";
  display: block;
  background-color: #707070;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-about .message .mission .en {
  font-size: 8.8vw;
  font-weight: 700;
  line-height: 1.4545454545;
}
.p-about .message .mission .title {
  font-size: 3.4666666667vw;
  line-height: 1.4615384615;
  margin-top: 0.2666666667vw;
}
.p-about .message .mission .text {
  font-size: 3.4666666667vw;
  line-height: 1.3076923077;
  margin-top: 8vw;
}
.p-about .message .philosophy {
  width: 89.3333333333vw;
  margin-top: 8vw;
  margin-inline: auto;
  padding-top: 8vw;
  padding-inline: 7.4666666667vw;
  position: relative;
}
.p-about .message .philosophy::before {
  content: "";
  display: block;
  background-color: #707070;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
.p-about .message .philosophy .en {
  font-size: 8.8vw;
  font-weight: 700;
  line-height: 1.4545454545;
}
.p-about .message .philosophy .title {
  font-size: 3.4666666667vw;
  line-height: 1.4615384615;
  margin-top: 0.2666666667vw;
}
.p-about .message .philosophy .list {
  display: flex;
  flex-direction: column;
  row-gap: 7.2vw;
  margin-top: 4vw;
}
.p-about .message .philosophy .item {
  display: flex;
  flex-direction: column;
  row-gap: 1.6vw;
}
.p-about .message .philosophy .label {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4;
}
.p-about .message .philosophy .label span {
  color: #3798e2;
}
.p-about .message .philosophy .text {
  font-size: 3.4666666667vw;
  line-height: 1.3076923077;
}
.p-about .message .image-bottom {
  background-color: #fdffca;
  margin-top: 8vw;
  padding-block: 3.4666666667vw;
}
.p-about .company {
  padding-top: 13.3333333333vw;
}
.p-about .company .inner {
  width: 73.3333333333vw;
  margin-inline: auto;
}
.p-about .company .title {
  font-size: 6.9333333333vw;
  font-weight: 700;
  line-height: 1.4230769231;
  text-align: center;
}
.p-about .company .table-container {
  margin-top: 10.6666666667vw;
}
.p-about .company .table-container dl {
  display: flex;
  flex-direction: column;
  row-gap: 5.3333333333vw;
}
.p-about .company .table-container .row {
  display: flex;
  flex-direction: column;
  row-gap: 1.3333333333vw;
  padding-bottom: 2.1333333333vw;
  position: relative;
}
.p-about .company .table-container .row::after {
  content: "";
  display: block;
  background-color: #707070;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-about .company .table-container dt {
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.4;
}
.p-about .company .table-container dd {
  font-size: 3.4666666667vw;
  line-height: 1.4615384615;
}
.p-about .company .table-container .list {
  display: flex;
  flex-direction: column;
  row-gap: 2.1333333333vw;
}
.p-about .company .table-container .item a {
  text-decoration: none;
  pointer-events: none;
}
.p-about .c-showroom01 {
  padding-top: 16vw;
}
.p-about .sdgs {
  padding-top: 8vw;
}
.p-about .sdgs .inner {
  background-image: url("/wp-content/themes/clonos-home/assets/img/SDGs-bg-sp.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 89.3333333333vw;
  margin-inline: auto;
  padding-top: 11.7333333333vw;
  padding-bottom: 9.8666666667vw;
}
.p-about .sdgs .card {
  background-color: rgba(255, 255, 255, 0.91);
  border: solid 3px #707070;
  border-radius: 5.3333333333vw;
  width: 76.5333333333vw;
  margin-inline: auto;
  padding-top: 9.3333333333vw;
  padding-bottom: 8vw;
}
.p-about .sdgs .catch {
  font-size: 6.4vw;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.07em;
  text-align: center;
  color: #585858;
}
.p-about .sdgs .catch span {
  color: #3798e2;
}
.p-about .sdgs .text-image {
  width: 66.9333333333vw;
  margin-top: 5.3333333333vw;
  margin-inline: auto;
}
.p-about .sdgs .text {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.02em;
  text-align: center;
  color: #585858;
  margin-top: 3.2vw;
}
.p-about .sdgs .text span {
  color: #ff9831;
}
.p-about .sdgs .lead{
	width:70%;
	margin: 0 auto;
}
.p-about .sdgs .poster {
  width: 65.6vw;
  margin-top: 5.0666666667vw;
  margin-inline: auto;
}
.p-about .media {
  background-color: #fffeeb;
  margin-top: 8vw;
  padding-top: 4vw;
  padding-bottom: 8vw;
}
.p-about .media .inner {
  width: 89.3333333333vw;
  margin-inline: auto;
}
.p-about .media .title {
  font-size: 7.2vw;
  font-weight: 700;
  line-height: 1.4444444444;
  text-align: center;
}
.p-about .media .text {
  font-size: 4vw;
  line-height: 1.3333333333;
  text-align: center;
  margin-top: 2.6666666667vw;
}
.p-about .media .card-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2.6666666667vw;
  margin-top: 8vw;
}
.p-about .media .card-container .card {
  background-color: #fff;
  border: solid 1px #707070;
}
.p-about .media .card-container .card .image:nth-of-type(1) {
  padding: 4.8vw 5.8666666667vw 6.9333333333vw 7.7333333333vw;
}
.p-about .media .card-container .card .image:nth-of-type(2) {
  padding: 6.6666666667vw 8vw 6.1333333333vw 8vw;
}
.p-about .media .card-container .head {
  font-size: 4.5333333333vw;
  font-weight: 700;
  line-height: 1.4705882353;
  text-align: center;
  color: #ffffff;
  background-color: #3798e2;
  padding-top: 2.4vw;
  padding-bottom: 1.3333333333vw;
}
.p-about .sponsor {
  padding-top: 16vw;
}
.p-about .sponsor .lead {
  font-size: 7.2vw;
  font-weight: 700;
  line-height: 1.4444444444;
  text-align: center;
}
.p-about .sponsor .title {
  font-size: 4vw;
  line-height: 1.4;
  text-align: center;
  margin-top: 0.2666666667vw;
}
.p-about .sponsor .text {
  font-size: 4vw;
  line-height: 1.3333333333;
  text-align: center;
  margin-top: 8vw;
}
.p-about .sponsor .image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4vw;
}
.p-about .sponsor .image-container .image01 {
  width: 60.2666666667vw;
}
.p-about .sponsor .image-container .image02 {
  width: 84vw;
  margin-top: 6.6666666667vw;
}
.p-about .sponsor .image-container .image03 {
  width: 77.6vw;
  margin-top: 2.6666666667vw;
}
.p-about .c-price01 {
  padding-top: 20.2666666667vw;
}
.p-about .c-price01 .title {
  font-size: 7.2vw;
  font-weight: 700;
  line-height: 1.4444444444;
  text-align: center;
}
.p-about .c-price01 .list-container {
  margin-top: 9.3333333333vw;
}
.p-about .c-about {
  padding-top: 18.6666666667vw;
}
.p-about .c-about .title-container {
  padding-top: 0;
}
.p-about .c-about .title-container .en {
  display: none;
}
.p-about .c-about .banner-container {
  row-gap: 6.6666666667vw;
  margin-top: 6.6666666667vw;
}
.p-about .c-about .banner-container .recruit-banner {
  width: 89.3333333333vw;
}

@media (768px <= width) {
  .p-about {
    padding-bottom: min(120px, 8.3333333333vw);
  }
  .p-about .message {
    padding-top: min(40px, 2.7777777778vw);
  }
  .p-about .message .inner > .en {
    font-size: min(40px, 2.7777777778vw);
    line-height: 1.45;
  }
  .p-about .message .inner > .title {
    font-size: min(24px, 1.6666666667vw);
    line-height: 1.4583333333;
    margin-top: min(2px, 0.1388888889vw);
  }
  .p-about .message .prof {
    grid-template-columns: min(610px, 42.3611111111vw) min(470px, 32.6388888889vw);
    width: min(1080px, 75vw);
    margin-top: min(80px, 5.5555555556vw);
  }
  .p-about .message .prof .name {
    padding-top: min(20px, 1.3888888889vw);
    padding-bottom: min(23px, 1.5972222222vw);
  }
  .p-about .message .prof .name p {
    font-size: min(28px, 1.9444444444vw);
    line-height: 1.6071428571;
  }
  .p-about .message .prof .company {
    row-gap: min(22px, 1.5277777778vw);
    padding-top: min(18px, 1.25vw);
    padding-bottom: min(24px, 1.6666666667vw);
  }
  .p-about .message .prof .company p:first-of-type {
    font-size: min(42px, 2.9166666667vw);
    line-height: 1.4523809524;
  }
  .p-about .message .prof .company p:last-of-type {
    font-size: min(28px, 1.9444444444vw);
    line-height: 1.6071428571;
    letter-spacing: 0.07em;
  }
  .p-about .message .prof .catch {
    -moz-column-gap: min(35px, 2.4305555556vw);
         column-gap: min(35px, 2.4305555556vw);
    padding-top: min(48px, 3.3333333333vw);
  }
  .p-about .message .prof .catch p {
    font-size: min(36px, 2.5vw);
    line-height: 1.2777777778;
    letter-spacing: min(10px, 0.6944444444vw);
  }
  .p-about .message .prof .catch p span {
    font-size: min(37px, 2.5694444444vw);
  }
  .p-about .message .management {
    width: min(1080px, 75vw);
    margin-top: min(90px, 6.25vw);
  }
  .p-about .message .management dl {
    row-gap: min(60px, 4.1666666667vw);
  }
  .p-about .message .management .row {
    row-gap: min(10px, 0.6944444444vw);
  }
  .p-about .message .management dt {
    font-size: min(26px, 1.8055555556vw);
    line-height: 1.3846153846;
    padding-block: min(10px, 0.6944444444vw);
    padding-left: min(40px, 2.7777777778vw);
  }
  .p-about .message .management dt::before {
    width: min(28px, 1.9444444444vw);
  }
  .p-about .message .management dd {
    font-size: min(18px, 1.25vw);
    line-height: 1.6666666667;
    letter-spacing: 0.08em;
    padding-right: 0;
    padding-left: min(40px, 2.7777777778vw);
  }
  .p-about .message .mission {
    width: min(1080px, 75vw);
    margin-top: min(90px, 6.25vw);
    padding-top: min(20px, 1.3888888889vw);
    padding-inline: 0;
  }
  .p-about .message .mission .en {
    font-size: min(42px, 2.9166666667vw);
    line-height: 1.4523809524;
  }
  .p-about .message .mission .title {
    font-size: min(20px, 1.3888888889vw);
    line-height: 1.45;
    margin-top: min(3px, 0.2083333333vw);
  }
  .p-about .message .mission .text {
    font-size: min(16px, 1.1111111111vw);
    line-height: 1.5;
    margin-top: min(22px, 1.5277777778vw);
  }
  .p-about .message .philosophy {
    width: min(1080px, 75vw);
    margin-top: min(37px, 2.5694444444vw);
    padding-top: min(30px, 2.0833333333vw);
    padding-inline: 0;
  }
  .p-about .message .philosophy .en {
    font-size: min(42px, 2.9166666667vw);
    line-height: 1.4523809524;
  }
  .p-about .message .philosophy .title {
    font-size: min(20px, 1.3888888889vw);
    line-height: 1.45;
    margin-top: min(3px, 0.2083333333vw);
  }
  .p-about .message .philosophy .list {
    row-gap: min(30px, 2.0833333333vw);
    margin-top: min(40px, 2.7777777778vw);
  }
  .p-about .message .philosophy .item {
    row-gap: min(10px, 0.6944444444vw);
  }
  .p-about .message .philosophy .label {
    font-size: min(26px, 1.8055555556vw);
    line-height: 1.5384615385;
  }
  .p-about .message .philosophy .text {
    font-size: min(16px, 1.1111111111vw);
    line-height: 1.5;
    padding-left: min(45px, 3.125vw);
  }
  .p-about .message .image-bottom {
    width: min(1080px, 75vw);
    margin-top: min(50px, 3.4722222222vw);
    margin-inline: auto;
    padding-block: min(37px, 2.5694444444vw);
  }
  .p-about .company {
    padding-top: min(90px, 6.25vw);
  }
  .p-about .company .inner {
    width: min(800px, 55.5555555556vw);
  }
  .p-about .company .title {
    font-size: min(40px, 2.7777777778vw);
    line-height: 1.45;
  }
  .p-about .company .table-container {
    margin-top: min(50px, 3.4722222222vw);
  }
  .p-about .company .table-container dl {
    row-gap: min(20px, 1.3888888889vw);
  }
  .p-about .company .table-container .row {
    row-gap: min(5px, 0.3472222222vw);
    padding-bottom: min(8px, 0.5555555556vw);
  }
  .p-about .company .table-container dt {
    font-size: min(16px, 1.1111111111vw);
    line-height: 1.5;
  }
  .p-about .company .table-container dd {
    font-size: min(14px, 0.9722222222vw);
    line-height: 1.4285714286;
  }
  .p-about .company .table-container .list {
    row-gap: min(8px, 0.5555555556vw);
  }
  .p-about .c-showroom01 {
    padding-top: min(90px, 6.25vw);
  }
  .p-about .sdgs {
    padding-top: min(90px, 6.25vw);
  }
  .p-about .sdgs .inner {
    background-image: url("/wp-content/themes/clonos-home/assets/img/SDGs-bg-pc.png");
    width: min(1080px, 75vw);
    padding-top: min(52px, 3.6111111111vw);
    padding-bottom: min(36px, 2.5vw);
  }
  .p-about .sdgs .card {
/*     display: grid;
    grid-template-columns: min(420px, 29.1666666667vw) min(320px, 22.2222222222vw);
    grid-template-rows: repeat(3, auto);
    -moz-column-gap: min(27px, 1.875vw);
         column-gap: min(27px, 1.875vw); */
    justify-content: center;
    border: none;
    border-radius: min(20px, 1.3888888889vw);
    width: min(1013px, 70.3472222222vw);
    padding-top: min(24px, 1.6666666667vw);
    padding-bottom: min(27px, 1.875vw);
  }
  .p-about .sdgs .catch {
    grid-column: 1/-1;
    grid-row: 1;
    font-size: min(28px, 1.9444444444vw);
    line-height: 1.4285714286;
    letter-spacing: 0.08em;
  }
  .p-about .sdgs .text-image {
    grid-column: 1;
    grid-row: 2;
    align-self: flex-start;
    width: min(251px, 17.4305555556vw);
    margin-top: min(15px, 1.0416666667vw);
    margin-inline: 0;
  }
  .p-about .sdgs .text {
    grid-column: 1;
    grid-row: 3;
    font-size: min(16px, 1.1111111111vw);
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: left;
    margin-top: 0;
  }
  .p-about .sdgs .poster {
    grid-column: 2;
    grid-row: 2/4;
    width: 100%;
    margin-top: min(15px, 1.0416666667vw);
    margin-inline: 0;
  }
  .p-about .c-media {
    padding-top: min(30px, 2.0833333333vw);
  }
  .p-about .sponsor {
    padding-top: min(90px, 6.25vw);
  }
  .p-about .sponsor .lead {
    font-size: min(40px, 2.7777777778vw);
    line-height: 1.45;
  }
  .p-about .sponsor .title {
    font-size: min(18px, 1.25vw);
    line-height: 1.4444444444;
    margin-top: 0;
  }
  .p-about .sponsor .text {
    font-size: min(16px, 1.1111111111vw);
    line-height: 1.5;
    margin-top: min(30px, 2.0833333333vw);
  }
  .p-about .sponsor .image-container {
    display: grid;
    grid-template-columns: min(238px, 16.5277777778vw) min(443px, 30.7638888889vw);
    grid-template-rows: repeat(2, auto);
    -moz-column-gap: min(35px, 2.4305555556vw);
         column-gap: min(35px, 2.4305555556vw);
    row-gap: min(26px, 1.8055555556vw);
    align-items: normal;
    justify-content: center;
    margin-top: min(26px, 1.8055555556vw);
  }
  .p-about .sponsor .image-container .image01 {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
  }
  .p-about .sponsor .image-container .image02 {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    margin-top: 0;
  }
  .p-about .sponsor .image-container .image03 {
    grid-column: 2;
    grid-row: 1/-1;
    width: 100%;
    margin-top: min(64px, 4.4444444444vw);
  }
  .p-about .c-price01 {
    padding-top: min(90px, 6.25vw);
  }
  .p-about .c-price01 .title {
    font-size: min(36px, 2.5vw);
    line-height: 1.4444444444;
  }
  .p-about .c-price01 .list-container {
    margin-top: min(30px, 2.0833333333vw);
  }
  .p-about .c-about {
    padding-top: min(90px, 6.25vw);
  }
  .p-about .c-about .title-container {
    padding-top: min(36px, 2.5vw);
  }
  .p-about .c-about .title-container .en {
    display: block;
  }
  .p-about .c-about .banner-container {
    margin-top: min(90px, 6.25vw);
  }
  .p-about .c-about .banner-container .recruit-banner {
    width: min(600px, 41.6666666667vw);
  }
}
/*--------------------------------------------------------------
  anniversary
--------------------------------------------------------------*/
.a-anniversary {
  padding-bottom: 10.6666666667vw;
}
.a-anniversary .anniversary {
  padding-top: 8vw;
}
.a-anniversary .anniversary .inner {
  width: 89.3333333333vw;
  margin-inline: auto;
}
.a-anniversary .anniversary .list {
  display: flex;
  flex-direction: column;
  row-gap: 13.3333333333vw;
}
.a-anniversary .anniversary .item {
  background-color: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 0 5px 10px rgba(167, 143, 63, 0.16);
  overflow: hidden;
}
.a-anniversary .anniversary .text-container {
  display: flex;
  flex-direction: column;
  row-gap: 1.3333333333vw;
  padding-block: 5.3333333333vw;
  padding-inline: 8vw;
}
.a-anniversary .anniversary .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 4vw;
       column-gap: 4vw;
}
.a-anniversary .anniversary .label {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.4166666667;
  text-align: center;
  color: #fff;
  background-color: #FFB142;
  border-radius: 3px;
  padding-top: 0.5333333333vw;
  padding-inline: 3.3333333333vw;
  padding-bottom: 0.8vw;
}
.a-anniversary .anniversary .date {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.4166666667;
}
.a-anniversary .anniversary .text {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 1.4166666667;
}
.a-anniversary .c-showroom-cta02 {
  padding-top: 10.6666666667vw;
}
.a-anniversary .c-price01 {
  padding-top: 13.3333333333vw;
}
.a-anniversary .c-price01 .title {
  font-size: 6.9333333333vw;
  font-weight: 700;
  line-height: 1.4230769231;
  text-align: center;
}
.a-anniversary .c-about {
  padding-top: 13.3333333333vw;
}
.a-anniversary .c-showroom02 {
  padding-top: 8vw;
}

@media (768px <= width) {
  .a-anniversary {
    padding-bottom: min(140px, 9.7222222222vw);
  }
  .a-anniversary .anniversary {
    padding-top: min(147px, 10.2083333333vw);
  }
  .a-anniversary .anniversary .inner {
    width: auto;
  }
  .a-anniversary .anniversary .list {
    display: grid;
    grid-template-columns: repeat(3, min(335px, 23.2638888889vw));
    justify-content: center;
    -moz-column-gap: min(37px, 2.5694444444vw);
         column-gap: min(37px, 2.5694444444vw);
    row-gap: min(60px, 4.1666666667vw);
  }
  .a-anniversary .anniversary .text-container {
    row-gap: min(5px, 0.3472222222vw);
    padding-block: min(20px, 1.3888888889vw);
    padding-inline: min(30px, 2.0833333333vw);
  }
  .a-anniversary .anniversary .top {
    -moz-column-gap: min(15px, 1.0416666667vw);
         column-gap: min(15px, 1.0416666667vw);
  }
  .a-anniversary .anniversary .label {
    font-size: min(12px, 0.8333333333vw);
    padding-top: min(2px, 0.1388888889vw);
    padding-inline: min(12.5px, 0.8680555556vw);
    padding-bottom: min(3px, 0.2083333333vw);
  }
  .a-anniversary .anniversary .date {
    font-size: min(12px, 0.8333333333vw);
  }
  .a-anniversary .anniversary .text {
    flex-grow: 1;
    font-size: min(12px, 0.8333333333vw);
  }
  .a-anniversary .anniversary .c-pagination {
    padding-top: min(80px, 5.5555555556vw);
  }
  .a-anniversary .c-showroom-cta02 {
    padding-top: min(80px, 5.5555555556vw);
  }
  .a-anniversary .c-showroom-cta02 .bottom {
    margin-top: min(60px, 4.1666666667vw);
  }
  .a-anniversary .c-showroom-cta02 .bottom .c-button a {
    padding-left: min(74px, 5.1388888889vw);
  }
  .a-anniversary .c-price01 {
    padding-top: min(100px, 6.9444444444vw);
  }
  .a-anniversary .c-price01 .title {
    font-size: min(27px, 1.875vw);
    line-height: 1.4444444444;
  }
  .a-anniversary .c-price01 .list-container {
    margin-top: min(60px, 4.1666666667vw);
  }
  .a-anniversary .c-about {
    padding-top: min(140px, 9.7222222222vw);
  }
  .a-anniversary .c-showroom02 {
    padding-top: min(60px, 4.1666666667vw);
  }
}
/*--------------------------------------------------------------
  privacypolicy
--------------------------------------------------------------*/
.p-privacypolicy {
  padding-bottom: 10.6666666667vw;
}
.p-privacypolicy .privacypolicy {
  padding-top: 8vw;
}
.p-privacypolicy .privacypolicy .list-container {
  width: 73.3333333333vw;
  margin-inline: auto;
}
.p-privacypolicy .privacypolicy .list-container .list {
  display: flex;
  flex-direction: column;
  row-gap: 6.1333333333vw;
  margin-top: 6.1333333333vw;
}
.p-privacypolicy .privacypolicy .list-container .item {
  display: flex;
  flex-direction: column;
  row-gap: 6.1333333333vw;
}
.p-privacypolicy .privacypolicy .list-container .bottom-text {
  margin-top: 6.1333333333vw;
}
.p-privacypolicy .privacypolicy .list-container p {
  font-size: 3.7333333333vw;
  line-height: 1.6428571429;
}
.p-privacypolicy .privacypolicy .info {
  background-color: rgba(240, 247, 252, 0.85);
  border-radius: 8px;
  width: 89.3333333333vw;
  margin-top: 10.6666666667vw;
  margin-inline: auto;
  padding-block: 5.3333333333vw;
  padding-inline: 8vw;
}
.p-privacypolicy .privacypolicy .info p {
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 1.5384615385;
}

@media (768px <= width) {
  .p-privacypolicy {
    padding-bottom: min(120px, 8.3333333333vw);
  }
  .p-privacypolicy .privacypolicy {
    padding-top: min(60px, 4.1666666667vw);
  }
  .p-privacypolicy .privacypolicy .list-container {
    width: min(1080px, 75vw);
  }
  .p-privacypolicy .privacypolicy .list-container .list {
    row-gap: min(28px, 1.9444444444vw);
    margin-top: min(28px, 1.9444444444vw);
  }
  .p-privacypolicy .privacypolicy .list-container .item {
    row-gap: min(28px, 1.9444444444vw);
  }
  .p-privacypolicy .privacypolicy .list-container .bottom-text {
    margin-top: min(28px, 1.9444444444vw);
  }
  .p-privacypolicy .privacypolicy .list-container p {
    font-size: min(16px, 1.1111111111vw);
    line-height: 1.75;
  }
  .p-privacypolicy .privacypolicy .info {
    width: min(1080px, 75vw);
    margin-top: min(60px, 4.1666666667vw);
    padding-block: min(32px, 2.2222222222vw);
    padding-inline: min(30px, 2.0833333333vw);
  }
  .p-privacypolicy .privacypolicy .info p {
    font-size: min(16px, 1.1111111111vw);
    line-height: 1.75;
  }
}
/* 会社概要ページのバナー追加（20240809） */
.sdgs .banner {
	width: 89.3333333333vw;
	margin-inline: auto;
	padding-top: 11.7333333333vw;
}
@media (768px <= width) {
	.sdgs .banner {
		width: min(1080px, 75vw);
		padding-top: min(90px, 6.25vw);
	}
	.sdgs .banner a {
		transition: opacity 0.3s ease-out;
	}
	.sdgs .banner a:hover {
		opacity: 0.7;
	}
	.sdgs .banner img {
		width: 100%;
		object-fit: contain;
	}
}

/*--------------------------------------------------------------
ハンバーガーメニュー施工事例画像変更
  2024.0921
--------------------------------------------------------------*/
.l-header .nav-container .panel-container .panel03 a {
	background-image: url(https://maruhome.jp/wp-content/uploads/2024/09/231207_0001.jpg);
}
/*--------------------------------------------------------------
来場予約ページの上部バナーをFVのように全画面表示
  2024.0921
--------------------------------------------------------------*/
.p-reservation .c-page-title {
	display: none;
}
.p-reservation .fv-banner {
	padding-top: 0;
}
@media (768px <= width) {
    .p-reservation .fv-banner {
        padding-top: 0;
    }
	.p-reservation .fv-banner .inner {
        width: 100vw;
    }
}
/*--------------------------------------------------------------
来場予約ページのFV下部に画像を差し込み
  2024.0921
--------------------------------------------------------------*/
.p-reservation .fv-bottom-image .inner {
	width: 89.3333333333vw;
	margin-inline: auto;
}
.p-reservation .fv-bottom-image {
	padding-top: 5.8666666667vw;
}
@media (768px <= width) {
    .p-reservation .fv-bottom-image {
        padding-top: min(60px, 4.1666666667vw);
    }
	.p-reservation .fv-bottom-image .inner {
        width: min(1075px, 74.6527777778vw);
    }
}
/*--------------------------------------------------------------
施工事例FV入れ込み
  2024.0921
--------------------------------------------------------------*/
.a-case .fv {
	position: relative;
}
.a-case .fv-image {
	width: 100vw;
	height: 80vh;
	position: relative;
	z-index: 1;
}
.a-case .fv-image:after {
	content: '';
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 0.3);
	z-index: 2;
}
.a-case .fv-image img,
.a-case .fv-image sourse {
	width: 100vw;
	height: 80vh;
	-o-object-fit: cover;
	   object-fit: cover;
}
.a-case .fv-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	z-index: 2;
}
.a-case .title-en {
	font-weight: bold;
	font-size: max(12vw, 60px);
	font-family: "Heebo", sans-serif;
	line-height: 1;
	letter-spacing: 0.1em;
}
.a-case .title-ja {
	font-weight: bold;
	font-size: max(4vw, 20px);
	position: relative;
	display: inline-block;
}
.a-case .title-ja:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	width: 40%;
	background: #fff;
}
@media (768px <= width) {
	.a-case .title-en {
		font-size: min(144px, 8vw);
	}
	.a-case .title-ja {
		font-size: min(36px, 3vw);
	}
}
/*--------------------------------------------------------------
和歌山店追加
  2024.1106
--------------------------------------------------------------*/
.map-container-sp {
	display: none;
}
@media screen and (max-width: 767px) {
	.c-showroom01 .list-container .list {
		gap: 1%;
	}
	.c-showroom01 .list-container .item {
		width: 32%;
	}
	.c-showroom01 .list-container .shop .arrow {
		right: 1.2vw;
	}
	.map-container-pc {
		display: none;
	}
	.map-container-sp {
		display: block;
	}
}

/*--------------------------------------------------------------
datepickerの日付選択
2024.12.02
--------------------------------------------------------------*/
.ui-datepicker-calendar [data-month="11"][data-year="2024"]:has([data-date="24"]),
.ui-datepicker-calendar [data-month="11"][data-year="2024"]:has([data-date="25"]),
.ui-datepicker-calendar [data-month="11"][data-year="2024"]:has([data-date="26"]),
.ui-datepicker-calendar [data-month="11"][data-year="2024"]:has([data-date="27"]),
.ui-datepicker-calendar [data-month="11"][data-year="2024"]:has([data-date="28"]),
.ui-datepicker-calendar [data-month="11"][data-year="2024"]:has([data-date="29"]),
.ui-datepicker-calendar [data-month="11"][data-year="2024"]:has([data-date="30"]),
.ui-datepicker-calendar [data-month="11"][data-year="2024"]:has([data-date="31"]),
.ui-datepicker-calendar [data-month="0"][data-year="2025"]:has([data-date="1"]),
.ui-datepicker-calendar [data-month="0"][data-year="2025"]:has([data-date="2"]),
.ui-datepicker-calendar [data-month="0"][data-year="2025"]:has([data-date="3"]),
.ui-datepicker-calendar [data-month="0"][data-year="2025"]:has([data-date="4"]),
.ui-datepicker-calendar [data-month="0"][data-year="2025"]:has([data-date="5"]) {
	pointer-events: none;
	opacity: 0.3;
}

/*--------------------------------------------------------------
TOPMV直下スライダー(おすすめイベントに変更)
  2025.0113
--------------------------------------------------------------*/
.banner-slider .heading {
  text-align: center;
  margin-top: 30px;
}
.banner-slider .heading-ja {
  font-weight: bold;
  font-size: 35px;
  line-height: 1.45;
  text-align: center;
}
.banner-slider .heading-en {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.45;
  text-align: center;
  color: #3798e2;
  font-family: "Damion", cursive;
  font-weight: 400;
}
.p-top .banner-slider .item a::before {
  display: none;
}
.p-top .banner-slider .button-container {
  transform: translateX(-50%);
}
.p-top .banner-slider .button-container {
  top: 45%;
}
.p-top .banner-slider .button-container {
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-top .banner-slider .button-container {
    top: 48%;
  }
  .banner-slider .heading {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .banner-slider .heading-ja {
    font-size: min(7vw, 35px);
  }
  .banner-slider .heading-en {
    font-size: min(5.5vw, 30px);
  }
  .banner-slider {
    margin-bottom: 30px;
  }
}
/*--------------------------------------------------------------
TOPMV直下スライダー(おすすめイベントに変更)
  2025.01.17
--------------------------------------------------------------*/
.fv-swiper-container {
  position: relative;
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .fv-swiper-container {
    padding-bottom: 20px;
  }
}
.fv-swiper {
  padding-left: 14.583333333333334vw;
}
@media screen and (max-width: 767px) {
  .fv-swiper {
    padding-left: 0;
    margin-top: 25px;
  }
}
.fv-swiper img {
  aspect-ratio: 1230 / 700;
  object-fit: cover;
  max-height: 75vh;
}
@media screen and (max-width: 767px) {
  .fv-swiper img {
    aspect-ratio: 375 / 353;
    max-height: 50vh;
  }
}
.fv-text-main {
  position: absolute;
  bottom: 42%;
  left: 7%;
  display: flex;
  flex-direction: column;
  gap: 1.3888888888888888vw;
  z-index: 2;
}
@media screen and (min-width: 1600px) {
  .fv-text-main {
    bottom: 50%;
  }
}
@media screen and (max-width: 767px) {
  .fv-text-main {
    position: static;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
}
.fv-text-main .text {
  width: fit-content;
  background: rgb(255, 255, 255, 0.75);
  font-size: clamp(45px, 5.902777777777778vw, 95px);
  letter-spacing: 0.05em;
  padding-inline: 1.3888888888888888vw;
  line-height: 1.5;
  color: #555555;
}
@media screen and (max-width: 767px) {
  .fv-text-main .text {
    font-size: max(35px, 5.902777777777778vw);
  }
}
.fv-text-sub {
  position: absolute;
  bottom: 0;
  left: 8.5%;
  line-height: 2;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  z-index: 2;
  font-size: max(10px, 1.1111111111111112vw);
  color: #555555;
}
@media screen and (max-width: 767px) {
  .fv-text-sub {
    position: static;
    -ms-writing-mode: initial;
    writing-mode: initial;
    text-orientation: initial;
    font-size: max(14px, 1.1111111111111112vw);
    text-align: center;
    line-height: 1.75;
    margin-top: 10px;
  }
}
.fv-swiper-scroll {
  position: absolute;
  bottom: 0%;
  left: 3.5%;
  width: max(15px, 1.3888888888888888vw);
}
@media screen and (max-width: 767px) {
  .fv-swiper-scroll {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .fv-swiper-scroll {
    display: none;
  }
}

/*--------------------------------------------------------------
ロゴサイズ調整
  2025.0117
--------------------------------------------------------------*/
@media (768px <= width) {
    .l-header .logo-container .logo {
        width: min(16.319444444444446vw, 235px);
    }
}

/*--------------------------------------------------------------
FVレイアウト変更
  2025.0408
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .fv-text-main {
        position: absolute;
        top: 3vh;
        bottom: initial;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        margin-top: 0;
    }
    .fv-text-main .text {
    	background: transparent;
        color: #fff;
        text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
    }
    .fv-text-sub {
        position: absolute;
        top: 12vh;
        bottom: initial;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        margin-top: 0;
    	background: transparent;
        color: #fff;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    }
    .fv-swiper {
        margin-top: 0;
    }
    .fv-swiper img {
        aspect-ratio: 375 / 475;
        max-height: 55vh;
    }
}

/*--------------------------------------------------------------
フォーム
GW休業の2025年4/29～5/8の期間選択不可
2025.0421
--------------------------------------------------------------*/
.ui-datepicker-calendar td[data-month="3"][data-year="2025"]:has(a[data-date="29"]),
.ui-datepicker-calendar td[data-month="3"][data-year="2025"]:has(a[data-date="30"]),
.ui-datepicker-calendar td[data-month="4"][data-year="2025"]:has(a[data-date="1"]),
.ui-datepicker-calendar td[data-month="4"][data-year="2025"]:has(a[data-date="2"]),
.ui-datepicker-calendar td[data-month="4"][data-year="2025"]:has(a[data-date="3"]),
.ui-datepicker-calendar td[data-month="4"][data-year="2025"]:has(a[data-date="4"]),
.ui-datepicker-calendar td[data-month="4"][data-year="2025"]:has(a[data-date="5"]),
.ui-datepicker-calendar td[data-month="4"][data-year="2025"]:has(a[data-date="6"]),
.ui-datepicker-calendar td[data-month="4"][data-year="2025"]:has(a[data-date="7"]),
.ui-datepicker-calendar td[data-month="4"][data-year="2025"]:has(a[data-date="8"]) {
	pointer-events: none;
}
.ui-datepicker-calendar td[data-month="3"][data-year="2025"] a[data-date="29"],
.ui-datepicker-calendar td[data-month="3"][data-year="2025"] a[data-date="30"],
.ui-datepicker-calendar td[data-month="4"][data-year="2025"] a[data-date="1"],
.ui-datepicker-calendar td[data-month="4"][data-year="2025"] a[data-date="2"],
.ui-datepicker-calendar td[data-month="4"][data-year="2025"] a[data-date="3"],
.ui-datepicker-calendar td[data-month="4"][data-year="2025"] a[data-date="4"],
.ui-datepicker-calendar td[data-month="4"][data-year="2025"] a[data-date="5"],
.ui-datepicker-calendar td[data-month="4"][data-year="2025"] a[data-date="6"],
.ui-datepicker-calendar td[data-month="4"][data-year="2025"] a[data-date="7"],
.ui-datepicker-calendar td[data-month="4"][data-year="2025"] a[data-date="8"] {
	background: #cdcdcd;	
}

/*--------------------------------------------------------------
TOPFVレイアウト変更
2025.0428
--------------------------------------------------------------*/
.fv-fixed {
	position: fixed;
    top: min(140px, 9.7222222222vw);
    left: 0;
    width: 100vw;
    height: calc(100vh - min(140px, 9.7222222222vw));
    z-index: -1;
}
.fv-fixed img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.fv-fixed-textArea {
	--color-linear-gradient: linear-gradient(to left, #FF7F82 0%, #FF3F43 100%);

    width: 100vw;
    height: calc(100vh - min(140px, 9.7222222222vw));
    margin-top: min(140px, 9.7222222222vw);
    position: relative;
    overflow-x: hidden;
}
.fv-fixed-text {
	position: absolute;
    top: 50%;
    left: 8.333333333333332vw;
    transform: translateY(-50%);
}
.fv-fixed-subtext,
.fv-fixed-maintext {
    letter-spacing: 0.05em;
}
.fv-fixed-subtext {
    line-height: 1;
    position: relative;
    width: fit-content;
    white-space: nowrap;
}
.fv-fixed-subtext:after {
	content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 5.902777777777778vw;
    background: #fff;
    z-index: -1;
}
.fv-fixed-subtext:before {
	content: '';
    position: absolute;
    bottom: 0;
    left: -6.8vw;
    width: 6.944444444444445vw;
    height: 5.902777777777778vw;
    background: #fff;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    z-index: -1;
}
.fv-fixed-subtext .text1 {
    font-size: 3.888888888888889vw;
    font-weight: 500;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: relative;
    top: 0.6944444444444444vw;
    background: var(--color-linear-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fv-fixed-subtext .text2 {
    font-size: 9.166666666666666vw;
    font-weight: 500;
    margin-left: 0.5555555555555556vw;
    background: var(--color-linear-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.fv-fixed-subtext .text2 .num-figure1 {
	position: absolute;
    top: 1.7361111111111112vw;
    right: 0;
    width: 1.7361111111111112vw;
    height: 0.20833333333333334vw;
    background: var(--color-linear-gradient);
    transform: rotate(-65deg);
}
.fv-fixed-subtext .text2 .num-figure2 {
	position: absolute;
    top: 2.083333333333333vw;
    right: -0.6944444444444444vw;
    width: 1.7361111111111112vw;
    height: 0.20833333333333334vw;
    background: var(--color-linear-gradient);
    transform: rotate(-50deg);
}
.fv-fixed-subtext .text2 .num-figure3 {
	position: absolute;
    top: 2.638888888888889vw;
    right: -1.3194444444444444vw;
    width: 1.7361111111111112vw;
    height: 0.20833333333333334vw;
    background: var(--color-linear-gradient);
    transform: rotate(-35deg);
}
.fv-fixed-subtext .text3 {
    font-size: 5.277777777777778vw;
	font-weight: 500;
    margin-left: 0.3472222222222222vw;
    position: relative;
    bottom: 0.3472222222222222vw;
    background: var(--color-linear-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fv-fixed-subtext .text4 {
    font-size: 2.5vw;
    font-weight: 500;
    position: relative;
    bottom: 0.3472222222222222vw;
}
.fv-fixed-subtext .text5 {
    font-size: 5.277777777777778vw;
    font-weight: 500;
    position: relative;
    bottom: 0.3472222222222222vw;
}
.fv-fixed-maintext {
    border: 3px solid #fff;
	width: fit-content;
	font-weight: 900;
	font-size: 4.861111111111112vw;
    margin-top: 1.3888888888888888vw;
    padding-inline: 1.25vw;
    text-shadow: 1px 2px 2px #fff;
    position: relative;
    left: -3vw;
}
.fv-fixed-en {
	font-family: "Pinyon Script", cursive;
    font-size: 6.944444444444445vw;
    color: #fff;
    position: relative;
    top: -3.125vw;
    left: 22.569444444444446vw;
    transform: rotate(-3deg);
    white-space: nowrap;
}
@media screen and (max-width: 767px) {
    .fv-fixed-text {
    	top: 40%;
        left: 3vw;
    }
    .fv-fixed-subtext:after {
    	width: 82vw;
        height: 11vw;
        right: initial;
        left: 10vw;
    }
    .fv-fixed-subtext:before {
        left: -0.8vw;
        width: 11vw;
        height: 11vw;
    }
    .fv-fixed-subtext .text1 {
        font-size: 9vw;
    }
    .fv-fixed-subtext .text2 {
        font-size: 22vw;
        margin-left: 0;
    }
    .fv-fixed-subtext .text2 .num-figure1 {
        top: 4.8vw;
        right: 0;
        width: 4vw;
    	height: 0.5vw;
    }
    .fv-fixed-subtext .text2 .num-figure2 {
        top: 5.866666666666666vw;
        right: -1.3333333333333335vw;
        width: 4vw;
    	height: 0.5vw;
    }
    .fv-fixed-subtext .text2 .num-figure3 {
        top: 7.199999999999999vw;
        right: -2.666666666666667vw;
        width: 4vw;
    	height: 0.5vw;
    }
    .fv-fixed-subtext .text3 {
        font-size: 11vw;
        margin-left: 0;
        bottom: 0;
    }
    .fv-fixed-subtext .text4 {
        font-size: 5vw;
        bottom: 0;
    }
    .fv-fixed-subtext .text5 {
        font-size: 11vw;
        bottom: 0;
    }
    .fv-fixed-maintext {
        border: 2px solid #fff;
        font-size: 6vw;
        margin-top: 5vw;
        left: 0;
    }
    .fv-fixed-en {
        font-size: 9.5vw;
        top: -3vw;
        left: 21vw;
    }
}
.l-main.p-top {
	background-color: #ffffff;
}

/*# 来場予約ページFV 2025.08.03 */
@media (1360px <= width) {
    .p-reservation .fv-banner {
        background: #7c171f;
    }
    .p-reservation .fv-banner .inner {
        width: auto;
        height: calc(100vh - min(140px, 9.7222222222vw));
    }
    .p-reservation .fv-banner .inner img {
        object-fit: contain;
    }
}

/*--------------------------------------------------------------
フォーム
GW休業の2025年8/9～8/15の期間選択不可
2025.08.09
--------------------------------------------------------------*/
.ui-datepicker-calendar td[data-month="7"][data-year="2025"]:has(a[data-date="9"]),
.ui-datepicker-calendar td[data-month="7"][data-year="2025"]:has(a[data-date="10"]),
.ui-datepicker-calendar td[data-month="7"][data-year="2025"]:has(a[data-date="11"]),
.ui-datepicker-calendar td[data-month="7"][data-year="2025"]:has(a[data-date="12"]),
.ui-datepicker-calendar td[data-month="7"][data-year="2025"]:has(a[data-date="13"]),
.ui-datepicker-calendar td[data-month="7"][data-year="2025"]:has(a[data-date="14"]),
.ui-datepicker-calendar td[data-month="7"][data-year="2025"]:has(a[data-date="15"]) {
	pointer-events: none;
}
.ui-datepicker-calendar td[data-month="7"][data-year="2025"] a[data-date="9"],
.ui-datepicker-calendar td[data-month="7"][data-year="2025"] a[data-date="10"],
.ui-datepicker-calendar td[data-month="7"][data-year="2025"] a[data-date="11"],
.ui-datepicker-calendar td[data-month="7"][data-year="2025"] a[data-date="12"],
.ui-datepicker-calendar td[data-month="7"][data-year="2025"] a[data-date="13"],
.ui-datepicker-calendar td[data-month="7"][data-year="2025"] a[data-date="14"],
.ui-datepicker-calendar td[data-month="7"][data-year="2025"] a[data-date="15"] {
	background: #cdcdcd;	
}

/*--------------------------------------------------------------
SP時ロゴ横テキスト
2025.09.19
--------------------------------------------------------------*/
.l-header .is-sp .logo {
	display: flex;
    align-items: center;
    gap: 1.5vw;
}
.l-header .is-sp .logo a {
	font-size: 3.8vw;
}
.l-header .is-sp .catch {
	font-size: 2.2vw;
    color: #fff;
}

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