@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

#All_Wrap {
  /* scroll-snap-type: y mandatory;
  scroll-behavior:smooth; */
  /* height: auto;
  scroll-snap-type: none; */
}


/*=== 共通 ===*/
/* .contents { overflow: hidden; } */
.contents {
  position: relative;

}
.contents figure {
position: relative;
height: fit-content;
}
.contents img {
width: 100%;
}

/* .content_bg {
background: url(../img/bg.jpg) repeat-y top center;
background-size: cover;
}
.concept__bg {
background: url(../img/bg02.png) no-repeat bottom center;
background-size: cover;

} */
/*
.contents .float_reqBtn {
  position:fixed;
  bottom:100px;
  right:120px;
  z-index: 100;
}
.contents .float_reqBtn a {
  background-image: linear-gradient(90deg, #9e1270, #0081cc);
  padding: 15px 50px;
  border-radius: 6px;

  color:#FFF;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: .3s;
}
.contents .float_reqBtn a:hover {
  transition: .3s;
  filter: brightness(1.5);
  opacity: 1;
}
*/

.main_teiki {
  /* height:120vh; */
  scroll-snap-type: y mandatory;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#main_Wrap {
  position:relative;
  z-index: 0;
  /*height:94vh;*/
  overflow:hidden;
  border-bottom-left-radius: 50px;

  /*background: url("../img/mv_bg.jpg") center bottom no-repeat;
  background-size: cover;*/
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
#main_Wrap .mv_Txt{
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  width: 60.83333333%;
  z-index: 2;
}
/* #main_Wrap .mv_Bg {
  width:100%;
  height:100%;
  object-fit:cover;
} */
#main_Wrap .mv_reqBtn {
  position:absolute;
  bottom:30px;
  right:120px;
}
#main_Wrap .mv_reqBtn a {
  background-image: linear-gradient(90deg, #9e1270, #0081cc);
  padding: 10px 40px;
  border-radius: 6px;

  color:#FFF;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: .3s;
}
#main_Wrap .mv_reqBtn a:hover {
  transition: .3s;
  filter: brightness(1.5);
}

#main_Wrap .cap_Txt{
z-index: 2;
}

#main_Wrap .video_wrap { width: calc(100% - 60px); }
#main_Wrap .video_wrap video { width: 100%; }


.sticky-bar{
  /* position:sticky;
  top:0; */
  background: #FFF url("../img/teiki_bg.svg") no-repeat;
  background-size: cover;
  background-position:  center calc(100% - 95%);
  text-align: center;
  font-size:36px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.12em;
  padding:60px 0 100px;
  z-index:20;
}

.sticky-end {
  position: static !important;
}


/* stack */
.stack_Wrap {
  position:relative;
  scroll-snap-type: y mandatory;
  scroll-behavior:smooth;
}

.stack {
  position: sticky;
  top: 0;
  min-height: 100vh;

  scroll-snap-align: start;
  scroll-snap-stop: always;

  padding: 100px 12% 100px 15%;
  border-top-left-radius: 50px;
}
.stack.noPos{
  position: static !important;
  scroll-snap-align: none;
  /* top:187px; */
  height:60vh;

  padding:100px 12% 100px 15%;
  border-top-left-radius: 50px;
}

.panel2 {
  position: relative;

  opacity: 0;
  transform: translateY(32px);

  transition:
    transform 0.8s cubic-bezier(.25,.8,.25,1),
    opacity 0.25s ease;
}

.panel2.is-active {
  opacity: 1;
  transform: translateY(0);
}


.panel1{ z-index:22; background:#58aacd; color:#fff; }
.panel2{ z-index:23; background:#ffffff; color:#0081cc; }
/* .panel3{ z-index:24; background:#ffffff; color:#fff; } */
/* .panel3{ z-index:24; background:#ffffff; color:#fff; height:0!important; padding:0!important; } */


.panel_Last{ z-index:21; background:#0081cc; color:#fff; }


.stack_Inner{
  max-width:1200px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.side-title{
  width:10%;
  writing-mode:vertical-rl;
  font-size:clamp( 30px, calc( 12.222222222222221px + 2.314814814814815vw ), 40px );
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  transform: scale(1, 1.2);
  letter-spacing: 0.03em;
  margin:0 6% 20px 0;
}
.con_Box {
  width:90%;
  /* border:1px solid #c00; */
}

/* news_Area */
/* .stack.news_Area{ margin-top: -50px;} */
.stack.news_Area .side-title { margin-top: 1.5%; }
.stack.news_Area .news_Wrap{
  height: 300px;
  overflow-y: scroll;
  direction: rtl;
}
.stack.news_Area .unit{
  padding: 10px 20px;
  direction: ltr;
}

/* スクロールバー カスタム（Webkit系） */
.stack.news_Area .news_Wrap::-webkit-scrollbar {
  width: 3px;
}

.stack.news_Area .news_Wrap::-webkit-scrollbar-track {
  background: url("../img/scroll_bg.svg") center center;
  background-repeat: repeat-y;
  background-size: cover;
}

.stack.news_Area .news_Wrap::-webkit-scrollbar-thumb {
  background: #FFF;
  box-shadow: 0 0 0 4px #fff;
}

.stack.news_Area h4 {
  font-size: clamp( 16px, calc( 5.333333333333334px + 1.3888888888888888vw ), 22px );
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.stack.news_Area .link_req a {
    display: inline-block;
    position: relative;
    padding-left: 35px;
}

.stack.news_Area .link_req a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 30px;
    height: 3px;
    background-image: url('../img/link_req.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.stack.news_Area p {
  font-size: clamp( 12px, calc( 6.666666666666667px + 0.6944444444444444vw ), 15px );
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.stack.news_Area a {
  font-size: clamp( 12px, calc( 6.666666666666667px + 0.6944444444444444vw ), 15px );
  color:#FFF;
}
.unit {
margin: 0 0 35px;
letter-spacing: 0.04em;
font-size: 13px;
line-height: 1.5;
padding-bottom: 35px;
}
.unit:last-of-type { margin: 0; }
.unit h4 {
font-size: 1.5em;
margin: 5px 0 10px;
}
.unit .body p {
margin-bottom: 7px;
}
.unit .body a {
border-bottom: 1px solid;
}
.unit .body a:hover {
border-bottom: none;
}



/* amazing_Area */
.stack.amazing_Area{
  /* height:90vh; */
  background: #FFF url("../img/amazing_bg.svg") no-repeat;
  background-size: auto;
  /* background-position:  center calc(100% - 95%); */
  background-position:  left bottom 50px;
}
.stack.amazing_Area .side-title { margin-top: 3.5%; }
.stack.amazing_Area .main-copy {
  max-width: 1200px;
  width:80%;
  margin-bottom: 50px;
}
.stack.amazing_Area p {
  font-size: clamp( 14px, calc( 6.888888888888889px + 0.9259259259259258vw ), 18px );
  line-height: 2.0;
  letter-spacing: 0.12em;
  font-weight: 600;
  margin-bottom: 10px;
}

/* amazing_Area02 */
.stack.amazing_Area02{ margin-top: -50px;}
.stack.amazing_Area02{
  background: url("../img/amazing_bg02.jpg") no-repeat;
  background-size: cover;
  background-position:  center top;

  width: 100%;
  overflow: hidden;
}
.stack.amazing_Area02 .stack_Inner {


}
.stack.amazing_Area02 .side-title {
  margin-top: 3.5%;
}
.stack.amazing_Area02 .main-copy {
  max-width: 1200px;
  width:80%;
  margin-bottom: 50px;
}

.circle-Box {
}
.circle-item {
    position: absolute;
    z-index: -1;
    overflow: hidden;

    /* 初期状態: アニメーション前の設定 */
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.circle-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* アニメーション後の状態 */
.circle-item.is-visible {
    opacity: 1;
    transform: scale(1);
}

.item01 {
    width: 12vw;  /* 144px 相当 (1200px幅時) */
    height: 12vw;
    top: 16%;
    left: 83%;
}

.item02 {
    width: 20vw;  /* 240px 相当 (1200px幅時) */
    height: 20vw;
    top: 20%;
    left: -2%;
}

.item03 {
    width: 14vw;  /* 168px 相当 (1200px幅時) */
    height: 14vw;
    top: 30%;
    left: 72%;
}

.item04 {
    width: 13vw;  /* 156px 相当 (1200px幅時) */
    height: 13vw;
    top: 35%;
    left: 27%;
}

.item05 {
    width: 9vw;   /* 108px 相当 (1200px幅時) */
    height: 9vw;
    top: 33%;
    left: 48%;
}

.item06 {
    width: 7vw;   /* 84px 相当 (1200px幅時) */
    height: 7vw;
    top: 40%;
    left: 60%;
}

.item07 {
    width: 22vw;  /* 264px 相当 (1200px幅時) */
    height: 22vw;
    top: 53%;
    left: 7%;
}

.item08 {
    width: 21vw;  /* 252px 相当 (1200px幅時) */
    height: 21vw;
    top: 54%;
    left: 35%;
}

.item09 {
    width: 21vw;  /* 252px 相当 (1200px幅時) */
    height: 21vw;
    top: 52%;
    left: 70%;
}


/* closing_Area */
.stack.closing_Area{
  /* scrollで背景が横に動くcss↓
  background-image: url('../img/closing_bg.svg');
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left bottom; */
  /* 背景を固定しないことがポイント */
  /* background-attachment: scroll; /* または指定なし（初期値） */


  /* height:270vh;
  padding:100px 0% 100px 0%; */
  scroll-snap-align: none;
  height:0!important; padding:0!important;

}
.stack.closing_Area .closing-copy {
  max-width: 500px;
  width:90%;
  margin:0 auto;
  padding: 5% 0;
}


.menu_Contents {
  padding: 0 0 100px;
}

.readmore {
  text-align: center;
  padding: 50px 0 100px;
  margin: 0 auto;
}
.readmore a {
  display: inline-block;
  padding: 20px 100px;
  border-radius: 50px;
  color:#FFF;
  transition: .3s;
}
.readmore a:hover {
  transition: .3s;
  opacity: 1.0;
  cursor: pointer;
}

.aeon-block .readmore a { background: #a80d78; }
.aeon-block .readmore a:hover { background: #efeee8; color:#a80d78; }
.co-block .readmore a { background: #db7207; }
.co-block .readmore a:hover { background: #efeee8; color:#db7207; }
.life-block .readmore a { background: #1aa1a9; }
.life-block .readmore a:hover { background: #efeee8; color:#1aa1a9; }
.plan-block .readmore a { background: #002f7b; }
.plan-block .readmore a:hover { background: #efeee8; color:#002f7b; }

.closing-copy02 {
  max-width: 750px;
  width:90%;
  margin: 0 auto;
  padding: 0px 0 60px;
}

.zoom-aos .parent > [class^="item"] {
  transform: scale(0);
  transition-delay: 0.4s;
  transition-duration: 0.8s;
}
.zoom-aos.aos-animate .parent > [class^="item"] {
  transform: scale(1.0);
}

/* ------------------------------------ */
/* 1. 共通の基本設定とアニメーションの定義 */
/* ------------------------------------ */
.image-link-item {
    width: 100%; /* 例としてサイズ指定 */
    height: 100%;
    position: relative;
    overflow: visible;
    border-radius: 10px;
    cursor: pointer;

    /* 背景画像の設定（共通設定） */
    background-size: cover;
    background-position: center;
}

/* リンクと画像の設定（共通） */
.image-link-item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.image-link-item img {
    display: none;
}
/* ------------------------------------ */
/* 2. SVGアニメーションの定義（共通） */
/* ------------------------------------ */
.image-link-item svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    pointer-events: none;
    overflow: visible;
}

.image-link-item svg rect {
    fill: none;
    stroke: #FFFFFF; /* 白い枠線 */
    stroke-width: 2;
    rx: 10px;

    /* 枠線を内側にずらす設定（stroke-width 5px の半分 2.5px ずつ内側へ） */
    x: 2.5px;
    y: 2.5px;
    width: calc(100% - 5px);
    height: calc(100% - 5px);

    /* アニメーションの共通設定 */
    transition: stroke-dashoffset 1.2s ease-in-out;
    stroke-dasharray: 400%;
    stroke-dashoffset: 400%;
}

/* 3. ホバー時のアニメーション実行（共通） */
.image-link-item:hover svg rect {
    stroke-dashoffset: 0%;
}

.item1::after {
  content: url(../img/viewmore.svg);
  display: block;
  position: absolute;
  bottom:48px;
  right:13%;

  width:100px;
  transition: .3s;
}


/*link close*/
.co-block .item1 { pointer-events: none; }
.co-block .item1::after { content: none; }


/* aeon-block */
.aeon-block {
  /* padding: 60px 0; */
}

.aeon-inner.parent {
  max-width: 1200px;
  width:90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.aeon-inner.parent .item1 { grid-area: 1 / 1 / 3 / 3; }
.aeon-inner.parent .item2 { grid-area: 1 / 3 / 2 / 4; }
.aeon-inner.parent .item3 { grid-area: 1 / 4 / 2 / 5; }
.aeon-inner.parent .item4 { grid-area: 1 / 5 / 2 / 6; }
.aeon-inner.parent .item5 { grid-area: 2 / 3 / 3 / 4; }
.aeon-inner.parent .item6 { grid-area: 2 / 4 / 3 / 5; }
.aeon-inner.parent .item7 { grid-area: 2 / 5 / 3 / 6; }

.aeon-inner.parent .item1 a {
  display: block;
  width:100%;
  height:100%;
  background:url("../img/aeon_large.png") center center no-repeat;
  background-size: contain;
  /* position: relative; */
}
.aeon-inner.parent .item1 a:hover {
  opacity: 1;
}
.aeon-inner.parent .item1 {
  position: relative;
}
.aeon-inner.parent .item1:hover::before {
  content: "［イオンモールと暮らす］";
  position: absolute;
  bottom:100px;
  left:50%;
  transform: translateX(-50%);

  color:#FFF;
  font-size: 15px;
  transition: .3s;
}



/* co-block */
.co-block {
  padding: 15px 0 0;
}

.co-inner.parent {
  max-width: 1200px;
  width:90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.co-inner.parent .item1 { grid-area: 1 / 4 / 3 / 6; }
.co-inner.parent .item2 { grid-area: 1 / 1 / 2 / 2; }
.co-inner.parent .item3 { grid-area: 1 / 2 / 2 / 4; }
.co-inner.parent .item4 { grid-area: 2 / 1 / 3 / 2; }
.co-inner.parent .item5 { grid-area: 2 / 2 / 3 / 3; }
.co-inner.parent .item6 { grid-area: 2 / 3 / 3 / 4; }

.co-inner.parent .item1 a {
  display: block;
  width:100%;
  height:100%;
  background:url("../img/co_large.png") center center no-repeat;
  background-size: contain;
}
.co-inner.parent .item1 a:hover {
  opacity: 1;
}
.co-inner.parent .item1 {
  position: relative;
}
.co-inner.parent .item1:hover::before {
  content: "［共創メニュー］";
  position: absolute;
  bottom:100px;
  left:50%;
  transform: translateX(-50%);

  color:#FFF;
  font-size: 15px;
  transition: .3s;
}


/* life-block */
.life-block {
  padding: 15px 0 0;
}

.life-inner.parent {
  max-width: 1200px;
  width:90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.life-inner.parent .item1 { grid-area: 1 / 1 / 3 / 3; }
.life-inner.parent .item2 { grid-area: 1 / 3 / 2 / 4; }
.life-inner.parent .item3 { grid-area: 1 / 4 / 2 / 6; }
.life-inner.parent .item4 { grid-area: 2 / 3 / 3 / 4; }
.life-inner.parent .item5 { grid-area: 2 / 4 / 3 / 5; }
.life-inner.parent .item6 { grid-area: 2 / 5 / 3 / 6; }

.life-inner.parent .item1 a {
  display: block;
  width:100%;
  height:100%;
  background:url("../img/life_large.png") center center no-repeat;
  background-size: contain;
}
.life-inner.parent .item1 a:hover {
  opacity: 1;
}
.life-inner.parent .item1 {
  position: relative;
}
.life-inner.parent .item1:hover::before {
  content: "［ロケーション・アクセス］";
  position: absolute;
  bottom:100px;
  left:50%;
  transform: translateX(-50%);

  color:#FFF;
  font-size: 15px;
  transition: .3s;
}



/* plan-block */
.plan-block {
  padding: 15px 0 0;
}

.plan-inner.parent {
  max-width: 1200px;
  width:90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.plan-inner.parent .item1 { grid-area: 1 / 4 / 3 / 6; }
.plan-inner.parent .item2 { grid-area: 1 / 1 / 2 / 2; }
.plan-inner.parent .item3 { grid-area: 1 / 2 / 2 / 3; }
.plan-inner.parent .item4 { grid-area: 1 / 3 / 3 / 4; }
.plan-inner.parent .item5 { grid-area: 2 / 1 / 3 / 2; }
.plan-inner.parent .item6 { grid-area: 2 / 2 / 3 / 3; }

.plan-inner.parent .item1 a {
  display: block;
  width:100%;
  height:100%;
  background:url("../img/plan_large.png") center center no-repeat;
  background-size: contain;
}
.plan-inner.parent .item1 a:hover {
  opacity: 1;
}
.plan-inner.parent .item1 {
  position: relative;
}
.plan-inner.parent .item1:hover::before {
  content: "［ルームプラン］";
  position: absolute;
  bottom:100px;
  left:50%;
  transform: translateX(-50%);

  color:#FFF;
  font-size: 15px;
  transition: .3s;
}





/*=========================================================================================================
調整
=========================================================================================================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
.content_banner .cat_section {
padding: 3% 0;
}

}

/*=========================================================================================================
tab
=========================================================================================================*/
@media screen and (min-width: 768px) and (max-width: 1024px) {

#main_Wrap .video_wrap { width: 100%; }


}

/*=========================================================================================================
sp
=========================================================================================================*/
@media screen and (max-width: 767px) {

  /*=== 共通 ===*/

  /*=== 個別 ===*/
  /*.contents .float_reqBtn {
    display: none;
  }*/


  #main_Wrap {
    position:relative;
    z-index: 0;
    /*height:65vh;*/
    overflow:hidden;
    border-bottom-left-radius: 50px;

    /*background: url("../img/mv_bg_sp.jpg") center bottom no-repeat;
    background-size: cover;*/
  }
  #main_Wrap .mv_Txt{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    width: 80.83333333%;
    z-index: 2;
  }

  #main_Wrap .mv_reqBtn {
    display: none;
    position:absolute;
    bottom:30px;
    right:20px;
  }
  #main_Wrap .mv_reqBtn a {
    background-image: linear-gradient(90deg, #9e1270, #0081cc);
    padding: 5px 40px;
    border-radius: 6px;

    color:#FFF;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    transition: .3s;
  }
  #main_Wrap .video_wrap { width: 100%; }


  .stack_Wrap::after {/*パネル2枚目の背景色が少し見えるのを隠す用*/
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 29;
  }
  .sticky-bar{
    position:sticky;
    top:50px;
    background: #FFF url("../img/teiki_bg.svg") no-repeat;
    background-size: cover;
    background-position:  center 50px;

    font-size:20px;
    line-height: 1.3;
    padding:40px 0 130px;
  }
  .sticky-bar span{
    font-size:80%;
  }

  .stack_Inner{
    max-width:100%;
    flex-direction: column;
    /* justify-content: flex-start;
    align-items: flex-start; */
  }

  /* stack */
  .stack{
    position:sticky;
    top:60px;
    height:auto;    /* 120vh をやめる */
    min-height:100vh; /* 必要ならこれを追加 */
    padding:60px 6% 60px 7%;
    border-top-left-radius: 50px;
  }
  .stack.noPos{
    position: static !important;
    /*min-height: 80vh;*/
    min-height: 0;
    padding:60px 6% 30px 7%;
    border-top-left-radius: 50px;
  }

  .side-title{
    width:85%;
    writing-mode:initial;
    text-align: center;
    transform: scale(1.2, 1);
    letter-spacing: 0.03em;
    margin:0 auto 30px;
  }
  .con_Box {
    width:100%;
  }

  /* news_Area */
  /* .stack.news_Area{ margin-top: -80px;} */
  /* amazing_Area */
  .stack.amazing_Area{
    background: #FFF url("../img/amazing_bg.svg") no-repeat;
    background-size: auto;
    /* background-position:  center calc(100% - 95%); */
    background-position:  left bottom 50px;
    /*background-position:  left bottom 100px;*/
    min-height: 95vh;
  }
  .stack.amazing_Area .side-title { margin-top: 4.5%; }
  .stack.amazing_Area .main-copy {
    max-width: 100%;
    width:90%;
    margin: 0 auto 30px;
  }
  .stack.amazing_Area p {
    letter-spacing: 0.06em;
  }

  /* amazing_Area02 */
  .stack.amazing_Area02{
    /* height: 100vh; */
    margin-top: -80px;
  }
  .stack.amazing_Area02 .main-copy {
    max-width: 100%;
    width:90%;
    margin: 0 auto 30px;
  }

  .item01 {
    width: 26vw;
    height: 26vw;
    top: 15%;
    left: 80%;
  }

  .item02 {
    width: 35vw;
    height: 35vw;
    top: 40%;
    left: -2%;
  }

  .item03 {
      width: 24vw;
      height: 24vw;
      top: 30%;
      left: -50%;
  }

  .item04 {
      width: 23vw;
      height: 23vw;
      top: 45%;
      left: 37%;
  }

  .item05 {
      width: 29vw;
      height: 29vw;
      top: 33%;
      left: -50%;
  }

  .item06 {
      width: 20vw;
      height: 20vw;
      top: 38%;
      left: 60%;
  }

  .item07 {
      width: 40vw;
      height: 40vw;
      top: 63%;
      left: -5%;
  }

  .item08 {
      width: 40vw;
      height: 40vw;
      top: 58%;
      left: 45%;
  }

  .item09 {
      width: 31vw;
      height: 31vw;
      top: 45%;
      left: 80%;
  }


  /* closing_Area */
  .stack.closing_Area{
    /* background:#0081cc url("../img/closing_bg_sp.svg") no-repeat;
    background-size: cover;
    background-position:  left 10% bottom; */
    width: 100%;
    /* height:540vh; */
  }
  .stack.closing_Area .closing-copy {
    max-width: 100%;
    width:80%;
    margin:0 auto;
    padding: 5% 0;
  }

  .menu_Contents {
    padding: 10px 0 50px;
  }

  .closing-copy02 {
    padding: 0 0 30px;
  }

  .item1:hover::after {
    content: "";
    pointer-events: none;
  }

  .readmore {
    width:90%;
    margin: 0 auto;
    padding: 30px 0 50px;
  }
  .readmore a {
    display: block;
    padding: 18px 0;
    border-radius: 50px;
    color:#FFF;
    transition: .3s;
  }

  .item1::after {
    display: none;
    /* bottom: 9.5%; */
  }

  /* aeon-block */
  .aeon-block {
    /* padding: 60px 0; */
  }

  .aeon-inner.parent .item1:hover::before {
    content: "";
  }

  .aeon-inner.parent {
    max-width: 100%;
    width:90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .aeon-inner.parent .item1 { grid-area: 1 / 1 / 3 / 3; } /* large */
  .aeon-inner.parent .item3 { grid-area: 3 / 1 / 4 / 2; } /* 徒歩2分 */
  .aeon-inner.parent .item2 { grid-area: 3 / 2 / 4 / 3; } /* imageイオン */
  .aeon-inner.parent .item6 { grid-area: 4 / 1 / 5 / 2;; } /* 116shop */
  .aeon-inner.parent .item5 { grid-area: 4 / 2 / 5 / 3; } /* 新築分譲 */
  .aeon-inner.parent .item4 { grid-area: 5 / 1 / 6 / 2; } /* image買い物 */
  .aeon-inner.parent .item7 { grid-area: 5 / 2 / 6 / 3; } /* logo */

  /* co-block */
  .co-block {

  }
  .co-inner.parent .item1:hover::before {
    content: "";
  }

  .co-inner.parent {
    max-width: 100%;
    width:90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .co-inner.parent .item1 { grid-area: 1 / 1 / 3 / 3; } /* large */
  .co-inner.parent .item2 { grid-area: 3 / 1 / 4 / 2; } /* 設備仕様 */
  .co-inner.parent .item4 { grid-area: 3 / 2 / 4 / 3; } /* セキュリティ */
  .co-inner.parent .item3 { grid-area: 4 / 1 / 5 / 3; } /* imageイオン */
  .co-inner.parent .item5 { grid-area: 5 / 1 / 6 / 2; } /* image野菜 */
  .co-inner.parent .item6 { grid-area: 5 / 2 / 6 / 3; } /* ロッカー完備 */

  /* life-block */
  .life-block {

  }
  .life-inner.parent .item1:hover::before {
    content: "";
  }

  .life-inner.parent {
    max-width: 100%;
    width:90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .life-inner.parent .item1 { grid-area: 1 / 1 / 3 / 3; height: fit-content; } /* large */
  .life-inner.parent .item4 { grid-area: 3 / 1 / 4 / 2; } /* image電車 */
  .life-inner.parent .item2 { grid-area: 3 / 2 / 4 / 3; } /* JR「下祇園」 */
  .life-inner.parent .item5 { grid-area: 4 / 1 / 5 / 2; } /* 祇園小学校 */
  .life-inner.parent .item6 { grid-area: 4 / 2 / 5 / 3; } /* 祇園中学校 */
  .life-inner.parent .item3 { grid-area: 5 / 1 / 6 / 3; } /* image学習 */

  /* plan-block */
  .plan-block {

  }
  .plan-inner.parent .item1:hover::before {
    content: "";
  }

  .plan-inner.parent {
    max-width: 100%;
    width:90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .plan-inner.parent .item1 { grid-area: 1 / 1 / 3 / 3; } /* large */
  .plan-inner.parent .item2 { grid-area: 3 / 1 / 4 / 2; } /* 124邸 */
  .plan-inner.parent .item6 { grid-area: 3 / 2 / 4 / 3; } /* 全11タイプ */
  .plan-inner.parent .item4 { display:none; } /* 親子画像 */
  .plan-inner.parent .item3 { grid-area: 4 / 2 / 5 / 3; } /* 2-4LDK */
  .plan-inner.parent .item5 { grid-area: 4 / 1 / 5 / 2; } /* image */





  .notes {
  color: #333;
  }

}

/*=========================================================================================================
sp 調整
=========================================================================================================*/
@media screen and (max-width: 360px) {



}
