@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;700&family=Oswald:wght@300;400;500;600;700&display=swap");
/* メイン・サブ
***************************************************************/
/* その他
***************************************************************/
/* メイン・サブ
***************************************************************/
/* テキスト
***************************************************************/
/* media
***************************************************************/
/* フォントサイズvw
***************************************************************/
body {
  padding-top: 80px;
}

@media screen and (max-width: 680px) {
  body {
    padding-top: 60px;
  }
  .fixedConvertion {
    bottom: -61px;
    -webkit-transition: bottom 0.3s;
    transition: bottom 0.3s;
  }
  .fixedConvertion.act {
    bottom: 0;
  }
}
/* MV
***************************************************************/
.mv {
  margin-bottom: 100px;
  position: relative;
  z-index: 0;
}
.mv .mvBg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  height: 52vw;
  min-height: 673px;
}
.mv .mvBg .bg {
  width: 33.3333333333%;
  height: 50%;
}
.mv .mvBg .bg.pink {
  background: #e85298;
}
.mv .mvBg .bg.orange {
  background: #fd9d24;
}
.mv .mvBg .bg.blue {
  background: #0e6ddd;
}
.mv .mvBg .bg.green {
  background: #8fc31f;
}
.mv .mvBg .bg.yellow {
  background: #fcc800;
}
.mv .mvBg .bg.red {
  background: #e60012;
}
.mv .abs {
  position: absolute;
}
.mv .mvLogo {
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 226px;
  width: 17.657%;
  z-index: 1;
}
.mv .mvCopy {
  top: 10.1%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 722px;
  width: 56.407%;
  z-index: 2;
}
.mv .mvEarth {
  min-width: 637px;
  width: 49.766%;
  bottom: -15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mv .mvEarthCopy {
  width: 63.204%;
  bottom: 34.1%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.mv .mvItem {
  width: 33.3333333333%;
}
.mv .item01 {
  left: 0;
  top: 0;
}
.mv .item02 {
  right: 0;
  top: 0;
}
.mv .item03 {
  left: 0;
  bottom: 0;
}
.mv .item04 {
  right: 0;
  bottom: 0;
}
.mv.action .mvLogo {
  opacity: 1;
  -webkit-animation: anime_logo ease 0.6s 1.3s forwards;
          animation: anime_logo ease 0.6s 1.3s forwards;
}
.mv.action .mvCopy {
  opacity: 0;
  -webkit-animation: anime_earth ease 1s 1.9s forwards;
          animation: anime_earth ease 1s 1.9s forwards;
}
.mv.action .mvEarth {
  opacity: 0;
  -webkit-animation: anime_earth ease 1s 1.9s forwards;
          animation: anime_earth ease 1s 1.9s forwards;
}
.mv.action .mvEarthCopy {
  opacity: 0;
  -webkit-animation: anime_earthCopy ease 1s 4.2s forwards;
          animation: anime_earthCopy ease 1s 4.2s forwards;
}
.mv.action .mvItem {
  opacity: 0;
}
.mv.action .item01 {
  -webkit-animation: anime_item ease 0.6s 2.6s forwards;
          animation: anime_item ease 0.6s 2.6s forwards;
}
.mv.action .item02 {
  -webkit-animation: anime_item ease 0.6s 3.2s forwards;
          animation: anime_item ease 0.6s 3.2s forwards;
}
.mv.action .item03 {
  -webkit-animation: anime_item ease 0.6s 3.8s forwards;
          animation: anime_item ease 0.6s 3.8s forwards;
}
.mv.action .item04 {
  -webkit-animation: anime_item ease 0.6s 4.2s forwards;
          animation: anime_item ease 0.6s 4.2s forwards;
}
.mv.end .mvLogo {
  opacity: 0;
}
.mv.end .mvCopy {
  opacity: 1;
}
.mv.end .mvEarth {
  opacity: 1;
}
.mv.end .mvEarthCopy {
  opacity: 1;
}
.mv.end .mvItem {
  opacity: 1;
}

@-webkit-keyframes anime_logo {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes anime_logo {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes anime_earth {
  0% {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes anime_earth {
  0% {
    opacity: 0;
    -webkit-filter: blur(20px);
            filter: blur(20px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes anime_earthCopy {
  0% {
    opacity: 0;
    bottom: 35.1%;
  }
  100% {
    opacity: 1;
    bottom: 34.1%;
  }
}
@keyframes anime_earthCopy {
  0% {
    opacity: 0;
    bottom: 35.1%;
  }
  100% {
    opacity: 1;
    bottom: 34.1%;
  }
}
@-webkit-keyframes anime_earthCopy_sp {
  0% {
    opacity: 0;
    top: 38%;
  }
  100% {
    opacity: 1;
    top: 39%;
  }
}
@keyframes anime_earthCopy_sp {
  0% {
    opacity: 0;
    top: 38%;
  }
  100% {
    opacity: 1;
    top: 39%;
  }
}
@-webkit-keyframes anime_item {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anime_item {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 681px) {
  .mv {
    min-width: 1280px;
  }
}
@media screen and (max-width: 680px) {
  .mv {
    margin-bottom: 0;
  }
  .mv .mvBg {
    height: 179.26vw;
  }
  .mv .mvBg .bg {
    width: 50%;
    height: 33.3333333333%;
  }
  .mv .mvLogo {
    min-width: auto;
    width: 47%;
  }
  .mv .mvCopy {
    top: 9.2%;
    min-width: auto;
    width: 46.67%;
  }
  .mv .mvEarth {
    min-width: auto;
    width: 86.67%;
    bottom: auto;
    top: 51.5%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mv .mvEarthCopy {
    width: 95.388%;
    bottom: auto;
    top: 39%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .mv .mvItem {
    width: 50%;
  }
  .mv .item01 {
    left: 0;
    top: 0;
  }
  .mv .item02 {
    right: 0;
    top: 0;
  }
  .mv .item03 {
    left: 0;
    bottom: 0;
  }
  .mv .item04 {
    right: 0;
    bottom: 0;
  }
  .mv.action .mvEarthCopy {
    -webkit-animation: anime_earthCopy_sp ease 1s 3.5s forwards;
            animation: anime_earthCopy_sp ease 1s 3.5s forwards;
  }
}
/* MV
***************************************************************/
/* NOTICE
***************************************************************/
.noticeWrap {
  padding: 30px 0 0;
}
.noticeWrap .noticeText {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.noticeWrap .noticeText small {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -170%);
  -webkit-transform: translate(-50%, -170%);
  -ms-transform: translate(-50%, -170%);
  width: 100%;
  display: block;
}
.noticeWrap .noticeBanner {
  width: 1000px;
  margin: 54px auto 0;
}

@media screen and (max-width: 680px) {
  .noticeWrap {
    padding-top: 28px;
  }
  .noticeWrap .noticeText {
    width: 100%;
    padding: 0 20px;
  }
  .noticeWrap .noticeText small {
    transform: translate(-50%, -140%);
    -webkit-transform: translate(-50%, -140%);
    -ms-transform: translate(-50%, -140%);
    width: 89%;
    font-size: 3.4vw;
  }
  .noticeWrap .noticeBanner {
    width: 100%;
    margin-top: 30px;
  }
}
/* NOTICE
***************************************************************/
/* 共通コンテンツ
***************************************************************/
.secCommonCotents {
  padding-top: 110px;
}
.secCommonCotents + .secCommonCotents {
  padding-top: 133px;
}
.secCommonCotents .inner {
  width: 1000px;
  margin: 0 auto;
}
.secCommonCotents .columnBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.secCommonCotents .columnBox .textBox {
  width: 482px;
  margin-top: -7px;
}
.secCommonCotents .columnBox .contentsTitle {
  font-size: 74px;
  letter-spacing: 0.066em;
  font-weight: 400;
  line-height: 1;
}
.secCommonCotents .columnBox .contentsSubTitle {
  font-size: 26px;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: bold;
  margin-top: 18px;
}
.secCommonCotents .columnBox .contentsText {
  margin-top: 45px;
}
.secCommonCotents .columnBox .imgBox {
  width: 660px;
  margin-right: -142px;
  position: relative;
  z-index: 0;
}
.secCommonCotents .columnBox .imgNote {
  position: absolute;
  background: #fff;
  padding: 8px 26px 9px;
  border-radius: 28px;
}
.secCommonCotents .columnBox .imgNote .text {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 500;
}
.secCommonCotents .columnBox .imgNote .text.sml {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: -9px;
}
.secCommonCotents .columnBox .imgNote .text .big {
  font-size: 32px;
}
.secCommonCotents .columnBox .imgItem {
  position: absolute;
  z-index: 2;
}
.secCommonCotents .accessBox {
  margin-top: 100px;
}
.secCommonCotents .accessBox .accessTitle {
  font-size: 26px;
  letter-spacing: 0;
  font-weight: bold;
  text-align: center;
}
.secCommonCotents .accessBox .accessList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 10px;
}
.secCommonCotents .accessBox .accessList li {
  width: calc((100% - 40px) / 2);
}
.secCommonCotents .accessBox .accessList li .listTitle {
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 10px;
}
.secCommonCotents .accessBox .accessList li .listTitle .mid {
  font-weight: 500;
}
.secCommonCotents .accessBox .accessList li .listText {
  font-size: 20px;
  letter-spacing: 0.02em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-top: 5px;
}
.secCommonCotents .accessBox .accessList li .listText .big {
  font-size: 32px;
  font-weight: 400;
}
.secCommonCotents .accessBox .accessImg {
  width: 1012px;
  margin-left: -6px;
}
.secCommonCotents .linkBox {
  width: calc(100% - (100% - 1000px) / 2);
  padding-left: 15px;
  margin-left: auto;
  margin-top: 30px;
  position: relative;
  z-index: 0;
}
.secCommonCotents .linkBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1200px;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
}
.secCommonCotents .linkBox a {
  display: block;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: bold;
  color: #fff;
  padding: 18px 0;
}
.secCommonCotents .linkBox a i {
  display: inline-block;
  width: 128px;
  height: 9px;
  margin-left: 15px;
  position: relative;
  z-index: 0;
}
.secCommonCotents .linkBox a i::before, .secCommonCotents .linkBox a i::after {
  content: "";
  position: absolute;
  background: #fff;
  height: 1px;
}
.secCommonCotents .linkBox a i::before {
  left: 0;
  bottom: 0;
  width: 100%;
}
.secCommonCotents .linkBox a i::after {
  right: -2px;
  bottom: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 15px;
}
.secCommonCotents .linkBox.anime::before {
  min-width: auto;
  width: 0;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.secCommonCotents .linkBox.anime a {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.secCommonCotents .linkBox.anime.action::before {
  width: 100%;
}
.secCommonCotents .linkBox.anime.action a {
  opacity: 1;
}
.secCommonCotents.growing .columnBox .contentsTitle {
  color: #e85298;
}
.secCommonCotents.growing .columnBox .contentsText {
  width: 428px;
}
.secCommonCotents.growing .columnBox .imgNote {
  left: 20px;
  bottom: 82px;
}
.secCommonCotents.growing .columnBox .imgNote .text .big {
  color: #e85298;
}
.secCommonCotents.growing .columnBox .item01 {
  width: 240px;
  left: 52px;
  bottom: -68px;
}
.secCommonCotents.growing .columnBox .item02 {
  width: 261px;
  left: 302px;
  bottom: -121px;
}
.secCommonCotents.growing .accessBox .accessList li .listTitle .color {
  color: #e85298;
}
.secCommonCotents.growing .accessBox .accessList li .listText .big {
  color: #e85298;
}
.secCommonCotents.growing .linkBox::before {
  background: #e85298;
}
.secCommonCotents.access .columnBox .contentsTitle {
  color: #0e6ddd;
}
.secCommonCotents.access .columnBox .contentsText {
  width: 433px;
}
.secCommonCotents.access .columnBox .item01 {
  width: 136px;
  right: 47px;
  bottom: -48px;
}
.secCommonCotents.access .columnBox .item02 {
  width: 93px;
  right: -26px;
  bottom: -48px;
}
.secCommonCotents.access .linkBox::before {
  background: #0e6ddd;
}
.secCommonCotents.revers .columnBox .textBox {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 16px;
  margin-left: 30px;
}
.secCommonCotents.revers .columnBox .imgBox {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 0;
  margin-left: -172px;
}
.secCommonCotents.revers .linkBox {
  margin-left: 0;
  margin-right: auto;
  text-align: right;
  padding-right: 15px;
}
.secCommonCotents.revers .linkBox::before {
  left: auto;
  right: 0;
}

@media screen and (min-width: 681px) {
  .secCommonCotents {
    overflow: hidden;
  }
  .secCommonCotents .linkBox {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .secCommonCotents .linkBox a i {
    position: relative;
    right: 0;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .secCommonCotents .linkBox:hover {
    opacity: 0.7;
  }
  .secCommonCotents .linkBox:hover a i {
    right: -5px;
  }
}
@media screen and (max-width: 680px) {
  .secCommonCotents {
    overflow: hidden;
    padding-top: 45px;
  }
  .secCommonCotents + .secCommonCotents {
    padding-top: 58px;
  }
  .secCommonCotents .inner {
    width: 100%;
  }
  .secCommonCotents .columnBox {
    display: block;
  }
  .secCommonCotents .columnBox .textBox {
    width: 100%;
    margin-top: 0;
    padding: 0 20px;
  }
  .secCommonCotents .columnBox .contentsTitle {
    font-size: 59px;
    letter-spacing: 0;
  }
  .secCommonCotents .columnBox .contentsSubTitle {
    font-size: 21px;
    line-height: 1.35;
    margin-top: 18px;
  }
  .secCommonCotents .columnBox .contentsText {
    margin-top: 35px;
  }
  .secCommonCotents .columnBox .imgBox {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
  .secCommonCotents .columnBox .imgNote {
    padding: 7px 15px;
  }
  .secCommonCotents .columnBox .imgNote .text {
    font-size: 14px;
  }
  .secCommonCotents .columnBox .imgNote .text.sml {
    font-size: 10px;
  }
  .secCommonCotents .columnBox .imgNote .text .big {
    font-size: 25px;
  }
  .secCommonCotents .accessBox {
    margin-top: 175px;
    padding: 0 20px;
  }
  .secCommonCotents .accessBox .accessTitle {
    font-size: 20px;
    text-align: left;
  }
  .secCommonCotents .accessBox .accessList {
    display: block;
    margin-top: 15px;
  }
  .secCommonCotents .accessBox .accessList li {
    width: 100%;
  }
  .secCommonCotents .accessBox .accessList li + li {
    margin-top: 14px;
  }
  .secCommonCotents .accessBox .accessList li .listTitle {
    font-size: 32px;
    margin-bottom: 0;
  }
  .secCommonCotents .accessBox .accessList li .listText {
    font-size: 16px;
    margin-top: 7px;
  }
  .secCommonCotents .accessBox .accessList li .listText .big {
    font-size: 25px;
  }
  .secCommonCotents .accessBox .accessImg {
    width: 100%;
    margin-left: 0;
  }
  .secCommonCotents .linkBox {
    width: calc(100% - 20px);
    padding-left: 0;
    margin: 25px 0 0 auto;
  }
  .secCommonCotents .linkBox::before {
    min-width: auto;
    width: 100%;
  }
  .secCommonCotents .linkBox a {
    display: block;
    font-size: 16px;
    padding: 15px 10px;
  }
  .secCommonCotents .linkBox a i {
    width: 30%;
    height: 8px;
    margin-left: 12px;
  }
  .secCommonCotents .linkBox a i::after {
    bottom: 4px;
    width: 12px;
  }
  .secCommonCotents.growing .columnBox .contentsText {
    width: 100%;
  }
  .secCommonCotents.growing .columnBox .imgNote {
    left: 8px;
    bottom: 8px;
  }
  .secCommonCotents.growing .columnBox .item01 {
    width: 192px;
    left: 34px;
    bottom: -114px;
  }
  .secCommonCotents.growing .columnBox .item02 {
    width: 209px;
    left: auto;
    right: -59px;
    bottom: -156px;
  }
  .secCommonCotents.access .columnBox .contentsText {
    width: 100%;
  }
  .secCommonCotents.access .columnBox .item01 {
    width: 136px;
    right: 47px;
    bottom: -48px;
  }
  .secCommonCotents.access .columnBox .item02 {
    width: 93px;
    right: -26px;
    bottom: -48px;
  }
  .secCommonCotents.access .accessBox {
    margin-top: 68px;
    padding: 0;
  }
  .secCommonCotents.revers .columnBox .textBox {
    padding-left: 20px;
    margin-left: 0;
  }
  .secCommonCotents.revers .columnBox .imgBox {
    margin-left: 0;
  }
  .secCommonCotents.revers .linkBox {
    padding-right: 0;
    margin-left: 0;
    margin-right: auto;
  }
  .secCommonCotents.revers .linkBox::before {
    left: auto;
    right: 0;
  }
}
/* 共通コンテンツ
***************************************************************/
/* BIG TOWN PLAN
***************************************************************/
.secTownPlan .townPlanTitle {
  font-size: 158px;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #18943b;
  text-align: center;
}
.secTownPlan .townPlanSubTitle {
  font-size: 26px;
  letter-spacing: 0.08em;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
}
.secTownPlan .townPlanImgBox {
  margin-top: 20px;
  padding-bottom: 34px;
}
.secTownPlan .townPlanImgBox .townPlanImg {
  width: 1000px;
  margin: 0 auto -107px;
  position: relative;
  z-index: 1;
}
.secTownPlan .townPlanImgBox .townPlanImgMap {
  position: relative;
  z-index: 0;
}
.secTownPlan .townPlanImgBox .townPlanImgMap .mapIcon {
  position: absolute;
  left: 54.5%;
  top: calc(60% - 146px);
  width: 161px;
  z-index: 1;
}
.secTownPlan .townPlanImgBox .townPlanImgMap > img {
  width: 100%;
}
.secTownPlan .linkBox {
  width: calc(100% - (100% - 1000px) / 2);
  margin: -68px 0 0 auto;
  padding-left: 15px;
  position: relative;
  z-index: 0;
}
.secTownPlan .linkBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1200px;
  width: 100%;
  height: 100%;
  background: #18943b;
  z-index: -1;
}
.secTownPlan .linkBox a {
  display: block;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: bold;
  color: #fff;
  padding: 18px 0;
}
.secTownPlan .linkBox a i {
  display: inline-block;
  width: 128px;
  height: 9px;
  margin-left: 15px;
  position: relative;
  z-index: 0;
}
.secTownPlan .linkBox a i::before, .secTownPlan .linkBox a i::after {
  content: "";
  position: absolute;
  background: #fff;
  height: 1px;
}
.secTownPlan .linkBox a i::before {
  left: 0;
  bottom: 0;
  width: 100%;
}
.secTownPlan .linkBox a i::after {
  right: -2px;
  bottom: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 15px;
}
.secTownPlan .linkBox.anime::before {
  min-width: auto;
  width: 0;
  -webkit-transition: width 0.6s, background 0.3s;
  transition: width 0.6s, background 0.3s;
}
.secTownPlan .linkBox.anime a {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.secTownPlan .linkBox.anime.action::before {
  width: 100%;
}
.secTownPlan .linkBox.anime.action a {
  opacity: 1;
}

@media screen and (min-width: 681px) {
  .secTownPlan {
    overflow: hidden;
  }
  .secTownPlan .linkBox a i {
    position: relative;
    right: 0;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .secTownPlan .linkBox:hover::before {
    background: #6cb579;
  }
  .secTownPlan .linkBox:hover a i {
    right: -5px;
  }
}
@media screen and (max-width: 680px) {
  .secTownPlan {
    padding-top: 45px;
  }
  .secTownPlan .townPlanTitle {
    font-size: 82px;
    line-height: 1.05;
    text-align: left;
    padding: 0 16px;
  }
  .secTownPlan .townPlanSubTitle {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.45;
    text-align: left;
    padding: 0 16px;
    margin-top: 20px;
  }
  .secTownPlan .townPlanImgBox {
    margin-top: 20px;
    padding-bottom: 0;
  }
  .secTownPlan .townPlanImgBox .townPlanImg {
    width: 100%;
    margin: 0;
  }
  .secTownPlan .townPlanImgBox .townPlanImgMap {
    margin-top: 30px;
  }
  .secTownPlan .townPlanImgBox .townPlanImgMap .mapIcon {
    left: auto;
    top: auto;
    bottom: 34vw;
    right: 4vw;
    width: 25.6vw;
  }
  .secTownPlan .linkBox {
    width: calc(100% - 20px);
    padding-left: 0;
    margin: -28px 0 0 auto;
  }
  .secTownPlan .linkBox::before {
    min-width: auto;
    width: 100%;
  }
  .secTownPlan .linkBox a {
    display: block;
    font-size: 16px;
    padding: 15px 10px;
  }
  .secTownPlan .linkBox a i {
    width: 30%;
    height: 8px;
    margin-left: 12px;
  }
  .secTownPlan .linkBox a i::after {
    bottom: 4px;
    width: 12px;
  }
}
/* BIG TOWN PLAN
***************************************************************/
/* CONCEPT
***************************************************************/
.secConcept {
  padding-top: 110px;
  margin-top: -34px;
  background: #00a9c9;
}
.secConcept .conceptTitleBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.secConcept .conceptTitle a {
  display: inline-block;
  color: #fff;
}
.secConcept .conceptTitle .en, .secConcept .conceptTitle .jp {
  display: block;
}
.secConcept .conceptTitle .en {
  font-size: 74px;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.secConcept .conceptTitle .jp {
  font-size: 20px;
  letter-spacing: 0;
  font-weight: bold;
}
.secConcept .conceptTitle .jp i {
  display: inline-block;
  width: 128px;
  height: 9px;
  margin-left: 15px;
  position: relative;
  z-index: 0;
}
.secConcept .conceptTitle .jp i::before, .secConcept .conceptTitle .jp i::after {
  content: "";
  position: absolute;
  background: #fff;
  height: 1px;
}
.secConcept .conceptTitle .jp i::before {
  left: 0;
  bottom: 0;
  width: 100%;
}
.secConcept .conceptTitle .jp i::after {
  right: -2px;
  bottom: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 15px;
}
.secConcept .conceptList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1000px;
  margin: 80px auto 0;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.secConcept .conceptList li {
  width: calc((100% - 40px) / 3);
  background: #fff;
  padding: 11px 13px 0;
  margin-bottom: 16px;
  border-radius: 10px 10px 0 0;
}
.secConcept .conceptList li .border {
  width: 100%;
  height: 2px;
}
.secConcept .conceptList li .listTitle {
  height: 23px;
  margin-top: 23px;
}
.secConcept .conceptList li .listTitle img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.secConcept .conceptList li .listText {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  margin-top: 16px;
}
.secConcept .conceptList li .circleBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 15px;
  margin-bottom: -16px;
}
.secConcept .conceptList li .circleBox .circle {
  width: 32px;
  height: 32px;
  border-radius: 100%;
}
.secConcept .conceptList li.type01 .border {
  background: -webkit-gradient(linear, left top, right top, from(#0e6ddd), color-stop(50%, #0e6ddd), color-stop(50%, #fcc800), to(#fcc800));
  background: -webkit-linear-gradient(left, #0e6ddd 0%, #0e6ddd 50%, #fcc800 50%, #fcc800 100%);
  background: linear-gradient(90deg, #0e6ddd 0%, #0e6ddd 50%, #fcc800 50%, #fcc800 100%);
}
.secConcept .conceptList li.type01 .circleBox .circle:nth-child(1) {
  background: #0e6ddd;
}
.secConcept .conceptList li.type01 .circleBox .circle:nth-child(2) {
  background: #fcc800;
}
.secConcept .conceptList li.type02 .border {
  background: -webkit-gradient(linear, left top, right top, from(rgb(230, 0, 18)), color-stop(33%, rgb(230, 0, 18)), color-stop(33%, rgb(143, 195, 31)), color-stop(66%, rgb(143, 195, 31)), color-stop(66%, rgb(232, 82, 152)), to(rgb(232, 82, 152)));
  background: -webkit-linear-gradient(left, rgb(230, 0, 18) 0%, rgb(230, 0, 18) 33%, rgb(143, 195, 31) 33%, rgb(143, 195, 31) 66%, rgb(232, 82, 152) 66%, rgb(232, 82, 152) 100%);
  background: linear-gradient(90deg, rgb(230, 0, 18) 0%, rgb(230, 0, 18) 33%, rgb(143, 195, 31) 33%, rgb(143, 195, 31) 66%, rgb(232, 82, 152) 66%, rgb(232, 82, 152) 100%);
}
.secConcept .conceptList li.type02 .circleBox .circle:nth-child(1) {
  background: #e60012;
}
.secConcept .conceptList li.type02 .circleBox .circle:nth-child(2) {
  background: #8fc31f;
}
.secConcept .conceptList li.type02 .circleBox .circle:nth-child(3) {
  background: #e85298;
}
.secConcept .conceptList li.type03 .border {
  background: -webkit-gradient(linear, left top, right top, from(#18943b), color-stop(50%, #18943b), color-stop(50%, #fd9d24), to(#fd9d24));
  background: -webkit-linear-gradient(left, #18943b 0%, #18943b 50%, #fd9d24 50%, #fd9d24 100%);
  background: linear-gradient(90deg, #18943b 0%, #18943b 50%, #fd9d24 50%, #fd9d24 100%);
}
.secConcept .conceptList li.type03 .circleBox .circle:nth-child(1) {
  background: #18943b;
}
.secConcept .conceptList li.type03 .circleBox .circle:nth-child(2) {
  background: #fd9d24;
}
.secConcept .conceptImgSlider {
  margin-top: -47px;
}

@media screen and (min-width: 681px) {
  .secConcept .conceptTitle .jp i {
    right: 0;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .secConcept .conceptTitle a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .secConcept .conceptTitle a:hover {
    opacity: 0.7;
  }
  .secConcept .conceptTitle a:hover .jp i {
    right: -5px;
  }
}
@media screen and (max-width: 680px) {
  .secConcept {
    padding-top: 64px;
    margin-top: -28px;
  }
  .secConcept .conceptTitle .en {
    font-size: 59px;
  }
  .secConcept .conceptTitle .jp {
    font-size: 16px;
  }
  .secConcept .conceptTitle .jp i {
    width: 102px;
    height: 8px;
    margin-left: 12px;
    position: relative;
    right: 0;
    -webkit-animation: sp_arrow_move 2s infinite;
            animation: sp_arrow_move 2s infinite;
  }
  .secConcept .conceptTitle .jp i::after {
    bottom: 4px;
    width: 12px;
  }
  .secConcept .conceptList {
    display: block;
    width: 77%;
    margin-top: 55px;
  }
  .secConcept .conceptList li {
    width: 100%;
    margin-bottom: 0;
  }
  .secConcept .conceptList li + li {
    margin-top: 21px;
  }
  .secConcept .conceptList li .listTitle {
    height: 20px;
    margin-top: 20px;
  }
  .secConcept .conceptList li .listText {
    font-size: 14px;
    line-height: 1.7;
    margin-top: 14px;
  }
  .secConcept .conceptList li .circleBox {
    gap: 18px;
    margin-top: 13px;
    margin-bottom: 0;
  }
  .secConcept .conceptList li .circleBox .circle {
    width: 30px;
    height: 30px;
    margin-bottom: -16px;
  }
  .secConcept .conceptImgSlider {
    margin-top: -13px;
  }
}
/* CONCEPT
***************************************************************/
/* MODEL HOUSE
***************************************************************/
.secModelhouse {
  padding-top: 100px;
}
.secModelhouse .inner {
  width: 1023px;
  margin: 0 auto;
}
.secModelhouse .modelhouseTitle {
  font-size: 74px;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #fcc800;
  text-align: center;
}
.secModelhouse .columnBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
}
.secModelhouse .columnBox .text {
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 500;
}
.secModelhouse .columnBox .img {
  width: 182px;
  margin-top: -38px;
}
.secModelhouse .columnBox .linkBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 274px;
  padding-top: 54px;
  margin-left: 16px;
  position: relative;
  z-index: 0;
}
.secModelhouse .columnBox .linkBox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 356%;
  background: #fcc800;
  z-index: -1;
}
.secModelhouse .columnBox .linkBox .linkLogo {
  width: 150px;
  margin: 0 auto;
}
.secModelhouse .columnBox .linkBox i {
  display: block;
  width: 128px;
  height: 9px;
  margin: 20px auto 0;
  position: relative;
  z-index: 0;
}
.secModelhouse .columnBox .linkBox i::before, .secModelhouse .columnBox .linkBox i::after {
  content: "";
  position: absolute;
  background: #fff;
  height: 1px;
}
.secModelhouse .columnBox .linkBox i::before {
  left: 0;
  bottom: 0;
  width: 100%;
}
.secModelhouse .columnBox .linkBox i::after {
  right: -2px;
  bottom: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 15px;
}
.secModelhouse .modelhouseImg {
  display: block;
  width: calc(100% + (100vw - 1023px) / 2);
  margin-left: calc((-100vw + 1021px) / 2);
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.secModelhouse .modelhouseImg:nth-of-type(1) {
  width: 1000px;
  margin-left: auto;
}
.secModelhouse .modelhouseImg + .modelhouseImg {
  margin-top: 28px;
}
.secModelhouse .modelhouseListBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
  margin-top: 86px;
  position: relative;
  z-index: 1;
}
.secModelhouse .modelhouseListBoxTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 126px;
  background: #fcc800;
  padding-top: 27px;
}
.secModelhouse .modelhouseListBoxTitle span {
  display: block;
  width: 61px;
}
.secModelhouse .modelhouseList {
  width: calc(100% + 9px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-right: -140px;
}
.secModelhouse .modelhouseList li {
  width: calc((100% - 10px) / 3);
}
.secModelhouse .modelhouseList li .listImgBox {
  position: relative;
  z-index: 0;
}
.secModelhouse .modelhouseList li .listCat {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 149px;
  margin-right: 16px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 6px 13px;
  z-index: 1;
}
.secModelhouse .modelhouseList li .listCat::before {
  content: "";
  position: absolute;
  right: -16px;
  top: 0;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  border-width: 28px 0px 0px 16px;
}
.secModelhouse .modelhouseList li .listTitleBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 12px 7px;
  background: #fff;
}
.secModelhouse .modelhouseList li .listTitleBox i {
  display: block;
  width: 43px;
  height: 9px;
  position: relative;
  z-index: 0;
}
.secModelhouse .modelhouseList li .listTitleBox i::before, .secModelhouse .modelhouseList li .listTitleBox i::after {
  content: "";
  position: absolute;
  background: #fcc800;
  height: 1px;
}
.secModelhouse .modelhouseList li .listTitleBox i::before {
  left: 0;
  bottom: 0;
  width: 100%;
}
.secModelhouse .modelhouseList li .listTitleBox i::after {
  right: -2px;
  bottom: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 15px;
}
.secModelhouse .modelhouseList li .listTitle {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.secModelhouse .modelhouseBigImg {
  padding-top: 163px;
  margin-top: -115px;
  height: 608px;
  background: url(../img/top/modelhouse_img06.jpg) no-repeat center/cover;
  position: relative;
  z-index: 0;
}
.secModelhouse .modelhouseBigImg .modelhouseBigText {
  width: 783px;
  margin: 0 auto;
  position: relative;
}
.secModelhouse .modelhouseBigImg .modelhouseBigText .modelhouseBigText__num {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-67%, -67%);
  -webkit-transform: translate(-67%, -67%);
  -ms-transform: translate(-67%, -67%);
  width: 100%;
  font-size: 3.6em;
  font-weight: 700;
  color: #fff;
}
.secModelhouse .modelhouseBigImg .modelhouseBigText .modelhouseBigText__desc {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 70%);
  -webkit-transform: translate(-50%, 70%);
  -ms-transform: translate(-50%, 70%);
  width: 100%;
  font-size: 1.0em;
  font-weight: 400;
  color: #fff;
}
.secModelhouse .modelhouseBigImg .modelhouseBigLogo {
  display: block;
  width: 518px;
  margin: 42px auto 0;
}

@media screen and (min-width: 681px) {
  .secModelhouse {
    overflow: hidden;
  }
  .secModelhouse .columnBox .linkBox {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .secModelhouse .columnBox .linkBox i {
    right: 0;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .secModelhouse .columnBox .linkBox:hover {
    opacity: 0.7;
  }
  .secModelhouse .columnBox .linkBox:hover i {
    right: -6px;
  }
  .secModelhouse .modelhouseImg {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .secModelhouse .modelhouseImg:hover {
    opacity: 0.7;
  }
  .secModelhouse .modelhouseList li .listImgBox {
    overflow: hidden;
  }
  .secModelhouse .modelhouseList li .listImgBox img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .secModelhouse .modelhouseList li .listTitleBox i {
    right: 0;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .secModelhouse .modelhouseList li a:hover .listImgBox img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .secModelhouse .modelhouseList li a:hover .listTitleBox i {
    right: -4px;
  }
  .secModelhouse .modelhouseBigImg .modelhouseBigLogo {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .secModelhouse .modelhouseBigImg .modelhouseBigLogo:hover {
    opacity: 0.7;
  }
}
@media all and (min-width: 681px) and (max-width: 1200px) {
  .secModelhouse .modelhouseImg {
    width: calc(100% + 89px);
    margin-left: -89px;
  }
}
@media screen and (max-width: 680px) {
  .secModelhouse {
    padding-top: 30px;
  }
  .secModelhouse .inner {
    width: 100%;
  }
  .secModelhouse .modelhouseTitle {
    font-size: 59px;
  }
  .secModelhouse .columnBox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 8px;
    padding: 0 15px;
  }
  .secModelhouse .columnBox .text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    font-size: 19px;
  }
  .secModelhouse .columnBox .img {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: 42.03%;
    margin-top: 0;
    margin-right: -2px;
    position: relative;
    right: -4%;
    top: -23px;
  }
  .secModelhouse .columnBox .linkBox {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 55%;
    padding-top: 37px;
    margin-left: 0;
    margin-top: 20px;
  }
  .secModelhouse .columnBox .linkBox::before {
    height: 270%;
  }
  .secModelhouse .columnBox .linkBox .linkLogo {
    width: 55.34%;
  }
  .secModelhouse .columnBox .linkBox i {
    width: 89px;
    height: 7px;
    margin-top: 17px;
    position: relative;
    right: 0;
    -webkit-animation: sp_arrow_move 2s infinite;
            animation: sp_arrow_move 2s infinite;
  }
  .secModelhouse .columnBox .linkBox i::after {
    bottom: 3px;
    width: 10px;
  }
  .secModelhouse .modelhouseImg {
    width: 100%;
    margin-left: 0;
    margin-top: 7px;
  }
  .secModelhouse .modelhouseImg:nth-of-type(1) {
    width: 100%;
  }
  .secModelhouse .modelhouseImg + .modelhouseImg {
    margin-top: 14px;
  }
  .secModelhouse .modelhouseListBox {
    gap: 12px;
    margin-top: 33px;
    padding: 0 20px;
  }
  .secModelhouse .modelhouseListBoxTitle {
    width: 103px;
    padding-top: 27px;
  }
  .secModelhouse .modelhouseListBoxTitle span {
    width: 19px;
  }
  .secModelhouse .modelhouseList {
    width: calc(100% - 115px);
    display: block;
    margin-right: 0;
  }
  .secModelhouse .modelhouseList li {
    width: 100%;
  }
  .secModelhouse .modelhouseList li .listCat {
    width: 100px;
    margin-right: 16px;
    font-size: 11px;
    padding: 5px 0 5px 8px;
  }
  .secModelhouse .modelhouseList li .listCat::before {
    border-width: 21px 0px 0px 16px;
  }
  .secModelhouse .modelhouseList li .listTitleBox {
    padding: 6px 9px;
  }
  .secModelhouse .modelhouseList li .listTitleBox i {
    width: 30px;
    height: 7px;
  }
  .secModelhouse .modelhouseList li .listTitleBox i::after {
    bottom: 3px;
    width: 10px;
  }
  .secModelhouse .modelhouseList li .listTitle {
    font-size: 12px;
  }
  .secModelhouse .modelhouseBigImg {
    padding-top: 106px;
    margin-top: -65px;
    height: 661px;
    background: url(../img/top/modelhouse_img06_sp.jpg) no-repeat center/cover;
  }
  .secModelhouse .modelhouseBigImg .modelhouseBigText {
    width: 100%;
    padding: 0 32px;
  }
  .secModelhouse .modelhouseBigImg .modelhouseBigText .modelhouseBigText__num {
    transform: translate(-82%, -73%);
    -webkit-transform: translate(-82%, -73%);
    -ms-transform: translate(-82%, -73%);
    font-size: 14vw;
  }
  .secModelhouse .modelhouseBigImg .modelhouseBigText .modelhouseBigText__desc {
    transform: translate(-50%, 78%);
    -webkit-transform: translate(-50%, 78%);
    -ms-transform: translate(-50%, 78%);
    font-size: 3vw;
  }
  .secModelhouse .modelhouseBigImg .modelhouseBigLogo {
    width: 100%;
    margin-top: 25px;
  }
}
/* MODEL HOUSE
***************************************************************/
@-webkit-keyframes sp_arrow_move {
  0% {
    right: 0;
  }
  10% {
    right: -6px;
  }
  20% {
    right: 0;
  }
  30% {
    right: -6px;
  }
  40% {
    right: 0;
  }
  100% {
    right: 0;
  }
}
@keyframes sp_arrow_move {
  0% {
    right: 0;
  }
  10% {
    right: -6px;
  }
  20% {
    right: 0;
  }
  30% {
    right: -6px;
  }
  40% {
    right: 0;
  }
  100% {
    right: 0;
  }
}
/* コンテンツ
***************************************************************/
/* コンテンツ
***************************************************************//*# sourceMappingURL=index.css.map */

/* ADD 2025-07-18
***************************************************************/

	.banner-fix {
		position: fixed;
		right: 50px;
		bottom: 100px;
		z-index: 100;
		width: 360px;
		height: auto;
		background-color: #ffffff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	}
	.banner-fix .button-close {
		position: absolute;
		top: -15px;
		left: 20px;
		width: 30px;
		height: auto;
		cursor: pointer;
	}
	.banner-fix img {
		width: 100%;
	}

@media screen and (max-width:768px){
	.banner-fix {
		position: fixed;
		right: 4vw;
		bottom: 16vw;
		z-index: 100;
		width: 54vw;
		height: auto;
		background-color: #ffffff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	}
	.banner-fix .button-close {
		position: absolute;
		top: -15px;
		left: 20px;
		width: 30px;
		height: auto;
		cursor: pointer;
	}
}

