@charset "UTF-8";
/* ===================================================================

 file name  :owners-voice.css

=================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;500&display=swap');
.u-ff-oswald {
  font-family: 'Oswald', sans-serif !important;
  font-weight: 300;
}
/* =============================

	overwrite

=============================== */
/* コンテンツ全体をゴシック体に */
.page--owners-voice .l-main,
.page--owners-voice .l-main * {
  font-family: 'Noto Sans JP', sans-serif;
}

.l-main {
  padding: 0;
}
/* =================================== */

.sec-voice {
  background-color: #fff4ed;
}

/*
sec-mv
---------------------------*/
.sec-mv__hdg {
  position: relative;
}
.sec-mv__hdg img {
  width: 100%;
  height: auto;
}

.sec-voice__inner {
  background-color: #fff;
}

/*
タブナビゲーション
---------------------------*/
.sec-voice__nav {

}
.sec-voice__nav-list {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  gap: 5px;
}
.sec-voice__nav-item {
  width: 100%;
}
.sec-voice__nav-btn {

}
.sec-voice__nav-item button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
.sec-voice__nav-btn img {
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.sec-voice__nav--top {
  position: relative;
  margin: 0 auto;
  padding: 40px 25px 0;
}

.sec-voice__nav--bottom {
  background-color: #fff;
  padding: 0 25px 30px;
}

.sec-voice__nav-btn:hover img,
.sec-voice__nav-btn:active img,
.sec-voice__nav-btn.is-on img {
  opacity: 1;
}

.sec-voice__nav-item button[data-tab="dinks"] {
  background-image: url('../img/owners-voice/btn_dinks_sp.png');
}
.sec-voice__nav-item button[data-tab="family"] {
  background-image: url('../img/owners-voice/btn_family_sp.png');
}
.sec-voice__nav-item button[data-tab="secondlife"] {
  background-image: url('../img/owners-voice/btn_secondlife_sp.png');
}

.sec-voice__nav--bottom .sec-voice__nav-item button[data-tab="dinks"] {
  background-image: url('../img/owners-voice/btn_dinks2_sp.png');
}
.sec-voice__nav--bottom .sec-voice__nav-item button[data-tab="family"] {
  background-image: url('../img/owners-voice/btn_family2_sp.png');
}
.sec-voice__nav--bottom .sec-voice__nav-item button[data-tab="secondlife"] {
  background-image: url('../img/owners-voice/btn_secondlife2_sp.png');
}




/*
tab-content
---------------------------*/
.tab-content {
  background-color: #fff;
}

.sec-voice__heading {
  position: relative;
  padding-top: 150px;
  text-align: center;
}
.sec-voice__heading-icon {
  position: absolute;
  top: 162px;
  left: 52%;
  translate: -50% -100%;
  width: 160px;
}
.sec-voice__heading-icon img {
  width: 100%;
  height: auto;
}
.sec-voice__heading-ttl {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 25px 10px 15px;
  background-color: #144745;
  color: #fff;
}
.sec-voice__heading-ttl ._en {
  font-family: 'Poppins', sans-serif !important;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}
.sec-voice__heading-ttl ._ja {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}

/* ------ DINKSタブ ------ */
.tab-content--dinks .sec-voice__heading-ttl {
  background-color: #144745;
}
/* ------ FAMILYタブ ------ */
.tab-content--family .sec-voice__heading-ttl {
  background-color: #203d65;
}
.tab-content--family .sec-voice__heading-icon {
  top: 166px;
}

/* ------ SECOND LIFEタブ ------ */
.tab-content--secondlife .sec-voice__heading-ttl {
  background-color: #762828;
}

/*
voice-point（共通）
---------------------------*/
.voice-point {
  padding: 35px 25px;
}
.voice-point__head {
  position: relative;
  text-align: center;
}
.voice-point__num {
  font-family: 'Poppins', sans-serif !important;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.voice-point__label {
  display: inline-block;
  padding: 6px 8px;
  background: #144745;
  color: #fff;
  border-radius: 6px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.voice-point__ttl {
  font-family: 'Poppins', sans-serif !important;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

.voice-point__body {
  margin-top: -25px;
}
.voice-point__upper {
  padding: 40px 15px 25px;
  border-radius: 10px 10px 0 0;
}
.voice-point__upper-left {
  margin-bottom: 25px;
}
.voice-point__subtitle {
  margin-bottom: 20px;
  width: 270px;
  translate: -20px 0;
}
.voice-point__subtitle img {
  width: 100%;
  height: auto;
}
.voice-point__list {
  list-style: none;
}
.voice-point__list-item {
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7;
  color: #144745;
  position: relative;
}
.voice-point__list-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.voice-point__upper-right {
  margin-bottom: 0;
}
.voice-point__fig img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.voice-point__fig figcaption {
  margin-top: 5px;
  font-size: 1.1rem;
  text-align: right;
  color: #666;
}
.voice-point__lower {
  padding: 25px 15px;
  border-radius: 0 0 10px 10px;
}
/* BOX下部背景色（全共通） */
.voice-point__lower {
  background: #f6f7e4;
}

/* voice-comment */
.voice-comment {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.voice-comment__item {
  width: 100%;
}
.voice-comment__item img {
  width: 100%;
  height: auto;
}

.sec-voice__note {
  padding: 40px 0;
  font-size: 1.1rem;
}

/*
カラー設定（3段階構造）
---------------------------*/

/* ========== 1. 全共通カラー ========== */
/* BOX下部背景: #f6f7e4（上記で設定済み） */

/* ========== 2. タブ共通カラー（3種類） ========== */
/* ------ DINKSタブ共通 ------ */
/* チェックアイコン */
.tab-content--dinks .voice-point__list-item::before {
  background-image: url('../img/owners-voice/ico_check_dinks.svg');
}
/* リスト項目テキスト色 */
.tab-content--dinks .voice-point__list-item {
  color: #144745;
}
/* ラベル（予算／価格など） */
.tab-content--dinks .voice-point__label {
  background: #144745;
  color: #fff;
}
/* PLAN時のみラベル反転 */
.tab-content--dinks .voice-point--plan .voice-point__label {
  background: #fff;
  color: #144745;
}

/* ------ FAMILYタブ共通 ------ */
.tab-content--family .voice-point__list-item::before {
  background-image: url('../img/owners-voice/ico_check_family.svg');
}
/* リスト項目テキスト色 */
.tab-content--family .voice-point__list-item {
  color: #203d65;
}
/* ラベル（予算／価格など） */
.tab-content--family .voice-point__label {
  background: #203d65;
  color: #fff;
}
/* PLAN時のみラベル反転 */
.tab-content--family .voice-point--plan .voice-point__label {
  background: #fff;
  color: #203d65;
}

/* ------ SECOND LIFEタブ共通 ------ */
.tab-content--secondlife .voice-point__list-item::before {
  background-image: url('../img/owners-voice/ico_check_secondlife.svg');
}
/* リスト項目テキスト色 */
.tab-content--secondlife .voice-point__list-item {
  color: #762828;
}
/* ラベル（予算／価格など） */
.tab-content--secondlife .voice-point__label {
  background: #762828;
  color: #fff;
}
/* PLAN時のみラベル反転 */
.tab-content--secondlife .voice-point--plan .voice-point__label {
  background: #fff;
  color: #762828;
}
/* ========== 3. 各コンテンツ個別カラー（9種類） ========== */
/* ------ DINKS × PRICE ------ */
/* 背景色 */
.tab-content--dinks .voice-point--price {
  background: #fff;
}
/* Point番号の文字色 */
.tab-content--dinks .voice-point--price .voice-point__num {
  color: #144745;
}
/* 大見出しPRICE */
.tab-content--dinks .voice-point--price .voice-point__ttl {
  color: #c6d3c7;
}
/* BOX上部背景 */
.tab-content--dinks .voice-point--price .voice-point__upper {
  background: #ddf3df;
}

/* ------ DINKS × PLAN ------ */
/* 背景色 */
.tab-content--dinks .voice-point--plan {
  background: #295d5f;
}
.tab-content--dinks .voice-point--plan .voice-point__num {
  color: #fff; /* あとで変更 */
}
.tab-content--dinks .voice-point--plan .voice-point__ttl {
  color: #a7cac5;
}
.tab-content--dinks .voice-point--plan .voice-point__upper {
  background: #d4e5e6;
}

/* ------ DINKS × LOCATION ------ */
/* 背景色 */
.tab-content--dinks .voice-point--location {
  background: #fff;
}
.tab-content--dinks .voice-point--location .voice-point__num {
  color: #144745; /* あとで変更 */
}
.tab-content--dinks .voice-point--location .voice-point__ttl {
  color: #c6d3c7;
}
.tab-content--dinks .voice-point--location .voice-point__upper {
  background: #ddf3df;
}

/* ------ FAMILY × PRICE ------ */
/* 背景色 */
.tab-content--family .voice-point--price {
  background: #fff;
}
/* Point番号の文字色 */
.tab-content--family .voice-point--price .voice-point__num {
  color: #203d65;
}
/* 大見出しPRICE */
.tab-content--family .voice-point--price .voice-point__ttl {
  color: #a5c8d7;
}
/* BOX上部背景 */
.tab-content--family .voice-point--price .voice-point__upper {
  background: #cee2ed;
}

/* ------ FAMILY × PLAN ------ */
/* 背景色 */
.tab-content--family .voice-point--plan {
  background: #3582ae;
}
/* Point番号の文字色 */
.tab-content--family .voice-point--plan .voice-point__num {
  color: #ffffff;
}
/* 大見出しPRICE */
.tab-content--family .voice-point--plan .voice-point__ttl {
  color: #a5c8d7;
}
/* BOX上部背景 */
.tab-content--family .voice-point--plan .voice-point__upper {
  background: #cee2ed;
}

/* ------ FAMILY × LOCATION ------ */
/* 背景色 */
.tab-content--family .voice-point--location {
  background: #fff;
}
/* Point番号の文字色 */
.tab-content--family .voice-point--location .voice-point__num {
  color: #203d65;
}
/* 大見出しPRICE */
.tab-content--family .voice-point--location .voice-point__ttl {
  color: #a5c8d7;
}
/* BOX上部背景 */
.tab-content--family .voice-point--location .voice-point__upper {
  background: #cee2ed;
}

/* ------ SECOND LIFE × PRICE ------ */
/* 背景色 */
.tab-content--secondlife .voice-point--price {
  background: #fff;
}
/* Point番号の文字色 */
.tab-content--secondlife .voice-point--price .voice-point__num {
  color: #762828;
}
/* 大見出しPRICE */
.tab-content--secondlife .voice-point--price .voice-point__ttl {
  color: #e5cfcf;
}
/* BOX上部背景 */
.tab-content--secondlife .voice-point--price .voice-point__upper {
  background: #f0e1e1;
}

/* ------ SECOND LIFE × PLAN ------ */
/* 背景色 */
.tab-content--secondlife .voice-point--plan {
  background: #65353d;
}
/* Point番号の文字色 */
.tab-content--secondlife .voice-point--plan .voice-point__num {
  color: #ffffff;
}
/* 大見出しPRICE */
.tab-content--secondlife .voice-point--plan .voice-point__ttl {
  color: #e5cfcf;
}
/* BOX上部背景 */
.tab-content--secondlife .voice-point--plan .voice-point__upper {
  background: #f0e1e1;
}

/* ------ SECOND LIFE × LOCATION ------ */
/* 背景色 */
.tab-content--secondlife .voice-point--location {
  background: #fff;
}
/* Point番号の文字色 */
.tab-content--secondlife .voice-point--location .voice-point__num {
  color: #762828;
}
/* 大見出しPRICE */
.tab-content--secondlife .voice-point--location .voice-point__ttl {
  color: #e5cfcf;
}
/* BOX上部背景 */
.tab-content--secondlife .voice-point--location .voice-point__upper {
  background: #f0e1e1;
}

/* PC用スタイル */
@media screen and (min-width: 768px) {
  .sec-voice__nav {

  }
  .sec-voice__nav-list {
    display: flex;
    justify-content: center;
    width: 1050px;
    margin: 0 auto;
    gap: 30px;
  }
  .sec-voice__nav-item {
    width: 100%;
  }
  .sec-voice__nav-btn {
  
  }
  .sec-voice__nav-item button {
    display: block;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .sec-voice__nav-btn img {
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .sec-voice__nav--top {
    position: relative;
    background-color: rgba(255,255,255, 0.9);
    margin: -100px auto 0;
    padding: 40px 60px;
    width: 1050px;
    border-radius: 30px 30px 0 0;
    box-sizing: content-box;
  }
  
  .sec-voice__nav--bottom {
    background-color: #fff;
    padding-bottom: 100px;
  }
  
  .sec-voice__nav-btn:hover img,
  .sec-voice__nav-btn:active img,
  .sec-voice__nav-btn.in-on img {
    opacity: 1;
  }
  
  .sec-voice__nav-item button[data-tab="dinks"] {
    background-image: url('../img/owners-voice/btn_dinks.png');
  }
  .sec-voice__nav-item button[data-tab="family"] {
    background-image: url('../img/owners-voice/btn_family.png');
  }
  .sec-voice__nav-item button[data-tab="secondlife"] {
    background-image: url('../img/owners-voice/btn_secondlife.png');
  }
  
  .sec-voice__nav--bottom .sec-voice__nav-item button[data-tab="dinks"] {
    background-image: url('../img/owners-voice/btn_dinks2.png');
  }
  .sec-voice__nav--bottom .sec-voice__nav-item button[data-tab="family"] {
    background-image: url('../img/owners-voice/btn_family2.png');
  }
  .sec-voice__nav--bottom .sec-voice__nav-item button[data-tab="secondlife"] {
    background-image: url('../img/owners-voice/btn_secondlife2.png');
  }
  


  .sec-voice__heading {
    padding-top: 190px;
  }
  .sec-voice__heading-icon {
    top: 210px;
    left: 51%;
    width: 230px;
  }
  .sec-voice__heading-ttl {
    gap: 10px;
    padding: 40px 20px 20px;
  }
  .sec-voice__heading-ttl ._en {
    font-size: 4rem;
  }
  .sec-voice__heading-ttl ._ja {
    font-size: 1.6rem;
  }

  /* ------ FAMILYタブ ------ */
  .tab-content--family .sec-voice__heading-icon {
    top: 215px;
  }


  .voice-point {
    padding: 80px 100px 120px;
  }
  .voice-point__head {

  }
  .voice-point__num {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
  .voice-point__label {
    margin-bottom: 12px;
    padding: 6px 10px;
    font-size: 1.5rem;
  }
  .voice-point__ttl {
    font-size: 8rem;
  }

  .voice-point__body {
    margin-top: -40px;
  }
  .voice-point__upper {
    display: flex;
    gap: 10px;
    padding: 70px 50px 50px;
    border-radius: 20px 20px 0 0;
  }
  .voice-point__upper-left {
    flex: 1;
    margin-bottom: 0;
  }
  .voice-point__subtitle {
    margin-bottom: 30px;
    width: 500px;
    translate: -60px 0;
  }
  .voice-point__list-item {
    font-size: 2rem;
    padding-left: 33px;
    margin-bottom: 20px;
  }
  .voice-point__list-item::before {
    top: 5px;
    width: 26px;
    height: 26px;
  }
  .voice-point__upper-right {
    flex: 1;
  }
  .voice-point__lower {
    padding: 50px 35px;
    border-radius: 0 0 20px 20px;
  }
  
  .voice-comment {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 40px;
  }
  .voice-comment__item:nth-child(1) {
    order: 1;
  }
  .voice-comment__item:nth-child(2) {
    order: 3;
  }
  .voice-comment__item:nth-child(3) {
    order: 2;
  }
  .voice-comment__item:nth-child(4) {
    order: 4;
  }

  .sec-voice__note {
    padding: 50px 0;
    font-size: 1.3rem;
  }

}

.fbnr02 {
  position: fixed;
  bottom: 115px;
  right: 5px;
  width: 55%;
  max-width: 320px;
  z-index: 99;
}
.fbnr02.is-hide {
  display: none;
}
.fbnr02__close {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .fbnr02 {
    bottom: 15px;
    right: 15px;
    width: 320px;
    max-width: none;
  }
  .fbnr02__close {
    font-size: 2.8rem;
  }
}
