.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-title__top_bridal_fair {
  width: calc(340rem/16);
  margin: 0 auto calc(60rem/16);
}

@media (min-width: 768px) {
  .o-title__top_bridal_fair {
    margin: 0 auto;
  }
}

.o-title__top_bridal_fair img {
  display: block;
}

.o-title__top_bridal_sub {
  font-size: calc(26rem/16);
  line-height: 1.3;
}

@media (min-width: 768px) {
  .o-title__top_bridal_sub {
    font-size: calc(20rem/16);
  }
}

.o-title__top_plan {
  max-width: calc(132rem/16);
  margin: 0 auto calc(50rem/16);
}

.o-title__top_plan img {
  display: block;
}

.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-dl_box__top_plan {
  padding-bottom: 2rem;
}

.o-dl_box__top_plan > dt {
  font-size: calc(26rem/16);
  font-weight: bold;
  line-height: calc(32/23);
}

@media (min-width: 768px) {
  .o-dl_box__top_plan > dt {
    font-size: calc(23rem/16);
  }
}

.o-dl_box__top_plan > dd {
  font-size: calc(22rem/16);
  line-height: calc(26/16);
  margin-top: calc(12rem/16);
}

@media (min-width: 768px) {
  .o-dl_box__top_plan > dd {
    font-size: calc(16rem/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;
  }
}

.o-flex_box__txt_thumb_mq_column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .o-flex_box__txt_thumb_mq_column2 {
    flex-wrap: nowrap;
    /* 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;
  }
}

.o-flex_box__txt_mq_column2 {
  order: 1;
  padding-top: calc(48rem/16);
}
@media (min-width: 768px) {
  .o-flex_box__txt_mq_column2 {
    order: 0;
    -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-flex_box__top_bridal {
  max-width: 1046px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .o-flex_box__top_bridal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.o-flex_box__top_plan {
  max-width: calc(1050rem/16);
  margin: 0 auto;
  border: 2px solid #000;
  padding: calc(30rem/16);
  display: block;
}

@media (min-width: 768px) {
  .o-flex_box__top_plan {
    border: 4px solid #000;
    padding: calc(45rem/16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.o-flex_box__top_plan:hover {
  text-decoration: none;
}

.o-flex_box__top_plan_mq_left {
  max-width: calc(260rem/16);
  margin: 0 auto 2rem;
}

@media (min-width: 768px) {
  .o-flex_box__top_plan_mq_left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27.54%;
            flex: 0 0 27.54%;
    max-width: none;
    margin: 0;
  }
}

.o-flex_box__top_plan_mq_left img {
  display: block;
}

@media (min-width: 768px) {
  .o-flex_box__top_plan_mq_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 68%;
            flex: 0 0 68%;
    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-box__top_bridal_mq_left::after {
  clear: both;
  content: "";
  display: block;
}

@media (min-width: 768px) {
  .o-box__top_bridal_mq_left {
    padding-top: calc(64rem/16);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 53%;
            flex: 0 0 53%;
  }
}

.o-box__top_bridal_mq_right {
  margin-top: calc(60rem/16);
}

@media (min-width: 768px) {
  .o-box__top_bridal_mq_right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39%;
            flex: 0 0 39%;
    margin-top: calc(40rem/16);
  }
}

.o-box__top_bridal_thumb {
  position: relative;
  width: 35%;
  float: left;
}

@media (min-width: 768px) {
  .o-box__top_bridal_thumb {
    width: 44.22%;
  }
}

.o-box__top_bridal_thumb img {
  display: block;
}

.o-box__top_bridal_text {
  color: #fff;
  width: 60%;
  float: right;
}

@media (min-width: 768px) {
  .o-box__top_bridal_text {
    width: 50.54%;
  }
}

.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__team_top{
  padding-top: calc(80rem/16);
  padding-bottom: calc(120rem/16);
  background-color: #f5f4f2;
  background-image: url("../images/team/bg_body.png");
  background-position: center top;
  background-size: cover;
}
.o-section__team_top .innerBox{
  padding: 0;
}
.o-section__team_top_inner{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: calc(70rem/16) calc(45rem/16);
  position: relative;
}
.o-section__team_top_inner:after{
  content: "";
  display: block;
  background-color: #000;
  width: 100%;
  height: calc(100% - (328rem/16));
  position: absolute;
  top: calc(48rem/16);
  left: 0;
  z-index: 0;
}
.o-section__team_top_inner a:hover{
  opacity: 1;
}
.o-section__team_top_inner hgroup{
  padding-top: calc(48rem/16);
  color: #fff;
}
.o-section__team_top_inner hgroup,
.o-section__team_top_inner article{
  position: relative;
  z-index: 1;
}
.o-section__team_top_inner hgroup h3{
  width: calc(187rem/16);
  margin-top: calc(70rem/16);
  margin-left: calc(100rem/16);
  margin-bottom: calc(40rem/16);
}
.o-section__team_top_inner hgroup p{
  margin-left: calc(100rem/16);
  font-size: calc(13rem/16);
  line-height: calc(27/13);
  letter-spacing: 0.1em;
}
.o-title__team_top{
  margin-bottom: calc(70rem/16);
  text-align: center;
  line-height: 1;
}
.o-title__team_top h2{
  width: calc(402rem/16);
  margin: 0 auto calc(25rem/16);
}
.o-title__team_top p{
}
.o-section__team_top_inner ::nth-child(2n+1) .p-team__member_job{
  padding-left: calc(28rem/16);
}
.p-team__member_job{
  font-size: calc(26rem/16);
  font-weight: 500;
  line-height: calc(30/20);
  /*letter-spacing: 0.05em;*/
}
.member1 .p-team__member_job,
.member2 .p-team__member_job,
.member3 .p-team__member_job{
  color: #fff;
}
.member1 .p-team__member_job,
.member3 .p-team__member_job,
.member5 .p-team__member_job{
  padding-right: 1.0em;
}
.member2 .p-team__member_job,
.member4 .p-team__member_job{
  padding-left: 1.0em;
}
.p-team__member_job img{
  width: calc(272rem/16);
}
.p-team__member_job_name{
  display: inline-block;
  margin-bottom: 1.5em;
  font-size: calc(20rem/16);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-top: 1.5em;
  padding-bottom: 1.85em;
  position: relative;
}
.p-team__member_job_name:after{
  content: "";
  display: inline-block;
  width: calc(96rem/16);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.member1 .p-team__member_job_name:after,
.member2 .p-team__member_job_name:after,
.member3 .p-team__member_job_name:after{
  background-color: #fff;
}
.member4 .p-team__member_job_name:after,
.member5 .p-team__member_job_name:after{
  background-color: #000;
}
.p-team__member_style{
  margin-top: 0.85em;
  font-size: calc(20rem/16);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .o-section__team_top{
    padding-top: calc(80rem/16);
    padding-bottom: calc(290rem/16);
  }
  .o-section__team_top_inner{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: calc(65rem/16) calc(70rem/16);
  }
  .o-section__team_top_inner:after{
    width: calc(100% - (96rem/16));
    height: calc(100% - (260rem/16));
    top: calc(48rem/16);
    left: calc(48rem/16);
  }
  .o-title__team_top{
    margin-bottom: calc(70rem/16);
    text-align: center;
    line-height: 1;
  }
  .o-title__team_top h2{
    width: calc(402rem/16);
    margin: 0 auto calc(25rem/16);
  }
  .o-section__team_top_inner hgroup{
    padding-top: calc(48rem/16);
    padding-left: calc(48rem/16);
  }
  .o-section__team_top_inner hgroup h3{
    width: calc(187rem/16);
    margin-top: calc(70rem/16);
    margin-left: calc(80rem/16);
    margin-bottom: calc(40rem/16);
  }
  .o-section__team_top_inner hgroup p{
    margin-left: calc(80rem/16);
    font-size: calc(13rem/16);
    line-height: calc(27/13);
    letter-spacing: 0.1em;
  }
  .p-team__member_job{
    font-size: calc(20rem/16);
    font-weight: 500;
    line-height: calc(30/20);
    letter-spacing: 0.05em;
  }
  .member1 .p-team__member_job,
  .member2 .p-team__member_job{
    color: #fff;
  }
  .member3 .p-team__member_job{
    color: inherit;
  }
  .member1 .p-team__member_job,
  .member3 .p-team__member_job,
  .member5 .p-team__member_job{
    padding-right: 0;
  }
  .member2 .p-team__member_job,
  .member4 .p-team__member_job{
    padding-left: 0;
  }
  .p-team__member_job_name{
    margin-bottom: 0.85em;
    font-size: calc(14rem/16);
    font-weight: 500;
    line-height: 1;
    padding-top: 1.75em;
    padding-bottom: 1.75em;
    position: relative;
  }
  .p-team__member_job_name:after{
    width: calc(64rem/16);
    height: 1px;
  }
  .member1 .p-team__member_job_name:after,
  .member2 .p-team__member_job_name:after{
    background-color: #fff;
  }
  .member3 .p-team__member_job_name:after,
  .member4 .p-team__member_job_name:after,
  .member5 .p-team__member_job_name:after{
    background-color: #000;
  }
  .p-team__member_style{
    margin-top: 0.85em;
    font-size: calc(16rem/16);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.06em;
  }
}

.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(48rem/16);
}

@media (min-width: 768px) {
  .o-section__venue_loft {
    padding-bottom: calc(180rem/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(112rem/16);
}

@media (min-width: 768px) {
  .o-section__venue_bowery {
    padding-bottom: calc(260rem/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__bg_bk.is-top_bridal {
  background: #fff;
  width: 80vw;
  margin-top: calc(56rem/16);
}

@media (min-width: 768px) {
  .o-btn__bg_bk.is-top_bridal {
    width: calc(440rem/16);
  }
}

.o-btn__bg_bk.is-top_plan {
  background: #101010;
  width: 80vw;
  margin-top: calc(60rem/16);
}

@media (min-width: 768px) {
  .o-btn__bg_bk.is-top_plan {
    width: calc(440rem/16);
  }
}

.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__border_wh.is-top_bridal {
  background-image: url(../images/btn_tri_gold.png);
  background-position: right 7px bottom 7px;
  background-repeat: no-repeat;
  background-size: 7px auto;
  padding: calc(24rem/16);
  color: #000;
  font-size: calc(30rem/16);
}

@media (min-width: 768px) {
  .o-btn__border_wh.is-top_bridal {
    font-size: calc(20rem/16);
  }
}

.o-btn__border_wh.is-top_bridal::before {
  border: 1px solid #101010;
}

.o-btn__border_wh.is-top_plan {
  background-image: url(../images/btn_tri_white.png);
  background-position: right 7px bottom 7px;
  background-repeat: no-repeat;
  background-size: 7px auto;
  padding: calc(24rem/16);
}

.o-btn__border_wh.is-top_plan::before {
  border: 1px solid #fff;
}

.o-btn__border_wh.is-top_plan img {
  display: block;
  width: calc(184rem/16);
  margin: 0 auto;
}

.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-btn__top_bridal {
  max-width: calc(480rem/16);
  margin: 0 auto;
  padding-top: calc(32rem/16);
  clear: both;
}

@media (min-width: 768px) {
  .o-btn__top_bridal {
    width: 50.54%;
    max-width: none;
    float: right;
    clear: none;
  }
}

.o-btn__top_bridal > a {
  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;
  border: 1px solid #fff;
  padding: calc(22rem/16) 0;
}

@media (min-width: 768px) {
  .o-btn__top_bridal > a {
    padding: calc(17rem/16) 0;
  }
}

.o-btn__top_bridal > a span.is-arrow {
  color: #fff;
  padding-right: calc(45rem/16);
  background-image: url(../images/bridal_detail_arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: calc(31rem/16) auto;
  font-size: calc(30rem/16);
}

@media (min-width: 768px) {
  .o-btn__top_bridal > a span.is-arrow {
    font-size: calc(16rem/16);
  }
}

.o-btn__top_bridal > a:hover {
  text-decoration: none;
}

.o-btn__top_plan {
  max-width: calc(340rem/16);
  margin-top: calc(32rem/16);
}

@media (min-width: 768px) {
  .o-btn__top_plan {
    max-width: none;
  }
}

.o-btn__top_plan > a {
  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;
  border: 1px solid #fff;
  padding: calc(21rem/16) 0;
}

.o-btn__top_plan > a img {
  display: block;
  width: calc(217rem/16);
  margin: 0 auto;
}

.o-btn__top_plan_detail {
  max-width: calc(480rem/16);
  margin: 0 auto;
}

@media (min-width: 768px) {
  .o-btn__top_plan_detail {
    text-align: right;
    background-image: none;
    max-width: none;
    margin: 0;
  }
}

.o-btn__top_plan_detail .is-btn {
  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;
  border: 1px solid #000;
  padding: calc(22rem/16) 0;
}

@media (min-width: 768px) {
  .o-btn__top_plan_detail .is-btn {
    display: inline-block;
    background-image: url(../images/btn_tri_right_bk.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: calc(6rem/16) auto;
    border: none;
    padding: 0 calc(24rem/16) 0 0;
  }
}

.o-btn__top_plan_detail .is-btn .is-arrow {
  color: #000;
  padding-right: calc(45rem/16);
  background-image: url(../images/bridal_detail_arrow_bk.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: calc(31rem/16) auto;
  font-size: calc(30rem/16);
}

@media (min-width: 768px) {
  .o-btn__top_plan_detail .is-btn .is-arrow {
    font-size: calc(16rem/16);
    padding-right: 0;
    background: none;
  }
}

.o-btn__instagram{
  width: calc(600rem/16);
  margin-bottom: calc(30rem/16);
  margin-left: auto;
  margin-right: auto;
}
.o-btn__instagram a{
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: calc(20rem/16);
  width: 100%;
  height: calc(100rem/16);
  background-color: #282828;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: calc(33rem/16);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  text-decoration: none;
}
.o-btn__instagram a:before{
  content: "";
  display: inline-block;
  width: calc(50rem/16);
  height: calc(51rem/16);
  background-image: url("../images/team/icon_instagram.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .o-btn__instagram{
    width: calc(208rem/16);
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    position: fixed;
    bottom: calc(100rem/16);
    right: 0;
    z-index: 10;
  }
  .o-btn__instagram a{
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: calc(20rem/16);
    width: 100%;
    height: calc(68rem/16);
    background-color: #282828;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: calc(18rem/16);
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    text-decoration: none;
  }
  .o-btn__instagram a:before{
    content: "";
    display: inline-block;
    width: calc(30rem/16);
    height: calc(31rem/16);
    background-image: url("../images/team/icon_instagram.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.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-text_box__top_bridal_detail {
  font-size: calc(22rem/16);
  margin-top: calc(8rem/16);
}

@media (min-width: 768px) {
  .o-text_box__top_bridal_detail {
    font-size: calc(14rem/16);
  }
}

.o-single_img__row2thumb {
  margin: calc(30rem/16) auto 0;
}

@media (min-width: 768px) {
  .o-single_img__row2thumb {
    width: calc(1000rem/16);
  }
}

.o-single_img__top_bridal_thumb_over {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(107rem/16);
  -webkit-transform: translate(calc(-7rem/16), calc(-7rem/16));
          transform: translate(calc(-7rem/16), calc(-7rem/16));
}

.o-single_img__top_bridal_thumb_over img {
  display: block;
}

.o-table__top_bridal {
  color: #fff;
}

.o-table__top_bridal > table {
  width: 100%;
}

.o-table__top_bridal > table tbody tr th {
  font-family: Verdana, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.25em;
  font-size: calc(20rem/16);
  padding-top: calc(14.4rem/16);
}

@media (min-width: 768px) {
  .o-table__top_bridal > table tbody tr th {
    font-size: calc(9.6rem/16);
  }
}

.o-table__top_bridal > table tbody tr th.is-c_red {
  color: #e45075;
}

.o-table__top_bridal > table tbody tr th.is-c_blue {
  color: #85b4e9;
}

.o-table__top_bridal > table tbody tr td {
  font-family: Verdana, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.25em;
  font-size: calc(22rem/16);
  text-align: center;
  padding-top: calc(14.4rem/16);
}

@media (min-width: 768px) {
  .o-table__top_bridal > table tbody tr td {
    font-size: calc(12rem/16);
  }
}

.o-table__top_bridal > table tbody tr td a {
  text-decoration: underline;
}

.o-table__top_bridal > table tbody tr td.is-c_red {
  color: #e45075;
}

.o-table__top_bridal > table tbody tr td.is-c_red a {
  color: #e45075;
}

.o-table__top_bridal > table tbody tr td.is-c_blue {
  color: #85b4e9;
}

.o-table__top_bridal > table tbody tr td.is-c_blue a {
  color: #85b4e9;
}

.o-table__top_bridal a {
  color: #fff;
}

.o-table__venue_detail{
  padding-top: calc(40rem/12);
}
.o-table__venue_detail table{
  width: max-content;
  margin: 0 auto;
  border-collapse: collapse;
}
.o-table__venue_detail th,
.o-table__venue_detail td{
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1;
}
.o-table__venue_detail tr:not(:last-child) th,
.o-table__venue_detail tr:not(:last-child) td{
  border-bottom: 1px solid #000;
}
.o-table__venue_detail th{
  padding-left: 2.25em;
}
.o-table__venue_detail td{
  padding-left: 1.25em;
  padding-right: 2.25em;
}
.o-table__venue_detail p{
  margin-top: 0.75em;
  color: #666;
  line-height: 1;
  letter-spacing: 0.05em;
}

.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%;
  -webkit-transition: opacity 06s ease;
  transition: opacity 0.3s ease;
}

@media (min-width: 768px) {
  .p-team__member_thumb img.is-on_thumb {
    z-index: -1;
    opacity: 0;
  }
}

.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;
    opacity: 1;
  }
}

@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);
  }
}

.p-index__bridal_fair {
  background-color: #2f3033;
  padding: 8% 4% 10%;
}

@media (min-width: 768px) {
  .p-index__bridal_fair {
    padding: calc(80rem/16) 0;
  }
}

.p-index__calendar_top {
  color: #fff;
}

.p-index__calendar_y {
  text-align: center;
  font-size: calc(30rem/16);
}

@media (min-width: 768px) {
  .p-index__calendar_y {
    font-size: calc(12rem/16);
  }
}

.p-index__calendar_month_wrap {
  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;
  line-height: 1.3;
}

.p-index__calendar_arrow a {
  color: #fff;
  font-size: calc(30rem/16);
  -webkit-transform: scaleY(1.6);
          transform: scaleY(1.6);
  display: inline-block;
}

@media (min-width: 768px) {
  .p-index__calendar_arrow a {
    font-size: calc(12rem/16);
  }
}

.p-index__calendar_arrow a:hover {
  text-decoration: none;
  opacity: 1.0;
}

.p-index__calendar_month {
  font-size: calc(30rem/16);
  padding: 0 calc(24rem/16);
}

@media (min-width: 768px) {
  .p-index__calendar_month {
    font-size: calc(20rem/16);
    padding: 0 calc(12rem/16);
  }
}

.p-index__plan {
  padding: calc(100rem/16) 0 calc(80rem/16);
}

.o-section__dress_mv{

}
.o-flex_box__dress_mv{

}
.o-flex_box__dress_mv_cnt{
  padding-top: calc(100rem/16);
  padding-bottom: calc(100rem/16);
  font-size: calc(20rem/16);
  line-height: calc(60/20);
  letter-spacing: 0.05em;
  text-align: center;
}
.o-title__mv_title{
  width: calc(242rem/16);
  margin: 0 auto calc(100rem/16);
  line-height: 1;
}
.o-lead__dress_mv{
  margin-bottom: calc(50rem/16);
  font-size: calc(30rem/16);
  line-height: 1;
  letter-spacing: 0.125em;
}
.o-section__dress_mv p{
}
.o-section__dress_brand_list{
  padding-top: calc(90rem/16);
  padding-bottom: calc(80rem/16);
  background-color: #e9e8e4;
}
.o-title__dress_brand_list{
  margin-bottom: calc(60rem/16);
  font-size: calc(27rem/16);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.31em;
  text-align: center;
}
.o-box__dress_brand_list{
  display: grid;
  grid-template-columns: repeat(2,max-content);
  grid-gap: calc(40rem/16) calc(100rem/16);
  justify-content: center;
}
.o-box__dress_brand_list img{
  width: calc(200rem/16);
  height: calc(120rem/16);
  object-fit: cover;
  mix-blend-mode: multiply;
}
.o-section__dress_brand{
  padding-top: calc(50rem/16);
  padding-bottom: calc(50rem/16);
}
.o-title__dress_brand{
  margin-bottom: calc(40rem/16);
  text-align: center;
}
.o-title__dress_brand{
}
.o-title__dress_brand{
  font-size: calc(24rem/16);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
.o-title__dress_brand_logo{
  text-align: center;
}
.o-title__dress_brand_logo img{
  width: calc(360rem/16);
  height: calc(180rem/16);
  object-fit: cover;
}
.o-section__dress_brand p{
  font-size: calc(18rem/16);
  font-weight: 300;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  line-height: calc(36/18);
  letter-spacing: 0.05em;
}
.p-slides__dress_brand{
  width: calc(468rem/16);
  margin: calc(60rem/16) auto 0;
  padding-bottom: calc(80rem/16) !important;
}
.p-slide__dress_brand img{
  width: calc(468rem/16);
  height: calc(700rem/16);
  object-fit: cover;
}
.o-section__dress_map{
  padding-top: calc(90rem/16);
  padding-bottom: calc(90rem/16);
}
.o-title__dress_map{
  margin-bottom: calc(70rem/16);
  font-size: calc(28rem/16);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.125em;
  text-align: center;
}
.o-text__dress_map{
  margin-top: calc(40rem/16);
  margin-left: calc(50rem/16);
  margin-right: calc(50rem/16);
  font-size: calc(24rem/16);
  font-weight: 300;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  line-height: calc(32/24);
  letter-spacing: 0.05em;
}
.o-text__dress_map dd{
  margin-top: 0.5em;
}
.p-iframe__dress_map{
  width: 100%;
  height: 100%;
  aspect-ratio: 750/352;
}
@media (min-width: 768px) {
  .o-flex_box__dress_mv{
    display: flex;
  }
  .o-flex_box__dress_mv_img{
    width: 50%
  }
  .o-flex_box__dress_mv_cnt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding-left: calc(100rem/16);
    font-size: calc(13rem/16);
    text-align: left;
  }
  .o-title__mv_title{
    width: calc(164rem/16);
    margin: 0 0 calc(90rem/16);
  }
  .o-lead__dress_mv{
    margin-bottom: calc(80rem/16);
    font-size: calc(20rem/16);
  }
  .o-section__dress_mv p{
  }
  .o-section__dress_brand_list{
    margin-bottom: calc(150rem/16);
  }
  .o-title__dress_brand_list{
    margin-bottom: 1.0em;
    font-size: calc(18rem/16);
  }
  .o-box__dress_brand_list{
    grid-template-columns: repeat(8,max-content);
    grid-gap: calc(30rem/16);
  }
  .o-box__dress_brand_list img{
    width: calc(130rem/16);
    height: calc(84rem/16);
    object-fit: cover;
    mix-blend-mode: multiply;
    cursor: pointer;
  }
  .o-flex_box__dress_brand{
    display: flex;
  }
  .o-section__dress_brand{
    padding-top: calc(90rem/16);
    padding-bottom: calc(90rem/16);
  }
  .o-section__dress_brand .innerBox{
    width: calc(1400rem/16);
    max-width: 1400px;
  }
  .o-title__dress_brand{
    margin-bottom: 1.0em;
    font-size: calc(16rem/16);
    text-align: left;
  }
  .o-title__dress_brand_logo{
    width: calc(280rem/16);
  }
  .o-title__dress_brand_logo img{
    width: calc(280rem/16);
    height: calc(130rem/16);
    object-fit: cover;
  }
  .o-flex_box__dress_brand_cnt{
    width: calc(700rem/16);
    margin-left: calc(110rem/16);;
  }
  .o-section__dress_brand p{
    font-size: calc(12rem/16);
    line-height: calc(24/12);
  }
  .p-slides__dress_brand{
    width: auto;
    max-width: 1400px;
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }
  .p-slide__dress_brand img{
    width: 100%;
    height: calc(700rem/16);
    object-fit: cover;
  }
  .o-section__dress_map{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: calc(90rem/16);
    padding-bottom: calc(90rem/16);
  }
  .o-title__dress_map{
    margin-bottom: calc(70rem/16);
    font-size: calc(20rem/16);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.125em;
    text-align: center;
  }
  .o-text__dress_map{
    width: 100%;
    max-width: calc(960rem/16);
    margin-top: calc(40rem/16);
    margin-left: auto;
    margin-right: auto;
    font-size: calc(12rem/16);
    font-weight: 300;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    line-height: calc(16/12);
    letter-spacing: 0.05em;
  }
  .o-text__dress_map dd br{
    display: none;
  }
  .o-text__dress_map dd:nth-of-type(n+3){
    float: left;
    margin-right: 1.0em;
  }
  .p-iframe__dress_map{
    width: 100%;
    height: 100%;
    max-width: calc(960rem/16);
    margin: 0 auto;
    aspect-ratio: 960/450;
  }
}
.swiper-pagination-bullet{
  background-color: #c8c6bc !important;
  opacity: 0.5 !important;
}
.swiper-pagination-bullet-active{
  background-color: #c8c6bc !important;
  opacity: 1 !important;
}

.o-section__report_top{
  padding-top: calc(80rem/16);
  padding-bottom: calc(120rem/16);
  background-image: url("../images/report/bg_body_sp.png");
  background-position: center calc(300rem/16);
  background-size: cover;
}
.o-section__report_top_inner{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: calc(70rem/16) calc(45rem/16);
  position: relative;
}
.o-title__report_top{
  margin-bottom: calc(100rem/16);
  text-align: center;
  line-height: 1;
}
.o-title__report_top h2{
  width: calc(472rem/16);
  margin: 0 auto calc(25rem/16);
}
.o-box__report_top_list{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: calc(40rem/16) calc(10rem/16);
}
.o-box__report_top_item{
  overflow: hidden;
}
.o-box__report_top_item a{
  display: block;
}
.o-box__report_top_title{
  display: block;
  margin-top: calc(10rem/16);
  font-size: calc(20rem/16);
  letter-spacing: 0.05em;
  line-height: calc(24/20);
  text-align: center;
}
.o-box__report_top_name{
  display: block;
  margin-top: 0;
  margin-left: auto;
  font-size: calc(16rem/16);
  letter-spacing: 0.05em;
  text-align: center;
}
.pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(140rem/16);
}
.pagination a,
.pagination span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(64rem/16);
  height: calc(64rem/16);
  margin: 0 calc(10rem/16);;
  border: 1px solid #000;
}
.pagination .current{
  background: #000;
  color: #fff;
}
.pagination .dot{
  width: auto;
  border: none;
}
@media (min-width: 768px) {
  .o-section__report_top{
    padding-top: calc(80rem/16);
    padding-bottom: calc(290rem/16);
    background-image: url("../images/report/bg_body_pc.png");
  }
  .o-section__report_top .innerBox{
    padding: 0;
  }
  .o-title__report_top{
    margin-bottom: calc(70rem/16);
    text-align: center;
    line-height: 1;
  }
  .o-title__report_top h2{
    width: calc(472rem/16);
    margin: 0 auto calc(25rem/16);
  }
  .o-box__report_top_list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: calc(60rem/16);
  }
  .o-box__report_top_item{
    overflow: hidden;
  }
  .o-box__report_top_item a{
    display: block;
  }
  .o-box__report_top_title{
    display: inline;
    margin-top: calc(10rem/16);
    font-size: calc(16rem/16);
    letter-spacing: 0.05em;
    line-height: calc(24/16);
    text-align: left;
    float: left;
  }
  .o-box__report_top_name{
    display: inline;
    margin-top: calc(10rem/16);
    margin-left: auto;
    font-size: calc(11rem/16);
    letter-spacing: 0.05em;
    text-align: left;
    float: right;
  }
  .pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: calc(100rem/16);
  }
  .pagination a,
  .pagination span{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(42rem/16);
    height: calc(42rem/16);
    margin: 0 calc(5rem/16);;
    border: 1px solid #000;
  }
  .pagination .current{
    background: #000;
    color: #fff;
  }
  .pagination .dot{
    width: auto;
    border: none;
  }
}

.o-section__report{
  padding-top: calc(80rem/16);
  padding-bottom: calc(120rem/16);
}
.o-section__report_inner{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: calc(70rem/16) calc(45rem/16);
  position: relative;
}
.o-section__report_list{
  background-image: url("../images/report/bg_body2_sp.png");
  background-position: center calc(1000rem/16);
  background-size: 100% auto;
}
.o-section__report_list .innerBox{
  width: calc(670rem/16);
  margin: 0 auto;
  padding: calc(36rem/16) 0;
  box-sizing: border-box;
}
.o-title__report{
  margin-bottom: calc(100rem/16);
  text-align: center;
  line-height: 1;
}
.o-title__report h2{
  width: calc(472rem/16);
  margin: 0 auto calc(25rem/16);
}
.o-box__report_list{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: calc(30rem/16);
  grid-auto-rows: calc(213rem/16);
  width: calc(670rem/16);
  margin: 0 auto;
}
.o-box__report_item{
  order: 1;
}
.o-box__report_item:nth-of-type(11){
  order: 3;
}
.o-box__report_item:nth-of-type(12){
  order: 2;
}
.o-box__report_item:nth-of-type(n+13){
  order: 4;
}
.o-box__report_item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-h{
  grid-row-end: span 2;
}
.o-box__report_mv_inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: calc(80rem/16);
  padding-bottom: calc(80rem/16);
  background-color: #f5f4f2;
}
.o-title__report_mv{
  font-family: 'Oswald', sans-serif;
  line-height: 1;
}
.o-title__report_mv h3{
  margin-bottom: calc(30rem/16);
  font-size: calc(36rem/16);
  font-weight: 400;
  letter-spacing: 0.4em;
  text-align: center;
}
.o-title__report_mv p{
  font-size: calc(21rem/16);
  letter-spacing: 0.4em;
  text-align: center;
}
.o-box__report_tag{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: calc(40rem/16);
  color: #9f946a;
  font-size: calc(24rem/16);
}
.o-box__report_tag li{
  margin: 0 1.0em;
}
.o-text_box__report_memo{
  padding-top: calc(80rem/16);
  padding-bottom: calc(80rem/16);
}
.o-text_box__report_memo p{
  font-size: calc(21rem/16);
  line-height: calc(51/21);
  letter-spacing: 0.05em;
}
.o-table__report_meta{
  width: 100%;
  border-collapse: collapse;
}
.o-table__report_meta th,
.o-table__report_meta td{
  padding-top: 1.25em;
  padding-bottom: 2.5em;
  border-top: 1px solid #9f946a;
  vertical-align: top;
}
.o-table__report_meta th{
  width: calc(240rem/16);
  font-size: calc(21rem/16);
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  letter-spacing: 0.4em;
  text-align: left;
}
.o-table__report_meta td{
  color: #9f946a;
  font-size: calc(21rem/16);
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .o-section__report_mv{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .o-section__report_mv:after{
    content: "";
    display: block;
    width: 100%;
    height: calc(590rem/16);
    background-color: #f5f4f2;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .o-box__report_mv_inner{
    padding-top: calc(40rem/16);
    padding-bottom: calc(80rem/16);
  }
  .o-title__report_mv h3{
    margin-bottom: calc(20rem/16);
    font-size: calc(24rem/16);
  }
  .o-title__report_mv p{
    font-size: calc(14rem/16);
  }
  .o-box__report_tag{
    margin-top: calc(70rem/16);
    font-size: calc(18rem/16);
  }
  .o-section__report{
    padding-top: calc(80rem/16);
    padding-bottom: calc(290rem/16);
  }
  .o-section__report .innerBox{
    width: calc(1200rem/16);
    padding: calc(120rem/16) 0 0;
  }
  .o-section__report_list{
    background-image: url("../images/report/bg_body2_pc.png");
  }
  .o-title__report{
    margin-bottom: calc(70rem/16);
    text-align: center;
    line-height: 1;
  }
  .o-title__report h2{
    width: calc(472rem/16);
    margin: 0 auto calc(25rem/16);
  }
  .o-box__report_list{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-gap: calc(60rem/16);
    grid-auto-rows: max-content;
    width: 100%;
  }
  .o-box__report_item{
    width: calc(360rem/16);
    height: calc(240rem/16);
    grid-column-end: span 2;
    order: 1;
  }
  .o-box__report_item:nth-of-type(11){
    order: 2;
  }
  .o-box__report_item:nth-of-type(12){
    order: 3;
  }
  .o-box__report_item:nth-of-type(n+13){
    order: 4;
  }
  .o-box__report_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .item-h{
    width: calc(360rem/16);
    height: calc(540rem/16);
    grid-row-end: span 2;
  }
  .item-w{
    width: calc(780rem/16);
    height: calc(540rem/16);
    grid-column-end: span 4;
    grid-row-end: span 2;
  }
  .item-half{
    width: calc(570rem/16);
    height: calc(380rem/16);
    grid-column-end: span 3;
  }
  .item-half-h{
    width: calc(570rem/16);
    height: calc(820rem/16);
    grid-column-end: span 3;
  }
  .o-text_box__report_memo{
    max-width: calc(800rem/16);
    margin: 0 auto;
  }
  .o-text_box__report_memo p{
    font-size: calc(14rem/16);
    line-height: calc(34/14);
    letter-spacing: 0.05em;
  }
  .o-table__report_meta{
    max-width: calc(800rem/16);
    margin: 0 auto;
  }
  .o-table__report_meta th{
    font-size: calc(14rem/16);
  }
  .o-table__report_meta td{
    font-size: calc(14rem/16);
  }
}
@media (max-width: 900px){
  .mfp-arrow-right{
    -webkit-transform-origin: 100% 0 !important;
    transform-origin: 100% 0 !important;
  }
}

.o-title__information{
  margin-bottom: calc(30rem/16);
  font-size: calc(24rem/16);
  letter-spacing: 0.4em;
}

.c-btnGroup {
  margin-top: 25px;
}
@media (max-width: 768px) {
  .c-btnGroup {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 769px) {
  .c-btnGroup {
    margin-top: 40px;
  }
}

.c-btnGroup_container.btnGroupDetail{
  margin: 40px auto;
}
.c-btnGroup_container li {
  margin-top: 20px;
}
.c-btnGroup_container li:first-child {
  margin-top: 0;
}
@media (min-width: 769px) {
  .c-btnGroup:not(.c-btnGroup-fluid) .c-btnGroup_container {
    margin-right: auto;
    margin-left: auto;
    width: 300px;
  }
  .c-btnGroup_container .c-btn {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.c-btn {
  position:relative;
  display: inline-block;
  padding: 1em 2em;
  border: 1px solid #141704;
  min-height: 0;
  cursor: pointer;
  background: #fff;
  text-align: center;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing:0.1em;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝",'Yu Mincho',"ＭＳ Ｐ明朝","MS PMincho",serif;
  -webkit-appearance: none;
}
.c-btn::after {
  display: block;
  position:absolute;
  content: "";
  bottom:5px;
  right:5px;
  width:6px;
  height:6px;
  background: url(../images/ico_triangle_white.png) no-repeat;
  background-size: contain;
}
.c-btn.wbk::after {
  display: block;
  position:absolute;
  content: "";
  bottom:5px;
  right:5px;
  width:6px;
  height:6px;
  background: url(../images/ico_triangle_gold.png) no-repeat;
  background-size: contain;
}
.c-btn:link,
.c-btn:hover,
.c-btn:visited,
.c-btn:active {
  text-decoration: none;
  color: inherit;
}
@media (min-width: 769px) {
  .c-btn {
    padding-right: 3em;
    padding-left: 3em;
    font-size: 16px;
  }
}

.c-btn-fluid {
  width: 100%;
}