@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:700,300");
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://use.typekit.net/mtv5kdm.css");

/*default
-------------------*/
body {
  padding: 0;
  margin: 0;
}

a:hover {/*
  opacity: 0.7;*/
  text-decoration: none;
  border: none;
  transition-duration: 1s;
}
#page-footer .container {
  max-width: 1000px;
}
.container {
  width: 100%;
}
.breadcrumb {
  max-width: 100%;
  padding: 0 14.5%;
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
}

a.disabled{
    pointer-events: none;
}

/*sp
-------------------*/
#Area {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}
#Area a:hover {
  opacity: .7;
  transition: .4s;
}
section {
  margin: 0 auto 12%;
}
h2 {
  margin-bottom: 5%;
}
h3 {
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 1.25rem;
  letter-spacing: 0.1rem;
  margin-bottom: 2%;
}

/*flex*/
.item_flx{
  display: flex;
  justify-content: space-between;
}
.item_flx > div {
    z-index: 100;
}
.coordinate_item .coordinate_flx{
  justify-content: center;
}


/*main bnr
-------------------*/
.main_bnr img {
  max-width: 100%;
  width: 100%;
}

/*タブ
-------------------*/
ul#tab{
  letter-spacing:1.5px;
  margin: 0 auto 500px;
  padding: 0;
  list-style-type: none;
  display:table;
  font-family: 'Roboto';
  font-weight: bold;
  text-align: center;
  width: 100%;
}
ul#tab a{
  text-decoration: none;
}
ul#tab li{
  float: left;
  width: 50% !important;
  padding: 40px 0;
  margin: 0 !important;
}
ul#tab li img {
  max-width: 50%;
  width: 180px;
}
li.chose {
  background-color: #638cb7;
  position: relative;
  display: inline-block;
  margin-bottom: 6%;
}
li.chose:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 20px solid transparent;
  border-top: 20px solid #638cb7;
}
ul#tab li p{
  text-align: center;
  color: #111;
  font-size: 29px;
  /* font-weight: bold; */
  background-color: #FFF;
  padding: 32px 0;
  border: 2px solid #ddd;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
}
ul#tab li.chose:hover{
  /*text-align:center;
  color: #fff;
  font-size: 29px;
  font-weight:bold;
  background-color: #555;
  padding:25px 0;
  border: 2px solid #555;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom:0;*/
    opacity: 0.7px
  }
  ul#tab li:hover{
    opacity: 0.1px
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  @media (max-width: 1280px) {
    ul#tab {
      margin: 0 auto 40%;
    }
  }
  @media (max-width: 767px) {
    ul#tab {
      margin: 0 auto;
    }
    ul#tab li {
      margin: 0 !important;
      padding: 7% 0 !important;
      width: 50% !important;
    }
    li#nf {
      padding: 7.2% 0 !important;
    }
    li#rielabo {
      padding: 6% 0 !important;
    }
  }


/*タブ切り替え全体のスタイル*/
.tabs {
  width: 100%;
  margin: 1px auto;
}
@media screen and ( max-width: 979px ) {
.tabs {
}
}
@media screen and ( max-width: 767px ) {
.tabs {
}
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  float: left;
}
.tab_item_nf{
  padding: 4% 0 4%;
}
.tab_item_rielabo{
  padding: 4.5% 0 4.5%;
}
.tab_item img {
  max-width: 50%;
  width: 200px;
}
.tab_item:hover {
  opacity: 0.75;
}
}@media (max-width: 1280px) {
    .tab_item {
      margin: 0 auto 40%;
      float: left;
    }
    .tab_item img {
      max-width: 50%;
      width: 150px;
    }
  }
  @media (max-width: 767px) {
    .tab_item {
      margin: 0 !important;
      padding: 7% 0 !important;
      width: 50% !important;
      float: left;
    }
    .tab_item img {
      max-width: 50%;
      width: 90px;
    }
    #nf .tab_item {
      padding: 7.2% 0 !important;
    }
    #rielabo .tab_item{
      padding: 6% 0 !important;
    }
  }

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#nf-tab:checked ~ #nf,
#rielabo-tab:checked ~ #rielabo{
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #638cb7;
  position: relative;
  display: inline-block;
  margin-bottom: 6%;
}

.tabs input:checked + .tab_item_rielabo {
  background-color: #77cab9;
}
.tabs input:checked + .tab_item:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 20px solid transparent;
  border-top: 20px solid #638cb7;
}
.tabs input:checked + .tab_item_rielabo:before {
  border-top: 20px solid #77cab9;
}
@media screen and ( max-width: 767px ) {
.tabs input:checked + .tab_item {
}
}

/*navi
-------------------*/
.navi_outer{
  margin: 50px auto;
  max-width: 90%;
}
.navi {
  width: 56%;
  margin: 0 auto;
}
#rielabo .navi {
  width: 40%;
}
.navi li {
  margin: 4px 4px;
  display: inline-block;
}

/*item_contents
-------------------*/
.item_contents{
  background-color: #8eccbf;
  /* background-image: url("//ds-assets.s3-ap-northeast-1.amazonaws.com/ncole/sp/220916_hw/test/bg_01.jpg"); */
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  padding: 8% 0 10%;
  position: relative;
}
#rielabo .item_contents{
  background-color: #739cc7;
}
.item_detail{
  max-width: 1100px;
  margin: 0 auto;
}
.item_txt{
  text-align: left;
  font-size: 0.812rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 15%;
}
.item_txt > p {
  max-width: 430px;
  margin-bottom: 5%;
}
.item_txt span{
  color: #da0000;
}
.item_img_l{
  text-align: right;
}
.item_img_r{
  margin-right: 4%;
}
.item_img_c{
  position: absolute;
  bottom: 15%;
  right: 14%;
}
.item_img_c_2{
  position: absolute;
  bottom: 50%;
  right: 48%;
}
.item_img_c_3{
  position: absolute;
  bottom: 105%;
  right: 17%;
}
.bg_color{
  left: 39%;
  transform: translateX(-50%);
  background-color: #103c33;
  width: 100vw;
  height: 18%;
  position: absolute;
  bottom: -10%;
}
.bg_color_2{
  left: 39%;
  transform: translateX(-50%);
  background-color: #1c354f;
  width: 100vw;
  height: 20%;
  position: absolute;
  bottom: -7%;
  z-index: -1;
}
.bg_color_3{
  left: 39%;
  transform: translateX(-50%);
  background-color: none;
  width: 100vw;
  height: 18%;
  position: absolute;
  bottom: 0%;
}

#rielabo .bg_color{
  background-color: #1c354f;
}

/*check_btn*/
.check_btn {
  margin-top: 4%;
}
.check_btn a {
  display: block;
  width: 40%;
  margin: 0;
  padding: 1% 0;
  font-size: 0.875rem;
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-weight: normal;
  letter-spacing: 1px;
  color: #000;
  border: 3px solid #000;
  position: relative;
}
.check_btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 72%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 5px solid transparent;
  border-left: 8px solid #000;
}
.check_btn a:hover {
  background-color: #000;
  color: #fff;
}
.check_btn a:hover::after {
  border-left: 8px solid #fff;
  transition: .4s;
}

/*coordinate_item
-------------------*/
.coordinate_item{
  margin-top: 12%;
  padding: 0 15% 0;
}
.coordinate_flx{
  display: flex;
}
.coordinate_item ul li{
  font-size: 0.75rem;
  text-align: left;
  margin-right: 1.5%;
  line-height: 2;
  width: 160px;
}
.coordinate_item ul li:last-of-type{
  margin-right: 0;
}
.coordinate_item ul li span{
  font-weight: bold
}
.coordinate_item ul li p {
    max-width: 197px;
    margin: 0;
}

/*buy_btn*/
a.buy_btn{
  display: inline-block;
  background-color: #000;
  color: #fff;
  letter-spacing: 0.1em;
  margin-left: 10%;
  padding: 0 5%;
  line-height: 1.7;
  min-width: 30px;
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", serif;
}

/*contents_btn
-------------------*/
.contents_btn {
  margin-top: 2%;
  margin-bottom: 15%;
}
.contents_btn a {
  display: block;
  margin: 0 auto;
  width: 41%;
  padding: 2.2% 0;
  background-color: #2e343f;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  position: relative;
}
#rielabo .contents_btn a {
  background-color: #2e343f;
}
.contents_btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 98%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  box-sizing: border-box;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #ffffff;
}
.contents_btn.red {
  margin: 1.5% 0 12%;
}
.contents_btn.red a {
  background-color: #000;
}




@media (max-width: 1600px) {


.navi {
  width: 59%;
  margin: 0 auto;
}
#rielabo .navi {
  width: 50%;
}

/*item_contents
-------------------*/
.item_img_c_2{
  bottom: 40%;
  right: 48%;
}
.item_img_c_3{
  bottom: 71%;
  right: 11%;
}
.bg_color_2{
  left: 39%;
  height: 14%;
  bottom: -10%;
  z-index: -1;
}

/*coordinate_item
-------------------*/
.coordinate_item {
    margin-top: 17%;
}
}


@media (max-width: 1420px) {

.navi {
  width: 67%;
  margin: 0 auto;
}
#rielabo .navi {
  width: 54%;
}

}

@media (max-width: 1200px) {

.navi {
  width: 80%;
  margin: 0 auto;
}
#rielabo .navi {
  width: 66%;
}

/*item_contents
-------------------*/
.item_img_c_2{
  bottom: 5%;
  right: 47%;
}
.item_img_c_3{
  bottom: 50%;
  right: 5%;
}
}




@media (max-width: 1024px) {

.navi {
  width: 95%;
  margin: 0 auto;
}
#rielabo .navi {
  width: 77%;
}

/*item_contents
-------------------*/
.item_detail {
  max-width: 860px;
  margin: 0 auto;
}
.item_img_r {
  margin: 0 1% 0 8%;
}
.item_img_c {
  right: 7%;
  bottom: 26%;
}
.bg_color {
  left: 43%;
  height: 18%;
  bottom: -3%;
}
.bg_color_2{
  left: 43%;
  height: 20%;
  bottom: -11%;
}

/*coordinate_item
-------------------*/
.coordinate_item {
    margin-top: 19%;
}
}

@media (max-width: 978px) {

  .navi {
    width: 100%;
    margin: 0 auto;
  }
  #rielabo .navi {
  width: 82%;
  }

/*default
-------------------*/
#page-footer {
  margin: 0;
}
#page-footer .nav li {
  padding: 0;
}
#wrapper {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
#page-header .navbar-inner, #page-footer .nav, #head-bar {
  padding-left: 10px;
  padding-right: 10px;
}

/*item_contents
-------------------*/
.item_detail {
  max-width: 600px;
}
.item_img_c {
  width: 35%;
}

/*contents_btn
-------------------*/
.contents_btn {
  margin-top: 60px;
  margin-bottom: 12%;
}
.contents_btn a {
  width: 50%;
}
}

@media screen and (max-width: 767px) {

/*sp
-------------------*/
h2 {
  margin-bottom: 9%;
}

/*sp
-------------------*/
section {
  margin: 0 auto 18%;
}

/*flex*/
.item_flx{
  display: block;
  padding-bottom: 0;
}

/*navi
-------------------*/
.navi_outer{
  max-width: 96%;
}
.navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 90%;
}
.navi li {
  margin-bottom: 2px;
  width: calc((100% - 25%) / 2);
}

/*item_contents
-------------------*/
.item_contents {
  background-position: top;
  padding: 8% 0 90%;
}
.item_detail {
  padding: 0 6%;
}
.item_txt {
  line-height: 2;
  margin-bottom: 15%;
}
.item_img_r {
  margin: 0 0 13%;
}
.item_img_l {
  width: 75%;
  margin: 0 0 13%;
}
.item_img_c {
  position: absolute;
  width: 65%;
  margin-left: 25%;
  bottom: 18%;
}
.bg_color{
  position: absolute;
  transform: translateX(0);
  left: 50%;
  transform: translateX(-50%);
  height: 15%;
  bottom: 0;
}
.bg_color_2{
  left: 50%;
  transform: translateX(-50%);
  background-color: #1c354f;
  width: 100vw;
  height: 18%;
  position: absolute;
  z-index: 0;
}

.item_flx.pos {
  padding-bottom: 130%;
}
.item_flx.pos .item_img_l {
  position: absolute;
  bottom: 0;
  z-index: 10;
  margin: 0 0 20%;
  width: 70%;
}

/*check_btn*/
.check_btn a {
  border: 2px solid #000;
  width: 45%;
}

/*coordinate_item
-------------------*/
.coordinate_item {
  margin-top: 13%;
  padding: 0;
}
.coordinate_item h3 {
  margin-bottom: 6%;
}

.coordinate_item .coordinate_flx {
  display: flex;
  width: 90%;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

.coordinate_item ul li {
  width: 47.5%;
  text-align: left;
  margin-bottom: 30px;
  margin-right: 0;
}

/*contents btn*/
.contents_btn {
  margin-top: 40px;
  margin-bottom: 12%;
}
.contents_btn a {
  width: 90%;
  padding: 14px 0;
  font-size: 0.75rem;
}
.contents_btn.red {
  margin: 1.5% 0 18%;
}
}

@media screen and (max-width: 320px){
/*item_contents
-------------------*/

/*check_btn*/
/*.check_btn a::after {
  left: 80%;
}*/
}