@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&display=swap");
/* メイン・サブ
***************************************************************/
/* その他
***************************************************************/
/* メイン・サブ
***************************************************************/
/* テキスト
***************************************************************/
/* media
***************************************************************/
/* フォントサイズvw
***************************************************************/
body {
  padding-top: 65px;
}

/* MV
***************************************************************/
.mv {
  padding-left: 85px;
}
.mv .inner {
  height: 100%;
}
.mv .mvLogoBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 85px;
}
.mv .mvLogoBox .mvBoxLeft {
  width: 322px;
}
.mv .mvLogoBox .mvBoxRight {
  width: 453px;
}
.mv .mvLogoBox .mvLogo02 {
  width: 329px;
  margin-top: 36px;
  margin-left: auto;
}
.mv .mvImgBox {
  width: 100%;
  height: 700px;
  margin-top: 100px;
  position: relative;
}
.mv .mvImgBox .mvImgSlider {
  height: 100%;
}
.mv .mvImgBox .mvImgSlider * {
  height: 100%;
}
.mv .mvImgBox .mvImgSlider li.moving {
  -webkit-animation: zoomOut 15s ease -1s;
          animation: zoomOut 15s ease -1s;
}
.mv .mvLogo03 {
  position: absolute;
  left: 38px;
  top: 72px;
  width: 829px;
  z-index: 1;
}

@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (min-width: 681px) {
  .mv .mvImgBox .slide01 {
    background: url(../img/top/mv_img01.jpg) no-repeat center/cover;
  }
  .mv .mvImgBox .slide02 {
    background: url(../img/top/mv_img02.jpg) no-repeat top/cover;
  }
  .mv .mvImgBox .slide03 {
    background: url(../img/top/mv_img03.jpg) no-repeat top/cover;
  }
  .mv .mvImgBox .slide04 {
    background: url(../img/top/mv_img04.jpg) no-repeat top/cover;
  }
}
@media screen and (max-width: 680px) {
  .mv {
    padding-left: 0;
    height: auto;
  }
  .mv .mvLogoBox {
    display: block;
    padding-right: 0;
  }
  .mv .mvLogoBox .mvBoxLeft {
    width: 171px;
    margin: 0 auto;
  }
  .mv .mvLogoBox .mvBoxRight {
    width: 226px;
    margin: 26px auto 0;
  }
  .mv .mvLogoBox .mvLogo02 {
    width: 100%;
    margin-top: 11px;
    margin-left: 0;
  }
  .mv .mvImgBox {
    width: calc(100% - 30px);
    height: 275px;
    margin-top: 15px;
    margin-left: auto;
  }
  .mv .mvImgBox .slide01 {
    background: url(../img/top/mv_img01_sp.jpg) no-repeat center/cover;
  }
  .mv .mvImgBox .slide02 {
    background: url(../img/top/mv_img02_sp.jpg) no-repeat top/cover;
  }
  .mv .mvImgBox .slide03 {
    background: url(../img/top/mv_img03_sp.jpg) no-repeat top/cover;
  }
  .mv .mvImgBox .slide04 {
    background: url(../img/top/mv_img04_sp.jpg) no-repeat top/cover;
  }
  .mv .mvLogo03 {
    left: 5px;
    top: auto;
    bottom: 15px;
    width: 287px;
  }
  .modaal-inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .modaal-video-wrap {
    margin: auto 30px;
  }
}
/* MV
***************************************************************/
/* INFORMATION
***************************************************************/
.secInfo {
  padding-top: 140px;
}
.secInfo .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  margin: 0 auto;
}
.secInfo .infoTitle {
  width: 141px;
  margin-top: 9px;
}
.secInfo .infoList {
  width: calc(100% - 141px);
  padding-left: 60px;
}
.secInfo .infoList li + li {
  margin-top: 15px;
}
.secInfo .infoList li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.secInfo .infoList li .listDate {
  width: 178px;
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
}
.secInfo .infoList li .listDate::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70px;
  height: 1px;
  background: #808aa3;
}
.secInfo .infoList li .listTitle {
  width: calc(100% - 178px);
  padding-left: 14px;
  padding-top: 2px;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
}
.secInfo .infoList li .listTitle span {
  display: inline-block;
  position: relative;
}
.secInfo .infoList li .listTitle span::before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: -66px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 46.08px;
  height: 8.64px;
  background: url(../img/common/icon_arrow01.svg) no-repeat center/cover;
}
.secInfo .infoList li.noLink a {
  pointer-events: none;
}
.secInfo .infoList li.noLink .listTitle span::before {
  content: none;
}

@media screen and (min-width: 681px) {
  .secInfo .infoList li .listTitle span::before {
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .secInfo .infoList li a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .secInfo .infoList li a:hover {
    opacity: 0.7;
  }
  .secInfo .infoList li a:hover .listTitle span::before {
    right: -71px;
  }
}
@media screen and (max-width: 680px) {
  .secInfo {
    padding-top: 74px;
  }
  .secInfo .inner {
    display: block;
    width: 100%;
    padding: 0 30px;
  }
  .secInfo .infoTitle {
    width: 102px;
    margin-top: 0;
  }
  .secInfo .infoList {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
  .secInfo .infoList li + li {
    margin-top: 20px;
  }
  .secInfo .infoList li a {
    display: block;
  }
  .secInfo .infoList li .listDate {
    width: 130px;
    font-size: 14px;
  }
  .secInfo .infoList li .listDate::before {
    width: 50px;
  }
  .secInfo .infoList li .listTitle {
    width: 100%;
    padding-left: 0;
    padding-top: 2px;
    font-size: 13px;
    line-height: 1.8;
  }
  .secInfo .infoList li .listTitle span {
    display: block;
    padding-right: 45px;
  }
  .secInfo .infoList li .listTitle span::before {
    top: calc(50% - 3px);
    right: 0;
    width: 33px;
    height: 6px;
  }
}
/* INFORMATION
***************************************************************/
/* CONCEPT MOVIE
***************************************************************/
.secConceptMovie {
  padding-top: 140px;
}
.secConceptMovie .inner {
  width: 700px;
  margin: 0 auto;
}
.secConceptMovie .conceptMovieBox {
  display: block;
  height: 393px;
  position: relative;
}
.secConceptMovie .conceptMovieBox .copy {
  position: absolute;
  top: 38%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 219px;
  z-index: 1;
}
.secConceptMovie .conceptMovieBox .img {
  height: 100%;
  background: url(../img/top/concept_movie_img.jpg) no-repeat center/cover;
}
.secConceptMovie .conceptMovieBox i {
  display: block;
  position: absolute;
  top: 59%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  z-index: 1;
}
.secConceptMovie .conceptMovieTitle {
  width: 162px;
  margin-top: 26px;
}

@media screen and (min-width: 681px) {
  .secConceptMovie .conceptMovieBox {
    overflow: hidden;
  }
  .secConceptMovie .conceptMovieBox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    z-index: 1;
  }
  .secConceptMovie .conceptMovieBox .img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .secConceptMovie .conceptMovieBox i {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .secConceptMovie .conceptMovieBox:hover::before {
    background: rgba(0, 0, 0, 0.5);
  }
  .secConceptMovie .conceptMovieBox:hover .img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .secConceptMovie .conceptMovieBox:hover i {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3);
  }
}
@media screen and (max-width: 680px) {
  .secConceptMovie {
    padding-top: 68px;
  }
  .secConceptMovie .inner {
    width: 100%;
    padding: 0 30px;
  }
  .secConceptMovie .conceptMovieBox {
    height: 177px;
  }
  .secConceptMovie .conceptMovieBox .copy {
    width: 120px;
  }
  .secConceptMovie .conceptMovieBox i {
    width: 45px;
    height: 45px;
  }
  .secConceptMovie .conceptMovieTitle {
    width: 116px;
    margin-top: 16px;
  }
}
/* CONCEPT MOVIE
***************************************************************/
/* CONCEPT
***************************************************************/
.secConcept {
  padding-top: 160px;
}
.secConcept .inner {
  width: 1100px;
  margin: 0 auto;
}
.secConcept .conceptAbout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.secConcept .conceptAbout .textBox {
  width: calc(100% - 460px);
  padding-right: 92px;
}
.secConcept .conceptAbout .conceptTitle {
  width: 102px;
}
.secConcept .conceptAbout .conceptLogo {
  width: 580px;
  margin-left: -33px;
  margin-top: 23px;
}
.secConcept .conceptAbout .conceptText {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 2;
  font-weight: 500;
  margin-top: 40px;
}
.secConcept .conceptAbout .commonMoreBtn {
  margin-top: 72px;
}
.secConcept .conceptAbout .conceptImg {
  width: 460px;
  height: 640px;
  position: relative;
}
.secConcept .conceptAbout .conceptImg .conceptCopy {
  position: absolute;
  left: -22px;
  top: 34px;
  width: 45px;
  z-index: 1;
}
.secConcept .conceptAbout .conceptImg .img {
  border-radius: 0 0 100px 0;
  height: 100%;
  background: url(../img/top/concept_img01.jpg) no-repeat center/cover;
}

@media screen and (max-width: 680px) {
  .secConcept {
    padding-top: 72px;
  }
  .secConcept .inner {
    width: 100%;
    padding: 0 30px;
  }
  .secConcept .conceptAbout {
    display: block;
  }
  .secConcept .conceptAbout .textBox {
    width: 100%;
    padding-right: 0;
  }
  .secConcept .conceptAbout .conceptTitle {
    width: 73px;
  }
  .secConcept .conceptAbout .conceptLogo {
    width: calc(100% + 20px);
    margin-left: -20px;
    margin-top: 10px;
  }
  .secConcept .conceptAbout .conceptText {
    width: calc(100% + 8px);
    font-size: 13px;
    margin-top: 22px;
  }
  .secConcept .conceptAbout .commonMoreBtn {
    margin-top: 50px;
  }
  .secConcept .conceptAbout .conceptImg {
    width: 100%;
    height: 416px;
    padding-left: 15px;
    margin-left: auto;
    margin-top: 26px;
  }
  .secConcept .conceptAbout .conceptImg .conceptCopy {
    left: 0;
    top: 22px;
    width: 29px;
  }
  .secConcept .conceptAbout .conceptImg .img {
    border-radius: 0 0 80px 0;
  }
}
/* CONCEPT
***************************************************************/
/* PLAN共通FV
***************************************************************/
.planFv {
  width: 100%;
  position: relative;
  z-index: 0;
}
.planFv .planCopy {
  position: absolute;
  right: calc((100% - 1100px) / 2);
  width: 140px;
  z-index: 1;
}
.planFv .img {
  width: 100%;
  height: 600px;
  border-radius: 100px 0 0 0;
}
.planFv.townplan .planCopy {
  top: -80px;
}
.planFv.houseplan .planCopy {
  bottom: -128px;
}
.planFv.location .planCopy {
  right: auto;
  left: calc((100% - 1100px) / 2);
  top: -80px;
}
.planFv.location .img {
  border-radius: 0 0 100px 0;
}

@media screen and (min-width: 681px) {
  .planFv.townplan .img {
    background: url(../img/top/townplan_fv_img.jpg) no-repeat center/cover;
  }
  .planFv.houseplan .img {
    background: url(../img/top/houseplan_fv_img.jpg) no-repeat center/cover;
  }
  .planFv.location .img {
    background: url(../img/top/location_fv_img.jpg) no-repeat center/cover;
  }
}
@media screen and (max-width: 680px) {
  .planFv .planCopy {
    right: 15px;
    width: 101px;
  }
  .planFv .img {
    width: 100%;
    height: 375px;
    border-radius: 80px 0 0 0;
  }
  .planFv.townplan .planCopy {
    top: -50px;
  }
  .planFv.townplan .img {
    background: url(../img/top/townplan_fv_img_sp.jpg) no-repeat center/cover;
  }
  .planFv.houseplan .planCopy {
    bottom: -92px;
  }
  .planFv.houseplan .img {
    background: url(../img/top/houseplan_fv_img_sp.jpg) no-repeat center/cover;
  }
  .planFv.location .planCopy {
    right: auto;
    left: 15px;
    top: -50px;
  }
  .planFv.location .img {
    border-radius: 0 0 80px 0;
    background: url(../img/top/location_fv_img_sp.jpg) no-repeat center/cover;
  }
}
/* PLAN共通FV
***************************************************************/
/* TOWN PLAN
***************************************************************/
.secTownplan {
  padding-top: 200px;
}
.secTownplan .townplanCont {
  padding-top: 100px;
}
.secTownplan .townplanCont .inner {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
}
.secTownplan .townplanCont .columnBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 85px;
}
.secTownplan .townplanCont .columnBox .leftBox {
  width: calc(100% - 591px);
}
.secTownplan .townplanCont .columnBox .townplanEnTitle {
  width: 125px;
}
.secTownplan .townplanCont .columnBox .townplanTitle {
  font-size: 26px;
  letter-spacing: 0;
  margin-top: 50px;
}
.secTownplan .townplanCont .columnBox .townplanText {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2;
  text-align: justify;
  padding-right: 60px;
  margin-top: 25px;
}
.secTownplan .townplanCont .columnBox .rightBox {
  width: 591px;
}
.secTownplan .townplanCont .townplanImg {
  margin-top: -38px;
}
.secTownplan .townplanCont .commonMoreBtn {
  margin-top: 100px;
}

@media screen and (max-width: 680px) {
  .secTownplan {
    padding-top: 100px;
  }
  .secTownplan .townplanCont {
    padding-top: 28px;
  }
  .secTownplan .townplanCont .inner {
    max-width: 100%;
    padding: 0 15px;
  }
  .secTownplan .townplanCont .columnBox {
    display: block;
    padding: 0;
  }
  .secTownplan .townplanCont .columnBox .leftBox {
    width: 100%;
    padding: 0 0 0 15px;
  }
  .secTownplan .townplanCont .columnBox .townplanEnTitle {
    width: 90px;
  }
  .secTownplan .townplanCont .columnBox .townplanTitle {
    font-size: 18px;
    margin-top: 22px;
  }
  .secTownplan .townplanCont .columnBox .townplanText {
    font-size: 13px;
    line-height: 2;
    padding-right: 0;
    margin-top: 15px;
  }
  .secTownplan .townplanCont .columnBox .rightBox {
    width: 100%;
    margin-top: 20px;
  }
  .secTownplan .townplanCont .townplanImg {
    margin-top: 30px;
  }
  .secTownplan .townplanCont .commonMoreBtn {
    width: calc(100% - 30px);
    margin-top: 45px;
  }
}
/* TOWN PLAN
***************************************************************/
/* HOUSE PLAN
***************************************************************/
.secHouseplan {
  padding-top: 200px;
}
.secHouseplan .houseplanCont {
  padding-top: 100px;
}
.secHouseplan .houseplanCont .inner {
  width: 1100px;
  margin: 0 auto;
}
.secHouseplan .houseplanCont .columnBox {
  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;
}
.secHouseplan .houseplanCont .columnBox .leftBox {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: calc(100% - 460px);
  padding-left: 80px;
}
.secHouseplan .houseplanCont .columnBox .houseplanEnTitle {
  width: 133px;
}
.secHouseplan .houseplanCont .columnBox .houseplanTitle {
  font-size: 26px;
  letter-spacing: 0;
  margin-top: 50px;
}
.secHouseplan .houseplanCont .columnBox .houseplanText {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2;
  text-align: justify;
  margin-top: 25px;
}
.secHouseplan .houseplanCont .columnBox .commonMoreBtn {
  margin-top: 70px;
}
.secHouseplan .houseplanCont .columnBox .rightBox {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 460px;
  overflow: hidden;
  border-radius: 0 0 0 100px;
}

@media screen and (max-width: 680px) {
  .secHouseplan {
    padding-top: 100px;
  }
  .secHouseplan .houseplanCont {
    padding-top: 28px;
  }
  .secHouseplan .houseplanCont .inner {
    width: 100%;
    padding: 0 30px;
  }
  .secHouseplan .houseplanCont .columnBox {
    display: block;
  }
  .secHouseplan .houseplanCont .columnBox .leftBox {
    width: 100%;
    padding-left: 0;
  }
  .secHouseplan .houseplanCont .columnBox .houseplanEnTitle {
    width: 90px;
  }
  .secHouseplan .houseplanCont .columnBox .houseplanTitle {
    font-size: 18px;
    margin-top: 22px;
  }
  .secHouseplan .houseplanCont .columnBox .houseplanText {
    font-size: 13px;
    line-height: 2;
    margin-top: 15px;
  }
  .secHouseplan .houseplanCont .columnBox .commonMoreBtn {
    margin-top: 50px;
  }
  .secHouseplan .houseplanCont .columnBox .rightBox {
    width: 100%;
    margin-top: 20px;
    border-radius: 0 0 0 80px;
  }
}
/* HOUSE PLAN
***************************************************************/
/* LOCATION
***************************************************************/
.secLocation {
  padding-top: 200px;
}
.secLocation .inner {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
}
.secLocation .locationAbout {
  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;
  padding: 0 85px;
}
.secLocation .locationAbout .leftBox {
  width: 434px;
}
.secLocation .locationAbout .locationEnTitle {
  width: 222px;
}
.secLocation .locationAbout .locationCopy {
  margin-top: 58px;
}
.secLocation .locationAbout .rightBox {
  width: calc(100% - 429px);
  padding-left: 45px;
  margin-top: 40px;
  margin-right: -5px;
  position: relative;
  z-index: 0;
}
.secLocation .locationAbout .locationTitle {
  font-size: 26px;
  letter-spacing: 0;
  font-weight: 500;
}
.secLocation .locationAbout .locationText {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 2;
  text-align: justify;
}
.secLocation .locationAbout .locationBg {
  position: absolute;
  top: 60%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 545px;
  z-index: -1;
}
.secLocation .locationList {
  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: 50px;
  margin-top: 100px;
}
.secLocation .locationList li {
  width: calc((100% - 150px) / 4);
}
.secLocation .locationList li .listImg {
  height: 400px;
}
.secLocation .locationList li .listImg .img {
  height: 100%;
}
.secLocation .locationList li .listImg .img.type01 {
  background: url(../img/top/location_img01.jpg) no-repeat center/cover;
}
.secLocation .locationList li .listImg .img.type02 {
  background: url(../img/top/location_img02.jpg) no-repeat center/cover;
}
.secLocation .locationList li .listImg .img.type03 {
  background: url(../img/top/location_img03.jpg) no-repeat center/cover;
}
.secLocation .locationList li .listImg .img.type04 {
  background: url(../img/top/location_img04.jpg) no-repeat center/cover;
}
.secLocation .locationList li .listTitle {
  font-size: 25px;
  letter-spacing: 0;
  font-weight: 500;
  margin-top: 25px;
}
.secLocation .locationList li .commonMoreBtn {
  width: 100%;
  margin-top: 25px;
}
.secLocation .locationList li:nth-child(1) .listImg .img {
  border-radius: 70px 0 0 0;
}
.secLocation .locationList li:nth-child(2) {
  margin-top: 60px;
}
.secLocation .locationList li:nth-child(2) .listImg .img {
  border-radius: 0 0 0 70px;
}
.secLocation .locationList li:nth-child(3) {
  margin-top: 120px;
}
.secLocation .locationList li:nth-child(3) .listImg .img {
  border-radius: 0 70px 0 0;
}
.secLocation .locationList li:nth-child(4) {
  margin-top: 180px;
}
.secLocation .locationList li:nth-child(4) .listImg .img {
  border-radius: 0 0 70px 0;
}
.secLocation .planFv {
  margin-top: 68px;
}

@media screen and (min-width: 681px) {
  .secLocation .locationList.anime li {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
    position: relative;
    -webkit-transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s ease-out;
    transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s ease-out;
    transition: opacity 0.6s 0.3s, transform 0.6s 0.3s ease-out;
    transition: opacity 0.6s 0.3s, transform 0.6s 0.3s ease-out, -webkit-transform 0.6s 0.3s ease-out;
  }
  .secLocation .locationList.anime li:nth-child(2) {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .secLocation .locationList.anime li:nth-child(3) {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .secLocation .locationList.anime li:nth-child(4) {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .secLocation .locationList.action li {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .secLocation .locationList li .listImg .img {
    -webkit-transition: border-radius 0.3s, -webkit-transform 0.3s;
    transition: border-radius 0.3s, -webkit-transform 0.3s;
    transition: border-radius 0.3s, transform 0.3s;
    transition: border-radius 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }
  .secLocation .locationList li a:hover .listImg .img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .secLocation .locationList li:nth-child(1) a:hover .listImg .img {
    border-radius: 0 70px 70px 70px;
  }
  .secLocation .locationList li:nth-child(2) a:hover .listImg .img {
    border-radius: 70px 70px 70px 0;
  }
  .secLocation .locationList li:nth-child(3) a:hover .listImg .img {
    border-radius: 70px 0 70px 70px;
  }
  .secLocation .locationList li:nth-child(4) a:hover .listImg .img {
    border-radius: 70px 70px 0 70px;
  }
}
@media screen and (max-width: 680px) {
  .secLocation {
    padding: 100px 0;
  }
  .secLocation .inner {
    max-width: 100%;
    padding: 0 15px;
  }
  .secLocation .locationAbout {
    display: block;
    padding: 0 15px;
  }
  .secLocation .locationAbout .leftBox {
    width: 100%;
  }
  .secLocation .locationAbout .locationEnTitle {
    width: 160px;
  }
  .secLocation .locationAbout .locationCopy {
    margin-top: 27px;
  }
  .secLocation .locationAbout .rightBox {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
    margin-right: 0;
  }
  .secLocation .locationAbout .locationTitle {
    font-size: 18px;
  }
  .secLocation .locationAbout .locationText {
    font-size: 13px;
    line-height: 2;
    margin-top: 15px;
  }
  .secLocation .locationAbout .locationBg {
    top: 84%;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% + 30px);
  }
  .secLocation .locationList {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0 15px;
    margin-top: 160px;
    position: relative;
  }
  .secLocation .locationList li {
    width: calc((100% - 15px) / 2);
  }
  .secLocation .locationList li .listImg {
    height: 235px;
  }
  .secLocation .locationList li .listImg .img.type01 {
    background: url(../img/top/location_img01.jpg) no-repeat center/cover;
  }
  .secLocation .locationList li .listImg .img.type02 {
    background: url(../img/top/location_img02.jpg) no-repeat center/cover;
  }
  .secLocation .locationList li .listImg .img.type03 {
    background: url(../img/top/location_img03.jpg) no-repeat center/cover;
  }
  .secLocation .locationList li .listImg .img.type04 {
    background: url(../img/top/location_img04.jpg) no-repeat center/cover;
  }
  .secLocation .locationList li .listTitle {
    font-size: 15px;
    margin-top: 15px;
  }
  .secLocation .locationList li .commonMoreBtn {
    margin-top: 15px;
  }
  .secLocation .locationList li:nth-child(1) .listImg .img {
    border-radius: 50px 0 0 0;
  }
  .secLocation .locationList li:nth-child(2) {
    margin-top: 55px;
  }
  .secLocation .locationList li:nth-child(2) .listImg .img {
    border-radius: 0 0 0 50px;
  }
  .secLocation .locationList li:nth-child(3) {
    margin-top: -10px;
  }
  .secLocation .locationList li:nth-child(3) .listImg .img {
    border-radius: 0 50px 0 0;
  }
  .secLocation .locationList li:nth-child(4) {
    margin-top: 50px;
  }
  .secLocation .locationList li:nth-child(4) .listImg .img {
    border-radius: 0 0 50px 0;
  }
  .secLocation .planFv {
    margin-top: 50px;
  }
}
/* LOCATION
***************************************************************/
/* コンテンツ
***************************************************************/
/* コンテンツ
***************************************************************//*# sourceMappingURL=index.css.map */