@charset "UTF-8";
.contents {
  width: 100%;
  overflow: hidden;
  font-weight: 400;
  background: #363636;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "AXIS Std", "メイリオ", Meiryo, Lato, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.contents img {
  max-width: 100%;
}

.en-font {
  font-family: "Special Gothic Expanded One", sans-serif;
}

.min-font {
  font-family: "Zen Old Mincho", serif;
}

.wrap {
  width: 90%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.wrap2 {
  width: 90%;
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.fade__Up,
.fade__Up__Load {
  opacity: 0;
  transform: translate(0%, 70px);
  transition: all 0.15s ease-out;
}

.wide-left {
  width: 0% !important;
  transition: width 0.95s ease-out;
}

.wide-left.wide-on {
  width: 100% !important;
}

.wide-right {
  left: auto !important;
  right: 0 !important;
  width: 0% !important;
  transition: width 0.95s ease-out;
}

.wide-right.wide-on {
  width: 100% !important;
}

.fade__left,
.fade__left__Load {
  opacity: 0;
  transform: translate(-70px, 0px);
  transition: all 0.8s ease-out;
}

.fade__right,
.fade__right__Load {
  opacity: 0;
  transform: translate(90px, 0px);
  transition: all 0.15s ease-out;
  /*transition-delay: 0.4s;*/
}

.fade__in,
.fade__in__Load {
  opacity: 0;
  transform: translate(0%, 0px);
  transition: all 1s ease-out;
}

.fadeUp__on,
.fadeUpLoad__on {
  opacity: 1;
  transform: translate(0%, 0px);
}

.fl-head {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: top 0.5s;
}
.fl-head.off {
  top: -140px;
}
.fl-head .head-wrap {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.fl-head .head-wrap .head-logo {
  position: absolute;
  top: 20px;
  left: 22px;
  width: 28%;
  max-width: 108px;
}
.fl-head .head-wrap .head-logo img {
  display: block;
}
.fl-head .head-wrap .head-nav {
  position: absolute;
  top: 16px;
  right: 0;
  padding: 7px 13px 7px 37px;
  background: #000;
  border-radius: 30px 0 0 30px;
}
.fl-head .head-wrap .head-nav ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.fl-head .head-wrap .head-nav ul li a {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  margin-right: 10px;
  line-height: 1;
}
.fl-head .head-wrap .head-nav ul li.contact-btn {
  margin-left: 30px;
}
.fl-head .head-wrap .head-nav ul li.contact-btn a {
  background: #fff;
  color: #231815;
  padding: 6px 20px;
  border-radius: 20px;
}

.bottom-logo {
  width: 33%;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  margin-top: 80px;
}

.link-list {
  width: 33%;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  margin-top: 100px;
}
.link-list li {
  margin-bottom: 40px;
}
.link-list li:last-child {
  margin-bottom: 0;
}
.link-list li a {
  line-height: 1;
  border: 1px solid #231815;
  font-size: 18px;
  font-weight: 700;
  color: #231815;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
  width: 100%;
  text-align: center;
}

.kanren-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 95px;
}
.kanren-list > li {
  width: 29%;
  margin-right: 6.5%;
  margin-bottom: 0px;
  padding-bottom: 15px;
}
.kanren-list > li:nth-child(3n) {
  margin-right: 0;
}
.kanren-list > li .pic-box {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.kanren-list > li .pic-box img {
  margin-bottom: -48px;
}
.kanren-list > li .text-box {
  padding: 20px 4%;
  position: relative;
  z-index: 2;
  background: #fff;
  width: 86%;
}
.kanren-list > li .text-box::after {
  position: absolute;
  background: url(../renew/images/owner/yajirushi.svg) no-repeat center center/100%;
  width: 12px;
  height: 28px;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  content: "";
}
.kanren-list > li .text-box .ttl-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kanren-list > li .text-box .ttl-flex dt {
  font-size: 20px;
  width: 18.6%;
  font-weight: 700;
}
.kanren-list > li .text-box .ttl-flex dd {
  font-size: 14px;
  line-height: 1.56;
  width: 80%;
  font-weight: 700;
}
.kanren-list > li .text-box .day {
  margin-top: 20px;
  font-size: 13px;
  color: #898989;
}

@media (max-width: 1024px) {
  .kanren-list {
    display: flex;
    flex-wrap: wrap;
  }
  .kanren-list > li .text-box {
    padding: 20px 2%;
  }
  .kanren-list > li .text-box .ttl-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .kanren-list > li .text-box .ttl-flex dt {
    font-size: 16px;
    width: 18.6%;
  }
  .kanren-list > li .text-box .ttl-flex dd {
    font-size: 12px;
    line-height: 1.56;
    width: 80%;
  }
}
.link-area {
  margin-top: -40px;
  padding-top: 40px;
}

.menu-btn {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 0px;
  z-index: 99999;
  display: block;
  height: 60px;
  text-align: center;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
}

.menu-trigger {
  position: relative;
  height: 18px;
  width: 42px;
  z-index: 9998;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
  border-radius: 0px;
  display: inline-block;
  box-sizing: border-box;
}

/*.menu-trigger.active span {
	background-color:#fff;
}
.menu-trigger.ex span {
	background:#fff;
}*/
.menu-trigger span:nth-of-type(1) {
  top: 0px;
  width: 42px;
  height: 2px;
}

.menu-trigger span:nth-of-type(2) {
  top: 8px;
  width: 42px;
  height: 2px;
}

.menu-trigger span:nth-of-type(3) {
  top: 16px;
  width: 42px;
  height: 2px;
}

.menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.5s forwards;
  animation: menu-bar01 0.5s forwards;
}

.menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.5s forwards;
  animation: menu-bar01 0.5s forwards;
}

.menu-texbox .menu-tex {
  display: block;
}

.menu-texbox .menu-tex2 {
  display: none;
}

.menu-texbox.close .menu-tex {
  display: none;
}

.menu-texbox.close .menu-tex2 {
  display: block;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8.5px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(8.5px) rotate(45deg);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.5s forwards;
  animation: menu-bar02 0.5s forwards;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8.5px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-8.5px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8.5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.5s forwards;
  animation: active-menu-bar01 0.5s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8.5px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(8.5px) rotate(0);
  }
  100% {
    transform: translateY(8.5px) rotate(45deg);
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.5s forwards;
  animation: active-menu-bar03 0.5s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8.5px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8.5px) rotate(0);
  }
  100% {
    transform: translateY(-8.5px) rotate(-45deg);
  }
}
.sp-menu {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  transition: all 0.3s ease;
  top: 0;
  z-index: 10000;
  padding-bottom: 10%;
  overflow-y: scroll;
  opacity: 0;
  pointer-events: none;
}

.sp-menu.open {
  opacity: 1;
  pointer-events: auto;
}

.sp-menu li a {
  color: #fff;
  text-decoration: none !important;
}

.sp-menu li a::before {
  content: "";
}

/*.sp-menu li:nth-child(2),.sp-menu li:nth-child(6){
	margin-bottom: 5%;
}
.sp-menu li:nth-child(n+3):nth-child(-n+4){
		margin-bottom: 9%;
		vertical-align: bottom;
}
.sp-menu li:nth-child(n+7):nth-child(-n+8){
	margin-bottom: 9%;
	vertical-align: bottom;
}*/
.sp-menu li:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .contents {
    width: 100%;
    overflow: hidden;
  }
  .contents img {
    max-width: 100%;
  }
  .wrap {
    width: 90%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap2 {
    width: 90%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .fl-head {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.5);
  }
  .fl-head.off {
    top: -12vw;
  }
  .fl-head .head-wrap {
    width: 90%;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
  .fl-head .head-wrap .head-logo {
    position: absolute;
    top: 3.6vw;
    left: 0;
    width: 22%;
    max-width: none;
  }
  .fl-head .head-wrap .head-logo2 {
    position: relative;
    padding-top: 1.6vw;
    width: 22%;
    max-width: none;
    padding-bottom: 1.6vw;
    margin-left: auto;
    margin-right: auto;
  }
  .bottom-logo {
    width: 33%;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    margin-top: 12vw;
  }
  .link-list {
    width: 33%;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    margin-top: 8vw;
  }
  .link-list li {
    margin-bottom: 3vw;
  }
  .link-list li:last-child {
    margin-bottom: 0;
  }
  .link-list li a {
    line-height: 1;
    border: 1px solid #231815;
    font-size: 3.2vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    display: block;
    width: 100%;
    text-align: center;
  }
  .kanren-list {
    display: block;
    margin-bottom: 9.4vw;
  }
  .kanren-list > li {
    width: 66%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 6.4vw;
    padding-bottom: 0px;
  }
  .kanren-list > li:nth-child(3n) {
    margin-right: auto;
    margin-bottom: 0;
  }
  .kanren-list > li .pic-box {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    width: 100%;
    max-width: none;
  }
  .kanren-list > li .pic-box img {
    margin-bottom: -8vw;
  }
  .kanren-list > li .text-box {
    padding: 2.9vw 4%;
    position: relative;
    z-index: 2;
    background: #fff;
    width: 86%;
  }
  .kanren-list > li .text-box::after {
    position: absolute;
    background: url(../renew/images/owner/yajirushi.svg) no-repeat center center/100%;
    width: 1.8vw;
    height: 4vw;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    content: "";
  }
  .kanren-list > li .text-box .ttl-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .kanren-list > li .text-box .ttl-flex dt {
    font-size: 3.3vw;
    width: 18.6%;
    font-weight: 700;
  }
  .kanren-list > li .text-box .ttl-flex dd {
    font-size: 2.4vw;
    line-height: 1.56;
    width: 80%;
    font-weight: 700;
  }
  .kanren-list > li .text-box .day {
    margin-top: 2.6vw;
    font-size: 2.3vw;
  }
  .link-area {
    margin-top: -16vw;
    padding-top: 16vw;
  }
  .menu-btn {
    cursor: pointer;
    position: absolute;
    top: 5vw;
    right: 0px;
    z-index: 99999;
    display: block;
    height: 60px;
    text-align: center;
  }
  .sp-menu {
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    position: fixed;
    transition: all 0.3s ease;
    top: 0;
    z-index: 999;
    padding-left: 0%;
    padding-top: 15%;
    padding-bottom: 10%;
    overflow-y: scroll;
    opacity: 0;
    pointer-events: none;
  }
  .sp-menu.open {
    opacity: 1;
    pointer-events: auto;
  }
  .contact-btn {
    position: fixed;
    z-index: 10000;
    right: 21vw;
    top: 5vw;
    width: 32vw;
  }
  .contact-btn a {
    font-size: 3.6vw;
    line-height: 1;
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    border: 1px solid #fff;
    padding: 1vw 2vw;
    border-radius: 5vw;
  }
  .contact-btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1vw;
    width: 2vw;
    height: 2vw;
    background: url(../renew/images/common/exsankaku.svg) no-repeat center center/100%;
    transform: translateY(-50%);
  }
}
#newfooter {
  background: #000000;
  padding: 64px 0 13px;
  color: #fff;
}
#newfooter .footer-wrap {
  width: 90%;
  max-width: 1014px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
#newfooter .footer-wrap .footer-left {
  width: 28%;
}
#newfooter .footer-wrap .footer-right {
  width: 63%;
}
#newfooter .footer-wrap .footer-right .foot-subflex {
  display: flex;
  justify-content: space-between;
}
#newfooter .footer-wrap .footer-right .foot-subflex .foot-subbox {
  width: 45%;
}
#newfooter .footer-wrap .footer-right .foot-subflex .foot-subbox .foot-minibox {
  padding-top: 7px;
  padding-bottom: 15px;
  border-top: 1px solid #fff;
}
#newfooter .footer-wrap .footer-right .foot-subflex .foot-subbox .foot-minibox .foot-name {
  font-size: 30px;
  line-height: 1.56;
  font-weight: 700;
}
#newfooter .footer-wrap .footer-right .foot-subflex .foot-subbox .foot-minibox .foot-list {
  display: flex;
  justify-content: space-between;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
#newfooter .footer-wrap .footer-right .foot-subflex .foot-subbox .foot-minibox .foot-list ul {
  width: 48%;
}
#newfooter .footer-wrap .footer-right .foot-subflex .foot-subbox .foot-minibox .foot-list ul.full {
  width: 100%;
}
#newfooter .footer-wrap .footer-right .foot-subflex .foot-subbox .foot-minibox .foot-list ul li a {
  font-size: 12px;
  line-height: 1.56;
  color: #fff;
}
#newfooter .footer-wrap .footer-logo {
  margin-bottom: 18px;
  width: 80%;
  margin-left: 0;
  margin-right: auto;
}
#newfooter .footer-wrap .sns-list {
  margin-left: 12px;
  display: flex;
}
#newfooter .footer-wrap .sns-list li {
  width: 37px;
  margin-right: 35px;
}
#newfooter .footer-wrap .sns-list li:last-child {
  margin-right: 0;
}
#newfooter .footer-wrap .foot-text {
  font-size: 11px;
  line-height: 1.56;
  margin-top: 128px;
}
#newfooter .footer-wrap .foot-btn {
  margin-top: 17px;
}
#newfooter .footer-wrap .foot-btn a {
  border: 1px solid #fff;
  font-size: 20px;
  display: block;
  width: 100%;
  position: relative;
  line-height: 1.56;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff;
  line-height: 1;
}
#newfooter .footer-wrap .foot-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 15px;
  height: 15px;
  background: url(../renew/images/common/sankaku.svg) no-repeat center center/100%;
  transform: translateY(-50%);
}
#newfooter .footer-wrap .footminilist {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid #fff;
  flex-wrap: wrap;
}
#newfooter .footer-wrap .footminilist li {
  display: inline-block;
}
#newfooter .footer-wrap .footminilist li a {
  font-size: 15px;
  line-height: 1.56;
  color: #fff;
}
#newfooter .copy-right {
  font-size: 12px;
  line-height: 1.56;
  margin-top: 98px;
  color: #fff;
  text-align: center;
}

@media (max-width: 900px) {
  #newfooter {
    padding: 8vw 0 2vw;
  }
  #newfooter .footer-wrap {
    width: 90%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #newfooter .footer-wrap .footer-left {
    width: 100%;
  }
  #newfooter .footer-wrap .footer-right {
    width: 100%;
  }
  #newfooter .footer-wrap .footer-right .foot-subflex {
    display: block;
  }
  #newfooter .footer-wrap .footer-right .foot-subflex .foot-subbox {
    width: 100%;
    margin-bottom: 0vw;
  }
  #newfooter .footer-wrap .footer-right .foot-subflex .foot-subbox .foot-minibox {
    padding-top: 2vw;
    padding-bottom: 4vw;
    border-top: 1px solid #fff;
  }
  #newfooter .footer-wrap .footer-right .foot-subflex .foot-subbox .foot-minibox .foot-name {
    font-size: 4.8vw;
    line-height: 1.56;
    font-weight: 700;
  }
  #newfooter .footer-wrap .footer-right .foot-subflex .foot-subbox .foot-minibox .foot-list {
    display: flex;
    justify-content: space-between;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  #newfooter .footer-wrap .footer-right .foot-subflex .foot-subbox .foot-minibox .foot-list ul {
    width: 48%;
  }
  #newfooter .footer-wrap .footer-right .foot-subflex .foot-subbox .foot-minibox .foot-list ul.full {
    width: 100%;
  }
  #newfooter .footer-wrap .footer-right .foot-subflex .foot-subbox .foot-minibox .foot-list ul li a {
    font-size: 3vw;
    line-height: 1.56;
  }
  #newfooter .footer-wrap .footer-logo {
    margin-bottom: 7vw;
    width: 72%;
    margin-left: auto;
    margin-right: auto;
  }
  #newfooter .footer-wrap .sns-list {
    margin-left: 2vw;
    display: flex;
    width: 72%;
    margin-left: auto;
    margin-right: auto;
  }
  #newfooter .footer-wrap .sns-list li {
    width: 8.6vw;
    margin-right: 1.6vw;
  }
  #newfooter .footer-wrap .sns-list li:last-child {
    margin-right: 0;
  }
  #newfooter .footer-wrap .foot-text {
    font-size: 2.8vw;
    line-height: 1.56;
    margin-top: 15vw;
    width: 72%;
    margin-left: auto;
    margin-right: auto;
  }
  #newfooter .footer-wrap .foot-btn {
    margin-top: 4.2vw;
    margin-bottom: 8vw;
    width: 72%;
    margin-left: auto;
    margin-right: auto;
  }
  #newfooter .footer-wrap .foot-btn a {
    border: 1px solid #fff;
    font-size: 5.2vw;
    display: block;
    width: 100%;
    position: relative;
    line-height: 1.56;
    padding: 2.6vw 5.2vw;
    border-radius: 30px;
    color: #fff;
    line-height: 1;
  }
  #newfooter .footer-wrap .foot-btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4.2vw;
    width: 3.8vw;
    height: 3.8vw;
    background: url(../renew/images/common/sankaku.svg) no-repeat center center/100%;
    transform: translateY(-50%);
  }
  #newfooter .footer-wrap .footminilist {
    display: flex;
    justify-content: left;
    justify-content: baseline;
    padding-top: 5.2vw;
    border-top: 1px solid #fff;
  }
  #newfooter .footer-wrap .footminilist li {
    margin-right: 10vw;
    display: inline-block;
    margin-bottom: 2vw;
  }
  #newfooter .footer-wrap .footminilist li:nth-child(2) {
    margin-right: 0;
  }
  #newfooter .footer-wrap .footminilist li:nth-child(4) {
    margin-right: 0;
  }
  #newfooter .footer-wrap .footminilist li a {
    font-size: 5vw;
    line-height: 1.56;
    color: #fff;
  }
  #newfooter .copy-right {
    font-size: 3.2vw;
    line-height: 1.56;
    margin-top: 24.8vw;
    color: #fff;
    text-align: center;
  }
}
.link-flex {
  display: flex;
  justify-content: space-between;
  background: #fff;
}
.link-flex .link-flex-box {
  width: 49.9%;
  padding: 50px 60px 70px;
  background: #000;
  color: #fff;
  box-sizing: border-box;
}
.link-flex .link-flex-box .link-flex-ttl {
  font-size: 70px;
  line-height: 1.56;
  font-weight: 700;
  margin-bottom: 10px;
}
.link-flex .link-flex-box .link-flex-ttl2 {
  font-size: 30px;
  line-height: 1.56;
  font-weight: 700;
  margin-bottom: 10px;
}
.link-flex .link-flex-box .link-flex-text {
  font-size: 12px;
}
.link-flex .link-flex-box .link-flex-btn {
  margin-top: 10px;
}
.link-flex .link-flex-box .link-flex-btn a {
  font-size: 15px;
  padding: 10px 40px;
  background: #fff;
  color: #1B1B1B;
  line-height: 1;
  border-radius: 30px;
  display: inline-block;
}

.show-room {
  padding-top: 16px;
  padding-bottom: 50px;
  background: #f2f2f2;
}
.show-room .shop-list {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1104px;
  margin-left: auto;
  margin-right: auto;
}
.show-room .shop-list li {
  width: 32%;
}
.show-room .shop-list li .pic-box {
  padding-top: 75%;
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}
.show-room .shop-list li .pic-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
}
.show-room .shop-list li .shop-text {
  font-size: 15px;
  line-height: 1.56;
  margin-top: 10px;
  color: #0E0E0E;
  font-weight: 600;
}
.show-room .shop-list li .shop-text a {
  color: #0E0E0E;
}
.show-room .shop-ttl {
  font-size: 70px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .link-flex {
    display: block;
    background: #fff;
  }
  .link-flex .link-flex-box {
    width: 100%;
    padding: 5.8vw 5.2vw 5.8vw;
    box-sizing: border-box;
    margin-bottom: 3vw;
  }
  .link-flex .link-flex-box:last-child {
    margin-bottom: 0;
  }
  .link-flex .link-flex-box .link-flex-ttl {
    font-size: 12vw;
    line-height: 1;
    margin-bottom: 3vw;
    text-align: center;
  }
  .link-flex .link-flex-box .link-flex-ttl2 {
    font-size: 7vw;
    font-weight: 500;
    text-align: center;
  }
  .link-flex .link-flex-box .link-flex-text {
    font-size: 3vw;
    line-height: 1.5;
    margin-bottom: 4vw;
  }
  .link-flex .link-flex-box .link-flex-btn {
    margin-top: 2vw;
    text-align: center;
  }
  .link-flex .link-flex-box .link-flex-btn a {
    font-size: 3.7vw;
    padding: 2.6vw 9vw;
    line-height: 1;
    border-radius: 5.2vw;
    display: inline-block;
  }
  .show-room {
    padding-top: 9.2vw;
    padding-bottom: 4.8vw;
  }
  .show-room .shop-list {
    display: block;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
  .show-room .shop-list li {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
    margin-bottom: 0vw;
    padding-top: 7vw;
    padding-bottom: 7vw;
    border-bottom: 1px solid #000;
  }
  .show-room .shop-list li:last-child {
    border-bottom: none;
  }
  .show-room .shop-list li .pic-box {
    padding-top: 63vw;
    position: relative;
    margin-bottom: 5.8vw;
    overflow: hidden;
  }
  .show-room .shop-list li .pic-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: none;
  }
  .show-room .shop-list li .shop-text {
    font-size: 4.4vw;
    text-align: center;
    line-height: 1.56;
    margin-top: 2.6vw;
    color: #0E0E0E;
  }
  .show-room .shop-list li .shop-text a {
    color: #0E0E0E;
  }
  .show-room .shop-ttl {
    font-size: 11.8vw;
    text-align: center;
    margin-bottom: 2.2vw;
    font-weight: 700;
    line-height: 1;
  }
}
@media (max-width: 900px) {
  .sp-menu .list-1 li {
    margin-bottom: 8vw;
    text-align: center;
  }
  .sp-menu .list-1 li .text1 {
    font-size: 7.5vw;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 2vw;
  }
  .sp-menu .list-1 li .text2 {
    font-size: 3vw;
    line-height: 1;
  }
  .sp-menu .jm-box {
    background: url(../renew/images/top/jim-bg.jpg) no-repeat center center/cover;
    display: flex;
    align-items: center;
    padding-left: 1vw;
    padding-right: 1vw;
    width: 74%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7vw;
    border-radius: 2vw;
  }
  .sp-menu .jm-box .car-img {
    width: 58%;
    margin-right: 2%;
  }
  .sp-menu .jm-box .car-img img {
    width: 100%;
    margin-top: -4vw;
    margin-bottom: -5vw;
  }
  .sp-menu .jm-box .jm-text {
    width: 60%;
  }
  .sp-menu .jm-box .jm-text p {
    font-size: 3vw;
    line-height: 1.2;
    color: #fff;
  }
  .sp-menu .sty-box {
    background: url(../renew/images/top/style-bg.jpg) no-repeat center center/cover;
    display: flex;
    align-items: center;
    padding-left: 1vw;
    padding-right: 1vw;
    width: 74%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 11vw;
    border-radius: 2vw;
  }
  .sp-menu .sty-box .car-img {
    width: 32%;
    margin-right: 18%;
  }
  .sp-menu .sty-box .car-img img {
    width: 100%;
    margin-top: -3vw;
  }
  .sp-menu .sty-box .sty-logo {
    width: 28%;
  }
  .sp-menu .sty-box .sty-logo img {
    width: 100%;
    display: block;
  }
  .head-minibox {
    padding: 2.5vw 6.5vw;
    border-top: 1px solid #fff;
  }
  .head-minibox .head-name {
    font-size: 6.2vw;
    line-height: 1.56;
    font-weight: 700;
    margin-bottom: 2vw;
    color: #fff;
  }
  .head-minibox .headlist {
    display: flex;
    justify-content: space-between;
  }
  .head-minibox .headlist ul {
    width: 48%;
  }
  .head-minibox .headlist ul.full {
    width: 100%;
  }
  .head-minibox .headlist ul li {
    padding-left: 1em;
  }
  .head-minibox .headlist ul li a {
    font-size: 3vw;
    line-height: 1;
  }
  .headbottom-list {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #fff;
  }
  .headbottom-list li {
    border-top: 1px solid #fff;
    width: 50%;
    box-sizing: border-box;
    padding: 4.7vw 3.8vw;
    color: #fff;
    font-weight: 700;
    font-size: 3.3vw;
  }
  .headbottom-list li:nth-child(odd) {
    border-right: 1px solid #fff;
  }
}
.load-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../renew/images/common/load-bg.jpg) no-repeat 73% 57%/112vw;
  z-index: 10002;
  transition: opacity 0.5s ease-out;
}

@media (max-width: 900px) {
  .load-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(../renew/images/common/load-bg.jpg) no-repeat 39% 57%/cover;
    z-index: 10002;
    transition: opacity 0.5s ease-out;
  }
}
.load-bg2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #363636;
  z-index: 10001;
  transition: opacity 0.5s ease-out;
}

.load-bg.fade-out {
  opacity: 0;
  pointer-events: none;
}

.load-bg2.fade-out {
  opacity: 0;
  pointer-events: none;
}

.load-text {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10003;
  transition: opacity 0.5s ease-out;
}

.load-text.fade-out {
  opacity: 0;
  pointer-events: none;
}

.mainjp-ttl {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  margin-bottom: 8px;
  font-weight: 500;
}

.mainen-ttl {
  font-size: 100px;
  line-height: 1;
  color: #fff;
  margin-bottom: 40px;
}

.mainjp-copy {
  font-size: 30px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 18px;
}

.subjp-copy {
  font-size: 17px;
  color: #fff;
  line-height: 2.3;
}

@media (max-width: 900px) {
  .mainjp-ttl {
    font-size: 3vw;
    line-height: 1;
    margin-bottom: 1vw;
  }
  .mainen-ttl {
    font-size: 12vw;
    line-height: 1;
    margin-bottom: 12vw;
  }
  .mainjp-copy {
    font-size: 7.4vw;
    line-height: 1.5;
    margin-bottom: 9vw;
  }
  .subjp-copy {
    font-size: 3.3vw;
    line-height: 2.07;
  }
}
/*# sourceMappingURL=style.css.map */