/*color*/
/*font-family*/
/*media query break point*/
/* media query */
@keyframes slide_in_mask {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes slide_out_mask {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes slide_in {
  0% {
    transform: translateX(10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.delighter.de_fadein {
  opacity: 0;
  transition: opacity 0.5s ease-out 0s;
}
.delighter.de_fadein.started {
  opacity: 1;
}
.delighter.de_right {
  transform: translateX(20px);
  opacity: 0;
  transition: all 0.5s ease-out 0s;
}
.delighter.de_right.started {
  transform: translateX(0);
  opacity: 1;
}
.delighter.de_slide_out_mask {
  animation: fade_in 0.5s ease-out forwards;
}
.delighter.de_slide_out_mask.started {
  animation: slide_out_mask 0.5s ease-out forwards;
}
.delighter.de_delay01 {
  transition-delay: 0.3s;
}
.delighter.de_delay02 {
  transition-delay: 0.6s;
}
/* for loading animation */
/* ------------------------------------------------------------
loading
------------------------------------------------------------ */
#loading {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  background-color: #FFFFFF;
}
.loader, .loader:before, .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #0068b7;
  font-size: 10px;
  margin: 0 auto;
  position: relative;
  /* top: 37.5%; */
  top: 45%;
  transform: translateY(calc(-50% - 2.5em));
  text-indent: -9999em;
  /* transform: translateZ(0); */
  animation-delay: -0.16s;
}
.loader:before, .loader:after {
  content: "";
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/* ------------------------------------------------------------
animation
------------------------------------------------------------ */
#top_animation {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: #FFFFFF;
}
#top_animation .top_animation_inner {
  width: 210px;
  height: 100px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 500px) {
  #top_animation .top_animation_inner {
    width: 142px;
    height: 67.619px;
  }
}
#top_animation .top_animation_block {
  position: relative;
  width: 210px;
  height: 100px;
}
@media (max-width: 500px) {
  #top_animation .top_animation_block {
    width: 142px;
    height: 67.619px;
  }
}
#top_animation #top_animation1 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/osakaumeda/top/animation1.png) left center no-repeat;
}
@media (max-width: 500px) {
  #top_animation #top_animation1 {
    background-size: 142px;
  }
}
#top_animation #top_animation2 {
  display: none;
  position: absolute;
  top: 0;
  left: 110px;
}
@media (max-width: 500px) {
  #top_animation #top_animation2 {
    left: 74.38px;
    width: 60.18px;
  }
}
#top_animation #top_animation2.animation_start {
  transition: cubic-bezier(0.28, 0.63, 0.3, 0.91) 0.24s;
  left: 0;
}
#top_animation #top_animation3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: url(../img/osakaumeda/top/animation3.png) left center no-repeat;
}
@media (max-width: 500px) {
  #top_animation #top_animation3 {
    background-size: 142px;
  }
}
#top_animation #top_animation3.animation_start {
  transition: all ease-in 0.5s;
  width: 100%;
}
#top_animation #top_animation4 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/osakaumeda/top/animation4.png) left center no-repeat;
  transition: all 0.5s;
}
@media (max-width: 500px) {
  #top_animation #top_animation4 {
    background-size: 142px;
  }
}
#top_animation #top_animation4.animation_start {
  opacity: 1;
}
/* ------------------------------------------------------------ */
.s_contents {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
main {
  overflow: hidden;
}
/* ------------------------------------------------------------
p_header
------------------------------------------------------------ */
.p_header_logo a {
  visibility: hidden;
  transition: all 0.8s;
  opacity: 0;
}
.scrolled .p_header_logo a {
  visibility: visible;
  opacity: 1;
}
/* ------------------------------------------------------------
s_mv
------------------------------------------------------------ */
.s_mv {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .s_mv {
    position: relative;
  }
  .s_mv::after {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
  }
  .s_mv::after {
    height: 110px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.s_mv .slick {
  position: fixed;
  width: 100%;
  height: 100%;
}
.s_mv .slick_item {
  height: 100%;
}
.s_mv .slick_item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/*
.s_mv .slick_item_1 {
  background: url(../img/osakaumeda/top/mv_1_sp.jpg) no-repeat center center/cover;
}
@media only screen and (min-width: 768px) {
  .s_mv .slick_item_1 {
    background: url(../img/osakaumeda/top/mv_1_pc.jpg) no-repeat center center/cover;
  }
}
.s_mv .slick_item_2 {
  background: url(../img/osakaumeda/top/mv_2_sp.jpg) no-repeat center center/cover;
}
@media only screen and (min-width: 768px) {
  .s_mv .slick_item_2 {
    background: url(../img/osakaumeda/top/mv_2_pc.jpg) no-repeat center center/cover;
  }
}
.s_mv .slick_item_3 {
  background: url(../img/osakaumeda/top/mv_3_sp.jpg) no-repeat center center/cover;
}
@media only screen and (min-width: 768px) {
  .s_mv .slick_item_3 {
    background: url(../img/osakaumeda/top/mv_3_pc.jpg) no-repeat center center/cover;
  }
}
.s_mv .slick_item_4 {
  background: url(../img/osakaumeda/top/mv_4_sp.jpg) no-repeat center center/cover;
}
@media only screen and (min-width: 768px) {
  .s_mv .slick_item_4 {
    background: url(../img/osakaumeda/top/mv_4_pc.jpg) no-repeat center center/cover;
  }
}
*/
.slick-slide img.slick_show_sp {
  display: inline;
}
.slick-slide img.slick_show_pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .slick-slide img.slick_show_sp {
    display: none;
  }
  .slick-slide img.slick_show_pc {
    display: inline;
  }
}
#top_h1 {
  opacity: 0;
}
.s_mv_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.s_mv_box_in {
  width: 100%;
}
.s_mv_copy .txt1 {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}
.s_mv_copy .logo {
  display: flex;
  justify-content: space-between;
  width: 80%;
  max-width: 610px;
  margin: 0 auto 10px;
}
.s_mv_copy .logo .elk {
  width: 54.4%;
}
.s_mv_copy .logo .x {
  width: 9.5%;
}
.s_mv_copy .logo .synth {
  width: 26.5%;
}
.s_mv_copy .txt2 {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.1rem;
  margin-bottom: 20px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}
.s_mv_copy .txt3 {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}
@media only screen and (min-width: 768px) {
  .s_mv_copy .txt1 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .s_mv_copy .logo {
    margin-bottom: 20px;
  }
  .s_mv_copy .txt2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  .s_mv_copy .txt3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.s_mv_wappen_wrapper {
  position: relative;
  width: 100%;
  background: #000;
  color: #FFF;
  padding: 0 20px;
}
.s_mv_wappen {
  position: relative;
  width: 100%;
  background: #000;
  padding: 25px 0;
  color: #FFF;
}
.s_mv_wappen:nth-child(1) {
  border-bottom: 1px solid #707070;
}
.s_mv_wappen .news-ttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5px;
  line-height: 1.4;
}
.s_mv_wappen .news-ttl span {
  font-size: 2rem;
  font-weight: 700;
  font-family: din-2014, sans-serif;
}
.s_mv_wappen .news-ttl a {
  display: inline-block;
  padding: 7px 20px 8px 10px;
  background: url(../img/osakaumeda/top/arw_down.svg) no-repeat right 4px center;
  background-size: 9px auto;
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 1.1rem;
  line-height: 1;
}
.s_mv_wappen .news-list > div {
  padding: 0;
  border-bottom: 0;
  line-height: 1.5;
}
.s_mv_wappen .news-list a {
  color: #FFF;
}
.s_mv_wappen .news-list dt .cat.column_cat {
  border: 1px solid #fff;
  background: none;
  color: #fff;
}
.s_mv_wappen_bg_1, .s_mv_wappen_bg_2 {
  position: absolute;
  width: 0;
  height: 100%;
  transform-origin: right top;
  right: 0;
  top: 0;
}
.s_mv_wappen_bg_1 {
  display: none;
  background-color: #000;
}
.s_mv_wappen_bg_2 {
  display: none;
  background-color: #FFF;
}
.s_mv_wappen.delighter.started .s_mv_wappen_bg_1 {
  animation: slide_out_mask 0.7s ease-out forwards 0.5s;
}
.s_mv_wappen.delighter.started .s_mv_wappen_bg_2 {
  animation: slide_out_mask 0.5s ease-out forwards;
}
@media only screen and (min-width: 1200px) {
  .s_mv_wappen_wrapper {
    position: absolute;
    right: 0;
    transform: translateY(-120%);
    width: 300px;
    padding: 15px;
  }
  .s_mv_wappen {
    padding: 0;
  }
  .s_mv_wappen:nth-child(1) {
    border-bottom: none;
    padding-bottom: 15px;
    border-bottom: 1px solid #707070;
  }
  .s_mv_wappen:nth-child(2) {
    padding-top: 15px;
  }
  .s_mv_wappen_bg_1 {
    display: block;
  }
  .s_mv_wappen_bg_2 {
    display: block;
  }
  .s_mv_wappen .news-ttl span {
    font-size: 2.2rem;
  }
  .s_mv_wappen .news-ttl a {
    padding: 7px 25px 8px 10px;
    background: url(../img/osakaumeda/top/arw_down.svg) no-repeat right 5px center;
    background-size: 12px auto;
    font-size: 1.3rem;
  }
  .s_mv_wappen .news-list {
    position: relative;
  }
  .s_mv_wappen .news-list dt {}
  .s_mv_wappen .news-list dd {
    display: block;
  }
  .s_mv_wappen .news-list dt .cat {
    margin: 0;
    margin-left: 5px;
    text-align: center;
  }
  .news-list > div {
    display: block;
  }
  .news-list dt {
    width: auto;
  }
}
.s_mv_scroll {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .s_mv_scroll {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 40px;
    height: 170px;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    color: #000000;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    line-height: 1;
  }
  .s_mv_scroll::before {
    display: block;
    content: "";
    width: 1px;
    height: 100px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 50%;
    bottom: 0;
  }
  .s_mv_scroll::after {
    display: block;
    content: "";
    background: #000000;
    width: 1px;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    animation: ani_scroll 4s ease-in-out infinite;
  }
}
@keyframes ani_scroll {
  0% {
    height: 0;
    bottom: 100px;
  }
  40% {
    height: 100px;
    bottom: 0;
  }
  80% {
    height: 0;
    bottom: 0;
  }
}
.s_contents .usage-status {
  width: 100%;
  margin: 0;
}
.s_mv_scroll2 {
  display: none;
}
@media only screen and (min-width: 768px) {
  .s_mv_scroll2 {
    display: block;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 50px;
    animation: mv_scroll2 2.5s ease-in-out infinite;
    width: 78px;
  }
}
@keyframes mv_scroll2 {
  0% {
    bottom: 50px;
    opacity: 1;
  }
  40% {
    bottom: 40px;
    opacity: 1;
  }
  80% {
    bottom: 30px;
    opacity: 0;
  }
  100% {
    bottom: 50px;
    opacity: 0;
  }
}
/* ------------------------------------------------------------
s_concept
------------------------------------------------------------ */
.s_concept {
  padding: 60px 0;
}
@media only screen and (min-width: 768px) {
  .s_mv_wappen .news-list {
    font-size: 1.4rem;
  }
  .s_concept {
    padding: 130px 0 90px;
  }
}
.s_concept_in {
  position: relative;
  overflow: hidden;
}
.s_concept_in::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.s_concept_in::after {
  background-image: url(../img/osakaumeda/top/bg_concept.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 1300px;
}
@media only screen and (min-width: 768px) {
  .s_concept_in::after {
    background-size: 2600px;
  }
}
@media only screen and (min-width: 1200px) {
  .s_concept_in {
    display: flex;
    padding-left: 5%;
  }
  .s_concept_in::after {
    width: calc(5% + 773px);
    background-position: right 0;
  }
}
@media only screen and (min-width: 1400px) {
  .s_concept_in {
    padding-left: calc((100% - 1200px) / 2);
  }
  .s_concept_in::after {
    width: calc((100% - 1200px) / 2 + 773px);
  }
}
.s_concept_copy {
  width: 90%;
  margin: 0 auto;
}
.s_concept_copy_h {
  margin-bottom: 20px;
}
.s_concept_copy_h .en {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  line-height: 1;
}
.s_concept_copy_h .txt {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.4;
  font-weight: 700;
}
.s_concept_copy_txt_wrap {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
}
.s_concept_copy_txt_wrap > p {
  margin-bottom: 20px;
}
.s_concept_copy_txt_wrap > p.img img {
  width: 100%;
  max-width: 693px;
}
.btn-cont-detail {
  width: 90%;
  margin: 0 auto;
}
.btn-cont-detail a {
  height: 60px;
}
.btn-cont-detail a[target="_blank"] img {
  margin-left: 5px;
  width: 12px;
}
@media only screen and (min-width: 768px) {
  .s_concept_copy_h {
    margin-bottom: 40px;
  }
  .s_concept_copy_h .en {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 40px;
  }
  .s_concept_copy_h .txt {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .s_concept_copy_txt_wrap {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .s_concept_copy_txt_wrap > p {
    margin-bottom: 30px;
  }
  .btn-cont-detail {
    max-width: 500px;
    margin-top: 25px;
  }
  .btn-cont-detail a {
    height: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .s_concept_copy {
    width: 693px;
    margin: 0 80px 0 0;
  }
}
.s_concept_ph {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .s_concept_ph {
    display: block;
    flex: 1;
    max-width: 620px;
    margin-top: 60px;
    height: 620px;
    background: url(../img/osakaumeda/top/ph_concept.jpg) no-repeat 45% center/cover;
    position: relative;
  }
  .s_concept_ph .cap {
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.4;
    color: #fff;
    position: absolute;
    right: 5px;
    bottom: 5px;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 768px) {
  .s_concept_ph .cap {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .s_concept_ph_mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform-origin: left top;
  }
}
/* ------------------------------------------------------------
s_strengths
------------------------------------------------------------ */
.s_strengths {
  background: url(../img/kobe25/top/strengths_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 60px 0 30px 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .s_strengths {
    padding: 120px 0 65px 0;
  }
}
.s_strengths_in {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.s_strengths .c_heading .en {
  color: #FFFFFF;
}
.strentghs_copy {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .strentghs_copy {
    margin-top: 60px;
  }
}
.strentghs_block1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0px;
}
@media only screen and (min-width: 768px) {
  .strentghs_block1 {
    margin-top: 30px;
  }
}
.strentghs_block1 div {
  width: 100%;
  margin: 30px auto 0 auto;
  max-width: 565px;
}
@media only screen and (min-width: 768px) {
  .strentghs_block1 div {
    width: 47%;
  }
}
.strentghs_block1_txt {
  color: #fff;
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.strentghs_block1_txt strong {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .strentghs_block1_txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .strentghs_block1_txt strong {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.s_strength_gallery {
  background: #000000;
  padding-top: 15px;
}
@media only screen and (min-width: 768px) {
  .s_strength_gallery {
    padding-top: 30px;
  }
}
.s_strength_gallery img {
  width: 100%;
}
.s_strength_gallery_in {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.strength_gallery2 {
  margin-top: 10px;
}
.strength_gallery2 img {
  width: 100%;
}
.s_strength_contact {
  background-color: #000000;
}
.s_strength_contact .c_contact_sns {
  display: none;
}
/* ------------------------------------------------------------
s_floor
------------------------------------------------------------ */
.s_floor {
  background-color: #f3f2eb;
  padding: 60px 0 40px 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .s_floor {
    padding: 120px 0 60px 0;
  }
}
.s_floor_in {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.s_floor_lead {
  padding: 30px 0;
}
.s_floor_lead .mi {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.5;
}
.s_floor_lead .txt {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .s_floor_lead {
    padding: 60px 0;
  }
  .s_floor_lead .mi {
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
  .s_floor_lead .txt {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }
}
.s_floor_zu {
  position: relative;
  max-width: 1084px;
  margin: 0 auto;
}
.s_floor_zu_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #f3f2eb;
  z-index: 1;
}
.s_floor_zu_pin {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.s_floor_zu_pin li {
  position: absolute;
}
.s_floor_zu_pin li a {
  display: inline-block;
}
.s_floor_zu_pin img {
  width: auto;
  height: 20px;
}
.s_floor_zu_pin li:nth-child(1) {
  left: 24%;
  top: 77%;
}
.s_floor_zu_pin li:nth-child(2) {
  left: 70%;
  top: 71%;
}
.s_floor_zu_pin li:nth-child(3) {
  left: 53%;
  top: 14%;
}
.s_floor_zu_pin li:nth-child(4) {
  left: 20%;
  top: 53%;
}
.s_floor_zu_pin li:nth-child(5) {
  left: 35%;
  top: 45%;
}
.s_floor_zu_pin li:nth-child(6) {
  left: 5%;
  top: 66%;
}
@media only screen and (min-width: 768px) {
  .s_floor_zu_pin img {
    height: 36px;
  }
}
@media only screen and (min-width: 1000px) {
  .s_floor_zu_pin img {
    height: 44px;
  }
}
@media only screen and (min-width: 1200px) {
  .s_floor_zu_pin li a {
    transition: transform 0.2s linear;
    transform-origin: center bottom;
  }
  .s_floor_zu_pin li a:hover {
    transform: scale(1.15);
  }
  .s_floor_zu_pin li:nth-child(1) {
    left: 26%;
    top: 79%;
  }
  .s_floor_zu_pin li:nth-child(2) {
    left: 73%;
    top: 71.5%;
  }
  .s_floor_zu_pin li:nth-child(3) {
    left: 55%;
    top: 17%;
  }
  .s_floor_zu_pin li:nth-child(4) {
    left: 22%;
    top: 56%;
  }
  .s_floor_zu_pin li:nth-child(5) {
    left: 38.2%;
    top: 47.4%;
  }
  .s_floor_zu_pin li:nth-child(6) {
    left: 7.5%;
    top: 70%;
  }
}
.s_floor_help {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  height: 24px;
  border-radius: 12px;
  padding: 0 15px;
  max-width: 290px;
  margin: 20px auto 0;
}
.s_floor_help .ico {
  width: 20px;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s_floor_help .ico img {
  width: 100%;
}
.s_floor_help .txt {
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .s_floor_help {
    display: none;
  }
}
.s_floor_data {
  display: flex;
  width: 100%;
  max-width: 900px;
  margin: 20px auto 0;
  font-weight: 700;
}
.s_floor_data .mi {
  background-color: #524b48;
  width: 22%;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  line-height: 1.4;
}
.s_floor_data .mi .en {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-size: 120%;
}
.s_floor_data .mi .ico {
  display: block;
  width: 14px;
  margin-bottom: 5px;
}
.s_floor_data .mi .ico img {
  width: 100%;
}
.s_floor_data .data {
  background-color: #fff;
  flex: 1;
  font-size: 10px;
  font-size: 1rem;
  padding: 15px;
}
.data_blockR {
	margin-top: 30px;
}

.s_floor_data .mi2 {
	margin-top: 30px;
	margin-bottom: 10px;
}
.s_floor_data .mi2 span {
	padding: 5px 10px;
	background: #000;
	color: #fff;
}
.s_floor_data .mi2.mi2_st {
	margin-top: 0;
}
.s_floor .btn-cont-detail {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
	.data_block {
		display: flex;
		justify-content: space-between;
		font-size: 13px;
		font-size: 1.3rem;
	}
	.data_blockL {
		width: 50%;
	}
	.data_blockR {
		width: 47%;
		margin-top: 0;
	}
  .s_floor_data {
    margin: 50px auto 0;
  }
  .s_floor_data .mi {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .s_floor_data .mi .ico {
    width: 15px;
  }
  .s_floor_data .data {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 25px;
  }
}
@media only screen and (min-width: 1000px) {
  .s_floor_data .mi {
    flex-direction: row;
  }
  .s_floor_data .mi .ico {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .s_floor_data .mi .txt br {
    display: none;
  }
  .s_floor_data .data ul {
    display: flex;
    flex-wrap: wrap;
  }
  .s_floor_data .data ul li {
    width: 50%;
  }
  .s_floor .btn-list {
    display: flex;
    justify-content: center;
  }
  .s_floor .btn-list li {
    max-width: 500px;
    width: 50%;
    margin: 0 15px;
  }
  .s_floor .btn-cont-detail {
    margin-top: 70px;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) {
	.s_floor_data .mi2 {
		padding-left: 40px;
	}
  .s_floor_data .data ul {
    padding-left: 40px;
  }
}
.point-modal {
  display: none;
}
.s_floor_point_box {
  position: relative;
  padding: 28px 5% 20px;
}
.s_floor_point_box_copy {
  margin: 20px 0 0;
  display: flex;
}
.s_floor_point_box_copy_in {
  flex: 1;
}
.s_floor_point_box_copy_in .mi_txt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}
.s_floor_point_box_copy_in .mi_txt strong {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
}
.s_floor_point_box_copy_in .mi_icon {
  margin-top: 10px;
}
.s_floor_point_box_copy_in .mi_icon_item {
  display: inline-block;
  background-color: #000000;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  padding: 4px 8px;
  margin-right: 4px;
}
.s_floor_point_box_copy_in .txt {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.modaal-container {
  max-width: 850px;
}
.s_floor_point_box .btn-close {
  width: 7em;
  margin: 5px auto;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  cursor: pointer;
}
.s_floor_point_box .btn-close span {
  display: inline-block;
  transform: translateY(3px);
  font-size: 2rem;
  padding-right: 5px;
}
.modaal-wrapper .modaal-close {
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .s_floor_point_box {
    padding-top: 35px;
  }
  .s_floor_point_box_copy {
    margin-top: 30px;
  }
  .s_floor_point_box_copy_in .mi_txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .s_floor_point_box_copy_in .mi_txt strong {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .s_floor_point_box_copy_in .mi_icon_item {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 6px 12px;
    margin-right: 7px;
  }
  .s_floor_point_box_copy_in .txt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 20px;
  }
  .s_floor_point_box .btn-close {
    width: 7em;
    margin: 30px auto 15px;
    font-size: 1.8rem;
  }
  .s_floor_point_box .btn-close span {
    transform: translateY(3px);
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1400px) {
  .s_floor_point_box_copy_in .mi {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .s_floor_point_box_copy_in .mi_icon {
    margin-top: 0;
  }
  .s_floor_point_box_copy_in .mi_icon_item {
    margin-left: 7px;
    margin-right: 0;
  }
}
.s_floor_contact {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto;
}
.s_floor_contact_bnr {
  background: url(../img/osakaumeda/top/bg_contact_sp.jpg) no-repeat center center/cover;
  padding: 10px;
  position: relative;
}
.s_floor_contact_bnr::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.s_floor_contact_bnr::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.s_floor_contact_bnr_in {
  position: relative;
  z-index: 1;
  border: solid 1px rgba(255, 255, 255, 0.25);
  padding: 5%;
  text-align: center;
}
.s_floor_contact_bnr_in .mi {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  display: inline-block;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
}
.s_floor_contact_bnr_in .txt {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 15px 0;
  color: #fff;
  font-weight: 700;
}
.s_floor_contact_bnr_in .btns .c_btn:first-child {
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .s_floor_contact_bnr_in {
    padding: 30px;
  }
  .s_floor_contact_bnr_in .mi {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .s_floor_contact_bnr_in .txt {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1000px) {
  .s_floor_contact {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .s_floor_contact_bnr {
    background: url(../img/osakaumeda/top/bg_contact_pc.jpg) no-repeat center center/cover;
  }
  .s_floor_contact_bnr_in {
    padding: 30px 0;
  }
  .s_floor_contact_bnr_in .txt br {
    display: none;
  }
  .s_floor_contact_bnr_in .btns {
    display: flex;
    justify-content: space-around;
  }
  .s_floor_contact_bnr_in .btns .c_btn {
    width: 35%;
  }
  .s_floor_contact_bnr_in .btns .c_btn:first-child {
    margin-bottom: 0;
  }
}
.s_floor_notes {
  width: 100%;
  padding: 0 5% 15px 0;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .s_floor_notes {
    padding: 0 30px 30px 0;
  }
}
/* ------------------------------------------------------------
s_plan
------------------------------------------------------------ */
.s_plan {
  background: url(../img/kobe25/top/bg_plan_sp.jpg) no-repeat center center/cover;
  position: relative;
  padding: 60px 0;
}
.s_plan::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.s_plan::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.s_plan_in {
  position: relative;
  z-index: 1;
}
.s_plan .c_heading .en {
  color: #fff;
}
.s_plan_lead {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 30px 0;
}
.s_plan_lead .txt {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .s_plan_lead {
    padding: 0 0 60px;
  }
  .s_plan_lead .txt {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }
}
.s_plan .opening {
  text-align: center;
  margin: 25px auto;
  border-radius: 30px;
  background-color: #fff;
  align-items: center;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  width: 60%;
  max-width: 300px;
  padding: 5px 10px;
  line-height: 1.1;
}
.s_plan .opening .s_s {
  font-weight: 400;
  font-size: 65%;
}
.s_plan_notes {
  position: absolute;
  width: 100%;
  padding: 0 5% 15px 0;
  right: 0;
  bottom: 0;
  text-align: right;
  color: #fff;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .s_plan {
    padding: 120px 0;
  }
  .s_plan .opening {
    margin: 25px auto 50px;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 20px;
  }
  .s_plan_notes {
    padding: 30px;
  }
}
@media only screen and (min-width: 1000px) {
  .s_plan {
    background: url(../img/kobe25/top/bg_plan_pc.jpg) no-repeat center center/cover;
  }
  .s_plan .opening br {
    /*		display: none;*/
  }
}
.s_plan .plan_box_wrap {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1000px) {
  .s_plan .plan_box_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.s_plan .plan_box_wrap .plan_box {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 15px;
  position: relative;
}
.s_plan .plan_box_wrap .plan_box_padding {
  margin-top: 40px;
}
.s_plan .plan_box_wrap .plan_box_h {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 900;
  text-align: center;
  position: relative;
}
.s_plan .plan_box_wrap .plan_box_h::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.s_plan .plan_box_wrap .plan_box_h::after {
  width: 24px;
  height: 1px;
  background-color: #000000;
  top: auto;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
.s_plan .plan_box_wrap .plan_box_txt {
  font-size: 11px;
  font-size: 1.1rem;
  margin: 20px 0 15px;
}
.s_plan .plan_box_wrap .plan_box_area {
  display: flex;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.s_plan .plan_box_wrap .plan_box_area_in {
  width: 100%;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  padding: 10px 7px;
}
.s_plan .plan_box_wrap .plan_box_area_in_cowork .plan_box_area_in_h {
  background-color: #de8f7e;
}
.s_plan .plan_box_wrap .plan_box_area_in_private .plan_box_area_in_h {
  background-color: #8e7a69;
}
.s_plan .plan_box_wrap .plan_box_area_in_meeting .plan_box_area_in_h {
  background-color: #41a5bc;
}
.s_plan .plan_box_wrap .plan_box_area_in_hide {
  background-color: #dcdddd;
}
.s_plan .plan_box_wrap .plan_box_area_in_hide .plan_box_area_in_h {
  background-color: #fff;
  color: #c9caca;
}
.s_plan .plan_box_wrap .plan_box_area_in_h {
  height: 18px;
  border-radius: 9px;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 154px;
  margin: 0 auto 5px;
}
.s_plan .plan_box_wrap .plan_box_area_in_txt {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
}
.s_plan .plan_box_wrap .plan_box_price {
  background-color: #000000;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  padding: 15px 10px;
}
.s_plan .plan_box_wrap .plan_box_price p {
  margin: 0 auto 8px;
  text-align: left;
}
.s_plan .plan_box_wrap .plan_box_price span {
  display: inline-block;
  margin-right: 5px;
  width: 55px;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  color: #000;
}
.s_plan .plan_box_wrap .feature-list {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  padding: 0 12px;
}
.s_plan .plan_box_wrap .feature-list li {
  width: 25%;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
}
.s_plan .plan_box_wrap .feature-list span {
  display: block;
  width: 26px;
  margin: 0 auto 5px;
}
.s_plan .btn-cont-detail {
  width: 90%;
  margin: 0 auto;
}
.s_plan .spot-baloon {
  position: relative;
  width: 100%;
  margin: 25px 0;
  padding: 8px 5px;
  background: #0068B7;
  color: #FFF;
  font-size: 1.3rem;
  text-align: center;
  font-weight: bold;
}
.s_plan .spot-baloon::after {
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translate(-50%, 100%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 15px 8px;
  border-top-color: #0068B7;
}
@media only screen and (min-width: 768px) {
  .s_plan .plan_box_wrap .plan_box {
    padding: 28px 36px;
  }
  .s_plan .plan_box_wrap .plan_box_h {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .s_plan .plan_box_wrap .plan_box_h::after {
    width: 40px;
  }
  .s_plan .plan_box_wrap .plan_box_txt {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 25px 0 20px;
  }
  .s_plan .plan_box_wrap .plan_box_area_in {
    padding: 14px;
  }
  .s_plan .plan_box_wrap .plan_box_area_in_h {
    font-size: 13px;
    font-size: 1.3rem;
    height: 22px;
    border-radius: 11px;
  }
  .s_plan .plan_box_wrap .plan_box_area_in_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .s_plan .plan_box_wrap .plan_box_price {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .s_plan .plan_box_wrap .feature-list {
    margin-top: 30px;
    padding: 0 5%;
  }
  .s_plan .plan_box_wrap .feature-list li {
    font-size: 1.2rem;
  }
  .s_plan .plan_box_wrap .feature-list span {
    width: 45px;
  }
}
@media only screen and (min-width: 1000px) {
  .s_plan .plan_box_wrap .plan_box {
    width: 48.5%;
    margin-bottom: 2%;
  }
  .s_plan .plan_box_wrap .plan_box.plan_box_wide .plan_box_sep_block {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
  }
  .s_plan .plan_box_wrap .plan_box.plan_box_wide .plan_box_sep_block .plan_box_txt {
    margin: 0 0 20px 4%;
    width: 46%;
  }
  .s_plan .plan_box_wrap .plan_box.plan_box_wide .plan_box_sep_block .plan_box_sep_block_R {
    width: 46%;
  }
  .s_plan .plan_box_wrap .plan_box.plan_box_wide .plan_spot_baloon {
    width: 296px;
  }
  .s_plan .btn-cont-detail {
    margin: 60px auto 0;
  }
  .s_plan .plan_box_wrap .plan_box_price {
    padding: 15px 15px 10px;
  }
  .s_plan .plan_box_wrap .plan_box_price p {
    max-width: 320px;
  }
  .s_plan .spot-baloon {
    font-size: 1.6rem;
    margin: 0 0 2.5%;
  }
  .s_plan .spot-baloon::after {
    border-width: 18px 10px;
  }
}
.plan_spot_baloon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
@media only screen and (min-width: 768px) {
  .plan_spot_baloon {
    width: 50%;
  }
}
.plan_spot_baloon p {
  position: relative;
  width: 100%;
  padding: 8px 5px;
  background: #0068B7;
  color: #FFF;
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .plan_spot_baloon p {
    font-size: 1.3rem;
  }
}
.plan_spot_baloon p::after {
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translate(-50%, 100%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 15px 8px;
  border-top-color: #0068B7;
}
.plan_box_wrap .plan_new_icon {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 12%;
}
.plan_separate {
  text-align: center;
  margin: 20px 0 0 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .plan_separate {
    margin: 40px 0;
  }
}
/* ------------------------------------------------------------
s_access
------------------------------------------------------------ */
.s_access {
  padding: 60px 0 40px;
  background: #FFF;
}
.s_access_in {
  margin: auto;
  width: 90%;
}
.s_access .c_heading_l {
  margin-bottom: 25px;
}
.s_access_info {
  margin-bottom: 20px;
}
.s_access_info_h {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.s_access_info_h .ttl-txt {
  display: inline-block;
  line-height: 1;
}
.s_access_info_h .ttl-txt span {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0;
}
.s_access_info_h .opening {
  display: inline-block;
  background-color: #000000;
  color: #fff;
  padding: 5px 10px;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.s_access_info_h .opening .s_s {
  font-size: 71.4%;
  font-weight: 400;
}
.s_access_info_txt {
  font-size: 12px;
  font-size: 1.2rem;
}
.s_access_info_txt > p {
  margin-bottom: 10px;
}
.s_access_info_txt > p:last-child {
  margin-bottom: 0;
}
.s_access_info_txt .traffic {
  padding: 15px;
  background: #F3F2EB;
}
.s_access_info_txt .traffic h3 {
  margin-bottom: 5px;
  padding-left: 18px;
  background: url(../img/osakaumeda/top/ico_train.svg) no-repeat left center;
  background-size: 11px auto;
  font-size: 1.4rem;
  font-weight: bold;
}
.s_access_info_txt .traffic p {
  font-size: 1.1rem;
}
.s_access_info_box {
  background-color: #f3f2eb;
  padding: 24px;
  margin-top: 20px;
}
.s_access_info_box_txt {
  font-size: 11px;
  font-size: 1.1rem;
}
.s_access_info_box_list {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 10px;
}
.s_access_info_box_list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 5px;
}
.s_access_info_box_list li::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.s_access_info_box_list li:last-child {
  margin-bottom: 0;
}
.s_access_info_box_list li::after {
  background-color: #000000;
  width: 8px;
  height: 8px;
  top: 0.6rem;
  border-radius: 4px;
}
.s_access_info_common .s_access_info_box {
  display: none;
}
.s_access_map {
  position: relative;
}
.s_access_map_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 1;
}
.s_access_map_img_1 img {
  border: 1px solid #eee;
}
.s_access_map_img_2 {
  margin: 10px auto;
  max-width: 360px;
  width: 70%;
  text-align: center;
}
.s_access_map_txt {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.s_access_link {
  font-size: 10px;
  font-size: 1rem;
  text-align: right;
}
.s_access_link_btn {
  display: inline-block;
  padding: 10px 16px 10px 10px;
  background: url(../img/common/ico_blank_b.svg) no-repeat 99.5% 55%;
  background-size: 10px;
}
.s_access_notes {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
.s_access .btn-cont-detail {
  margin-top: 20px;
}
.s_access .btn-cont-detail._pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .s_access {
    padding: 120px 0;
  }
  .s_access .c_heading_l {
    margin-bottom: 45px;
  }
  .s_access_info_h {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .s_access_info_h .opening {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .s_access_info_txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .s_access_info_txt > p {
    margin-bottom: 15px;
  }
  .s_access_info_box {
    padding: 38px;
    margin-top: 25px;
  }
  .s_access_info_box_txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .s_access_info_box_list {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 15px;
  }
  .s_access_info_box_list li::after {
    top: 0.8rem;
  }
  .s_access_link {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .s_access_notes {
    margin-top: 60px;
  }
  .s_access_map_txt {
    text-align: center;
  }
}
@media only screen and (min-width: 1000px) {
  .s_access_in {
    max-width: 1200px;
  }
  .s_access_info_h {
    display: flex;
    flex-wrap: wrap;
  }
  .s_access_info_h .ttl-txt {
    order: 2;
    display: block;
    width: 100%;
  }
  .s_access_info_h .opening {
    order: 1;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .s_access .c_heading_l {
    text-align: left;
  }
  .s_access_in_in {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .s_access_info {
    width: 53.75%;
    max-width: 620px;
    margin-bottom: 0;
  }
  .s_access_info_txt .traffic {
    padding: 20px 5%;
    background: #F3F2EB;
  }
  .s_access_info_txt .traffic h3 {
    padding-left: 24px;
    background-size: 15px auto;
    font-size: 1.7rem;
  }
  .s_access_info_txt .traffic p {
    font-size: 1.5rem;
  }
  .s_access_info_common .s_access_info_box {
    display: block;
  }
  .s_access_info_sp {
    display: none;
  }
  .s_access_map {
    width: 40%;
  }
  .s_access_link {
    position: absolute;
    right: 5px;
    bottom: 290px;
    width: auto;
    margin: 0;
  }
  .s_access .btn-cont-detail._pc {
    display: block;
  }
  .s_access .btn-cont-detail._sp {
    display: none;
  }
  .s_access .btn-cont-detail {
    max-width: none;
    width: 100%;
    margin-top: 50px;
  }
}
.s_access_info_table {
  font-size: 1.3rem;
  width: 100%;
  border-top: 1px solid #ddd;
  margin-top: 10px;
}
.s_access_info_table tr {
  border-bottom: 1px solid #ddd;
}
.s_access_info_table th {
  padding: 5px 0;
  text-align: left;
  vertical-align: top;
  width: 64px;
}
.s_access_info_table td {
  padding: 5px 0 5px 20px;
}
.s_access .btn_area {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s_access .btn_area figcaption {
  padding-top: 5px;
  text-align: center;
  font-size: 1rem;
  letter-spacing: -.1em;
}
.s_access .btn_area .img01 {
  width: 26.3%;
}
.s_access .btn_area .img02 {
  width: 69.5%;
}
@media only screen and (min-width: 768px) {
  .s_access_info_table {
    font-size: 1.6rem;
  }
  .s_access_info_table th {
    width: 110px;
  }
  .s_access .btn_area {
    margin: 0 auto;
    max-width: 523px;
  }
  .s_access .btn_area figure {
    padding-top: 20px;
  }
}


/* ------------------------------------------------------------
s_company
------------------------------------------------------------ */
.s_company {
  padding: 30px 0 60px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .s_company {
    padding: 0 0 200px;
  }
}
.s_company_in {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.s_company .company_table {
	width: 100%;
	border: 1px solid #DCDDDD;
	margin-top: 30px;
	font-size: 1.2rem;
}

.s_company .company_table tr {
	border-bottom: 1px solid #DCDDDD;
}

.s_company .company_table th {
	background-color: #000;
	color: #fff;
	text-align: center;
	font-weight: 700;
	width: 80px;
	padding: 10px 0;
	line-height: 1.2;
}

.s_company .company_table td {
	width: calc(100% - 60px);
	padding: 10px;
}

@media screen and (min-width: 768px) {
	.s_company .company_table {
		margin-top: 50px;
		font-size: 1.6rem;
	}
	.s_company .company_table th {
		width: 200px;
		padding: 15px 0;
	}
	.s_company .company_table td {
		width: calc(100% - 200px);
		padding: 15px 40px;
	}
}


/* ------------------------------------------------------------
s_others
------------------------------------------------------------ */
.s_others {
  position: relative;
}
.s_others_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 1;
}
.s_others .cont-link li {
  position: relative;
}
.s_others .cont-link li a {
  display: block;
  color: #FFF;
}
.s_others .cont-link li h2 {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 5;
  transform: translateY(-55%);
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
}
.s_others .cont-link li h2 .en {
  position: relative;
  display: block;
  padding-bottom: 2px;
  margin-bottom: 8px;
  font-size: 2.9rem;
  font-weight: 700;
}
.s_others .cont-link li h2 .en::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 35px;
  height: 1px;
  background: #FFF;
  pointer-events: none;
}
.s_others .cont-link li h2 img {
  margin-left: 5px;
  width: 10px;
  vertical-align: 0;
}
@media only screen and (min-width: 768px) {
  .s_others .cont-link {
    display: flex;
  }
  .s_others .cont-link li {
    width: 50%;
  }
  .s_others .cont-link li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.15);
    transition: all 0.4s;
  }
  .s_others .cont-link li:hover::before {
    width: 100%;
  }
  .s_others .cont-link li h2 {
    font-size: 1.8rem;
  }
  .s_others .cont-link li h2 .en {
    padding-bottom: 0;
    margin-bottom: 15px;
    font-size: 5.2rem;
  }
  .s_others .cont-link li h2 .en::after {
    width: 40px;
  }
  .s_others .cont-link li h2 img {
    width: 14px;
  }
}
/* ------------------------------------------------------------
s_column
------------------------------------------------------------ */
.s_column {
  padding: 50px 0;
}
.s_column_in {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.s_column h2 {
  margin-bottom: 10px;
}
.s_column .btn-cont-detail {
  margin-top: 30px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .s_column {
    padding: 120px 0;
  }
  .s_column h2 {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    text-align: left;
  }
  .s_column h2 .ja {
    margin-left: 35px;
  }
  .s_column .btn-cont-detail {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    width: 210px;
  }
  .s_column .btn-cont-detail a {
    height: 40px;
    font-size: 1.3rem;
  }
  .s_column .btn-cont-detail a::after {
    width: 32px;
    right: 5%;
    background: url(../img/common/ico_arrow_bk.svg) no-repeat center 45%/100% auto;
  }
}
/* ------------------------------------------------------------
s_news
------------------------------------------------------------ */
.s_news {
  padding: 50px 0;
}
.s_news_in {
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.s_news h2 {
  margin-bottom: 10px;
}
.s_news .btn-cont-detail {
  margin-top: 30px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .s_news {
    padding: 120px 0;
  }
  .s_news h2 {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    text-align: left;
  }
  .s_news h2 .ja {
    margin-left: 35px;
  }
  .s_news .btn-cont-detail {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    width: 210px;
  }
  .s_news .btn-cont-detail a {
    height: 40px;
    font-size: 1.3rem;
  }
  .s_news .btn-cont-detail a::after {
    width: 32px;
    right: 5%;
    background: url(../img/common/ico_arrow_bk.svg) no-repeat center 45%/100% auto;
  }
}
/* floor point 追加  */
.s_floor_point2 {
  max-width: 1616px;
  margin: 30px auto 0;
}
@media only screen and (min-width: 768px) {
  .s_floor_point2 {
    margin: 90px auto 0;
  }
}
@media only screen and (min-width: 1000px) {
  .s_floor_point2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.s_floor_point2_box {
  width: calc(100% + 40px);
  position: relative;
  margin-left: -20px;
  margin-bottom: 40px;
}
.s_floor_point2_box_img {
  position: relative;
  width: 95%;
}
.s_floor_point2_box_img .caption {
  position: absolute;
  bottom: 3px;
  right: 5px;
  color: #fff;
  font-size: 1rem;
  text-shadow:
    0 0 5px rgba(0, 0, 0, 0.8),
    0 0 10px rgba(0, 0, 0, 0.7),
    0 0 15px rgba(0, 0, 0, 0.6),
    0 0 25px rgba(0, 0, 0, 0.5);
}
.s_floor_point2_box_copy {
  width: 90%;
  margin: 20px auto 0;
  display: flex;
}
.s_floor_point2_box_copy_count {
  width: 20px;
  margin-right: 20px;
  position: relative;
}
.s_floor_point2_box_copy_count::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.s_floor_point2_box_copy_count img {
  width: 100%;
}
.s_floor_point2_box_copy_count::after {
  width: 1px;
  height: calc(100% - 18px);
  left: auto;
  right: 0;
  top: 18px;
  background-color: #000000;
}
.s_floor_point2_box_copy_in {
  flex: 1;
}
.s_floor_point2_box_copy_in .mi_txt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}
.s_floor_point2_box_copy_in .mi_txt strong {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
}
.s_floor_point2_box_copy_in .mi_icon {
  margin-top: 10px;
}
.s_floor_point2_box_copy_in .mi_icon_item {
  display: inline-block;
  background-color: #000000;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  padding: 4px 8px;
  margin-right: 4px;
}
.s_floor_point2_box_copy_in .txt {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.s_floor_point2_box:nth-child(odd) .s_floor_point2_box_img {
  margin-left: 5%;
}
@media only screen and (min-width: 768px) {
  .s_floor_point2_box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 80px;
  }
  .s_floor_point2_box_copy {
    margin-top: 30px;
  }
  .s_floor_point2_box_copy_count {
    width: 39px;
  }
  .s_floor_point2_box_copy_count::after {
    height: calc(100% - 37px);
    top: 37px;
  }
  .s_floor_point2_box_copy_in .mi_txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .s_floor_point2_box_copy_in .mi_txt strong {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .s_floor_point2_box_copy_in .mi_icon_item {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 6px 12px;
    margin-right: 7px;
  }
  .s_floor_point2_box_copy_in .txt {
    font-size: 16px;
    font-size: 1.5rem;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1000px) {
  .s_floor_point2_box {
    margin-bottom: 140px;
    width: 48.5%;
  }
  .s_floor_point2_box_img {
    width: calc(100% - 60px);
    margin-left: 60px;
  }
  .s_floor_point2_box_img .caption {
    font-size: 1.2rem;
  }
  .s_floor_point2_box:nth-child(odd) .s_floor_point2_box_img {
    margin-left: 60px;
  }
  .s_floor_point2_box:nth-child(even) {
    margin-top: 140px;
    margin-bottom: 0;
  }
  .s_floor_point2_box_copy {
    width: calc(100% - 70px);
    margin: 30px 0 0 70px;
  }
  .s_floor_point2_box_copy_count {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .s_floor_point2_box_copy_in .mi {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .s_floor_point2_box_copy_in .mi_icon {
    margin-top: 0;
  }
  .s_floor_point2_box_copy_in .mi_icon_item {
    margin-left: 7px;
    margin-right: 0;
  }
}
/* feature01
-----------------------------------------------------------------*/
.feature01 {
  padding: 45px 0 55px;
  background: #fff;
}
.feature h2 {
  margin-bottom: 25px;
  text-align: center;
}
.feature h2 .ico {
  display: block;
  margin-bottom: 15px;
}
.feature h2 .ico img {
  width: auto;
  height: 65px;
}
.feature h2 .ttl {
  display: block;
  margin-bottom: 10px;
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: bold;
}
.feature h2 .sub {
  display: block;
}
.feature h2 .sub strong {
  display: inline-block;
  padding: 2px 15px 4px;
  border-radius: 20px;
  background: #231815;
  color: #FFF;
  font-size: 1.2rem;
}
.feature h2 + .txt {
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.feature01 .biophilic {
  margin-bottom: 35px;
  padding: 25px 15px;
  border: 1px solid #B5B5B6;
}
.feature01 .biophilic .logo {
  margin-bottom: 10px;
  text-align: center;
}
.feature01 .biophilic .logo span {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
}
.feature01 .biophilic .logo span img {
  width: auto;
  height: 24px;
}
.feature01 .biophilic .txt {
  font-size: 1.1rem;
}
/* senses */
.senses {
  position: relative;
  padding: 0 20px;
}
.senses .bg {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  transition: .8s;
}
.senses dl {
  position: relative;
  z-index: 100;
}
.senses dl > div {
  background: no-repeat center center;
  background-size: cover;
  color: #FFF;
  margin-top: 1px;
}
.senses .bg01 span, .senses dl .sense01 {
  background-image: url(../img/about/bg_img01.jpg);
}
.senses .bg02 span, .senses dl .sense02 {
  background-image: url(../img/about/bg_img02.jpg);
}
.senses .bg03 span, .senses dl .sense03 {
  background-image: url(../img/about/bg_img03.jpg);
}
.senses .bg04 span, .senses dl .sense04 {
  background-image: url(../img/about/bg_img04.jpg);
}
.senses .bg05 span, .senses dl .sense05 {
  background-image: url(../img/about/bg_img05.jpg);
}
.senses dl dt {
  position: relative;
  padding: 30px;
  cursor: pointer;
}
.senses dl dt span {
  vertical-align: middle;
  font-size: 2.4rem;
  font-weight: bold;
}
.senses dl dt small {
  padding: 4px 0 0 15px;
  font-size: 1rem;
  font-weight: bold;
}
.senses dl dt::after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-60%);
  content: "ï¼‹";
  line-height: 1;
  font-size: 3rem;
}
.senses dl dt.open::after {
  content: "ï¼";
}
.senses dl dd {
  display: none;
  padding: 0 30px 30px;
  font-size: 1.2rem;
}
.senses dl dd strong {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}
.senses dl dd p:nth-child(n+2) {
  margin-top: 15px;
}
/* feature01
-----------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .feature01 {
    padding: 95px 0 110px;
  }
  .feature h2 {
    margin-bottom: 35px;
  }
  .feature h2 .ico {
    display: block;
    margin-bottom: 20px;
  }
  .feature h2 .ico img {
    width: auto;
    height: 90px;
  }
  .feature h2 .ttl {
    margin-bottom: 15px;
    font-size: 3.8rem;
  }
  .feature h2 .sub strong {
    padding: 2px 25px 4px;
    font-size: 1.8rem;
  }
  .feature h2 + .txt {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 40px;
  }
  .feature01 .biophilic {
    margin-bottom: 60px;
    padding: 40px 5%;
  }
  .feature01 .biophilic .logo {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    text-align: left;
  }
  .feature01 .biophilic .logo span {
    display: block;
    margin-right: 40px;
    font-size: 1.6rem;
  }
  .feature01 .biophilic .logo span img {
    width: auto;
    height: 24px;
  }
  .feature01 .biophilic .txt {
    font-size: 1.4rem;
  }
  /* senses */
  .senses-wrapper {
    padding: 0 20px;
  }
  .senses {
    max-width: 1620px;
    margin: 0 auto;
    padding: 0;
    background: rgba(0, 0, 0, .5);
  }
  .senses .bg {
    display: block;
    opacity: 0;
    overflow: hidden;
  }
  .senses .bg.show {
    opacity: 1;
  }
  .senses .bg span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(1, 1);
    transition: 15s;
  }
  .senses .bg.show span {
    transform: scale(1.3, 1.3);
  }
  .senses .bg span em {
    opacity: 0;
  }
  .senses dl {
    position: relative;
    z-index: 100;
  }
  .senses dl > div {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 180px;
    border-top: 1px solid rgba(255, 255, 255, .6);
    margin-top: 0;
  }
  .senses dl > div::before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: cover;
    transition: .4s;
  }
  .senses dl:hover > div::before {
    opacity: 0;
  }
  .senses dl .sense01, .senses dl .sense02, .senses dl .sense03, .senses dl .sense04, .senses dl .sense05 {
    background: none;
  }
  .senses dl .sense01::before {
    background-image: url(../img/about/bg_img01.jpg);
  }
  .senses .bg02 span, .senses dl .sense02::before {
    background-image: url(../img/about/bg_img02.jpg);
  }
  .senses dl .sense03::before {
    background-image: url(../img/about/bg_img03.jpg);
  }
  .senses dl .sense04::before {
    background-image: url(../img/about/bg_img04.jpg);
  }
  .senses dl .sense05::before {
    background-image: url(../img/about/bg_img05.jpg);
  }
  .senses dl > div dt, .senses dl > div dd {
    position: relative;
    z-index: 10;
  }
  .senses dl:hover > div:not(:hover) dt, .senses dl:hover > div:not(:hover) dd {
    opacity: .2;
  }
  .senses dl dt {
    display: flex;
    align-items: center;
    width: 300px;
    flex-shrink: 0;
    position: relative;
    padding: 0 60px;
    cursor: auto;
  }
  .senses dl dt span {
    vertical-align: middle;
    font-size: 4rem;
  }
  .senses dl dt small {
    padding: 4px 0 0 15px;
    font-size: 1.2rem;
  }
  .senses dl dt::after {
    display: none;
  }
  .senses dl dd {
    display: block;
    padding: 0;
    font-size: 1.3rem;
  }
  .senses dl dd strong {
    font-size: 1.6rem;
  }
  .senses dl dd p {
    display: flex;
    align-items: center;
    padding-right: 7%;
  }
  .senses dl dd p .ttl {
    width: 360px;
    flex-shrink: 0;
  }
  .senses dl dd p:nth-child(n+2) {
    margin-top: 15px;
  }
}

.p_footer_company {
	padding-bottom: 80px;
}


@media only screen and (min-width: 1200px) {
	.p_footer_company {
		padding-bottom: 20px;
	}
}