@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;
}


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

.sp{
  display: none;
}


/*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: 1200px;
  width: 100%;
}

.main_text p{
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
  margin-top: 50px;
  margin-bottom: 20px;
}
.main_text img{
  padding-top: 100px;
}

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

/*item_contents
-------------------*/
.nf{
  background-color: #a9b2bf;
}
.ns{
  background-color: #dfdfdf;
}
.rl{
  background-color: #c7d0b8;
}
.item_contents{
  /* 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 0;
  position: relative;
}

.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 > p span{
  color: #b50101;
}
.item_img_l{
  text-align: right;
}
.item_img_r{
  margin-right: 4%;
}
.item_img_c{
  position: absolute;
  bottom: -70%;
  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%);
  width: 100vw;
  height: 18%;
  position: absolute;
  bottom: -25%;
}


/*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{
  padding-top: 24%;
  padding-bottom: 8%;
}
/*.coordinate_item_2{
  padding-top: 1%;
}
.coordinate_item_3{
  padding-top: 2%;
}
.coordinate_item_4{
  padding-top: 5%;
}
.coordinate_item_5{
  padding-top: 8%;
}*/
.coordinate_flx{
  display: flex;
}
.coordinate_item ul li{
  font-size: 0.75rem;
  text-align: left;
  margin-right: 1.5%;
  line-height: 2;
}
.coordinate_item ul li:last-of-type{
  margin-right: 0;
}
.coordinate_item ul li span{
  font-weight: bold
}
.coordinate_item .small ul li span{
  font-size: 0.5rem;
}
.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: 5%;
  padding: 0 4%;
  line-height: 1.7;
  min-width: 30px;
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", serif;
}
a.disabled{
    pointer-events: none;
}

/*contents_btn
-------------------*/
.contents_btn {
  padding-bottom: 8%;
}
.contents_btn a {
  display: block;
  margin: 0 auto;
  width: 41%;
  padding: 2.2% 0;
  background-color: #242424;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  position: relative;
}
#rielabo .contents_btn a {
  background-color: #312e3f;
}
.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%;
}
.bg_color{
  left: 40%;
  bottom: -22%;
}
.coordinate_item {
}

/*item_contents
-------------------*/
/*.item_img_c_2{
  bottom: 40%;
  right: 48%;
}
.item_img_c_3{
  bottom: 71%;
  right: 11%;
}*/

/*coordinate_item
-------------------*/
/*.coordinate_item {
  padding-bottom: 10%;
}*/
}


@media (max-width: 1420px) {

.navi {
  width: 67%;
  margin: 0 auto;
}
#rielabo .navi {
  width: 54%;
}
.bg_color{
  left: 45%;
  bottom: -28%;
}
.coordinate_item {
  padding-top: 35%;
}

}

@media (max-width: 1200px) {

.navi {
  width: 80%;
  margin: 0 auto;
}
#rielabo .navi {
  width: 66%;
}
.bg_color{
  left: 45%;
  bottom: -22%;
}
.coordinate_item {
  padding-top: 35%;
}

/*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%;
}
.bg_color{
  left: 45%;
  bottom: -35%;
}
.coordinate_item {
  padding-top: 35%;
}

/*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%;
}

/*coordinate_item
-------------------*/
/*.coordinate_item {
  padding-bottom: 10%;
}*/
}

@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: 0;
  padding-bottom: 12%;
}
.contents_btn a {
  width: 50%;
}
}

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

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

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

/*flex*/
.item_flx{
  display: block;
  padding-bottom: 0;
}
#nf .item_flx{
  padding-bottom: 100%;
}
.pc{
  display: none;
}

.sp{
  display: block;
}


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

/*item_contents
-------------------*/

.main_text {
  width: 90%;
  margin: 0 auto;
}
.item_contents {
  background-position: top;
  padding: 8% 0 5%;
}
.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: -25%;
}

.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 {
  padding-top: 90%;
}

.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: 0;
  padding-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%;
}*/
}