@charset "UTF-8";

/* animation */
.bg .fade-bg {
  background-color: #fff;
}
.bg .fade-bg img{
  opacity: 0;
}

.isPlay img{
  animation-name: play;
  animation-duration: .9s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.22, 0.36, 0.5, 1);
  position: relative;
  opacity: 1 !important;
}

.isPlay:before {
  animation-name: maskOut;
  animation-duration: .7s;
  animation-delay: .2s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.22, 0.36, 0.5, 1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #fff;
}


@keyframes play {
  from {
    transform: translateX(0);
  }  
  to {
    transform: translateX(0);
  }
}

@keyframes maskOut {
  from {
    transform: translateX(0);
  }  
  to {
    transform: translateX(100%);
  }
}

.site_main--thesky {
  padding-top: 75px;
  padding-bottom: 80px;
}

@media screen and (min-width: 751px) {
  .site_main--thesky {
    padding-top: 240px;
    padding-bottom: 120px;
  }
}

.site_main--thesky-top {
  padding-left: 15px;
  padding-right: 15px;
}

.site_main--thesky-top > .ini {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-bottom: 82.5px;
}

@media screen and (min-width: 751px) {
  .site_main--thesky-top > .ini {
    padding-bottom: 180px;
  }
}

.site_main--thesky-top .title {
  max-width: 150px;
}

@media screen and (min-width: 751px) {
  .site_main--thesky-top .title {
    max-width: 544px;
  }
}

.site_main--thesky-top .title img {
  display: block;
  width: 100%;
  height: auto;
}


.site_main--thesky-main .image {
    margin-bottom: 45px;
}

@media screen and (min-width: 751px){
  .site_main--thesky-main .image {
      position: relative;
      padding-right: 12.9%;
      margin-bottom: 120px;
      position: relative;
  }
} 

.site_main--thesky-main .image img {
    display: block;
    height: auto;
    width: 100%;
}

.site_main--thesky-main .image .cap{
    margin-top: 7px;
    margin-left: 10px;
      font-size: .75rem;
  }

@media screen and (min-width: 751px){
  .site_main--thesky-main .image .cap{
      position: absolute;
      color: #ffffff;
      font-size: .75rem;
      bottom:10px;
      left: 10px;
  }
} 



/* --------------------------------------------------

  lead

-------------------------------------------------- */
.site_main--thesky-lead .ini{
  padding: 0 5%;
}

@media screen and (min-width: 751px) {
  .site_main--thesky-lead .ini {
    max-width: 1150px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 751px){
  .site_main--thesky-lead .copy {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}

.site_main--thesky-lead .copy .text {
    text-align: center;
  }

@media screen and (min-width: 751px){
  .site_main--thesky-lead .copy .text {
    padding-left: 0;
    padding-right: 0;
  }
}

.site_main--thesky-lead .copy .text .tfix {
  font-size: 0.9375rem;
  letter-spacing: 0.1rem;
  line-height: 2.5;
}

.site_main--thesky-lead .copy .text .tfix sup {
  font-size: 0.6675rem;
  vertical-align: text-top;
}

.site_main--thesky-lead .copy .text .tfix small {
  font-size: 0.8675rem;
  display: inline-block;
  line-height: 1.3;
}

@media screen and (min-width: 751px){
  .site_main--thesky-lead .copy .text .tfix {
    display: block;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0.5rem;
    font-size: 1.125rem;
    line-height: 3;
  }
  .site_main--thesky-lead .copy .text .tfix small {
    font-size: 1.0rem;
  }
}

@media screen and (min-width: 751px){
  .site_main--thesky-lead .copy .text .sp {
    display: none;
  }
}




/* --------------------------------------------------

  showroom

-------------------------------------------------- */
.site_main--thesky-showroom {
  margin-top: 60px;
}

@media screen and (min-width: 751px) {
  .site_main--thesky-showroom {
    margin-top: 220px;
  }
}

.site_main--thesky-showroom .ini{
  padding: 0 5%;
}

@media screen and (min-width: 751px) {
  .site_main--thesky-showroom .ini {
    max-width: 751px;
    margin: 0 auto;
  }
}

.site_main--thesky-showroom .header {
    padding-left: 25px;
    padding-right: 25px;
}

@media screen and (min-width: 751px){
  .site_main--thesky-showroom .header {
      padding-left: 15px;
      padding-right: 15px;
  }
}

.site_main--thesky-showroom .title {
    margin-bottom: 0;
    padding: 0;
}

.site_main--thesky-showroom .title img{
    width: 100%;
}

@media screen and (min-width: 751px){
  .site_main--thesky-showroom .header .title img{
      width: 100%;
      max-width: 1200px;
  }
}

.site_main--thesky-showroom .top_image{
  margin: 30px auto 0;
  text-align: center;
}

@media screen and (min-width: 751px){
  .site_main--thesky-showroom .top_image{
    margin: 100px auto 0;
  }
}

.site_main--thesky-showroom .top_image img{
  width: 100%;
  max-width: 924px;
}

.site_main--thesky-showroom .time_list {
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.site_main--thesky-showroom .showroom_list {
  margin-top: 30px;
}

@media screen and (min-width: 751px){
  .site_main--thesky-showroom .showroom_list {
    margin-top: 100px;
  }
}

.site_main--thesky-showroom .showroom_list li{
  margin: 0 15px 15px;
  position: relative;
}

@media screen and (min-width: 751px){
  .site_main--thesky-showroom .showroom_list li{
    margin: 0 0 50px;
  }
}

.site_main--thesky-showroom .showroom_list li:last-of-type{
  margin-bottom: 50px;
}

@media screen and (min-width: 751px){
  .site_main--thesky-showroom .showroom_list li:last-of-type{
    margin-top: 100px;
  }
}

.site_main--thesky-showroom .showroom_list li img{
  width: 100%;
  vertical-align: bottom;
  opacity: 0;
}

.move svg {
  transition-delay: 1.0s;
  transition-duration: 1.2s;
}

.move.on svg {
 opacity: 0;
}

.site_main--thesky-showroom .showroom_list li .cap{
    font-size: 0.625rem;
    position: absolute;
    z-index: 1;
    bottom: 15px;
    left: 15px;
    color: #fff;
}


/* --------------------------------------------------

  plan

-------------------------------------------------- */
.site_main--thesky-plan {
  padding: 50px 0;
  background: #e9eef3;
}

@media screen and (min-width: 751px) {
  .site_main--thesky-plan {
    padding: 150px 0;
  }
}

.site_main--thesky-plan .ini{
  padding: 0 5%;
}

@media screen and (min-width: 751px) {
  .site_main--thesky-plan .ini {
    max-width: 1150px;
    margin: 0 auto;
  }
}

.site_main--thesky-plan .header {
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (min-width: 751px){
  .site_main--thesky-plan .header {
      padding-left: 15px;
      padding-right: 15px;
  }
}

.site_main--thesky-plan .title {
  max-width: 135px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 751px){
  .site_main--thesky-plan .title {
    max-width: 100%;
      margin-bottom: 0;
      padding: 0;
      text-align: center;
  }
}

.site_main--thesky-plan .title img{
  width: 100%;
}

@media screen and (min-width: 751px){
  .site_main--thesky .site_main--thesky-top .title img{
    max-width: 830px;
  }
}

@media screen and (min-width: 751px){
  .site_main--thesky-plan .header .title img{
      width: 100%;
      max-width: 276px;
    margin: 0 auto;
  }
}


.plan_detail {
  position: relative;
  margin-top: 60px;
  padding: 80px 6%;
  background: #fff;
}

@media screen and (min-width: 751px) {
  .plan_detail{
    margin-top: 120px;
    padding: 100px 60px;
  }
}

.plan_detail--type {
  position: absolute;
  top: -61px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 123px;
  background: #a68f6b;
  text-align: center;
  transform: translateX(-50%);
  color: #fff;
  font-size: 2.5rem;
  box-sizing: border-box;
}

.plan_detail--type img{
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 750px) {
  .plan_detail--type {
    top: -31px;
    width: 60%;
    height: auto;
    padding: 1% 10% 3%;
  }
}

.plan_detail--layout {
  margin: 0 0 35px;
  line-height: 1;
  text-align: center;
  font-size: 2.5rem;
}

@media screen and (max-width: 750px) {
  .plan_detail--layout {
    max-width: 240px;
    margin: 0 auto 25px;
  }
  .plan_detail--layout img{  
    width: 100%;
  }
}

.plan_detail--area {
  margin: 0 0 70px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .plan_detail--area {
    margin: 0 0 45px;
  }
}

.plan_detail--image {
  max-width: 515px;
  margin: 0 auto 47px;
}

.plan_detail--image img{
  width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 750px) {
  .plan_detail--area {
    margin-bottom: 40px;
  }

  .plan_detail--area img {
    width: 100%;
  }
}

.hanrei {
  width: 60%;
  margin: 0 auto 50px;
}

@media screen and (max-width: 750px) {
  .hanrei {
    width: 100%;
    margin: 0 auto 30px;
  }
}

.plan_modal--btn_container {
  margin-top: 40px;
  text-align: center;
}


@media screen and (max-width: 750px) {
  .plan_modal--btn_container {
    margin-top: 40px;
  }
}  

a.plan_modal--print_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 206px;
  width: 100%;
  border: 1px solid #2b2f34;
  height: 42px;
  margin: 0 auto;
  border-radius: 22px;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 1px solid #606367;
  color: #333;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  text-decoration: none;
  color: #2b2f34;
}

@media screen and (min-width: 751px) {
  a.plan_modal--print_btn {
    max-width: 294px;
    height: 52px;
    border-radius: 27px;
  }

  a.plan_modal--print_btn:hover {
    background-color: #bca17c;
    border-color: #bca17c;
    color: #fff;
  }
}

.plan_modal--print_icon {
  padding-left: 24px;
  background: url(../images/limited/plan/map_icon01@2x.png) left center no-repeat;
  background-size: 18px 16px;
  transition-duration: 0.3s;
  font-size: .75rem;
}

@media screen and (min-width: 751px) {
  .plan_modal--print_icon {
    font-size: 1rem;
  }

  a.plan_modal--print_btn:hover .plan_modal--print_icon {
    background: url(../images/limited/plan/map_icon01@2x_o.png) left center no-repeat;
    background-size: 18px 16px;
  }
}



/* --------------------------------------------------

  equipment

-------------------------------------------------- */
.site_main--thesky-equipment {
  padding: 50px 0;
  background: #434548;
}

@media screen and (min-width: 751px) {
  .site_main--thesky-equipment {
    padding: 150px 0;
  }
}

.site_main--thesky-equipment .ini{
  padding: 0 5%;
}

@media screen and (min-width: 751px) {
  .site_main--thesky-equipment .ini {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.site_main--thesky-equipment .header {
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (min-width: 751px){
  .site_main--thesky-equipment .header {
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 80px;
  }
}

.site_main--thesky-equipment .header .title{
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}

.site_main--thesky-equipment .header .title img{
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}

@media screen and (min-width: 751px){
  .site_main--thesky-equipment .header .title{
    max-width: 100%;
    text-align: center;
  }
  .site_main--thesky-equipment .header .title img{
      max-width: 660px;
  }
}

.site_main--thesky-equipment .copy {
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (min-width: 751px){
  .site_main--thesky-equipment .copy {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}

@media screen and (min-width: 751px){
  .site_main--thesky-equipment .copy .text {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 750px){
  .site_main--thesky-equipment .sec_equipment {
    margin-top: 40px;
  }
}

@media screen and (max-width: 750px){
  .site_main--thesky-equipment .sec_equipment .equipment:nth-of-type(n+2){
    margin-top: 30px;
  }
}

@media screen and (max-width: 750px){
  .site_main--thesky-equipment .sec_equipment .equipment img {
    width: 100%;
  }
}






/*設備仕様*/

.sp{display: block;}
.pc{display: none;}

.sup{
    font-size: .3rem;
    vertical-align: top;
}


.eq_content:not(:first-child){
    margin-top: 15%;
}

.eq_content img{
    max-width: 100%;
    height: auto;
}
.eq_content h3{
   font-family: YakuHanMP, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; 
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    white-space: nowrap;
}
.eq_content h3::after{
    content: '';
    display: block;
    height: 1px;
    background-color: #fff;
    width: 100%;
    margin-bottom: 12px;
    margin-left:10px;
}
    .eq_content h3::before{
    content: '';
    display: block;
    height: 1px;
    background-color: #fff;
    width: 100%;
    margin-bottom: 12px;
    margin-right:10px;
}
.eq_content ul,
.eq_content li,
.eq_content dl,
.eq_content dt,
.eq_content dd,
.eq_content dd span,
.eq_content dt span,
.eq_content p{
    list-style: none;
    font-family: YakuHanJP, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.eq_content dt{
    position: relative;
}
.eq_content dt span{
    position: absolute;
    bottom: 9px; right: 5px;
    display: block;
    color: #fff;
    font-size: .4rem;
    text-align: right;
    text-shadow: 1px 1px 2px #000;
}
.eq_content dd{
    padding-top: 2px;
    color: #fff;
    font-size: .58rem;
    text-align: left;
    line-height: 1.4;
}
.eq_content dd span.cap{
    display: block;
    font-size: .5rem;
    line-height: 1.3;
    padding-top: 3px;
}

.eq_content ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.eq_content li{
    padding-top: 6%;
}
.eq_content ul.kitList01 li:nth-of-type(1){
    box-sizing: border-box;
    flex-basis: 66%;
}
.eq_content ul.kitList01 li:nth-of-type(1) dd{
    font-family: YakuHanMP, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    border: 1px solid #fff;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.eq_content ul.kitList01 li:nth-of-type(1) dd span:nth-of-type(1){
    display: block;
    flex-basis: 30%;
}
.eq_content ul.kitList01 li:nth-of-type(1) dd span:nth-of-type(2){
    display: block;
    flex-basis: 65%;
    font-family: YakuHanMP, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: .6rem;
}

.eq_content ul.kitList01 li:nth-of-type(2),
.eq_content ul.kitList01 li:nth-of-type(3),
.eq_content ul.kitList01 li:nth-of-type(4),
.eq_content ul.kitList01 li:nth-of-type(5){
    flex-basis: 31%;
}


.eq_content ul.kitList02 li{
    flex-basis: 31%;
}


.dr{
    position: relative;
}

.eq_content ul.drList01{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.eq_content ul.drList01 li:nth-of-type(3){
    position: absolute;
    right: 0; bottom: -3%;
    width: 29%;
}


.eq_content ul.drList01 li:nth-of-type(1){
    flex-basis: 67%;
}
.eq_content ul.drList01 li:nth-of-type(2),
.eq_content ul.drList01 li:nth-of-type(3){
    flex-basis: 29%;
}
.toilet{
    position: inherit;
    right: 0; bottom: -3%;
    width: 100%;
    margin-left: auto;
}
.eq_content ul.toiList01 li{
    flex-basis: 46.5%;
}

.eq_content ul.bathList01 li:nth-of-type(1){
    flex-basis: 100%;
}
.eq_content ul.bathList01 li:nth-of-type(2){
    flex-basis: 48%;
}
.eq_content ul.bathList01 li:nth-of-type(3){
    flex-basis: 48%;
}
.eq_content ul.bathList01 li:nth-of-type(4){
    
}

.eq_content ul.othersList01 li:nth-of-type(1) dd span:nth-of-type(1){
    display: block;
    flex-basis: 30%;
}
.eq_content ul.othersList01 li:nth-of-type(1) dd span:nth-of-type(2){
    display: block;
    flex-basis: 65%;
}
.eq_content ul.othersList01 li:nth-of-type(1){
    flex-basis: 100%;
}
.eq_content ul.othersList01 li:nth-of-type(2),
.eq_content ul.othersList01 li:nth-of-type(3),
.eq_content ul.othersList01 li:nth-of-type(4),
.eq_content ul.othersList01 li:nth-of-type(5),
.eq_content ul.othersList02 li{
    flex-basis: 31%;
}

.eq_content ul.othersList03{
    justify-content: space-between;
}
.eq_content ul.othersList03 li:nth-of-type(3){
    margin-left: 0;
}
.eq_content ul.othersList03 li:nth-of-type(1),
.eq_content ul.othersList03 li:nth-of-type(2),
.eq_content ul.othersList03 li:nth-of-type(3),
.eq_content ul.othersList03 li:nth-of-type(4){
    flex-basis: 31%;
}
/*
.eq_content ul.othersList03 li:nth-of-type(4){
    flex-basis: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}
*/
.window{
        flex-basis: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    }
.window dl{
    flex-basis: 59%;
}
.window p{
    margin-left: auto;
    margin-top: auto;
    padding-bottom: 20px;
    color: #fff;
    font-size: .58rem;
    line-height: 1.5;
    flex-basis: 39%;
}




@media screen and (min-width: 750px){
    
.sp{display: none;}
.pc{display: block;}

.eq_content:not(:first-child)
{
    margin-top: 5%;
}
.eq_content img{
    max-width: 100%;
    height: auto;
}
.eq_content h3{
   font-family: YakuHanMP, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; 
    font-size: 2.2rem;
    font-weight: normal;
    text-align: left;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    white-space: nowrap;
}
.eq_content h3::after{
    content: '';
    display: block;
    height: 1px;
    background-color: #fff;
    width: 100%;
    margin-bottom: 15px;
    margin-left:7px;
}
.eq_content h3::before{
    display: none;
}

.eq_content ul,
.eq_content li,
.eq_content dl,
.eq_content dt,
.eq_content dd,
.eq_content dd span,
.eq_content dt span,
.eq_content p{
    list-style: none;
    font-family: YakuHanJP, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.eq_content dt{
    position: relative;
}
.eq_content dt span{
    position: absolute;
    bottom: 9px; right: 5px;
    display: block;
    color: #fff;
    font-size: .5rem;
    text-align: right;
    text-shadow: 1px 1px 2px #000;
}
     .othersList03 dt span{
        right: 30px !important;
    }
.eq_content dd{
    padding-top: 2px;
    color: #fff;
    font-size: 0.9rem;
    text-align: justify;
    line-height: 1.4;
}
.eq_content dd span.cap{
    display: block;
    font-size: .6rem;
    line-height: 1.3;
    padding-top: 7px;
}

.eq_content ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.eq_content li{
    padding-top: 3%;
}
.eq_content li:nth-of-type(1){
    
}

.eq_content ul.kitList01 li:nth-of-type(1){
    box-sizing: border-box;
    flex-basis: 38%;
}
.eq_content ul.kitList01 li:nth-of-type(1) dd{
    font-family: YakuHanMP, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    border: 1px solid #fff;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.eq_content ul.kitList01 li:nth-of-type(1) dd span:nth-of-type(1){
    display: block;
    flex-basis: 30%;
}
.eq_content ul.kitList01 li:nth-of-type(1) dd span:nth-of-type(2){
    display: block;
    flex-basis: 65%;
    font-size: .9rem;
}

.eq_content ul.kitList01 li:nth-of-type(2),
.eq_content ul.kitList01 li:nth-of-type(3),
.eq_content ul.kitList01 li:nth-of-type(4),
.eq_content ul.kitList01 li:nth-of-type(5){
    flex-basis: 18%;
}


.eq_content ul.kitList02 li{
    flex-basis: 18%;
}


.dr{
    position: relative;
}
.eq_content ul.drList01 li:nth-of-type(3){
    position: inherit;
    right: 0; bottom: -3%;
    width: inherit;
}
.eq_content ul.drList01 li:nth-of-type(1){
    flex-basis: 59%;
}
.eq_content ul.drList01 li:nth-of-type(2),
.eq_content ul.drList01 li:nth-of-type(3){
    flex-basis: 18%;
}
.toilet{
    position: absolute;
    right: 0; bottom: 0;
    width: 38%;
    margin-left: auto;
}
.eq_content ul.toiList01 li{
    flex-basis: 46.5%;
}

.eq_content ul.bathList01 li:nth-of-type(1){
    flex-basis: 38%;
}
.eq_content ul.bathList01 li:nth-of-type(2){
    flex-basis: 29%;
}
.eq_content ul.bathList01 li:nth-of-type(3){
    flex-basis: 27%;
}

.eq_content ul.othersList01 li:nth-of-type(1) dd span:nth-of-type(1){
    display: block;
    flex-basis: 30%;
}
.eq_content ul.othersList01 li:nth-of-type(1) dd span:nth-of-type(2){
    display: block;
    flex-basis: 65%;
}
.eq_content ul.othersList01 li:nth-of-type(1){
    flex-basis: 38%;
}
.eq_content ul.othersList01 li:nth-of-type(2),
.eq_content ul.othersList01 li:nth-of-type(3),
.eq_content ul.othersList01 li:nth-of-type(4),
.eq_content ul.othersList01 li:nth-of-type(5),
.eq_content ul.othersList02 li{
    flex-basis: 18%;
}
    
.eq_content ul.othersList03{
    justify-content: flex-start;
}
.eq_content ul.othersList03 li:nth-of-type(3){
    margin-left: 0;
}
.eq_content ul.othersList03 li:nth-of-type(1),
.eq_content ul.othersList03 li:nth-of-type(2),
.eq_content ul.othersList03 li:nth-of-type(3),
.eq_content ul.othersList03 li:nth-of-type(4){
    flex-basis: 20.5%;
}
/*
.eq_content ul.othersList03 li:nth-of-type(4){
    flex-basis: 38.4%;
    position: relative;
    display: flex;
    justify-content: space-between;
}
*/
    .window{
        flex-basis: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    }
    .window dl{
        flex-basis: 25%;
    }
    .window p{
        flex-basis: 30%;
    color: #fff;
        margin-left: 20px;
    font-size: .7rem;
    line-height: 1.5;
    }
/*
.eq_content ul.othersList03 li:nth-of-type(4) dl{
    flex-basis: 64%;
}
.eq_content ul.othersList03 li:nth-of-type(4) p{
    margin-left: auto;
    color: #fff;
    font-size: .7rem;
    line-height: 1.5;
    flex-basis: 33%;
}
*/
}








/* -----------------------------------------------------------------

  View

-----------------------------------------------------------------*/
.site_main--thesky-view {
  margin-top: 50px;
}

@media screen and (min-width: 751px) {
  .site_main--thesky-view {
    margin-top: 150px;
  }
}

.site_main--thesky-view .ini{
  padding: 0 5%;
}

@media screen and (min-width: 751px) {
  .site_main--thesky-view .ini {
    max-width: 1150px;
    margin: 0 auto;
  }
}

.site_main--thesky-view .header {
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (min-width: 751px){
  .site_main--thesky-view .header {
      padding-left: 15px;
      padding-right: 15px;
  }
}

.site_main--thesky-view .title{
  max-width: 250px;
  margin: 0 auto;
}

@media screen and (min-width: 751px){
  .site_main--thesky-view .title {
      max-width: 100%;
      text-align: center;
      margin-bottom: 0;
      padding: 0;
  }
}

.site_main--thesky-view .title img{
  width: 100%;
}

@media screen and (min-width: 751px){
  .site_main--thesky-view .title img{
    max-width: 502px;
  }
}


.View{
  width: 100%;
  height: 100vh;
  margin-top: 30px;
  position: relative;
}

@media screen and (min-width: 751px){
  .View{
    margin-top: 80px;
  }
}

.View .btnChange{
    display: flex;
    width: 10%;
    position: absolute;
    top: 20%;
    right: 20px;
    z-index: 5;
}
.View .btnChange p{
    width: 50%;
    height:32px;
    cursor: pointer;
    border: 1px solid #c1c1c1;    
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.4s;
}
.View .btnChange p.active{
    background-color: rgba(255,255,255,0.7);
}
.View .btnChange .noon{
    background-image: url(../images/limited/view/ico-noon_off.svg) ;
}
.View .btnChange .noon.active{
    background-image: url(../images/limited/view/ico-noon_on.svg) ;
}
.View .btnChange .evening{
    background-image: url(../images/limited/view/ico-evening_off.svg) ;
}
.View .btnChange .evening.active{
    background-image: url(../images/limited/view/ico-evening_on.svg) ;
}
.View .btnChange .night{
    background-image: url(../images/limited/view/ico-night_off.svg);
}
.View .btnChange .night.active{
    background-image: url(../images/limited/view/ico-night_on.svg) ;
}
.View .panoramaWrap{
    width: 100%;
    height: 100%;
}
.View .panorama{
    width: 100%;
    height: 100%;
    background-repeat:repeat-x;
    position: relative;
}
.View .panorama.active-noon{
    background-image: url(../images/ocean/img-view-noon.jpg) ;
}
.View .panorama.active-night{
    background-image: url(../images/ocean/img-view-night.jpg) ;
}

.View .controls {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    z-index: 3;
}
.View .controls {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.View .controls .nav{
    display: block;
    background-color: rgba(255,255,255,.8);
    text-align: center;
    color: #2b2f34;
    font-size: 1.8rem;
    cursor: pointer;
    transition: .4s;
}
.View .controls .nav.left{
    padding: 5% 20px;
    display: block;
    background-image: url(../images/limited/view/icon-nav-prev.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}
.View .controls .nav.right{
    padding: 5% 20px;
    display: block;
    background-image: url(../images/limited/view/icon-nav-next.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}
.View .controls .nav:hover{
    opacity: .7;
}

@media screen and (max-width: 750px) {
    .View{
        height: 80vh;
    }
    .View .btnChange{
        display: block;
        width: 40px;
        top: auto;
        bottom: 7%;
        right: 0%;
    }
    .View .btnChange p{
        width: 100%;
        height: 40px;
        cursor: pointer;
        border: 1px solid #c1c1c1;
        background-size: 130%;
        background-repeat: no-repeat;
        background-position: center;
        transition: 0.4s;
    }
    .View .panorama{
        background-size: cover;
    }
    .View .controls .nav.right,.View .controls .nav.left{
        padding: 10% 3.5% ;
        background-size: 55%;
    }
}


/*--------------------------------------------------------------------------
   Animation
---------------------------------------------------------------------------*/

.fade,.fade01,.fade02,.fade03,.fade04,
.delay01,.delay02,.delay03,.delay04,.delay05 {
	transition: 1s;
}
.fade {
	opacity: 0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
.fade01{
	opacity: 0;
	transform: translate(0,100px); 
	-webkit-transform: translate(0,100px);	
}
 .fade02 {
	opacity: 0;
	transform: translate(0,-100px); 
	-webkit-transform: translate(0,-100px);
}
.fade03 {
	opacity: 0;
	transform: translate(-100px,0); 
	-webkit-transform: translate(-100px,0);	
}
.fade04 {
	opacity: 0;
	transform: translate(100px,0); 
	-webkit-transform: translate(100px,0);	
}
.delay01{
	transition-delay:0.3s;		
}
.delay02{
	transition-delay:0.6s;		
}
.delay03{
	transition-delay:0.9s;		
}
.delay04{
	transition-delay:1.2s;		
}
.delay05{
	transition-delay:1.5s;		
}


.jello-horizontal {
	-webkit-animation: jello-horizontal 0.9s both;
	        animation: jello-horizontal 0.9s both;
}
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

 .mv {
	opacity: 1;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}
