@charset "utf-8";

/*===================================================================================
      全体共通
===================================================================================*/
body {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

body.home #wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-width: 1280px;
}

body.home .inner {
  width: 1280px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

a:hover {
  opacity: 0.75;
  transition: 0.5s;
}

li {
  list-style: none;
}

.fl_b {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 896px) {
  body.home #wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    min-width: 100%;
  }

  .inner {
    width: 90% !important;
    margin: 0 auto;
  }

  .fl_b {
    display: block;
    justify-content: center;
    align-items: center;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

/*=========================================================
      ヘッダー
=========================================================*/

header .h_logo {
  /* padding: 20px 0 0 50px; */
  position: absolute;
  top: 20px;
  left: 50px;
}

header .h_logo a {
  position: relative;
  z-index: 15;
}

header .h_logo img {
  z-index: 30;
  position: relative;
}

@media screen and (max-width: 896px) {
  header {
    height: 50px;
  }

  body.home header {
    height: 0;
  }

  header .h_logo {
    top: 10px;
    left: 10px;
  }

  header .h_logo img {
    width: 200px;
  }
}

/*=========================================================
      グローバルメニュー
=========================================================*/
/*　ハンバーガーメニューボタン　*/
#gm_area .gm_btn {
  height: 35px;
  position: absolute;
  right: 34px;
  top: 27px;
  width: 50px;
  z-index: 99;
  cursor: pointer;
}

#gm_area .gm_btn.active {
  position: fixed;
  cursor: pointer;
}

#gm_area .gm_btn span {
  background: #231815;
  display: block;
  height: 4px;
  position: absolute;
  transition: transform 0.5s;
  width: 100%;
}

body.home #gm_area .gm_btn::after {
  content: "";
  width: 155px;
  height: 155px;
  border-radius: 50%;
  background: #fff;
  top: -65px;
  right: -54px;
  position: absolute;
  z-index: -1;
}

#gm_area .gm_btn span:nth-child(2) {
  top: 16px;
}

#gm_area .gm_btn span:nth-child(3) {
  bottom: 0;
}

#gm_area .gm_btn.active span {
  top: 17px;
  transform: rotate(45deg);
}

#gm_area .gm_btn.active span:nth-child(2) {
  transform: scaleX(0);
}

#gm_area .gm_btn.active span:nth-child(3) {
  bottom: 10px;
  transform: rotate(135deg);
}

/*　展開時レイアウト　*/
/*
#gm_area .gm_inner {
  width: 1280px;
  margin: 0 auto;
}
*/

body.home #gm_area nav {
  background: #0081b2;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98;
  min-width: 1280px;
}

#gm_area nav {
  background: #0081b2;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98;
  min-width: 1000px;
}

#gm_area #gm_open {
  background-image: url(../img/gm_bg.png);
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  overflow: auto;
}

#gm_area nav #gm_content {
  /*
  height: 100vh;
  width: 1000px;
  display: flex;
  align-items: center;
  margin: 0 auto;
*/
  width: 1000px;
  display: flex;
  align-items: flex-end;
  margin: 4vh auto;
}

/* 左側 */
#gm_content .gm_left {
  text-align: center;
  align-items: center;
  width: 400px;
  margin-right: 30px;
  height: 100%;
}

#gm_content .gm_left_inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 97%;
}

#gm_content span.gm_recipe {
  display: block;
  margin-top: 60px;
}

#gm_content .gm_title_logo,
#gm_content .gm_period {
  text-align: left;
}

#gm_content .gm_title_logo {
  margin: 50px auto 10px;
}

#gm_content .gm_title_logo img:first-child {
  margin-bottom: 10px;
}

#gm_content .gm_deco {
  margin-bottom: 40px;
}

/* 右側 */
#gm_content .gm_right {
  width: 633px;
}

#gm_content .gm_right a img:hover {
  opacity: 0.75;
  transition: 0.5s;
}

#gm_content .gm_right p {
  display: inline-block;
  color: #fff;
  width: 282px;
  margin-right: 65px;
  margin-left: 10px;
}

#gm_content .gm_right_btn {
  display: inline-block;
}

#gm_content .gm_right_btn a {
  display: inline-block;
  width: 282px;
  height: 40px;
  color: #0081b2;
  background: #fff;
  border-radius: 10px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  padding-right: 10px;
}

#gm_content .gm_right_top {
  margin-bottom: 15px;
}

#gm_content .gm_right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#gm_content .gm_right .gm_item a {
  width: 282px;
  height: 50px;
  font-size: 2.2rem;
  display: inline-block;
  line-height: 50px;
  padding-left: 10px;
}

#gm_content .gm_right .gm_item {
  border-bottom: 1px solid #fff;
}

#gm_content .gm_right .gm_item:nth-child(odd) {
  margin-right: 25px;
}

#gm_content .gm_right ul li.gm_item a {
  color: #fff;
}

#gm_content .gm_right_btn,
#gm_content ul .gm_item {
  position: relative;
}

#gm_content .gm_right_btn a::after {
  content: url(../img/gm_arrow.png);
  position: absolute;
  right: 8px;
  top: 5px;
}

#gm_content ul .gm_item a::after {
  content: url(../img/gm_arrow.png);
  position: absolute;
  right: 8px;
  top: 4px;
}

/*
#gm_content .gm_right_btn a:hover::after,
#gm_content ul .gm_item a:hover::after {
  right: 2px;
  transition: .3s;
}
*/

#gm_content .gm_right_bottom {
  justify-content: space-between;
  margin-top: 20px;
}

@media screen and (max-width: 896px) {
  #gm_area nav,
  body.home #gm_area nav {
    min-width: 100%;
  }

  body.home #gm_area .gm_btn {
    height: 30px;
    width: 42px;
    right: 16px;
    top: 17px;
  }

  body.home #gm_area .gm_btn::after {
    width: 100px;
    height: 100px;
    top: -41px;
    right: -30px;
  }

  #gm_area .gm_btn.active span {
    top: 13px;
  }

  #gm_area .gm_inner {
    width: 100%;
    margin: 0 auto;
  }

  #gm_area .gm_btn span:nth-child(2) {
    top: 13px;
  }

  /* 展開時 */
  #gm_area nav {
    overflow-y: scroll;
  }

  #gm_area #gm_open {
    background-size: contain;
    background-position: top -6% right 0%;
  }

  #gm_area nav #gm_content {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
  }

  #gm_content .gm_left_inner {
    display: flex;
    align-items: flex-end;
    margin: 40px 0 10px;
  }

  #gm_content .gm_title_logo {
    margin: 0;
  }

  #gm_content .gm_left {
    text-align: center;
    width: 90%;
    display: flex;
  }

  #gm_content .gm_left .gm_deco {
    display: none;
  }

  #gm_content .gm_left .gm_sp_flex {
    flex-shrink: 2;
    display: flex;
  }

  #gm_content .gm_left .gm_deco img {
    width: 70%;
  }

  #gm_content .gm_right {
    width: 85%;
    margin: 0 auto;
  }

  #gm_content .gm_right_btn {
    display: block;
  }

  #gm_content .gm_right_btn a {
    width: 100%;
  }

  #gm_content .gm_right .gm_item a {
    width: 100%;
    font-size: 2rem;
  }

  #gm_content .gm_right .gm_item:nth-child(odd) {
    margin-right: 0;
  }

  #gm_content .gm_right ul {
    display: block;
  }

  #gm_content .gm_right ul li:first-child {
    margin-bottom: 10px;
  }

  #gm_content .gm_right ul.gm_right_bottom {
    display: flex;
    justify-content: space-between;
  }

  #gm_content .gm_right ul.gm_right_bottom li {
    width: 30%;
  }

  #gm_content .gm_form_link a {
    margin-top: 20px;
    display: block;
  }

  #gm_content .gm_form_link img {
    margin: auto;
  }
}

/*=========================================================
      見積依頼 固定ボタン
=========================================================*/
#fiexd_btn {
  position: fixed;
  top: 40%;
  right: -2px;
  z-index: 80;
}

.fiexd_btn_inner {
  position: relative;
}

#fiexd_btn.close {
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}

.close_btn {
  display: inline-block;
  position: absolute;
  top: -16px;
  right: 87px;
  background-color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 3px solid #000;
  cursor: pointer;
  z-index: 81;
}

.close_btn span::before,
.close_btn span::after {
  display: block;
  content: "";
  position: absolute;
  top: 46%;
  left: 19%;
  width: 25px;
  height: 4px;
  background: #000;
  border-radius: 3px;
}

.close_btn span::before {
  transform: rotate(-45deg);
}

.close_btn span::after {
  transform: rotate(45deg);
}

.close_btn p {
  line-height: 36px;
  text-align: center;
  font-weight: bold;
}

#fiexd_btn .fiexd_btn_inner img:hover + .close_btn {
  opacity: 0.75;
  transition: 0.5s;
}

@media screen and (max-width: 896px) {
  #sp_fiexd_btn {
    position: fixed;
    bottom: -2px;
    right: 0;
    z-index: 80;
    width: 100%;
    margin: 0 auto;
  }

  .sp_fiexd_btn_inner {
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }

  #side_btn {
    text-align: center;
    display: block;
  }

  #sp_fiexd_btn.close {
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
  }

  .sp_close_btn {
    display: inline-block;
    position: absolute;
    top: -8px;
    right: -13px;
    background-color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 3px solid #000;
    cursor: pointer;
    z-index: 81;
  }

  .sp_close_btn span::before,
  .sp_close_btn span::after {
    display: block;
    content: "";
    position: absolute;
    top: 46%;
    left: 19%;
    width: 25px;
    height: 4px;
    background: #000;
    border-radius: 3px;
  }

  .sp_close_btn span::before {
    transform: rotate(-45deg);
  }

  .sp_close_btn span::after {
    transform: rotate(45deg);
  }

  .sp_close_btn p {
    line-height: 36px;
    text-align: center;
    font-weight: bold;
  }

  #sp_fiexd_btn .sp_fiexd_btn_inner img:hover + .sp_close_btn {
    opacity: 0.75;
    transition: 0.5s;
  }
  .sp_fiexd_btn_inner img {
    margin: 0 auto;
    max-height: 90px;
  }
}

@media screen and (max-width: 599px) {
  .sp_fiexd_btn_inner img {
    margin: 0 auto;
    max-height: 57px;
  }
}
/*=========================================================
      フッター
=========================================================*/
/* バーチャル展示会　フッター */
body.home footer .f_inner {
  width: 1280px;
  margin: 0 auto;
}

footer .f_inner {
  max-width: 1280px;
  margin: 0 auto;
}

footer #f_vsr {
  background-color: #00a6da;
}

footer #f_vsr .f_inner.fl_b {
  align-items: center;
  justify-content: space-between;
  height: 230px;
}

footer #f_vsr .f_vsr_logo {
  width: 43%;
  text-align: center;
}

footer #f_vsr .f_vsr_menu {
  width: 50%;
}

footer #f_vsr ul.fl_b {
  flex-wrap: wrap;
  justify-content: flex-start;
}

footer #f_vsr ul li {
  width: 50%;
  line-height: 2;
}

footer #f_vsr ul li a {
  color: #fff;
}

/* サンリン　フッター */
footer #f_sanrin {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 20px;
}

footer .f_sanrin_logo {
  margin: 20px 0 10px;
}

footer .f_sanrin p {
  font-size: 1.2rem;
}

/* コピーライト */
footer #f_copy {
  text-align: center;
  padding-bottom: 10px;
}

footer small {
  font-size: 1rem;
}

@media screen and (max-width: 896px) {
  footer .f_inner {
    width: 100%;
    margin: 0 auto;
  }

  body.home footer .f_inner {
    width: 100%;
    margin: 0 auto;
  }

  footer #f_vsr .f_vsr_logo {
    width: 70%;
    padding: 30px 0;
    margin: 0 auto;
  }

  footer #f_vsr .f_inner.fl_b {
    height: auto;
  }

  footer #f_vsr ul.fl_b {
    display: flex;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 30px;
  }

  footer #f_vsr .f_vsr_menu {
    width: 100%;
  }

  footer #f_sanrin {
    margin-bottom: 100px;
    text-align: left;
    margin-left: 20px;
  }

  footer #f_vsr ul {
    justify-content: center !important;
  }

  footer #f_vsr ul li {
    width: 30%;
    line-height: 2;
  }
}

@media screen and (max-width: 749px) {
  footer #f_vsr ul li {
    width: 40%;
  }
}

@media screen and (max-width: 547px) {
  footer #f_vsr ul.fl_b {
    display: block;
    width: 75%;
  }

  footer #f_vsr ul li {
    width: 100%;
  }
}

/*=========================================================
      topに戻るボタン
=========================================================*/
#topBtn {
  /* position: fixed;
  right: 130px;
  cursor: pointer;
  z-index: 20;
  bottom: 90px; */
  position: fixed;
  right: 130px;
  cursor: pointer;
  z-index: 20;
  bottom: 30px;
  width: 80px;
  height: 80px;
}

footer {
  position: relative;
}

@media screen and (max-width: 896px) {
  #topBtn {
    right: 10px;
    text-align: right;
    bottom: 78px;
    width: 60px;
    height: 60px;
  }
}

/*=========================================================
      黄色リンクボタン
=========================================================*/
.y_btn a {
  color: #000;
  font-weight: bold;
  font-size: 2.4rem;
  background: #fff33f;
  padding: 20px;
  border: 3px solid #000;
  border-radius: 20px;
  width: 50%;
  display: inline-block;
  position: relative;
}

.y_btn a::after {
  content: "";
  background: url(../img/arrow_bk.png) no-repeat;
  width: 34px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}

@media screen and (max-width: 896px) {
  .y_btn a {
    width: 100%;
    font-size: 4vw;
    padding: 10px 5px;
  }

  .y_btn a::after {
    content: none;
  }

  body.home .special_bnr .inner p {
    font-weight: bold;
    font-size: 2rem;
    margin: 20px auto;
  }
}

/*===================================================================================
      トップページ #top
===================================================================================*/

body.home .bg_color {
  background: linear-gradient(#8edbf6, 13%, #2fbdef);
}

body.home .bg_img {
  background: url(../img/top/bg_mv.png) no-repeat center top -380px;
}

body.home .catch {
  display: flex;
  justify-content: center;
  position: relative;
}
body.home .catch::before {
  content: "";
  background: url(../img/top/logo_bg.png) no-repeat;
  width: 999px;
  height: 352px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.home .catch p:nth-child(1) {
  z-index: 3;
}
body.home .catch p:nth-child(2) {
  margin: -50px 0 0 -110px;
  z-index: 2;
}
body.home #mv {
  padding-top: 58px;
}
body.home #mv .inner {
  text-align: center;
}
body.home #mv h1 {
  margin-bottom: 10px;
  z-index: 10;
  position: relative;
}
.top_sp {
  display: none;
}

/*------------------------------------------
    アンカーリンク
------------------------------------------*/
.map_anchor a {
  background: #fff33f;
  color: #000;
  padding: 10px 30px;
  border: 2px solid #000;
  border-radius: 30px;
  display: block;
  width: fit-content;
  margin: auto;
}
/*------------------------------------------
      ご成約特典
------------------------------------------*/
body.home .special_bnr {
  padding-top: 40px;
  position: relative;
}

body.home .special_bnr::before {
  content: "";
  background: url(../img/top/deco_shine01.png) no-repeat;
  width: 37px;
  height: 37px;
  position: absolute;
  left: calc(50% - 500px);
  transform: translateX(-50%);
  top: 200px;
}
body.home .special_bnr .inner {
  position: relative;
}
/* body.home .special_bnr .inner::before {
  content: "";
  background: url(../img/top/deco_specialL.png) no-repeat center;
  width: 131px;
  height: 231px;
  position: absolute;
  bottom: calc(100% - 70px);
  left: calc(50% - 344px);
  transform: translateX(-50%);
}
body.home .special_bnr .inner::after {
  content: "";
  background: url(../img/top/deco_specialR.png) no-repeat center;
  width: 209px;
  height: 281px;
  position: absolute;
  bottom: calc(100% - 70px);
  right: calc(50% - 399px);
  transform: translateX(50%);
} */
body.home .special_bnr .inner {
  text-align: center;
}
body.home .special_bnr a:hover img {
  transform: scale(1.05);
  transition: 0.3s;
  z-index: 2;
}
body.home .special_bnr a:hover {
  opacity: 1 !important;
}
body.home .special_bnr img {
  margin-left: 60px;
  z-index: 2;
  position: relative;
  transition: 0.3s;
  opacity: 1;
}

/*------------------------------------------
      目玉商品一覧
------------------------------------------*/
body.home .pickup_bg {
  background: url(../img/top/pickup_bg.png) no-repeat center bottom -120px / auto;
  padding-bottom: 380px;
  margin-top: -160px;
}
body.home .pickup_item {
  background: #fff;
  position: relative;
  padding-bottom: 60px;
}
body.home .pickup_item .inner {
  max-width: 95%;
}
body.home .pickup_item h2 {
  text-align: center;
  top: -94px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
body.home .pickup_item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 20px;
  padding: 60px 0 40px;
}
body.home .pickup_item ul li {
  width: calc((100% - 60px) / 4);
  min-width: 280px;
  max-width: 100%;
}
body.home .pickup_item ul a {
  height: 100%;
  border: 2px solid #000;
  border-radius: 10px;
  box-shadow: 4px 4px 0 #000;
  padding: 20px;
  color: #000;
  display: flex;
  flex-direction: column;
}
body.home .pickup_item ul a .hukidashi {
  background: #0086e2;
  border: 2px solid #000;
  border-radius: 5px;
  position: relative;
  width: fit-content;
  padding: 1px 10px 3px 13px;
  color: #fff;
  letter-spacing: 3px;
  margin: -44px auto 20px;
}
body.home .pickup_item ul a .hukidashi::before {
  content: "";
  background: url(../img/top/hukidashi_parts.png);
  width: 14px;
  height: 13px;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%);
}
body.home .pickup_item ul li figure {
  width: auto;
  height: 145px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.home .pickup_item ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body.home .pickup_item ul li .cate_name {
  font-size: 1.4rem;
  display: block;
}
body.home .pickup_item ul li h3 {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid #f2594b;
  margin-bottom: 15px;
}
body.home .pickup_item ul li h3 + p {
  font-size: 1.4rem;
  margin-bottom: 30px;
}
body.home .pickup_item ul li .more {
  text-align: right;
  margin-top: auto;
}
body.home .pickup_item ul li .more p {
  font-size: 1.4rem;
}
body.home .pickup_item ul li .more p::after {
  content: "〉〉";
  color: #f2594b;
  margin-left: 15px;
}
body.home .pickup_item .list_link_btn a {
  color: #fff;
  background: #000;
  display: block;
  width: fit-content;
  margin: auto;
  padding: 5px 20px;
  width: 150px;
  max-width: 100%;
  text-align: center;
  border-radius: 50px;
}
@media screen and (max-width: 896px) {
  body.home .pickup_bg {
    background-size: 200%;
    background-position: center bottom -10px;
    padding-bottom: 320px;
  }
  body.home .pickup_item .inner {
    width: 100% !important;
    max-width: 100% !important;
  }
  body.home .pickup_item h2 {
    width: 90%;
  }
  body.home .pickup_item ul li {
    width: calc((100% - 20px) / 2);
    min-width: auto;
  }
  body.home .pickup_item ul {
    gap: 30px 20px;
  }
  body.home .pickup_item ul a {
    padding: 10px;
  }
  body.home .pickup_item ul a .hukidashi {
    margin: -24px auto 10px;
    font-size: 1.4rem;
  }
  body.home .pickup_item ul li figure {
    height: 95px;
  }
  body.home .pickup_item ul li h3 + p {
    display: none;
  }
  body.home .pickup_item ul li h3 {
    border-bottom: none;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  body.home .pickup_item ul li .cate_name {
    font-size: 1.2rem;
  }
  /* スライダー */
  body.home .pickup_item .slick-track {
    display: flex;
    gap: 20px;
    padding: 20px 0;
  }
  body.home .pickup_item ul.sp_slider {
    position: relative;
  }
  body.home .pickup_item .prev-arrow {
    position: absolute;
    left: 10%;
    z-index: 2;
    top: calc(50% + 20px);
    transform: translateY(-50%);
    cursor: pointer;
  }
  body.home .pickup_item .next-arrow {
    position: absolute;
    right: 10%;
    z-index: 2;
    top: calc(50% + 20px);
    transform: translateY(-50%);
    cursor: pointer;
  }
}
@media screen and (max-width: 480px) {
  body.home .pickup_item {
    padding-bottom: 30px;
  }
  body.home .pickup_item ul.sp_slider {
    padding: 0 0 10px;
  }
  body.home .pickup_item .prev-arrow {
    left: 2px;
  }
  body.home .pickup_item .next-arrow {
    right: 2px;
  }
}
/*------------------------------------------
      フロアマップ
------------------------------------------*/
body.home #floor_map .inner {
  background-image: url(../img/top/deco_shine02.png), url(../img/top/deco_shine03.png);
  background-repeat: no-repeat;
  background-position: left bottom 100px, right 50px top 100px;
}

body.home #floor_map .floor_wrap {
  position: relative;
  text-align: center;
  padding: 80px 0 100px;
}
body.home #floor_map .floor_wrap div {
  position: absolute;
}
body.home #floor_map .floor_wrap a:hover {
  opacity: 1 !important;
}
body.home #floor_map .floor_wrap a img {
  transition: 0.3s;
}
body.home #floor_map .floor_wrap a:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}
body.home #floor_map .floor_wrap .cate01 {
  top: 335px;
  left: 1010px;
}
body.home #floor_map .floor_wrap .cate02 {
  top: 458px;
  left: 777px;
}
body.home #floor_map .floor_wrap .cate03 {
  top: 200px;
  left: 810px;
}
body.home #floor_map .floor_wrap .cate15 {
  top: 520px;
  left: 580px;
}
body.home #floor_map .floor_wrap .cate04 {
  top: 294px;
  left: 174px;
}
body.home #floor_map .floor_wrap .cate05 {
  top: 530px;
  left: 170px;
}
body.home #floor_map .floor_wrap .cate06 {
  top: 413px;
  left: 340px;
}
body.home #floor_map .floor_wrap .cate07 {
  top: 180px;
  left: 360px;
}
body.home #floor_map .floor_wrap .cate08 {
  top: 645px;
  left: 760px;
}
body.home #floor_map .floor_wrap .cate10 {
  top: 640px;
  left: 370px;
}
body.home #floor_map .floor_wrap .cate12 {
  top: 770px;
  left: 583px;
}
body.home #floor_map .floor_wrap .cate13 {
  top: 535px;
  left: 1012px;
}
body.home #floor_map .floor_wrap .cate14 {
  top: 300px;
  left: 993px;
}
body.home #floor_map .floor_wrap .cate18 {
  top: 60px;
  left: 580px;
}
body.home #floor_map .floor_wrap .pickup {
  top: 268px;
  left: 540px;
}
body.home #floor_map .floor_wrap .recipe {
  top: 840px;
  left: 872px;
}

@media screen and (max-width: 896px) {
  body.home .bg_img {
    background: url(../img/top/bg_mv.png) no-repeat center top -400px;
  }
  body.home #floor_map_sp {
    padding-top: 40px;
  }
  body.home .floor_wrap {
    gap: 15px;
    padding: 50px 0 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  body.home #floor_map_sp h2 {
    font-size: 2.6rem;
    text-align: center;
    font-weight: bold;
    position: relative;
  }
  body.home #floor_map_sp h2::before {
    width: 100px;
    height: 6px;
    background: #ffff00;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
  }
  /* .floor_wrap div {
    width: calc((100% - 40px) / 2);
  } */
  body.home .special_bnr {
    padding-top: 0;
  }
  body.home .special_bnr img {
    margin-left: 0;
    padding-top: 60px;
  }
  body.home .special_bnr .inner::before,
  body.home .special_bnr .inner::after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  #mv_sp {
    max-width: 90%;
    margin: auto;
  }
  .top_pc {
    display: none;
  }
  .top_sp {
    display: block;
    padding-top: 90px;
  }
  .floor_wrap div {
    /* width: calc((100% - 15px) / 2); */
    max-width: calc((100% - 15px) / 2);
  }
  /* .floor_wrap div:nth-child(even) {
    margin-top: 110px;
    margin-bottom: -70px;
  }
  .floor_wrap div:last-child {
    margin-top: 50px;
  } */
}

@media screen and (max-width: 480px) {
  /* .floor_wrap div {
    width: auto;
  } */
  .floor_wrap div:nth-child(even) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .floor_wrap div:last-child {
    margin-top: 0 !important;
  }
}
/*------------------------------------------
      サンリンのサービス
------------------------------------------*/
body.home #service {
  background: #fff;
  padding: 45px;
}
body.home #service h2 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
body.home #service h2::before {
  content: "";
  background: url(../img/top/deco_service.png) no-repeat center;
  width: 118px;
  height: 106px;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
}
body.home #service ul {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
@media screen and (max-width: 896px) {
  body.home #service {
    padding: 45px 0;
  }
  body.home #service h2::before {
    background-size: 100%;
    width: 90px;
    height: 90px;
  }
  body.home #service ul li {
    max-width: calc((100% - 15px) / 2);
    text-align: center;
  }
}
/*------------------------------------------
      お悩みのことはありますか？
------------------------------------------*/
/* 背景 */
#link_area01 {
  position: relative;
  text-align: center;
  background-color: #80cde7;
  background-image: radial-gradient(#a7dcee 24%, transparent 27%), radial-gradient(#a7dcee 24%, transparent 27%);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
  padding: 95px 0 280px;
}

/* レイアウト */
#link_area01 .inner {
  width: 850px;
  margin: 0 auto;
  position: relative;
}

#link_area01 .inner .support_link {
  position: relative;
}

#link_area01 .inner .fl_b {
  justify-content: space-between;
  margin-right: 100px;
}

#link_area01 .inner .support_link a::before {
  content: url(../img/top/top_support_deco.png);
  position: absolute;
  top: 64px;
  left: -4px;
}

#link_area01 .inner .sign_link a::before {
  content: url(../img/top/top_sign_deco.png);
  position: absolute;
  top: 64px;
  right: -114px;
}

#link_area01 .inner .link_area01_title a {
  font-size: 2.2rem;
  font-weight: 900;
  color: #000;
  line-height: 2;
  letter-spacing: 3px;
}

#link_area01 .inner .link_area01_title {
  text-align: left;
}

#link_area01 .inner .link_area01_title span.border_btm {
  font-size: 3.6rem;
  font-weight: 900;
  border-bottom: 10px solid #ff614f;
}

@media screen and (max-width: 896px) {
  #sp_link_area01 {
    position: relative;
    text-align: center;
    background-image: url(../img/bg_dot.jpg);
    background-size: auto;
    padding: 50px 0px;
  }

  #sp_link_area01 .inner::before {
    content: none;
  }

  #sp_link_area01 .inner .fl_b {
    display: flex;
    margin-right: 0;
  }
}

/*------------------------------------------
      事業所紹介
------------------------------------------*/
#link_area02 {
  padding: 180px 0;
}

#link_area02 .inner {
  width: 600px;
  margin: 0 auto;
}

#link_area02 .corporate_link a {
  font-size: 3.6rem;
  color: #000;
  font-weight: 900;
  position: relative;
  letter-spacing: 3px;
}

#link_area02 .corporate_link a::before {
  content: "";
  position: absolute;
  bottom: -12px;
  display: inline-block;
  width: 159px;
  height: 10px;
  left: 0;
  background-color: #ff614f;
}

#link_area02 .corporate_link a::after {
  content: url(../img/top/top_corporate_link.png);
  position: absolute;
  top: -140px;
  right: -460px;
}

@media screen and (max-width: 896px) {
  #sp_link_area02 {
    margin: 30px 0;
  }
}

/*------------------------------------------
      特別価格表ダウンロード
------------------------------------------*/
body.home .price_btn {
  text-align: center;
}

body.home .price_btn a {
  color: #000;
  display: inline-block;
  border: 3px solid #007ea6;
  padding: 10px 80px;
  border-radius: 20px;
  margin: 20px auto 30px;
  position: relative;
}

body.home .price_btn a::after {
  content: "";
  background: url(../img/arrow_bk.png) no-repeat;
  width: 31px;
  height: 19px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background-size: 80%;
}

@media screen and (max-width: 896px) {
  body.home .price_btn a {
    padding: 10px 40px 10px 10px;
    border-radius: 15px;
    width: 90%;
  }

  body.home .price_btn a::after {
    right: 10px;
  }
}

/* index 遅延コメント */
body.home .pc.note {
  text-align: center;
  z-index: 19;
  position: relative;
  padding: 0 0 60px;
}

body.home .pc.note h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}

body.home #sp_floor_map .note {
  background: #ffffff;
  padding: 5%;
}

body.home #sp_floor_map .note h3 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.8rem;
}

/* サイト内検索 */
body.home .search_body {
  padding: 80px 0 20px;
  position: relative;
}

body.home .search_body .inner {
  max-width: 454px;
  margin: auto;
  z-index: 50;
}

.search_body #form {
  background: #fff;
  padding: 10px 10px 10px 20px;
  border-radius: 50px;
  border: 2px solid #000;
}

.search_body #form input[type="text"] {
  border: none;
  width: calc(100% - 40px);
}

.search_body #form input[type="text"]:focus {
  outline: none;
}

.search_body #form input[type="text"]::placeholder {
  color: #cccccc;
  font-size: 1.4rem;
}

.search_body #form button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

@media screen and (max-width: 896px) {
  body.home .search_body {
    padding: 30px 0;
  }
}

/* モーダル */
/* body.home .modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  align-items: center;
  display: none;
}

body.home .modal.is_active {
  display: flex;
}

body.home .modal_bg {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}

body.home .modal_wrap {
  text-align: right;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  z-index: 10000;
  position: relative;
}

body.home .modal_inner {
  background-color: #fff;
  text-align: left;
  font-size: 16px;
  width: 1200px;
  max-width: 100%;
  margin: auto;
  position: relative;
  display: flex;
}

body.home .modal_close {
  color: #fff;
  font-size: 2.5rem;
  position: absolute;
  bottom: 100%;
  right: 0;
  cursor: pointer;
}

body.home .modal_inner iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
@media screen and (max-width: 896px) {
  body.home .modal_inner {
    padding: 20px;
  }
  body.home .modal_close {
    font-size: 2rem;
  }
  body.home .search_body {
    padding: 30px 0;
  }
} */

/* movie　*/
body.home .movie {
  background: #d6f2fc;
  padding: 50px;
  position: relative;
}
body.home .movie::before {
  content: "";
  background: url(../img/top/sp_floormap_bg.svg) no-repeat center top/ 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 156px;
  max-width: 40%;
}
body.home .movie::after {
  content: "";
  background: url(../img/top/sp_floormap_bg.svg) no-repeat center top / 100%;
  transform: scale(-1, 1);
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  height: 156px;
  max-width: 40%;
}
body.home .movie h2 span {
  display: block;
  font-size: 2.3rem;
  width: fit-content;
  margin: auto;
  position: relative;
}
body.home .movie h2 span::before {
  content: "＼";
  position: absolute;
  right: calc(100% + 5px);
  bottom: 0;
  font-weight: bold;
}
body.home .movie h2 span::after {
  content: "／";
  position: absolute;
  left: calc(100% + 5px);
  bottom: 0;
  font-weight: bold;
}
body.home .movie h2 {
  text-align: center;
  margin: 0px auto 30px;
  font-size: 4rem;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
body.home .movie_wrap {
  width: 900px;
  margin: auto;
  max-width: 100%;
}
body.home .movie iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 10px solid #fff;
}

@media screen and (max-width: 896px) {
  body.home .movie h2 {
    margin-top: 0;
    margin-bottom: 4vw;
    font-size: 3rem;
  }
  body.home .movie h2 span {
    font-size: 1.8rem;
  }
  body.home .movie {
    padding: 8vw 0;
  }
}

/* カテゴリリンク */
@media screen and (max-width: 896px) {
  body.home #floor_map_sp {
    position: relative;
    background: #9cdff7;
  }
  body.home #floor_map_sp::before {
    content: "";
    background: url(../img/top/sp_floormap_bg.svg) no-repeat center top / 100%;
    max-width: 40%;
    width: 300px;
    height: 156px;
    position: absolute;
    left: -30px;
    top: 0;
  }
  body.home #floor_map_sp::after {
    content: "";
    background: url(../img/top/sp_floormap_bg.svg) no-repeat center top / 100%;
    max-width: 40%;
    width: 300px;
    height: 156px;
    position: absolute;
    right: -30px;
    top: 0;
    transform: scale(-1, 1);
  }
  body.home #floor_map_sp .inner {
    z-index: 10;
    position: relative;
  }
  body.home #cate_link_area a {
    margin: 0 !important;
  }
  body.home #cate_link_area .cate_btn_list {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  body.home #cate_link_area .cate_btn_list:last-of-type::after {
    content: none;
  }
}
