/*******************************************************************************
共通
*******************************************************************************/

.hiraya_250516 img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

/*******************************************************************************
共通 - ボタン
*******************************************************************************/

.boxed-btn {
  background: #3c3c43;
  color: #fff;
  text-decoration: none;
}

.boxed-btn::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.849' height='14.849' viewBox='0 0 14.849 14.849'%3E%3Cpath d='M4284.963-5561.349h-10.5v-1h9.5v-9.5h1Z' transform='translate(917.39 6969.819) rotate(-45)' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 15px;
}

.boxed-btn>span {
  font-weight: 400;
}

/*******************************************************************************
共通 - ブレークポイントのでの表示、非表示切り替え
*******************************************************************************/

@media (max-width: 648px) {
  .u-hide-sp {
    display: none;
  }
}

/*******************************************************************************
共通 - 全画面表示
*******************************************************************************/

@media (max-width: 648px) {
  .u-full-width-sp {
    width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
  }
}

/*******************************************************************************
共通 - コンテナー
*******************************************************************************/

.l-container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}

@media (max-width: 648px) {
  .l-container {
    padding: 0;
  }
}

.l-container.--xl {
  width: min(100%, calc(1128px + 60px));
}

@media (max-width: 1128px) {
  .l-container.--xl {
    width: min(100%, 648px);
  }
}

@media (max-width: 648px) {
  .l-container.--xl {
    width: min(100%, 328px);
  }
}

/*******************************************************************************
メインビジュアル
*******************************************************************************/

.p-fv {
  position: relative;
}

img.p-fv__img {
  height: 100vh;
  object-fit: cover;
  object-position: center left;
}

.p-fv__box,
.p-fv__txt {
  position: absolute;
}

.p-fv {
  /* デザイン上の幅・高さ */
  --design-height: 1080;
  --design-width-pc: 1920;
  --design-width-tb: 769;
  --design-width-sp: 480;

  /* タイトル〜1000円分プレゼントの合計の高さ */
  --design-box-height-pc: 900;
  --design-box-height-sp: 963;
}

.p-fv__box {
  display: flex;
  flex-direction: column;
  height: calc(var(--design-box-height-pc) / var(--design-height) * 100%);
  top: calc(105 / var(--design-height) * 100%);
  right: calc(123 / var(--design-width-pc) * 100%);
}

@media (max-width: 1128px) {
  .p-fv__box {
    top: calc(73 / var(--design-height) * 100%);
    right: calc(62 / var(--design-width-tb) * 100%);
  }
}

@media (max-width: 648px) {
  .p-fv__box {
    top: calc(79 / var(--design-height) * 100%);
    height: calc(var(--design-box-height-sp) / var(--design-height) * 100%);
  }
}

.p-fv__title img,
.p-fv__1000pt img,
.p-fv__txt img {
  width: auto;
  height: 100%;
}

.p-fv__title {
  height: calc(572 / var(--design-box-height-pc) * 100%);
}

@media (max-width: 648px) {
  .p-fv__title {
    height: calc(418 / var(--design-box-height-sp) * 100%);
  }
}

.p-fv__1000pt {
  height: calc(277 / var(--design-box-height-pc) * 100%);
  margin-bottom: 0;
  margin-top: auto;
}

@media (max-width: 648px) {
  .p-fv__1000pt {
    height: calc(199 / var(--design-box-height-sp) * 100%);
  }
}

.p-fv__txt {
  height: calc(749 / var(--design-height) * 100%);
  top: calc(165 / var(--design-height) * 100%);
  left: calc(116 / var(--design-width-pc) * 100%);
  margin-bottom: 0;
}

@media (max-width: 1128px) {
  .p-fv__txt {
    top: calc(128 / var(--design-height) * 100%);
    left: calc(82 / var(--design-width-tb) * 100%);
  }
}

@media (max-width: 648px) {
  .p-fv__txt {
    height: calc(444 / var(--design-height) * 100%);
    top: calc(116 / var(--design-height) * 100%);
    left: calc(58 / var(--design-width-sp) * 100%);
  }
}

/*******************************************************************************
固定ボタン
*******************************************************************************/

.c-fixed-side-btn {
  top: 160px;
  z-index: 10;
  position: fixed;
  right: 0;
}

@media (max-width: 648px) {
  .c-fixed-side-btn {
    top: auto;
    bottom: 20px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    width: min(100%, 346px);
  }
}

.c-fixed-side-btn__link {
  transition: opacity 0.3s ease;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 30px 20px 50px 20px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  z-index: 2;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1;
  background: url(/ie/hatsuie/theme/images/hiraya_250516/icon_arrow1.svg) no-repeat bottom 30px left 18px #3C3C43;
}

@media (max-width: 648px) {
  .c-fixed-side-btn__link {
    display: flex;
    justify-content: center;
    transform: translateY(0px);
    padding: 20px 0 21px 0;
    writing-mode: horizontal-tb;
    font-size: 14px;
    background: url(/ie/hatsuie/theme/images/hiraya_250516/icon_arrow2.svg) no-repeat right 70px center #3C3C43;
    width: 100%;
  }
}

.c-fixed-side-btn__link:hover {
  color: #fff;
}

/*******************************************************************************
コンセプト
*******************************************************************************/

.p-concept {
  padding: 180px 0 0;
}

@media (max-width: 648px) {
  .p-concept {
    padding: 60px 0 40px;
  }
}

.p-concept__txt {
  width: min(100%, 600px);
  margin-bottom: 0;
}

@media (max-width: 648px) {
  .p-concept__txt {
    width: min(100%, 200px);
  }
}

/*******************************************************************************
平屋のメリット - 共通
*******************************************************************************/

.p-merit {
  position: relative;
}

.p-merit::before,
.p-merit::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}

.p-merit::before {
  z-index: 1;
  bottom: -29px;
  height: 30px;
  background: #fff;
}

@media (max-width: 648px) {
  .p-merit::after {
    z-index: 2;
    bottom: 0;
    border-top: 1px solid #ccc;
  }
}

.p-merit-header {
  grid-column: 1/2;
}

.p-merit-header__sub-title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #7f0019;
  font-size: 1.2rem;
  min-width: 120px;
  min-height: 40px;
  width: fit-content;
  padding: 5px 10px;
  font-weight: bold;
}

.p-merit-header__title {
  width: min(100%, 285px);
  margin: 20px 0 0;
}

.p-merit-header__title.--earthquake {
  width: min(100%, 244px);
}

.p-merit-list {
  grid-column: 1/2;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.p-merit-list__item {
  display: grid;
  grid-template-columns: 35px 1fr;
  column-gap: 20px;
  row-gap: 12px;
  opacity: .3;
}

.p-merit-box:not(.--slide-1) {
  box-shadow: 0 0 25px rgb(0 0 0 / .13);
}

@media (max-width: 648px) {
  .p-merit-box:not(.--slide-1) {
    box-shadow: 0 0 15px rgb(0 0 0 / .13);
  }
}

.p-merit-box.--slide-1 .p-merit-list__item {
  opacity: 1;
}

.p-merit-list__item.is-current {
  opacity: 1;
}

.p-merit-list__num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid #000;
  grid-column: 1/2;
  grid-row: 1/3;
}

.p-merit-list__num img {
  height: 16px;
}

.p-merit-list__title {
  grid-column: 2/3;
  font-size: 2rem;
  margin: 0;
  line-height: 35px;
}

.p-merit-list__txt {
  grid-column: 2/3;
  margin: -5px 0 0;
}

.p-merit__content {
  grid-column: 2/3;
  grid-row: 1/3;
}

.p-merit-slide__title {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.p-merit-slide__caption {
  font-size: 1.4rem;
  margin-top: 15px;
}

/*******************************************************************************
平屋のメリット - PC
*******************************************************************************/

@media (max-width: 1128px) {
  .p-merit.--pc {
    display: none;
  }
}

.p-merit.--pc .p-merit-box {
  /* position: sticky;
  top: 0; */
  min-height: 100vh;
  background: #fff;
  padding-top: 180px;
  padding-bottom: 40px;
  /* padding-top: 40px; */
}

.p-merit.--pc .p-merit__inner {
  display: grid;
  grid-template-columns: 456fr 648fr;
  grid-template-rows: auto 1fr;
  column-gap: 24px;
  row-gap: 80px;
  overflow-y: auto;
}

.p-merit.--pc .p-merit__content.--slide-2,
.p-merit.--pc .p-merit__content.--slide-3,
.p-merit.--pc .p-merit__content.--slide-4 {
  width: min(100%, 456px);
  margin-left: auto;
}

.p-merit.--pc .p-merit-slide-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}

.p-merit.--pc .p-merit-slide.--slide-2-1 .p-merit-slide__img {
  margin-top: 40px;
}

.p-merit.--pc .p-merit-slide.--slide-2-2 .p-merit-slide__img {
  margin-top: 14px;
}

/*******************************************************************************
平屋のメリット - SP
*******************************************************************************/

.p-merit.--sp {
  display: none;
}

@media (max-width: 1128px) {
  .p-merit.--sp {
    display: block;
    width: 100%;
    margin-bottom: 0 !important;
    overflow: visible;
  }

  .p-merit.--sp .p-merit-box {
    position: sticky;
    top: 0;
    min-height: 100vh;
    background: #fff;
    padding-top: 50px;
  }

  .p-merit.--sp .p-merit-list.--slide-5 {
    row-gap: 80px;
  }

  .p-merit.--sp .p-merit-list__item {
    opacity: 1;
  }

  .p-merit.--sp .p-merit-list__txt {
    font-feature-settings: "palt";
  }

  .p-merit.--sp .p-merit__content.--figure {
    margin-top: 40px;
  }

  .p-merit.--sp .p-merit__content.--slide {
    margin-top: 60px;
  }

  .p-merit.--sp .p-merit-slide.--slide-2-1 .p-merit-slide__img {
    margin-top: 24px;
  }

  .p-merit.--sp .p-merit-slide.--slide-2-2 .p-merit-slide__img {
    margin-top: 0;
  }

  .p-merit.--sp .p-merit-slide.--slide-2-2 .p-merit-slide__caption {
    margin-top: 10px;
  }

  .p-merit.--sp .p-merit-slide__caption {
    font-size: 1.2rem;
    font-feature-settings: "palt";
  }

  /* swiper */
  .p-merit.--sp .p-merit-slide-wrapper .swiper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-bottom: 60px;
  }

  .p-merit.--sp .p-merit-slide-wrapper .swiper .swiper-pagination {
    display: flex;
    column-gap: 10px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }

  .p-merit.--sp .p-merit-slide-wrapper .swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #d9d9d9;
    opacity: 1;
  }

  .p-merit.--sp .p-merit-slide-wrapper .swiper .swiper-pagination-bullet-active {
    background: #5c5a5a;
  }
}

/*******************************************************************************
「平屋」をテーマとした相談会
*******************************************************************************/

.p-conference {
  width: 100%;
  margin-bottom: 0 !important;
  border-top: 1px solid #ccc;
}

.p-conference__title {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.8;
}

@media (max-width: 648px) {
  .p-conference__title {
    font-size: 1.8rem;
    text-align: left;
  }
}

.p-conference__lead {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}

@media (max-width: 648px) {
  .p-conference__lead {
    text-align: left;
  }
}

.p-conference-1000pt {
  width: min(100%, 885px);
  margin: auto;
  margin-top: 60px;
}

@media (max-width: 648px) {
  .p-conference-1000pt {
    margin-top: 40px;
  }
}

.p-conference-1000pt__txt {
  margin-top: 40px;
}

/*******************************************************************************
店舗リスト
*******************************************************************************/

.shop-list-wrapper {
  margin-top: 140px !important;
  padding-bottom: 100px;
  margin-bottom: 0 !important;
}

@media (max-width: 648px) {
  .shop-list-wrapper {
    width: 100%;
    margin-top: 80px !important;
    padding-bottom: 50px;
  }
}

.shop-list {
  display: flex;
  flex-direction: column;
  row-gap: 120px;
}

@media (max-width: 1128px) {
  .shop-list {
    width: min(100%, 552px);
    margin: auto;
  }
}

@media (max-width: 648px) {
  .shop-list {
    row-gap: 80px;
  }

  .shop-list {
    width: min(100%, 264px);
  }
}

.shop-list__title {
  border-bottom: 1px solid #dedede;
  font-size: 2rem;
  margin: 0;
}

.shop-list__area {
  margin-bottom: 0 !important;
}

@media (max-width: 648px) {
  .shop-list__area {
    width: 100%;
  }
}

.shop-list__box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
  row-gap: 60px;
  margin-top: 24px;
}

@media (max-width: 1128px) {
  .shop-list__box {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 648px) {
  .shop-list__box {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }
}

.shop-list__box::after {
  content: none;
}

.shop-list-item {
  display: flex;
  flex-direction: column;
}

/* グランフロント大阪 家センター */
.shop-list-item.--osaka .shop-list-item__title {
  font-feature-settings: "palt";
}

/* グランフロント大阪 家センター */
.shop-list-item.--osaka .shop-list-item__address {
  font-feature-settings: "palt";
  font-size: 1.36rem !important;
  letter-spacing: -0.01em;
}

.shop-list-item__title {
  font-size: 2rem;
  margin: auto 0 0;
}

.shop-list-item__header {
  margin-top: 3px;
}

.shop-list-item__address {
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 1.6;
}

.shop-list-item__gmap {
  color: #9d9c9c;
  font-size: 1.2rem;
  text-decoration: none;
}

@media (max-width: 648px) {
  .shop-list-item__gmap {
    display: block;
    margin-top: 3px;
  }
}

.shop-list-item__img {
  overflow: hidden;
  margin-top: 4px !important;
}

.shop-list-item__img img {
  width: 100%;
  aspect-ratio: 264 / 173;
  object-fit: cover;
}

.shop-list-item__link-wrapper {
  display: flex;
  column-gap: 4px;
  margin-top: 10px;
}

.shop-list-item__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  border: 1px solid;
  border-radius: 4px;
  width: 50%;
  min-height: 40px;
  padding: 5px 10px;
  transition: border-color .3s ease;
}

.shop-list-item__link.--visit {
  border-color: #e5ccd1;
  color: #7f0019;
}

.shop-list-item__link.--visit:hover {
  border-color: #7f0019;
}

.shop-list-item__link.--online {
  border-color: #dedede;
  color: #5c5a5a;
}

.shop-list-item__link.--online:hover {
  border-color: #5c5a5a;
}

/*******************************************************************************
バナー 〜 メールニュース登録 までの共通タイトル
*******************************************************************************/

h2.title__themesec1 {
  margin: 40px 0 40px 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 3rem;
}

.title__themesec1.wNomal {
  font-weight: normal;
}

.title__themesec1>.underline {
  border-bottom: 2px solid #000000;
  padding-bottom: 0.6rem;
}

/* PC */
@media (min-width: 649px) {
  h2.title__themesec1 {
    margin: 50px 0 50px 0;
    font-size: 2.4rem;
    line-height: 4rem;
  }

  .title__themesec1.wNomal {
    font-size: 1.8rem;
    font-weight: normal;
  }
}

/*******************************************************************************
バナー
*******************************************************************************/

.p-banner {
  margin-top: 60px;
  margin-bottom: 0 !important;
}

@media (max-width: 648px) {
  .p-banner {
    margin-top: 20px;
  }
}

.p-banner__inner {
  border-bottom: 1px solid #dedede;
  padding-bottom: 120px;
}

@media (max-width: 1128px) {
  .p-banner__inner {
    padding-bottom: 80px;
  }
}

@media (max-width: 648px) {
  .p-banner {
    width: 100%;
  }

  .p-banner__inner {
    padding-bottom: 40px;
  }
}

.p-banner__img {
  max-width: 552px;
}

/*******************************************************************************
よくあるご質問
*******************************************************************************/

.qandaArea {
  padding-bottom: 40px;
}

.qandaArea.themesec {
  box-sizing: border-box;
  padding: 0 30px 40px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.qandaArea__box {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
  margin: 0 auto 20px auto;
  font-size: 1.4rem;
  line-height: 2.6rem;
  max-width: 760px;
  box-sizing: border-box;
  padding: 30px 40px;
  border-radius: 5px;
}

.qandaArea__box--title {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 3rem;
  margin-bottom: 30px;
}

.qandaArea__box--title p {
  display: flex;
}

.qandaArea__box--title .qTxt {
  font-size: 3.6rem;
  line-height: 3rem;
  margin-right: 1rem;
}

.qandaArea__box--txt p {
  margin-bottom: 20px;
}

.qandaArea__box--txt p:last-child {
  margin-bottom: 0;
}

.qandaArea__box--txt p a {
  text-decoration: underline;
}

.qandaArea__box--li {
  display: flex;
}

.qandaArea__box .btnWrap {
  margin: 30px auto 0 auto !important;
}

.qandaArea .btnWrap {
  text-align: center;
  margin: 40px auto 0 auto;
}

/* PC */
@media (min-width: 649px) {
  .qandaArea {
    padding-bottom: 50px;
  }

  .qandaArea__box {
    font-size: 1.6rem;
    line-height: 3rem;
  }

  .qandaArea__box--title {
    display: flex;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 30px;
  }

  .qandaArea__box--txt p {
    margin-bottom: 20px;
  }

  .qandaArea__box--txt p:last-child {
    margin-bottom: 0;
  }

  .qandaArea__box--txt p a {
    text-decoration: underline;
  }

  .qandaArea .btnWrap {
    margin: 50px auto 0 auto;
  }
}

/*******************************************************************************
「木の家」平家 ぐるっとバーチャル見学
*******************************************************************************/

.p-information {
  padding: 0 30px;
  margin-bottom: 0 !important;
}

.p-information-inner {
  margin: 0 auto;
  max-width: 1126px;
  padding: 120px 0 170px;
}

.p-information-title {
  margin: 0 auto;
  width: min(100%, 346px);
}

.p-information-main {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: 1fr calc(545 / 1126 * 100%);
  margin-top: 80px;
}

.p-information.p-information--line .p-information-main {
  align-items: flex-start;
  gap: 121px;
}

.p-information.p-information--line .p-information-main__image {
  margin: 0 0 0 auto;
  max-width: 357px;
}

.p-information-main__text {
  padding-right: min(calc(90 / var(--fv-width-pc) * 100vw), 90px);
}

.p-information-main__text small {
  color: #8a8a8e;
  display: block;
}

.p-information-main__text small:first-of-type {
  margin-top: 0.5em;
}

.p-information.p-information--line .p-information-main__text {
  padding-top: 1em;
}

.p-information-link {
  display: flex;
  margin: 40px auto 0;
  width: fit-content;
}

.p-information.p-information--line .p-information-link {
  background: #06c755;
  border-color: #06c755;
}

.p-information.p-information--line .p-information-link::after {
  content: none;
}

.p-information.p-information--line .p-information-link:hover {
  color: #fff;
}

.p-information.p-information--line .p-information-link>span {
  margin-right: 0;
}

/* TB */
@media only screen and (max-width: 1128px) {
  .p-information {
    padding: 0 24px;
    width: 100%;
  }

  .p-information-inner {
    border-bottom: none;
    padding: 80px 0 120px;
  }

  .p-information-title {
    margin: 0 auto;
    width: 216px;
  }

  .p-information-main {
    gap: 40px;
    grid-template-columns: auto;
    margin-top: 40px;
    padding-right: 0;
  }

  .p-information.p-information--line .p-information-main {
    gap: 40px;
  }

  .p-information.p-information--line .p-information-main__image {
    margin: 0 auto;
  }

  .p-information-link {
    margin: 30px auto 0;
  }
}

/*******************************************************************************
資料請求〜メールニュース登録
*******************************************************************************/

.sp-last-mg {
  margin-bottom: 50px !important;
}

.nopaddingSideSP {
  padding: 0 0 100px 0;
}

.themesec {
  width: 100%;
  margin-bottom: 0 !important;
}

.theme__lifestyle {
  padding: 0 0px 40px 0px;
}

.theme__lifestyle--wrap .title__themesec1 {
  padding: 0 30px 0px 30px;
}

.theme__lifestyle--wrapImg {
  margin-bottom: 40px;
}

.theme__lifestyle--wrapImg img {
  max-width: 100%;
  width: 100%;
}

.theme__lifestyle--wrapCon {
  max-width: 630px;
  margin: 0 auto;
  padding: 0 30px 0px 30px;
}

.theme__lifestyle--wrapCon.nopadding {
  padding: 0;
}

.theme__lifestyle--wrapCon p {
  font-size: 1.4rem;
  line-height: 2.6rem;
  margin-bottom: 2.6rem;
}

.theme__lifestyle--wrapCon .btnWrap {
  text-align: center;
  margin: 26px auto 0px auto;
}

.theme__lifestyle--wrapCon .center__con {
  margin-top: 40px;
  text-align: center;
}

.theme__lifestyle--wrapCon .qTxt {
  text-align: center;
}

.theme__lifestyle--wrapCon .qTxt>p {
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  line-height: 3rem;
  margin: 0 auto 1.5rem;
  text-align: left;
  width: 100%;
}

.theme__lifestyle--wrapCon .qTxt>p>span {
  font-size: 2.4rem;
}

.theme__lifestyle--wrapCon .ie21-footer__divider--bottom {
  margin-bottom: 30px;
}

.theme__lifestyle--wrapCon4Box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 10px;
  column-gap: 10px;
}

.theme__lifestyle--wrapCon4Box a {
  text-decoration: none;
}

.theme__lifestyle--wrapCon4Box .wrapCon4Box {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  position: relative;
  text-align: center;
}

.theme__lifestyle--wrapCon4Box .wrapCon4Box__items {
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding: 25px 20px;
}

.theme__lifestyle--wrapCon4Box .wrapCon4Box__item:not(:last-child) {
  margin-bottom: 25px;
}

.theme__lifestyle--wrapCon4Box .wrapCon4Box__title {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  justify-content: center;
  line-height: 2rem;
  margin: auto;
  padding: 10px 10px 10px 0;
  position: relative;
}

.theme__lifestyle--wrapCon4Box .wrapCon4Box__title:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='28' viewBox='0 0 16 28'%3e%3cpath d='M1.5 1l13 13-13 13' fill='none' stroke='black' stroke-width='2'/%3e%3c/svg%3e");
  background-size: 100%;
  content: "";
  height: 12px;
  position: absolute;
  right: -2px;
  top: 38%;
  width: 6px;
}

.theme__lifestyle--wrapCon4Box .wrapCon4Box .wrapCon4Box__img {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.theme__lifestyle--wrapCon4Box .wrapCon4Box .wrapCon4Box__img img {
  border-radius: 5px 5px 0 0;
  width: 100%;
}

.theme__lifestyle--wrapCon4Box .wrapCon4Box .wrapCon4Box__img .wrapCon4Box__line {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  aspect-ratio: 176 / 121;
}

.theme__lifestyle--wrapCon4Box .wrapCon4Box .wrapCon4Box__img .wrapCon4Box__line img {
  width: min(30%, 60px);
}

.theme__lifestyle--list {
  align-items: flex-start;
  display: flex;
}

.theme__lifestyle--list>img {
  margin-right: 10px;
}

/* PC */
@media (min-width: 649px) {
  .sp-last-mg {
    margin-bottom: 0 !important;
  }

  .theme__lifestyle {
    padding: 0 30px 50px 30px;
  }

  .theme__lifestyle--wrap {
    max-width: 1000px;
    margin: 0 auto;
  }

  .theme__lifestyle--wrapImg {
    margin-bottom: 50px;
  }

  .theme__lifestyle--wrapCon p {
    font-size: 1.6rem;
    line-height: 3rem;
    margin-bottom: 3rem;
  }

  .theme__lifestyle--wrapCon .btnWrap {
    margin: 30px auto 0px auto;
  }

  .theme__lifestyle--wrapCon .center__con {
    margin-top: 50px;
  }

  .theme__lifestyle--wrapCon .qTxt>p {
    font-size: 1.8rem;
    margin: 0 auto 3rem;
    width: 442px;
  }

  .theme__lifestyle--wrapCon .ie21-footer__divider--bottom {
    margin-bottom: 50px;
  }

  .theme__lifestyle--wrapCon4Box {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    padding: 0;
  }

  .theme__lifestyle--wrapCon4Box .wrapCon4Box__title:after {
    height: 14px;
    top: calc(50% - 6px);
    width: 7px;
  }

  .theme__lifestyle--wrapCon4Box .wrapCon4Box .wrapCon4Box__img .wrapCon4Box__line img {
    width: 60px;
  }
}