@charset "UTF-8";
/*--prefix set--------------------------------------------*/
@media screen and (min-width: 1680px ) { /*PC*/ }
@media screen and (max-width: 980px ) { /*SP*/ }
@media screen and (max-width: 1023px ) and (min-width: 641px ) { /*TB*/ }
@media screen and (max-width: 640px) { /*SP*/
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 75%;
  }
}
/*幅設定------------------------------------------*/
/*コンテンツ幅*/
/*コンテンツ幅*/
/*配色設定---------------------------------------*/
/*メインカラー*/
/*テキストカラー(メインコンテンツ内のテキスト)*/
/*サブカラー*/
/*テキストカラー(サブコンテンツ内のテキスト)*/
/*アクセントカラー*/
/*ボーダーカラー*/
/*コンテンツボックスのmixin-----------------------------------------------*/

.activebox {
  display: block !important;
}

#slide_cont {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
#slide_cont div#loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #fff;
  z-index: 1000;
}
#slide_cont div#loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*スライダー*/
.slider-nav {
  background: #f9f9f9;
  padding: 5px;
}
.slider-nav ul {
  display: none;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 980px ) {
  .slider-nav ul {
    width: 100%;
  }
}
.slider-nav ul li {
  padding: 10px;
  cursor: pointer;
}
.slider-nav ul li img {
  max-height: 100px;
}

.slick-dots li button:before {
  font-size: 18px !important;
}

.slick-prev:before, .slick-next:before {
  color: #0075c1 !important;
}

@media screen and (max-width: 980px ) { /*SP*/
  .slider-nav {
    display: none !important;
  }
  .slick-arrow {
    display: none !important;
  }
}
/*最新情報*/
#top_info {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  /*タブ*/
  /*中身*/
}
@media screen and (max-width: 980px ) {
  #top_info {
    width: 100%;
  }
}
#top_info #top_tab dl {
  margin-bottom: 20px;
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 10px;
}
#top_info #top_tab dl dt, #top_info #top_tab dl dd {
  display: table-cell;
  vertical-align: middle;
}
#top_info #top_tab dl dt {
  font-size: 150%;
  width: 20%;
  line-height: 1;
  background: url("../img/icon_info.png") no-repeat left center;
  padding-left: 5%;
  font-weight: bold;
  padding: 10px 0 10px 5%;
}
#top_info #top_tab dl dt span {
  font-size: 60%;
  font-weight: normal;
}
#top_info #top_tab dl dd {
  width: 18%;
  text-align: center;
  border-radius: 10px;
  background: #0075c1;
  cursor: pointer;
}
#top_info #top_tab dl dd span, #top_info #top_tab dl dd a {
  display: block;
  padding: 1rem 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 130%;
}
#top_info #top_tab dl dd:nth-of-type(2) {
  background: #f6975e;
}
#top_info #top_tab dl dd:nth-of-type(3) {
  background: #bd74cd;
}
#top_info #top_tab dl dd:nth-of-type(4) {
  background: #00a8c1;
}
#top_info .tab_inr {
  display: none;
  box-shadow: 0px 0px 9px -2px #c4c4c4;
  -moz-box-shadow: 0px 0px 9px -2px #c4c4c4;
  -webkit-box-shadow: 0px 0px 9px -2px #c4c4c4;
  padding: 50px;
  border-top: #0075c1 2px solid;
}
#top_info .tab_inr div.list {
  margin-bottom: 20px;
}
#top_info .tab_inr div.list a {
  display: block;
  padding: 20px;
  border-bottom: 1px dotted #a2a2a2;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#top_info .tab_inr div.list a dl {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#top_info .tab_inr div.list a dl dt, #top_info .tab_inr div.list a dl dd {
  display: table-cell;
}
#top_info .tab_inr div.list a dl dt {
  width: 15%;
  text-align: center;
}
#top_info .tab_inr div.list a dl dd {
  width: 85%;
  padding-left: 20px;
}
#top_info .tab_inr div.list a dl:after {
  right: 0px;
  font-family: FontAwesome;
  content: "\f054";
  margin-right: 10px;
  color: #f4be8e;
}
#top_info .tab_inr div.list a:hover {
  text-decoration: none;
  background: #d1e0ff;
}
#top_info .tab_inr div.list a:hover dt {
  background: #fff;
}

#tab_list .tab_inr:nth-of-type(2) {
  border-top: #f6975e 2px solid;
}

#tab_list .tab_inr:nth-of-type(3) {
  border-top: #bd74cd 2px solid;
}

#tab_list .tab_inr:nth-of-type(4) {
  border-top: #00a8c1 2px solid;
}

@media screen and (max-width: 980px ) { /*SP*/
  #top_info {
    margin-bottom: 20px;
    /*タブ*/
    /*中身*/
  }
  #top_info #top_tab dl {
    margin-bottom: 10px;
    width: 100%;
    display: block;
    border-spacing: 3px;
  }
  #top_info #top_tab dl dt {
    display: block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: 130%;
    width: 100%;
    line-height: 1;
    background: none;
    padding: 10px;
  }
  #top_info #top_tab dl dd {
    width: 49%;
    font-size: 2.7vw;
    border-radius: 10px;
    display: inline-block;
  }
  #top_info #top_tab dl dd:nth-child(n+4) {
    margin-top: 0.5em;
  }
  #top_info #top_tab dl dd span, #top_info #top_tab dl dd a {
    padding: 10px;
  }
  #top_info .tab_inr {
    padding: 10px;
  }
  #top_info .tab_inr div.list {
    margin-bottom: 20px;
  }
  #top_info .tab_inr div.list a {
    display: block;
    padding: 10px;
    border-bottom: 1px dotted #a2a2a2;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
  }
  #top_info .tab_inr div.list a dl {
    display: block;
  }
  #top_info .tab_inr div.list a dl dt, #top_info .tab_inr div.list a dl dd {
    display: block;
  }
  #top_info .tab_inr div.list a dl dt {
    width: 15%;
    text-align: center;
  }
  #top_info .tab_inr div.list a dl dd {
    width: 100%;
    padding-left: 0px;
  }
  #top_info .tab_inr div.list a dl:after {
    display: none;
  }
}
/*買いたい方*/
#top_buymenu {
  background: #0075c1;
  padding: 20px 20px 0 20px;
  /*タブ*/
}
#top_buymenu header {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 980px ) {
  #top_buymenu header {
    width: 100%;
  }
}
#top_buymenu header h1, #top_buymenu header .sbox {
  display: table-cell;
  vertical-align: middle;
}
#top_buymenu header h1 {
  width: 60%;
  font-size: 180%;
  color: #0075c1;
  font-weight: normal;
  letter-spacing: 10px;
  padding: 20px;
  font-weight: bold;
}
#top_buymenu header .sbox {
  width: 40%;
  text-align: center;
}
#top_buymenu header .sbox input[type=text]:focus {
  outline: 0;
  border-color: orange;
}
#top_buymenu header .sbox form {
  background: #ffcd48;
  width: 90%;
}
#top_buymenu header .sbox form .pro_search_text {
  width: 80%;
  padding: 10px;
  font-size: 130%;
  background: #ffcd48;
  border: none;
}
#top_buymenu header .sbox form .pro_search_bt {
  width: 18%;
  padding: 10px;
  background: url("../img/icon_search.png") no-repeat center center #ffcd48;
  border: none;
  background-size: contain;
  text-indent: -100000px;
  cursor: pointer;
}
#top_buymenu #tabmenu {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 980px ) {
  #top_buymenu #tabmenu {
    width: 100%;
  }
}
#top_buymenu #tabmenu dl {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  display: table-cell;
  text-align: center;
  vertical-align: top;
  color: #fff;
  font-size: 130%;
  line-height: 1.3;
  cursor: pointer;
  border-radius: 10px 10px 0 0/10px 10px 0 0;
  padding-top: 20px;
}
#top_buymenu #tabmenu dl dt {
  background: #fff;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  line-height: 90px;
  border-radius: 50%;
  margin-bottom: 10px;
}
#top_buymenu #tabmenu dl dt img {
  vertical-align: middle;
}
#top_buymenu #tabmenu dl:after {
  font-family: FontAwesome;
  content: "\f078";
  color: #f4be8e;
}
#top_buymenu #tabmenu dl.active {
  background: #fff;
  border-radius: 10px 10px 0 0/10px 10px 0 0;
  color: #0075c1;
  font-weight: bold;
  border: 6px solid #2494dc;
  border-bottom: none;
}
#top_buymenu #tabmenu dl.active:hover {
  background: #fff;
}
#top_buymenu #tabmenu dl:hover {
  background: #399fe1;
}

@media screen and (max-width: 980px ) { /*SP*/
  #top_buymenu {
    padding: 10px;
    padding-bottom: 0;
    /*タブ*/
  }
  #top_buymenu header {
    display: block;
    padding: 20px;
  }
  #top_buymenu header h1, #top_buymenu header .sbox {
    display: block;
  }
  #top_buymenu header h1 {
    width: 100%;
    font-size: 130%;
    letter-spacing: 0px;
    text-align: center;
    padding: 0;
  }
  #top_buymenu header .sbox {
    width: 100%;
    text-align: center;
  }
  #top_buymenu header .sbox input[type=text]:focus {
    outline: 0;
    border-color: orange;
  }
  #top_buymenu header .sbox form {
    background: #ffcd48;
    width: 100%;
  }
  #top_buymenu header .sbox form .pro_search_text {
    width: 80%;
    padding: 10px;
    font-size: 130%;
    background: #ffcd48;
    border: none;
  }
  #top_buymenu header .sbox form .pro_search_bt {
    width: 18%;
    padding: 10px;
    background: url("../img/icon_search.png") no-repeat center center #ffcd48;
    border: none;
    background-size: contain;
    text-indent: -100000px;
    cursor: pointer;
  }
  #top_buymenu #tabmenu {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    display: block;
    table-layout: fixed;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 980px ) and (max-width: 980px ) {
  #top_buymenu #tabmenu { /*SP*/ }
  #top_buymenu #tabmenu:before {
    padding-left: 25px;
    display: block;
    content: "スワイプで全体を表示します。";
    margin-bottom: 10px;
    color: #ffffff;
    background: url("../img/icon_swipe.png") no-repeat 5px center;
    font-weight: bold;
    font-size: 110%;
  }
}
@media screen and (max-width: 980px ) and (max-width: 980px ) {
  #top_buymenu #tabmenu {
    width: 100%;
  }
}
@media screen and (max-width: 980px ) {
  #top_buymenu #tabmenu dl {
    border: 6px solid #0075c1;
    display: table-cell;
    text-align: center;
    vertical-align: top;
    color: #fff;
    font-size: 100%;
    line-height: 1.3;
    cursor: pointer;
    border-radius: 10px 10px 0 0/10px 10px 0 0;
    width: 17.6%;
    padding-top: 0;
  }
  #top_buymenu #tabmenu dl dt {
    background: #fff;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    line-height: 70px;
    border-radius: 50%;
    margin-bottom: 10px;
  }
  #top_buymenu #tabmenu dl dt img {
    vertical-align: middle;
    width: 50%;
  }
  #top_buymenu #tabmenu dl:after {
    font-family: FontAwesome;
    content: "\f078";
    color: #f4be8e;
  }
}
div.tabinr {
  background: url("../img/city.gif") no-repeat center bottom #fff;
}
div.tabinr div.buymenu {
  display: none;
  margin-bottom: 40px;
}
div.tabinr h2 {
  font-size: 150%;
  margin-bottom: 20px;
  text-align: center;
  background: #0075c1;
  color: #fff;
  border-radius: 15px;
  padding: 10px;
}
@media screen and (max-width: 980px ) {
  div.tabinr h2 { /*SP*/
    font-size: 100%;
  }
}
div.tabinr h2 span {
  display: block;
}
div.tabinr h2 span:before {
  font-family: FontAwesome;
  content: "\f05a";
  margin-right: 10px;
  color: #fff;
}
div.tabinr b {
  font-size: 130%;
  font-weight: normal;
}
div.tabinr > div {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  border: 6px solid #2494dc;
  border-top: none;
  padding: 40px;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46%, rgb(255, 255, 255)), color-stop(99%, rgb(255, 247, 237)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 46%, rgb(255, 247, 237) 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#fff7ed",GradientType=0 );
}
@media screen and (max-width: 980px ) {
  div.tabinr > div {
    width: 100%;
  }
}
div.tabinr .btn {
  font-size: 160%;
  margin-bottom: 40px;
}

@media screen and (max-width: 980px ) { /*SP*/
  div.tabinr {
    background-size: contain;
  }
  div.tabinr > div {
    border: 6px solid #2494dc;
    padding: 10px;
  }
  div.tabinr .btn {
    font-size: 100%;
    margin-bottom: 20px;
  }
  div.tabinr b {
    font-size: 100%;
    font-weight: normal;
  }
  div.tabinr b br {
    display: none;
  }
}
/*タブカテゴリー*/
#tab_cat ul {
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
}
#tab_cat ul li * {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
#tab_cat ul li {
  width: 33.3%;
  text-align: center;
  float: left;
  padding: 25px;
}
#tab_cat ul li a:hover {
  text-decoration: none;
}
#tab_cat ul li a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media screen and (max-width: 980px ) { /*SP*/
  #tab_cat ul {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
  #tab_cat ul li {
    width: 50%;
    padding: 5px;
  }
}
/*タブこだわり*/
#tab_kodawari ul {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
}
#tab_kodawari ul li {
  width: 33.3%;
  float: left;
  text-align: center;
  padding: 20px;
  font-size: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
}
#tab_kodawari ul li a {
  width: 100%;
  display: block;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  border: 2px solid #77bbef;
}
#tab_kodawari ul li a:hover {
  text-decoration: none;
  background: #afdcff;
}
#tab_kodawari ul li a img {
  width: 50px;
  vertical-align: middle;
  margin-right: 10px;
}

@media screen and (max-width: 980px ) { /*SP*/
  #tab_kodawari ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
  }
  #tab_kodawari ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
    width: 50%;
    float: left;
    text-align: center;
    padding: 5px;
    font-size: 100%;
  }
  #tab_kodawari ul li a {
    display: block;
    padding: 5px;
    background: #fff;
    border-radius: 15px;
    border: 2px solid #77bbef;
    width: 100%;
    height: auto;
  }
  #tab_kodawari ul li a:hover {
    text-decoration: none;
    background: #afdcff;
  }
  #tab_kodawari ul li a img {
    width: 20px;
  }
}
/*タブエリア*/
#tab_area ul {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
}
#tab_area ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
  width: 33.3%;
  float: left;
  text-align: center;
  padding: 20px;
  font-size: 140%;
}
#tab_area ul li a {
  width: 100%;
  display: block;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  border: 2px solid #77bbef;
}
#tab_area ul li a:before {
  right: 0px;
  font-family: FontAwesome;
  content: "\f041";
  margin-right: 10px;
  color: #e46767;
}
#tab_area ul li a:hover {
  text-decoration: none;
  background: #afdcff;
}

@media screen and (max-width: 980px ) { /*SP*/
  /*タブエリア*/
  #tab_area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
    overflow: hidden;
  }
  #tab_area ul li {
    width: 50%;
    float: left;
    text-align: center;
    padding: 5px;
    font-size: 100%;
  }
  #tab_area ul li a {
    display: block;
    padding: 5px;
  }
}
/*売りたい方*/
#top_buy {
  background: url("../img/illust1.png") left bottom no-repeat, url("../img/illust2.png") right bottom no-repeat #0075c1;
  padding: 40px;
}
#top_buy h1 {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  font-size: 180%;
  color: #0075c1;
  text-align: center;
  border-radius: 20px;
  padding: 15px;
  letter-spacing: 10px;
}
@media screen and (max-width: 980px ) {
  #top_buy h1 {
    width: 100%;
  }
}
#top_buy .lead {
  color: #fff;
  font-size: 130%;
  text-align: center;
  padding: 20px;
}
#top_buy ul {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 980px ) {
  #top_buy ul {
    width: 100%;
  }
}
#top_buy ul li {
  width: 33.3%;
  float: left;
  padding: 20px;
}

@media screen and (max-width: 980px ) { /*SP*/
  #top_buy {
    background: url("../img/illust1.png") left bottom no-repeat, url("../img/illust2.png") right bottom no-repeat #0075c1;
    background-size: 40%;
    padding: 10px;
  }
  #top_buy h1 {
    font-size: 120%;
  }
  #top_buy .lead {
    font-size: 100%;
    padding: 10px;
  }
  #top_buy ul {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
}
@media screen and (max-width: 980px ) and (max-width: 980px ) {
  #top_buy ul {
    width: 100%;
  }
}
@media screen and (max-width: 980px ) {
  #top_buy ul li {
    width: 50%;
    float: left;
    padding: 5px;
  }
}
/* 動画 */
#top_movie {
  text-align: center;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-top: 60px;
}

/*ランキング*/
#top_ranking {
  padding-top: 60px;
  /*タブ*/
  /*ランキング中身*/
}
#top_ranking header {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: table;
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width: 980px ) {
  #top_ranking header {
    width: 100%;
  }
}
#top_ranking header h1, #top_ranking header ul {
  display: table-cell;
  vertical-align: top;
}
#top_ranking header h1 {
  width: 40%;
  font-size: 150%;
  background: url("../img/icon_ranking.png") no-repeat left top;
  padding-left: 80px;
}
#top_ranking header h1 span {
  font-size: 70%;
}
#top_ranking header ul {
  width: 60%;
  overflow: hidden;
}
#top_ranking header ul li {
  width: 33.3%;
  float: left;
  padding: 10px;
}
#top_ranking header ul li a {
  display: block;
  background: #0075c1;
  text-align: center;
  border-radius: 10px;
  padding: 15px;
  color: #fff;
  position: relative;
}
#top_ranking header ul li a:after {
  position: absolute;
  right: 0px;
  font-family: FontAwesome;
  content: "\f054";
  margin-right: 10px;
  color: #fff;
}
#top_ranking header ul li a:hover {
  text-decoration: none !important;
}
#top_ranking header ul li#tab_mansion a {
  background: url("../img/icon_w_mansion.png") no-repeat 10% center #ff9946;
}
#top_ranking header ul li#tab_house a {
  background: url("../img/icon_w_house.png") no-repeat 10% center #71bdd4;
}
#top_ranking header ul li#tab_land a {
  background: url("../img/icon_w_land.png") no-repeat 10% center #43b1b5;
}
#top_ranking .rank_inr {
  display: none;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 980px ) {
  #top_ranking .rank_inr {
    width: 100%;
  }
}
#top_ranking .rank_inr .ranktop {
  width: 40%;
  float: left;
  padding: 30px;
}
#top_ranking .rank_inr dl {
  padding: 10px;
  text-align: center;
}
#top_ranking .rank_inr dl dt {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  overflow: hidden;
  position: relative;
  background: #fafafa;
  margin-bottom: 20px;
}
#top_ranking .rank_inr dl dt img.r_image {
  max-width: 95% !important;
  width: 100% !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#top_ranking .rank_inr dl dt img.r_cover {
  position: absolute;
  bottom: 0;
  right: 0;
}
#top_ranking .rank_inr dl dd {
  font-size: 110%;
}
#top_ranking .rank_inr dl dd span.price {
  font-size: 160%;
  color: #ca2f2f;
}
#top_ranking .rank_inr dl dt:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 20px;
  background-size: contain !important;
}
#top_ranking .rank_inr #rankbox {
  padding: 20px;
  width: 60%;
  float: right;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}
#top_ranking .rank_inr #rankbox a {
  display: block;
  width: 50%;
}
#top_ranking .rank_inr #rankbox a:hover {
  text-decoration: none;
}
#top_ranking .rank_inr .rank1 dt:after {
  background: url("../img/icon_r1.png") no-repeat center center;
  width: 70px;
  height: 70px;
}
#top_ranking .rank_inr .rank2 dt:after {
  background: url("../img/icon_r2.png") no-repeat center center;
  width: 50px;
  height: 50px;
}
#top_ranking .rank_inr .rank3 dt:after {
  background: url("../img/icon_r3.png") no-repeat center center;
  width: 50px;
  height: 50px;
}
#top_ranking .rank_inr .rank4 dt:after {
  background: url("../img/icon_r4.png") no-repeat center center;
  width: 50px;
  height: 50px;
}
#top_ranking .rank_inr .rank5 dt:after {
  background: url("../img/icon_r5.png") no-repeat center center;
  width: 50px;
  height: 50px;
}
#top_ranking .rank_inr:nth-of-type(1) {
  border-top: 3px solid #ff9946;
  background: rgb(255, 231, 214);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 231, 214)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgb(255, 231, 214) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffe7d6", endColorstr="#ffffff",GradientType=0 );
}
#top_ranking .rank_inr:nth-of-type(2) {
  border-top: 3px solid #71bdd4;
  background: rgb(217, 246, 255);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(217, 246, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgb(217, 246, 255) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d9f6ff", endColorstr="#ffffff",GradientType=0 );
}
#top_ranking .rank_inr:nth-of-type(3) {
  border-top: 3px solid #43b1b5;
  background: rgb(219, 255, 221);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(219, 255, 221)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgb(219, 255, 221) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dbffdd", endColorstr="#ffffff",GradientType=0 );
}

@media screen and (max-width: 980px ) { /*SP*/
  #top_ranking {
    padding-top: 30px;
    /*タブ*/
    /*ランキング中身*/
  }
  #top_ranking header {
    display: block;
    width: 100%;
  }
  #top_ranking header h1, #top_ranking header ul {
    display: block;
  }
  #top_ranking header h1 {
    width: 100%;
    font-size: 120%;
    padding-left: 80px;
    margin-bottom: 10px;
  }
  #top_ranking header ul {
    width: 100%;
    overflow: hidden;
  }
  #top_ranking header ul li {
    width: 33.3%;
    padding: 1px;
  }
  #top_ranking header ul li a {
    padding-top: 50px;
  }
  #top_ranking header ul li a:after {
    display: none;
  }
  #top_ranking header ul li a:hover {
    text-decoration: none;
  }
  #top_ranking header ul li#tab_mansion a {
    background: url("../img/icon_w_mansion.png") no-repeat center 5px #ff9946;
  }
  #top_ranking header ul li#tab_house a {
    background: url("../img/icon_w_house.png") no-repeat center 5px #71bdd4;
  }
  #top_ranking header ul li#tab_land a {
    background: url("../img/icon_w_land.png") no-repeat center 5px #43b1b5;
  }
  #top_ranking .rank_inr {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 980px ) and (max-width: 980px ) {
  #top_ranking .rank_inr {
    width: 100%;
  }
}
@media screen and (max-width: 980px ) {
  #top_ranking .rank_inr .ranktop {
    width: 100%;
    float: none;
    padding: 10px;
  }
  #top_ranking .rank_inr dl {
    padding: 10px;
    text-align: center;
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #fafafa;
  }
  #top_ranking .rank_inr dl dt, #top_ranking .rank_inr dl dd {
    display: table-cell;
    vertical-align: middle;
  }
  #top_ranking .rank_inr dl dt {
    width: 40%;
    padding-bottom: 20%;
  }
  #top_ranking .rank_inr dl dd {
    width: 60%;
  }
  #top_ranking .rank_inr dl dd span.price {
    font-size: 130%;
  }
  #top_ranking .rank_inr dl dt:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    background-size: contain !important;
  }
  #top_ranking .rank_inr #rankbox {
    padding: 0px;
    width: 100%;
    float: none;
  }
  #top_ranking .rank_inr #rankbox dl.inr {
    width: 100%;
    float: none;
  }
  #top_ranking .rank_inr .rank1 dt:after {
    background: url("../img/icon_r1.png") no-repeat center center;
    width: 30px;
    height: 30px;
  }
  #top_ranking .rank_inr .rank2 dt:after {
    background: url("../img/icon_r2.png") no-repeat center center;
    width: 30px;
    height: 30px;
  }
  #top_ranking .rank_inr .rank3 dt:after {
    background: url("../img/icon_r3.png") no-repeat center center;
    width: 30px;
    height: 30px;
  }
  #top_ranking .rank_inr .rank4 dt:after {
    background: url("../img/icon_r4.png") no-repeat center center;
    width: 30px;
    height: 30px;
  }
  #top_ranking .rank_inr .rank5 dt:after {
    background: url("../img/icon_r5.png") no-repeat center center;
    width: 30px;
    height: 30px;
  }
}
/*ファミリエ*/
#familie {
  background: url("../img/familie_bg.gif") repeat left top;
}

#newmansion {
  background: url("../img/st.gif") repeat left top;
}

@media screen and (max-width: 980px ) { /*SP*/
  #familie .pd10, #newmansion .pd10 {
    padding: 0;
  }
}
/*その他リンク*/
#other_cont {
  margin-bottom: 40px;
}
#other_cont ul {
  overflow: hidden;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 980px ) {
  #other_cont ul {
    width: 100%;
  }
}
#other_cont ul li {
  margin-bottom: 20px;
  width: 33.3%;
  float: left;
  text-align: center;
}

@media screen and (max-width: 980px ) { /*SP*/
  #other_cont {
    margin-bottom: 20px;
  }
  #other_cont ul li {
    margin-bottom: 5px;
    width: 100%;
    float: none;
  }
}
/*トップイベント情報一覧*/
#top_event {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  padding-top: 2rem;
  border-top: 2px solid #146fb9;
}
#top_event h2 {
  text-align: center;
  font-size: 150%;
  line-height: 1.3;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 1rem;
  border-bottom: 2px solid #146fb9;
}
#top_event h2:before {
  left: 0;
  top: 0;
  content: " ";
  display: inline-block;
  background: url("../img/icon_event.png") no-repeat left center;
  height: 45px;
  width: 40px;
  margin-bottom: -23px;
  padding-right: 10px;
}
#top_event h2 span {
  font-size: 83%;
  font-weight: normal;
}
#top_event #event_btn {
  text-align: center;
  margin-bottom: 1rem;
}
#top_event #event_btn a {
  display: inline-block;
  color: white;
  padding: 12px 40px;
  background: #f8964f;
  border-radius: 10px;
  position: relative;
}
#top_event #event_btn a:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  color: white;
}
#top_event .event_item {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}
#top_event .event_item li {
  width: 20%;
  padding: 0 10px;
}
@media screen and (max-width: 980px ), screen and (max-width: 1023px ) and (min-width: 641px ) {
  #top_event .event_item li { /*SP,Tab*/
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 1023px ) and (min-width: 641px ) {
  #top_event .event_item li { /*Tab*/
    width: 33.3%;
  }
}
@media screen and (max-width: 980px ) {
  #top_event .event_item li { /*SP*/
    width: 50%;
  }
}
#top_event .event_item li:not(:last-child) {
  border-right: 1px solid #d2d2d2;
}
@media screen and (max-width: 1023px ) and (min-width: 641px ) {
  #top_event .event_item li { /*Tab*/ }
  #top_event .event_item li:nth-child(3n) {
    border-right: none;
  }
}
@media screen and (max-width: 980px ) {
  #top_event .event_item li { /*SP*/
    border-right: none !important;
  }
}
#top_event .event_item li dl {
  text-align: center;
}
#top_event .event_item li dl dt {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  background: #e8e8e8;
  margin-bottom: 10px;
}
#top_event .event_item li dl dt img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#movie_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
}
#movie_area li {
  width: 50%;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 980px ) {
  #movie_area li {
    width: 100%;
  }
}

#top_movie_wrap {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
#top_movie_wrap p {
  width: 48%;
  aspect-ratio: 16/9;
  text-align: center;
}
@media screen and (max-width: 980px ) {
  #top_movie_wrap p {
    width: 95%;
    margin: 0 auto;
  }
}
#top_movie_wrap p iframe {
  width: 100%;
  height: 100%;
}

.youtube_box {
  max-width: 640px;
  margin: 2rem auto;
}
.youtube_box > div {
  position: relative;
  z-index: 0;
  max-width: 640px;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.youtube_box > div iframe[src*="youtube.com"] {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}