@charset "utf-8";
/*---------------------------------------------
	body
---------------------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}
body {
  width: 100%;
  font-size: 1.6rem;
  color: #000;
  line-height: 2.2;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Serif JP', serif;
  overflow: hidden;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
}
body * {
  box-sizing: border-box;
}
.overlay {
  opacity: 0;
  transition: all 2.0s; /* 背景色の変化をアニメーション化 */
}
.overlay.loaded {
  opacity: 1;
}
.sans {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
.shippori {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.cinzel {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
img {
  width: 100%;
  height: auto;
  border-style: none;
}
*:focus {
  outline: none;
}
.red {
  color: #ff0033;
}
/*---------------------------------------------
	Anchor
---------------------------------------------*/
a {
  outline: none;
}
a:link {
  color: #211815;
  text-decoration: none;
}
a:visited {
  color: #211815;
  text-decoration: none;
}
a:hover {
  color: #90278c;
  text-decoration: none;
}
a:active {
  color: #90278c;
  text-decoration: none;
}
a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
p {
  margin-bottom: 1em;
}
.only_pc_none {
  display: none;
}
.only_sp_none {
  display: block;
}
.sp_br {
  display: none;
}
.br_480 {
  display: none;
}
.br_420 {
  display: none;
}
.br_480_over {
  display: inline;
}
.sp_480_over {
  display: block;
}
.sp_480_under {
  display: none;
}
.sp_contact {
  display: none;
}
#anc_concept, #anc_location, #anc_map, #anc_detail {
  padding-top: 80px;
  margin-top: -90px;
  pointer-events: none;
  display: block;
}
/*---------------------------------------------
 ** ON OFF hover
---------------------------------------------*/
.hover {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.hover:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}
/*---------------------------------------------
 ** 共通
---------------------------------------------*/
.scroll-up.done, .scroll-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}
.load-fade {
  opacity: 0;
  transition: all 4s /*処理にかかる時間*/
  ;
}
.load-up {
  opacity: 0;
  transform: translateY(30px) /*スクロールアップする距離*/
  ;
  transition: all 4s /*処理にかかる時間*/
  ;
}
.load-up.done, .load-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}
.btn {
  height: 40px;
  line-height: 40px;
  text-align: center;
  outline: none;
}
.btn a {
  display: inline-block;
  background: #013b64;
  color: #fff;
  padding: 0 5%;
  box-sizing: border-box;
}
.btn a i.fa-file-alt {
  font-size: 280%;
  vertical-align: -1px;
  padding-right: 2px;
}
.btn a:hover {
  background: #33719d;
}
.btn_tri {
  height: 65px;
  line-height: 65px;
  text-align: center;
  outline: none;
  font-size: 110%;
}
.btn_tri a {
  display: inline-block;
  background: #013b64;
  color: #fff;
  padding: 0 3%;
  box-sizing: border-box;
  border-radius: 8px;
}
.btn_tri a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  padding-right: 8px;
}
.btn_tri a:hover {
  background: #33719d;
}
#side_btn {
  width: 58px;
  position: absolute;
  right: 18px;
  top: 170px;
  line-height: 1.4;
  z-index: 99;
  transition: all 0.5s;
}
.header_fixed #side_btn {
  position: fixed;
}
#side_btn a:nth-of-type(1) {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-align: center;
  letter-spacing: 0.5rem;
  display: block;
  padding: 35px 20px;
  font-size: 160%;
  transition: all 0.5s;
  background: #ffa6dc !important;
  margin-bottom: 20px;
  color: #000;
}
#side_btn a:nth-of-type(2) {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-align: center;
  letter-spacing: 0.5rem;
  display: block;
  padding: 35px 20px;
  font-size: 160%;
  transition: all 0.5s;
  background: #69cdff;
  color: #000;
}
#side_btn a:nth-of-type(1):hover, #side_btn a:nth-of-type(2):hover {
  padding: 60px 20px;
  opacity: 0.9;
  color: #000;
}
@media screen and (max-width: 1200px) {
  #side_btn {
    width: 50px;
    right: 11px;
  }
  #side_btn a:nth-of-type(1), #side_btn a:nth-of-type(2) {
    padding: 30px 15px;
    font-size: 140%;
  }
  #side_btn a:nth-of-type(1):hover, #side_btn a:nth-of-type(2):hover {
    padding: 60px 15px;
  }
}
.white_slide {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.white_slide img {
  opacity: 0;
}
.white_slide.white_slide_on img {
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: -1;
  opacity: 0;
  animation: apper_img 2s forwards;
  animation-delay: 0;
}
#newstage .white_slide.white_slide_on img {
  width: 90%;
}
.white_slide.white_slide_on::before {
  animation: apper_left 2s forwards;
  background: #fff;
  bottom: 0;
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0px;
  right: 0;
  top: 0;
  z-index: 1;
  animation-delay: 0;
  transform: translateX(100%);
}
.model_img .white_slide.white_slide_on::before {
  background: #bac9d1;
}
@keyframes apper_img {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes apper_right {
  40% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes apper_left {
  40% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
/* ジャンプする動き */
.jump {
  opacity: 0;
}
.jump_on {
  animation: poyoyon 1s ease-in-out 1 forwards;
  animation-delay: 0;
}
@keyframes poyoyon {
  0% {
    transform: scale(0.5, 0.5) translate(0, 0);
  }
  15% {
    transform: scale(0.7, 0.7) translate(0, 8px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 12px);
  }
  50% {
    transform: scale(0.98, 1.05) translate(0, -12px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 8px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
/* テキスト1文字ずつフェードイン */
.textup_anime {
  margin-bottom: 0;
  background: none !important;
  line-height: 1.3;
  letter-spacing: 0.2rem;
}
.textup_anime > div {
  opacity: 0;
}
.textup_anime_on > div {
  opacity: 1;
}
.textup_anime div p {
  display: inline-block;
  transform-origin: center center;
  transform: translate3d(0, 100px, 0);
  margin-bottom: 0 !important;
}
.textup_anime div p span {
  transform-origin: center center;
  transform: scale3d(0.1, 0.1, 1);
  opacity: 0;
  font-size: 100% !important;
}
.textup_anime_on p:nth-child(1) {
  transition: transform 0.8s ease 0.1s;
}
.textup_anime_on p:nth-child(1) span {
  transition: transform 0.8s ease 0.1s, opacity 0.8s ease 0.1s;
}
.textup_anime_on p:nth-child(2) {
  transition: transform 0.8s ease 0.2s;
}
.textup_anime_on p:nth-child(2) span {
  transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s;
}
.textup_anime_on p:nth-child(3) {
  transition: transform 0.8s ease 0.3s;
}
.textup_anime_on p:nth-child(3) span {
  transition: transform 0.8s ease 0.3s, opacity 0.8s ease 0.3s;
}
.textup_anime_on p:nth-child(4) {
  transition: transform 0.8s ease 0.4s;
}
.textup_anime_on p:nth-child(4) span {
  transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
}
.textup_anime_on p:nth-child(5) {
  transition: transform 0.8s ease 0.5s;
}
.textup_anime_on p:nth-child(5) span {
  transition: transform 0.8s ease 0.5s, opacity 0.8s ease 0.5s;
}
.textup_anime_on p:nth-child(6) {
  transition: transform 0.8s ease 0.6s;
}
.textup_anime_on p:nth-child(6) span {
  transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
}
.textup_anime_on p:nth-child(7) {
  transition: transform 0.8s ease 0.7s;
}
.textup_anime_on p:nth-child(7) span {
  transition: transform 0.8s ease 0.7s, opacity 0.8s ease 0.7s;
}
.textup_anime_on p:nth-child(8) {
  transition: transform 0.8s ease 0.8s;
}
.textup_anime_on p:nth-child(8) span {
  transition: transform 0.8s ease 0.8s, opacity 0.8s ease 0.8s;
}
.textup_anime_on p:nth-child(9) {
  transition: transform 0.8s ease 0.9s;
}
.textup_anime_on p:nth-child(9) span {
  transition: transform 0.8s ease 0.9s, opacity 0.8s ease 0.9s;
}
.textup_anime_on p:nth-child(10) {
  transition: transform 0.8s ease 1.0s;
}
.textup_anime_on p:nth-child(10) span {
  transition: transform 0.8s ease 1.0s, opacity 0.8s ease 0.6s;
}
.textup_anime_on p:nth-child(11) {
  transition: transform 0.8s ease 1.1s;
}
.textup_anime_on p:nth-child(11) span {
  transition: transform 0.8s ease 1.1s, opacity 0.8s ease 0.7s;
}
.textup_anime_on p:nth-child(12) {
  transition: transform 0.8s ease 1.2s;
}
.textup_anime_on p:nth-child(12) span {
  transition: transform 0.8s ease 1.2s, opacity 0.8s ease 0.8s;
}
.textup_anime_on p:nth-child(13) {
  transition: transform 0.8s ease 1.3s;
}
.textup_anime_on p:nth-child(13) span {
  transition: transform 0.8s ease 1.3s, opacity 0.8s ease 0.9s;
}
.textup_anime_on p:nth-child(14) {
  transition: transform 0.8s ease 1.5s;
}
.textup_anime_on p:nth-child(14) span {
  transition: transform 0.8s ease 1.5s, opacity 0.8s ease 1.0s;
}
.textup_anime_on p {
  transform: translate3d(0, 0, 0) !important;
}
.textup_anime_on p span {
  display: block !important;
  transform: scale3d(1, 1, 1) !important;
  opacity: 1 !important;
}
.textup_anime p {
  display: inline-block;
  transform-origin: center center;
  transform: translate3d(0, 40px, 0);
  margin-bottom: 0 !important;
}
.textup_anime p span {
  transform-origin: center center;
  transform: scale3d(0.1, 0.1, 1);
  opacity: 0;
  font-size: 100% !important;
}
.textup_anime_on p:nth-child(1) {
  transition: transform 0.8s ease 0.1s;
}
.textup_anime_on p:nth-child(1) span {
  transition: transform 0.8s ease 0.1s, opacity 0.8s ease 0.1s;
}
.textup_anime_on p:nth-child(2) {
  transition: transform 0.8s ease 0.2s;
}
.textup_anime_on p:nth-child(2) span {
  transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s;
}
.textup_anime_on p:nth-child(3) {
  transition: transform 0.8s ease 0.3s;
}
.textup_anime_on p:nth-child(3) span {
  transition: transform 0.8s ease 0.3s, opacity 0.8s ease 0.3s;
}
.textup_anime_on p:nth-child(4) {
  transition: transform 0.8s ease 0.4s;
}
.textup_anime_on p:nth-child(4) span {
  transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
}
.textup_anime_on p:nth-child(5) {
  transition: transform 0.8s ease 0.5s;
}
.textup_anime_on p:nth-child(5) span {
  transition: transform 0.8s ease 0.5s, opacity 0.8s ease 0.5s;
}
.textup_anime_on p:nth-child(6) {
  transition: transform 0.8s ease 0.6s;
}
.textup_anime_on p:nth-child(6) span {
  transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
}
.textup_anime_on p:nth-child(7) {
  transition: transform 0.8s ease 0.7s;
}
.textup_anime_on p:nth-child(7) span {
  transition: transform 0.8s ease 0.7s, opacity 0.8s ease 0.7s;
}
.textup_anime_on p:nth-child(8) {
  transition: transform 0.8s ease 0.8s;
}
.textup_anime_on p:nth-child(8) span {
  transition: transform 0.8s ease 0.8s, opacity 0.8s ease 0.8s;
}
.textup_anime_on p:nth-child(9) {
  transition: transform 0.8s ease 0.9s;
}
.textup_anime_on p:nth-child(9) span {
  transition: transform 0.8s ease 0.9s, opacity 0.8s ease 0.9s;
}
.textup_anime_on p:nth-child(10) {
  transition: transform 0.8s ease 1s;
}
.textup_anime_on p:nth-child(10) span {
  transition: transform 0.8s ease 1s, opacity 0.8s ease 1s;
}
.textup_anime_on p:nth-child(11) {
  transition: transform 0.8s ease 1.1s;
}
.textup_anime_on p:nth-child(11) span {
  transition: transform 0.8s ease 1.1s, opacity 0.8s ease 1.1s;
}
.textup_anime_on > p {
  transform: translate3d(0, 0, 0) !important;
}
.textup_anime_on > p span {
  display: block !important;
  transform: scale3d(1, 1, 1) !important;
  opacity: 1 !important;
}
header {
  width: 100%;
  z-index: 3;
  position: absolute;
  top: 0;
  background: #fff;
}
.header_fixed {
  height: 100px;
  position: fixed;
  background: #ffffffeb;
  animation-name: header-animation;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  box-shadow: 0 0px 5px #bbb;
}
@keyframes header-animation {
  from {
    opacity: 0;
    transform: translateY(-200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#header_in {
  width: 95%;
  height: 140px;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  transition: all 0.3s;
}
#header_in_sp {
  display: none;
}
#header_in h1 {
  width: 350px;
  padding-top: 10px;
}
.header_fixed #header_in {
  height: 110px;
}
.header_fixed #header_in h1 {
  width: 270px;
  padding-top: 10px;
}
header #nav_pc {
  width: calc(100% - 360px);
  margin-top: 46px;
}
header #nav_pc > div {
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
  justify-content: space-around;
  position: relative;
}
header #nav_pc > div > ul {
  display: flex;
  box-sizing: border-box;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
  justify-content: space-between;
}
header #nav_pc > div > ul > li {
  position: relative;
  display: block;
  text-align: center;
}
header #nav_pc > div > ul > li a {
  padding: 5px 35px 5px;
  box-sizing: border-box;
  display: block;
  white-space: nowrap;
  position: relative;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1rem;
}
header #nav_pc > div > ul > li:last-child a {
  background: #185fad;
  color: #fff !important;
  padding: 5px 20px 7px;
  margin-left: 20px;
  border-radius: 30px;
}
header #nav_pc > div > ul > li:last-child a:hover {
  background: #883890;
}
header #nav_pc > div > ul > li:before {
  content: '';
  width: 1px;
  height: 15px;
  background: #211815;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
header #nav_pc > div > ul > li:last-child:before {
  display: none;
}
header #nav_pc > div > ul > li:first-child:after {
  content: '';
  width: 1px;
  height: 15px;
  background: #211815;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#nav_pc #global_nav ul {
  display: none;
  position: absolute;
  top: 60px;
}
#nav_pc #global_nav ul li {
  width: 100%;
  margin: 0 0;
}
header #nav_pc div div {
  width: 220px;
  color: #fff !important;
  box-sizing: border-box;
  padding: 8px 0;
  text-align: center;
  margin-top: 18px;
  position: absolute;
  top: -50px;
  right: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#nav_pc li {
  position: relative;
}
header #nav_pc li a:hover {
  color: #211815 !important;
}
header #nav_pc div div a::after {
  content: '';
  display: inline-block;
  left: 3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #211815;
  border-right: 1px solid #211815;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto 0 auto auto;
}
header #nav_pc > div > div > a:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#header_in > img {
  width: 260px;
  position: absolute;
  top: 12px;
  right: 190px;
}
.slide-line {
  position: absolute;
  width: 0;
  bottom: -10px;
  height: 4px;
  background-color: #27bced;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  pointer-events: none;
}
#nav_pc li:hover .slide-line {
  margin-left: -35px;
}
header #nav_pc > div > ul > li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  right: 0;
  left: 0;
  height: 4px;
  background-color: #a12d3a;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  pointer-events: none;
}
.sub_nav {
  width: 300px;
  position: absolute;
  right: 130px;
  top: 0;
  display: flex;
  justify-content: right;
  align-items: flex-start;
  font-size: 80%;
}
.sub_nav li {
  width: 40%;
  margin-left: 5%;
  padding-right: 20px;
  text-align: right;
}
.sub_nav li a {
  display: inline-block;
  position: relative;
  line-height: 1.0;
}
.sub_nav li a:before {
  content: '';
  top: 3px;
  right: -15px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  vertical-align: middle;
  transition: all 0.5s;
}
.sub_nav li a:hover:before {
  right: -20px;
  border-top: 1px solid #90278c;
  border-right: 1px solid #90278c;
}
.mm-page {
  width: 100%;
  /*  overflow: hidden;*/
}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1000px) {
  .header_fixed #header_in {
    height: 140px;
  }
  .header_fixed {
    height: 140px;
  }
}
/*---------------------------------------------
 ** トップページ
---------------------------------------------*/
#main {
  z-index: 2;
  height: calc(100vh - 160px);
  position: relative;
}
#main_catch {
  width: 70%;
  max-width: 750px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
  margin-top: 180px;
}
#main_catch {
  mix-blend-mode: screen !important;
}
#main_icon {
  width: 22%;
  display: block;
  position: absolute;
  bottom: -13%;
  left: 6%;
  animation: rotateAnimation 2s ease-out forwards; /* 5秒かけて10回回転 */
}
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1800deg); /* 10回回転するために3600度まで回転 */
  }
}
#main .slide {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
/* 追記 */
.slide_sp, .slide_tab {
  display: none !important;
}
#main, #main .slide {
  height: 47.62vw;
}
#main .slide .item img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.slide .item img {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
    /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 15s linear 0s normal both;
}
#spe_ban {
  width: 25%;
  max-width: 400px;
  position: absolute;
  bottom: 0;
  right: 3%;
}
#spe_ban_sp {
  display: none;
}
.top_life_img01 {
  width: 35%;
  position: absolute;
  bottom: 50px;
  left: -20px;
}
.top_life_img02 {
  width: 28%;
  position: absolute;
  top: 100px;
  right: 50px;
}
.top_life_img03 {
  width: 13%;
  position: absolute;
  bottom: -60px;
  right: 10px;
}
.top_life_img04 {
  width: 16%;
  position: absolute;
  bottom: 0;
  left: 14%;
}
#top_new_life {
  position: relative;
}
@media screen and (max-width: 1100px) {
  #main, #main .slide {
    height: 54vw;
  }
}
@media screen and (max-width: 800px) {
  #main, #main .slide {
    height: 56.6vw;
  }
}
/* 追記 */
@media screen and (max-width: 767px) {
  .slide_pc {
    display: none !important;
  }
  .slide_tab {
    display: none !important;
  }
  .slide_sp {
    display: block !important;
  }
#main, #main .slide {
  height: 100vh;
  height: 100svh;
}
  #main .slide img {
    object-fit: cover;
  }
}
body#home #content {
  background: #fff;
  position: relative;
  z-index: 3;
}
#top_new_life {
  background: #27bced;
  padding: 6% 0;
}
#top_new_life > div {
  width: 90%;
  max-width: 1580px;
  margin: 0 auto;
  position: relative;
}
#top_new_life > div h2 {
  width: 500px;
  margin: 0 auto 4%;
  font-size: 500%;
}
.top_new_life_text p {
  text-align: center;
  font-size: 100%;
  margin-bottom: 40px;
  letter-spacing: 0.3rem;
}
#top_info {
  padding: 8% 0;
  text-align: center;
}
#top_info .yokoku {
  width: 95%;
  max-width: 650px;
  border: 1px solid #584096;
  color: #584096;
  padding: 15px 3%;
  display: inline-block;
  margin: 0 auto 8%;
  font-size: 80%;
  line-height: 1.6;
}
#top_info .yokoku p {
  margin-bottom: 0;
}
#top_info .yokoku span {
  display: block;
  margin-bottom: 1%;
  font-size: 110%;
  letter-spacing: 0.3rem;
}
.top_section h2 {
  display: block;
  position: relative;
  margin: 0 auto 3%;
}
.top_section h2::before {
  content: '';
  width: 70px;
  height: 1px;
  background: #000d1c;
  display: block;
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.top_section h2 div {
  font-size: 200%;
  letter-spacing: 0.4rem;
}
.top_section h2 span {
  font-size: 80%;
}
.entry_start {
  font-size: 260%;
  letter-spacing: 0.5rem;
  margin-bottom: 1%;
}
a.btn_request {
  display: inline-block;
  padding: 10px 20px;
  min-width: 250px;
  text-align: center;
  color: #000 !important;
  background: #ffa6dc;
  position: relative;
  transition: all 0.5s;
}
a.btn_request:hover {
  background: #ffc3e7;
  min-width: 280px;
}
a.btn_request::after {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  box-sizing: border-box;
  border: 7px solid transparent;
  border-left: 10px solid #000;
  transition: all 0.5s;
}
a.btn_request:hover::after {
  right: 5px;
}
#top_btn div {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  position: relative;
  border-bottom: 6px solid #fff;
  column-gap: 0.5%;
}
#top_btn div > div {
  width: 65.2%;
  overflow: hidden;
  z-index: 1;
}
#top_btn div > div:has(> a:hover) {
  z-index: 2;
}
#top_btn div > div a {
  width: 100%;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s;
}
#top_btn div > div a:hover {
  z-index: 2;
  opacity: 0.8;
}
#top_btn div a img {
  width: 20%;
  max-width: 200px;
  min-width: 160px;
  display: block;
  transition: all 0.5s;
}
#top_btn div a:hover img {
  transform: scale(1.2);
}
#top_btn #top_btn_about a {
  background: url(../img/top_ban01.jpg) no-repeat right top;
  background-size: cover;
}
#top_btn #top_btn_location a {
  background: url(../img/top_ban02.jpg) no-repeat left top;
  background-size: cover;
}
#top_btn #top_btn_life a {
  background: url(../img/top_ban03.jpg) no-repeat right top;
  background-size: cover;
}
#top_btn #top_btn_plan a {
  background: url(../img/top_ban04.jpg) no-repeat left top;
  background-size: cover;
}
#top_btn #top_btn_model a {
  background: url(../img/top_ban05.jpg) no-repeat left top;
  background-size: cover;
}
@media screen and (max-width: 1420px) {
  #top_btn div > div a {
    height: 500px;
  }
}
@media screen and (max-width: 1200px) {
  #top_btn div {
    border-bottom: 3px solid #fff;
  }
  #top_btn div > div a {
    height: 400px;
  }
}
@media screen and (max-width: 950px) {
  #top_btn div {
    border-bottom: 3px solid #fff;
  }
  #top_btn div > div a {
    height: 300px;
  }
}
footer {
  z-index: 1;
  position: relative;
  background: #27bced;
}
#footer01 {
  background: #fff;
  padding: 4% 0 4%;
  position: relative;
}
#collaboration #footer01 {
  padding-top: 8%;
}
#footer01 > div:nth-child(1) {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#footer01 > div p:first-child {
  font-size: 110%;
  letter-spacing: 0.1rem;
  line-height: 1.6;
}
#footer01 > div a {
  width: 60%;
  max-width: 450px;
  display: block;
  margin: 2% auto 3%;
}
#footer02 > div:nth-child(1) {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
#footer02 > div:nth-child(1) a {
  width: 170px;
  display: block;
  margin: 5% auto 2%;
}
#footer_fixed {
  display: none;
}
#copy {
  transform: scale(0.8);
  text-align: center;
  font-size: 80%;
  padding: 8px 0;
  margin: 0 0 0;
  color: #fff;
}
#pageTop {
  position: absolute;
  top: 18%;
  right: 5%;
  z-index: 1;
}
#pageTop a {
  display: block;
  width: 45px !important;
  height: 45px !important;
  background: url(../img/page_top.png) no-repeat;
  background-size: 100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.5;
}
/*---------------------------------------------
 ** 下層ページ
---------------------------------------------*/
#main_lower {
  width: 90%;
  max-width: 1200px;
  height: 460px;
  margin: 150px auto 0;
  z-index: 2;
  padding-left: 450px;
  font-size: 300%;
  display: flex;
  align-items: center;
  line-height: 1.6;
}
#home #main_lower {
  margin: 50px auto 0;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
}
body:not(#home) #content {
  margin-top: -25px;
  background: #fff;
  position: relative;
  z-index: 3;
}
#about #main_lower {
  background: url(../img/about/main_img.png) no-repeat center left;
  background-size: 400px auto;
}
#location #main_lower {
  background: url(../img/location/main_img.png) no-repeat center left;
  background-size: 400px auto;
}
#life #main_lower {
  background: url(../img/life/main_img.png) no-repeat center left;
  background-size: 400px auto;
}
#plan #main_lower {
  background: url(../img/plan/main_img.png) no-repeat center left;
  background-size: 400px auto;
}
#outline #main_lower {
  padding-left: 0;
}
#about_line {
  width: 90%;
  max-width: 1400px;
  height: 1620px;
  margin: 0 auto;
  position: relative;
  background: url(../img/about/line.png) no-repeat top 10px left 77% #fff;
  background-size: auto 85%;
}
.about_data {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: self-start;
}
.about_data01 {
  flex-direction: row-reverse;
  position: absolute;
  top: 2%;
  left: 0;
  right: 0;
}
.about_data01 > img {
  width: 42%;
}
.about_data01 > div {
  width: 38%;
  position: relative;
}
.about_data01 > div::after {
  content: '';
  width: 180px;
  height: 250px;
  background: url(../img/about/about_img02.png) no-repeat bottom right;
  background-size: 100% auto;
  display: block;
  position: absolute;
  bottom: -100px;
  right: -10px;
}
.about_data01 > div > img {
  width: 140px;
  position: absolute;
  top: 0;
  left: -130px;
}
.about_data02 {
  justify-content: space-between;
  position: absolute;
  top: 32%;
  left: 0;
  right: 0;
}
.about_data02 > img {
  width: 42%;
}
.about_data02 > div {
  width: 27%;
  position: relative;
  margin-left: 9%
}
.about_data02 > div > img {
  width: 140px;
  position: absolute;
  top: 0;
  right: -130px;
}
.about_data03 {
  width: 100%;
  max-width: 1200px;
  flex-direction: row-reverse;
  position: absolute;
  top: 56%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.about_data03 > img {
  width: 42%;
}
.about_data03 > div {
  width: 39%;
  position: relative;
}
.about_data03 > div > img {
  width: 140px;
  position: absolute;
  top: 0;
  left: -130px;
}
.about_data04 {
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.about_data04 > img {
  width: 52%;
}
.about_data04 > div {
  width: 27%;
  position: relative;
  margin-left: 8%
}
.about_data04 > div > img {
  width: 140px;
  position: absolute;
  top: 0;
  right: -130px;
}
.about_icon_on {
  animation: rotateAnimation2 2s ease-out forwards;
}
@keyframes rotateAnimation2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(900deg);
  }
}
.about_data h3 {
  font-size: 290%;
  line-height: 1.4;
  margin-bottom: 3%;
  letter-spacing: 0.05rem;
}
.about_data h3 span {
  font-weight: 600;
}
.about_data01 h3 {
  color: #185fad;
}
.about_data02 h3 {
  color: #584096;
  text-align: right;
  padding-right: 3%;
}
.about_data03 h3 {
  color: #883890;
}
.about_data04 h3 {
  color: #27bced;
  text-align: right;
  padding-right: 3%;
}
.about_data ul li {
  background: url(../img/about/icon01.png) no-repeat left center;
  background-size: 20px auto;
  padding: 5px 0 5px 30px;
  line-height: 1.4;
  margin-bottom: 2%;
  font-size: 90%;
  letter-spacing: -0.01rem;
}
@media screen and (max-width: 1460px) {
  #about_line {
    background: url(../img/about/line.png) no-repeat top 10px left 80%;
    background-size: auto 85%;
  }
}
@media screen and (max-width: 1400px) {
  #about_line {
    background: url(../img/about/line.png) no-repeat top 10px left 85%;
    background-size: auto 85%;
  }
}
@media screen and (max-width: 1320px) {
  #about_line {
    background: url(../img/about/line.png) no-repeat top 10px left 90%;
    background-size: auto 85%;
  }
}
@media screen and (max-width: 1250px) {
  #about_line {
    background: url(../img/about/line.png) no-repeat top 10px left 96%;
    background-size: auto 86%;
  }
}
@media screen and (max-width: 1250px) {
  .about_data h3 {
    font-size: 250%;
  }
  .about_data01 > div::after {
    width: 170px;
    bottom: -220px;
    right: 80px;
  }
}
@media screen and (max-width: 1250px) {
  #about_line {
    height: 1560px;
  }
  .about_data h3 {
    font-size: 250%;
  }
  .about_data01 > div::after {
    width: 140px;
    bottom: -130px;
    right: -30px;
  }
  .about_data02 > div {
    width: 32%;
    position: relative;
    margin-left: 0;
  }
  .about_data03 > div {
    width: 36%;
  }
}
@media screen and (max-width: 1400px) {
  #main_lower {
    height: 400px;
    padding-left: 370px;
    font-size: 220%;
    box-sizing: border-box;
    margin-top: 120px;
  }
  body:not(#home) #content {
    margin-top: -40px;
  }
  #about #main_lower {
    background: url(../img/about/main_img.png) no-repeat center left;
    background-size: 330px auto;
  }
  #location #main_lower {
    background: url(../img/location/main_img.png) no-repeat center left;
    background-size: 330px auto;
  }
  #life #main_lower {
    background: url(../img/life/main_img.png) no-repeat center left;
    background-size: 330px auto;
  }
  #plan #main_lower {
    background: url(../img/plan/main_img.png) no-repeat center left;
    background-size: 330px auto;
  }
  #collaboration #main_lower {
    margin-top: 150px !important;
  }
  .about_data04 > div {
    width: 29%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 1100px) {
  #about_line {
    height: 1465px;
  }
  .about_data04 > div {
    width: 32%;
    margin-left: 1%;
  }
}
@media screen and (max-width: 1050px) {
  #about_line {
    height: 1395px;
  }
}
@media screen and (max-width: 1000px) {
  #about_line {
    height: 1300px;
  }
}
@media screen and (max-width: 950px) {
  #about_line {
    height: 1240px;
  }
}
#loca_map > div {
  background: url(../img/location/loca_map_access_bg.jpg) no-repeat center center;
  padding: 10px 0 0;
  text-align: center;
  margin-bottom: 5%;
}
#loca_map > div img {
  width: 75%;
  max-width: 600px;
  margin: 0 auto;
}
#location .read {
  text-align: center;
  padding-top: 1%;
}
#loca_hazard {
  width: 90%;
  max-width: 1200px;
  margin: 5% auto;
  background: #ece2da;
  padding: 3% 0 2.5%;
}
#loca_hazard > dl {
  width: 90%;
  max-width: 660px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#loca_hazard > dl dt {
  width: 44%;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  padding: 4.5% 3.5%;
  font-size: 90%;
  line-height: 2.2;
}
#loca_hazard > dl dd {
  width: 50%;
}
#loca_place {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#loca_place > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 5%;
}
#loca_place .place01 {
  flex-direction: row-reverse;
}
#loca_place .white_slide {
  width: calc(95% - 410px) !important;
}
.loca_place_text {
  width: 410px;
  padding-top: 2%;
}
.loca_place_text h3 {
  font-size: 180%;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3%;
  letter-spacing: 0;
}
.loca_place_text_time {
  font-size: 180%;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.6;
  letter-spacing: 0.3rem;
}
.loca_place_text_time strong {
  font-weight: 500;
  font-size: 120%;
}
.loca_place_text_time span {
  font-size: 48%;
  font-weight: 400;
  display: block;
  letter-spacing: 0.05rem;
}
.loca_place_text_time p {
  font-size: 95%;
  line-height: 2.0;
}
.place_small {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
}
.place_small > div {
  width: 47.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3%;
  padding-bottom: 0 !important;
}
.place_small_text {
  width: 320px;
}
.place_small_text h3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3%;
}
.place_small_text h3 span:nth-of-type(1) {
  font-size: 110%;
  display: inline-block;
  letter-spacing: 0.1rem;
}
.place_small_text h3 span:nth-of-type(2) {
  font-size: 75%;
  display: inline-block;
  position: relative;
  line-height: 1.2;
}
.place_small_text h3 span:nth-of-type(2):after {
  content: '';
  width: 50px;
  height: 1px;
  display: block;
  background: #211815;
  transform: rotate(-60deg) scale(0.8);
  position: absolute;
  left: -45px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.place_small_text p {
  font-size: 90%;
  line-height: 1.8;
  margin-bottom: 0;
}
.place_small_text p img {
  display: none;
}
#loca_place .white_slide.place_small_img {
  width: calc(98% - 340px) !important;
}
#loca_child {
  background: #f8fde2;
  padding: 5% 0 2%;
  margin-bottom: 5%;
}
#loca_child > div {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#loca_child > div h3 {
  width: 90%;
  margin: 0 auto 5%;
  background: #edf8b9;
  padding: 8px 10px 10px;
  text-align: center;
  font-size: 220%;
  letter-spacing: -0.1rem;
}
#loca_child > div h3 br {
  display: none;
}
#loca_child > div h3 > span {
  display: inline-block;
  position: relative;
}
#loca_child > div h3 > span::before {
  content: '';
  width: 180px;
  height: 180px;
  background: url(../img/location/child_img01.png) no-repeat center right;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: -50px;
  left: -200px;
}
#loca_child > div h3 > span::after {
  content: '';
  width: 170px;
  height: 300px;
  background: url(../img/location/child_img02.png) no-repeat center left;
  background-size: 100% auto;
  display: block;
  position: absolute;
  top: -150px;
  right: -200px;
}
#loca_child > div h3 .child_h3 {
  font-weight: 600;
  color: #584096;
}
#loca_child > div h3 b {
  font-weight: 600;
}
#loca_child > div h3 small {
  font-size: 18px;
  display: inline-block;
  position: absolute;
  bottom: -15px;
  right: 0;
}
#loca_child > div > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#loca_child > div > div > dl {
  width: 22%;
  margin-bottom: 5%;
}
#loca_child > div > div > dl dt {
  color: #185fad;
  font-size: 140%;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 5%;
}
#loca_child > div > div > dl dt img {
  width: 90px;
  margin: 0 auto 5px;
  display: block;
}
#loca_child > div > div > dl dd {
  line-height: 1.6;
}
#loca_child > div > div > dl dd small {
  display: block;
  padding-top: 8px;
}
@media screen and (max-width: 1200px) {
  .loca_place_text h3 {
    font-size: 160%;
  }
  .loca_place_text_time {
    font-size: 160%;
  }
  #loca_place .white_slide {
    width: calc(95% - 350px) !important;
  }
  .loca_place_text {
    width: 350px;
    padding-top: 2%;
  }
  .place_small_text {
    width: 100%;
    position: relative;
  }
  .loca_place_text > p {
    font-size: 90%;
  }
  #loca_place .white_slide.place_small_img {
    display: none;
  }
  .place_small_text p img {
    width: 200px;
    display: inline-block;
    float: right;
    margin: 0 0 10px 20px;
  }
  #loca_child > div > div {
    max-width: 900px;
    margin: 0 auto;
  }
  #loca_child > div > div > dl {
    width: 47%;
  }
  #loca_child > div h3 {
    font-size: 200%;
  }
}
@media screen and (max-width: 1080px) {
  #loca_child > div h3 {
    width: 100%;
    line-height: 1.4;
    padding: 20px 10px;
  }
  #loca_child > div h3 br {
    display: inline;
  }
  #loca_child > div h3 small {
    bottom: 10px;
    right: 0;
  }
  #loca_child > div h3 > span::before {
    width: 170px;
    top: -20px;
    left: -220px;
  }
  #loca_child > div h3 > span::after {
    top: -110px;
    right: -220px;
  }
}
#life_main ul {
  width: calc(50% + 600px);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: calc(50% - 600px);
  margin-top: -250px;
}
#life_main li:nth-child(1) {
  width: 29.5%;
}
#life_main li:nth-child(2) {
  width: 23%;
}
#life_main li:nth-child(3) {
  width: 47.5%;
}
#life_main p {
  text-align: center;
  padding: 5% 0;
}
#life #content {
  margin-top: 0 !important;
}
.life_block {
  padding: 7% 0 5%;
}
.life_edu {
  background: #e8f1f4;
}
.life_shop {
  background: #fff;
}
.life_medi {
  background: #ecf5f3;
}
.life_block > div {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.life_block h3 {
  text-align: center;
}
.life_edu h3 {
  color: #185fad;
}
.life_shop h3 {
  color: #883890;
}
.life_medi h3 {
  color: #39b14a;
}
.life_block h3 .cinzel {
  font-size: 300% !important;
  font-weight: 500;
  line-height: 2.2;
}
.life_block > div > p {
  text-align: center;
  margin: 3% auto 5%;
}
.life_block > div > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.life_block .col_2 dl {
  width: 46%;
  margin-bottom: 5%;
}
.life_block .col_2 dd {
  font-size: 160%;
  text-align: center;
  padding: 1% 0;
  line-height: 2;
  line-height: 1.6;
}
.life_block .col_2 dd span {
  display: block;
  font-size: 50%;
}
.life_block .col_3 dl {
  width: 30%;
  margin-bottom: 5%;
}
.life_block .col_3 dd {
  font-size: 120%;
  text-align: center;
  padding: 1% 0;
  line-height: 2;
  line-height: 1.6;
}
.life_block .col_3 dd span {
  display: block;
  font-size: 70%;
}
.medi_box01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5%;
}
.medi_box01 > img {
  width: 54%;
}
.medi_box01 > div {
  width: 41%;
}
.medi_name {
  width: 100%;
  font-size: 160%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  line-height: 1.6;
}
.medi_name span:nth-of-type(1) {
  display: inline-block;
  margin-right: 3%;
}
.medi_name span:nth-of-type(2) {
  font-size: 50%;
  display: inline-block;
}
.medi_box01 > div > img {
  width: 45%;
  max-width: 220px;
  margin-bottom: 2%;
}
.medi_box01 > div .medi_center {
  font-size: 80%;
  margin-left: 1.5rem;
  margin-bottom: 3%;
  position: relative;
  line-height: 1.4;
  color: #4d4d4d;
}
.medi_box01 > div .medi_center::before {
  content: '□';
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1.5rem;
}
.medi_box01 > div > div {
  border: 1px solid #4d4d4d;
  padding: 3% 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 80%;
  line-height: 1.8;
  color: #4d4d4d;
}
.medi_box01 > div > div ul:nth-child(1) {
  width: 28%;
}
.medi_box01 > div > div ul:nth-child(2) {
  width: 28%;
}
.medi_box01 > div > div ul:nth-child(3) {
  width: 40%;
}
.medi_box01 > div > div ul li::before {
  content: '●';
  font-size: 70%;
  vertical-align: 2px;
  padding-right: 3px;
}
.medi_box02 {
  position: relative;
}
.medi_box02 > div {
  width: 38%;
}
.medi_box02 > div > dl {
  width: 100% !important;
}
.medi_box02 > div > dl dd {
  font-size: 130% !important;
  line-height: 1.6;
}
.medi_box02 > div > dl dd span {
  font-size: 60% !important;
}
.medi_box02 > dl {
  width: 54% !important;
}
.medi_box02 > dl dd {
  text-align: left !important;
}
.medi_box02 > dl dd span {
  display: inline-block !important;
  padding-left: 3%;
}
.medi_box02 > p {
  font-size: 80%;
  display: inline-block;
  position: absolute;
  bottom: 50px;
  right: 0;
}
@media screen and (max-width: 1400px) {
  #life_main ul {
    margin-top: -220px;
  }
}
@media screen and (max-width: 1200px) {
  #life_main ul {
    width: 100%;
    margin-top: -210px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  #life_main ul {
    margin-top: -190px;
  }
}
@media screen and (max-width: 970px) {
  .medi_box01 > img {
    width: 46%;
  }
  .medi_box01 > div {
    width: 50%;
  }
}
@media screen and (max-width: 950px) {
  #life_main ul {
    margin-top: -170px;
  }
}
#plan #main_lower {
  position: relative;
  z-index: 0;
}
#plan #main_lower::after {
  content: '';
  width: 50%;
  height: 600px;
  background: url(../img/plan/main_bg.png) no-repeat top right;
  background-size: 100% auto;
  position: absolute;
  top: 8%;
  right: -5%;
  z-index: -1;
}
#plan #plan_main {
  position: relative;
  z-index: 1;
}
#plan #content {
  margin-top: 0 !important;
}
#plan_main img {
  height: 600px;
  object-fit: cover;
  object-position: center bottom;
}
#land_plan {
  padding: 5% 0;
}
#plan h3 .cinzel {
  font-size: 300% !important;
  font-weight: 500;
  line-height: 2.2;
  text-align: center;
  color: #584096;
}
#plan p {
  text-align: center;
  margin-bottom: 5%;
}
#park {
  width: calc(50% + 600px);
  padding: 3% 0;
  position: relative;
  margin-left: calc(50% - 600px);
  background: #def0f5;
}
#park dl {
  width: 100%;
  max-width: 1200px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#park dl dt {
  width: calc(100% - 380px);
}
#park dl dd {
  width: 380px;
}
#park dl dd span {
  font-size: 150%;
  font-weight: 500;
  display: block;
  margin-bottom: 2%;
}
#plan_illust03 {
  width: 50px;
  position: absolute;
  top: 50px;
  left: -5%;
}
#plan_illust02 {
  width: 70px;
  position: absolute;
  top: -30px;
  left: 2%;
}
#plan_illust01 {
  width: 75px;
  position: absolute;
  top: -30px;
  right: calc(50% - 500px);
}
#plan_illust04 {
  width: 40px;
  position: absolute;
  bottom: 50px;
  right: calc(50% - 500px);
}
#plan_map {
  width: 90%;
  max-width: 1200px;
  margin: 5% auto 5%;
  position: relative;
}
#plan_map > img {
  width: 100%;
  margin: 0 auto;
}
#family01 {
  width: 15%;
  max-width: 170px;
  position: absolute;
  top: 30px;
  left: 100px;
}
#family02 {
  width: 18%;
  max-width: 220px;
  position: absolute;
  top: 43%;
  right: -20px;
}
#plan_map > div > p {
  font-size: 80%;
  line-height: 1.6;
  position: absolute;
  bottom: 5%;
  right: 39%;
}
#model_plan {
  background: url(../img/plan/model_bg.jpg) repeat-y top left;
  background-size: 100% auto;
  padding: 8% 0;
  position: relative;
}
#model_plan::before {
  content: '';
  width: 40%;
  height: 600px;
  background: url(../img/plan/model_img.png) no-repeat top left;
  background-size: 100% auto;
  background-blend-mode: multiply;
  position: absolute;
  top: -80px;
  left: -3%;
  mix-blend-mode: multiply;
}
#onlyone {
  width: calc(50% + 500px);
  padding: 0 0 3%;
  position: relative;
  margin-left: calc(50% - 500px);
  background: url(../img/plan/model_bg.jpg) repeat-y top left;
  background-size: 100% auto;
  border: 1px solid #883890;
  border-right: none;
}
#onlyone > div {
  width: 90%;
  max-width: 900px;
  margin-left: 5%;
}
#onlyone > div h4 {
  background: url(../img/plan/one-only.png) no-repeat top left 150px;
  background-size: 320px auto;
  padding: 4% 0 1% 0;
  font-size: 200%;
  line-height: 1.4;
}
#onlyone > div div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#onlyone > div div p {
  width: 55%;
  padding-top: 3%;
  line-height: 2.0;
}
#onlyone > div div img {
  width: 40%;
}
#plan_case {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding: 2% 0 2%;
}
#plan_case p {
  font-size: 90%;
  text-align: center;
  margin-bottom: 8%;
}
#plan_case ul {
  border-top: 1px solid #8c7f9f;
}
#plan_case ul li {
  padding: 5% 0;
  display: block;
  border-bottom: 1px solid #8c7f9f;
  text-align: center;
}
#plan_case ul li img {
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width:1300px) {
  #park {
    width: 100%;
    margin-left: 0;
  }
  #park dl {
    width: 85%;
    margin: 0 auto;
  }
  #plan_illust01 {
    right: 7%;
  }
  #plan_illust02 {
    left: 10%;
  }
  #plan_illust03 {
    left: 2%;
  }
  #plan_illust04 {
    bottom: 20px;
    right: 5%;
  }
}
@media screen and (max-width:1100px) {
  #onlyone {
    width: 95%;
    margin-left: 5%;
  }
}
#outline #main_lower {
  height: auto;
}
#outline #main_lower h2 {
  width: 50%;
  max-width: 450px;
  margin: 8% auto 5%;
}
#outline_tbl {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 5%;
}
#outline_tbl h4 {
  color: #883890;
  font-size: 130%;
  font-weight: 500;
  letter-spacing: 0.1rem;
  border-bottom: 1px solid #883890;
  padding: 0 0 0.5% 1%;
}
#outline_tbl dl {
  border-bottom: 1px solid #883890;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.6;
}
#outline_tbl dl dt {
  width: 180px;
  padding: 2% 1.5%;
  font-weight: 500;
}
#outline_tbl dl dd {
  width: calc(100% - 180px);
  padding: 2% 1%;
}
/* SI Collaboration 追加 202509 */
.ban_second {
  text-align: center;
}
.ban_second img {
  width: 90%;
  max-width: 1000px;
  margin: -2% auto 5%;
}
.main_collabo {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  background: url(../img/collabo/main.jpg) no-repeat center center;
  background-size: cover;
  padding: 380px 0 80px !important;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  margin-top: 120px !important;
  overflow: visible !important;
}
.main_collabo h2 {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  color: #fff;
  font-size: 4rem;
  line-height: 1.4;
  text-align: left;
  text-indent: -2rem;
}
.main_collabo h2 .br_none {
  display: none;
}
.other_area {
  width: 620px;
  height: 70px;
  border-radius: 35px;
  background-image: linear-gradient(90deg, #883890, #185fad);
  font-size: 2.4rem;
  letter-spacing: 0.05rem;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -35px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.other_area span {
  display: inline-block;
  padding-left: 10px;
}
.other_area br {
  display: none;
}
.con_collabo {
  margin-top: 90px !important;
}
.con_collabo h3 {
  font-size: 3.6rem;
  text-align: left;
  margin-bottom: 3%;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
.con_collabo h3 span {
  font-size: 70%;
  color: #006cb6;
  display: block;
  margin-bottom: 5px;
  letter-spacing: 0rem;
}
.con_collabo p {
  text-align: left;
}
#sec_si01 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
#sec_si01 > div {
  width: 630px;
}
#sec_si01 > img {
  width: calc(98% - 630px);
  max-width: 470px;
}
.taishin_map {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 3%;
  padding: 0 0 1%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.taishin_map > div {
  width: 580px;
}
.taishin_map > img {
  width: calc(98% - 580px);
}
.taishin_text {
  width: 90%;
  max-width: 850px;
  margin: 0 auto 5%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1.2% 0 0.5%;
}
.taishin_text h4 {
  font-size: 3.0rem;
  letter-spacing: 0.1rem;
  color: #c79f62;
  text-align: center;
}
.taishin_text p {
  text-align: center;
  margin-bottom: 10px;
}
.taishin_text p:last-child {
  font-size: 80%;
  text-align: right;
  margin-bottom: 0;
}
.taishin_img {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 8%;
}
.taishin_img > img {
  margin-bottom: 3%;
}
.taishin_img > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.taishin_img > div > dl {
  width: 46%;
}
.taishin_img > div > dl > dt {
  display: block;
  margin-bottom: 2%;
}
.taishin_img > div > dl > dd {
  font-size: 90%;
  line-height: 1.6;
}
#collabo_ex {}
#collabo_ex > h3 {
  height: 140px;
  position: relative;
  text-align: center;
  font-size: 2.6rem;
  letter-spacing: 0.3rem;
  ;
  color: #185fad;
  padding-top: 60px;
  margin-bottom: 0;
}
#collabo_ex > h3:before {
  content: '';
  display: block;
  width: 50%;
  height: 140px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background-color: #bac9d1;
  transform: scaleY(-100%);
  position: absolute;
  top: 0;
  left: 0;
}
#collabo_ex > h3:after {
  content: '';
  display: block;
  width: 50%;
  height: 140px;
  clip-path: polygon(0 100%, 100% 0, 0 0);
  background-color: #bac9d1;
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  right: 0;
}
.bg_gray {
  background: #bac9d1;
  padding: 3% 0 8%;
}
.model_img h4 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.2rem;
  margin-bottom: 1%;
}
.model_img_layout01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
}
.model_img_layout01 > div:nth-of-type(1) {
  width: calc(72% - 15px);
}
.model_img_layout01 > div:nth-of-type(2) {
  width: calc(28% - 15px);
}
.model_img_layout01 > div:nth-of-type(2) > div:nth-of-type(1) {
  width: 65%;
  margin-bottom: 30px;
}
.model_img_layout01 > div:nth-of-type(2) > div:nth-of-type(2) {
  width: 100%;
}
.model_img_layout02 {
  max-width: 87%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 5%;
}
.model_img_layout02 > div {
  width: calc(50% - 15px);
}
.model_layout02 .model_img_layout01 {
  flex-direction: row-reverse;
}
.model_layout02 .model_img_layout01 > div:nth-of-type(2) > div:nth-of-type(1) {
  margin-left: 35%;
}
.model_layout02 .model_img_layout02 {
  margin-left: 13%;
}
.model_img img {
  transform: scale(1.01);
}
.taishin_plus {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 5%;
  background: #efefef;
}
.taishin_plus h3 {
  margin-bottom: 2%;
}
.taishin_plus > p {
  margin-bottom: 5%;
}
.taishin_plus_data {
  max-width: 1000px;
  margin: 0 auto 5%;
}
.taishin_plus_data h4 {
  height: 60px;
  background: #c79f62;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 2%;
}
.taishin_plus_data h4 span:nth-of-type(1) {
  width: 90px;
  height: 60px;
  background: #000;
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
  display: flex;
  align-items: center;
  padding-left: 35px;
  color: #c79f62;
  position: absolute;
  top: 0;
  left: 0;
}
.taishin_plus_data h4 span:nth-of-type(2) {
  width: 100%;
  padding-left: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  color: #fff;
  position: relative;
}
.taishin_plus_data h4 span:nth-of-type(2)::before {
  content: '';
  display: block;
  width: 50px;
  height: 60px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background-color: #000;
  position: absolute;
  top: 0;
  left: 90px;
}
.taishin_plus_data > div > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.taishin_plus_data > div > div dl {
  width: 46%;
  margin-bottom: 3%;
}
.taishin_plus_data > div > div dl dt {
  display: block;
  padding: 3%;
  text-align: center;
}
.taishin_plus_data > div > p {
  line-height: 1.6;
}
.taishin_plus_data02 > .sans {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3% 0;
}
.taishin_plus_data02 > .sans > img {
  width: 47%;
}
.taishin_plus_data02 > .sans > p {
  width: 47%;
}
.taishin_plus_data02 > .sans > p span {
  display: block;
  font-size: 2.2rem;
  margin-bottom: 3%;
  letter-spacing: 0.1rem;
}
#footer .other_area {
  display: none;
}
#collaboration #footer .other_area {
  display: flex;
  bottom: auto;
  top: -35px;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .con_collabo h3 {
    font-size: 3.2rem;
  }
  #sec_si01 {
    align-items: center;
  }
  #sec_si01 > div {
    width: 580px;
  }
  #sec_si01 > img {
    width: calc(95% - 580px);
  }
  .taishin_map > img {
    width: calc(95% - 580px);
  }
}
@media screen and (max-width: 1120px) {
  .con_collabo p .br_none {
    display: none;
  }
}
@media screen and (max-width: 1070px) {
  .main_collabo h2 {
    font-size: 3.2rem;
    text-indent: -1.7rem
  }
  .con_collabo h3 {
    font-size: 2.8rem;
  }
  #sec_si01 > div {
    width: 500px;
  }
  .taishin_map > div {
    width: 500px;
  }
  #sec_si01 > img {
    width: calc(95% - 500px);
  }
  .taishin_map > img {
    width: calc(95% - 500px);
  }
}
@media screen and (max-width: 1100px) {
  .taishin_plus_data h4 span:nth-of-type(2) {
    font-size: 2.2rem;
    padding-left: 80px;
  }
}
/*---------------------------------------------
 ** 追加 20260623
---------------------------------------------*/
.font-bask {
  font-family: "Baskervville", serif;
}
.top_section {
  padding-top: 8%;
  text-align: center;
}
.top_news_box {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  text-align: left;
  padding-top: 20px;
}
.top_news_item {
  width: 31%;
}
.top_news_item time {
  font-size: 1.6rem;
  color: #883890;
  display: inline-block;
  margin-top: 7px;
}
.top_news_item p {
  font-size: 1.6rem;
  line-height: 1.8;
}
#top_btn .top_btn_wrap02 > div a {
  height: 400px;
}
#top_btn #top_btn_model a img, #top_btn #top_btn_plan a img {
  width: 27%;
}
#top_btn .top_btn_wrap02 {
  height: 400px;
}
#plan #footer01.bg_free-design {
  background: url(../img/plan/model_bg.jpg) repeat-y top left;
  background-size: 100% auto;
}
.top_news_item img {
  transition: all 0.5s;
}
.top_news_item a:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 1300px) {
  .top_news_item time, .top_news_item p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1000px) {
  .top_news_box {
    width: 90%;
  }
}
@media screen and (max-width: 950px) {
  #top_btn .top_btn_wrap02 > div a {
    height: 200px;
  }
}
@media screen and (max-width: 900px) {
  .top_news_item {
    width: 47%;
  }
  .top_news_box {
    justify-content: center;
    column-gap: 6%;
    grid-row-gap: 5vw;
  }
}
@media screen and (max-width: 600px) {
  .top_news_item {
    width: 90%;
  }
}
/*モデルプラン*/
#model-plan #main_lower {
  background: url(../img/model-plan/main_img.png) no-repeat center left;
  background-size: 400px auto;
}
#model-plan_main {
  width: 90%;
  max-width: 1515px;
  margin-left: auto;
  position: relative;
}
#main_lower.main_lower_model {
  height: 360px;
}
#model-plan_main .model-oyako {
  position: absolute;
  top: -53%;
  right: 10%;
  z-index: 2;
  max-width: 490px;
  width: 20%;
}
.model-house_info {
  background-color: #e8f1f4;
  padding: 40px 0 160px;
}
.model-house_box {
  max-width: 1200px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 110px;
}
.model-house_info .notice {
  font-size: 1.2rem;
  text-align: center;
}
.model-house_box > li:not(:last-child) {
  margin-bottom: 95px;
}
@media screen and (max-width: 1400px) {
  #model-plan #main_lower {
    background: url(../img/model-plan/main_img.png) no-repeat center left;
    background-size: 330px auto;
  }
  #main_lower.main_lower_model {
    height: 304px;
  }
  #model-plan_main .model-oyako {
    top: -53%;
  }
}
@media screen and (max-width: 900px) {
  #model-plan #main_lower {
    background: url(../img/model-plan/main_img_sp.png) no-repeat top 25px left 10% #fff;
    background-size: 150px auto;
  }
  #model-plan_main .model-oyako {
    top: -67%;
    width: 25%;
  }
}
@media screen and (max-width: 500px) {
  #main_lower.main_lower_model {
    padding-bottom: 20px;
  }
  #model-plan_main .model-oyako {
    top: -92%;
    width: 35%;
    right: 2%;
  }
  .model-house_info .notice {
    text-align: left;
    padding: 0 20px;
  }
  .model-house_info {
    padding: 25px 0 50px;
  }
  .model-house_box {
    margin-top: 30px;
    width: 90%;
  }
  #model-plan_main {
    width: 100%;
  }
  .model-house_box > li:not(:last-child) {
    margin-bottom: 30px;
  }
}
/*---------------------------------------------
 ** 追加 20260625　モデルプラン
---------------------------------------------*/
.model_stage_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 25px;
}
.model-house_con {
  background-color: #fff;
  padding-bottom: 70px;
}
.stage_img {
  max-width: 345px;
  width: 27%;
}
.st_house_img {
  max-width: 338px;
  width: 38%;
}
.stage_txt p {
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.7;
}
.stage_txt > ul {
  display: flex;
  font-size: 1.2rem;
  color: #717071;
  column-gap: 10px;
}
.stage_txt .area {
  color: #0062a0;
  font-size: 2rem;
  font-feature-settings: "lnum";
}
.stage_txt .area small {
  font-size: 1.3rem;
}
.stage_txt .tsubo {
  font-feature-settings: "lnum";
}
.stage_txt {
  border-bottom: solid 0.65px #002b60;
  position: relative;
  height: 6.5em;
  width: 62%;
}
.stage_txt .line_img {
  position: absolute;
  bottom: -4px;
  right: 0;
  width: 100px;
  height: auto;
}
.floor-plan {
  display: flex;
  max-width: 780px;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  column-gap: 12%;
}
.st_detail_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 73%;
}
.br_sp01 {
  display: none;
}
@media screen and (max-width: 1600px) {
  .stage_txt p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1400px) {
  .st_detail_wrap {
    width: 75%;
  }
  .stage_img {
    width: 24%;
  }
}
@media screen and (max-width: 1320px) {
  .model_stage_head {
    flex-direction: column;
  }
  .st_detail_wrap {
    width: 97%;
    margin-left: auto;
  }
  .stage_img {
    margin-right: auto;
  }
  .model-house_con {
    padding-top: 20px;
  }
  .st_house_img {
    width: 35%;
  }
  .stage_txt {
    width: 65%;
  }
}
@media screen and (max-width: 1000px) {
  .model-house_con {
    position: relative;
  }
  .st_house_img {
    position: absolute;
    top: 0;
    right: 0;
  }
  .stage_txt {
    width: 100%;
    margin-top: 50px;
  }
  .st_detail_wrap {
    width: 100%;
    padding-right: 25px;
  }
  .floor-plan {
    margin-top: 30px;
  }
  .model-house_con {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .model-house_box > li:not(:last-child) {
    margin-bottom: 70px;
  }
  .model-house_info {
    padding-bottom: 80px;
  }
  .stage_img {
    width: 30%;
  }
}
@media screen and (max-width: 900px) {
  .floor-plan {
    flex-direction: column;
    grid-row-gap: 5vw;
  }
  .model-house_box {
    width: 80%;
    margin-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .model-house_box {
    width: 93%;
  }
  .model-house_info {
    padding: 30px 0 50px;
  }
  .stage_img, .st_house_img {
    width: 45%;
  }
  .stage_txt p {
    font-size: 1.3rem;
  }
  .stage_txt > ul {
    flex-direction: column;
    margin-top: 7px;
  }
  .stage_txt {
    height: 8.5em;
  }
  .stage_txt > ul li {
    line-height: 1.3;
  }
}
@media screen and (max-width: 450px) {
  .br_sp01 {
    display: block;
  }
  .stage_txt {
    height: 13em;
    margin-top: 40px;
  }
  .stage_img, .st_house_img {
    width: 50%;
  }
  .model_stage_head {
    padding-left: 15px;
  }
  .st_detail_wrap {
    padding-right: 15px;
  }
  .floor-plan {
    width: 85%;
  }
  .model-house_con {
    padding-bottom: 35px;
  }
  .model-house_box > li:not(:last-child) {
    margin-bottom: 40px;
  }
}
/*---------------------------------------------
 ** 追加 　header
---------------------------------------------*/
#home .sub_nav li a {
  color: #fff;
}
#home .sub_nav li a:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#home header #nav_pc > div > ul > li a {
  color: #fff;
}
#home header #nav_pc > div > ul > li:first-child:after, #home header #nav_pc > div > ul > li:before {
  background-color: #fff;
}
#logo02_white {
  display: none;
}
#home #logo02_white {
  display: block;
}
#home #logo01_black {
  display: none;
}
#home header #nav_pc li a:hover {
  color: #fff !important;
}
#home .header_fixed #nav_pc > div > ul > li a {
  color: #211815;
}
#home .header_fixed #nav_pc > div > ul > li:first-child:after, #home .header_fixed #nav_pc > div > ul > li:before {
  background-color: #211815;
}
#home .header_fixed .sub_nav li a {
  color: #211815;
}
#home .header_fixed .sub_nav li a:before {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
#home .header_fixed #logo02_white {
  display: none;
}
#home .header_fixed #logo01_black {
  display: block;
}
@media screen and (max-width: 1650px) {
  header #nav_pc > div > ul > li a {
    padding: 5px 15px 5px;
    box-sizing: border-box;
    display: block;
    white-space: nowrap;
    position: relative;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0.1rem;
  }
  header #nav_pc > div > ul > li:last-child a {
    background: #185fad;
    color: #fff !important;
    padding: 5px 10px 7px;
    margin-left: 20px;
    border-radius: 30px;
  }
  #header_in h1 {
    width: 320px;
  }
  .sub_nav {
    right: 0px;
    top: 0px;
  }
}
@media screen and (max-width: 1320px) {
  #header_in h1 {
    width: 280px;
  }
  header #nav_pc {
    width: calc(100% - 300px);
    margin-top: 40px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1180px) {
  #header_in h1 {
    width: 23vw;
  }
  header #nav_pc {
    width: calc(100% - 24vw);
    margin-top: 40px;
    font-size: 1.3rem;
  }
}
/*---------------------------------------------
 ** 追加 　slide-dots
---------------------------------------------*/
.slide-dots {
  position: absolute;
  bottom: clamp(20px, 9vw, 20px);
  z-index: 100;
  display: flex;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  column-gap: 20px;
}
.slide-dots li button {
  width: 18px;
  height: 18px;
  padding: 0;
  border: solid 1px #fff;
  border-radius: 50%;
  background: #ccc;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}
.slide-dots li.slick-active button {
  background: #883890;
}
@media screen and (max-width: 1100px) {
  .slide-dots {
    bottom: 80px;
  }
}
@media screen and (max-width: 900px) {}
@media screen and (max-width: 500px) {
  .slide-dots {
    bottom: 140px;
    column-gap: 10px;
  }
  .slide-dots li button {
    width: 12px;
    height: 12px;
  }
}