.inline_block {
  display: inline-block;
}

.innerBox {
  padding: 0 4vw;
}

@media (min-width: 768px) {
  .innerBox {
    width: calc(1200rem/16);
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
}

.innerBox_l {
  padding: 0 4vw;
}

@media (min-width: 768px) {
  .innerBox_l {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 25px;
  }
}

@media (min-width: 768px) {
  .display_to_mq {
    display: none;
  }
}

.link_corona {
  position: relative;
  z-index: 10;
}

#wrap.is-retouch_width {
  max-width: none;
  padding: 0;
}

#gallery {
  width: 100%;
  max-width: 100%;
}

#gallery h2 {
  padding-top: 10vw;
  text-align: center;
}

@media (min-width: 768px) {
  #gallery h2 {
    padding-top: 7.5rem;
  }
}

#gallery h2 picture {
  display: block;
}

#gallery .inner {
  padding: 0 0 8vw;
}

@media (min-width: 768px) {
  #gallery .inner {
    padding: 0;
  }
}

#win.on {
  position: relative;
}

#team_k,
#venue {
  opacity: 0;
  -webkit-transition: all 1.0s ease-in-out 0s;
  transition: all 1.0s ease-in-out 0s;
}

#team_k.on,
#venue.on {
  opacity: 1;
}

@media (min-width: 768px) {
  #team_k .inner {
    padding: 7.5rem 0;
  }
}

#team_k .team_bg {
  background-color: #f7f6f5;
  padding: 6.25rem 0;
}

@media (min-width: 768px) {
  #team_k .team_bg {
    padding: 7.5rem 0 5rem;
  }
}

#team_k .team_cnt_wrap {
  max-width: 59.375rem;
  margin: 0 auto;
}

#team_k .intro_text_jp {
  text-align: center;
  font-size: 1.125rem;
  max-width: 59.375rem;
  margin-top: 2.25rem;
  padding: 0 8%;
}

@media (min-width: 768px) {
  #team_k .intro_text_jp {
    font-size: 1.5rem;
    margin-top: 2.5rem;
    padding: 0;
  }
}

#team_k .intro_text_en {
  text-align: center;
  font-size: 1.125rem;
  max-width: 59.375rem;
  margin-top: 1.25rem;
  padding: 0 8%;
}

@media (min-width: 768px) {
  #team_k .intro_text_en {
    font-size: 1.375rem;
    margin-top: 2.5rem;
    padding: 0;
  }
}

#team_k .job_wrap {
  margin-top: 3.125rem;
  padding: 4.5rem 2.9% 0;
}

@media (min-width: 768px) {
  #team_k .job_wrap {
    margin-top: 4rem;
    padding: 3.125rem 5.26% 0;
  }
}

#team_k .job_wrap .job_box {
  position: relative;
}

#team_k .job_wrap .job_box .job_text_bg {
  width: 48.76%;
}

@media (min-width: 768px) {
  #team_k .job_wrap .job_box .job_text_bg {
    width: 46.35%;
  }
}

#team_k .job_wrap .job_box .job_link_list {
  position: absolute;
  top: -3.125rem;
  right: 0;
  width: 66.46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  #team_k .job_wrap .job_box .job_link_list {
    width: 63.52%;
  }
}

#team_k .job_wrap .job_box .job_link_list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.14%;
          flex: 0 0 48.14%;
  margin-bottom: 1.25rem;
}

#team_k .job_wrap .job_box .job_link_list > li > a {
  display: block;
  position: relative;
}

#team_k .job_wrap .job_box .job_link_list > li > a .hover_over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

@media (min-width: 768px) {
  #team_k .job_wrap .job_box .job_link_list > li > a .hover_over {
    z-index: -1;
  }
}

#team_k .job_wrap .job_box .job_link_list > li > a:hover {
  opacity: 1.0;
}

#team_k .job_wrap .job_box .job_link_list > li > a:hover .hover_over {
  z-index: 2;
}

#team_k .job_wrap .job_box .job_link_list > li > div.is-no_link {
  position: relative;
}

#team_k .job_wrap .job_box .job_link_list > li > div.is-no_link .hover_over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

#team_k .job_wrap .job_box .job_link_list > li > div.is-no_link:hover {
  opacity: 1.0;
}

#venue .inner {
  padding-top: 5rem;
}

@media (min-width: 768px) {
  #venue .inner {
    padding-top: 0;
  }
}

#venue .venue_box {
  display: block;
  border: 2px solid #000;
  width: 86.95%;
  margin: 0 auto;
  text-decoration: none;
  overflow: hidden;
}

@media (min-width: 768px) {
  #venue .venue_box {
    border: 4px solid #000;
    width: 62.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#venue .venue_box .text_cnt {
  padding: 0.75rem 0.75rem 0;
  position: relative;
}

@media (min-width: 768px) {
  #venue .venue_box .text_cnt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

#venue .venue_box .text_cnt .vernue_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
  padding-top: 2.25rem;
  padding-left: 1.25rem;
}

@media (min-width: 768px) {
  #venue .venue_box .text_cnt .vernue_title {
    margin-bottom: 1.125rem;
  }
}

#venue .venue_box .text_cnt .vernue_title img {
  display: block;
  width: 12.06rem;
}

@media (min-width: 768px) {
  #venue .venue_box .text_cnt .vernue_title img {
    width: 9.81rem;
  }
}

#venue .venue_box .text_cnt .vernue_title span {
  display: block;
  padding-left: 2rem;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  #venue .venue_box .text_cnt .vernue_title span {
    font-size: 1.125rem;
  }
}

#venue .venue_box .text_cnt .vernue_text {
  font-size: 1.5rem;
  margin-left: 2.25rem;
  border-left: 1px solid #000;
  padding-left: 1.875rem;
  padding-bottom: 4.5rem;
}

@media (min-width: 768px) {
  #venue .venue_box .text_cnt .vernue_text {
    font-size: 1.125rem;
    margin-left: 1.75rem;
    padding-left: 2.375rem;
    border-left: none;
    position: relative;
  }
}

@media (min-width: 768px) {
  #venue .venue_box .text_cnt .vernue_text::after {
    content: '';
    width: 1px;
    height: 300%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
  }
}

#venue .venue_box .text_cnt .more_img {
  width: 7.5rem;
  position: absolute;
  bottom: 1.75rem;
  right: 1.875rem;
}

@media (min-width: 768px) {
  #venue .venue_box .text_cnt .more_img {
    width: 5.93rem;
    bottom: 1.5rem;
    right: 2.5rem;
  }
}

#venue .venue_box .img_cnt {
  padding: 0 0.75rem 0.75rem;
}

@media (min-width: 768px) {
  #venue .venue_box .img_cnt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0.375rem 0.375rem 0.375rem 0;
  }
}

@media (min-width: 768px) {
  .world_bg_retouch {
    height: calc(800rem/16);
    max-height: calc(800rem/16);
    overflow-y: hidden;
  }
}

.o-modal__inner {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40rem;
  padding: 6.25rem 2.12rem 1.75rem 2.12rem;
}

@media (min-width: 768px) {
  .o-modal__inner {
    width: 45rem;
    padding: 4.35rem 4rem 3.25rem 4rem;
  }
}

.o-modal__inner .inline_block {
  display: inline-block;
}

.o-modal__thumb {
  text-align: center;
  margin-bottom: 1.25rem;
  height: 26.16rem;
}

.o-modal__thumb.is-img_vertical img {
  width: auto;
  height: 100%;
}

.o-modal__title {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .o-modal__title {
    font-size: 1rem;
  }
}

.o-modal__detail_jp {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .o-modal__detail_jp {
    font-size: 0.8rem;
  }
}

.o-modal__detail_eng {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.72;
}

@media (min-width: 768px) {
  .o-modal__detail_eng {
    font-size: 0.8rem;
  }
}

.o-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 6.25rem;
  height: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media (min-width: 768px) {
  .o-modal__close {
    width: 4rem;
    height: 4rem;
  }
}

.o-modal__close img {
  display: block;
  width: 1.75rem;
}

.o-title__corona_main {
  font-size: calc(24rem/16);
  text-align: center;
  padding: calc(72rem/16) 0;
}

.o-title__team_message {
  font-size: calc(24rem/16);
}

@media (min-width: 768px) {
  .o-title__team_message {
    font-size: calc(16rem/16);
    margin-left: calc(8rem/16);
  }
}

.o-title__team_member {
  width: calc(406rem/16);
  margin: 0 auto;
}

.o-title__mv_title {
  font-size: calc(24rem/16);
}

@media (min-width: 768px) {
  .o-title__mv_title {
    font-size: calc(16rem/16);
  }
}

.o-title__mv_title.is-right_bottom_bk_border::before {
  content: '';
  display: block;
  width: calc(60rem/16);
  height: 1px;
  background-color: #000;
  position: absolute;
  right: 0;
  bottom: 0;
}

.o-title__mv_title.is-right_bottom_bk_border::after {
  content: '';
  display: block;
  width: 1px;
  height: calc(60rem/16);
  background-color: #000;
  position: absolute;
  right: 0;
  bottom: 0;
}

.o-title__txt_mq_column2 {
  margin-bottom: calc(36rem/16);
}

.o-title__txt_mq_column2 > img {
  display: block;
  width: calc(330rem/16);
  margin-bottom: calc(20rem/16);
}

@media (min-width: 768px) {
  .o-title__txt_mq_column2 > img {
    width: calc(251rem/16);
  }
}

.o-title__txt_mq_column2 > span.is-ls_text {
  display: block;
  letter-spacing: calc(7rem/16);
  font-size: calc(34rem/16);
}

@media (min-width: 768px) {
  .o-title__txt_mq_column2 > span.is-ls_text {
    font-size: calc(24rem/16);
  }
}

.o-list__corona_first_accordion {
  margin-top: calc(80rem/12);
  padding-bottom: calc(100rem/12);
}

@media (min-width: 768px) {
  .o-list__corona_first_accordion {
    margin-top: calc(80rem/16);
    padding-bottom: calc(100rem/16);
  }
}

.o-list__corona_first_accordion > li + li {
  margin-top: calc(50rem/16);
}

.o-list__corona_second_accordion > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: calc(20rem/12) 0;
  border-bottom: 1px solid #dce2e6;
}

@media (min-width: 768px) {
  .o-list__corona_second_accordion > li {
    padding: calc(20rem/16) 0;
  }
}

.o-list__corona_second_accordion > li:last-child {
  border-bottom: none;
}

.o-list__column2_mq3 {
  margin-top: calc(60rem/16);
}

.o-list__column2_mq3::after {
  clear: both;
  content: "";
  display: block;
}

@media (min-width: 768px) {
  .o-list__column2_mq3 {
    margin-top: calc(100rem/16);
  }
}

.o-list__column2_mq3 > li {
  width: 47.82%;
  margin-right: 4.34%;
  margin-bottom: calc(30rem/16);
  float: left;
}

@media (min-width: 768px) {
  .o-list__column2_mq3 > li {
    width: 31.66%;
    margin-right: 2.5%;
  }
}

.o-list__column2_mq3 > li:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 768px) {
  .o-list__column2_mq3 > li:nth-child(2n) {
    margin-right: 2.5%;
  }
}

.o-list__column2_mq3 > li:nth-child(2n+1) {
  clear: left;
}

@media (min-width: 768px) {
  .o-list__column2_mq3 > li:nth-child(2n+1) {
    clear: none;
  }
}

@media (min-width: 768px) {
  .o-list__column2_mq3 > li:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .o-list__column2_mq3 > li:nth-child(3n+1) {
    clear: left;
  }
}

.o-list__column2_mq3 > li:nth-last-child(1) {
  margin-bottom: 0;
}

.o-list__column2_mq3 > li:nth-last-child(2) {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .o-list__column2_mq3 > li:nth-last-child(3) {
    margin-bottom: 0;
  }
}

.o-list__column2_mq3.is-venue_detail {
  margin-top: calc(42rem/16);
  padding-bottom: calc(80rem/16);
}

@media (min-width: 768px) {
  .o-list__column2_mq3.is-venue_detail {
    margin-top: calc(70rem/16);
    padding-bottom: calc(120rem/16);
  }
}

.o-list__team_member {
  padding-top: calc(40rem/16);
  margin-bottom: calc(48rem/16);
}

.o-list__team_member::after {
  clear: both;
  content: "";
  display: block;
}

@media (min-width: 768px) {
  .o-list__team_member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: calc(60rem/16);
  }
}

.o-list__team_member > li {
  width: 31.88%;
  margin-right: 2.17%;
  float: left;
}

@media (min-width: 768px) {
  .o-list__team_member > li {
    width: calc(190rem/16);
    float: none;
    margin: 0 calc(7.5rem/16);
  }
}

.o-list__team_member > li:nth-child(3n) {
  margin-right: 0;
}

@media (min-width: 768px) {
  .o-list__team_member > li:nth-child(3n) {
    margin: 0 calc(7.5rem/16);
  }
}

.o-list__team_member > li:nth-child(3n+1) {
  clear: left;
}

@media (min-width: 768px) {
  .o-list__team_member > li:nth-child(3n+1) {
    clear: none;
  }
}

.o-list__other_floors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.o-list__other_floors > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46.66%;
          flex: 0 0 46.66%;
  margin-top: calc(30rem/16);
}

@media (min-width: 768px) {
  .o-list__other_floors > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.33%;
            flex: 0 0 23.33%;
  }
}

.o-list__other_floors > li > a > div.is-thumb {
  position: relative;
  overflow: hidden;
}

.o-list__other_floors > li > a > div.is-thumb::before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-image: url(../images/venue/other_floors_current.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.o-list__other_floors > li > a > div.is-current::before {
  opacity: 1.0;
}

.o-list__other_floors > li > a > div.is-text {
  margin-top: calc(20rem/16);
}

@media (min-width: 768px) {
  .o-list__other_floors > li > a:hover > div.is-thumb::before {
    opacity: 1.0;
  }
}

.o-dl_box__corona_counterplan > dt {
  background-color: #dce2e6;
  text-align: center;
  font-size: calc(22rem/12);
  border-top: 2px solid #dce2e6;
  border-right: 2px solid #dce2e6;
  border-left: 2px solid #dce2e6;
  padding: calc(7.5rem/12) 0;
  position: relative;
  cursor: pointer;
}

@media (min-width: 768px) {
  .o-dl_box__corona_counterplan > dt {
    font-size: calc(22rem/16);
    padding: calc(7.5rem/16) 0;
  }
}

.o-dl_box__corona_counterplan > dt.is-accordion_on .o-box__accordion_icon::after {
  display: none;
}

.o-dl_box__corona_counterplan > dd {
  display: none;
  padding: 0 calc(20rem/12);
  border-bottom: 2px solid #dce2e6;
  border-right: 2px solid #dce2e6;
  border-left: 2px solid #dce2e6;
}

@media (min-width: 768px) {
  .o-dl_box__corona_counterplan > dd {
    padding: 0 calc(20rem/16);
  }
}

.o-dl_box__corona_counterplan > dd.is-first_display {
  display: block;
}

.o-dl_box__venue_detail > dt {
  margin: 0 auto;
  padding-top: calc(80rem/16);
}

@media (min-width: 768px) {
  .o-dl_box__venue_detail > dt {
    padding-top: calc(120rem/16);
  }
}

.o-dl_box__venue_detail > dt.is-loft {
  width: calc(125rem/16);
}

.o-dl_box__venue_detail > dt.is-wedding_report {
  width: calc(474rem/16);
}

.o-dl_box__venue_detail > dt.is-photo_gallery {
  width: calc(443rem/16);
  padding-bottom: calc(32rem/16);
}

@media (min-width: 768px) {
  .o-dl_box__venue_detail > dt.is-photo_gallery {
    padding-bottom: calc(48rem/16);
  }
}

.o-dl_box__venue_detail > dt.is-gallery {
  width: calc(362rem/16);
}

.o-dl_box__venue_detail > dt.is-lafayette {
  width: calc(306rem/16);
}

.o-dl_box__venue_detail > dt.is-bowery {
  width: calc(215rem/16);
}

.o-dl_box__venue_detail > dd {
  font-size: calc(24rem/16);
  text-align: center;
  line-height: 2.0;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .o-dl_box__venue_detail > dd {
    font-size: calc(15rem/16);
  }
}

.o-dl_box__other_floors {
  padding: calc(54rem/16) 0;
}

@media (min-width: 768px) {
  .o-dl_box__other_floors {
    padding: calc(72rem/16) 0;
  }
}

.o-dl_box__other_floors > dt {
  width: calc(346rem/16);
}

.o-flex_box__bk_wh_box {
  font-size: calc(13rem/12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: calc(12rem/12);
}

@media (min-width: 768px) {
  .o-flex_box__bk_wh_box {
    font-size: calc(13rem/16);
    margin-bottom: calc(12rem/16);
  }
}

.o-flex_box__inner_bk {
  background-color: #000;
  color: #fff;
  text-align: center;
  border: 1px solid #000;
  padding: calc(1.6rem/12);
  width: calc(150rem/12);
  max-width: calc(150rem/12);
}

@media (min-width: 768px) {
  .o-flex_box__inner_bk {
    padding: calc(1.6rem/16);
    width: calc(150rem/16);
    max-width: calc(150rem/16);
  }
}

.o-flex_box__inner_wh {
  text-align: center;
  border: 1px solid #000;
  padding: calc(1.6rem/12);
  min-width: calc(150rem/12);
}

@media (min-width: 768px) {
  .o-flex_box__inner_wh {
    padding: calc(1.6rem/16);
    min-width: calc(150rem/16);
  }
}

@media (min-width: 768px) {
  .o-flex_box__team_mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .o-flex_box__team_mv_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57.41%;
            flex: 0 0 57.41%;
    padding-top: 0;
  }
}

.o-flex_box__team_mv_cnt {
  background-color: #000;
  color: #fff;
  padding: calc(40rem/16);
}

@media (min-width: 768px) {
  .o-flex_box__team_mv_cnt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42.59%;
            flex: 0 0 42.59%;
    max-width: 42.59%;
    padding: 0 calc(80rem/16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.o-flex_box__venue_mv {
  background-color: #fff;
}

@media (min-width: 768px) {
  .o-flex_box__venue_mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .o-flex_box__venue_mv_img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57.42%;
            flex: 0 0 57.42%;
    max-width: 57.42%;
  }
}

.o-flex_box__venue_mv_cnt {
  padding: calc(40rem/16) 0 calc(80rem/16);
}

@media (min-width: 768px) {
  .o-flex_box__venue_mv_cnt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42.58%;
            flex: 0 0 42.58%;
    max-width: 42.58%;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .o-flex_box__txt_thumb_mq_column2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .o-flex_box__txt_thumb_mq_column2.is-reverse_column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .o-flex_box__txt_mq_column2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
    padding-top: calc(40rem/16);
  }
}

@media (min-width: 768px) {
  .o-flex_box__txt_mq_column2.is-reverse_column {
    margin-left: auto;
  }
}

.o-flex_box__thumb_mq_column2 {
  margin-top: calc(88rem/16);
  position: relative;
  border: calc(8rem/16) solid #000;
}

@media (min-width: 768px) {
  .o-flex_box__thumb_mq_column2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
    margin-top: 0;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .o-flex_box__thumb_mq_column2.is-reverse_column {
    margin-left: 0;
  }
}

.o-flex_box__text_floor {
  position: absolute;
  display: block;
  top: 0;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
}

.o-flex_box__text_floor.is-text_17 {
  width: calc(234rem/16);
  right: calc(40rem/16);
}

@media (min-width: 768px) {
  .o-flex_box__text_floor.is-text_17 {
    width: calc(244rem/16);
    right: calc(44rem/16);
  }
}

.o-flex_box__text_floor.is-text_16 {
  width: calc(242rem/16);
  left: calc(24rem/16);
}

@media (min-width: 768px) {
  .o-flex_box__text_floor.is-text_16 {
    width: calc(254rem/16);
    left: calc(28rem/16);
  }
}

.o-flex_box__text_floor.is-text_15 {
  width: calc(244rem/16);
  right: calc(40rem/16);
}

@media (min-width: 768px) {
  .o-flex_box__text_floor.is-text_15 {
    width: calc(256rem/16);
    right: calc(44rem/16);
  }
}

.o-flex_box__text_floor.is-text_14 {
  width: calc(243rem/16);
  left: calc(24rem/16);
}

@media (min-width: 768px) {
  .o-flex_box__text_floor.is-text_14 {
    width: calc(254rem/16);
    left: calc(28rem/16);
  }
}

.o-flex_box__venue_detail_mv_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.o-flex_box__venue_detail_mv {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62.66%;
          flex: 0 0 62.66%;
}

@media (min-width: 768px) {
  .o-flex_box__venue_detail_mv {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
  }
}

.o-flex_box__venue_detail_floor {
  background-color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.34%;
          flex: 0 0 37.34%;
  padding: calc(30rem/16) 0 0 calc(30rem/16);
}

@media (min-width: 768px) {
  .o-flex_box__venue_detail_floor {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    padding: calc(60rem/16) 0 0 calc(70rem/16);
  }
}

.o-flex_box__venue_detail_floor img {
  width: calc(220rem/16);
}

@media (min-width: 768px) {
  .o-flex_box__venue_detail_floor img {
    width: calc(300rem/16);
  }
}

.o-flex_box__row2thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: calc(30rem/16) auto 0;
}

@media (min-width: 768px) {
  .o-flex_box__row2thumb {
    width: calc(1000rem/16);
  }
}

.o-flex_box__row2thumb.is-first_cnt {
  margin-top: calc(80rem/16);
}

.o-flex_box__row2inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.5%;
          flex: 0 0 48.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.o-box__counterplan_num {
  font-size: calc(24rem/16);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9%;
          flex: 0 0 9%;
}

@media (min-width: 768px) {
  .o-box__counterplan_num {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5.72%;
            flex: 0 0 5.72%;
  }
}

.o-box__counterplan_cnt {
  font-size: calc(15rem/12);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91%;
          flex: 0 0 91%;
}

@media (min-width: 768px) {
  .o-box__counterplan_cnt {
    font-size: calc(15rem/16);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 94.28%;
            flex: 0 0 94.28%;
  }
}

.o-box__accordion_icon {
  display: block;
  position: absolute;
  top: 50%;
  left: calc(16rem/12);
  width: calc(25rem/12);
  height: calc(25rem/12);
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .o-box__accordion_icon {
    left: calc(16rem/16);
    width: calc(25rem/16);
    height: calc(25rem/16);
  }
}

.o-box__accordion_icon::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: calc(8rem/12);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(9rem/12);
  height: calc(1rem/12);
  background-color: #000;
  z-index: 10;
}

@media (min-width: 768px) {
  .o-box__accordion_icon::before {
    left: calc(8rem/16);
    width: calc(9rem/16);
    height: calc(1rem/16);
  }
}

.o-box__accordion_icon::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: calc(12rem/12);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(1rem/12);
  height: calc(9rem/12);
  background-color: #000;
  z-index: 10;
}

@media (min-width: 768px) {
  .o-box__accordion_icon::after {
    left: calc(12rem/16);
    width: calc(1rem/16);
    height: calc(9rem/16);
  }
}

.o-box__team_mv_name {
  margin-top: calc(40rem/16);
  margin-left: auto;
  width: calc(97rem/16);
}

@media (min-width: 768px) {
  .o-box__team_mv_name {
    width: calc(79rem/16);
  }
}

.o-box__team_mv_name::before {
  content: '';
  display: block;
  width: calc(60rem/16);
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}

.o-box__team_mv_name::after {
  content: '';
  display: block;
  width: 1px;
  height: calc(60rem/16);
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}

.o-box__team_mv_border {
  padding: calc(48rem/16);
  position: relative;
  width: 100%;
}

.o-box__team_mv_border::before {
  content: '';
  display: block;
  width: calc(60rem/16);
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.o-box__team_mv_border::after {
  content: '';
  display: block;
  width: 1px;
  height: calc(60rem/16);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.o-box__border_bb_thumb {
  margin-top: calc(80rem/16);
  border: calc(8rem/16) solid #000;
}

@media (min-width: 768px) {
  .o-box__border_bb_thumb {
    margin-top: calc(70rem/16);
  }
}

.o-box__venue_mv_border {
  width: 90%;
  margin: 0 auto;
  padding: calc(36rem/16);
  position: relative;
}

@media (min-width: 768px) {
  .o-box__venue_mv_border {
    width: 75.75%;
    padding: calc(40rem/16);
  }
}

.o-box__venue_mv_border::before {
  content: '';
  display: block;
  width: calc(60rem/16);
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.o-box__venue_mv_border::after {
  content: '';
  display: block;
  width: 1px;
  height: calc(60rem/16);
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.o-box__slash_bg {
  position: relative;
  overflow: hidden;
  padding-bottom: calc(48rem/16);
}

@media (min-width: 768px) {
  .o-box__slash_bg {
    padding-bottom: calc(60rem/16);
  }
}

.o-box__slash_bg::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #f7f6f5;
}

.o-box__slash_bg::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(1400rem/16);
  left: 0;
  z-index: -2;
  width: 100%;
  height: calc(1920rem/16);
  background-color: #eceae7;
  -webkit-transform: skewY(-25deg);
          transform: skewY(-25deg);
}

.o-box__slash_bg.is-venue_detail {
  padding-bottom: 0;
}

.o-box__slash_bg.is-venue_detail::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(1500rem/16);
  left: 0;
  z-index: -2;
  width: 100%;
  height: calc(1420rem/16);
  background-color: #eceae7;
  -webkit-transform: skewY(25deg);
          transform: skewY(25deg);
}

.o-box__wedding_report_none {
  padding-bottom: calc(80rem/16);
}

@media (min-width: 768px) {
  .o-box__wedding_report_none {
    padding-bottom: calc(120rem/16);
  }
}

.o-section__team_mv {
  background-color: #f7f6f5;
  padding-top: calc(30rem/16);
}

@media (min-width: 768px) {
  .o-section__team_mv {
    padding-top: calc(25rem/16);
  }
}

.o-section__team_cnt {
  padding: calc(80rem/16) 0 calc(100rem/16);
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  .o-section__team_cnt {
    padding: calc(80rem/16) 0 calc(120rem/16);
  }
}

.o-section__team_cnt::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #f7f6f5;
}

.o-section__team_cnt::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(-1750rem/16);
  left: 0;
  z-index: -1;
  width: 300%;
  height: 300%;
  background-color: #eceae7;
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
}

@media (min-width: 768px) {
  .o-section__team_cnt::after {
    top: calc(-360rem/16);
  }
}

.o-section__team_member {
  padding: calc(100rem/16) 0;
}

@media (min-width: 768px) {
  .o-section__team_member {
    padding: calc(120rem/16) 0;
  }
}

.o-section__venue_mv {
  padding-top: calc(30rem/16);
  padding-bottom: calc(112rem/16);
}

@media (min-width: 768px) {
  .o-section__venue_mv {
    padding-top: calc(25rem/16);
    padding-bottom: calc(180rem/16);
  }
}

.o-section__venue_loft {
  padding-bottom: calc(112rem/16);
}

@media (min-width: 768px) {
  .o-section__venue_loft {
    padding-bottom: calc(260rem/16);
  }
}

.o-section__venue_gallery {
  padding-bottom: calc(112rem/16);
}

@media (min-width: 768px) {
  .o-section__venue_gallery {
    padding-bottom: calc(260rem/16);
  }
}

.o-section__venue_lafayette {
  padding-bottom: calc(112rem/16);
}

@media (min-width: 768px) {
  .o-section__venue_lafayette {
    padding-bottom: calc(260rem/16);
  }
}

.o-section__venue_bowery {
  padding-bottom: calc(48rem/16);
}

@media (min-width: 768px) {
  .o-section__venue_bowery {
    padding-bottom: calc(180rem/16);
  }
}

.o-section__venue_detail_mv {
  max-width: 1600px;
  margin: 0 auto;
}

.o-section__photo_gallery {
  background-color: #fff;
  padding-bottom: calc(60rem/16);
}

@media (min-width: 768px) {
  .o-section__photo_gallery {
    width: calc(1600rem/16);
    padding-bottom: calc(80rem/16);
    margin: 0 auto calc(40rem/16);
  }
}

.o-section__other_floors {
  background-color: #111111;
}

.o-btn__bg_bk {
  width: calc(600rem/16);
  margin: 0 auto;
  background: #101010;
}

@media (min-width: 768px) {
  .o-btn__bg_bk {
    width: calc(520rem/16);
  }
}

.o-btn__bg_bk.is-venue {
  margin: calc(40rem/16) 0 0;
  width: calc(300rem/16);
}

@media (min-width: 768px) {
  .o-btn__bg_bk.is-venue {
    width: calc(300rem/16);
  }
}

.o-btn__bg_bk.is-even {
  margin-left: auto;
}

@media (min-width: 768px) {
  .o-btn__bg_bk.is-even {
    margin-left: 0;
  }
}

.o-btn__border_wh {
  width: 100%;
  color: #fff;
  font-size: calc(34rem/16);
  text-align: center;
  letter-spacing: calc(2.6rem/16);
  display: block;
  position: relative;
  padding: calc(38rem/16);
}

@media (min-width: 768px) {
  .o-btn__border_wh {
    font-size: calc(20rem/16);
  }
}

.o-btn__border_wh::before {
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #fff;
  position: absolute;
  top: 3px;
  left: 3px;
}

.o-btn__border_wh:hover {
  text-decoration: none;
}

.o-btn__border_wh.is-venue {
  font-size: calc(20rem/16);
  padding: calc(18rem/16);
}

@media (min-width: 768px) {
  .o-btn__border_wh.is-venue {
    font-size: calc(16rem/16);
  }
}

.o-btn__modal_more {
  color: #fff;
  background-color: #000;
  font-size: 1.2rem;
  padding: 0.2em 0.5em;
  display: block;
  width: 5em;
  margin: 2em auto 0;
  text-align: center;
}

@media (min-width: 768px) {
  .o-btn__modal_more {
    font-size: 0.8rem;
  }
}

.o-text_box__mv_intro_jp {
  display: block;
  font-size: calc(32rem/16);
  line-height: 1.75;
  margin-top: calc(40rem/16);
  letter-spacing: calc(1.2rem/16);
}

@media (min-width: 768px) {
  .o-text_box__mv_intro_jp {
    font-size: calc(24rem/16);
  }
}

.o-text_box__mv_intro_en {
  display: block;
  font-size: calc(28rem/16);
  line-height: 2;
  margin-top: calc(20rem/16);
}

@media (min-width: 768px) {
  .o-text_box__mv_intro_en {
    font-size: calc(20rem/16);
  }
}

.o-text_box__txt_mq_column2_jp {
  font-size: calc(24rem/16);
  line-height: 2.0;
}

@media (min-width: 768px) {
  .o-text_box__txt_mq_column2_jp {
    font-size: calc(15rem/16);
  }
}

.o-text_box__txt_mq_column2_en {
  font-size: calc(26rem/16);
  line-height: 2.0;
  margin-top: calc(24rem/16);
}

@media (min-width: 768px) {
  .o-text_box__txt_mq_column2_en {
    font-size: calc(16rem/16);
  }
}

.o-single_img__row2thumb {
  margin: calc(30rem/16) auto 0;
}

@media (min-width: 768px) {
  .o-single_img__row2thumb {
    width: calc(1000rem/16);
  }
}

.p-corona__intro_box {
  text-align: center;
  border: 3px solid #000;
  padding: calc(40rem/12) 0;
  line-height: 2.0;
}

@media (min-width: 768px) {
  .p-corona__intro_box {
    padding: calc(40rem/16);
  }
}

.p-corona__num_space {
  padding-top: calc(12rem/12);
}

@media (min-width: 768px) {
  .p-corona__num_space {
    padding-top: calc(12rem/16);
    padding-left: 1rem;
  }
}

.p-team__message_wrap {
  margin-top: calc(8rem/16);
  border-left: 1px solid #000;
  padding: calc(20rem/16) 0 calc(20rem/16) calc(28rem/16);
  letter-spacing: 2;
}

@media (min-width: 768px) {
  .p-team__message_wrap {
    margin-top: calc(12rem/16);
    padding: calc(20rem/16) calc(36rem/16);
    margin-left: calc(8rem/16);
  }
}

.p-team__message_text_jp {
  font-size: calc(24rem/16);
}

@media (min-width: 768px) {
  .p-team__message_text_jp {
    font-size: calc(15rem/16);
  }
}

.p-team__message_text_en {
  font-size: calc(26rem/16);
  margin-top: calc(32rem/16);
}

@media (min-width: 768px) {
  .p-team__message_text_en {
    font-size: calc(16rem/16);
    margin-top: calc(28rem/16);
  }
}

.p-team__member_thumb {
  position: relative;
}

.p-team__member_thumb img.is-on_thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .p-team__member_thumb img.is-on_thumb {
    z-index: -1;
  }
}

.p-team__member_thumb img.is-on_thumb.is-current {
  z-index: 0;
}

.p-team__member_thumb img.is-no_link {
  z-index: -1;
}

@media (min-width: 768px) {
  .p-team__member_thumb:hover img.is-on_thumb {
    z-index: 0;
  }
}

@media (min-width: 768px) {
  .p-team__member_thumb:hover img.is-no_link {
    z-index: -1;
  }
}

.p-venue__floor_thumb_mv {
  padding-top: calc(80rem/16);
}

@media (min-width: 768px) {
  .p-venue__floor_thumb_mv {
    padding-top: calc(100rem/16);
  }
}
