@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , sans-serif;
}

html {
    scroll-behavior: smooth;
    color: #333;
}

section p {
    font-size: 18px;
    line-height: 2.0rem;
}

img {
    display: block;
}

ul li {
    list-style: none;
}

.jp {
    font-family: "Hiragino Kaku Gothic ProN", "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , sans-serif;
}

.en {
    font-family: "Helvetica Neue" , Helvetica , Arial , Verdana;
}

.alignCenter {
    text-align: center;
}

.alignRight {
    text-align: right;
}

.alignLeft {
    text-align: left;
}

.bg_ow {
    background: #F2F2F2;
}
.bg_wh {
    background: #FFFFFF;
}

span.block {
    display: block;
}

span.bold {
    font-weight: bold;
}

.mb12 {
    margin-bottom: 12px;
}

.mb24 {
    margin-bottom: 24px;
}

.mb48 {
    margin-bottom: 48px;
}

.rd12 {
    border-radius: 12px;
}

/* googlefont */

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
  }

/* header */

header {
    /* display: flex; */
    height: 600px;
}

div.logo {
    display: inline-block;
    background: #FFF;
    width: 100%;
    padding: 48px;
    position: relative;
    z-index: 10;
}

div.logo img {
    width: 90%;
    height: auto;
    /* text-align: center; */
    margin: 0 auto;
}

nav {
}

nav ul {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    background: #FFF;
    padding: 20px 10px;
    gap: 12px;
    width: 100%;
}

.social-area {
    position: relative;
    /* padding: 48px; */
    height: 600px;
    background: #FFF;
}

.social-area div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

div.catch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* width: 100%; */
    /* width: 90%;
    padding: 20px;
    background: #FFFFFF60;
    border-radius: 6px; */
}

div.catch h1 {
    font-size: 48px;
    color: #FFF;
    text-align: center;
    /* text-shadow: 0 2px 4px #888888; */
    text-shadow: 1px 2px 4px #333;
}

div.catch h1 span.title-text {
    padding: 10px 0;
    display: block;
}

div.catch .subcatch {
    display: inline-block;
    font-size: 12px;
    background: #FFF;
    padding: 8px;
    border-radius: 6px;
    color: #333;
    text-shadow: none;
}

div.catch .subcatch::before {
    content: '＼';
}

div.catch .subcatch::after {
    content: '／';
}

.regist {
    text-align: center;
}

.regist a {
    display: inline-block;
    /* display: block; */
    /* background-image: linear-gradient(0deg, #96deda 0%, #50c9c3 100%); */
    background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
    padding: 14px;
    /* width: 280px; */
    margin: 0 auto!important;
    border-radius: 12px;
    /* box-shadow: 0 4px 0 #777; */
    color: #FFF!important;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0 1px 2px #888888;
}

.regist a::after {
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    margin-left: 8px;
}

div.catch .regist a:hover {
    /* position: relative;
    top: 4px;
    box-shadow: none; */
}

/* banner */

.bl_floatingBanner {
    position: fixed;
    bottom: 0;
    right: 24px;
    max-width: 100%;
    bottom: 24px;
    background: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
    border-radius: 6px;
    transition: .2s;
    opacity: 0;
  }
  .bl_floatingBanner::after {
    content: url(https://hikarinobe.com/lp/campaign-estate-02/images/click_icon_30.png);
    position: absolute;
    right: 6px;
    bottom: -4px;
  }
  .bl_floatingBanner.js_close {
    display: none;
  }
  .bl_floatingBanner_link {
    display: block;
    transition: 0.3s;
    padding: 18px 24px;
    background: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
    border-radius: 4px;
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    margin: 6px;
    text-shadow: 0 1px 2px #888888;
  }
  .bl_floatingBanner_link:hover {
  }
  .bl_floatingBanner_close {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 6px;
    top: -12px;
    cursor: pointer;
    background: #F2F2F2;
    border-radius: 50%;
    border: 2px solid #333;
    box-sizing: border-box;
  }
  .bl_floatingBanner_close span:nth-of-type(1) {
    position: absolute;
    top: 8px;
    right: 2px;
    width: 14px;
    height: 2px;
    background-color: #333;
    transform: rotate(45deg);
    border-radius: 24px;
    box-sizing: border-box;
  }
  .bl_floatingBanner_close span:nth-of-type(2) {
    position: absolute;
    top: 8px;
    right: 2px;
    width: 14px;
    height: 2px;
    background-color: #333;
    transform: rotate(315deg);
    border-radius: 24px;
  }

  .bl_floatingBanner.js_close {
    display: none;
  }
  
  /* ==========================
    コンテンツの中身
  ========================== */
  .ly_inner {
    width: 100%;
    max-width: 1080px;
    margin: 100px auto;
    padding: 20px;
    background-color: #ccc;
  }
  .ly_inner h2 {
    font-size: 150%;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .md_textblock > * + * {
    margin-top: 10px;
  }

div.logo {
    width: 20%;
}

nav {
    width: 74%;
}

.social-area {
    width: 6%;
}

/* section */

section .heading h2 {
    font-size: 72px;
}

section .heading h2 span {
    display: block;
    font-size: 32px;
}

section h3 {
    font-size: 18px;
}

section .subtitle {
    font-size: 32px;
    margin: 40px 0 20px 0;
}

section .smalltitle {
    font-size: 15px;
    font-weight: normal;
}

section p {
    font-size: 16px;
}

section .inner {
    width: 1080px;
    margin: 0 auto;
    overflow: hidden;
}

section.slide {

}

section#bg {
    background: #ddd;
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;
    background-image: url('https://hikarinobe.com/lp/campaign-estate-02/images/bg_pc.jpg');
    background-position: center center;
    background-size: cover;
}

section#find {
    margin-top: 100px;
}

section#find h2 {
    font-size: 100px;
}

section#find h2 span {
    display: block;
    font-size: 36px;
}

section#find p {
    font-size: 18px;
}

.sectionFind_box {
    display: flex;
    justify-content: space-between;
}

.sectionFind_box img {
    object-fit:cover;
    width: 520px;
    height: auto;
}
section#style {
}

/* box */

.sectionPickup_box {
    display: flex;
    gap: 120px;
}

/* flavor */

#flavor {
    padding: 20px;
}

#flavor p {
    text-align: center;
    font-size: 14px;
    line-height: 1.8rem;
}

#flavor h3 {
    text-align: center;
    font-size: 20px;
}

/* style */

.sectionStyle_box {
    background: #FFF;
    margin-bottom: 20px;
}

.sectionStyle_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}

.sectionStyle_box ul li {
    width: 48%;
    padding: 20px;
    background: #F2F2F2;
    border-radius: 6px;
}

.sectionStyle_box ul li p {
    line-height: 2.0rem;
    font-size: 16px;
}

.sectionStyle_box ul li img {
    width: 100%;
    border-radius: 4px;
}

.sectionStyle_box .styleTag {
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px; */
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 6px;
}

.sectionStyle_box .styleTag h3 {
    text-align: center;
    padding: 12px;
}

.sectionStyle_box .styleTag h3::before {
    /* content: '\f10d';
    font-family: "Font Awesome 5 Free";
    font-weight: 900; */
}

.sectionStyle_box .styleTag h3::after {
    /* content: '\f10e';
    font-family: "Font Awesome 5 Free";
    font-weight: 900; */
}

.sectionStyle_box .styleTag span {
    /* background: #FFF;
    padding: 6px;
    font-size: 12px;
    border-radius: 4px; */
    background: #FFF;
    padding: 6px;
    font-size: 14px;
    border-radius: 4px;
    display: block;
    text-align: center;
    font-weight: bold;
}

/* .sectionStyle_box .styleTag span::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\23";
    margin-right: 6px;
    color: #53c9c4;
} */

div.case {
    position: relative;
}

div.price {
    position: absolute;
    left: 10px;
    bottom: 10px;
    /* display: flex; */
    align-items: center;
    background: #F2F2F2;
    padding: 10px;
    border-radius: 4px;
}

div.price .priceTag_1 {
    font-size: 10px;
    font-weight: bold;
    padding: 4px;
    border-radius: 2px;
    background: #E9D22D;
    height: 18px;
    line-height: 10px;
    margin-bottom: 2px;
    text-align: center;
}

div.price .priceTag_2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
}

div.price .priceTag_2::after {
    content: '万円';
    font-size: 12px;
    margin-left: 2px;
}

/* div.price .priceTag_3 {
    font-size: 10px;    
    font-weight: bold;
    position: relative;
    top: 8px;
} */

/* search */

.sectionSearch_box {
    background: #FFF;
    padding: 48px;
    border-radius: 0 0 12px 12px;
}

.sectionSearch_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 24px;
}

.sectionSearch_box ul li {
    /* width: 22%; */
    width: 24%;
    background: #F2F2F2;
    border-radius: 4px;
    overflow: hidden;
}

.sectionSearch_box ul li p {
    /* font-size: 16px; */
    /* margin-top: 6px; */
    font-size: 14px;
    padding: 12px;
}

.sectionSearch_box ul li img {
    width: 100%;
}

.sectionSearch_box ul li a:hover {
    opacity: 0.7;
}

/* tab切り替え */

/*タブ切り替え全体のスタイル*/
.tabs {
    width: 100%;
    margin-bottom: 20px;
}

.tabs label {
    cursor: pointer;
}

/*タブのスタイル*/
.tab_item {
    width: calc(100%/2);
    height: 48px;
    background-color: #ccc;
    line-height: 48px;
    font-size: 14px;
    text-align: center;
    color: #FFF;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    transform: scale(0.8);
    position: relative;
    top: 6px;
}

  /*選択されているタブのスタイルを変える*/
  .tabs input:checked + .tab_item {
    /* background-color: #53c9c4; */
    background: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
    color: #fff;
    transform: scale(1.0);
    position: relative;
    top: 0;
  }

.tab_item:hover {
}

label[for="apartment"] {
    border-radius: 12px 12px 0 0;
}

label[for="kodate"] {
    border-radius: 12px 12px 0 0;
}

  /*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}
  
/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    clear: both;
    overflow: hidden;
    position: relative;
}
  
/*選択されているタブのコンテンツのみを表示*/
#apartment:checked ~ #apartment_content,
#kodate:checked ~ #kodate_content {
    display: block;
}

/* step */
.sectionStep_box {
    margin-bottom: 20px;
}
.sectionStep_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 24px;
}

.sectionStep_box ul li {
    width: 30%;
    padding: 20px;
}

.sectionStep_box ul li p:nth-child(2) {
    margin-top: 12px;
}

.sectionStep_box ul li img {
    width: 100%;
}

/* SUPPORT. */

.sectionSupport_box {
    display: flex;
    padding: 40px;
    margin-bottom: 20px;
}

.sectionSupport_box:nth-child(2) {
    margin-bottom: 24px;
}

.sectionSupport_box img {
    height: 200px;
    margin: 0 auto;
}

.sectionSupport_box div:first-child {
    width: 40%;
}

.sectionSupport_box div:last-child {
    width: 60%;
}


/* life */

.sectionLife_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 24px;
    padding: 20px;
}

.sectionLife_box .merit {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.sectionLife_box .merit p {
}

.sectionLife_box .merit h3 {
    text-align: center;
}

.sectionLife_box .merit li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    margin-right: 4px;
    color: #3ab05e;
}

.sectionLife_box div img {
    height: 140px;
    margin: 0 auto;
}

.sectionLife_box ul li {
    font-size: 16px;
    line-height: 2.0rem;
}

/* voice */

.moviearea {
    padding: 10px;
    margin-bottom: 20px;
    background: #FFF;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 6px;
}

.moviearea p {
    width: 100%;
}

/* footer */

footer .copy {
    font-size: 14px;
    font-weight: bold;
    padding: 40px;
}

/* スマホ時メニュー */

/* =================
ハンバーガーボタンの実装
================= */
 
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #E9D22D;
  }
  .menu-btn:hover {
    cursor: pointer;
  }
  /* 三本線の実装 */
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
  /* チェックボックスを非表示にする */
  #menu-btn-check {
    display: none;
  }
   
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(
      255,
      255,
      255,
      0
    ); /*メニューオープン時は真ん中の線を透明にする*/
  }
   
  /* メニューを開いている時はハンバーガーボタンが×になる */
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  /* =================
メニュー部分の実装
================= */

.menu-content {
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
     /* メニューを外に出しておく */
    left: 100%;　
    z-index: 80;
    background-color: black;
    transition: all 0.5s; /*アニメーションを滑らかにする*/
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
#menu-btn-check:checked ~ .menu-content {
    left: 30%; /*メニューを画面内へ動かす*/
}
/* =================
メニュー部分の実装
================= */
.menu-content {
    width: 40%;
    height: 100%;
    position: fixed;
    top: 0;
     /* メニューを外に出しておく */
    left: 100%;　
    z-index: 80;
    background-color: black;
    transition: all 0.5s; /*アニメーションを滑らかにする*/
    z-index: 10;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
#menu-btn-check:checked ~ .menu-content {
    left: 60%; /*メニューを画面内へ動かす*/
}
.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube iframe {
    width: 100%;
    height: 100%;
}
.pc-nav {
    display: none;
}
.social-area {
    display: none;
}




/******************************/
/******************************/
/******************************/
/******************************/
/******************************/
/******************************/
/******************************/
/******************************/
/******************************/
/******************************/




  @media(min-width: 980px) {
      .hamburger-menu {
          /* display: none; */
        }
      span.pc_block {
        display: block;
    }
  }

  @media(max-width: 980px) {
    span.sp-block {
        display: block;
    }
    div.logo {
        padding: 20px;
    }
    div.logo img {
        width: 100%;
    }
    section p {
        font-size: 14px;
        line-height: 1.8rem;
    }
    header {
        height: auto;
    }
    .sp-block {
        display: block;
    }
    .pc-nav {
        display: none;
    }
    .social-area {
        display: none;
    }
    section#bg {
        position: relative;
    }
    section#life {
        margin-top: 20px;
    }
    div.logo {
        width: 40%;
    }
    div.catch {
        width: 360px;
    }
    div.catch h1 {
        font-size: 24px;
    }
    section .inner {
        width: 100%;
    }
    .sectionSearch_box ul li {
        width: 48%;
    }
    .sectionSearch_box ul li p {
        font-size: 14px;
        font-weight: bold;
    }
    .sectionStep_box ul {
    }
    .sectionSearch_box {
        padding: 10px;
    }
    .sectionStyle_box {
        padding: 0 20px;
        margin-bottom: 20px;
    }
    section .heading h2 {
        font-size: 36px;
    }
    section .heading h2 span {
        font-size: 20px;
    }
    section .inner {
    }
    section .subtitle {
        font-size: 20px;
        padding: 0 20px;
        text-align: center;
    }
    .sectionStep_box ul li {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .sectionStep_box ul li p {
        margin: 0!important;
    }
    .sectionStep_box ul {
        padding: 0 20px;
    }
    section#support {
    }    
    .sectionSupport {
        padding: 0 20px;
    }
    .sectionSupport_box {
        padding: 20px;
        align-items: center;
    }
    .sectionSupport_box img {
        width: 100%;
        height: auto;
        padding: 6px;
    }
    .sectionSupport_box div:last-child {
        padding: 6px;
    }
    section#life {
        margin-top: 40px;
    }
    .sectionLife {
        padding: 0 20px;
    }
    .sectionLife_box .merit {
        width: 100%;
    }
    .sectionLife_box ul li {
        font-size: 14px;
        line-height: 1.8rem;
    }
    #menu-btn-check:checked ~ .menu-content {
        left: 50%;
    }
    .menu-content {
        width: 50%;
    }
    .sectionStyle {
        padding: 20px;
    }
    .sectionSearch {
        padding: 0 20px;
    }
    .sectionVoice {
        padding: 0 20px;
    }
    .sectionStyle_box ul li {
        width: 100%;
    }
    .sectionStyle_box ul li p {
        font-size: 14px;
    }
    .merit ul li {
        font-size: 14px;
        line-height: 1.8rem;
    }
    .sectionStep_box ul li img {
        width: 90%;
    }
  }

  @media(max-width: 768px) {
    .alignCenter_sp {
        text-align: center;
    }
    
    .alignRight_sp {
        text-align: right;
    }
    
    .alignLeft_sp {
        text-align: left;
    }
    section#bg {
        background: #ddd;
        width: 100%;
        height: 300px;
        top: 0;
        background-image: url('https://hikarinobe.com/lp/campaign-estate-02/images/bg_sp.jpg');
        background-position: center center;
        background-size: cover;
    }
    .moviearea {
        display: block;
    }
    span.sp_block {
        display: block;
    }
    div.price {
    }
    div.price .priceTag_1 {
    }
    div.price .priceTag_2 {
        font-size: 20px;
        font-weight: bold;
        margin: 0 2px 0 4px;    
    }
    div.price .priceTag_3 {
        font-size: 10px;    
        font-weight: bold;
        position: relative;
        top: 4px;
    }
    .youtube {
    }
    .moviearea {
        padding: 20px;
    }
  }