@charset "UTF-8";
html {
  font-size: 62.5%;
  position: relative;
  min-height: 100%;
}

body {
  line-height: 1.2;
  font-size: 10px;
  font-size: 1rem;
  font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica , Arial , Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  min-width: 100%;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul, ol {
  list-style-type: none;
}

h1 {
  font-size: 0;
  line-height: 0;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
  *zoom: 1;
}

/*********************************************
* common
*********************************************/
.wrap {
  width: 950px;
  margin: 0 auto;
}

@media screen and (max-width: 950px) {
  .wrap {
    width: 95%;
  }
}

.page_link {
  padding: 60px 0px 20px;
}

@media screen and (max-width: 767px) {
  .page_link {
    padding: 30px 0px 10px;
  }
}

.pageTop {
  position: fixed;
  right: 5%;
  bottom: 13%;
}

@media screen and (max-width: 767px) {
  .pageTop {
    bottom: 10px;
    right: 10px;
  }
}

.award_box {
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}

.award_box h4 {
  float: left;
  font-size: 32px;
  line-height: 2.3;
  margin-left: 18%;
}

.award_box .prize {
  float: right;
  line-height: 86px;
  font-size: 14px;
  margin-right: 80px;
}

@media screen and (max-width: 767px) {
  .award_box {
    margin-bottom: 20px;
  }
  .award_box h4 {
    float: none;
    font-size: 24px;
    line-height: 62px;
    text-align: center;
    margin-left: 0;
  }
  .award_box .prize {
    float: none;
    line-height: 2.5em;
    margin-right: 0;
    text-align: center;
  }
}

.gold {
  background: url("../img/4th/bg_type1.jpg") repeat-x;
}

.gold .award_box {
  background-image: url("../img/4th/prize_gold.png");
}

@media screen and (max-width: 767px) {
  .gold .award_box {
    background-image: url("../img/4th/prize_ss_gold.png");
    background-position: top center;
    background-size: contain;
  }
}

.silver {
  background: url("../img/4th/bg_type2.jpg") repeat-x;
}

.silver .award_box {
  background-image: url("../img/4th/prize_silver.png");
}

@media screen and (max-width: 767px) {
  .silver .award_box {
    background-image: url("../img/4th/prize_ss_silver.png");
    background-position: top center;
    background-size: contain;
  }
}

.bronze {
  background: url("../img/4th/bg_type1.jpg") repeat-x;
}

.bronze .award_box {
  background-image: url("../img/4th/prize_bronze.png");
}

@media screen and (max-width: 767px) {
  .bronze .award_box {
    background-image: url("../img/4th/prize_ss_bronze.png");
    background-position: top center;
    background-size: contain;
  }
}

.award_list li:not(:last-child) {
  margin-bottom: 50px;
}

.award_list a {
  display: block;
  text-decoration: none;
  color: #000;
}

.award_list a:hover .img_box img {
  opacity: 0.6;
}

.award_list .img_box {
  float: left;
  width: 40%;
  margin: 0 5%;
  padding: 10px;
  background: #FFF;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  text-align: center;
}

.award_list .img_box img {
  transition: all 0.3s;
}

.award_list .episode {
  float: left;
  width: 50%;
}

.award_list .more {
  color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: right;
  padding: 0 20px 0 0;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(160, 160, 160, 0.5)));
  background: linear-gradient(to bottom, rgba(255, 51, 51, 0.5), rgba(164, 0, 0, 0.5));
  background-color: #660000;
  border-radius: 8px;
  margin: -30px 0 0;
}

@media screen and (max-width: 950px) {
  .award_list .more {
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .award_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .award_list .img_box {
    float: none;
    width: 95%;
    margin: 0 auto 10px;
  }
  .award_list .episode {
    float: none;
    width: 95%;
    margin: 0 auto;
  }
}

.episode .ttl {
  font-size: 24px;
  line-height: 1.4em;
  border-bottom: 2px solid #910000;
  color: #910000;
  margin-top: 0.2em;
}

.episode .name {
  font-size: 16px;
  line-height: 1.5;
  text-align: right;
}

.episode .overview {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 8px;
  height: 120px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .episode .overview {
    font-size: 16px;
    line-height: 1.5;
    margin: 8px auto 10px;
    height: 120px;
    overflow: hidden;
  }
}

.scroll {
  text-align: center;
}

.scroll a {
  transition: all 0.3s;
}

.scroll a:hover {
  opacity: 0.7;
}

.award_list + .scroll {
  margin-top: 20px;
}

.pick_up {
  background: url("../img/4th/bg_type2.jpg") repeat-x;
}

.movie {
  background: url("../img/4th/bg_type1.jpg") repeat-x;
}

.popupLayer {
  display: none;
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
  zoom: 1;
  z-index: 2000;
}

.popupEpisode {
  z-index: 2100;
}

.popupEpisode__unit {
  display: none;
  width: 840px;
  height: 700px;
  margin: auto;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
}

.popupEpisode__wrap {
  background: #FFF;
  width: 100%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
}

.popupEpisode__title {
  font-size: 24px;
  font-weight: bold;
  margin: 0 10px;
}

.popupEpisode__img {
  text-align: center;
  width: 480px;
  height: 320px;
  margin: 20px auto;
}

.popupEpisode__name {
  font-size: 22px;
  font-weight: bold;
  margin: 15px 10px 0;
}

.popupEpisode__btnClose {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 2110;
  cursor: pointer;
}

.popupEpisode__text {
  margin: 10px auto 0;
  height: 220px;
  font-size: 125.0%;
  width: 820px;
  overflow: auto;
}

.popupEpisode__text p {
  font-size: 20px;
  margin-bottom: 15px;
}

.jspContainer,
.jspScrollable {
  width: 100% !important;
}

.jspContainer {
  height: 100% !important;
}

.jspTrack {
  height: calc(100% - 40px) !important;
}

.jspPane {
  width: calc(100% - 24px) !important;
}

@media screen and (max-width: 767px) {
  .popupEpisode__unit {
    height: 80%;
    width: 85%;
  }
  .popupEpisode__wrap {
    padding: 20px 2.5%;
    overflow-y: scroll;
  }
  .popupEpisode__img {
    width: 100%;
    height: auto;
    margin: 20px auto 0;
  }
  .popupEpisode__text {
    font-size: 14px;
    height: 35vh;
    overflow: auto;
    width: 90%;
  }
}

@media (max-width: 567px) {
  .popupEpisode__wrap {
    padding: 20px 2.5%;
    padding: 20px 6%;
  }
  .popupEpisode__img {
    margin: 10px auto 0;
  }
  .popupEpisode__name {
    font-size: 13px;
    margin-top: 10px;
  }
  .popupEpisode__text {
    font-size: 14px;
    height: 210px;
    margin-top: 10px;
    overflow: auto;
    width: 90%;
  }
}

/*********************************************
* head
*********************************************/
.head {
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  padding: 13px 2.5%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.head .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head .sns_list {
  font-size: 0;
}

.head .sns_list li {
  display: inline-block;
}

.head .sns_list li:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .head .wrap {
    flex-direction: column;
    align-items: flex-start;
    /* 初期値 */
  }
  .head .logo {
    width: 35%;
    margin-bottom: 10px;
  }
}

/*********************************************
* mv
*********************************************/
.mv {
  color: #FFF;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  text-shadow: #000000 1px 1px 3px;
  height: 510px;
  position: relative;
  overflow: hidden;
}

.mv video {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -540px 0 0 -960px;
  width: 1920px;
  height: 1080px;
  z-index: -100;
  background: #fff url(../img/4th/bg_mov.jpg) center center fixed;
  background-size: cover;
}

.mv .video_img-sp {
  height: 100%;
  display: none;
  text-align: center;
  position: absolute;
  margin-left: -340px;
  left: 50%;
}

.mv .video_img-sp img {
  height: 100%;
  max-width: none;
}

.mv .video_img-sp.onsp {
  display: block;
}

.mv .mv_content {
  background: url(../img/4th/bg_dot_k.png);
  position: absolute;
  height: 440px;
  width: 100%;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mv .cp_name {
  margin: 36px auto 0;
  font-size: 24px;
  line-height: 68px;
}

.mv h3 {
  font-size: 28px;
  padding: 55px 0;
  background: url("../img/4th/crown.png") no-repeat center center;
  background-size: contain;
  margin-bottom: 10px;
}

.mv h3 span {
  display: block;
  font-size: 48px;
  padding-top: 10px;
}

.mv .day {
  font-size: 18px;
  line-height: 1.5;
}

.mv .third_winner {
  text-align: right;
  width: 950px;
  margin: 0 auto -34px;
}

.mv .third_winner a {
  color: #fff;
  line-height: 1.3;
  font-weight: bold;
  font-size: 14px;
  padding: 7px 60px 7px 0;
  text-decoration: none;
  display: inline-block;
  background: url(../img/4th/icon01.png) no-repeat right top;
}

.mv .third_winner a:hover {
  text-decoration: underline;
}

.mv .scroll {
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .mv .video_img-sp {
    margin-left: 0;
    left: 0;
  }
  .mv .video_img-sp img {
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .mv .cp_name {
    margin: 30px auto 0;
    font-size: 20px;
    line-height: 1.2;
  }
  .mv .cp_name span {
    display: block;
  }
  .mv h3 {
    font-size: 21px;
    padding: 45px 0;
    margin-bottom: 0;
  }
  .mv h3 span {
    display: block;
    font-size: 30px;
    padding-top: 10px;
  }
  .mv .day {
    font-size: 15px;
  }
  .mv .third_winner {
    text-align: right;
    width: 95%;
    margin: 0 auto;
  }
  .mv .third_winner a {
    color: #fff;
    line-height: 1.3;
    font-weight: bold;
    font-size: 14px;
    padding: 7px 60px 7px 0;
    text-decoration: none;
    display: inline-block;
    background: url(../img/4th/icon01.png) no-repeat right top;
  }
  .mv .third_winner a:hover {
    text-decoration: underline;
  }
  .mv .scroll {
    padding-bottom: 10px;
  }
}

/*********************************************
* announce
*********************************************/
.announce {
  color: #fff;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  background-color: #700;
  padding: 25px 0;
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .announce {
    padding: 20px 2.5%;
  }
  .announce br {
    display: none;
  }
}

/*********************************************
* bronze
*********************************************/
.bronze .award_box h4 {
  font-size: 24px;
  line-height: 3;
}

.bronze .award_list {
  font-size: 0;
  text-align: center;
}

.bronze .award_list li {
  width: 30%;
  display: inline-block;
  margin: 0 1.66667%;
}

.bronze .award_list li:not(:last-child) {
  margin-bottom: 50px;
}

.bronze .award_list li a:hover .more {
  text-decoration: underline;
}

.bronze .award_list .img_box {
  width: 100%;
  float: none;
  margin: 0 auto 10px;
}

.bronze .award_list .episode {
  float: none;
  width: auto;
}

.bronze .award_list .episode .ttl {
  font-size: 16px;
  text-align: left;
}

.bronze .award_list .more {
  color: #00e;
  line-height: 1.5;
  text-align: center;
  height: auto;
  padding: 0;
  background: none;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .bronze .award_box h4 {
    font-size: 18px;
    line-height: 62px;
  }
  .bronze .award_list {
    font-size: 0;
    text-align: center;
  }
  .bronze .award_list li {
    width: 95%;
    display: inline-block;
    margin: 0 auto;
  }
  .bronze .award_list li:not(:last-child) {
    margin-bottom: 20px;
  }
}

/*********************************************
* pick_up
*********************************************/
.pick_up h4 {
  color: #910000;
  font-size: 0;
  line-height: 1.5;
  text-align: center;
  padding: 24px 0;
}

.pick_up h4 .img_box {
  margin-right: 30px;
}

.pick_up h4 span {
  display: inline-block;
  font-size: 24px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .pick_up h4 {
    line-height: 1.5;
    text-align: center;
    padding: 0 0 20px;
  }
  .pick_up h4 .img_box {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .pick_up h4 span {
    display: block;
    font-size: 16px;
  }
}

.slick {
  width: calc(100% - 50px);
  margin: 0 auto 20px;
}

.slick li {
  background: #FFF;
  padding: 5px;
  border: 1px solid #ccc;
  margin-right: 5px;
}

.slick a {
  display: block;
  transition: all 0.3s;
}

.slick a:hover {
  opacity: 0.6;
}

.slick .slick-prev,
.slick .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.slick .slick-prev:before,
.slick .slick-next:before {
  content: "";
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 1;
  color: #910000;
  opacity: 0.75;
}

.slick .slick-prev {
  left: -25px;
}

.slick .slick-prev:before {
  content: "\f137";
}

.slick .slick-next {
  right: -25px;
}

.slick .slick-next:before {
  content: "\f138";
}

.rule {
  width: 360px;
  margin: 0 auto 40px;
}

.rule a {
  display: block;
  color: #fff;
  line-height: 1.5;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  padding: 0.4em 0;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(160, 160, 160, 0.5)));
  background: linear-gradient(to bottom, rgba(255, 51, 51, 0.5), rgba(164, 0, 0, 0.5));
  background-color: #660000;
  transition: background-color 0.4s;
}

.rule a:hover {
  background-color: #F33;
}

@media screen and (max-width: 767px) {
  .rule {
    width: 95%;
  }
}

/*********************************************
* movie
*********************************************/
.movie h4 {
  margin-bottom: 58px;
  color: #A90000;
  font-size: 0;
  text-align: center;
}

.movie h4 .img_box {
  margin-right: 5px;
}

.movie h4 span {
  display: inline-block;
  font-size: 24px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .movie h4 {
    margin-bottom: 30px;
  }
  .movie h4 .img_box {
    margin-right: 5px;
  }
  .movie h4 span {
    display: inline-block;
    font-size: 21px;
    vertical-align: middle;
  }
}

.short_movies {
  font-size: 0;
  text-align: center;
  width: 560px;
  margin: 0 auto 40px;
}

.short_movies li {
  display: inline-block;
  padding: 0 45px;
  width: 190px;
  margin-bottom: 30px;
}

.short_movies li:nth-child(3) {
  margin-bottom: 0;
}

.short_movies li:nth-child(4) {
  margin-bottom: 0;
}

.short_movies .you_img {
  margin-bottom: 15px;
  text-align: center;
}

.short_movies .you_img a {
  transition: all 0.3s;
}

.short_movies .you_img a:hover {
  opacity: 0.6;
}

.short_movies h5 {
  color: #A90000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.short_movies h5 span {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .short_movies {
    margin: 0 auto 20px;
    width: 100%;
  }
  .short_movies li {
    padding: 0;
    width: 49%;
    margin-bottom: 30px;
  }
  .short_movies li:nth-child(2n+1) {
    margin-right: 2%;
  }
  .short_movies .you_img {
    margin-bottom: 15px;
  }
  .short_movies h5 {
    color: #A90000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  .short_movies h5 span {
    font-size: 14px;
  }
}

/*********************************************
* before
*********************************************/
.before {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.before .cp_img_video {
  background: #FFF;
}

.before .cp_img_video a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 24px;
  width: 427px;
  background-color: #910000;
  border-radius: 10px;
  transition: all 0.3s;
}

.before .cp_img_video a:hover {
  opacity: 0.8;
}

.before .cp_img_video .img_box {
  margin-right: 20px;
}

.before .cp_img_video strong {
  display: block;
  font-size: 22px;
}

@media screen and (max-width: 950px) {
  .before {
    display: block;
  }
  .before .cp_img_video a {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .before .cp_img_video a {
    font-size: 10px;
  }
  .before .cp_img_video strong {
    font-size: 12px;
  }
}

.before_award {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.before_award li:not(:last-child) {
  margin-bottom: 20px;
}

.before_award li a {
  display: block;
  color: #fff;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  width: 305px;
  padding: 16px 15px 16px 0;
  border-radius: 8px;
  background: url(../img/4th/arrow_right.png), linear-gradient(to bottom, rgba(255, 51, 51, 0.5), rgba(164, 0, 0, 0.5));
  background-color: #600;
  background-repeat: no-repeat, repeat;
  background-position: center right 20px, 0;
  transition: background-color 0.4s;
}

.before_award li a:hover {
  background-color: #F33;
}

@media screen and (max-width: 950px) {
  .before_award {
    display: block;
  }
  .before_award li a {
    width: 100%;
    box-sizing: border-box;
  }
}

/*********************************************
* foot
*********************************************/
.foot {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8em;
  text-align: center;
  background: #700;
  padding: 20px 2.5%;
}

.foot .copy {
  color: #D54B32;
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .foot {
    font-size: 12px;
    padding: 15px 2.5%;
  }
  .foot li a {
    width: 100%;
    box-sizing: border-box;
  }
}

/**********************************************
 * rules
 **********************************************/
.rule {
  margin-bottom: 40px;
}

.rules {
  margin: 70px 0 0;
}

#guideline {
  padding: 2em;
  background-color: #fff;
  line-height: 1.5em;
  font-size: 13px;
}

#guideline p {
  font-size: 13px;
}

#guideline h2 {
  font-size: 28px;
  color: #910000;
  padding-left: 1.7em;
  background: url(../img/rule/h3_icon.png) no-repeat left top;
  line-height: 1.5em;
}

#guideline h3 {
  font-size: 22px;
  color: #910000;
  margin: 1em 0;
}

#guideline h4 {
  font-size: 16px;
  color: #910000;
  line-height: 3em;
  margin-top: 1em;
}

#guideline hr {
  border: dotted 1px #910000;
  margin: 2em 0;
}

#guideline .disc li {
  margin-left: 2em;
  list-style-type: disc;
  list-style-position: outside;
}

#guideline li.circle {
  margin-left: 1em;
  list-style-type: circle;
  list-style-position: outside;
}

#guideline .disc li a {
  color: #a90000;
}

#guideline .link {
  margin: 60px auto 0;
  padding-bottom: 40px;
  width: 296px;
  font-size: 16px;
  line-height: 1.3;
}

#guideline .link a {
  padding: 8px 8px 7px;
  display: block;
  font-weight: bold;
  text-align: center;
  background: url(../img/rule/btn_bg02.jpg) repeat-x left top;
  border-radius: 6px;
  position: relative;
  behavior: url(../js/pie.htc);
}

@media all and (min-width: 0) and (max-width: 736px) {
  .rules {
    margin: 10px 0 0;
  }
  #guideline {
    padding: 0 3%;
    line-height: 1.2em;
    font-size: 11px;
  }
  #guideline p {
    font-size: 11px;
  }
  #guideline h2 {
    font-size: 24px;
    line-height: 1.2em;
    padding: 20px 0 0 0;
    background: none;
  }
  #guideline h3 {
    font-size: 20px;
  }
  #guideline h4 {
    font-size: 15px;
    line-height: 1.4em;
  }
}

small {
  font-size: 0.83em;
}


/*----------buyer_btn-------------*/
#buyer_btn{
   background:#9a0606;
  padding:50px 0 110px;
   text-align: center;
}
#buyer_btn h2{
  color: #fff;
  font-size:23px;
  font-weight: bold;
}
#buyer_btn ul{
  width:950px;
  margin: 0 auto;
  padding:55px 0 0;
}
#buyer_btn ul li {
  float: left;
}
#buyer_btn ul li .mr0{
  margin-right:0;
}
#buyer_btn ul li .title{
  font-size:19px;
  font-weight: bold;
  margin-right: 50px;
  margin-bottom: 15px;
}
#buyer_btn ul li .wrap{
  width:100%;
}ｱ_
#buyer_btn{
}
#buyer_btn ul li .wrap p{
  float: left;
  margin:0 5px 0 0;
  box-sizing:boder-box;
  display: table;
  width: 160px;
}
#buyer_btn ul li .wrap p a{
  display: table-cell;
  padding:15px 15px 13px 5px;
   font-size: 15px;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: bold;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
}
#buyer_btn ul li .wrap p a:hover{
  text-decoration: none;
   color:#fff;
}
.clearfix:after{
  clear:both;
 content:".";
ｱ_display:block;
 height:0;
 visibility:hidden;
}
.clearfix {
 ｱ_display:block;
ｱ_*zoom: 1;
}

/*-----マンション--------*/
#buyer_btn ul .mansion{
   width:390px;
}
#buyer_btn ul .mansion .title{
   margin-right:60px;
   color:#f8b2a4;
}
#buyer_btn ul .mansion .wrap p a{
   color:#ff816f;
   background:url("../img/4th/mansion_arrow.png") no-repeat scroll 96% 50%,#fff;
}
#buyer_btn ul .mansion .wrap p a:hover{
    background:url("../img/4th/arrow_on.png") no-repeat scroll 96% 50%,#f8b2a4;
}
/*-----戸建--------*/
#buyer_btn ul .house{
   width:390px;
}
#buyer_btn ul .house .title{
   margin-right:65px;
  color:#ffb082;
}
#buyer_btn ul .house .wrap p a{
   color:#ff782b;
   background:url("../img/4th/house_arrow.png") no-repeat scroll 96% 50%,#fff;
}
#buyer_btn ul .house .wrap p a:hover{
    background:url("../img/4th/arrow_on.png") no-repeat scroll 96% 50%,#ffb082;
}
/*-----土地-------*/
#buyer_btn ul .land{
  margin:8px 0 0;
  width:160px;
}
#buyer_btn ul .land .title{
  color:#efc171;
  margin-right:0;
}
#buyer_btn ul .land .wrap p{
 margin-top:-20px;
}
#buyer_btn ul .land .wrap p a{
   color:#cb912e;
   background:url("../img/4th/land_arrow.png") no-repeat scroll 96% 50%,#fff;
}
#buyer_btn ul .land .wrap p a:hover{
    background:url("../img/4th/arrow_on.png") no-repeat scroll 96% 50%,#efc171;
}


@media all and (min-width: 0) and (max-width: 768px)  {
#buyer_btn{
   padding:30px 0;
   width:100%;
   margin:0 auto;
}
#buyer_btn h2{
   margin:0 10px;
   font-size:19px;
}
#buyer_btn ul{
   width:100%;
   padding: 0 ;
} 
#buyer_btn ul li {
   float:none;
   padding-top:20px;
} 
#buyer_btn ul li .title{
  margin-bottom:0;
} 
#buyer_btn ul li .wrap{
  display: table;
}
#buyer_btn ul li .wrap p{
  display: table-cell;
  width:50%;
  padding: 0 5px 0 0;
  float:none;
}
#buyer_btn ul li .wrap p a{
  padding:13px 8px 11px 2px;
  width: 100%;
  display: table;    
}
#buyer_btn ul .mansion,
#buyer_btn ul .house,
#buyer_btn ul .land{
  width:auto;
}
/*-----マンション--------*/
#buyer_btn ul .mansion .title{
   margin-right:0;
}
/*-----戸建--------*/
#buyer_btn ul .house .title{
   margin-right:0;
}
/*-----土地-------*/
#buyer_btn ul .land .title{
   width:auto;
   margin-bottom:-6px;
}
#buyer_btn ul .land .wrap p{
  margin: 0 25% 0;
  display: table;
}
}

