@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://use.typekit.net/stp2kkx.css);
/*for PC*/
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .inner {
    width: 960px;
    margin: 0 auto;
  }
}
/*for SP*/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .inner {
    width: 100%;
  }
}
main * {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans Japanese";
  color: #251754;
}

#feature {
  width: 1200px;
  margin: 0 auto 120px;
}
#feature a {
  text-decoration: none;
}
#feature li {
  list-style: none;
}
#feature .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  #feature {
    width: 100%;
  }
}
/*------- .sec-mv -------*/
#feature .sec-mv {
  width: 100%;
  margin: 0 auto 45px;
}
#feature .sec-mv h1 img {
  width: 100vw;
}

@media screen and (max-width: 767px) {
  #feature .sec-mv {
    margin: 0 auto 6.4vw;
  }
  #feature .sec-mv h1 {
    font-size: 0;
  }
}
/*------- .nav-btn -------*/
#feature nav .nav-btn {
  width: 960px;
  margin: 0 auto 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#feature nav .nav-btn li a {
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 230px;
  margin: auto;
  padding: 0.8rem 0 1.2rem 0;
  font-weight: bold;
  border: 2px solid #241754;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#feature nav .nav-btn li a::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 2px solid #241754;
  border-right: 2px solid #241754;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#feature nav .nav-btn li a:hover {
  background: #ede9f7;
}

@media screen and (max-width: 767px) {
  #feature nav .nav-btn {
    width: 93.3333333333vw;
    margin: 0 auto 10.6666666667vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #feature nav .nav-btn li a {
    font-size: 3.4666666667vw;
    width: 45.3333333333vw;
    padding: 0.5rem 0 0.8rem 0;
    margin: 0 0 2.9333333333vw 0;
  }
  #feature nav .nav-btn li a::before {
    bottom: 0.4rem;
  }
  #feature nav .nav-btn li a:hover {
    background: none;
  }
}
/*------- .blk -------*/
#feature .blk {
  width: 960px;
  margin: 0 auto 116px;
  padding: 63px 0 65px 0;
  position: relative;
  border: 5px solid #241754;
  border-radius: 2px;
}
#feature .blk::before {
  content: url(/img/feature/store-service/blk01_blk-deco_pc.png);
  width: 960px;
  height: 69px;
  position: absolute;
  top: -44px;
  left: -5px;
}
#feature .blk .ttl-sub {
  margin: 0 auto;
  position: relative;
}
#feature .blk .ttl-sub::before, #feature .blk .ttl-sub::after {
  position: absolute;
  top: 18px;
  left: 243px;
  content: "";
  width: 58px;
  height: 3px;
  background: #251754;
}
#feature .blk .ttl-sub::after {
  left: 639px;
}
#feature .blk .ttl-sub h3 {
  font-size: 27px;
  letter-spacing: 0.06em;
  text-align: center;
}
#feature .blk .content-txt {
  font-size: 26px;
  font-weight: bold;
  margin: 24px 0 38px 70px;
}
#feature .blk .content-txt li {
  position: relative;
  padding: 0 0 26px 43px;
}
#feature .blk .content-txt li::before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  width: 27px;
  height: 25px;
  background: url(/img/feature/store-service/check.png) no-repeat;
  background-size: 27px 25px;
}
#feature .blk .content-txt span.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FBF49B));
  background: linear-gradient(transparent 70%, #FBF49B 70%);
}
#feature .blk .content-txt span.marker-gray {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #EEECEC));
  background: linear-gradient(transparent 70%, #EEECEC 70%);
}
#feature .blk .btn-blk {
  width: 682px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#feature .blk .blk-btn a {
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 326px;
  margin: auto;
  padding: 0.9rem 0 1.2rem 0;
  font-weight: bold;
  border: 2px solid #241754;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#feature .blk .blk-btn a::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 24px;
  right: 20px;
  border-top: 2px solid #241754;
  border-right: 2px solid #241754;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#feature .blk .blk-btn a:hover {
  background: #ede9f7;
}

@media screen and (max-width: 767px) {
  #feature .blk {
    width: 100%;
    margin: 0 auto 28.8vw;
    border: 2px solid #241754;
  }
  #feature .blk::before {
    content: "";
    background: url(/img/feature/store-service/blk01_blk-deco_sp.png);
    background-size: contain;
    width: 100%;
    height: 20vw;
    top: -13.0666666667vw;
    left: 0;
  }
  #feature .blk .ttl-container.flex {
    display: block;
  }
  #feature .blk .ttl-sub::before, #feature .blk .ttl-sub::after {
    top: 4.2666666667vw;
    left: 6.6666666667vw;
    width: 8vw;
    height: 0.5333333333vw;
  }
  #feature .blk .ttl-sub::after {
    left: 82.6666666667vw;
  }
  #feature .blk .ttl-sub h3 {
    font-size: 5.8666666667vw;
    letter-spacing: -0.005em;
  }
  #feature .blk .content-txt {
    font-size: 5.0666666667vw;
    margin: 5.3333333333vw 0 2.9333333333vw 7.4666666667vw;
  }
  #feature .blk .content-txt li {
    padding: 0 0 7.4666666667vw 8.5333333333vw;
    line-height: 1.4;
  }
  #feature .blk .content-txt li::before {
    position: absolute;
    top: 1.6vw;
    left: 0;
    content: "";
    width: 5.6vw;
    height: 5.0666666667vw;
    background: url(/img/feature/store-service/check.png) no-repeat;
    background-size: contain;
    background-size: 5.6vw 5.0666666667vw;
  }
  #feature .blk .content-txt span.marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FBF49B));
    background: linear-gradient(transparent 70%, #FBF49B 70%);
  }
  #feature .blk .content-txt span.marker-gray {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #EEECEC));
    background: linear-gradient(transparent 70%, #EEECEC 70%);
  }
  #feature .blk .btn-blk.flex {
    width: 80vw;
    margin: 0 auto;
    display: block;
    -webkit-box-pack: none;
        -ms-flex-pack: none;
            justify-content: none;
  }
  #feature .blk .blk-btn a {
    letter-spacing: 0.1em;
    width: 80vw;
    margin: 0 auto 5.3333333333vw;
    padding: 0.7rem 0 0.8rem 0;
  }
  #feature .blk .blk-btn a::after {
    width: 8px;
    height: 8px;
    top: 4.8vw;
    right: 3.7333333333vw;
  }
  #feature .blk .blk-btn a:hover {
    background: none;
  }
}
/*------- .blk-stamp -------*/
#feature .blk-stamp {
  font-size: 15px;
  text-align: center;
  border: none;
  background-color: #F7F7F7;
  padding: 40px 0 45px 0;
}
#feature .blk-stamp::before {
  content: none;
}
#feature .blk-stamp .heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #feature .blk-stamp {
    margin: 0 auto 21.3333333333vw;
    padding: 8vw 4vw 10.6666666667vw;
  }
  #feature .blk-stamp .heading {
    font-size: 5.8666666667vw;
    margin-bottom: 8vw;
  }
}
/*------- .blk01 -------*/
#feature .blk01 .ttl {
  width: 520px;
  margin: 42px 0 40px 47px;
}
#feature .blk01 .ph {
  width: 349px;
  margin: 0 0 55px 8px;
}
#feature .blk01 .txt {
  color: #fff;
  font-size: 20px;
  width: 287px;
  margin: 0 0 30px 164px;
  background: #251754;
  text-align: center;
  padding: 0.3rem 0 0.5rem 0;
  border-radius: 100vw;
}
#feature .blk01 .dl-btn {
  width: 440px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 0 87px;
}
#feature .blk01 .dl-btn .app-btn {
  width: 206px;
}
#feature .blk01 .dl-btn .ggl-btn {
  width: 204px;
}

@media screen and (max-width: 767px) {
  #feature .blk01 {
    padding: 14.9333333333vw 0 6.6666666667vw 0;
  }
  #feature .blk01 .ttl-blk {
    position: relative;
  }
  #feature .blk01 .ttl {
    width: 86.4vw;
    margin: 0 auto 4.8vw;
  }
  #feature .blk01 .ph {
    width: 76vw;
    margin: 0 auto 46.1333333333vw;
  }
  #feature .blk01 .txt {
    margin: 0;
    position: absolute;
    top: 109.6vw;
    left: 22.9333333333vw;
    font-size: 3.7333333333vw;
    width: 53.3333333333vw;
    padding: 0.45rem 0 0.55rem 0;
  }
  #feature .blk01 .dl-btn {
    margin: 0;
    position: absolute;
    top: 125.6vw;
    left: 5.3333333333vw;
    width: 88.2666666667vw;
  }
  #feature .blk01 .dl-btn .app-btn {
    width: 41.0666666667vw;
  }
  #feature .blk01 .dl-btn .ggl-btn {
    width: 40.8vw;
  }
}
/*------- .blk02 -------*/
#feature .blk02 {
  padding: 63px 0 55px 0;
}
#feature .blk02::before {
  content: url(/img/feature/store-service/blk02_blk-deco_pc.png);
}
#feature .blk02 .ttl {
  width: 535px;
  margin: 7px 0 0 207px;
}
#feature .blk02 .ph {
  width: 208px;
  margin: -33px 0 0 -9px;
}
#feature .blk02 .member-btn {
  width: 382px;
  margin: -21px auto 47px;
}
#feature .blk02 .ttl-sub::before {
  left: 284px;
}
#feature .blk02 .ttl-sub::after {
  left: 597px;
}
#feature .blk02 .content-txt {
  margin: 23px 0 28px 272px;
}

@media screen and (max-width: 767px) {
  #feature .blk02 {
    padding: 12vw 0 6.1333333333vw 0;
  }
  #feature .blk02::before {
    content: "";
    background: url(/img/feature/store-service/blk02_blk-deco_sp.png);
    background-size: contain;
  }
  #feature .blk02 .ttl-container {
    position: relative;
  }
  #feature .blk02 .ttl {
    width: 94.9333333333vw;
    margin: 0 auto;
  }
  #feature .blk02 .ph {
    position: absolute;
    top: 49.3333333333vw;
    right: -0.2666666667vw;
    width: 28.5333333333vw;
  }
  #feature .blk02 .member-btn {
    width: 87.2vw;
    margin: 2.1333333333vw auto 8.5333333333vw;
  }
  #feature .blk02 .ttl-sub::before {
    left: 15.4666666667vw;
  }
  #feature .blk02 .ttl-sub::after {
    content: none;
  }
  #feature .blk02 .content-txt {
    margin: 5.3333333333vw 0 2.9333333333vw 9.8666666667vw;
  }
}
/*------- .blk03,04 -------*/
#feature .blk03 .ph, #feature .blk04 .ph {
  width: 124px;
  margin: 11px 0 53px 46px;
}
#feature .blk03 .ttl-sub::before, #feature .blk04 .ttl-sub::before {
  left: 313px;
  top: 15px;
}
#feature .blk03 .ttl-sub::after, #feature .blk04 .ttl-sub::after {
  left: 575px;
  top: 15px;
}
#feature .blk03 .ttl-sub h3, #feature .blk04 .ttl-sub h3 {
  font-size: 21px;
  font-family: "segoe-ui", sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
#feature .blk03 .content-txt, #feature .blk04 .content-txt {
  text-align: center;
  line-height: 1.8;
  margin: 0 0 12px 0;
}
#feature .blk03 .blk-btn, #feature .blk04 .blk-btn {
  margin: 48px auto 0;
}

#feature .blk03 {
  padding: 63px 0 50px 0;
}
#feature .blk03::before {
  content: url(/img/feature/store-service/blk03_blk-deco_pc.png);
}
#feature .blk03 .ttl {
  width: 546px;
  margin: 7px 0 0 202px;
}

#feature .blk04 {
  margin: 0 auto 80px;
  padding: 63px 0 50px 0;
}
#feature .blk04::before {
  content: url(/img/feature/store-service/blk04_blk-deco_pc.png);
}
#feature .blk04 .ttl {
  width: 546px;
  margin: 7px 0 0 202px;
}
#feature .blk04 .tax {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  #feature .blk03 .ph, #feature .blk04 .ph {
    width: 16vw;
    margin: 1.3333333333vw auto 3.2vw;
  }
  #feature .blk03 .ttl-sub, #feature .blk04 .ttl-sub {
    line-height: 1.5;
  }
  #feature .blk03 .ttl-sub::before, #feature .blk03 .ttl-sub::after, #feature .blk04 .ttl-sub::before, #feature .blk04 .ttl-sub::after {
    top: 3.4666666667vw;
    left: 18.1333333333vw;
  }
  #feature .blk03 .ttl-sub::after, #feature .blk04 .ttl-sub::after {
    left: 72vw;
  }
  #feature .blk03 .ttl-sub h3, #feature .blk04 .ttl-sub h3 {
    font-size: 5.0666666667vw;
    margin-bottom: 4vw;
  }
  #feature .blk03 .content-txt, #feature .blk04 .content-txt {
    line-height: 1.83;
    margin: 0 0 2.1333333333vw 0;
  }
  #feature .blk03 .btn, #feature .blk04 .btn {
    margin: 10.1333333333vw auto 0;
  }
  #feature .blk03 {
    padding: 12vw 0 6.1333333333vw 0;
  }
  #feature .blk03::before {
    content: "";
    background: url(/img/feature/store-service/blk03_blk-deco_sp.png);
    background-size: contain;
  }
  #feature .blk03 .ttl {
    width: 92vw;
    margin: 0 auto;
  }
  #feature .blk04 {
    margin: 0 auto 16vw;
    padding: 11.7333333333vw 0 6.1333333333vw 0;
  }
  #feature .blk04::before {
    content: "";
    background: url(/img/feature/store-service/blk04_blk-deco_sp.png);
    background-size: contain;
  }
  #feature .blk04 .ttl {
    width: 94.6666666667vw;
    margin: 0 auto;
  }
  #feature .blk04 .content-txt.mb20 {
    margin-bottom: 5.8666666667vw;
  }
  #feature .blk04 .tax {
    font-size: 3.7333333333vw;
  }
}
#feature .blk05 {
  margin: 0 auto 80px;
  padding: 0;
  border: none;
}
#feature .blk05::before {
  content: none;
}
#feature .blk05 .blk-btn a {
  width: 500px;
}

@media screen and (max-width: 767px) {
  #feature .blk05 {
    margin: 0 auto 16vw;
  }
  #feature .blk05 .blk-btn a {
    width: 80vw;
  }
}
/*------- .sec-btn -------*/
#feature .sec-btn ul {
  width: 960px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#feature .sec-btn ul li a {
  color: #707070;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 310px;
  margin: auto;
  padding: 1.7rem 0 1.9rem 0;
  font-weight: 400;
  border: 1px solid #707070;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#feature .sec-btn ul li a::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 31px;
  right: 15px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#feature .sec-btn ul li a:hover {
  color: #333;
  background: #f1f1f1;
}

@media screen and (max-width: 767px) {
  #feature .sec-btn ul {
    width: 77.3333333333vw;
    display: block;
  }
  #feature .sec-btn ul li a {
    margin-bottom: 5.3333333333vw;
    font-size: 4.8vw;
    letter-spacing: 0.02em;
    width: 77.3333333333vw;
    padding: 0.95rem 0 1.1rem 0;
  }
  #feature .sec-btn ul li a::after {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    top: 5.8666666667vw;
    right: 4.5333333333vw;
  }
  #feature .sec-btn ul li a:hover {
    color: #707070;
    background: none;
  }
}
/*------- animation -------*/
#feature .fadeUp {
  opacity: 0;
  -webkit-transition: ease-in, opacity 2000ms, -webkit-transform 2000ms;
  transition: ease-in, opacity 2000ms, -webkit-transform 2000ms;
  transition: ease-in, opacity 2000ms, transform 2000ms;
  transition: ease-in, opacity 2000ms, transform 2000ms, -webkit-transform 2000ms;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}
#feature .fadeUp.view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#feature .delay1 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#feature .delay2 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#feature .delay3 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}