@charset "UTF-8";
.slider-wrap {
  overflow: hidden;
  width: 100%;
}

.slider100 {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.slider100 > li {
  flex: 0 0 100%;
}

.slider100 img {
  width: 100%;
  height: auto;
  display: block;
}

.plan_title {
  font-size: 1.4rem;
  font-weight: 100;
  font-family: source-han-serif-japanese;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 20px;
}

.yen {
  color: #b3304f;
  font-size: 18px;
  font-size: 1.2rem;
}

.price .yen.new_layout.tax_in {
  font-size: 0.9rem;
  color: #000;
  margin-top: 0;
  line-height: 1;
  text-align: center;
}

.price .yen.new_layout .special {
  font-size: 1.7rem;
  font-weight: 600;
}

.plan_detail_box__right {
  margin-bottom: 40px;
}

.google {
  margin-top: 20px;
  padding: 0 10px;
}

.new_concept_list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: space-around;
  padding: 0 10px;
}

.new_concept_list ul li {
  width: 32%;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
.new_concept_list ul li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.new_btn {
  text-align: center;
  padding: 0 20px;
}
.new_btn a {
  font-size: 12px;
  color: #333;
  /* background: #412e19; */
  padding: 3px 0;
  position: relative;
  display: block;
  border: 1px solid #333;
  max-width: 130px;
  margin-left: auto;
  border-radius: 20px;
}
.new_btn a::after {
  content: "\f054";
  font-family: "FontAwesome", FontAwesome;
  position: absolute;
  right: 2.5em;
  top: 0;
  bottom: 0;
  height: 1em;
  line-height: 1;
  margin: auto;
  color: #333;
  right: 7px;
}





.new_btn02 {
  text-align: center;
  padding: 0 20px;
  margin-top: 20px;
}
.new_btn02 a {
  font-size: 12px;
  color: #fff;
  background: #c09e6a;
  padding: 10px 0;
  position: relative;
  display: block;
  border: 1px solid #c09e6a;
  margin-left: auto;
  width: 100%;
}
/* .new_btn02 a::after {
  content: "\f054";
  font-family: "FontAwesome", FontAwesome;
  position: absolute;
  right: 2.5em;
  top: 0;
  bottom: 0;
  height: 1em;
  line-height: 1;
  margin: auto;
  color: #fff;
  right: 7px;
} */


.new_btn03 {
  text-align: center;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 70%;
}
.new_btn03 a {
  font-size: 12px;
  color: #fff;
  background: #c09e6a;
  padding: 10px 0;
  position: relative;
  display: block;
  border: 1px solid #c09e6a;
  margin-left: auto;
  width: 100%;
}

.new_btn04 {
  text-align: center;
  padding: 0 20px;
  margin: 30px auto 0;
  max-width: 80%;
}
.new_btn04 a {
  font-size: 12px;
  color: #fff;
  background: #c09e6a;
  padding: 10px 0;
  position: relative;
  display: block;
  border: 1px solid #c09e6a;
  margin-left: auto;
  width: 100%;
}


.new_plan_box {
  margin-top: 50px;
  background-color: #fff7ea;
  padding: 30px 10px;
}
.new_plan_box h2 {
  text-align: center;
  font-size: 16px;
}
.new_plan_box h3 {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

.page_plan_btn_sp a {
  max-width: 100%;
}

.new_scene_box {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  margin-bottom: 30px;
}
.new_scene_box li {
  width: 33%;
  padding: 3px;
  box-sizing: border-box;
}

.tab-menu {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}
.tab-menu.center {
  justify-content: center;
}

.tab-item {
  padding: 5px 3px;
  cursor: pointer;
  background: #fff;
  border-radius: 4px;
  width: 32.33%;
  display: flex;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  border: 1px solid #333;
  text-align: center;
  color: #c19e6b;
}

.tab-item.is-active {
  background: #ac896c;
  color: #fff;
}

/* コンテンツ */
.tab-content {
  display: none;
}

.tab-content.is-active {
  display: block;
}

.contact_list02 {
  display: flex;
  justify-content: space-between;
}
.contact_list02 .cl01 {
  width: 48%;
}
.contact_list02 .cl01 a {
  width: 100%;
  display: block;
  background-color: #f25a5f;
  /* border-radius: 10px; */
  color: #fff;
  padding: 15px 0 30px;
  text-align: center;
}
.contact_list02 .cl02 {
  width: 48%;
}
.contact_list02 .cl02 a {
  width: 100%;
  display: block;
  background-color: #ceb88d;
  /* border-radius: 10px; */
  padding: 15px 0 30px;
  text-align: center;
  color: #fff;
}

#main.rework_2023 .com-tit-01.mbnone {
  margin-bottom: 15px;
}

.tab-wrap {
  margin-top: 20px;
}

.new_fukidashi {
  margin-bottom: -25px;
  text-align: center;
}
.new_fukidashi img {
  width: 80%;
}/*# sourceMappingURL=home_new.css.map */


 @media (max-width: 750px) {
main.rework_2023 .plan-03{
  background-color: #fff7ea !important;
  padding: 30px 10px !important;
}

#main.rework_2023 .gallery-06{
  background: #fff !important;
}

#main.rework_2023 .sand_wp{
  margin-top: 30px;
}

#main.rework_2023 #home-11.sand_wp{
  background-color:  #fff7ea !important;
}

#main.rework_2023 #home-03.sand_wp{
  background: none !important;
  background-color:  #fff !important;
}
/* MV枠（親） */
#home-01 {
  position: relative;
  height: 550px;         /* ←ここを変えるだけ */
  min-height: 520px;    /* PC最低保証 */
  overflow: hidden;
}

/* video */
#home-01 video {
  position: absolute;
  inset: 0;
  width: 100%;
  object-fit: cover;    /* ←超重要 */
  top: -100px;
}
.rankup-icon{
  bottom: 0;
}
 }

#main.rework_2023 .plan-03 .plan-03-text{
  font-weight: bold;
}

#main.rework_2023 .plan-03-text02 {
    background: none;
    font-size: 10px;
}
.plan-03-text{
  font-size: 11px;
  margin-bottom: 20px;
}
.plan-04-text{
  font-size: 10px;
  margin-bottom: 20px;
}
.plan-05-text{
  font-size: 8px;
  margin-bottom: 20px;
}

/* =========================================================
  campaignNav が .campaign-slider の外にある場合
  右下に「◀ 1/7 ▶」を配置
========================================================= */

/* ✅ 右下配置の基準：campaign-slider-wrap を基準にする */
#home-02 .campaign-slider-wrap{
  position: relative;
}

/* ✅ 右下ナビ本体 */
#home-02 .campaign-slider-wrap .campaignNav{
  position: absolute;
  right: 18px;
  bottom: -10px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* ✅ fraction（1/7） */
#home-02 .campaign-slider-wrap .campaignNav__fraction{
  font-size: 12px;
  line-height: 1;
  color: #8f8f8f;
  letter-spacing: .02em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
#home-02 .campaign-slider-wrap .campaignNav__fraction .swiper-pagination-current,
#home-02 .campaign-slider-wrap .campaignNav__fraction .swiper-pagination-total{
  font-variant-numeric: tabular-nums;
}

/* ✅ 丸ボタン（矢印） */
#home-02 .campaign-slider-wrap .campaignNav__btn{
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 0;
  cursor: pointer;
  position: relative;
  display: grid;
  place-items: center;
  box-shadow: 0 2px 6px rgba(0,0,0,.06);
}

/* 矢印（山形） */
#home-02 .campaign-slider-wrap .campaignNav__btn::before{
  content:"";
  width: 4px;
  height: 4px;
  border-top: 1.8px solid #a3a3a3;
  border-right: 1.8px solid #a3a3a3;
  transform: rotate(45deg);
}

/* prevは左向き */
#home-02 .campaign-slider-wrap .campaignNav__btn--prev::before{
  transform: rotate(-135deg);
}

/* hover */
#home-02 .campaign-slider-wrap .campaignNav__btn:hover{
  border-color: #c7c7c7;
  box-shadow: 0 3px 10px rgba(0,0,0,.08);
}

/* disabled */
#home-02 .campaign-slider-wrap .campaignNav__btn.swiper-button-disabled{
  opacity: .35;
  cursor: default;
  box-shadow: none;
}

/* SP */
@media (max-width: 768px){
  #home-02 .campaign-slider-wrap .campaignNav{
    right: 14px;
    bottom: -10px;
    gap: 8px;
  }
  #home-02 .campaign-slider-wrap .campaignNav__btn{
    width: 20px;
    height: 20px;
  }
  
  #home-02 .campaign-slider-wrap .campaignNav__fraction{
    font-size: 11px;
    max-width: 30px;
  }
}

.page_plan_btn_sp a{
  background-color: transparent;
  padding: 0;
  font-size: 10px;
  color: #000;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
  max-width: 110px;
  margin: 3px 0 0 auto;
}

.page_plan_btn_sp a::after {
    content: '▶︎';
    display: block;
    position: initial;
    margin: 0 0 0 0px;
    color: #000;
  padding-left: 5px;
}

.price .yen.new_layout .special{
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-20px);
}
.price .yen.new_layout .special::before{
content: "通常価格";
    display: inline-block;
    color: #000;
    font-size: 7px;
    border: 1px solid #000;
    padding: 3px 5px;
    line-height: 1;
    margin-right: 5px;
}


#home-06 .tab-item{
  padding: 20px 3px;
  border: 1px solid #ceb9a5;
  color: #c19e6b;
}

#home-06 .tab-item.is-active{
  color: #fff;
}

#main.rework_2023 .plan-03 .plan-03-text.big {
  font-size: 16px;
}
