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

.title_area {
  position: relative;
  height: 360px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #009CA3), color-stop(50%, #008E95));
  background: linear-gradient(to right, #009CA3 50%, #008E95 50%);
  width: 100%;
}
@media (max-width: 767px) {
  .title_area {
    height: 84.2105263158vw;
  }
}
.title_area div {
  width: 100%;
  height: 360px;
  background-image: url(../img/title_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 767px) {
  .title_area div {
    height: auto;
  }
}
.title_area h1 {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -700px;
  width: 1400px;
}
@media (max-width: 767px) {
  .title_area h1 {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}

.contents_area .section_inner {
  position: relative;
  z-index: 3;
  width: 960px;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .contents_area .section_inner {
    width: 94.7368421053vw;
    padding-bottom: 7.8947368421vw;
  }
}
.contents_area .cap-01 {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #00288c;
  line-height: 2;
  padding: 60px 0 24px;
}
@media (max-width: 767px) {
  .contents_area .cap-01 {
    font-size: 4.2105263158vw;
    padding: 7.2368421053vw 0 5.9210526316vw;
  }
}
.contents_area .anchors {
  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;
  width: 960px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contents_area .anchors {
    width: 89.4736842105vw;
  }
}
.contents_area .anchors li {
  margin-bottom: 25px;
  width: 210px;
}
@media (max-width: 767px) {
  .contents_area .anchors li {
    width: 43.4210526316vw;
    margin-bottom: 2.6315789474vw;
  }
}
.contents_area .anchors li a {
  position: relative;
  display: block;
}
.contents_area .anchors li a span {
  position: absolute;
  display: block;
  width: 35px;
  left: 15px;
  bottom: 5px;
}
@media (max-width: 767px) {
  .contents_area .anchors li a span {
    width: 6.5789473684vw;
    left: 3.2894736842vw;
    bottom: 1.3157894737vw;
  }
}

.item_area h2 {
  background: url(../img/title-h2_bg.png) repeat-x left top;
}
.item_area h2 img {
  width: 960px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .item_area h2 img {
    width: 100vw;
  }
}
.item_area .cap-02 {
  font-size: 14px;
  line-height: 1.6;
  margin: 20px 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .item_area .cap-02 {
    margin: 3.9473684211vw 0 0;
  }
}
.item_area .section_inner {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .item_area .section_inner {
    padding-bottom: 10.5263157895vw;
  }
}
.item_area .days {
  width: 960px;
  margin: 0 auto;
  background-color: #969696;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  border-radius: 100vw;
  padding: 0.4em 0;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .item_area .days {
    width: 86.8421052632vw;
    font-size: 3.1578947368vw;
    margin-top: 5.2631578947vw;
  }
}
.item_area .items {
  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;
  width: 960px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .item_area .items {
    width: 86.8421052632vw;
  }
}
.item_area .items .days {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .item_area .items .days {
    margin-top: 5.2631578947vw;
  }
}
.item_area .items .item {
  width: 460px;
  margin-top: 40px;
  border: #5ADCE6 solid 4px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .item_area .items .item {
    width: 86.8421052632vw;
    border-width: 1.0526315789vw;
    border-radius: 1.9736842105vw;
    margin-top: 5.2631578947vw;
  }
}
.item_area .items .item .new {
  position: absolute;
  width: 80px;
  right: 20px;
  top: 20px;
}
@media (max-width: 767px) {
  .item_area .items .item .new {
    width: 15.1315789474vw;
    right: 3.9473684211vw;
    top: 3.9473684211vw;
  }
}
.item_area .items .item h3 {
  background: #5ADCE6;
  color: #00288c;
  font-size: 16px;
  border-radius: 0 0 10px 0;
  border-bottom: #5ADCE6 solid 4px;
  padding: 0.3em 0.8em;
  width: 260px;
}
@media (max-width: 767px) {
  .item_area .items .item h3 {
    font-size: 3.6842105263vw;
    border-width: 1.0526315789vw;
    border-radius: 0 0 1.9736842105vw 0;
    width: 55.2631578947vw;
  }
}
.item_area .items .item .img {
  width: 400px;
  margin: 10px auto 15px;
}
@media (max-width: 767px) {
  .item_area .items .item .img {
    width: 76.3157894737vw;
    margin: 2.6315789474vw auto 3.4210526316vw;
  }
}
.item_area .items .item .item_cont {
  width: 400px;
  margin: 0 auto;
  padding-bottom: 20px;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .item_area .items .item .item_cont {
    width: 76.3157894737vw;
    padding-bottom: 3.9473684211vw;
    height: 72.5vw;
  }
}
.item_area .items .item .item_cont .item_name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .item_area .items .item .item_cont .item_name {
    font-size: 4.4736842105vw;
  }
}
.item_area .items .item .item_cont .item_cap {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 0.6em;
}
@media (max-width: 767px) {
  .item_area .items .item .item_cont .item_cap {
    font-size: 3.6842105263vw;
  }
}
.item_area .items .item .item_cont .item_spec {
  font-size: 12px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .item_area .items .item .item_cont .item_spec {
    font-size: 3.1578947368vw;
  }
}
.item_area .items .item .item_cont .price {
  text-align: right;
  margin-top: auto;
  font-weight: 700;
  font-size: 22px;
  color: #E0002D;
}
@media (max-width: 767px) {
  .item_area .items .item .item_cont .price {
    font-size: 5.7894736842vw;
  }
}
.item_area .items .item .item_cont .price span {
  color: #333333;
  font-size: 14px;
  margin-left: 0.3em;
}
@media (max-width: 767px) {
  .item_area .items .item .item_cont .price span {
    font-size: 3.6842105263vw;
  }
}

.bottom_area {
  color: #DCDCDC;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .bottom_area {
    padding: 7.8947368421vw 0;
  }
}
.bottom_area .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .bottom_area .sns {
    margin-bottom: 5.2631578947vw;
  }
}
.bottom_area .sns li {
  margin: 0 15px;
}
@media (max-width: 767px) {
  .bottom_area .sns li {
    margin: 0 1.9736842105vw;
  }
}
.bottom_area .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .bottom_area .links {
    margin-bottom: 2.6315789474vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bottom_area .links li {
  margin: 0 20px;
}
@media (max-width: 767px) {
  .bottom_area .links li {
    margin: 0 2.6315789474vw 5.2631578947vw;
  }
}
.bottom_area .links li a {
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .bottom_area .links li a {
    font-size: 4.2105263158vw;
  }
}
.bottom_area .links li a::after {
  content: "\e91e";
  font-family: "icomoon";
  margin-left: 0.3em;
  color: #FF0033;
  font-size: 1.2em;
}

.shop_btn {
  text-align: center;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .shop_btn {
    padding-bottom: 9.8684210526vw;
  }
}
.shop_btn a {
  display: inline-block;
  margin: 0 auto;
  background: #fff;
  color: #eb193c;
  border-radius: 10px;
  line-height: 1.4;
  border: #eb193c solid 2px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  padding: 1em;
  padding-right: 2.5em;
  margin-top: 40px;
  min-width: 460px;
}
@media (max-width: 767px) {
  .shop_btn a {
    width: 78.9473684211vw;
    font-size: 4.2105263158vw;
    margin-top: 5.9210526316vw;
    padding: 0.7em 0;
    padding-right: 2em;
    min-width: 0;
  }
}
.shop_btn a span {
  text-align: left;
  display: inline-block;
  position: relative;
}
.shop_btn a span::after {
  content: "\e91e";
  font-family: "icomoon";
  position: absolute;
  right: -1.5em;
  top: 50%;
  margin-top: -0.7em;
}
@media (max-width: 767px) {
  .shop_btn a span::after {
    right: -2em;
  }
}/*# sourceMappingURL=an_layout.css.map */