@charset "UTF-8";
main {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  overflow: hidden;
}
main .pc {
  display: block;
}
main .sp {
  display: none;
}
@media (max-width: 767px) {
  main .pc {
    display: none;
  }
  main .sp {
    display: block;
  }
}
main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 0%;
}
main img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

section {
  margin: 0 auto;
  width: 950px;
  color: #000;
}
@media (max-width: 767px) {
  section {
    width: 100%;
  }
}

.title_area h1 {
  margin-top: 65px;
}
@media (max-width: 767px) {
  .title_area h1 {
    margin-top: 0;
  }
}

.under_top, .under_h2 {
  text-align: center;
  font-size: 26px;
  margin: 1em 0;
  line-height: 1.6;
  font-weight: 700;
}
@media (max-width: 767px) {
  .under_top, .under_h2 {
    font-size: 4.0625vw;
  }
}
.under_top span, .under_h2 span {
  display: block;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 767px) {
  .under_top span, .under_h2 span {
    font-size: 3.125vw;
  }
}

.type_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .type_menu {
    width: 91.5625vw;
    margin: 0 auto;
  }
}
.type_menu li {
  width: 224px;
}
@media (max-width: 767px) {
  .type_menu li {
    width: 20.46875vw;
  }
}

.caution-01 {
  font-size: 12px;
  text-align: center;
  margin: 3em 0 2em;
}
@media (max-width: 767px) {
  .caution-01 {
    font-size: 2.5vw;
    margin: 2em 0 1.5em;
  }
}

.item_section .item_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .item_section .item_area {
    width: 94.6875vw;
    margin: 0 auto;
  }
}
.item_section .item_box {
  width: 227px;
  min-height: 660px;
  border: #000 solid 0.99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 6px;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .item_section .item_box {
    width: 46.09375vw;
    min-height: 132.03125vw;
    padding: 1.25vw;
    margin-bottom: 2.8125vw;
  }
}
.item_section .item_box.new .item_photo {
  position: relative;
}
.item_section .item_box.new .item_photo::after {
  content: "";
  display: block;
  background: url(../img/new.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 44px;
  height: 44px;
}
@media (max-width: 767px) {
  .item_section .item_box.new .item_photo::after {
    bottom: -10.15625vw;
    width: 8.59375vw;
    height: 8.59375vw;
  }
}
.item_section .item_spacer {
  width: 227px;
}
@media (max-width: 767px) {
  .item_section .item_spacer {
    width: 46.09375vw;
  }
}
.item_section .item_txt {
  background-color: #EFEFEF;
  font-weight: 500;
  padding: 0.5em;
  font-size: 15px;
  line-height: 1.4;
  margin: -6px -6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 78px;
}
@media (max-width: 767px) {
  .item_section .item_txt {
    font-size: 3.046875vw;
    margin: -1.25vw -1.25vw 0;
    min-height: 15.9375vw;
  }
}
.item_section .item_photo {
  margin: 6px 0;
}
@media (max-width: 767px) {
  .item_section .item_photo {
    margin: 1.25vw 0;
  }
}
.item_section .item_maker {
  width: 100px;
}
@media (max-width: 767px) {
  .item_section .item_maker {
    width: 20.625vw;
  }
}
.item_section .item_name {
  font-weight: 900;
  font-size: 17px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .item_section .item_name {
    font-size: 3.4375vw;
    margin-bottom: 1.25vw;
  }
}
.item_section table {
  border: #595757 solid 0.99px;
  border-right: none;
  border-bottom: none;
  border-spacing: 0;
  margin-bottom: 6px;
  font-size: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .item_section table {
    font-size: 2.03125vw;
    margin-bottom: 1.25vw;
  }
}
.item_section table tr:nth-child(2n-1) td {
  background-color: #EFEFEF;
}
.item_section table td, .item_section table th {
  border: #595757 solid 1px;
  border-left: none;
  border-top: none;
  padding: 0.3em 0;
}
.item_section table th {
  background-color: #898989;
  color: #fff;
}
.item_section table .uwatuki {
  font-size: 0.4em;
  position: relative;
  bottom: 1em;
}
.item_section .table_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.item_section .item_inch, .item_section .item_parking {
  width: 103px;
}
@media (max-width: 767px) {
  .item_section .item_inch, .item_section .item_parking {
    width: 20.9375vw;
  }
}

.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.icons li {
  width: 48px;
  display: block;
  background-size: contain;
  margin-bottom: 6px;
  background-color: #C9CACA;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .icons li {
    width: 9.6875vw;
    margin-bottom: 1.25vw;
    border-radius: 0.9375vw;
  }
}
#anchor-01 .icons li.on {
  background-color: #006441;
}
#anchor-02 .icons li.on {
  background-color: #A51D28;
}
#anchor-03 .icons li.on {
  background-color: #1C4298;
}
#anchor-04 .icons li.on {
  background-color: #4F0067;
}

.item_caution {
  font-size: 10px;
  min-height: 30px;
}
@media (max-width: 767px) {
  .item_caution {
    font-size: 2.03125vw;
    min-height: 6.09375vw;
  }
}

.item_price {
  text-align: right;
  margin-top: auto;
  font-size: 24px;
  color: #DC0000;
  font-weight: 500;
}
@media (max-width: 767px) {
  .item_price {
    font-size: 4.84375vw;
  }
}
.item_price .yen {
  font-size: 10px;
}
@media (max-width: 767px) {
  .item_price .yen {
    font-size: 2.03125vw;
  }
}
.item_price .zei {
  font-size: 10px;
  color: #000;
}
@media (max-width: 767px) {
  .item_price .zei {
    font-size: 2.03125vw;
  }
}

.link_area {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  color: #1C4298;
  text-decoration: underline;
  margin: 1em 0 1.8em;
}
@media (max-width: 767px) {
  .link_area {
    font-size: 3.4375vw;
  }
}

.shadow_btn a {
  background: #fff;
  width: 540px;
  height: 68px;
  font-size: 19px;
  margin: 0 auto 40px;
  border: #595757 solid 0.99px;
  -webkit-box-shadow: 0 3px 0 #595757;
          box-shadow: 0 3px 0 #595757;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .shadow_btn a {
    width: 84.375vw;
    height: 10.9375vw;
    font-size: 3vw;
    border-radius: 0.625vw;
    -webkit-box-shadow: 0 0.46875vw 0 #595757;
            box-shadow: 0 0.46875vw 0 #595757;
    margin-bottom: 7.8125vw;
  }
}
.shadow_btn a::before {
  content: "\e91e";
  font-family: "icomoon";
  position: absolute;
  font-size: 1.3em;
  right: 0.9em;
  top: 50%;
  margin-top: -0.8em;
  color: #595757;
}
@media (max-width: 767px) {
  .shadow_btn a::before {
    right: 1em;
  }
}

.shop_btn {
  text-align: center;
  padding-bottom: 93px;
}
@media (max-width: 767px) {
  .shop_btn {
    padding-bottom: 16.40625vw;
  }
}
.shop_btn a {
  display: inline-block;
  margin: 0 auto;
  background: #eb193c;
  color: #fff;
  border-radius: 10px;
  line-height: 1.4;
  border: #eb193c solid 2px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  padding: 0.75em 1em;
  min-width: 400px;
}
@media (max-width: 767px) {
  .shop_btn a {
    width: 63.75vw;
    font-size: 3.125vw;
    border-width: 0.46875vw;
    padding: 0.7em 0;
    min-width: 0;
    border-radius: 1.5625vw;
  }
}
.shop_btn a span {
  text-align: left;
  display: inline-block;
  position: relative;
}
.shop_btn a span::before {
  content: "\e93b";
  font-family: "icomoon";
  position: absolute;
  font-size: 1.1em;
  left: -1.5em;
  top: 50%;
  margin-top: -0.6em;
}
@media (max-width: 767px) {
  .shop_btn a span::before {
    right: -2em;
  }
}

.images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .images {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 9.375vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.images li {
  width: 468px;
  position: relative;
}
@media (max-width: 767px) {
  .images li {
    width: 95vw;
  }
}
.images li h4 {
  position: absolute;
  bottom: 65px;
  left: 18px;
  width: 432px;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  background-color: #DCDDDD;
}
@media (max-width: 767px) {
  .images li h4 {
    font-size: 4.0625vw;
    left: 3.75vw;
    bottom: 12.5vw;
    width: 87.65625vw;
  }
}
.images li p {
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  bottom: 12px;
  left: 18px;
  width: 432px;
}
@media (max-width: 767px) {
  .images li p {
    font-size: 2.84375vw;
    left: 3.75vw;
    bottom: 2.34375vw;
    width: 87.65625vw;
  }
}

.icon_cap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.icon_cap li {
  width: 259px;
  margin: 0 18px 20px;
}
@media (max-width: 767px) {
  .icon_cap li {
    width: 85.9375vw;
    margin: 0 auto 8.4375vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.icon_cap li div {
  margin: 0 auto 15px;
  width: 96px;
}
@media (max-width: 767px) {
  .icon_cap li div {
    width: 17.96875vw;
    margin: 0;
  }
}
.icon_cap li p {
  font-size: 12px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .icon_cap li p {
    width: 65.625vw;
    font-size: 2.8125vw;
    line-height: 1.35;
  }
}
.icon_cap li p span {
  display: block;
  font-size: 10px;
}
@media (max-width: 767px) {
  .icon_cap li p span {
    font-size: 2.8125vw;
  }
}

.fukidashi {
  width: 344px;
  margin: 40px auto 30px;
}
@media (max-width: 767px) {
  .fukidashi {
    width: 53.4375vw;
    margin: 3.90625vw auto 4.21875vw;
  }
}

.bnr_area .bnr {
  margin-bottom: 37px;
}
@media (max-width: 767px) {
  .bnr_area .bnr {
    width: 88.90625vw;
    margin: 0 auto 5.46875vw;
  }
}
.bnr_area .shadow_btn {
  margin: 60px auto 80px;
}
@media (max-width: 767px) {
  .bnr_area .shadow_btn {
    margin: 7.8125vw auto 11.875vw;
  }
}/*# sourceMappingURL=an_layout.css.map */