/* ================================================
	TOP
=================================================== */
/*  main
=================================================== */
.section0567{
width:100%;
margin:0;
}

.section055555{
max-width: 680px;
margin:50px auto 50px auto;
text-align: center;
line-height: 2;
font-size:16px;
}

.section055555 h2{
font-size:5rem;
color: #f39939;
}
.section055555 img{
max-width: 100%;
margin:15px auto 50px auto ;
}

.kkji{
height:50px;	
}

#top-main {
  background: #e3733b;
}

#animation_container {
  width: 100%;
  margin: 0 auto;
}

#canvas {
  width: 100%;
  max-width: 1500px;
  height: 747px;
}

#dom_overlay_container {
  width: 100%;
  pointer-events: none;
}

.yoko-yoko{
	margin:0 0 0 20px;
}

/*  debut
=================================================== */
#top-debut {
  padding-top: 110px;
  color: #fff;
  background: #e3733b url("../img/top/debut_bg.png") no-repeat center top;
}

#top-debut h2 {
  max-width: 400px;
  margin: 0 auto 50px auto;
}

#top-debut h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 1px;
}

#top-debut p {
  font-weight: bold;
  line-height: 2;
  margin-bottom: 50px;
  text-align: center;
}

#top-debut h4 {
  max-width: 280px;
  margin: 0 auto;
}

#top-debut h5 {
  font-size: 2.4rem;
  margin-top: 50px;
  text-align: center;
  color: #fff;
}

#top-debut h5 span {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  #top-debut {
    padding-top: 80px;
    background-size: 200%;
  }
  #top-debut h5 {
    font-size: 5vw;
  }
  #top-debut h5 span {
    font-size: 3vw;
  }
}

/*  plan table
=================================================== */
.table {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
}
#plantable {
  background: #e3733b;
  padding: 5em 0;
}
#plan-table table thead th,
#plan-table table thead th:first-child {
  padding: 0;
  background: #E06426;
  color: white;
  font-weight: normal;
  height: auto;
}
#plan-table table thead tr:nth-child(2) th {
  padding: 5px;
  background: none;
  border-bottom: solid 1px #40210f;
}
table td {
  background: #fff;
}
#plan-table table tbody td {
  width: 27%;
  vertical-align: middle;
  letter-spacing: 1px;
  border-right: dotted 1px #c8c8c8;
  padding: 5px;
  font-size: 140%;
}
#plan-table table tbody td span {
  font-size: 1rem;
}
#plan-table table tbody td:last-of-type {
  width: auto;
  font-size: 77%;
}
#plan-table table tbody .soldout td {
  background: #E06426;
  border-right: none;
}
.soldout {
  background: #e3733b;
  text-align: center;
}

#plan-table .soldout {
  border: none;
}
#plan-table table th:first-child {
  height: 35px;
  background: #40210F;
  color: #E3733B;
  padding: 5px;
  width: 7%;
}
#plan-table table tbody .soldout td .white {
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
}
#plan-table table tbody {
  border: solid 1px #40210f;
}
#plan-table table tbody tr {
  border-bottom: solid 1px #40210f;
}
#plan-table table tbody tr:nth-child(15) {
  border-bottom: solid 1px #40210f;
}
@media screen and (max-width: 767px) {
  #plan-table {
    font-size: 2vw;
    padding: 80px 0 50px 0;
  }
  #plan-table table caption {
    font-size: 1.2rem;
  }
  #plan-table table tbody th {
    width: 20%;
    letter-spacing: 0;
  }
  #plan-table table tbody td {
    width: 40%;
    letter-spacing: 0;
  }
  #plan-table table tbody td span {
    font-size: 2vw;
  }
  #plan-table table tbody td a {
    line-height: 1.2;
    padding: 2px 5px;
    transition: 0.3s;
    border-radius: 10px;
    background: #e3733b;
  }
  #plan-table table + table {
    margin-top: 50px;
  }
    #plan-table table tbody td {
    width: 28%;
    }

}
/*  house
=================================================== */
#top-house {
  background: #e3733b;
}

/*  image
=================================================== */
#top-image {
  padding-bottom: 100px;
  background: #e3733b;
}

.top-image-inner {
  display: flex;
}

.top-image-inner > div {
  flex-basis: 33.3%;
}

.top-imeg-yoko{
max-width: 660px;
margin:25px auto;
}

@media screen and (max-width: 767px) {
  #top-image {
    padding-bottom: 40px;
  }
  .top-image-inner {
    display: block;
  }
}

/*  bus
=================================================== */
#top-bus {
  padding-bottom: 150px;
  background: #e3733b;
}

.top-bus-img {
  max-width: 660px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #top-bus {
    padding-bottom: 40px;
  }
}

/*  life
=================================================== */
#top-life {
  padding: 40px 0;
}

#top-life ul {
  display: flex;
  justify-content: center;
}

#top-life ul li {
  font-weight: bold;
  padding: 10px;
  color: #40210f;
  border-left: solid #40210f 8px;
}

#top-life ul li span {
  font-size: 2.4rem;
}

#top-life ul li:first-child {
  padding-top: 15px;
}

#top-life ul li:nth-child(2) {
  padding-top: 0;
}

#top-life ul li:last-child {
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  #top-life ul {
    display: block;
  }
  #top-life ul li {
    border-left: solid #40210f 5px;
  }
  #top-life ul li:first-child {
    padding-top: 10px;
  }
  #top-life ul li:nth-child(2) {
    padding-top: 10px;
  }
  #top-life ul li:last-child {
    padding-top: 10px;
  }
  #top-life ul li + li {
    margin-top: 10px;
  }
}

/*  info
=================================================== */
#top-info {
  margin-bottom: 50px;
  padding: 60px 0 20px 0;
  border-bottom: solid 1px #000;
}

#top-info table {
  margin: 0 auto;
}

#top-info table th {
  padding-right: 10px;
  vertical-align: top;
}

#top-info table td a{
border-bottom: solid 1px #0999fd;
}

@media screen and (max-width: 767px) {
  #top-info table th {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  #top-info table td {
    display: block;
    width: 100%;
  }
}

/*  concept
=================================================== */
#top-concept {
  padding: 100px 0 50px 0;
  background: #f5e9d6 url("../img/top/concept_bg.png") no-repeat center top;
}

#top-concept h2 {
  max-width: 330px;
  margin: 0 auto 40px auto;
}

#top-concept p {
  font-weight: bold;
  margin-bottom: 80px;
  text-align: center;
  color: #40210f;
}

#top-concept h3 {
  margin: 0 auto 30px auto;
}

#top-concept ul {
  display: flex;
  justify-content: center;
}

#top-concept ul li {
  font-weight: bold;
  padding: 10px 30px;
  color: #40210f;
  border-radius: 18px;
  background: #fff;
}

#top-concept ul li + li {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  #top-concept {
    padding: 50px 0;
    background-size: 100%;
  }
  #top-concept p {
    margin-bottom: 40px;
  }
  #top-concept h3 {
    width: 80%;
  }
  #top-concept ul {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  #top-concept ul li {
    padding: 10px 0;
  }
  #top-concept ul li + li {
    margin-top: 10px;
    margin-left: 0;
  }
}

/* wrap */
.top-concept-wrap {
  padding: 80px 0;
  text-align: center;
}

/* text */
.top-concept-text {
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
  color: #40210f;
}

@media screen and (max-width: 767px) {
  .top-concept-text {
    text-align: left;
  }
}

/* beautiful */
.top-concept-beautiful {
  background: url("../img/top/beautiful_bg.jpg") center center/cover no-repeat;
}

.top-concept-beautiful h3 {
  max-width: 400px;
}

@media screen and (max-width: 767px) {
  .top-concept-beautiful {
    background: url("../img/top/beautiful_bg_sp.jpg") center center/cover no-repeat;
  }
}

/* active */
.top-concept-active {
  background: url("../img/top/active_bg.jpg") center center/cover no-repeat;
}

.top-concept-active h3 {
  max-width: 460px;
}

@media screen and (max-width: 767px) {
  .top-concept-active {
    background: url("../img/top/active_bg_sp.jpg") center center/cover no-repeat;
  }
}

/* new */
.top-concept-new {
  background: url("../img/top/new_bg.jpg") center center/cover no-repeat;
}

.top-concept-new h3 {
  max-width: 400px;
}

@media screen and (max-width: 767px) {
  .top-concept-new {
    background: url("../img/top/new_bg_sp.jpg") center center/cover no-repeat;
  }
}

/*  intro
=================================================== */
#top-intro {
  padding: 50px 0 100px 0;
  background: #f4aa76 url("../img/top/intro_bg.png") no-repeat center top;
}

#top-intro h2 {
  margin-bottom: 50px;
}

#top-intro ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#top-intro ul li {
  flex-basis: 49.2%;
}

#top-intro ul li:nth-child(n + 3) {
  margin-top: 2%;
}

#top-intro ul li:nth-child(n + 7) {
  margin-top: 50px;
}

#top-intro ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}

#top-intro ul li a.disable {
  opacity: 0.3;
}

#top-intro img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #top-intro {
    padding: 50px 0;
    background-size: 200%;
  }
  #top-intro ul li:nth-child(n + 7) {
    flex-basis: 100%;
    margin-top: 50px;
  }
  #top-intro ul li:nth-child(8) {
    margin-top: 2%;
  }
}

/*  alert
=================================================== */
#top-alert {
  padding: 20px 0;
}

#top-alert p {
  font-size: 0.9rem;
}
