@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  line-height: 1.9;
  overflow: auto;
}
.hamopen {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
a {
  text-decoration: none;
  transition: .4s;
}
a:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
button:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
ul, ol {
  list-style: none;
  padding: 0;
}
/*main section*/
main {
  display: block;
  position: relative;
  overflow: hidden;
}
main section {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 550px) {
  main section {
    padding: 67px 0;
  }
}
.pdb {
  padding-bottom: 55px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
@media (max-width: 550px) {
  .pdb {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 750px) {
  .sppdb {
    padding-bottom: 60px !important;
  }
}
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
/*text*/
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fff9a1;
  text-underline-offset: -0.3em;
  text-decoration-skip-ink: none;
}
.ib {
  display: inline-block;
}
/*中央寄せ*/
.center {
  text-align: center;
}
@media (max-width:750px) {
  .spcenter {
    text-align: center !important;
  }
}
.fitc {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* 見出し */
/*01*/
.maintitle {
  margin-bottom: 45px;
  position: relative;
  line-height: 0.4;
  font-size: clamp(2.4rem, 1.68rem + 2.56vw, 3.6rem);
  text-align: center;
  font-weight: 700;
}
.maintitle .mf {
  font-family: "Orelega One", serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-block;
  line-height: 0.85;
}
.maintitle .sf {
  font-size: 41%;
  line-height: 1;
}
.txtmgb {
  margin-bottom: 27px !important;
}
.maintitle.mtleft {
  text-align: left;
}
@media (max-width: 550px) {
  .maintitle {
    margin-bottom: 33px;
  }
  .maintitle .sf {
    font-size: 46%;
  }
}
/*02*/
.mtitle {
  font-weight: 700;
  position: relative;
  margin-bottom: 7px;
  font-size: clamp(1.2rem, 0.93rem + 0.96vw, 1.65rem);
  line-height: 1.45;
  background: #fff;
  color: #919599;
  border: 2px solid #919599;
  padding: 11px 27px 13px 1.73em;
}
.mtitle::before {
  position: absolute;
  top: 0.7em;
  left: 15px;
  font-family: "Font Awesome 6 Free";
  content: "\f1b0";
  font-weight: bold;
  font-size: 85%;
}
@media (max-width: 770px) {
  .mtitle::before {
    top: 0.82em;
    left: 11px;
  }
}
/*03*/
.stitle {
  font-weight: 700;
  /*position: relative;*/
  font-size: clamp(1.35rem, 1.23rem + 0.4267vw, 1.55rem);
  padding-left: 2px;
  line-height: 1.5;
  padding-bottom: 9px;
  margin-bottom: 11px;
  border-bottom: 2px dashed #c3c6c9;
}
.stitle:first-letter {
  font-size: 120%;
  color: #919599;
}
/*
.stitle::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13px;
  background: radial-gradient(#919599 11%, transparent 11%) 0 0 / 10px 10px;
}
*/
/* ボタン */
.mainbtn a {
  position: relative;
  margin: 0 auto;
  padding: 22px 55px;
  display: inline-block;
  width: fit-content;
  min-width: 280px;
  text-align: center;
  background-repeat: no-repeat;
  overflow: hidden;
  border: 2px solid #919599;
  color: #919599;
  background: #fff;
}
.mainbtn a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/_illust/paw.svg);
  background-size: 23px;
  background-position: right 5% center;
  opacity: 0.4;
  z-index: 1;
  transition: .4s all;
}
.mainbtn a:hover {
  background: #919599;
  color: #fff;
  border: 2px solid #fff;
}
.mainbtn a:hover::after {
  background-position: left 5% center;
  filter: brightness(0) invert(1);
  opacity: 1;
}
/**/
.tbtn {
  margin-top: 30px;
}
.btnflex a {
  margin: 5px;
  display: inline-block;
}
@media (max-width: 550px) {
  .mainbtn a {
    padding: 18px 48px;
    min-width: 230px;
    max-width: fit-content;
    width: 100%;
  }
  .btnflex a {
    margin: 9px auto;
    display: block;
  }
}
/* flex要素 */
.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aic {
  align-items: center;
}
.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .flexbox {
    display: block;
  }
  .flexbox img {
    width: 100%;
  }
  .flexbox div {
    width: 100%;
  }
  .spmgb {
    margin-bottom: 35px;
  }
  .spmgb02 {
    margin-bottom: 12px;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1467px;
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 1999px) {
  .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .mauto.w48 {
    width: 42%;
  }
  .mauto.w43 {
    width: 37%;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto {
    width: 100% !important;
  }
}
.w65 {
  width: 65%;
}
.w52 {
  width: 52%;
}
.w48 {
  width: 47.5%;
}
.w43 {
  width: 43%;
}
.w32 {
  width: 32%;
}
/* background */
.bg_gray::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  background: #000;
  filter: invert(100%) sepia(29%) saturate(2118%) hue-rotate(288deg) brightness(117%) contrast(95%);
}
.wave {
  width: 100%;
  margin-top: -70px;
  margin-bottom: -1px;
  line-height: 0;
  position: relative;
  z-index: -99;
}
.wave img {
  filter: invert(100%) sepia(29%) saturate(2118%) hue-rotate(288deg) brightness(117%) contrast(95%);
}
.wave.white img {
  filter: brightness(0) invert(1);
}
.x.wave {
  transform: scaleX(-1);
}
.y.wave {
  transform: scaleY(-1);
}
.xy.wave {
  transform: scaleX(-1) scaleY(-1);
}
.y.wave, .xy.wave {
  margin-bottom: -70px;
  margin-top: -1px !important;
}
@media (max-width: 750px) {
  .wave {
    margin-top: -40px;
  }
  .y.wave, .xy.wave {
    margin-bottom: -25px;
  }
}
.dogs::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -98;
  opacity: 0.05;
  background: url(../img/_illust/dogs.svg) no-repeat !important;
  background-size: 300px !important;
  background-position: bottom 2px right 2px !important;
}
@media (max-width: 750px) {
  .dogs::before {
    background-size: 200px !important;
  }
}
.x.dogs::before {
  transform: scaleX(-1);
}
.y.dogs::before {
  transform: scaleY(-1);
}
.xy.dogs::before {
  transform: scaleX(-1) scaleY(-1);
}
.paws::before {
  pointer-events: none;
  position: absolute;
  content: "";
  display: block;
  width: 370px;
  aspect-ratio: 2/3;
  z-index: -98;
  background: url(../img/_illust/paws.svg) no-repeat;
  background-size: 98%;
  background-position: center;
  opacity: 0;
  top: 0;
  left: 0;
}
.bottomleft::before {
  top: auto;
  bottom: 0;
}
.topright::before {
  left: auto;
  right: 0;
  transform: scaleX(-1);
}
.bottomright::before {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  transform: scaleX(-1);
}
.paws.inview::before {
  opacity: 0.05;
  animation: paws 0.8s steps(2) 1.07s 1 normal backwards;
}
@keyframes paws {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  50% {
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (max-width: 750px) {
  .paws::before {
    width: 270px;
  }
}
/* 切り抜き写真 ==============================*/
.tl, .tr, .bl, .br {
  position: absolute !important;
  z-index: 1 !important;
  pointer-events: none;
  width: 27% !important;
  max-width: 240px !important;
}
.tl img, .tr img, .bl img, .br img {
  width: 100% !important;
  border-radius: 0 !important;
  mask-image: none !important;
  -webkit-mask-image: none !important;
  background: transparent !important;
  padding: 0 !important;
}
/*位置*/
.tl, .tr {
  top: -90px !important;
}
.bl, .br {
  bottom: -145px !important;
}
.tl, .bl {
  left: 7px !important;
}
.tr, .br {
  right: 7px !important;
}
.long.tl, .long.tr, .long.bl, .long.br {
  max-width: 191px !important;
}
.bi.tl, .bi.tr, .bi.bl, .bi.br {
  max-width: 325px !important;
}
.long.tl, .long.tr {
  top: -185px !important;
}
.long.bl, .long.br {
  bottom: -185px !important;
}
@media (max-width: 750px) {
  .long.bl, .long.br {
    bottom: -12vw !important;
  }
  .bi.tl, .bi.tr, .bi.bl, .bi.br {
    max-width: 230px !important;
    width: 47% !important;
  }
}
@media (max-width: 550px) {
  .tl, .tr, .bl, .br {
    width: 130px !important;
  }
  .tl, .tr {
    top: -57px !important;
  }
  .bl, .br {
    bottom: -65px !important;
  }
  .long.tl, .long.tr, .long.bl, .long.br {
    width: 110px !important;
  }
  .long.tl, .long.tr {
    top: -135px !important;
  }
  .bi.tl, .bi.tr, .bi.bl, .bi.br {
    width: 145px !important;
  }
}
/**/
.psr {
  position: relative;
}
.psr .tl, .psr .tr, .psr .bl, .psr .br {
  width: 42% !important;
  max-width: 290px !important;
}
.psr .tl, .psr .tr {
  top: -11% !important;
}
.psr .bl, .psr .br {
  bottom: -11% !important;
}
.psr .tl, .psr .bl {
  left: -11% !important;
}
.psr .tr, .psr .br {
  right: -11% !important;
}
@media (max-width: 750px) {
  .psr .tl, .psr .bl {
    left: -5% !important;
  }
  .psr .tr, .psr .br {
    right: -5% !important;
  }
}
/* アニメーション ============*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.1s, transform 0.95s;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
  transform: translateY(0);
}
/* img */
.imgup {
  overflow: hidden;
  transition: 0.5s;
  transition-delay: 0.5s;
  opacity: 0;
}
.imgup.rounded {
  border-radius: 15px;
}
.imgup.rounded img {
  border-radius: 0;
}
.imgup img {
  transform: scale(1.1);
  transition: opacity 1.2s, transform 2.7s;
}
.imgup.inview {
  opacity: 1;
}
.imgup.inview img {
  transform: scale(1);
}
/*=== 共通部分ここまで ===*/
/* header ================================================*/
.header_sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  padding: 20px 15px;
  background: #fff;
  box-shadow: rgb(0 0 0 / 4%) 0px 2px 8px 0px;
  transition: .6s all;
  border-radius: 0 0 20px 20px;
}
/*logo*/
.header_title h1 {
  line-height: 0;
}
.header_title a {
  display: block;
  width: 260px;
}
/*menu*/
.hnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hnav ul {
  display: flex;
  text-align: center;
  margin-left: auto;
  margin-right: 30px;
}
.hnav ul li {
  width: fit-content;
  position: relative;
  line-height: 1.6;
  font-size: 0.97rem;
}
.hnav ul li:last-child {
  margin-right: 0;
}
.hnav ul li a {
  padding: 0 12px 5px;
  display: block;
  position: relative;
  top: 0;
  color: #333;
  line-height: 1.2;
}
.hnav ul li:first-of-type a {
  padding-left: 0;
}
.hnav ul li:last-of-type a {
  padding-right: 0;
}
.hnav ul li a span {
  font-family: "Orelega One", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: block;
  color: #1a1a1a;
  font-size: 125%;
}
.hnav ul li a:hover {
  opacity: 0.6;
}
/* sns icons */
.snsicons {
  font-size: 1.15rem;
}
.snsicons div {
  display: inline-block;
  margin: 0 1px;
}
.snsicons a {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background: #e6e6e6;
  color: #1a1a1a;
}
.insta {
  font-size: 107%;
}
.snsicons a:hover {
  opacity: 0.6;
}
/**/
.header_item {
  display: flex;
  align-items: center;
}
.header_item .btnflex {
  margin-bottom: 13px;
}
.header_item .mainbtn {
  font-size: 0.82rem;
}
.header_item .mainbtn a {
  min-width: auto;
  width: 185px;
  padding: 10px 0;
}
.header_item .btnflex a {
  margin: 0 1px;
}
.header_item .btnflex a:first-of-type {
  font-size: 104%;
}
/* hamburger ============================*/
.header__inner {
  display: none;
}
.hamburger {
  position: relative;
  display: block;
  z-index: 9999;
  width: 50px;
  aspect-ratio: 1/1;
  border: none;
  background-color: transparent;
}
.hamburger__line {
  display: block;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  border-radius: 10px;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
  border-radius: 10px;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  background: #1a1a1a;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger__line:before {
  top: -10.5px;
}
.hamburger__line:after {
  top: 10.5px;
}
/*
.hamburger__text {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.hamburger.-active .hamburger__text::before {
	content: 'close';
}
.hamburger__text::before {
	content: "menu";
	text-align: center;
	font-size: 19px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
*/
.hamopen .header_sticky {
  position: fixed;
}
.header__nav-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  background: #fff;
  opacity: 0;
  transition: 0.4s;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.hamdeco {
  position: fixed;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.06;
  width: 73%;
  max-width: 350px;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.global-navigation {
  margin: auto;
  height: fit-content;
  width: 85%;
  max-width: 588px;
  padding: 65px 0 120px;
}
.global-navigation__list {
  margin-bottom: 17px;
}
.global-navigation__list > li {
  margin: 3px 0;
  display: block;
  padding: 10px 5px;
  text-align: center;
  font-size: 1.2rem;
}
.global-navigation__list > li a, .global-navigation__list li button {
  display: inline-block;
  width: 100%;
  color: #333;
  line-height: 1.3;
}
.global-navigation__list > li a span, .global-navigation__list li button span {
  font-family: "Orelega One", serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  color: #1a1a1a;
  font-size: 135%;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
/*accordion menu*/
.accordion__list {
  line-height: 1.6;
}
.accordion__list li a {
  font-size: 88%;
}
.accordion__list li a::before {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: bold;
  margin-right: 7px;
  font-size: 85%;
  transform: translateY(-2px);
  color: #1a1a1a;
}
.accordion {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.4s;
}
.accordion.-active {
  height: auto;
  padding-top: 13px;
  visibility: visible;
}
.global-navigation__link.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
  text-align: left;
  letter-spacing: 0.1em;
}
.global-navigation__link.-accordion::after {
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 2px;
  transform: translateY(-50%);
  transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  transform: translateY(-50%);
}
.global-navigation__link.-accordion::after, .global-navigation__link.-accordion::before {
  background-color: #1a1a1a;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.header__nav-area .btnflex a:first-of-type {
  font-size: 104%;
}
/*btn*/
.header__nav-area .btnflex a {
  margin: 10px auto;
  display: block;
}
@media (max-width: 1105px) {
  .header_sticky {
    padding: 18.5px 15px;
  }
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__inner {
    display: block;
  }
  .hnav ul, .header_item {
    display: none;
  }
}
@media (max-width: 550px) {
  .header_sticky {
    padding: 12px 10px;
  }
  .header_title a {
    width: 215px;
  }
  .hamburger {
    width: 45px;
  }
  .global-navigation__list > li {
    padding: 9px 5px;
    font-size: 1.07rem;
  }
  .header__nav-area .btnflex {
    font-size: 0.93rem;
  }
  .header__nav-area .mainbtn a {
    max-width: 210px;
  }
}
/* footer ================================================*/
.footer {
  padding: 90px 0 60px;
  position: relative;
}
.footer::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  filter: invert(100%) sepia(29%) saturate(2118%) hue-rotate(288deg) brightness(117%) contrast(95%);
  z-index: -100;
  clip-path: ellipse(100% 100% at bottom);
}
.footer .inner {
  width: 92%;
  max-width: 930px;
}
.fflex {
  display: flex;
  align-items: center;
}
.f_info {
  width: fit-content;
  white-space: nowrap;
  margin-right: 90px;
}
.f_banner {
  width: 100%;
}
.f_banner a {
  display: block;
  width: 100%;
}
.f_banner a:hover {
  opacity: 0.6;
}
/*logo*/
.flogo {
  line-height: 0;
  display: inline-block;
  width: 250px;
  margin-bottom: 12px;
}
/*icon*/
.footer .snsicons {
  font-size: 1.05rem;
}
.footer .snsicons a {
  background: #fff;
}
/**/
.copyright {
  text-align: center;
  padding: 13px 0 16px;
  font-size: clamp(0.9rem, 0.84rem + 0.2133vw, 1rem);
}
@media (max-width: 945px) {
  .f_info {
    margin-right: 45px;
  }
}
@media (max-width: 750px) {
  .footer {
    padding: 37px 0 45px;
  }
  .footer::after {
    clip-path: ellipse(140% 100% at bottom);
  }
  .fflex {
    display: block;
  }
  .f_info, .f_banner {
    width: 100%;
  }
  .f_info {
    text-align: center;
    margin-right: 0;
    margin-bottom: 27px;
    white-space: normal;
  }
}
@media (max-width: 550px) {
  .flogo {
    width: 210px;
  }
  .f_info {
    font-size: 95%;
  }
}
/* ページ上に戻るボタン */
.tfade {
  position: relative;
  z-index: 9;
}
.page_top {
  position: fixed;
  bottom: -20px;
  right: -3px;
  width: 340px;
  z-index: 50;
}
.page_top a {
  display: block;
}
.page_top a:hover {
  padding-bottom: 10px;
}
@media (max-width: 550px) {
  .page_top {
    width: 205px;
  }
}
/* スライド ======================================================*/
.topslide {
  margin-top: -22px;
  position: relative;
  overflow: hidden;
}
.topslide .wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.topslide::before {
  z-index: 1;
  filter: brightness(0) invert(1);
}
.topslide.inview::before {
  opacity: 0.6;
}
.slide_items {
  position: relative;
  overflow: hidden;
  height: fit-content;
}
.slide_items img {
  width: 100%;
  height: calc(100vh + 55px);
  min-height: 500px;
  object-fit: cover;
}
/*スライド画像アニメーション*/
.slick-animation {
  animation: fadezoom 14s linear 0s normal both;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
/* catchcopy */
.catchcopy {
  z-index: 1;
  position: absolute;
  top: 48%;
  left: 6.5%;
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 12%), 0px -2.5px 3px rgb(0 0 0 / 9%);
}
.catchcopy img {
  z-index: -1;
  position: absolute;
  top: -36%;
  right: -16%;
  width: 52%;
  transform: rotate(15deg);
  filter: brightness(0) invert(1);
  opacity: 0.5;
}
.catchcopy .border {
  position: relative;
  display: inline-block;
  padding-bottom: 4%;
  border-bottom: 2px dashed #fff;
}
.catchcopy .one {
  display: block;
  font-size: 120%;
  padding-bottom: 2%;
  letter-spacing: -0.02em;
}
.catchcopy .one span {
  font-size: 160%;
  letter-spacing: -0.07em;
  display: inline-block;
  position: relative;
  margin-right: 0.05em;
  padding-left: 10%;
  margin-left: -12.5%;
  padding-top: 6%;
  margin-top: -6%;
}
.catchcopy .one span::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: url(../img/_illust/paw.svg) no-repeat;
  background-size: 26%;
  background-position: top left;
  transform: rotate(-17deg);
  filter: brightness(0) invert(1);
}
@media (max-width: 1170px) {
  .catchcopy {
    left: 7.4vw;
  }
}
@media (max-width: 1095px) {
  .slide_items img {
    height: calc(100vh - 15px);
  }
}
@media (max-width: 1050px) {
  .topslide::before {
    content: none;
  }
  .catchcopy {
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .slide_items img {
    filter: brightness(90%);
  }
}
@media (max-width: 750px) {
  .catchcopy {
    font-size: 8vw;
  }
}
@media (max-width: 550px) {
  .slide_items img {
    height: calc(100vh - 100px);
    min-height: 300px;
  }
  .catchcopy img {
    opacity: 0.4;
  }
}
/* 中古物件に新たな価値を =======================================*/
.newvalue .tr {
  max-width: 260px !important;
  top: -196px !important;
}
@media (max-width: 1190px) {
  .newvalue .tr {
    top: -90px !important;
  }
}
@media (max-width: 550px) {
  .newvalue .tr {
    width: 148px !important;
    top: -75px !important;
  }
}
.nvtext {
  position: relative;
}
@media (max-width: 1130px) {
  .nvtext::before {
    content: none;
  }
}
@media (max-width: 1045px) {
  .nvtext::before {
    content: "";
  }
  .nvtext {
    position: initial;
  }
}
@media (max-width: 750px) {
  .nvtext {
    position: relative;
  }
}
/* 物件情報 =====================================================*/
.information::before {
  content: none;
}
.conflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.context {
  width: 555px;
  position: relative;
}
.context::before {
  pointer-events: none;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -99;
  opacity: 0.05;
  background: url(../img/_illust/part01.svg) no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}
.conimgwrap {
  width: calc(100% / 2 - 350px);
  position: relative;
}
.conimg .imgup img {
  object-fit: cover;
  width: 100%;
  height: 530px;
}
/**/
.conimg .tr {
  width: 265px !important;
  max-width: 115% !important;
  top: -19% !important;
  right: -55px !important;
}
.conimg .bl {
  width: 190px !important;
  max-width: 100% !important;
  bottom: -14% !important;
  left: -60px !important;
}
@media (max-width: 1275px) {
  .context {
    width: 46%;
  }
  .conimgwrap {
    width: 22.5%;
  }
  .conimg .imgup img {
    height: 50vw;
  }
}
@media (max-width: 950px) {
  .information::before {
    content: "";
  }
  .conflex {
    flex-direction: column;
  }
  .conimgwrap {
    width: 71%;
    order: 1;
  }
  .conimgwrap:first-child {
    margin-right: auto;
  }
  .conimgwrap:last-child {
    margin-left: auto;
    margin-top: 25px;
  }
  .context {
    width: 89%;
    margin: 0 auto 63px;
  }
  .conimg .imgup img {
    height: auto;
  }
  .conimg .tr {
    width: 49% !important;
    max-width: 240px !important;
    top: -45px !important;
    right: -36% !important;
  }
  .conimg .bl {
    width: 41% !important;
    max-width: 200px !important;
    bottom: -40px !important;
    left: -30% !important;
  }
}
@media (max-width: 550px) {
  .conimg .tr {
    width: 59% !important;
  }
}
/*
.newvalue {
  padding: 0;
  width: calc(100% - 35px);
  margin: auto;
}
.newvalue_wrap {
  overflow: hidden;
  position: relative;
  height: 600px;
  display: flex;
  align-items: center;
}
.newvalue::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/sky.webp);
  background-size: cover;
  background-position: bottom;
  z-index: -100;
}
.nvtext {
  width: 45%;
  margin-left: auto;
}
.nvimg {
  position: absolute;
  left: -30%;
  bottom: -55px;
  width: 90%;
}
*/
/* 下層ページトップ ===========================================================================================================*/
.fv {
  margin-top: -22px;
  padding: 110px 0 80px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  clip-path: ellipse(90% 100% at top);
}
.fv .inner {
  width: 97%;
}
.fv::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 10px;
  background: url(../img/_illust/part02.svg) center;
  background-size: 260px;
  background-repeat: no-repeat !important;
  z-index: -1;
  filter: brightness(0) invert(1);
  opacity: 0.13;
}
.fv::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/fv.webp);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 50%;
  z-index: -3;
}
.fv .inner:not(.binner)::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #111;
  opacity: 0.5;
  z-index: -2;
}
.fv h2 {
  text-align: center;
  margin-bottom: 10px !important;
  font-size: clamp(1.8rem, 1.29rem + 1.8133vw, 2.65rem);
  line-height: 1.5;
  z-index: 1;
  position: relative;
  color: #fff;
  font-weight: 700;
}
@media(max-width:705px) {
  .fv {
    padding: 65px 0 37px;
  }
  .fv::before {
    background-size: 150px;
    opacity: 0.16;
  }
}
/* breadcrumb */
.binner {
  font-weight: 700;
  line-height: 1.4;
  width: 97%;
  font-size: clamp(0.85rem, 0.79rem + 0.2133vw, 0.95rem);
  position: relative;
  color: #fff;
}
.breadcrumb {
  z-index: 1;
  background: transparent;
  position: relative;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  position: relative;
  top: -0.1em;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb li:first-child a::before {
  font-family: "Font Awesome 6 Free";
  content: '\f015';
  font-weight: bold;
  font-size: 90%;
  position: relative;
  top: -0.05em;
}
/*footer white background*/
.footer_white footer {
  position: relative;
}
.footer_white footer::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  background: #000;
  filter: invert(100%) sepia(29%) saturate(2118%) hue-rotate(288deg) brightness(117%) contrast(95%);
}
.footer_white .footer::after {
  filter: brightness(0) invert(1);
  z-index: -99;
}
/* 事業紹介ページ ===========================================================================================================*/
/* 中古物件に新たな価値を */
.tnvtext {
  max-width: 776px;
  margin-bottom: 43px;
}
.twflex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1110px;
  margin: auto;
}
.twflex div {
  width: 47.8%;
  position: relative;
}
.twflex div:last-of-type {
  margin-top: 30px;
}
@media(max-width: 750px) {
  .twflex {
    display: block;
  }
  .twflex div {
    width: 83%;
  }
  .twflex div:last-of-type {
    margin-top: 23px;
    margin-left: auto;
  }
}
@media(max-width: 550px) {
  .tnvtext {
    margin-bottom: 37px;
  }
}
/* 付加価値の例 */
.examples .fitc {
  margin-bottom: 40px;
  max-width: 715px;
}
.exambox {
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
}
.exambox .mtitle {
  font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
  margin-bottom: 12px;
}
.exambox:nth-child(2n) {
  flex-direction: row-reverse;
}
.exambox:last-of-type {
  margin-bottom: 0 !important;
}
@media(max-width: 1135px) {
  .exambox {
    align-items: stretch;
  }
  .exambox .imgup {
    display: flex;
  }
  .exambox .imgup img {
    object-fit: cover;
    width: 100%;
    height: auto;
  }
}
@media(max-width: 750px) {
  .exambox .spmgb {
    margin-bottom: 13px;
  }
  .exambox .mtitle {
    margin-bottom: 8px;
  }
}
@media(max-width: 550px) {
  .examples .fitc {
    margin-bottom: 30px;
  }
  .exambox {
    padding: 15px 12px;
  }
}
/* ゆう不動産の強み */
.features .inner {
  counter-reset: number 0;
}
.features .flexbox {
  margin-bottom: 65px;
  counter-increment: number 1;
}
.features .flexbox:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.features .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
.features .flexbox .stitle {
  font-size: clamp(1.35rem, 1.11rem + 0.8533vw, 1.75rem);
}
.features .flexbox .stitle::after {
  content: "0"counter(number);
  position: absolute;
  bottom: -90px;
  right: -10px;
  font-size: 540%;
  color: #f5f5f5;
  font-family: "Orelega One", serif;
  font-weight: 400;
  z-index: -1;
}
@media(max-width: 1025px) {
  .features .flexbox .stitle::after {
    bottom: -55px;
  }
}
/* 売却・購入についてページ =================================================================================================*/
.sale .inner {
  max-width: 1135px;
}
.purchase .inner {
  max-width: 1098px;
}
.guide_item {
  margin: 0 auto 55px;
}
.guide_item:last-of-type {
  margin-bottom: 0 !important;
}
.guide_item .mtitle {
  margin-bottom: 27px;
}
@media(max-width:550px) {
  .guide_item {
    margin-bottom: 45px;
  }
}
/**/
.fleximg {
  display: flex;
}
.fleximg img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
/*サポートの流れ*/
.workflow {
  counter-reset: number 0;
}
.wf_conts {
  margin-bottom: 30px;
  position: relative;
  padding-left: 85px; /**/
}
/*線*/
.wf_conts::before {
  content: '';
  width: 2px;
  height: 100%;
  position: absolute;
  top: 30%;
  left: 34px;
  background: #1a1a1a;
  z-index: -1;
}
.wf_conts:last-of-type::before {
  content: none;
}
.wf_conts h3 {
  position: relative;
  font-size: clamp(1.25rem, 1.07rem + 0.64vw, 1.55rem);
  font-weight: 700;
  margin-bottom: 3px;
  counter-increment: number 1;
  line-height: 1.5;
}
/*ナンバリング*/
.wf_conts h3::before {
  font-size: clamp(1.5rem, 1.32rem + 0.64vw, 1.8rem);
  content: "0"counter(number);
  position: absolute;
  top: 65%;
  left: -85px; /**/
  transform: translateY(-50%);
  width: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  background: #fff;
  border: 2px solid #1a1a1a;
  font-family: "Orelega One", serif;
  font-weight: 400;
}
@media(max-width:550px) {
  .wf_conts {
    padding-left: 55px;
  }
  .wf_conts::before {
    left: 17px;
  }
  .wf_conts h3::before {
    width: 55px;
    top: 51%;
    left: -65px;
  }
}
/*購入のメリット*/
.merits {
  background: #f5f5f5;
  padding: 17px 25px;
}
.bg_gray .merits {
  background: #fff;
}
.merits .mtitle {
  margin-bottom: 12px;
}
.merits p:first-of-type {
  margin-top: 15px;
}
.merits p:last-of-type {
  margin-bottom: 0;
}
/*list*/
.acheck li {
  padding-left: 22px;
  position: relative;
  border-bottom: 1px dotted #b1b5ba;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.info_table .acheck li {
  border-bottom: none;
  padding-bottom: 1px;
  margin-bottom: 1px;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f058";
  font-weight: bold;
  display: inline-block;
  color: #919599;
  font-size: 95%;
  position: absolute;
  left: 0;
  top: 0.12em;
}
.dots.acheck li {
  padding-left: 13px;
}
.dots.acheck li::before {
  content: "\f111";
  font-size: .3em;
  top: 2.25em;
}
@media(max-width:550px) {
  .merits {
    padding: 17px 15px;
  }
}
/* 売却・購入のよくあるご質問 */
.faqs .inner {
  max-width: 981px;
}
.faqs .maintitle {
  margin-bottom: 30px;
}
.faq {
  counter-reset: number 0;
}
.faq div:not(.answer) {
  padding: 20px;
  background: #f5f5f5;
  margin-bottom: 15px;
}
.faq div:not(.answer):last-of-type {
  margin-bottom: 0 !important;
}
.faq div:not(.answer) h2 {
  font-weight: 700;
  font-size: clamp(1.1rem, 1.01rem + 0.32vw, 1.25rem);
  line-height: 1.6;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 2px dashed #c3c6c9;
}
.faq div:not(.answer) h2, .answer {
  position: relative;
  padding-left: 30px;
}
.faq div:not(.answer) h2::before, .answer::before {
  position: absolute;
  font-size: clamp(1.2rem, 1.11rem + 0.32vw, 1.35rem);
  font-family: "Orelega One", serif;
  font-weight: 400;
}
.faq div:not(.answer) h2::before {
  counter-increment: number 1;
  content: "Q.";
  top: -0.05em;
  left: 0;
  opacity: 0.7;
}
.answer::before {
  content: "A.";
  top: -0.2em;
  left: 0.5px;
  color: #ff4d29;
}
@media(max-width:550px) {
  .faqs .maintitle {
    margin-bottom: 25px;
  }
  .faq div:not(.answer) {
    padding: 15px 11px;
  }
}
/* まずはお気軽にご相談ください */
.contactus .inner {
  max-width: 1160px;
}
/* 会社案内ページ ===========================================================================================================*/
/* ご挨拶 */
.glast {
  margin-top: 23px;
  text-align: right;
}
/*img*/
.g_twflex {
  display: flex;
  justify-content: space-between;
}
.g_twflex div {
  width: 47%;
  position: relative;
}
.g_twflex div:first-child {
  margin-top: 30px;
}
.reverse .g_twflex div:first-child {
  margin-top: 0;
}
.reverse .g_twflex div:last-child {
  margin-top: 30px;
}
@media (max-width: 750px) {
  .g_twflex {
    width: 116% !important;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* 会社概要 */
.overview::before {
  top: -188px;
}
.overview .inner {
  max-width: 1100px;
}
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border: 2px solid #e8e8e8;
}
.info_table th {
  background: #919599;
  color: #fff;
  width: 30%;
  border-right: 2px solid #e8e8e8;
  font-weight: 700;
  padding: 19px 10px;
}
.info_table td {
  background: #fff;
  width: 65%;
  border-right: 2px solid #e8e8e8;
  border-left: 2px solid #e8e8e8;
  padding: 19px;
}
.info_table a {
  color: #333;
  border-bottom: 1px solid #ddd;
}
.info_table a i {
  color: #919599;
}
.red {
  font-weight: 700;
  color: #ff4d29;
}
.info_table a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  .info_table td, .info_table th {
    width: 100% !important;
    padding: 12px;
    display: block;
    border: none;
    text-align: left;
  }
  .info_table th {
    border-bottom: 2px solid #e8e8e8;
  }
  .info_table td {
    padding-bottom: 10px !important;
  }
}
/* アクセスマップ */
.map .inner {
  max-width: 1100px;
}
.map .maintitle {
  margin-bottom: 37px;
}
.map iframe {
  width: 100%;
  height: 450px;
}
@media(max-width:750px) {
  .map::before {
    bottom: auto;
    top: -188px;
  }
}
@media(max-width:550px) {
  .map .maintitle {
    margin-bottom: 27px;
  }
  .map iframe {
    height: 250px;
  }
}
/* お問い合わせページ =======================================================================================================*/
.contact_sec .inner {
  max-width: 848px;
}
.stitle .red {
  font-size: 85%;
}
.contop {
  margin-bottom: 37px;
}
@media (max-width: 550px) {
  .contop {
    margin-bottom: 25px;
  }
}
/* 電話でのお問い合わせ */
.tels, .mails {
  border-bottom: none;
}
.tels .tr {
  right: -5%;
}
@media (max-width: 1190px) {
  .tels .tr {
    top: -55%;
    right: -2%;
  }
}
@media (max-width: 750px) {
  .tels .tr {
    right: -14%;
  }
}
.telwrap {
  padding: 25px;
  background: #f5f5f5;
  margin-bottom: 17px;
}
.telwrap:last-child {
  margin-bottom: 0 !important;
}
/*box*/
.telbox {
  display: flex;
  align-items: center;
}
/**/
.telbox a {
  font-family: "Orelega One", serif;
  font-weight: 400;
  white-space: nowrap;
  font-size: clamp(1.85rem, 1.64rem + 0.7467vw, 2.2rem);
  color: #333;
  margin-right: 40px;
  line-height: 1.6;
}
.telbox a i {
  font-size: 77%;
  margin-right: 5px;
}
.telbox a:hover {
  opacity: 0.6;
}
.telbox p {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .telwrap {
    padding: 22px 25px 25px;
  }
  .telbox {
    display: block;
  }
  .telbox a {
    margin-right: 0;
  }
}
@media (max-width: 550px) {
  .telwrap {
    padding: 15px 13px 17px;
  }
}
/* メールでのお問い合わせ */
.mailform .row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.mailform .row:not(.last) {
  border-bottom: 0.9px dotted #333;
}
.mailform .row div {
  text-align: left;
}
.mailform .row div:nth-child(1) {
  width: 28%;
}
.mailform .row div:nth-child(2) {
  width: 70%;
  line-height: 1.5;
}
.mailform .row span {
  color: #fff;
  background: #111;
  padding: 5px;
  margin-right: 3px;
  font-size: 83%;
}
.mailform .row span.mailsp {
  color: #333;
  background: #ededed;
}
.mailform .row small {
  display: block;
  margin-top: 3px;
}
.mailform label {
  color: #333;
}
.mailform .box, .mailform textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.mailform button {
  display: block;
  width: 270px;
  padding: 24px 0;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  transition: .4s;
  position: relative;
  overflow: hidden;
  background: #111;
  color: #fff;
  border: 2px solid #111;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.mailform button:hover {
  color: #111;
  background: #fff;
}
/*チェックボックス*/
.mailform input[type=checkbox] {
  display: none;
}
.mailform input[type=checkbox] + label {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.mailform input[type=checkbox] + label::before {
  background: #fff;
  border: 1px solid #b5b5b5;
  content: '';
  display: block;
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
  border-right: 3px solid #1a1a1a;
  border-bottom: 3px solid #1a1a1a;
  content: '';
  display: block;
  height: 13px;
  width: 7px;
  opacity: 0;
  position: absolute;
  top: 0.35em;
  left: 4px;
  transform: rotate(45deg);
  transition: .1s;
}
.mailform input[type=checkbox]:checked + label::after {
  opacity: 1;
}
/**/
.mailform .box.mini {
  width: 110px !important;
}
.mailform .postal_btn {
  padding: 2px 10px;
  background: #f4f4f4;
  border-radius: 2px;
  margin-left: 5px;
  border: 1px solid #ccc;
}
.mailform .postal_btn:hover {
  opacity: 0.7;
}
/**/
.mails {
  padding: 45px 0 55px;
}
@media (max-width: 550px) {
  .mails {
    padding: 35px 0 55px;
  }
  .mailform button {
    width: 220px;
    padding: 19px 0;
  }
  .mailform input[type=checkbox] + label {
    display: block;
  }
}
@media (max-width: 800px) {
  .mailform .row:first-child {
    padding-top: 5px;
  }
  .mailform .row {
    padding: 20px 0;
    flex-direction: column;
  }
  .mailform .row div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .mailform .row div:nth-child(2) {
    width: 100%;
  }
}
/* プライバシーポリシー */
.privacy {
  padding-top: 0;
}
.privacy .stitle {
  font-size: clamp(1.25rem, 1.07rem + 0.64vw, 1.55rem);
  padding-bottom: 0;
  border-bottom: none;
}
.privacy .stitle::after {
  content: none;
}
.privacy .stitle i {
  color: #919599;
}
.scrollBox {
  background: #f5f5f5;
  padding: 17px;
}
.scrollBox div {
  height: 210px;
  overflow-y: scroll;
  padding: 0 14px;
}
.scrollBox span {
  font-weight: 700;
  font-size: 107%;
}
.scrollBox span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f111";
  font-weight: bold;
  font-size: 70%;
  position: relative;
  top: -0.15em;
  margin-right: 4px;
  color: #919599;
}
@media(max-width:550px) {
  .scrollBox {
    padding: 15px 10px;
  }
  .scrollBox div {
    font-size: 92%;
    padding: 0 10px;
  }
}