@charset "UTF-8";
.act-footer {
  position: relative;
}

.act-footer a:hover {
  opacity: .8;
}

.act-footer svg {
  fill: #333;
}

.bloomy .act-footer {
  background-color: #a8b9cb;
}

.bloomy .act-footer svg {
  fill: #333333;
}

.bloomy .act-footer a {
  color: #333333 !important;
}

.act-footer_link:hover {
  letter-spacing: calc(150em / 1000);
}

.act-footer_ci {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.act-footer_ci svg {
  fill: #333333;
}


.act-footer_sns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.act-footer_sns li + li {
  margin-left: 63px;
}

.act-footer_copyright {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  text-align: center;
  color: #333333;
}

.bloomy .act-footer_copyright {
  color: #333333;
}

.act-footer .c-pagetop {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.l-page.is-no-contents .act-footer {
  display: none;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 10;
}

.l-header_title {
  position: absolute;
}

.l-header_ci {
  margin-left: 2px;
}

.l-header_ci svg {
  fill: #fff;
}

.l-header_name {
  position: relative;
  width: 100%;
  margin: -6px 0 0 2px;
}

.l-header_name span {
  display: block;
}

.l-header_name .en {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: calc(120em / 1000);
  white-space: nowrap;
}

.l-header_name .ja {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: calc(60em / 1000);
  white-space: nowrap;
}


.l-kv {
  width: 100%;
  height: 100vh;
  background-color: #000;
}
.bloomy .kv .kv_bg_area .pc {
	background-image: url("../img/kv_pc.jpg")
}
.bloomy .kv .kv_bg_area .sp {
	background-image: url("../img/kv_sp.jpg")
}
.bloomy .section-guide-intro .pc {
	background-image: url("../img/course_pc.jpg")
}
.bloomy .section-guide-intro .sp {
	background-image: url("../img/course_sp.jpg")
}
.shadowtext {
	padding: 30px 30px 30px 0;
	background-color: rgba(169, 185, 202, 0.5);
}
.l-modal {
  width: 100%;
  height: 100vh;
  background-color: #a8b9cb;
  z-index: 2000;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}


.l-modal_contents {
  position: relative;
  width: 100%;
}

.l-modal_header {
  position: relative;
  width: 100%;
}

.l-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.l-page-modals .l-modal {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.54, 0.29, 0.79, 0.51) 0.2s;
  transition: -webkit-transform 0.2s cubic-bezier(0.54, 0.29, 0.79, 0.51) 0.2s;
  transition: transform 0.2s cubic-bezier(0.54, 0.29, 0.79, 0.51) 0.2s;
  transition: transform 0.2s cubic-bezier(0.54, 0.29, 0.79, 0.51) 0.2s, -webkit-transform 0.2s cubic-bezier(0.54, 0.29, 0.79, 0.51) 0.2s;
  -webkit-transform: translate(-130%, 0) matrix3d(1, 0, 0, 0, -0.65, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: translate(-130%, 0) matrix3d(1, 0, 0, 0, -0.65, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.l-page-modals .l-modal .l-modal-container {
  opacity: 0;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
}

.l-page-modals .l-modal.is-show {
  position: absolute;
  -webkit-transform: none;
  transform: none;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.l-page-modals .l-modal.is-show .l-modal-container {
  opacity: 1;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}


.c-modal-border {
  margin: 0;
  border: none;
}

.bloomy .c-modal-border {
  border-color: #333;
}

.c-modal-header_title {
  position: relative;
  text-align: center;
}

.c-modal-header_title:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 3px;
  margin-top: 28px;
  background-color: #333;
}

.bloomy .c-modal-header_title {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.bloomy .c-modal-header_title:after {
  height: 1px;
  background-color: #6b6b6b;
}

.c-modal-title-s {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
  text-align: center;
}

.bloomy .c-modal-title-s {
  -webkit-transform: scaleX(0.92);
  transform: scaleX(0.92);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.c-modal-title-l {
  line-height: 1;
  text-align: center;
}

.bloomy .c-modal-title-l {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.c-modal-title-caption {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
  text-align: center;
  letter-spacing: calc(140em / 1000);
}

.bloomy .c-modal-title-caption {
  -webkit-transform: scaleX(0.92);
  transform: scaleX(0.92);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.c-more {
  display: block;
  position: absolute;
  z-index: 100;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: color .15s linear, background-color .15s linear;
  transition: color .15s linear, background-color .15s linear;
}

.bloomy .c-more {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.c-more-detail {
  color: #fff;
  text-indent: -35px;
}

.bloomy .c-more-detail {
  border: 1px solid #333333;	
  color: #a8b9cb;
  background-color: #333333;
  text-indent: -48px;
}

.c-more-detail:hover {
  color: #333333;
  background-color: #a8b9cb;
}

.c-more-learn {
  background-color: #333333;
	color: #a8b9cb;
}

.bloomy .c-more-learn:hover {
  color: #333333;
  background-color: #a8b9cb;
}

.c-pagetop {
  position: relative;
  text-align: center;
}

.c-pagetop_image {
  position: relative;
  padding-top: 10px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1);
}

.c-pagetop_image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #333;
}

.bloomy .c-pagetop_image:before {
  background-color: #333333;
}

.c-pagetop_text {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
}

.c-pagetop:focus .c-pagetop_image svg,.c-pagetop:hover .c-pagetop_image svg {
  -webkit-transform: translate3d(0, -4px, 0);
  transform: translate3d(0, -4px, 0);
}

.c-pagetop:active .c-pagetop_image svg {
  -webkit-transform: translate3d(0, 4px, 0);
  transform: translate3d(0, 4px, 0);
}

.c-section-title {
  position: relative;
  min-height: 1em;
  z-index: 3;
}

.c-section-title_inner {
  position: absolute;
  width: 100%;
  height: 50%;
  text-align: center;
  overflow: hidden;
}

.c-section-title_inner:first-child {
  top: 0;
  left: 0;
}

.c-section-title_inner:first-child span {
  top: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.c-section-title_inner:last-child {
  bottom: 0;
  left: 0;
}

.c-section-title_inner:last-child span {
  bottom: 100%;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.c-section-title_inner span {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  line-height: 1.1;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.c-section-title.is-show .c-section-title_inner:first-child span {
  -webkit-transform: none;
  transform: none;
}

.c-section-title.is-show .c-section-title_inner:last-child span {
  -webkit-transform: none;
  transform: none;
}

.c-section-title-bloomy {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  text-align: center;
  line-height: 1;
  color: #333333;
}

.c-section-title-bloomy.is-recommend {
  color: #505860;
}

.contents {
  position: relative;
  z-index: 1;
}

.bloomy .contents {
  background-color: #a8b9cb;
}

.intro {
  position: relative;
	margin-top: 10%;
}

.intro_text-wrapper {
  position: relative;
}

.intro_text {
  position: relative;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  letter-spacing: calc(200em / 1000);
}

.bloomy .intro_text {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  color: #333333;
}

.intro_images {
  position: relative;
  z-index: 1;
}

.intro_image2 {
  position: relative;
}

.bloomy .kv-address {
  -webkit-transform: scaleX(0.92);
  transform: scaleX(0.92);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bloomy .kv-address_text {
  text-align: left;
}

.bloomy .kv-address a {
  position: relative;
}

.bloomy .kv-address a .kv-address_text:after {
  content: "";
  position: absolute;
  bottom: 12px;
  right: 0;
  width: 35px;
  height: 7px;
}

.kv-bar {
  position: absolute;
  bottom: 22px;
  left: 50%;
  width: 2px;
  height: 45px;
  margin-left: -1px;
}

.kv-bar::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #a8b9cb;
  -webkit-animation: barAnime 2s ease-in-out 2s infinite;
  animation: barAnime 2s ease-in-out 2s infinite;
}

.l-page.is-no-contents .kv-bar {
  display: none;
}

.kv-content {
  position: relative;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #a8b9cb;
}

.bloomy .kv-content {
  position: relative;
}

.bloomy .kv-content a {
  display: block;
  color: #a8b9cb;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.bloomy .kv-content a:hover {
  opacity: .8;
}

.bloomy .kv-content_bottom {
  position: relative;
}

.bloomy .kv-content_lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
  white-space: nowrap;
  letter-spacing: calc(750em / 1000);
}

.bloomy .kv-content_subtile {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.bloomy .kv-content_title {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  white-space: nowrap;
  letter-spacing: 0.23em;
  line-height: 1;
}

.bloomy .kv-info {
  -webkit-transform: scaleX(0.92);
  transform: scaleX(0.92);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.bloomy .kv-info_time {
  position: relative;
}

.kv-news {
  z-index: 10;
}

.bloomy .kv-news_item-emergency {
  color: #fff;
}

.bloomy .kv-news_item-emergency a {
  color: #fff;
}

.kv-news_item .date,.kv-news_item .text {
  display: block;
}

.kv-news_item .text a:hover {
  opacity: 0.8;
}

.kv-news_item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.kv-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 29.5vh;
  right: 94px;
}

.kv-sidebar_sns {
  position: relative;
  margin-top: 0px;
  right: -7px;
  z-index: 1;
}

.kv-sidebar_sns svg {
  fill: #fff;
}

.kv-sidebar .kv-sidebar-sns_item:nth-child(n + 2) {
  margin-top: 14px;
}

.kv {
  position: relative;
  width: 100%;
}

.kv_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 0;
  background-size: cover;
  background-position: center;
}

.kv_bg video {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100vh;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
}

.kv_bg video.is-show {
  opacity: 1;
}

.kv_inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.kv_content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal-access .map_canvas {
  width: 100%;
}

.modal-access .access-contents {
  margin: auto;
}

.bloomy .modal-access .section {
  border-color: #6d6d6d;
  border-width: 1px;
}

.modal-access .section_title {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
  text-align: center;
}

.bloomy .modal-access .section_title {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.modal-access .schedule {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal-access .schedule_title {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
  letter-spacing: calc(80em / 1000);
}

.bloomy .modal-access .schedule_title {
  -webkit-transform: scaleX(0.92);
  transform: scaleX(0.92);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-access .schedule_list {
  width: 100%;
}

.modal-access .schedule .schedule-list-item {
  width: 100%;
}

.modal-access .schedule .schedule-list-item_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-access .schedule .schedule-list-item_title {
  font-weight: bold;
}

.bloomy .modal-access .schedule .schedule-list-item_title {
  font-weight: normal;
}

.modal-access .schedule .schedule-list-item_border {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0;
  background-position: right -1px top 0;
}

.modal-access .schedule .schedule-list-item_time {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
}

.bloomy .modal-access .schedule .schedule-list-item_time {
  -webkit-transform: scaleX(0.92);
  transform: scaleX(0.92);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-access .schedule .schedule-list-item_footer {
  text-align: right;
  letter-spacing: calc(60em / 1000);
}

.modal-access .address_text {
  font-weight: bold;
}

.bloomy .modal-access .address_text {
  font-weight: normal;
}

.modal-access .address_tel {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.bloomy .modal-access .address_tel {
  -webkit-transform: scaleX(0.92);
  transform: scaleX(0.92);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-guide {
  overflow-x: hidden;
}

.modal-guide_intro {
  position: relative;
  background-size: 100px 100px;
  background-repeat: repeat;
}

.l-modal.gathering .modal-guide_intro {
  background-size: 250px 250px;
  background-repeat: repeat;
  background-image: url("../img/section-course-bg.png");
}

.modal-guide_intro .subsection-header {
  position: absolute;
  z-index: 3;
}

.modal-guide_intro .modal-guide_image {
  position: relative;
}

.modal-guide_intro .modal-guide_intro-pic {
  position: absolute;
  z-index: 1;
}

.modal-guide_contents em {
  font-style: italic;
}

.modal-guide_image {
  margin: auto;
}

.modal-guide_image picture {
  display: block;
  position: relative;
}

.modal-guide_image picture::before,.modal-guide_image picture::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-guide_image picture::before {

  z-index: 2;
}

.modal-guide_image picture::after {

  z-index: 1;
}

.is-ie .modal-guide_image picture::after {
  display: none;
}

.modal-guide_image img {
  width: 100%;
}

.modal-guide_text {
  font-family: 'Noto Sans JP', 'メイリオ', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  text-align: justify;
}

.modal-guide_lead {
  text-align: justify;
}

.modal-guide .plan_title {
  line-height: 1;
  letter-spacing: calc(460em / 1000);
}

.modal-guide .plan .plan-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-guide .plan .plan-item_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-guide .plan .plan-item_title {
  letter-spacing: calc(460em / 1000);
}

.modal-guide .plan .plan-item_price {
  line-height: 1;
  letter-spacing: calc(200em / 1000);
}

.modal-guide .list_title {
  line-height: 1;
  letter-spacing: calc(460em / 1000);
}

.modal-guide .list ul li {
  list-style: disc;
}

.modal-guide .list ol li {
  list-style: decimal;
}

.modal-guide .list li {
  position: relative;
  line-height: 1;
}

.modal-guide .map {
  position: relative;
}

.modal-guide .map_pic-wrapper {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.modal-guide .map_pic-wrapper .modal-pic {
  position: absolute;
}

.modal-guide .map_pic-wrapper .modal-pic.pic1 {
  top: -2%;
  left: -23%;
  width: 35%;
}

.modal-guide .map_pic-wrapper .modal-pic.pic2 {
  top: -20%;
  right: -13.5vw;
  width: 61%;
}

.modal-guide .map_pic-wrapper .modal-pic.pic3 {
  bottom: -20%;
  left: -23%;
  width: 60%;
}

.modal-guide .map_pic-wrapper .modal-pic.pic4 {
  bottom: -30%;
  right: -13vw;
  width: 58%;
}

.modal-menu figure picture {
  display: block;
  position: relative;
}

.modal-menu figure picture::before,.modal-menu figure picture::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-menu figure picture::before {

  opacity: .1;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  z-index: 2;
}

.modal-menu figure picture::after {

  z-index: 1;
}

.is-ie .modal-menu figure picture::after {
  display: none;
}

.modal-menu .new .new-content_title {
  font-weight: bold;
}

.bloomy .modal-menu .new .new-content_title {
  font-weight: normal;
}

.modal-menu .new .new-content_text {
  font-family: 'Noto Sans JP', 'メイリオ', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  text-align: justify;
}

.modal-menu .flagship .caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-menu .flagship .caption_title {
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: calc(60em / 1000);
  margin-top: -4px;
}

.bloomy .modal-menu .flagship .caption_title {
  font-weight: normal;
}

.modal-menu .flagship .caption_price {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  text-align: right;
  line-height: 1;
  white-space: nowrap;
}

.modal-menu .flagship .caption_price .ja {
  font-family: 'Noto Sans JP', "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.bloomy .modal-menu .flagship .caption_price {
  -webkit-transform: scaleX(0.92);
  transform: scaleX(0.92);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-menu .detail-contents.is-first {
  margin-top: 0;
}

.modal-menu .detail-contents .images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.modal-menu .detail-contents .images-item .caption_title {
  text-align: left;
  font-weight: bold;
  letter-spacing: calc(20em / 1000);
}

.bloomy .modal-menu .detail-contents .images-item .caption_title {
  font-weight: normal;
}

.modal-menu .detail-contents .images-item .caption_price {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1.4;
  letter-spacing: calc(100em / 1000);
}

.modal-menu .detail-contents .images-item .caption_price span {
  display: inline;
}

.modal-menu .detail-contents .images-item .caption_price .ja {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.bloomy .modal-menu .detail-contents .images-item .caption_price {
  -webkit-transform: scaleX(0.92);
  transform: scaleX(0.92);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-menu .menu-list .menu-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-menu .menu-list .menu-list-item_border {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-position: right -1px top 0;
  border: 0;
}

.modal-menu .menu-list .menu-list-item_title {
  font-weight: bold;
  letter-spacing: calc(60em / 1000);
}

.bloomy .modal-menu .menu-list .menu-list-item_title {
  font-weight: normal;
}

.modal-menu .menu-list .menu-list-item_price {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
  letter-spacing: calc(20em / 1000);
}

.modal-menu .menu-list .menu-list-item_price .ja {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.bloomy .modal-menu .menu-list .menu-list-item_price {
  -webkit-transform: scaleX(0.92);
  transform: scaleX(0.92);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-space .intro .intro-content_title {
  font-weight: bold;
}

.bloomy .modal-space .intro .intro-content_title {
  font-weight: normal;
}

.modal-space .intro .intro-content_text {
  font-family: 'Noto Sans JP', 'メイリオ', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  text-align: justify;
}

.modal-space .intro .intro-content_image {
  width: 100%;
}

.modal-space .spec-list_title {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  text-align: center;
  letter-spacing: calc(400em / 1000);
  text-indent: calc(400em / 1000);
}

.bloomy .modal-space .spec-list_title {
  -webkit-transform: scaleX(0.92);
  transform: scaleX(0.92);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 4%;
}

.modal-space .spec-list .spec-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-space .spec-list .spec-list-item_border {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0;
}

.modal-space .spec-list .spec-list-item_title {
  font-weight: bold;
  letter-spacing: calc(60em / 1000);
}

.bloomy .modal-space .spec-list .spec-list-item_title {
  font-weight: normal;
}

.modal-space .spec-list .spec-list-item_value {
  text-align: right;
  line-height: 1;
  font-weight: bold;
}

.bloomy .modal-space .spec-list .spec-list-item_value {
  font-weight: normal;
}

.modal-space .main-images .main-images-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal-space .main-images .main-images-content_title span {
  display: block;
}

.modal-space .main-images .main-images-content_title .en {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
}

.bloomy .modal-space .main-images .main-images-content_title .en {
  -webkit-transform: scaleX(0.92);
  transform: scaleX(0.92);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.modal-space .main-images .main-images-content_title .ja {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
  margin-top: 1.2rem;
}

.modal-space .main-images .main-images-content_title-right {
  text-align: right;
}

.modal-space .tmp {
  visibility: hidden;
}

.flex-images {
  overflow: hidden;
  margin-left: -8px;
}

.flex-images .item {
  display: block;
  float: left;
  margin: 0 0 36px 8px;
  overflow: hidden;
  position: relative;
}

.flex-images .item img {
  display: block;
  width: auto;
  height: 100%;
}

.pic {
  position: absolute;
  z-index: 2;
}

.pic.pic_recommend {
  z-index: 1;
}

.bloomy .pic.pic3 {
  z-index: 1;
}

.section-eats .othermenu_image {
  position: relative;
}

.casual .section-eats .othermenu_title {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.bloomy .section-eats .othermenu_title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  display: inline-block;
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
}

.bloomy .section-eats .othermenu_price {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
  letter-spacing: calc(200em / 1000);
}

.bloomy .section-pickupmenu {
  color: #333333;
  position: relative;
}

.bloomy .section-pickupmenu_text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.bloomy .section-pickupmenu_price {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
  letter-spacing: calc(200em / 1000);
}

.bloomy .section-pickupmenu_title {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  position: absolute;
  letter-spacing: calc(460em / 1000);
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.section-eats_inner {
  position: relative;
  width: 100%;
}

.bloomy .section-eats_inner {
  background-color: #a8b9cb;
}

.section-eats_title {
  position: relative;
  z-index: 3;
}

.section-eats_container {
  position: relative;
}

.section-eats .section-eats-container1_bottom {
  position: relative;
}

.section-eats .section-eats-container1_lead {
  position: relative;
  z-index: 3;
}

.section-eats .section-eats-container1_text-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-eats .section-eats-container1_text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: -5px;
}

.section-eats .section-eats-container2_wrapper1 {
  position: relative;
}

.section-eats .section-eats-container2_image3 {
  margin-top: 8px;
}

.section-eats .section-eats-container2_text-wrapper {
  position: relative;
}

.bloomy .section-eats .section-eats-container3,.bloomy
.section-eats .section-eats-container4 {
  background-color: #ffffff;
}

.bloomy .section-eats .section-eats-container3 .section-sidebar {
  color: #333;
}

.section-eats .section-eats-container3_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-eats .section-eats-container4 {
  position: relative;
}

.section-drink {
  background-size: 250px 250px;
  background-repeat: repeat;
  background-image: url("../img/section-course-bg.png");
  z-index: 3;
}

.section-drink .subsection-header {
  position: absolute;
}

.section-drink .subsection-header_lead {
  width: 200px !important;
}

.section-drink .section-drink-plan_title {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
  letter-spacing: calc(460em / 1000);
}

.section-drink .section-drink-plan .section-drink-plan-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-drink .section-drink-plan .section-drink-plan-item_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-drink .section-drink-plan .section-drink-plan-item_title {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  letter-spacing: calc(460em / 1000);
}

.section-drink .section-drink-plan .section-drink-plan-item_price {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
  letter-spacing: calc(200em / 1000);
}

.section-drink_image-container {
  position: relative;
}

.section-drink_image-container:after {
  content: '.';
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.section-drink_image-container .subsection_image {
  float: right;
}

.section-drink .subsection-lead {
  width: 610px;
  margin: 45px auto 0;
}

.section-guide-intro {
  position: relative;
  overflow: hidden;
  height: 52.5vw;
  z-index: 10;
}

.section-guide-intro_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150vh;
  background-size: cover;
  background-position: center;
}

.section-guide-intro_content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
  z-index: 10;
}

.section-guide-intro .section-guide-intro-content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}

.section-guide-intro .section-guide-intro-content_inner {
  margin: 0 auto;
}

.section-guide-intro .section-guide-intro-content_title {
  width: 100%;
  text-align: center;
}

.section-guide-intro .section-guide-intro-content_title .small,.section-guide-intro .section-guide-intro-content_title .large {
  display: block;
}

.bloomy .section-guide-intro .section-guide-intro-content_title {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
}

.bloomy .section-guide-intro .section-guide-intro-content_title > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.bloomy .section-guide-intro .section-guide-intro-content_title > span:before {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background-color: #fff;
  position: relative;
}

.bloomy .section-guide-intro .section-guide-intro-content_title .top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.bloomy .section-guide-intro .section-guide-intro-content_title .bottom .text {
  position: relative;
}

.section-guide-intro .section-guide-intro-content_bottom-inner {
  margin: 0 auto;
}

.section-guide-intro .section-guide-intro-content_lead {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
  letter-spacing: calc(260em / 1000);
}

.bloomy .section-guide-intro .section-guide-intro-content_lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
}

.section-guide-intro .section-guide-intro-content_text {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  letter-spacing: calc(80em / 1000);
}

.bloomy .section-guide {
  background-color: #ffffff;
}

.section-guide_inner {
  position: relative;
  width: 100%;
}

.section-guide_title {
  position: relative;
  z-index: 11;
}

.bloomy .section-guide_title {
  text-align: left;
  color: #333;
}

.section-guide_container {
  position: relative;
}

.section-guide .section-guide-container1_bottom .section-sidebar {
  right: 55px;
}

.section-guide .pic {
  z-index: 0;
}

.section-lead-container {
  position: relative;
}

.section-lead {
  display: block;
  position: relative;
}

.section-lead-open {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  color: #1e466a;
}

.section-lead-bloomy {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  color: #333333;
  letter-spacing: calc(800em / 1000);
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.section-space_title {
  position: relative;
  z-index: 3;
}
.section-concept_title {
  position: relative;
  z-index: 3;
}
.section-space_container {
  position: relative;
}

.bloomy .section-space .section-space-container1 .section-sidebar {
  top: 5px;
}

.section-space .section-space-container1_lead-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-space .section-space-container2 .section-sidebar {
  top: 10px;
}

.section-space .section-space-container2_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-space .section-space-container2_text2 {
  margin: auto;
}

.section-space .section-space-container2_content2-inner {
  position: relative;
}

.section-space .section-space-container2_image1 {
  position: relative;
  width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 7 + 8px * (7 - 1) + 6.94444vw);
}

.section-space .section-space-container2_image2 {
  position: relative;
  margin-top: 8px;
}

.section-space .section-space-container3 .section-sidebar {
  top: 5px;
}

.bloomy .section-space .section-space-container3 .section-sidebar {
  left: 96.8%;
}

.section-space .section-space-container3_image-container {
  position: relative;
  margin: 0 auto;
}

.section-space .section-space-container3_image {
  width: 100%;
}

.section-space .section-space-container3_text {
  position: relative;
  margin: auto;
}

.section-space .section-space-container4 {
  position: relative;
}

.section-space .section-space-container4_image3 {
  position: relative;
  background-size: cover;
}

.section-space .section-space-container4_image3 .pic {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 26%;
}

.section-video video {
  width: 100%;
}

.section {
  position: relative;
}

.section_sidebar {
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.bloomy .section_sidebar {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  font-size: 1.6rem;
  line-height: 0.6;
  letter-spacing: calc(500em / 1000);
  color: #333333;
}

.section_sidebar-left {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  top: 0;
  left: 55px;
}

.section_sidebar-right {
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  right: -200px;
}

.section_text {
  position: relative;
  font-family: 'Noto Sans JP', 'メイリオ', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  text-align: justify;
  z-index: 3;
}

.bloomy .section_text {
  color: #333333;
}

.subsection {
  position: relative;
}

.subsection_image picture {
  display: block;
  position: relative;
}

.subsection_image picture::before,.subsection_image picture::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.subsection_image picture::before {

  z-index: 20;
}

.subsection_image picture::after {

  z-index: 10;
}

.is-ie .subsection_image picture::after {
  display: none;
}

.subsection-header-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.subsection-header {
  color: #fff;
  z-index: 40;
}

.subsection-header_title {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  line-height: 1;
}

.subsection-header_subtitle {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: unset;
  font-size: 3.6rem;
  line-height: 1.62162;
  letter-spacing: calc(460em / 1000);
  white-space: nowrap;
}

.subsection-header_subtitle span {
  position: relative;
  display: block;
  padding-left: 5px;
}

.subsection-header_subtitle span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
}

.subsection-header_lead {
  width: 365px;
  margin-top: 30px;
  text-align: justify;
  -webkit-font-smoothing: subpixel-antialiased;
}

.subsection-header-black {
  color: #333;
}

.subsection-header-black .subsection-header_subtitle span:after {
  background-color: #333;
}

.u-group:after {
  display: table;
  clear: both;
  content: "";
}

.spc-hover {
  -webkit-transition: letter-spacing .4s ease;
  transition: letter-spacing .4s ease;
}

.opacity {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.u-svg {
  display: none;
}

.u-sronly {
  display: inline-block;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

a:hover .opacity.is-inner,a:focus .opacity.is-inner,a:active .opacity.is-inner {
  opacity: .6;
}

.u-pointer-none {
  pointer-events: none;
}

.u-pointer-auto {
  pointer-events: auto;
}

.u-width100 {
  width: 100%;
}

.u-rellax-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.u-rellax-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-size-100x100 {
  width: 100%;
  height: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media (min-width: 769px) {
  .act-footer {
    padding-top: 190px;
    padding-bottom: 105px;
  }

  .act-footer_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 39px;
    padding-top: 150px;
  }

  .act-footer_link {
    width: 135px;
    text-align: center;
  }

  .act-footer_link:last-child {
    margin-left: -16px;
  }

  .act-footer_ci {
    margin-right: 20px;
  }


  .act-footer_sns {
    margin-left: 4px;
    padding-top: 135px;
  }

  .act-footer_copyright {
  }

  .act-footer .c-pagetop {
    position: absolute;
    bottom: 117px;
    right: 80px;
  }

  .l-header_title {
    top: 38px;
    left: 40px;
    width: 169px;
  }

  .l-header_ci:after {
    content: "";
    position: absolute;
    top: 32px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }



  .c-grid.c-grid-01 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 1 + 8px * (1 - 1));
  }

  .c-grid.c-grid-02 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 2 + 8px * (2 - 1));
  }

  .c-grid.c-grid-03 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 3 + 8px * (3 - 1));
  }

  .c-grid.c-grid-04 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 4 + 8px * (4 - 1));
  }

  .c-grid.c-grid-05 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 5 + 8px * (5 - 1));
  }

  .c-grid.c-grid-06 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 6 + 8px * (6 - 1));
  }

  .c-grid.c-grid-07 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 7 + 8px * (7 - 1));
  }

  .c-grid.c-grid-08 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 8 + 8px * (8 - 1));
  }

  .c-grid.c-grid-09 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 9 + 8px * (9 - 1));
  }

  .c-grid.c-grid-10 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 10 + 8px * (10 - 1));
  }

  .c-grid.c-grid-11 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 11 + 8px * (11 - 1));
  }

  .c-grid.c-grid-12 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 12 + 8px * (12 - 1));
  }

  .c-fix-grid.c-fix-grid-01 {
    width: calc( ( (1440px - (6.94444vw * 2)) - (8px * 11) ) / 12 * 1 + 8px * (1 - 1));
  }

  .c-fix-grid.c-fix-grid-02 {
    width: calc( ( (1440px - (6.94444vw * 2)) - (8px * 11) ) / 12 * 2 + 8px * (2 - 1));
  }

  .c-fix-grid.c-fix-grid-03 {
    width: calc( ( (1440px - (6.94444vw * 2)) - (8px * 11) ) / 12 * 3 + 8px * (3 - 1));
  }

  .c-fix-grid.c-fix-grid-04 {
    width: calc( ( (1440px - (6.94444vw * 2)) - (8px * 11) ) / 12 * 4 + 8px * (4 - 1));
  }

  .c-fix-grid.c-fix-grid-05 {
    width: calc( ( (1440px - (6.94444vw * 2)) - (8px * 11) ) / 12 * 5 + 8px * (5 - 1));
  }

  .c-fix-grid.c-fix-grid-06 {
    width: calc( ( (1440px - (6.94444vw * 2)) - (8px * 11) ) / 12 * 6 + 8px * (6 - 1));
  }

  .c-fix-grid.c-fix-grid-07 {
    width: calc( ( (1440px - (6.94444vw * 2)) - (8px * 11) ) / 12 * 7 + 8px * (7 - 1));
  }

  .c-fix-grid.c-fix-grid-08 {
    width: calc( ( (1440px - (6.94444vw * 2)) - (8px * 11) ) / 12 * 8 + 8px * (8 - 1));
  }

  .c-fix-grid.c-fix-grid-09 {
    width: calc( ( (1440px - (6.94444vw * 2)) - (8px * 11) ) / 12 * 9 + 8px * (9 - 1));
  }

  .c-fix-grid.c-grid-10 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 10 + 8px * (10 - 1));
  }

  .c-fix-grid.c-fix-grid-11 {
    width: calc( ( (1440px - (6.94444vw * 2)) - (8px * 11) ) / 12 * 11 + 8px * (11 - 1));
  }

  .c-fix-grid.c-fix-grid-12 {
    width: calc( ( (1440px - (6.94444vw * 2)) - (8px * 11) ) / 12 * 12 + 8px * (12 - 1));
  }

  .c-modal-border {
    height: 3px;
    border-top: 3px solid #333;
  }

  .bloomy .c-modal-border {
    border-width: 1px;
  }

  .c-modal-header_title {
    font-size: 6.4rem;
    line-height: 0.65;
    letter-spacing: calc(240em / 1000);
    text-indent: calc(240em / 1000);
  }

  .bloomy .c-modal-header_title {
    font-size: 3.2rem;
    line-height: 1.35;
    letter-spacing: calc(640em / 1000);
    text-indent: calc(640em / 1000);
  }

  .c-modal-title-s {
    font-size: 2.2rem;
    letter-spacing: calc(120em / 1000);
  }

  .bloomy .c-modal-title-s {
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: calc(120em / 1000);
    text-indent: 0;
  }

  .c-modal-title-l {
    font-size: 4.6rem;
    letter-spacing: calc(240em / 1000);
  }

  .bloomy .c-modal-title-l {
    font-size: 3.2rem;
    line-height: 1.45;
  }

  .c-modal-title-caption {
    font-size: 2rem;
  }

  .bloomy .c-modal-title-caption {
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .c-more {
    width: 360px;
  }

  .bloomy .c-more {
    padding: 25px 0 27px;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: calc(280em / 1000);
  }

  .bloomy .c-more-learn {
    padding: 22px 0 24px;
    text-indent: -65px;
    border: solid 1px #333333;
  }


  .c-pagetop_image:before {
    width: 32px;
    height: 2px;
  }

  .c-pagetop_text {
    font-size: 2rem;
    letter-spacing: calc(90em / 1000);
    margin-top: 13px;
    text-indent: 4px;
  }

  .c-section-title-bloomy {
    font-size: 3.2rem;
    text-indent: calc(1000em / 1500);
    letter-spacing: calc(1000em / 1000);
  }

  .c-section-title-bloomy.is-recommend {
    font-size: 3.2rem;
    letter-spacing: calc(480em / 1000);
  }

  .contents {
    padding-top: 6.944%;
  }

  .intro_text-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .intro_text {
    width: calc( ( (1440px - (6.94444vw * 2)) - (8px * 11) ) / 12 * 6 + 8px * (6 - 1));
    line-height: 3;
    top: -3px;
  }

  .bloomy .intro_text {
    top: -4px;
    width: 520px;
    margin-left: 50.2%;
    line-height: 2.57143;
  }

  .intro_images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 164px;
    margin-left: -4px;
  }

  .bloomy .intro_images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 116px;
  }

  .intro_image1 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 8 + 8px * (8 - 1));
  }

  .intro_image2 {
    margin-left: 8px;
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 5 + 8px * (5 - 1));
  }

  .bloomy .kv-address {
    max-width: 512px;
    font-size: 1.98rem;
    line-height: 2.0202;
    letter-spacing: calc(420em / 1000);
  }

  .bloomy .kv-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
    bottom: 132px;
    left: 0;
    width: 100%;
  }

  .bloomy .kv-content_top {
    margin-left: 6.94444vw;
  }

  .bloomy .kv-content_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    height: 100%;
  }

  .bloomy .kv-content_lead {
    font-size: 2.6rem;
    line-height: 1.6;
    margin-bottom: 120px;
  }

  .bloomy .kv-content_subtile {
    margin-top: 12px;
    font-size: 2.2rem;
    line-height: 2.09091;
    letter-spacing: calc(1200em / 1000);
    margin-bottom: 13px;
  }

  .bloomy .kv-content_title {
    width: 500px;
    margin-bottom: 5px;
    font-size: 5rem;
  }

  .bloomy .kv-content_title.is-image {
    margin-top: 57px;
    margin-bottom: 12px;
  }

  .bloomy .kv-content_title.is-image img {
    width: 512px;
    height: 180px;
  }

  .kv-info_tel a {
    pointer-events: none;
  }

  .kv-info_tel a {
    pointer-events: none;
  }

  .bloomy .kv-info {
    font-size: 1.98rem;
    line-height: 2.0202;
    letter-spacing: calc(420em / 1000);
    margin-bottom: 8px;
  }

  .kv-news {
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .kv-news_item {
    position: relative;
    width: 100%;
    padding: 4px 0;
  }

  .kv-news_item-basic {
    bottom: 0;
  }

  .kv-news_item-emergency {
    background-color: #9aa2a1;
  }

  .kv-news_item .date {
    margin-right: 10px;
    color: #fff;
    letter-spacing: calc(200em / 1000);
  }

  .kv-news_item .text {
    color: #fff;
    letter-spacing: calc(320em / 1000);
  }

  .kv-news_item .text a {
    color: #fff;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
  }

  .kv {
    height: 100vh;
    min-height: 850px;
  }

  .kv_bg video {
    min-height: 850px;
  }

  .modal-access .l-modal-container {
    padding-bottom: 12%;
  }

  .modal-access .map {
    margin-top: 1.8%;
  }

  .modal-access .map_canvas {
    margin-top: 1.8%;
    height: 47vw;
    min-height: 500px;
  }

  .modal-access .access-contents {
    width: 91.6%;
  }

  .modal-access .section {
    margin-top: 6.7%;
    padding-top: 4.5%;
  }

  .modal-access .section_title {
    font-size: 2.8rem;
    letter-spacing: calc(400em / 1000);
    text-indent: 1rem;
  }

  .bloomy .modal-access .section_title {
    font-size: 2.4rem;
  }

  .modal-access .section_content {
    margin-top: 60px;
  }

  .modal-access .section-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modal-access .section-container .section-column {
    width: 45.1%;
  }

  .modal-access .schedule:nth-child(n + 2) {
    margin-top: 5.4%;
  }

  .modal-access .schedule_title {
    font-size: 2.4rem;
    width: 130px;
  }

  .bloomy .modal-access .schedule_title {
    font-size: 2.2rem;
    letter-spacing: calc(60em / 1000);
  }

  .modal-access .schedule .schedule-list-item:nth-child(n + 2) {
    margin-top: 2%;
  }

  .modal-access .schedule .schedule-list-item_title {
    font-size: 1.2rem;
    letter-spacing: calc(60em / 1000);
  }

  .modal-access .schedule .schedule-list-item_border {
    margin: 15px 20px 0 17px;
    background-repeat: repeat;
  }

  .bloomy .modal-access .schedule .schedule-list-item_border {
    height: 2px;
    background-size: 24px 2px;
    background-image: url("../img/border-dot_pc.png");
  }

  .modal-access .schedule .schedule-list-item_time {
    font-size: 2.4rem;
    letter-spacing: calc(40em / 1000);
  }

  .bloomy .modal-access .schedule .schedule-list-item_time {
    font-size: 2.2rem;
    letter-spacing: calc(40em / 1000);
  }

  .modal-access .schedule .schedule-list-item_footer {
    font-size: 1.2rem;
    line-height: 1.66667;
  }

  .modal-access .address {
    padding-top: 3px;
  }

  .modal-access .address_text {
    letter-spacing: calc(240em / 1000);
  }

  .modal-access .address_tel {
    margin-top: 13px;
    font-size: 2.4rem;
    line-height: 1.16667;
    letter-spacing: calc(80em / 1000);
  }

  .modal-access .address_tel a {
    pointer-events: none;
  }

  .modal-access .address_tel a {
    pointer-events: none;
  }

  .bloomy .modal-access .address_tel {
    font-size: 2.2rem;
    letter-spacing: calc(120em / 1000);
  }

  .modal-guide .l-modal-container {
    padding-bottom: 5%;
  }

  .modal-guide .block {
    margin: 6.8% auto 7.2%;
  }

  .modal-guide_intro .subsection-header {
    top: 16.5%;
    left: -19.5%;
  }

  .modal-guide_intro .modal-guide_image {
    -webkit-transform: translateY(18.8%);
    transform: translateY(18.8%);
  }

  .modal-guide_intro .modal-guide_image::before {
    content: '';
    display: block;
    padding-top: 69.90291262135922%;
  }

  .l-modal.date .modal-guide_intro .modal-guide_image {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 8 + 8px * (8 - 1));
  }

  .l-modal.gathering .modal-guide_intro .modal-guide_image {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 8 + 8px * (8 - 1));
  }

  .modal-guide_intro .modal-guide_image picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
  }

  .modal-guide_intro .modal-guide_intro-pic {
    bottom: -178px;
    right: -40px;
    width: 32.9%;
  }

  .modal-guide_contents {
    margin-top: 6.8%;
    padding-top: 0.85%;
  }

  .modal-guide_image {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 8 + 8px * (8 - 1));
  }

  .modal-guide_text-content {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 6 + 8px * (6 - 1));
  }

  .modal-guide_text {
    line-height: 2;
    letter-spacing: calc(200em / 1000);
  }

  .modal-guide_lead {
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: calc(320em / 1000);
    margin-bottom: 38px;
  }

  .modal-guide_lead-large {
    font-size: 2.6rem;
    line-height: 1.76923;
    letter-spacing: calc(440em / 1000);
    margin-bottom: 17px;
  }

  .modal-guide .plan_title {
    font-size: 1.6rem;
  }

  .modal-guide .plan_items {
    margin-top: 32px;
  }

  .modal-guide .plan .plan-item {
    height: 70px;
    border-top: solid 2px #333;
  }

  .modal-guide .plan .plan-item:last-child {
    border-bottom: solid 2px #333;
  }

  .modal-guide .plan .plan-item_title {
    font-size: 1.6rem;
    line-height: 1.625;
  }

  .modal-guide .plan .plan-item_price {
    font-size: 1.6rem;
    margin-right: -4px;
  }

  .modal-guide .list_title {
    font-size: 2rem;
  }

  .modal-guide .list ul,.modal-guide .list ol {
    margin-top: 34px;
  }

  .modal-guide .list li {
    margin-left: 36px;
    padding-left: 18px;
    letter-spacing: calc(200em / 1000);
  }

  .modal-guide .list li:nth-child(n + 2) {
    margin-top: 20px;
  }

  .modal-guide .map {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 8 + 8px * (8 - 1));
    margin-top: 15%;
    margin-bottom: 15%;
    margin-left: auto;
    margin-right: auto;
  }

  .modal-guide .map_canvas {
    height: 40vw;
    min-height: 576px;
  }

  .modal-menu .l-modal-container {
    padding-bottom: 12%;
  }

  .modal-menu .new {
    margin-top: 1.8%;
  }

  .modal-menu .new_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.8%;
    padding-bottom: 8.5%;
  }

  .modal-menu .new_image {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 6 + 8px * (6 - 1));
  }

  .modal-menu .new .new-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 460px;
    margin-left: 9%;
  }

  .modal-menu .new .new-content_inner {
    margin-top: 6%;
  }

  .modal-menu .new .new-content_title {
    font-size: 1.8rem;
    letter-spacing: calc(60em / 1000);
  }

  .modal-menu .new .new-content_text {
    margin-top: 20px;
    line-height: 2;
    letter-spacing: calc(160em / 1000);
  }

  .modal-menu .flagship {
    margin-top: 1.56%;
    padding-bottom: 4.4%;
  }

  .modal-menu .flagship_container {
    margin-top: 2%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .modal-menu .flagship_image {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 6 + 8px * (6 - 1));
  }

  .modal-menu .flagship_image:nth-child(n + 2) {
    margin-left: 8px;
  }

  .modal-menu .flagship .caption {
    padding: 2% 1.3%;
  }

  .modal-menu .flagship .caption_title {
    font-size: 1.8rem;
  }

  .modal-menu .flagship .caption_price .ja {
    font-size: 1.8rem;
  }

  .modal-menu .flagship .caption_price {
    font-size: 2.8rem;
    margin-top: -0.5%;
    margin-left: 10px;
    letter-spacing: calc(100em / 1000);
  }

  .bloomy .modal-menu .flagship .caption_price {
    -webkit-transform-origin: right;
    transform-origin: right;
    margin-top: 0;
    font-size: 2.4rem;
  }

  .modal-menu .detail-contents {
    margin-top: 4.6%;
  }

  .modal-menu .detail-contents .content {
    padding-top: 5.7%;
  }

  .modal-menu .detail-contents .content_title {
    margin-bottom: 10px;
  }

  .modal-menu .detail-contents .images {
    margin-left: -8px;
    margin-top: 1.5%;
  }

  .modal-menu .detail-contents .images-item {
    -webkit-flex-basis: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    margin-top: 1.0%;
  }

  .modal-menu .detail-contents .images-item .image {
    padding-left: 8px;
  }

  .modal-menu .detail-contents .images-item .caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4.5% 3% 4.5% calc(3% + 8px);
  }

  .modal-menu .detail-contents .images-item .caption_title {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: -4px;
  }

  .modal-menu .detail-contents .images-item .caption_price .ja {
    font-size: 1.6rem;
  }

  .modal-menu .detail-contents .images-item .caption_price {
    font-size: 2.4rem;
    margin-top: -1.9%;
    white-space: nowrap;
    text-align: right;
    margin-left: 10px;
  }

  .bloomy .modal-menu .detail-contents .images-item .caption_price {
    -webkit-transform-origin: right;
    transform-origin: right;
    font-size: 2.2rem;
  }

  .modal-menu .menu-list-wrapper {
    margin-top: -1%;
  }

  .modal-menu .menu-list {
    margin-top: 5%;
  }

  .modal-menu .menu-list_title {
    margin-bottom: -2%;
  }

  .modal-menu .menu-list_items {
    margin-top: 5.1%;
    padding: 0 4.3%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modal-menu .menu-list .menu-list-item {
    width: 45%;
    margin-bottom: 2.4%;
  }

  .modal-menu .menu-list .menu-list-item_border {
    margin: 21px 35px 0 44px;
    background-repeat: repeat;
  }

  .bloomy .modal-menu .menu-list .menu-list-item_border {
    height: 2px;
    background-size: 24px 2px;
    background-image: url("../img/border-dot_pc.png");
  }

  .modal-menu .menu-list .menu-list-item_title {
    font-size: 1.6rem;
  }

  .modal-menu .menu-list .menu-list-item_price {
    font-size: 2.4rem;
    margin-top: 6px;
  }

  .modal-menu .menu-list .menu-list-item_price .ja {
    font-size: 1.6rem;
  }

  .bloomy .modal-menu .menu-list .menu-list-item_price {
    font-size: 2rem;
  }

  .modal-space .l-modal-container {
    padding-bottom: 12%;
  }

  .modal-space .intro {
    margin-top: 1.8%;
  }

  .modal-space .intro_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4.7%;
  }

  .modal-space .intro_image {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 6 + 8px * (6 - 1));
  }

  .modal-space .intro .intro-content {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 6 + 8px * (6 - 1));
  }

  .modal-space .intro .intro-content_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 91.5%;
    height: calc(100% - 2px);
    border-bottom: solid 2px;
  }

  .bloomy .modal-space .intro .intro-content_inner {
    border-color: #69747b;
    border-width: 1px;
  }

  .modal-space .intro .intro-content_inner2 {
    width: 81.5%;
    margin: auto;
  }

  .modal-space .intro .intro-content_title {
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: calc(330em / 1000);
  }

  .modal-space .intro .intro-content_text {
    margin-top: 20px;
    line-height: 2.14286;
    letter-spacing: calc(80em / 1000);
  }

  .modal-space .intro .intro-content_image {
    margin-top: 25%;
  }

  .modal-space .spec-list {
    margin-top: 6%;
  }

  .modal-space .spec-list_title {
    font-size: 2.8rem;
  }

  .bloomy .modal-space .spec-list_title {
    font-size: 2.4rem;
    line-height: 1.3;
  }

  .modal-space .spec-list_items {
    margin-top: 2%;
    padding: 0 4.3%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modal-space .spec-list .spec-list-item {
    width: 45%;
    margin-bottom: 0.65%;
  }

  .modal-space .spec-list .spec-list-item_border {
    margin-top: 23px;
  }

  .bloomy .modal-space .spec-list .spec-list-item_border {
    height: 2px;
    background-size: 24px 2px;
    background-image: url("/cms/wcontent/themes/opefac2018/assets/image/store/bloomy/border-dot_pc.png");
  }

  .modal-space .spec-list .spec-list-item_title {
    margin-top: 2px;
    width: 108px;
    font-size: 1.6rem;
  }

  .modal-space .spec-list .spec-list-item_value {
    width: 102px;
    margin-top: 11px;
    font-size: 1.6rem;
    letter-spacing: calc(20em / 1000);
  }

  .modal-space .main-images {
    margin-top: 10.3%;
  }

  .modal-space .main-images .main-images-content:nth-child(n + 2) {
    margin-top: 2.9%;
  }

  .modal-space .main-images .main-images-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal-space .main-images .main-images-content_title {
    margin-top: 0.6%;
  }

  .modal-space .main-images .main-images-content_title .en {
    font-size: 3.6rem;
    letter-spacing: calc(240em / 1000);
    text-indent: -0.2rem;
  }

  .bloomy .modal-space .main-images .main-images-content_title .en {
    font-size: 2.4rem;
    line-height: 1.3;
    letter-spacing: calc(400em / 1000 * .92);
  }

  .modal-space .main-images .main-images-content_title .ja {
    font-size: 1.6rem;
    letter-spacing: calc(400em / 1000);
  }

  .modal-space .main-images .main-images-content_title-right {
    margin-right: -0.8rem;
  }

  .bloomy .modal-space .main-images .main-images-content_title-right .en {
    -webkit-transform-origin: right;
    transform-origin: right;
    margin-right: 0.3rem;
  }

  .modal-space .main-images .main-images-content_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .modal-space .main-images .main-images-content_container-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .modal-space .sub-images {
    margin-top: 6.2%;
  }

  .pic.pic_gathering {
    top: -24.4%;
    left: 10%;
    width: 27%;
  }

  .pic.pic_recommend {
    top: -1.5%;
    right: 8.2%;
    width: 18%;
  }

  .bloomy .pic.pic1 {
    top: -30%;
    left: 10.3%;
    width: 19%;
    z-index: 10;
  }

  .bloomy .pic.pic2 {
    top: -38%;
    left: 0%;
    width: 36.5%;
  }

  .bloomy .pic.pic3 {
    top: -1.5%;
    left: 9%;
    width: 24%;
  }

  .bloomy .pic.pic4 {
    bottom: -29%;
    right: 16.5%;
    width: 17%;
  }

  .section-eats .othermenu {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 4 + 8px * (4 - 1));
  }

  .bloomy .section-eats .othermenu_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 6%;
  }

  .bloomy .section-eats .othermenu_title {
    font-size: 2.2rem;
    line-height: 1.63636;
    letter-spacing: calc(500em / 1000);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }

  .bloomy .section-eats .othermenu_price {
    margin-top: 8px;
    text-align: right;
    font-size: 1.8rem;
    margin-left: -50px;
  }

  .bloomy .section-pickupmenu {
    margin-top: 8.8%;
  }

  .bloomy .section-pickupmenu_lead {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 3 + 8px * (3 - 1));
    line-height: 2.14286;
  }

  .bloomy .section-pickupmenu_footer {
    position: absolute;
    top: 0;
    left: 51%;
  }

  .bloomy .section-pickupmenu_text {
    font-size: 2.2rem;
    line-height: 1.63636;
    letter-spacing: calc(500em / 1000);
    width: 360px;
  }

  .bloomy .section-pickupmenu_price {
    font-size: 2.4rem;
    margin-top: 3%;
  }

  .bloomy .section-pickupmenu_title {
    top: 22%;
    right: 0;
    font-size: 1.6rem;
  }

  .bloomy .section-eats_inner {
    margin-top: 69px;
  }

  .section-eats .section-eats-container1 {
    padding-top: 5%;
  }

  .section-eats .section-eats-container1_images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-eats .section-eats-container1_image1 {
    width: 25.6944%;
  }

  .section-eats .section-eats-container1_image2 {
    margin-left: 8px;
    width: 74%;
  }

  .section-eats .section-eats-container1_image3 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 5 + 8px * (5 - 1));
  }

  .section-eats .section-eats-container1_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 12.5%;
  }

  .section-eats .section-eats-container1_bottom .section-sidebar {
    left: 85%;
  }

  .bloomy .section-eats .section-eats-container1_bottom .section-sidebar {
    top: -20px;
    left: 85.1%;
  }

  .section-eats .section-eats-container1_lead {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 8px;
  }

  .bloomy .section-eats .section-eats-container1_lead {
    position: absolute;
    top: 17%;
    left: 53.1%;
    width: 100%;
  }

  .bloomy .section-eats .section-eats-container1_text-container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .section-eats .section-eats-container1_text-wrapper {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 5 + 8px * (5 - 1));
    margin-left: 8px;
  }

  .section-eats .section-eats-container1_text {
    margin: 0 auto;
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 3 + 8px * (3 - 1));
  }

  .section-eats .section-eats-container2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12.5%;
    padding-bottom: 10%;
    padding-left: 6.94444vw;
  }

  .bloomy .section-eats .section-eats-container2 .section-sidebar {
    top: 2px;
    left: 96.8%;
  }

  .section-eats .section-eats-container2_wrapper1 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 7 + 8px * (7 - 1));
  }

  .section-eats .section-eats-container2_wrapper2 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 6 + 8px * (6 - 1));
    margin-left: 8px;
  }

  .section-eats .section-eats-container3 {
    padding-top: 10%;
  }

  .section-eats .section-eats-container3 .section-sidebar {
    top: 147px;
    left: 96.95%;
  }

  .bloomy .section-eats .section-eats-container3 .section-sidebar {
    top: 24%;
    left: 96.8%;
  }

  .section-eats .section-eats-container3_inner {
    margin: 0 8px;
    padding: 0 calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 1 + 8px * (1 - 1));
  }

  .section-eats .section-eats-container4 {
    padding-bottom: 3%;
  }

  .bloomy .section-eats .section-eats-container4 {
    padding-top: 5.8%;
  }

  .section-eats .section-eats-container4_images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-eats .section-eats-container4_image1 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 8 + 8px * (8 - 1) + 6.94444vw);
  }

  .section-eats .section-eats-container4_image2 {
    margin-left: 8px;
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 4 + 8px * (4 - 1));
  }

  .section-eats .section-eats-container4 .c-more {
    position: absolute;
    right: 44px;
    bottom: 7px;
  }

  .section-drink_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -5px;
  }

  .section-drink .subsection-header {
    left: calc((((100vw - (6.94444vw * 2)) - (8px * 11) ) / 12) * -1 - 8px);
  }

  .section-drink .section-drink-plan {
    position: absolute;
    width: calc( (( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 4 + 8px * (4 - 1)) - 20px);
    left: 10.2%;
    bottom: 17.8%;
  }

  .section-drink .section-drink-plan_title {
    font-size: 2.4rem;
  }

  .section-drink .section-drink-plan_items {
    margin-top: 29px;
  }

  .section-drink .section-drink-plan .section-drink-plan-item {
    height: 70px;
    border-top: solid 2px #333;
  }

  .section-drink .section-drink-plan .section-drink-plan-item:last-child {
    border-bottom: solid 2px #333;
  }

  .section-drink .section-drink-plan .section-drink-plan-item_title {
    font-size: 1.6rem;
    line-height: 1.625;
  }

  .section-drink .section-drink-plan .section-drink-plan-item_price {
    font-size: 2.2rem;
  }

  .section-drink .c-more {
    position: absolute;
    bottom: 73px;
    right: 44px;
  }

  .bloomy .section-guide-intro {
    margin-top: 4.7%;
  }

  .section-guide-intro_bg {
    margin-top: -50%;
  }

  .bloomy .section-guide-intro .section-guide-intro-content {
    width: 632px;
    margin: 1.9% auto 0;
  }

  .bloomy .section-guide-intro .section-guide-intro-content_title > span:before {
    top: 10px;
  }

  .bloomy .section-guide-intro .section-guide-intro-content_title .bottom .text {
    right: -24px;
  }

  .bloomy .section-guide-intro .section-guide-intro-content_title {
    font-size: 3.4rem;
    line-height: 2.1;
    letter-spacing: calc(710em / 1000);
  }

  .section-guide-intro .section-guide-intro-content_lead {
    font-size: 2.4rem;
  }

  .bloomy .section-guide-intro .section-guide-intro-content_lead {
    margin-top: 99px;
  }

  .section-guide-intro .section-guide-intro-content_text {
    line-height: 2.14286;
    margin-top: 16px;
  }

  .section-guide {
    min-height: 216px;
  }

  .bloomy .section-guide {
    padding-top: 5.1%;
  }

  .section-guide_inner {
    margin: 10% 0 0;
  }

  .bloomy .section-guide_title {
    width: 200px;
    margin-left: 5.4%;
    letter-spacing: calc(480em / 1000);
  }

  .section-guide .section-guide-container1 {
    padding-top: 5%;
  }

  .section-guide .section-guide-container1_images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-guide .section-guide-container1_image1 {
    width: 25.6944%;
  }

  .section-guide .section-guide-container1_image2 {
    margin-left: 8px;
    width: 74%;
  }

  .section-guide .section-guide-container1_image3 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 5 + 8px * (5 - 1));
  }

  .section-guide .section-guide-container1_bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    margin-top: 10%;
  }

  .section-guide .section-guide-container1_lead {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 2 + 8px * (2 - 1));
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 8px;
  }

  .section-guide .section-guide-container1_text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 5 + 8px * (5 - 1));
    margin-left: 8px;
  }

  .section-guide .section-guide-container1_text-wrapper,.section-guide .section-guide-container1_image3 {
    margin-top: 2.5%;
  }

  .section-guide .section-guide-container1_text {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 3 + 8px * (3 - 1));
    margin: 0 auto;
  }

  .section-lead-open {
    font-size: 2.2rem;
    line-height: 2.63636;
    letter-spacing: calc(520em / 1000);
  }

  .section-lead-bloomy {
    font-size: 2.2rem;
    line-height: 1.63636;
  }

  .bloomy .section-space {
    margin-top: 7.9%;
    padding-bottom: 13.1%;
  }

  .section-space .section-space-container1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 6.94444vw;
  }

  .bloomy .section-space .section-space-container1 {
    margin-top: 7.2%;
  }

  .section-space .section-space-container1_lead-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 2 + 8px * (2 - 1));
    margin-right: 8px;
  }

  .bloomy .section-space .section-space-container1_lead-wrapper {
    position: absolute;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    height: 100%;
    margin: auto;
  }

  .section-space .section-space-container1_lead-wrapper .section-lead {
    margin-left: -3px;
  }

  .bloomy .section-space .section-space-container1_lead-wrapper .section-lead {
    margin-top: 20px;
    margin-left: 21px;
  }

  .section-space .section-space-container1_images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .bloomy .section-space .section-space-container1_images {
    margin-left: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 2 + 8px * 2);
  }

  .section-space .section-space-container1_image1 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 8 + 8px * (8 - 1));
  }

  .section-space .section-space-container1_image2 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 2 + 8px * (2 - 1) + 6.94444vw);
    margin-left: 8px;
  }

  .section-space .section-space-container2 {
    margin-top: 12.5%;
  }

  .bloomy .section-space .section-space-container2 .section-sidebar {
    top: 34px;
    left: 96.8%;
  }

  .section-space .section-space-container2_text1 {
    clear: both;
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 3 + 8px * (3 - 1));
    padding: 6% 0 0 8px;
    margin-left: -10px;
  }

  .section-space .section-space-container2_text2 {
    position: absolute;
    width: 350px;
    top: 3%;
    left: 10px;
    right: 0;
  }

  .section-space .section-space-container2_content1 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 7 + 8px * (7 - 1) + 6.94444vw);
    margin-right: 8px;
  }

  .section-space .section-space-container2_content2 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 5 + 8px * (5 - 1));
  }

  .section-space .section-space-container2_content2-inner {
    width: 33.888vw;
    float: right;
  }

  .section-space .section-space-container2_image2 {
    float: right;
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 5 + 8px * (5 - 1));
  }

  .section-space .section-space-container2_image3 {
    margin-top: 73.5%;
  }

  .section-space .section-space-container3 {
    margin-top: 12.6%;
  }

  .section-space .section-space-container3_image-container {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 12 + 8px * (12 - 1));
    overflow: hidden;
  }

  .section-space .section-space-container3_text-wrapper {
    position: absolute;
    bottom: -1px;
    right: 0;
  }

  .bloomy .section-space .section-space-container3_text-wrapper {
    color: #333333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 27px 30px 27px 36px;
    width: calc(356px - 60px);
    min-height: calc(145px - 54px);
    background-color: #a8b9cb;
  }

  .section-space .section-space-container4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12.5%;
    margin-left: 6.94444vw;
  }

  .section-space .section-space-container4_images {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 5 + 8px * (5 - 1));
  }

  .section-space .section-space-container4_image2 {
    margin-top: 8px;
  }

  .section-space .section-space-container4_image3 {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 7 + 8px * (7 - 1) + 6.94444vw);
    margin-left: 8px;
  }

  .section-space .section-space-container4 .c-more {
    position: absolute;
    right: 0;
    bottom: -36px;
  }

  .section-video {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section_text {
    line-height: 2.14286;
    letter-spacing: calc(80em / 1000);
  }

  .subsection {
    padding: 7.8% 0 7.5%;
  }

  .subsection_image {
    width: calc( ( (100vw - (6.94444vw * 2)) - (8px * 11) ) / 12 * 6 + 8px * (6 - 1));
  }

  .subsection .c-more {
    position: absolute;
  }

  .subsection-header_title {
    font-size: 6.8rem;
    letter-spacing: calc(460em / 1000);
  }

  .subsection-header_subtitle {
    display: inline-block;
    min-width: 195px;
    margin-top: 5px;
  }

  .sp {
    display: none !important;
  }

  .opacity.is-normal:hover {
    opacity: .6;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 2.4rem;
    line-height: 2;
  }

  body::before,body::after {
    width: 200%;
  }

  body::before {
    -webkit-transform: translate(-130%, 0) matrix3d(1, 0, 0, 0, -0.35, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-130%, 0) matrix3d(1, 0, 0, 0, -0.35, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  body::after {
    -webkit-transform: translate(-20%, 0) matrix3d(1, 0, 0, 0, 0.35, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-20%, 0) matrix3d(1, 0, 0, 0, 0.35, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  .act-footer {
    padding-top: 57px;
    padding-bottom: 160px;
  }

  .act-footer_link {
    display: none;
  }

  .act-footer_ci {
    display: block;
    text-align: center;
    margin-top: 84px;
  }

  .act-footer_ci svg {
    width: 409px;
    height: 100px;
  }

  .act-footer_sns {
    margin-top: 150px;
  }

  .act-footer_sns [width="22"] {
    width: 44px;
    height: auto;
  }

  .act-footer_sns [width="24"] {
    width: 48px;
    height: auto;
  }

  .act-footer_sns ul {
    width: 410px;
    margin-right: auto;
    margin-left: auto;
  }

  .act-footer_sns li + li {
    margin-left: 136px;
  }

  .act-footer_copyright {
    margin-top: 125px;
    margin-left: 0;
    font-size: 3rem;
    letter-spacing: calc(260em / 1000);
  }

  .act-footer .c-pagetop {
    position: relative;
  }

  .l-header_title {
    top: 48px;
    left: 36px;
  }

  .l-header_ci svg {
    width: 288px;
    height: 32px;
  }


  .l-modal_header {
    padding-top: 62px;
  }


  .l-page-modals .l-modal {
    -webkit-transform: translate(-150%, 0) matrix3d(1, 0, 0, 0, -0.35, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: translate(-150%, 0) matrix3d(1, 0, 0, 0, -0.35, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    background-color: #a8b9cb;
  }

  .l-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .l-wrapper-salign-left {
    padding-right: 70px;
    padding-left: 0;
  }

  .l-wrapper-salign-right {
    padding-right: 0;
    padding-left: 70px;
  }

  .c-modal-border {
    height: 4px;
    border-top: 4px solid #333;
  }

  .c-modal-header_title {
    font-size: 9.2rem;
    line-height: 0.68;
    letter-spacing: calc(240em / 1000);
    text-indent: calc(240em / 1500);
  }

  .bloomy .c-modal-header_title {
    font-size: 4.8rem;
    line-height: 1.4;
  }

  .c-modal-title-s {
    font-size: 3.8rem;
    letter-spacing: calc(180em / 1000);
    text-indent: calc(180em / 1500);
  }

  .bloomy .c-modal-title-s {
    font-size: 3rem;
    line-height: 1.2;
  }

  .c-modal-title-l {
    font-size: 7.4rem;
    letter-spacing: calc(240em / 1000);
    text-indent: calc(240em / 1000);
  }

  .bloomy .c-modal-title-l {
    font-size: 4.8rem;
    line-height: 1.6;
  }

  .c-modal-title-caption {
    font-size: 3.2rem;
    line-height: 1.6;
  }

  .bloomy .c-modal-title-caption {
    font-size: 2.4rem;
    line-height: 2;
  }

  .bloomy .c-more {
    padding: 34px 0 30px;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: calc(200em / 1000);
  }

  .c-more-detail {
    width: 710px;
  }

  .c-more-learn {
    width: 610px;
  }

  .bloomy .c-more-learn {
    border: solid 1px #333333;
  }


  .c-pagetop_image {
    padding-top: 28px;
  }

  .c-pagetop_image:before {
    width: 48px;
    height: 3px;
  }

  .c-pagetop_image img {
    width: 10px;
    height: 72px;
  }

  .c-pagetop_text {
    font-size: 1.8rem;
    letter-spacing: calc(120em / 1000);
    margin-top: 32px;
  }

  .c-section-title_inner span {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
  }

  .c-section-title-bloomy {
    font-size: 4.8rem;
    text-indent: calc(950em / 1000);
    letter-spacing: calc(950em / 1000);
  }

  .c-section-title-bloomy.is-recommend {
    font-size: 4.8rem;
    letter-spacing: calc(280em / 1000);
  }

  .contents {
    margin-top: -1px;
    padding-top: 104px;
  }

  .intro_text {
    line-height: 2.25;
    width: 610px;
  }

  .bloomy .intro_text {
    margin-top: -17px;
  }

  .intro_images {
    margin-top: 107px;
    padding-right: 40px;
  }

  .intro_images:after {
    content: '.';
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }

  .intro_image2 {
    float: right;
    margin-top: 8px;
    width: 442px;
  }

  .bloomy .kv-address {
    width: 670px;
    margin-top: 20px;
    font-size: 3rem;
    line-height: 1.4;
    letter-spacing: calc(275em / 1000);
  }

  .bloomy .kv-address a .kv-address_text:after {
    bottom: 15px;
    width: 60px;
    height: 10px;
  }

  .bloomy .kv-content {
    top: 14px;
  }

  .bloomy .kv-content_lead {
    font-size: 2.6rem;
    line-height: 1;
  }

  .bloomy .kv-content_subtile {
    margin-top: 105px;
    font-size: 3rem;
    line-height: 1.6;
    letter-spacing: calc(860em / 1000);
  }

  .bloomy .kv-content_title {
    width: 610px;
    margin-top: 40px;
    margin-bottom: 106px;
    font-size: 6rem;
  }

  .bloomy .kv-content_title.is-image {
    margin-top: 90px;
    margin-bottom: 30px;
  }

  .bloomy .kv-content_title.is-image img {
    width: 580px;
    height: 205px;
  }

  .kv-info a.kv-info_time:after {
    bottom: 0;
    width: 60px;
    height: 10px;
  }

  .bloomy .kv-info {
    font-size: 3.4rem;
    line-height: 1.64706;
    letter-spacing: calc(260em / 1000);
  }

  .kv-news {
    position: relative;
  }

  .kv-news_item {
    padding: 16px 30px;
  }

  .kv-news_item-basic {
    background-color: #9aa2a1;
    color: #fff;
  }

  .kv-news_item-basic a {
    color: #fff;
  }

  .kv-news_item-emergency {
    background-color: #e6e5e4;
  }

  .bloomy .kv-news_item-emergency {
    background-color: #373e47;
  }

  .kv-news_item .date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
    letter-spacing: calc(100em / 1000);
  }

  .kv-news_item .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 40px;
    line-height: 1.41667;
    letter-spacing: calc(180em / 1000);
  }

  .kv_bg {
    height: 100vh;
    max-height: 1117px;
  }

  .kv_inner {
    height: 100vh;
    max-height: 1117px;
  }

  .kv_content-wrapper {
    width: calc(100% - 80px);
    padding: 0 40px;
  }

  .bloomy .kv_content-wrapper {
    margin-left: 70px;
    width: 610px;
    padding: 0;
  }

  .modal-access .map {
    margin-top: 33px;
  }

  .modal-access .map_canvas {
    margin-top: 30px;
    height: 511px;
  }

  .modal-access .section {
    margin-top: 79px;
    padding-top: 72px;
  }

  .modal-access .section:nth-child(n + 2) {
    margin-top: 121px;
  }

  .modal-access .section_title {
    font-size: 3.8rem;
    letter-spacing: calc(180em / 1000);
    text-indent: calc(180em / 1000);
  }

  .bloomy .modal-access .section_title {
    font-size: 3rem;
    letter-spacing: calc(400em / 1000);
  }

  .modal-access .section_content {
    margin-top: 65px;
    padding: 0 30px;
  }

  .modal-access .schedule:nth-child(n + 2) {
    margin-top: 70px;
  }

  .modal-access .schedule_title {
    font-size: 3.6rem;
    text-indent: calc(80em / -1000);
    width: 195px;
  }

  .bloomy .modal-access .schedule_title {
    font-size: 3rem;
    letter-spacing: calc(100em / 1000);
  }

  .modal-access .schedule .schedule-list-item {
    margin-top: -6px;
  }

  .modal-access .schedule .schedule-list-item:nth-child(n + 2) {
    margin-top: 17px;
  }

  .modal-access .schedule .schedule-list-item_title {
    font-size: 2.2rem;
    letter-spacing: calc(20em / 1000);
  }

  .modal-access .schedule .schedule-list-item_border {
    margin: 26px 15px 0 14px;
    background-repeat: repeat;
  }

  .bloomy .modal-access .schedule .schedule-list-item_border {
    height: 2px;
    background-size: 28px 2px;
    background-image: url("../img/border-dot_sp.png");
  }

  .modal-access .schedule .schedule-list-item_time {
    margin-top: 5px;
    font-size: 3.6rem;
    letter-spacing: calc(20em / 1000);
  }

  .bloomy .modal-access .schedule .schedule-list-item_time {
    font-size: 3rem;
    letter-spacing: calc(180em / 1000);
  }

  .modal-access .schedule .schedule-list-item_footer {
    font-size: 2rem;
    line-height: 1.8;
  }

  .modal-access .address_text {
    margin-top: -13px;
    line-height: 2.5;
    letter-spacing: calc(120em / 1000);
  }

  .modal-access .address_tel {
    margin-top: 9px;
    font-size: 3.6rem;
    line-height: 2;
    letter-spacing: calc(180em / 1000);
  }

  .bloomy .modal-access .address_tel {
    font-size: 3rem;
    letter-spacing: calc(180em / 1000);
  }

  .modal-guide .l-modal-container {
    padding-bottom: 200px;
  }

  .modal-guide .block {
    margin: 110px auto 108px;
  }

  .modal-guide_intro {
    padding: 119px 0 154px;
  }

  .modal-guide_intro .subsection-header {
    bottom: -92px;
    left: -30px;
  }

  .modal-guide_intro .modal-guide_image {
    width: 610px;
  }

  .modal-guide_intro .modal-guide_intro-pic {
    width: 370px;
    bottom: -65px;
    right: -30px;
  }

  .modal-guide_contents {
    margin-top: 162px;
  }

  .modal-guide_image {
    width: 670px;
  }

  .modal-guide_text-content {
    width: 610px;
  }

  .modal-guide_text {
    line-height: 2;
    letter-spacing: calc(160em / 1000);
  }

  .modal-guide_lead {
    font-size: 2.6rem;
    line-height: 1.84615;
    letter-spacing: calc(320em / 1000);
    margin-bottom: 49px;
  }

  .modal-guide_lead-large {
    font-size: 3rem;
    line-height: 2.06667;
    letter-spacing: calc(440em / 1000);
    margin-bottom: 25px;
  }

  .modal-guide .plan_title {
    font-size: 2.6rem;
  }

  .modal-guide .plan_items {
    margin-top: 48px;
  }

  .modal-guide .plan .plan-item {
    height: 120px;
    border-top: solid 3px #333;
  }

  .modal-guide .plan .plan-item:last-child {
    border-bottom: solid 3px #333;
  }

  .modal-guide .plan .plan-item_title {
    line-height: 1.41667;
  }

  .modal-guide .plan .plan-item_price {
    margin-right: -4px;
  }

  .modal-guide .list {
    padding-top: 7px;
  }

  .modal-guide .list_title {
    font-size: 2.6rem;
    padding: 0 25px;
  }

  .modal-guide .list ul,.modal-guide .list ol {
    margin-top: 70px;
    padding: 0 30px 0 17px;
  }

  .modal-guide .list li {
    margin-left: 36px;
    padding-left: 44px;
    line-height: 1.58333;
    letter-spacing: calc(200em / 1000);
  }

  .modal-guide .list li:nth-child(n + 2) {
    margin-top: 24px;
  }

  .modal-guide .map {
    width: 670px;
    margin-top: 200px;
    margin-bottom: 200px;
  }

  .modal-guide .map_pic-wrapper .modal-pic.pic2 {
    top: -160px;
  }

  .modal-guide .map_pic-wrapper .modal-pic.pic3 {
    bottom: -150px;
    left: -60px;
  }

  .modal-guide .map_canvas {
    margin-top: 30px;
    height: 511px;
  }

  .modal-menu .l-modal-container {
    padding-bottom: 160px;
  }

  .modal-menu .new {
    margin-top: 33px;
  }

  .modal-menu .new_container {
    margin-top: 30px;
    padding-bottom: 60px;
  }

  .modal-menu .new .new-content {
    margin-top: 65px;
    padding: 0 30px;
  }

  .modal-menu .new .new-content_title {
    font-size: 3rem;
    line-height: 2.06667;
    letter-spacing: calc(120em / 1000);
  }

  .modal-menu .new .new-content_text {
    margin-top: 19px;
    line-height: 2;
    letter-spacing: calc(120em / 1000);
  }

  .modal-menu .flagship {
    margin-top: 28px;
    padding-bottom: 46px;
  }

  .modal-menu .flagship_container {
    margin-top: 30px;
  }

  .modal-menu .flagship_image:nth-child(n + 2) {
    margin-top: 25px;
  }

  .modal-menu .flagship .caption {
    padding: 28px 0;
  }

  .modal-menu .flagship .caption_price .ja {
    font-size: 2.4rem;
  }

  .modal-menu .flagship .caption_price {
    font-size: 3.6rem;
    margin-top: -5px;
    letter-spacing: calc(20em / 1000);
  }

  .bloomy .modal-menu .flagship .caption_price {
    font-size: 3.2rem;
  }

  .modal-menu .detail-contents {
    margin-top: 105px;
  }

  .modal-menu .detail-contents.is-first {
    margin-top: 0px;
  }

  .modal-menu .detail-contents .content {
    padding-top: 60px;
  }

  .modal-menu .detail-contents .images {
    margin-left: -48px;
    margin-top: 30px;
  }

  .modal-menu .detail-contents .images-item {
    width: 311px;
    margin-left: 48px;
    margin-top: 32px;
  }

  .modal-menu .detail-contents .images-item .caption_title {
    margin-top: 11px;
    font-size: 2.4rem;
    line-height: 1.41667;
  }

  .modal-menu .detail-contents .images-item .caption_price .ja {
    font-size: 2.4rem;
  }

  .modal-menu .detail-contents .images-item .caption_price {
    display: block;
    font-size: 3.6rem;
    margin-top: 18px;
    text-align: center;
  }

  .bloomy .modal-menu .detail-contents .images-item .caption_price {
    font-size: 3.2rem;
  }

  .modal-menu .menu-list-wrapper {
    padding-top: 11px;
  }

  .modal-menu .menu-list {
    margin-top: 90px;
  }

  .modal-menu .menu-list_items {
    margin-top: 49px;
    padding: 0 30px;
  }

  .modal-menu .menu-list .menu-list-item {
    margin-bottom: 30px;
  }

  .modal-menu .menu-list .menu-list-item_border {
    margin: 30px 38px 0 31px;
    background-repeat: repeat;
  }

  .bloomy .modal-menu .menu-list .menu-list-item_border {
    height: 2px;
    background-size: 28px 2px;
    background-image: url("../img/border-dot_sp.png");
  }

  .modal-menu .menu-list .menu-list-item_price {
    font-size: 3.6rem;
    margin-top: 6px;
  }

  .modal-menu .menu-list .menu-list-item_price .ja {
    font-size: 2.4rem;
  }

  .bloomy .modal-menu .menu-list .menu-list-item_price {
    font-size: 3.2rem;
  }

  .modal-space .l-modal-container {
    padding-bottom: 160px;
  }

  .modal-space .intro {
    margin-top: 33px;
  }

  .modal-space .intro_container {
    margin-top: 93px;
  }

  .modal-space .intro_image {
    margin-top: 79px;
  }

  .modal-space .intro .intro-content_inner2 {
    padding: 0 30px;
  }

  .modal-space .intro .intro-content_title {
    font-size: 3rem;
    line-height: 2.06667;
    letter-spacing: calc(120em / 1000);
  }

  .modal-space .intro .intro-content_text {
    margin-top: 18px;
    line-height: 2;
    letter-spacing: calc(120em / 1000);
  }

  .modal-space .intro .intro-content_image {
    margin-top: 108px;
  }

  .modal-space .spec-list {
    margin-top: 81px;
  }

  .modal-space .spec-list_title {
    font-size: 5.6rem;
  }

  .bloomy .modal-space .spec-list_title {
    font-size: 3rem;
    line-height: 1.2;
  }

  .modal-space .spec-list_items {
    margin-top: 25px;
    padding: 0 30px;
  }

  .modal-space .spec-list .spec-list-item {
    margin-bottom: 12px;
  }

  .modal-space .spec-list .spec-list-item_border {
    margin-top: 30px;
  }

  .bloomy .modal-space .spec-list .spec-list-item_border {
    height: 2px;
    background-size: 28px 2px;
    background-image: url("/cms/wcontent/themes/opefac2018/assets/image/store/bloomy/border-dot_sp.png");
  }

  .modal-space .spec-list .spec-list-item_title {
    width: 153px;
  }

  .modal-space .spec-list .spec-list-item_value {
    width: 149px;
    margin-top: 12px;
    letter-spacing: calc(60em / 1000);
  }

  .modal-space .main-images {
    margin-top: 100px;
  }

  .modal-space .main-images .main-images-content:nth-child(n + 2) {
    margin-top: 71px;
  }

  .modal-space .main-images .main-images-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .modal-space .main-images .main-images-content_title {
    text-align: center;
  }

  .modal-space .main-images .main-images-content_title .en {
    font-size: 3.8rem;
    letter-spacing: calc(120em / 1000);
  }

  .bloomy .modal-space .main-images .main-images-content_title .en {
    font-size: 3rem;
    line-height: 1.2;
    -webkit-transform-origin: center;
    transform-origin: center;
    margin-left: -0.3rem;
  }

  .modal-space .main-images .main-images-content_title .ja {
    letter-spacing: calc(300em / 1000);
  }

  .modal-space .main-images .main-images-content_container {
    margin-top: 38px;
  }

  .modal-space .main-images .main-images-content_image:nth-child(n + 2) {
    margin-top: 8px;
  }

  .modal-space .sub-images {
    margin-top: 110px;
  }

  .flex-images .item {
    margin-bottom: 8px;
  }

  .pic.pic_gathering {
    top: -175px;
    left: -23px;
    width: 51%;
  }

  .pic.pic_date {
    top: -173px;
    right: -45px;
    width: 74%;
    z-index: 0;
  }

  .pic.pic_recommend {
    top: -80px;
    right: -53px;
    width: 211px;
  }

  .bloomy .pic.pic1 {
    bottom: -205px;
    left: -25px;
    width: 278px;
  }

  .bloomy .pic.pic2 {
    top: -250px;
    left: 60px;
    width: 540px;
  }

  .bloomy .pic.pic3 {
    bottom: -100px;
    right: -20px;
    width: 340px;
  }

  .bloomy .pic.pic4 {
    top: 460px;
    left: 40px;
  }

  .bloomy .pic.pic5 {
    top: 460px;
    left: 40px;
    width: 278px;
  }

  .section-date_inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-eats .othermenu {
    width: 311px;
  }

  .bloomy .section-eats .othermenu_footer {
    text-align: center;
    margin-top: 14px;
  }

  .bloomy .section-eats .othermenu_title {
    width: 350px;
    margin-left: -12px;
    font-size: 3.2rem;
    line-height: 1.4;
    letter-spacing: calc(540em / 1000);
  }

  .bloomy .section-eats .othermenu_price {
    font-size: 2.8rem;
    margin-top: 12px;
  }

  .bloomy .section-pickupmenu {
    margin-top: 21px;
    padding: 0 70px;
  }

  .bloomy .section-pickupmenu_text {
    font-size: 3.6rem;
    line-height: 1.55556;
    letter-spacing: calc(540em / 1000);
  }

  .bloomy .section-pickupmenu_price {
    font-size: 3.2rem;
    margin-top: 22px;
  }

  .bloomy .section-pickupmenu_title {
    position: absolute;
    top: 56px;
    right: 13px;
    font-size: 3rem;
  }

  .bloomy .section-eats {
    margin-top: 179px;
  }

  .bloomy .section-eats_inner {
    margin-top: 56px;
    padding-top: 110px;
  }

  .section-eats .section-eats-container1_image1 {
    margin-left: 8px;
  }

  .section-eats .section-eats-container1_image2 {
    padding: 0 40px;
  }

  .section-eats .section-eats-container1_image3 {
    width: 408px;
  }

  .section-eats .section-eats-container1_bottom {
    margin-top: 80px;
    padding-left: 0;
  }

  .section-eats .section-eats-container1_bottom .images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-eats .section-eats-container1_lead {
    padding-right: 30px;
  }

  .bloomy .section-eats .section-eats-container1_lead .section-lead {
    margin-left: 30px;
    width: 800px;
  }

  .section-eats .section-eats-container1_text-container {
    padding-left: 40px;
  }

  .bloomy .section-eats .section-eats-container1_text-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 88px;
  }

  .section-eats .section-eats-container1_text {
    width: 390px;
    padding-left: 30px;
  }

  .bloomy .section-eats .section-eats-container1_text {
    margin-top: 93px;
  }

  .section-eats .section-eats-container2 {
    padding-bottom: 108px;
  }

  .bloomy .section-eats .section-eats-container2 {
    margin-top: 115px;
  }

  .section-eats .section-eats-container2_wrapper1 .image {
    padding-left: 40px;
  }

  .section-eats .section-eats-container2_wrapper2 {
    padding: 0 70px;
  }

  .bloomy .section-eats .section-eats-container2_wrapper2 {
    margin-top: 130px;
  }

  .section-eats .section-eats-container2_text-wrapper {
    margin-top: 106px;
    padding: 0 70px;
  }

  .section-eats .section-eats-container3 {
    padding-top: 120px;
    padding-bottom: 112px;
  }

  .section-eats .section-eats-container4:after {
    content: '.';
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
  }

  .bloomy .section-eats .section-eats-container4 {
    margin-top: -14px;
  }

  .section-eats .section-eats-container4_image1 {
    padding-right: 40px;
  }

  .section-eats .section-eats-container4_image2 {
    float: right;
    margin-top: 8px;
    padding-right: 40px;
  }

  .section-eats .section-eats-container4 .c-more {
    display: block;
    position: relative;
    margin-top: 39px;
    float: right;
  }

  .section-drink_inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-drink .subsection-header {
    top: 145px;
  }

  .section-drink .section-drink-plan {
    width: 610px;
    margin: 50px auto 0;
  }

  .section-drink .section-drink-plan_title {
    font-size: 3.8rem;
  }

  .section-drink .section-drink-plan_items {
    margin-top: 40px;
  }

  .section-drink .section-drink-plan .section-drink-plan-item {
    height: 120px;
    border-top: solid 4px #333;
  }

  .section-drink .section-drink-plan .section-drink-plan-item:last-child {
    border-bottom: solid 4px #333;
  }

  .section-drink .section-drink-plan .section-drink-plan-item_title {
    line-height: 1.41667;
  }

  .section-drink .section-drink-plan .section-drink-plan-item_price {
    font-size: 3.6rem;
    margin-right: -1rem;
  }

  .section-drink .c-more {
    margin: 47px auto 0;
  }

  .bloomy .section-guide-intro {
    height: 1020px;
    margin-top: 57px;
  }

  .section-guide-intro_bg {
    margin-top: -200%;
  }

  .section-guide-intro_bg.section-video {
    margin-top: -130%;
  }

  .bloomy .section-guide-intro .section-guide-intro-content {
    width: 610px;
    margin: 36px auto 0;
  }
  .bloomy .section-guide-intro .section-guide-intro-content_title > span:before {
    top: 15px;
  }

  .bloomy .section-guide-intro .section-guide-intro-content_title .top .text {
    margin-right: 15px;
  }

  .bloomy .section-guide-intro .section-guide-intro-content_title .bottom .text {
    right: -15px;
    margin-left: 15px;
  }

  .bloomy .section-guide-intro .section-guide-intro-content_title {
    font-size: 4.8rem;
    line-height: 2.1;
    letter-spacing: calc(280em / 1000);
  }

  .section-guide-intro .section-guide-intro-content_lead {
    text-align: center;
    font-size: 2.8rem;
  }

  .bloomy .section-guide-intro .section-guide-intro-content_lead {
    font-size: 3.2rem;
    margin-top: 198px;
    text-align: left;
    letter-spacing: calc(180em / 1000);
  }

  .section-guide-intro .section-guide-intro-content_text {
    line-height: 2;
    margin-top: 22px;
  }

  .bloomy .section-guide {
    padding-top: 180px;
  }

  .bloomy .section-guide_title {
    margin-left: -10px;
  }

  .section-lead-open {
    font-size: 2.8rem;
    line-height: 2.5;
    letter-spacing: calc(500em / 1000);
  }

  .section-lead-bloomy {
    font-size: 3.6rem;
    line-height: 1.55556;
    letter-spacing: calc(700em / 1000);
  }

  .bloomy .section-space {
    margin-top: 172px;
  }

  .bloomy .section-space .section-space-container1 {
    margin-top: 60px;
  }

  .section-space .section-space-container1_lead-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
  }

  .bloomy .section-space .section-space-container1_lead-wrapper .section-lead {
    position: absolute;
    z-index: 1;
    top: 162px;
    left: 70px;
  }

  .section-space .section-space-container1_image1 {
    margin-right: 40px;
  }

  .bloomy .section-space .section-space-container1_image2 {
    margin-left: 375px;
  }

  .section-space .section-space-container2 {
    margin-top: 105px;
  }

  .section-space .section-space-container2_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-space .section-space-container2_text1 {
    width: 610px;
    margin: 106px auto 0;
  }

  .section-space .section-space-container2_text2 {
    width: 610px;
  }

  .section-space .section-space-container2_content1 .images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 106px;
  }

  .section-space .section-space-container2_image1,.section-space .section-space-container2_image2 {
    width: 408px;
  }

  .section-space .section-space-container2_image3 {
    width: 334px;
    height: 418px;
  }

  .section-space .section-space-container3 {
    margin-top: 108px;
  }

  .section-space .section-space-container3_image-container {
    width: 670px;
  }

  .section-space .section-space-container3_text-wrapper {
    width: 610px;
    margin: 45px auto 0;
  }

  .section-space .section-space-container4 {
    margin-top: 106px;
    padding-left: 40px;
  }

  .section-space .section-space-container4_images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section-space .section-space-container4_image2 {
    margin-left: 8px;
  }

  .section-space .section-space-container4_image3 {
    margin-top: 8px;
  }

  .section-space .section-space-container4 .c-more {
    position: relative;
    margin-top: 41px;
  }

  .section_text {
    line-height: 2;
    letter-spacing: calc(120em / 1000);
  }

  .subsection_image {
    width: 511px;
  }

  .subsection .c-more {
    position: relative;
  }

  .subsection-header_title {
    font-size: 8rem;
    letter-spacing: calc(380em / 1000);
    text-indent: -0.4rem;
  }

  .subsection-header_subtitle {
    width: 195px;
  }

  .subsection-header_subtitle-right {
    float: right;
    margin-right: 30px;
  }

  .pc {
    display: none !important;
  }
}

@-moz-document url-prefix() {
  .intro_text-wrapper {
    height: 260px;
  }
}

@-moz-document url-prefix() {
  .section-lead-open {
    position: absolute;
  }
}

@-webkit-keyframes hoverAnime01 {
  0% {
    width: 100%;
    left: 0;
  }

  50% {
    width: 0%;
    left: 0;
  }

  51% {
    width: 0%;
    left: auto;
    right: 0;
  }

  100% {
    width: 100%;
    left: auto;
    right: 0;
  }
}

@keyframes hoverAnime01 {
  0% {
    width: 100%;
    left: 0;
  }

  50% {
    width: 0%;
    left: 0;
  }

  51% {
    width: 0%;
    left: auto;
    right: 0;
  }

  100% {
    width: 100%;
    left: auto;
    right: 0;
  }
}

@-webkit-keyframes hoverAnime02 {
  0% {
    width: 100%;
    right: 0;
  }

  50% {
    width: 0%;
    right: 0;
  }

  51% {
    width: 0%;
    right: auto;
    left: 0;
  }

  100% {
    width: 100%;
    right: auto;
    left: 0;
  }
}

@keyframes hoverAnime02 {
  0% {
    width: 100%;
    right: 0;
  }

  50% {
    width: 0%;
    right: 0;
  }

  51% {
    width: 0%;
    right: auto;
    left: 0;
  }

  100% {
    width: 100%;
    right: auto;
    left: 0;
  }
}

@-webkit-keyframes fixedAnime {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes fixedAnime {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes barAnime {
  0% {
    bottom: 0;
    top: 0;
  }

  8.333333333% {
    top: 100%;
    bottom: 0;
  }

  16.66666666% {
    top: 0;
    bottom: 100%;
  }

  25% {
    bottom: 0;
    top: 0;
  }
}

@keyframes barAnime {
  0% {
    bottom: 0;
    top: 0;
  }

  8.333333333% {
    top: 100%;
    bottom: 0;
  }

  16.66666666% {
    top: 0;
    bottom: 100%;
  }

  25% {
    bottom: 0;
    top: 0;
  }
}
