@charset "UTF-8";
.mv {
  position: relative;
  width: 100%;
  min-height: 670px;
  color: #093234;
  background: url(../images/mv_1.png) no-repeat center center\9;
}

.mv__inner {
  position: absolute;
  width: 950px;
  height: 590px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  *position: static;
  *margin: 50px auto 0;
}

.mv__title {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  padding: 15px 35px;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #093234;
  border-radius: 50px;
  margin-bottom: 50px;
}

.mv__catch {
  font-size: 32px;
  font-weight: bold;
  line-height: 52px;
  margin-bottom: 50px;
  text-shadow: 2px 2px 40px rgba(255, 255, 255, 0.6), -2px 2px 40px rgba(255, 255, 255, 0.6), 2px -2px 40px rgba(255, 255, 255, 0.6), -2px -2px 40px rgba(255, 255, 255, 0.6);
}
.mv__catch span {
  font-size: 48px;
  font-weight: bold;
}

.mv__logo {
  position: relative;
  left: -10px;
  margin-bottom: 60px;
}

.mv__txt {
  font-size: 18px;
  line-height: 26px;
  text-shadow: 2px 2px 40px rgba(255, 255, 255, 0.6), -2px 2px 40px rgba(255, 255, 255, 0.6), 2px -2px 40px rgba(255, 255, 255, 0.6), -2px -2px 40px rgba(255, 255, 255, 0.6);
}

.mv_fadein {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: mv_fadeIn;
          animation-name: mv_fadeIn;
  visibility: visible !important;
}
.mv_fadein--1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.mv_fadein--2 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.mv_fadein--3 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.mv_fadein--4 {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

@-webkit-keyframes mv_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mv_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section {
  position: relative;
  min-height: 680px;
}

.plus__inner {
  position: absolute;
  width: 950px;
  height: 590px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  *position: static;
  *margin: 50px auto 0;
}

.plus__title {
  font-size: 30px;
  line-height: 46px;
  margin-bottom: 50px;
}

.plus__head {
  display: block;
  margin: 0 auto 45px;
}

.plus__list {
  *zoom: 1;
  margin: 0 auto 20px;
}
.plus__list:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.plus__list--3 {
  width: 375px;
}
.plus__list--4 {
  width: 500px;
}

.plus__item {
  float: left;
  position: relative;
  width: 125px;
  height: 150px;
}
.plus__item a img {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
}
.plus__item a img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.plus__item--2 {
  position: relative;
  top: 10px;
}

.plus__list--4 li:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.plus__list--4 li:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.plus__list--4 li:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.plus__list--4 li:nth-child(4) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.plus__list--3 li:nth-child(1) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.plus__list--3 li:nth-child(2) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.plus__list--3 li:nth-child(3) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

#travel {
  width: 100%;
  background: url(../images/service_travel_bg.png) no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}

.travel__inner {
  position: relative;
  width: 930px;
  height: 100%;
  margin: 0 auto;
}
.travel__inner img {
  position: absolute;
  top: 85px;
  left: 80px;
}

.travel__note {
  position: absolute;
  bottom: 25px;
  right: 5px;
  font-size: 10px;
  color: #fff;
  text-align: right;
}

.service__inner {
  position: absolute;
  width: 950px;
  height: 590px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  *position: static;
  *margin: 50px auto 0;
  height: 385px;
}

.service__head {
  font-size: 30px;
  color: #6a473b;
  margin: 0 auto 115px;
}

.service__list {
  *zoom: 1;
  width: 810px;
  margin: 0 auto;
}
.service__list:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.service__item {
  float: left;
  margin-right: 150px;
}
.service__item--last {
  margin-right: 0;
}
.service__item a img {
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
}
.service__item a img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#example {
  background: #f8f8f8;
}

.example__inner {
  position: absolute;
  width: 950px;
  height: 590px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  *position: static;
  *margin: 50px auto 0;
  height: 380px;
}

.example__title {
  font-size: 30px;
  margin: 0 auto 115px;
}

.example__img {
  position: relative;
  width: 205px;
  height: 172px;
  left: -15px;
  display: block;
  margin: 0 auto;
}
.example__img img {
  width: 75%;
  height: auto;
}

.hosho #hosho_shop, .hosho #hosho_net {
  background: #e4eeef;
  height: 100%;
}

.hosho #hosho_travel {
  background: #dfeaeb;
  height: 100%;
}

.hosho__inner {
  padding: 150px 0;
  height: 100%;
}

.hosho__fukidasi {
  display: block;
  margin: 0 auto 30px;
}

.hosho__title {
  font-size: 30px;
  margin-bottom: 90px;
}

.hosho-item__wrapper {
  *zoom: 1;
  width: 930px;
  height: 607px;
  margin: 0 auto 30px;
}
.hosho-item__wrapper:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.hosho-item {
  position: relative;
  float: left;
  width: 460px;
  height: 555px;
  margin-top: 52px;
  background-color: #FFF;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 1px rgba(0, 0, 0, 0.3);
}
.hosho-item--return {
  float: right;
}
.hosho-item--last {
  position: relative;
  width: 460px;
  height: 555px;
  margin-top: 52px;
  background-color: transparent;
  background-image: url(../images/hosho_logosukasi.png);
  background-repeat: no-repeat;
  background-position: center;
}

.hosho-item__new {
  position: absolute;
  right: 0;
  left: 0;
  top: -45px;
  margin: 0 auto;
}

.hosho-item__ttl {
  position: relative;
  top: 0;
  padding: 20px 0;
  background: #cf2120;
  color: #FFF;
  font-size: 26px;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
  margin-bottom: 30px;
}

.hosho-item__inner {
  position: relative;
  height: 270px;
  margin: 0 auto;
}
.hosho-item__inner--syuuri {
  height: 300px;
}

.hosho-item__catch {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 35px;
}
.hosho-item__catch--syuuri {
  margin-bottom: 16px;
}
.hosho-item__catch--hason {
  margin-bottom: 55px;
}

.hosho-item__txt {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.hosho-item__txt--syuppin {
  bottom: -20px;
}

.hosho-item__btn-wrapper {
  position: absolute;
  height: 107px;
  bottom: 25px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.hosho-item__btn {
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
.hosho-item__btn:hover {
  opacity: 0.8;
}

.premium__inner {
  position: absolute;
  width: 950px;
  height: 590px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  *position: static;
  *margin: 50px auto 0;
  height: 188px;
}

.premium__icon {
  display: block;
  margin: 0 auto 35px;
}

.premium__txt {
  font-size: 30px;
  line-height: 42px;
}

.auc_bid {
  width: 950px;
  margin: 20px auto 40px;
}

#ult_aucbid2 {
  margin-bottom: 100px;
}

.auc_bid__arrow {
  display: block;
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-top: 40px solid #e4e5e3;
  margin: 30px auto 0;
}

.auc_bid__frame {
  *zoom: 1;
  width: 934px;
  height: 220px;
  background: #fff;
  border: 8px solid #1a8be2;
  border-radius: 14px;
  -webkit-box-shadow: 0px 2px 4px #415e79;
          box-shadow: 0px 2px 4px #415e79;
}
.auc_bid__frame:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.auc_bid__ttl {
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding-bottom: 6px;
  color: #fff;
  font-size: 125%;
  font-weight: bold;
  text-align: center;
  background: #1a8be2;
}

.auc_bid__body {
  padding: 24px;
}

.auc_bid__cmdy {
  width: 600px;
  float: left;
  margin-left: 30px;
}

.auc_bid__cmdy--img {
  display: block;
  width: 122px;
  height: 122px;
  float: left;
  background-color: #e4e5e3;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
          background-size: contain;
}

.auc_bid__cmdy .auc_bid__cmdy--txt {
  float: right;
  width: 460px;
}

.cmdy__ttl {
  width: 240px;
  height: 86px;
  font-size: 87.5%;
  float: left;
}

.cmdy__ttl a {
  color: #009FE4;
  text-decoration: none;
}

.auc_bid__cap {
  font-size: 62.5%;
  margin: 0px 4px;
}

.cmdy__limit {
  color: #eb1538;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  background: #ffff00;
  padding: 4px 10px;
  margin-bottom: 10px;
}

.auc_bid__entry__btn {
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0033), to(#d20101));
  background-image: -webkit-linear-gradient(top, #ff0033, #d20101);
  background-image: linear-gradient(to bottom, #ff0033, #d20101);
  background-color: #EB1538;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 10px;
  -webkit-transition: all .2s;
          transition: all .2s;
  -webkit-box-shadow: 0px 2px 0px 0px #912436;
          box-shadow: 0px 2px 0px 0px #912436;
  float: right;
  width: 190px;
  height: 76px;
  font-size: 106.25%;
  margin: 0px;
  padding: 0px;
}

.auc_bid__entry__btn:hover {
  background-image: none;
  background-color: #ff0033;
}

.auc_bid__entry__btn p {
  width: 176px;
  float: right;
  text-align: left;
  margin-top: 16px;
  line-height: 23px;
}

.auc_bid__entry__btn p:before {
  width: 20px;
  height: 47px;
  margin-right: 6px;
  display: block;
  content: "";
  float: left;
  background: url("https://s.yimg.jp/images/hosho/service/pc/v1/mobilehosho/top/images/ico_bracket_right-white2.png") no-repeat center center;
}

.auc_bid__annotation {
  font-size: 75%;
  color: #666;
  display: inline-block;
  margin-top: 16px;
}

.auc_bid__another {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: right;
  margin-top: 12px;
  margin-right: 8px;
  padding-left: 28px;
  line-height: 22px;
  background-image: url("https://s.yimg.jp/images/hosho/service/pc/v1/mobilehosho/top/images/ico_link-arrow.png");
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 100%;
  font-weight: bold;
  color: #2992cb;
  -webkit-transition: all .2s;
          transition: all .2s;
}

.auc_bid__another:visited {
  color: #0476af;
}

.auc_bid__another:hover {
  color: #009fe4;
  text-decoration: none;
}

.auc_bid__logo {
  width: 250px;
  margin-top: 3px;
  float: left;
  text-align: center;
}

.auc_bid__logo p {
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 112.5%;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.sns_wrapper {
  *zoom: 1;
  width: 180px;
  padding: 30px 0 0;
  margin: 0 auto;
}
.sns_wrapper:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.sns_tw {
  float: left;
}

.sns_fb {
  float: right;
}
