@charset "UTF-8";
/* ==========================================================
 TOPページ
========================================================== */
/* K4% */
/* K8% */
/* ナビゲーション現在地 */
/* タイトル */
/* delighters */
@keyframes ani_fade {
  0% {
    opacity: 0;
    transform: translate(30px, -5px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes ani_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani_fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ani_fadeoutin {
  0% {
    width: 100%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 100%;
  }
  51% {
    width: 0;
    left: 0;
  }
  100% {
    width: 100%;
    left: 0;
  }
}
@keyframes ani_fadeoutline {
  0% {
    width: 100%;
    right: 0;
    left: auto;
  }
  100% {
    width: 0;
    right: 0;
    left: auto;
  }
}
.de_fade_rl span {
  opacity: 0;
  display: inline-block;
  animation: ani_fadeout 0.3s forwards;
}

.de_fade_rl.started span:nth-child(1) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.15s;
}
.de_fade_rl.started span:nth-child(2) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.3s;
}
.de_fade_rl.started span:nth-child(3) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.45s;
}
.de_fade_rl.started span:nth-child(4) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.6s;
}
.de_fade_rl.started span:nth-child(5) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.75s;
}
.de_fade_rl.started span:nth-child(6) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.9s;
}
.de_fade_rl.started span:nth-child(7) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.05s;
}
.de_fade_rl.started span:nth-child(8) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.2s;
}

.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(1) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.4s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(2) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.6s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(3) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.8s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(4) {
  animation: ani_fade 1s forwards;
  animation-delay: 4s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(5) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.2s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(6) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.4s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(7) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.6s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(8) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.8s;
}

.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(1) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.65s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(2) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.9s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(3) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.15s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(4) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.4s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(5) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.65s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(6) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.9s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(7) {
  animation: ani_fade 1s forwards;
  animation-delay: 5.15s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(8) {
  animation: ani_fade 1s forwards;
  animation-delay: 5.4s;
}

/* header
---------------------------------------------------------- */
.b-page-top .p-contents {
  padding: 0;
}

.p-header-links__link.top span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.p-header-links__link.top span::after {
  display: none;
}

@media all and (min-width: 900px) {
  #ghead {
    opacity: 0;
    pointer-events: none;
    /* &.show {
    	opacity: 1;
    	pointer-events: auto;
    } */
  }
  #ghead.scrollact {
    opacity: 1;
    pointer-events: auto;
  }
}
/* MV
---------------------------------------------------------- */
.s_mv {
  overflow: hidden;
  position: relative;
}
.s_mv .cg {
  position: absolute;
  width: 100%;
  /* height: 74%; */
  height: 100%;
  left: 0;
  /* top: 26%; */
  top: 0;
  background: url(../../asset/img/top/mv_cg_sp.jpg) no-repeat center bottom/cover;
}
@media all and (min-width: 768px) {
  .s_mv .cg {
    background: url(../../asset/img/top/mv_cg.jpg) no-repeat center 95%/cover;
  }
}
.s_mv .catch {
  position: absolute;
  width: 100%;
  top: calc(46px + 11%);
  left: 0;
  text-align: center;
}
.s_mv .catch img {
  width: 85%;
  max-width: 450px;
}
@media all and (min-width: 768px) {
  .s_mv .catch {
    top: calc(46px + 14%);
    left: 25%;
    width: 36%;
    max-width: 580px;
    transform: translate(-50%, -50%);
  }
  .s_mv .catch img {
    width: 100%;
    max-width: none;
  }
}
@media all and (min-width: 900px) {
  .s_mv .catch {
    top: calc(120px + 15%);
  }
}
@media all and (min-width: 1401px) {
  .s_mv .catch {
    top: calc(120px + 23%);
  }
}
.s_mv .copy {
  position: absolute;
  width: 65%;
  max-width: 440px;
  top: calc(46px + 5%);
  left: 7%;
}
.s_mv .copy_1 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.2;
  letter-spacing: 1.5rem;
}
.s_mv .copy_1 .c-txt-en {
  font-size: 150%;
  line-height: 1;
}
.s_mv .copy_2 {
  font-size: 13px;
  font-size: 1.3rem;
  color: #333;
  padding-top: 20px;
  margin-top: 15px;
  letter-spacing: 0.8rem;
  position: relative;
}
.s_mv .copy_2 .line {
  display: block;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
}
@media all and (min-width: 768px) {
  .s_mv .copy {
    top: calc(46px + 15%);
  }
  .s_mv .copy_1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .s_mv .copy_2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.s_mv_notes {
  padding: 5px;
}
@media all and (min-width: 768px) {
  .s_mv_notes {
    text-align: right;
  }
}

/* FEATURES
---------------------------------------------------------- */
.s_feature {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 0 35px;
}
.s_feature_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.s_feature_list_item {
  width: 48.5%;
}
.s_feature_list_item:nth-child(1), .s_feature_list_item:nth-child(2) {
  margin-bottom: 3%;
}
@media all and (min-width: 768px) {
  .s_feature {
    padding: 90px 0 45px;
  }
  .s_feature_list_item {
    width: 24.16%;
  }
  .s_feature_list_item:nth-child(1), .s_feature_list_item:nth-child(2) {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1200px) {
  .s_feature_list_item a {
    transition: opacity 0.5s;
  }
  .s_feature_list_item a:hover {
    opacity: 0.75;
  }
}

.s_feature_copy {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05rem;
  margin-bottom: 35px;
}
.s_feature_copy .txt {
  margin-bottom: 10px;
  text-align: center;
}
.s_feature_copy .en {
  font-size: 160%;
  font-family: "Spartan", sans-serif;
  color: #709e9d;
  line-height: 1;
}
@media all and (min-width: 768px) {
  .s_feature_copy {
    text-align: center;
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 50px;
  }
}

/* ACTION
---------------------------------------------------------- */
.s_action {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.s_action_box {
  border: solid 1px rgba(181, 148, 105, 0.4);
  padding: 40px 20px;
  display: block;
  background-image: url(../img/common/icn-arr-g.svg);
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: 96% 50%;
}
.s_action_box .txt {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  color: #b59469;
  text-align: center;
}
.s_action_box .txt_2 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 20px 10px 0;
}
.s_action_box .txt_2 .c-txt-notes {
  margin-top: 10px;
}
.s_action_box .txt_2 .s_s {
  font-size: 65%;
}
@media all and (min-width: 768px) {
  .s_action_box {
    padding: 60px 25px;
    background-size: 10px;
  }
  .s_action_box .txt {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .s_action_box .txt_2 {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    padding: 25px 25px 0;
  }
  .s_action_box .txt_2 .c-txt-notes {
    margin-top: 20px;
  }
}

/* NEWS INFO
---------------------------------------------------------- */
.s_newsinfo {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 0 0;
}
.s_newsinfo .news_box {
  margin-bottom: 45px;
}
.s_newsinfo .c-midashi-en-s {
  color: #000000;
  text-align: left;
  padding: 0 0 15px 20px;
  border-left: 1px solid rgba(102, 102, 102, 0.3);
  margin-bottom: 15px;
  letter-spacing: 0.2rem;
}
.s_newsinfo .news_box_txt,
.s_newsinfo .info_box_txt {
  margin-left: 20px;
}
.s_newsinfo .news_box_txt table {
  width: 100%;
}
.s_newsinfo .news_box_txt .txt {
  padding-bottom: 10px;
}
.s_newsinfo .news_box_txt a {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.s_newsinfo .news_box_txt td {
  display: block;
}
@media all and (min-width: 768px) {
  .s_newsinfo {
    padding: 65px 0 0;
  }
  .s_newsinfo .news_box_txt td {
    display: table-cell;
    vertical-align: top;
  }
  .s_newsinfo .news_box_txt .date {
    width: 130px;
    padding-bottom: 10px;
  }
  .s_newsinfo .news_box_txt .txt {
    width: calc(100% - 140px);
  }
}
@media all and (min-width: 992px) {
  .s_newsinfo {
    display: flex;
    justify-content: space-between;
  }
  .s_newsinfo .news_box,
.s_newsinfo .info_box {
    width: 48%;
  }
}

/* BNR
---------------------------------------------------------- */
.s_bnr {
  width: 90%;
  max-width: 753px;
  margin: 0 auto;
  padding: 45px 0;
}
@media all and (min-width: 768px) {
  .s_bnr {
    padding: 60px 0;
  }
}

/* MERIT
---------------------------------------------------------- */
.s_merit {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.s_merit_wrap {
  background-color: #f5f5f5;
  padding: 16% 7.5%;
}
@media all and (min-width: 768px) {
  .s_merit_wrap {
    padding: 85px;
  }
}
.s_merit .c-midashi-en-s {
  margin-bottom: 0;
}
.s_merit_mi {
  color: #709e9d;
  font-size: 17px;
  font-size: 1.7rem;
  text-align: center;
  margin: 20px 0;
}
@media all and (min-width: 768px) {
  .s_merit_mi {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 35px 0;
  }
}
.s_merit_bcopy {
  margin-bottom: 40px;
}
@media all and (min-width: 768px) {
  .s_merit_bcopy {
    margin-bottom: 60px;
    text-align: center;
  }
}
@media all and (min-width: 768px) {
  .s_merit_box {
    display: flex;
    justify-content: space-between;
  }
}
.s_merit_box_item {
  display: flex;
}
@media all and (min-width: 768px) {
  .s_merit_box_item {
    width: 48%;
  }
}
.s_merit_box_item:first-child {
  margin-bottom: 40px;
}
@media all and (min-width: 768px) {
  .s_merit_box_item:first-child {
    margin-bottom: 0;
  }
}
.s_merit_box_item_img {
  width: 45%;
}
.s_merit_box_item_info {
  width: 55%;
  position: relative;
  z-index: 1;
  padding-top: 8%;
}
.s_merit_box_item_info_num {
  font-family: "Spartan", sans-serif;
  letter-spacing: 0.2rem;
  margin-left: -6px;
}
.s_merit_box_item_info_num .txt_merit {
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 1px solid #000;
  vertical-align: text-top;
  display: inline-block;
  margin-right: 8px;
  line-height: 1;
}
@media all and (min-width: 768px) {
  .s_merit_box_item_info_num .txt_merit {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.s_merit_box_item_info_num .txt_num {
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: text-top;
  display: inline-block;
  line-height: 1;
}
@media all and (min-width: 768px) {
  .s_merit_box_item_info_num .txt_num {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.s_merit_box_item_info_action {
  font-size: 12px;
  font-size: 1.2rem;
  color: #b59469;
  padding: 8px 0 8px 15px;
}
@media all and (min-width: 768px) {
  .s_merit_box_item_info_action {
    padding: 15px 0 15px 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.s_merit_box_item_info_txt {
  font-size: 11px;
  font-size: 1.1rem;
  padding-left: 15px;
  color: #666666;
}
@media all and (min-width: 768px) {
  .s_merit_box_item_info_txt {
    padding-left: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.s_merit .c-btn-entry {
  max-width: 500px;
  margin-top: 50px;
}
@media all and (min-width: 768px) {
  .s_merit .c-btn-entry {
    margin-top: 80px;
  }
}

/* LOCATION
---------------------------------------------------------- */
.s_location .c-bcopy-center {
  margin-top: -10px;
}
@media all and (min-width: 768px) {
  .s_location .c-bcopy-center {
    margin-top: -20px;
  }
}

.s_location_areamap_pc {
  display: none;
  max-width: 1200px;
  margin: 0 auto 150px;
}
.s_location_areamap_sp {
  display: block;
  max-width: 700px;
  margin: 0 auto 50px;
  position: relative;
  text-align: center;
}
.s_location_areamap_sp::before {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  width: 36px;
  height: 36px;
  background: url("../img/common/icn-zoom.svg") top left no-repeat;
  background-size: contain;
  z-index: 1;
}
.s_location_areamap_sp figcaption {
  padding: 5px;
  text-align: right;
}
@media all and (min-width: 768px) {
  .s_location_areamap_pc {
    display: block;
  }
  .s_location_areamap_sp {
    display: none;
  }
}

.s_location_areamap_modal {
  display: none;
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
}
.s_location_areamap_modal_img {
  text-align: center;
}
.s_location_areamap_modal_img img {
  height: 500px;
  width: auto;
  max-width: none;
}

.s_location_position .position_img_main {
  width: 85%;
  margin-left: 15%;
}
.s_location_position .position_img_main figure {
  position: relative;
}
.s_location_position .position_img_main figure::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.s_location_position .position_img_main figure::after {
  z-index: -1;
  border: solid 1px rgba(181, 148, 105, 0.4);
  left: -10px;
  top: 10px;
}
.s_location_position .position_copy {
  position: relative;
  padding-top: 80px;
}
.s_location_position .position_copy::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.s_location_position .position_copy::after {
  background-color: #f5f5f5;
  z-index: -2;
  transform: translateY(-15%);
}
.s_location_position .position_copy .deco {
  position: absolute;
  top: 80px;
  left: 5%;
  height: 270px;
  border-right: solid 1px rgba(102, 102, 102, 0.3);
  padding-right: 4px;
}
.s_location_position .position_copy .deco > span {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  white-space: nowrap;
  letter-spacing: 0.2em;
  /* -webkit-text-orientation: upright;
  text-orientation: upright;
  -ms-text-combine-horizontal: all; */
  /* for IE Edge */
  font-size: 10px;
  font-size: 1rem;
  font-family: "Spartan", sans-serif;
  letter-spacing: 0.6rem;
  color: #666666;
  transform: scale(0.9);
  transform-origin: left top;
}
.s_location_position .position_copy .copy {
  padding-left: 20%;
  padding-right: 10%;
}
.s_location_position .position_copy .copy .txt {
  margin: 40px 0;
}
.s_location_position .position_copy .copy .link {
  display: flex;
  justify-content: flex-end;
}
.s_location_position .position_copy .img_sub {
  display: flex;
  justify-content: space-between;
  width: 80%;
  max-width: 560px;
  margin-left: 8%;
  margin-top: 90px;
}
.s_location_position .position_copy .img_sub_in_1 {
  width: 41.07142857%;
  padding-top: 14%;
}
.s_location_position .position_copy .img_sub_in_2 {
  width: 57.14285714%;
}
.s_location_position .position_copy .img_sub_in_2 figure:first-child {
  width: 75%;
  margin-bottom: 3%;
}
@media all and (min-width: 1200px) {
  .s_location_position {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .s_location_position .position_img_main {
    width: 48%;
    margin: 180px 0 0 0;
  }
  .s_location_position .position_copy {
    width: 48%;
    padding-top: 130px;
  }
  .s_location_position .position_copy::after {
    transform: translateY(0);
    width: 118%;
    height: 90%;
  }
  .s_location_position .position_copy .deco {
    left: 11.5%;
    top: -50px;
  }
  .s_location_position .position_copy .copy {
    padding-left: 23%;
  }
  .s_location_position .position_copy .copy .txt {
    margin: 60px 0;
  }
  .s_location_position .position_copy .img_sub {
    margin-top: 160px;
    margin-left: 23%;
  }
}

/* DESIGN
---------------------------------------------------------- */
.s_design .c-bcopy-center {
  margin-top: -10px;
}
@media all and (min-width: 768px) {
  .s_design .c-bcopy-center {
    margin-top: -20px;
  }
}
.s_design .s_design_in {
  position: relative;
}
.s_design .s_design_in::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.s_design .s_design_in::after {
  background-color: #f5f5f5;
  z-index: -2;
  top: 170px;
  /* height: calc(100% - 220px); */
  height: calc(100% - 100px);
}
.s_design_facade {
  padding-top: 20px;
}
.s_design_facade .cg {
  width: 85%;
}
.s_design_facade .cg figure {
  position: relative;
}
.s_design_facade .cg figure::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.s_design_facade .cg figure::after {
  z-index: -1;
  border: solid 1px rgba(181, 148, 105, 0.4);
  left: 10px;
  top: 10px;
}
.s_design_facade .copy {
  padding-left: 10%;
  padding-right: 20%;
  padding-top: 80px;
  position: relative;
}
.s_design_facade .copy .txt {
  margin: 40px 0;
}
.s_design_facade .copy .deco {
  position: absolute;
  top: 80px;
  right: 7.5%;
  height: 270px;
  border-right: solid 1px rgba(102, 102, 102, 0.3);
  padding-right: 4px;
}
.s_design_facade .copy .deco > span {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  white-space: nowrap;
  letter-spacing: 0.2em;
  /* -webkit-text-orientation: upright;
  text-orientation: upright;
  -ms-text-combine-horizontal: all; */
  /* for IE Edge */
  font-size: 10px;
  font-size: 1rem;
  font-family: "Spartan", sans-serif;
  letter-spacing: 0.6rem;
  color: #666666;
  transform: scale(0.9);
  transform-origin: left top;
}
.s_design_landplan {
  padding-top: 20px;
}
.s_design_landplan .img {
  width: 90%;
  margin-left: 10%;
  max-width: 700px;
}
.s_design_landplan .copy {
  width: 80%;
  margin: 0 auto;
}
.s_design_landplan .copy .txt {
  margin: 40px 0;
}
.s_design_landplan .copy .ph {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
}
.s_design_landplan .copy .ph figure {
  width: 30%;
}
@media all and (min-width: 1200px) {
  .s_design .s_design_in::after {
    top: 145px;
    /* height: 70%; */
    height: 95%;
    width: 56%;
    left: 44%;
  }
  .s_design_facade {
    display: flex;
    /* justify-content: space-between; */
  }
  .s_design_facade .cg {
    /* width: 58.2%; */
    width: 52%;
  }
  .s_design_facade .copy {
    width: 40%;
    margin: 0;
    /* padding: 270px 10% 0 2%; */
    padding: 22% 10% 0 5%;
  }
  .s_design_facade .copy .deco {
    right: 11.5%;
  }
  .s_design_landplan {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 90px;
  }
  .s_design_landplan .img {
    width: 60%;
  }
  .s_design_landplan .copy {
    width: 36%;
  }
  .s_design_landplan .copy .txt {
    margin: 0 0 40px;
  }
}

/* BNR RECOMMEND
---------------------------------------------------------- */
.s_recommend_bukken {
  margin-top: 60px;
}
.s_recommend_bukken .mi {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  color: #003f63;
  font-size: 110%;
  line-height: 1.4;
  text-align: center;
  border-top: 2px solid #003f63;
  border-bottom: 1px solid rgba(0, 63, 99, 0.2);
  padding: 10px 15px;
  margin-bottom: 20px;
}
.s_recommend_bukken .s_bnr_reco {
  width: 90%;
  max-width: 440px;
  margin: 0 auto 0;
}
@media all and (min-width: 768px) {
  .s_recommend_bukken .mi {
    margin-bottom: 30px;
  }
}

/*# sourceMappingURL=top.css.map */