@charset "UTF-8";
/*-------------------------------
reset
-------------------------------*/
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  color: #333;
  font-family: "Noto Sans CJK JP", "Myriad Pro", "Segoe UI", "Helvetica", "Arial", "Verdana", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "Roboto", "Droid Sans", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 16px;
}

html {
  width: 100%;
  overflow-x: hidden;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

ul,
ol {
  list-style: none;
}

/*-------------------------------
common
-------------------------------*/
._color-orange {
  color: #EB7308;
}

._color-gray {
  color: #8A9093;
}

._color-blue {
  color: #00AFF0;
}

._color-blue_02 {
  color: #0072F0 !important;
}

._mb-24 {
  margin-bottom: 24px !important;
}

@media screen and (min-width: 768px) {
  ._mb-32 {
    margin-bottom: 32px !important;
  }
}
@media screen and (max-width: 767px) {
  ._mb-32 {
    margin-bottom: 28px !important;
  }
}

@media screen and (min-width: 768px) {
  ._mb-40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  ._mb-40 {
    margin-bottom: 32px !important;
  }
}

._mb-12 {
  margin-bottom: 12px !important;
}

@media screen and (min-width: 768px) {
  ._mb-60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  ._mb-60 {
    margin-bottom: 50px !important;
  }
}

._fs-14 {
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  ._fs-14 {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  ._fs-14 {
    font-size: 12px !important;
  }
}

._fs-16 {
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  ._fs-16 {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  ._fs-16 {
    font-size: 14px !important;
  }
}

._fs-20 {
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  ._fs-20 {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  ._fs-20 {
    font-size: 18px !important;
  }
}

._fs-26 {
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  ._fs-26 {
    font-size: 26px !important;
  }
}
@media screen and (max-width: 767px) {
  ._fs-26 {
    font-size: 22px !important;
  }
}

._fs-42 {
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  ._fs-42 {
    font-size: 42px !important;
  }
}
@media screen and (max-width: 767px) {
  ._fs-42 {
    font-size: 26px !important;
  }
}

._small-txt {
  font-size: 14px;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  ._small-txt {
    font-size: 12px;
  }
}

._img-center img {
  margin: auto;
}

._marker {
  background: linear-gradient(transparent 80%, #93E2FF 80%);
}

._marker-yellow {
  background: linear-gradient(transparent 90%, #FFC600 90%);
}

._normal-txt {
  font-size: 16px;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  ._normal-txt {
    font-size: 14px;
  }
}

._txt-center {
  text-align: center !important;
}

@media screen and (max-width: 767px) {
  ._sp-center {
    text-align: center !important;
  }
}

@media screen and (max-width: 767px) {
  ._sp-left {
    text-align: left !important;
  }
}

._line-ttl {
  position: relative;
}
._line-ttl::before, ._line-ttl::after {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 18px;
  display: block;
  margin-top: -9px;
}
._line-ttl::before {
  content: "";
  background: url(/serviceinfo/ana-pocket/images/common/ico_ttl_line_left.svg) no-repeat left center;
  left: 0;
}
._line-ttl::after {
  content: "";
  background: url(/serviceinfo/ana-pocket/images/common/ico_ttl_line_right.svg) no-repeat left center;
  right: 0;
}

.inner {
  max-width: 1200px;
  margin: auto;
}
.inner.small {
  max-width: 980px;
}

._mt10 {
  margin-top: 10px !important;
}

._mb10 {
  margin-bottom: 10px !important;
}

._ml10 {
  margin-left: 10px !important;
}

._mr10 {
  margin-right: 10px !important;
}

._mt20 {
  margin-top: 20px !important;
}

._mb20 {
  margin-bottom: 20px !important;
}

._ml20 {
  margin-left: 20px !important;
}

._mr20 {
  margin-right: 20px !important;
}

._mt30 {
  margin-top: 30px !important;
}

._mb30 {
  margin-bottom: 30px !important;
}

._ml30 {
  margin-left: 30px !important;
}

._mr30 {
  margin-right: 30px !important;
}

._mt40 {
  margin-top: 40px !important;
}

._mb40 {
  margin-bottom: 40px !important;
}

._ml40 {
  margin-left: 40px !important;
}

._mr40 {
  margin-right: 40px !important;
}

._mt50 {
  margin-top: 50px !important;
}

._mb50 {
  margin-bottom: 50px !important;
}

._ml50 {
  margin-left: 50px !important;
}

._mr50 {
  margin-right: 50px !important;
}

._mt60 {
  margin-top: 60px !important;
}

._mb60 {
  margin-bottom: 60px !important;
}

._ml60 {
  margin-left: 60px !important;
}

._mr60 {
  margin-right: 60px !important;
}

._mt70 {
  margin-top: 70px !important;
}

._mb70 {
  margin-bottom: 70px !important;
}

._ml70 {
  margin-left: 70px !important;
}

._mr70 {
  margin-right: 70px !important;
}

._mt80 {
  margin-top: 80px !important;
}

._mb80 {
  margin-bottom: 80px !important;
}

._ml80 {
  margin-left: 80px !important;
}

._mr80 {
  margin-right: 80px !important;
}

._mt90 {
  margin-top: 90px !important;
}

._mb90 {
  margin-bottom: 90px !important;
}

._ml90 {
  margin-left: 90px !important;
}

._mr90 {
  margin-right: 90px !important;
}

._mt100 {
  margin-top: 100px !important;
}

._mb100 {
  margin-bottom: 100px !important;
}

._ml100 {
  margin-left: 100px !important;
}

._mr100 {
  margin-right: 100px !important;
}

@media screen and (min-width: 768px) {
  ._pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  ._sp-none {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) and (min-width: 767px) {
  ._tb-none {
    display: none !important;
  }
}
.anaPocket-AppBtnList {
  display: flex;
}
@media screen and (max-width: 767px) {
  .anaPocket-AppBtnList {
    justify-content: center;
  }
}
@media all and (-ms-high-contrast: none) {
  .anaPocket-AppBtnList img {
    width: 100%;
  }
}
.anaPocket-AppBtnList > * + * {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .anaPocket-AppBtnList > * + * {
    margin-left: 15px;
  }
}
.anaPocket-AppBtnList > * span {
  text-align: center;
  display: block;
  font-size: 14px;
  color: #8A9093;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .anaPocket-AppBtnList a {
    transition: 0.5s;
    display: block;
  }
  .anaPocket-AppBtnList a:hover {
    opacity: 0.7;
  }
}

.anaPocket-pageHeader {
  background: #E3EFF5;
}
.anaPocket-section {
  position: relative;
  padding: 120px 20px;
  background-color: #fff;
}
.anaPocket-section .text {
  line-height: 1.8em;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .anaPocket-section {
    padding: 80px 0;
  }
}
.anaPocket-section.blue {
  background-color: #E3EFF5;
}
.anaPocket-section.blue::before, .anaPocket-section.blue::after {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  height: 40px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .anaPocket-section.blue::before, .anaPocket-section.blue::after {
    height: 30px;
  }
}
.anaPocket-section.blue::before {
  content: "";
  border-radius: 0 0 60% 60%;
  top: 0;
}
.anaPocket-section.blue::after {
  content: "";
  border-radius: 60% 60% 0 0;
  bottom: 0;
}
.anaPocket-sectionHeader {
  text-align: center;
}
.anaPocket-sectionHeader > .ttl {
  color: #0072F0;
  font-size: 34px;
  padding: 40px 0 0;
  position: relative;
  margin: 0 auto 45px;
}
@media screen and (max-width: 767px) {
  .anaPocket-sectionHeader > .ttl {
    font-size: 24px;
  }
}
.anaPocket-sectionHeader > .ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background: url(/serviceinfo/ana-pocket/images/common/ico_section_ttl.svg) no-repeat center top;
  width: 100%;
  height: 50px;
}
.anaPocket-sectionHeader > .subTtl {
  font-size: 24px;
  position: relative;
  display: inline-block;
  padding: 0 5px 10px;
}
@media screen and (min-width: 768px) {
  .anaPocket-sectionHeader > .subTtl {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .anaPocket-sectionHeader > .subTtl {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.anaPocket-sectionHeader > .subTtl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 4px;
  background: #00AFF0;
  border-radius: 100px;
}
.anaPocket-sectionHeader-02 {
  text-align: center;
}
.anaPocket-sectionHeader-02 > .ttl {
  font-size: 28px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 767px) {
  .anaPocket-sectionHeader-02 > .ttl {
    font-size: 24px;
  }
}
.anaPocket-sectionTxt-01 {
  text-align: center;
  font-size: 42px;
}
@media screen and (min-width: 768px) {
  .anaPocket-sectionTxt-01 small {
    font-size: 24px;
  }
  .anaPocket-sectionTxt-01.mb-01 {
    margin-bottom: 75px;
  }
  .anaPocket-sectionTxt-01.mb-02 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .anaPocket-sectionTxt-01 {
    font-size: 26px;
  }
  .anaPocket-sectionTxt-01 small {
    font-size: 14px;
  }
  .anaPocket-sectionTxt-01 .sp-small {
    font-size: 20px;
  }
  .anaPocket-sectionTxt-01.mb-01 {
    margin-bottom: 55px;
  }
  .anaPocket-sectionTxt-01.mb-02 {
    margin-bottom: 50vw;
  }
}
.anaPocket-sectionBtn {
  text-align: center;
  margin: auto;
  max-width: 418px;
}
.anaPocket-sectionBtn > .link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00AFF0;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  height: 66px;
  border-radius: 100px;
  box-shadow: 0px 8px 8px -3px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 0 50px;
}
.anaPocket-sectionBtn > .link.blue {
  background: #0072F0;
}
@media screen and (min-width: 768px) {
  .anaPocket-sectionBtn > .link {
    transition: 0.5s;
  }
  .anaPocket-sectionBtn > .link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .anaPocket-sectionBtn > .link {
    height: 70px;
    font-size: 16px;
  }
}
.anaPocket-sectionBtn > .link::after {
  content: "";
  height: 100%;
  width: 8px;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
}
.anaPocket-sectionBtn > .link:not([target=_blank])::after {
  background: url(/serviceinfo/ana-pocket/images/common/ico_btn_arrow.svg) no-repeat center;
}
.anaPocket-sectionBtn > .link[target=_blank]::after {
  width: 13px;
  background: url(/serviceinfo/ana-pocket/images/common/ico_btn_target_blank.svg) no-repeat center;
}
.bnr-5000pt {
  text-align: center;
  padding: 0 20px;
}
.bnr-5000pt img {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .bnr-5000pt img {
    max-width: 600px;
  }
}

@media screen and (min-width: 768px) {
  ._link-hover {
    transition: 0.5s;
    display: block;
  }
  ._link-hover:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  html.active {
    overflow-y: hidden;
  }
}

/*-------------------------------
header
-------------------------------*/
.anaPocket-header {
  background: #fff;
}
.anaPocket-headerTop {
  background: #fff;
  height: 55px;
  display: flex;
  align-items: center;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .anaPocket-headerTop {
    padding: 0 20px;
  }
  .anaPocket-headerTop.fixed {
    margin-bottom: 65px;
  }
}
.anaPocket-headerBottom {
  position: relative;
}
@media screen and (min-width: 768px) {
  .anaPocket-headerBottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #12448F;
  }
  .anaPocket-headerBottom.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
  }
}
@media screen and (max-width: 767px) {
  .anaPocket-headerBottom.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    overflow-y: scroll !important;
  }
  .anaPocket-headerBottom.active {
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .anaPocket-headerBar {
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .anaPocket-headerBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #12448F;
    padding: 0 20px;
    height: 65px;
  }
}
.anaPocket-headerlogo > img {
  width: auto;
}
@media screen and (min-width: 768px) {
  .anaPocket-headerMenu {
    display: block !important;
    overflow: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  .anaPocket-headerMenu {
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    z-index: 5;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .anaPocket-headerMenuList {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .anaPocket-headerMenuList {
    background: #12448F;
    padding: 0 20px;
  }
}
.anaPocket-headerMenuItem {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .anaPocket-headerMenuItem {
    height: 70px;
  }
  .anaPocket-headerMenuItem:not(.login).active::before, .anaPocket-headerMenuItem:not(.login).active::after {
    display: block;
  }
  .anaPocket-headerMenuItem:not(.login):hover::before, .anaPocket-headerMenuItem:not(.login):hover::after {
    display: block;
  }
  .anaPocket-headerMenuItem > .link {
    color: #fff;
    text-decoration: none;
    display: table;
    height: 100%;
  }
  .anaPocket-headerMenuItem > .link > .text {
    display: table-cell;
    vertical-align: middle;
  }
  .anaPocket-headerMenuItem:not(.login) > .link {
    padding: 0 20px;
  }
  .anaPocket-headerMenuItem.login {
    overflow: hidden;
  }
  .anaPocket-headerMenuItem.login > .link {
    background: #00AFF0;
    position: relative;
    padding: 0 20px 0 0;
    margin-left: 30px;
  }
  .anaPocket-headerMenuItem.login > .link::before {
    content: "";
    background: #00AFF0;
    z-index: 1;
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 100%;
    border-radius: 300%;
  }
  .anaPocket-headerMenuItem.login > .link > .ico {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
    background: #00AFF0;
    z-index: 2;
    position: relative;
  }
  .anaPocket-headerMenuItem.login > .link > .text {
    text-align: center;
    background: #00AFF0;
    z-index: 2;
    position: relative;
  }
}
@media screen and (max-width: 1280px) and (min-width: 767px) {
  .anaPocket-headerMenuItem {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .anaPocket-headerMenuItem {
    text-align: center;
    border-top: 1px solid #4A70A9;
  }
  .anaPocket-headerMenuItem > .link {
    color: #fff;
    text-decoration: none;
    display: block;
  }
  .anaPocket-headerMenuItem:not(.login) > .link {
    padding: 15px 0;
  }
  .anaPocket-headerMenuItem.login {
    padding: 15px 0;
  }
  .anaPocket-headerMenuItem.login > .link {
    background: #00AFF0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    padding: 15px 0 15px 60px;
    position: relative;
  }
  .anaPocket-headerMenuItem.login > .link > .ico {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .anaPocket-headerSubMenu {
    display: flex;
    justify-content: center;
    border-top: 1px solid #4A70A9;
  }
  .anaPocket-headerSubMenu > .item {
    font-size: 14px;
  }
  .anaPocket-headerSubMenu > .item > .link {
    color: #fff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 0;
    margin: 0 15px;
  }
}
.anaPocket-headerMenuBtn {
  cursor: pointer;
}
.anaPocket-headerMenuBtn .close {
  display: none;
}
.anaPocket-headerMenuBtn.active .open {
  display: none;
}
.anaPocket-headerMenuBtn.active .close {
  display: block;
}

.page-top .anaPocket-headerMenuItem.top::before,
.page-top .anaPocket-headerMenuItem.top::after {
  display: block;
}
.page-about .anaPocket-headerMenuItem.about::before,
.page-about .anaPocket-headerMenuItem.about::after {
  display: block;
}
.page-pro .anaPocket-headerMenuItem.pro::before,
.page-pro .anaPocket-headerMenuItem.pro::after {
  display: block;
}

@media screen and (min-width: 768px) {
  .anaPocket-headerMenuItem {
    position: relative;
  }
  .anaPocket-headerMenuItem::before, .anaPocket-headerMenuItem::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
  }
  .anaPocket-headerMenuItem::before {
    background: #00AFF0;
    border-radius: 100px;
    height: 6px;
    width: 80%;
    bottom: 0;
  }
  .anaPocket-headerMenuItem::after {
    width: 36px;
    height: 14px;
    bottom: -8px;
    background: url(/serviceinfo/ana-pocket/images/common/ico_header_active_arrow_01.svg) no-repeat center;
  }
}

.anaPocket-pageHeader + .anaPocket-section::before {
  display: none;
}

/*-------------------------------
Nav
-------------------------------*/
.anaPocket-pageNav {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .anaPocket-pageNav {
    max-width: 760px;
    margin: -30px auto -50px;
  }
}
@media screen and (max-width: 767px) {
  .anaPocket-pageNav {
    margin: -30px auto -40px;
  }
}
.anaPocket-pageNavList {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .anaPocket-pageNavList {
    padding: 0 3px;
  }
}
.anaPocket-pageNavItem > .link {
  position: relative;
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #0072F0;
  border-radius: 8px;
}
.anaPocket-pageNavItem > .link::after {
  content: "";
  position: absolute;
  z-index: 3;
  margin: auto;
  left: 0;
  right: 0;
  width: 36px;
  height: 14px;
  bottom: -8px;
  background: url(/serviceinfo/ana-pocket/images/common/ico_header_active_arrow.svg) no-repeat center;
}
@media screen and (max-width: 767px) {
  .anaPocket-pageNavItem > .link {
    font-size: 14px;
  }
}
.anaPocket-pageNavItem > .link > .txt {
  display: block;
}
@media screen and (min-width: 768px) {
  .anaPocket-pageNavItem > .link {
    width: 230px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .anaPocket-pageNavItem {
    width: calc(100% / 3);
    padding: 0 3px;
  }
  .anaPocket-pageNavItem > .link {
    height: 60px;
    font-size: 12px;
    padding: 0 10px;
  }
}

.anaPocket-pageNav + .anaPocket-section::before {
  display: none;
}

/*-------------------------------
footer
-------------------------------*/
@media screen and (min-width: 768px) {
  .anaPocket-fixedBottom {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .anaPocket-fixedBottom {
    box-shadow: 0 -5px 2px -2px rgba(0, 0, 0, 0.05);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    background: #0072F0;
  }
  .anaPocket-fixedBottom a {
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: block;
    line-height: 60px;
  }
}

@media screen and (min-width: 768px) {
  .anaPocket-footer {
    background: url(/serviceinfo/ana-pocket/images/common/footer_top_bg_repeat_pc.png) repeat-x 0 135px;
  }
}
@media screen and (max-width: 767px) {
  .anaPocket-footer {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .anaPocket-footerTop {
    background: url(/serviceinfo/ana-pocket/images/common/footer_top_bg_pc.png) no-repeat center top;
    min-height: 726px;
    padding: 380px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .anaPocket-footerTop {
    background: url(/serviceinfo/ana-pocket/images/common/footer_top_bg_sp.png) no-repeat center 100px;
    background-size: cover;
    padding: 0 0 40px;
  }
  .anaPocket-footerTop .inner {
    padding: 0 20px;
  }
  .anaPocket-footerTop .item-01 {
    font-size: 12px;
    display: table;
    margin: auto;
  }
  .anaPocket-footerTop .item-02 {
    text-align: center;
  }
  .anaPocket-footerTop .item-02 img {
    margin: auto;
    width: 170px;
  }
}
.anaPocket-footerTopItem {
  text-align: center;
  padding: 0 30px 0 0;
}
.anaPocket-footerTopItem img {
  margin: auto;
}
.anaPocket-footerTxt {
  font-size: 14px;
}
.anaPocket-footerBottom {
  background: #12448F;
}
@media screen and (min-width: 768px) {
  .anaPocket-footerBottom {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .anaPocket-footerBottom {
    padding: 50px 20px;
  }
}
.anaPocket-footerSnsList {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .anaPocket-footerSnsList {
    margin-bottom: 20px;
  }
}
.anaPocket-footerSnsList > * + * {
  margin-left: 40px;
}
@media screen and (min-width: 768px) {
  .anaPocket-footerSnsList a {
    transition: 0.5s;
    display: block;
  }
  .anaPocket-footerSnsList a:hover {
    opacity: 0.7;
  }
}
.anaPocket-footerMenuList, .anaPocket-footerSubMenu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.anaPocket-footerMenuItem, .anaPocket-footerSubMenu > .item {
  margin: 15px;
}
@media screen and (min-width: 768px) {
  .anaPocket-footerMenuItem a:hover, .anaPocket-footerSubMenu > .item a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .anaPocket-footerMenuItem, .anaPocket-footerSubMenu > .item {
    margin: 10px;
  }
}
.anaPocket-footerMenuItem > a, .anaPocket-footerSubMenu > .item > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .anaPocket-footerMenuItem > a, .anaPocket-footerSubMenu > .item > a {
    font-size: 14px;
  }
}
.anaPocket-footerSubMenu > .item + .item {
  border-left: 1px solid #4A70A9;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .anaPocket-footerSubMenu > .item + .item {
    padding-left: 10px;
  }
}
.anaPocket-footerSubMenu > .break {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .anaPocket-footerSubMenu > .break + .item {
    border-left: 1px solid #4A70A9;
    padding-left: 20px;
  }
}
.anaPocket-copyRight {
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 40px;
}

/*-------------------------------
Top
-------------------------------*/
#wrap-container {
  max-width: 100%;
  padding: 0;
}

#wrap-container #contents:first-child:before {
  display: none;
}

.anaPocketTop-mv {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .anaPocketTop-mv {
    background: url(/serviceinfo/ana-pocket/images/top/kv_bg_pc.png) no-repeat 70% top #fff;
  }
  .anaPocketTop-mv > .inner {
    position: relative;
    min-height: 781px;
    width: 1200px;
  }
  .anaPocketTop-mv .inner.small {
    padding: 0 30px;
  }
  .anaPocketTop-mv .item {
    position: absolute;
  }
  .anaPocketTop-mv .item.smartphone {
    top: 30px;
    right: 73px;
    z-index: 3;
  }
  .anaPocketTop-mv .item.lady {
    top: 447px;
    left: -17px;
  }
  .anaPocketTop-mv .item.bicycle {
    top: 483px;
    right: 393px;
  }
  .anaPocketTop-mv .item.car {
    top: 504px;
    right: -91px;
  }
  .anaPocketTop-mv .item.plane {
    top: 123px;
    left: -20px;
  }
  .anaPocketTop-mv .item.men {
    bottom: 103px;
    right: -210px;
  }
  .anaPocketTop-mv .item.train {
    bottom: 183px;
    left: -270px;
  }
  .anaPocketTop-mv .item.leaf {
    bottom: 70px;
    right: -70px;
  }
  .anaPocketTop-mv .item.tree {
    bottom: 80px;
    left: -200px;
  }
  .anaPocketTop-mv .item.pocket-01 {
    top: 50px;
    left: 12px;
  }
  .anaPocketTop-mv .item.pocket-02 {
    top: 451px;
    left: -46px;
  }
  .anaPocketTop-mv .item.pocket-03 {
    top: 355px;
    left: 26px;
  }
  .anaPocketTop-mv .item.pocket-04 {
    top: 392px;
    left: 690px;
  }
  .anaPocketTop-mv .item.pocket-05 {
    top: 413px;
    right: -17px;
  }
  .anaPocketTop-mv .item.pocket-06 {
    top: 326px;
    right: -173px;
  }
  .anaPocketTop-mv .item-01 {
    margin-bottom: 100px;
  }
  .anaPocketTop-mv .item-03 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .anaPocketTop-mv {
    background: url(/serviceinfo/ana-pocket/images/top/kv_bg_sp.png) no-repeat 25% top #fff;
    background-size: 160% auto;
    width: 100%;
    padding: 0 0 40px;
    position: relative;
    min-height: 193vw;
  }
  .anaPocketTop-mv > .inner {
    padding: 42vw 20px 0;
  }
  .anaPocketTop-mv .item {
    position: absolute;
    overflow: hidden;
  }
  .anaPocketTop-mv .item.smartphone {
    width: 52vw;
    top: 10vw;
    right: -1vw;
    z-index: 3;
  }
  .anaPocketTop-mv .item.lady {
    top: 93vw;
    left: -3vw;
    width: 21vw;
    z-index: 2;
  }
  .anaPocketTop-mv .item.bicycle {
    top: 75vw;
    right: 43vw;
    width: 23vw;
  }
  .anaPocketTop-mv .item.car {
    top: 92vw;
    right: -5vw;
    width: 40vw;
  }
  .anaPocketTop-mv .item.plane {
    top: 24vw;
    left: 3vw;
    width: 20vw;
  }
  .anaPocketTop-mv .item.men {
    top: 97vw;
    right: -7vw;
    width: 15vw;
  }
  .anaPocketTop-mv .item.train {
    display: none;
  }
  .anaPocketTop-mv .item.leaf {
    display: none;
  }
  .anaPocketTop-mv .item.tree {
    top: 77vw;
    left: -14vw;
    width: 21vw;
  }
  .anaPocketTop-mv .item.pocket-01 {
    top: 11vw;
    left: 8vw;
    width: 9vw;
  }
  .anaPocketTop-mv .item.pocket-02 {
    top: 83vw;
    left: 5.5vw;
    width: 7vw;
  }
  .anaPocketTop-mv .item.pocket-03 {
    top: 65vw;
    left: 42vw;
    width: 6.5vw;
  }
  .anaPocketTop-mv .item.pocket-04 {
    display: none;
  }
  .anaPocketTop-mv .item.pocket-05 {
    top: 83vw;
    right: -8vw;
    width: 10vw;
  }
  .anaPocketTop-mv .item.pocket-06 {
    display: none;
  }
  .anaPocketTop-mv .item-01 {
    margin-bottom: 17vw;
  }
  .anaPocketTop-mv .item-01 img {
    margin: auto;
  }
  .anaPocketTop-mv .item-03 {
    font-size: 14px;
  }
}
.anaPocketTop-mvCacth {
  position: relative;
}
@media screen and (min-width: 768px) {
  .anaPocketTop-mvCacth {
    padding: 120px 0 0 0;
    margin-bottom: 30px;
  }
  .anaPocketTop-mvCacth > span {
    display: block;
  }
  .anaPocketTop-mvCacth > .normal {
    font-size: 28px;
  }
  .anaPocketTop-mvCacth > .blue {
    font-size: 44px;
    color: #00AFF0;
  }
}
@media screen and (max-width: 767px) {
  .anaPocketTop-mvCacth {
    margin-bottom: 34vw;
  }
  .anaPocketTop-mvCacth > span {
    display: block;
  }
  .anaPocketTop-mvCacth > .normal {
    font-size: 5.5vw;
  }
  .anaPocketTop-mvCacth > .blue {
    font-size: 6.2vw;
    color: #00AFF0;
  }
}
@media screen and (max-width: 767px) {
  .anaPocketTop-mvBottom {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 40px;
  }
}

.greatLife-item-01 {
  text-align: center;
}
.greatLife-item-01 img {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .greatLife-item-01 {
    margin: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .greatLife-item-01 {
    padding: 20px 50px;
    margin: 30px 0;
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .greatLife-item-01 img {
    width: 1200px;
    max-width: inherit;
  }
}

@media screen and (min-width: 768px) {
  .charm {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .charm-list {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .charm-list {
    margin-bottom: 55px;
  }
}
.charm-item {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  flex-wrap: wrap;
}
.charm-item + * {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .charm-item.reverse {
    flex-direction: row-reverse;
  }
  .charm-item.reverse > .text {
    padding: 0 10% 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .charm-item {
    display: block;
  }
}
.charm-item > .image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .charm-item > .image {
    width: 100%;
    text-align: center;
  }
  .charm-item > .image img {
    display: inline;
    width: 150%;
    max-width: inherit;
    margin: 0 0 0 -30%;
  }
  .charm-item > .image.type-02 img {
    width: 135%;
    margin: 0 0 0 -3%;
  }
  .charm-item > .image.type-03 img {
    width: 145%;
    margin: 0 0 0 -34%;
  }
}
.charm-item > .text {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .charm-item > .text {
    padding: 0 5% 0 10%;
  }
}
@media screen and (max-width: 767px) {
  .charm-item > .text {
    margin: -3vw 0 0;
    width: 100%;
    font-size: 14px;
  }
  .charm-item > .text.type-02 {
    margin: 38vw 0 0;
  }
  .charm-item > .text.type-03 {
    margin: 30vw 0 0;
  }
}
.charm-item > .text > .ttl {
  display: block;
}
.charm-item > .text > .ttl > .type-01 {
  font-size: 24px;
  color: #0072F0;
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .charm-item > .text > .ttl > .type-01 {
    text-align: center;
    font-size: 20px;
  }
}
.charm-item > .text > .ttl > .type-01 > .large {
  font-size: 80px;
  display: inline-block;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .charm-item > .text > .ttl > .type-01 > .large {
    text-align: center;
    font-size: 40px;
  }
}
.charm-item > .text > .ttl > .type-02 {
  font-size: 30px;
  display: block;
  margin-bottom: 20px;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .charm-item > .text > .ttl > .type-02 {
    text-align: center;
    font-size: 24px;
  }
}
.charm-item > .text > .normal {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .charm-item > .text > .txt {
    padding: 0 20px;
  }
}
.charm-item > .item {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .charm-item > .item {
    top: 45vw;
  }
  .charm-item > .item.type-02 {
    top: 52vw;
  }
  .charm-item > .item.type-03 {
    top: 50vw;
  }
}
.charm-item > .item img {
  margin: auto;
  max-width: 18%;
}
@media screen and (max-width: 767px) {
  .charm-item > .item img {
    max-width: 50%;
  }
}

.enjoy {
  position: relative;
}
.enjoy .anaPocket-sectionHeader > .ttl {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .enjoy .inner {
    padding: 0 20px;
  }
}
.enjoy .item {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .enjoy .item {
    top: 250px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .enjoy .item img {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .enjoy .item {
    top: 180px;
    right: -60px;
  }
  .enjoy .item img {
    width: 170px;
  }
}
@media screen and (min-width: 768px) {
  .enjoy-list {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .enjoy-list {
    margin-bottom: 50px;
  }
}
.enjoy-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .enjoy-item {
    display: block;
  }
  .enjoy-item + * {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .enjoy-item {
    position: relative;
    z-index: 2;
  }
  .enjoy-item + * {
    margin-top: 40px;
  }
  .enjoy-item.reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .enjoy-item.reverse > .text {
    padding: 0 40px 0 0;
  }
}
.enjoy-item > .image {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .enjoy-item > .image {
    margin-bottom: 40px;
  }
  .enjoy-item > .image img {
    margin: auto;
  }
  .enjoy-item.reverse > .image img {
    max-width: 110%;
  }
}
@media screen and (min-width: 768px) {
  .enjoy-item > .text {
    padding: 0 0 0 40px;
    max-width: 520px;
    flex: auto;
  }
}
@media screen and (max-width: 1024px) {
  .enjoy-item > .text {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .enjoy-item > .text {
    font-size: 14px;
  }
}
.enjoy-item > .text > .ttl {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .enjoy-item > .text > .ttl {
    text-align: center;
  }
}
.enjoy-item > .text > .ttl > .small {
  color: #0072F0;
  font-size: 20px;
  display: block;
  line-height: 1.6em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .enjoy-item > .text > .ttl > .small {
    font-size: 18px;
  }
}
.enjoy-item > .text > .ttl > .large {
  line-height: 1.6em;
  display: block;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .enjoy-item > .text > .ttl > .large {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .notice {
    padding: 80px 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .notice .inner.small {
    position: relative;
  }
}
.notice-list {
  border-top: 1px solid #E5E5E5;
}
@media screen and (max-width: 767px) {
  .notice-list {
    margin-bottom: 30px;
  }
}
.notice-item {
  border-bottom: 1px solid #E5E5E5;
}
.notice-item a {
  text-decoration: underline;
  color: #00146e;
}
.notice-item a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .notice-item {
    display: flex;
    align-items: center;
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .notice-item {
    padding: 20px 0;
  }
}
.notice-item > .date {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .notice-item > .date {
    margin-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .notice-item > .date {
    font-size: 14px;
    float: left;
    line-height: 30px;
    vertical-align: middle;
    margin-right: 30px;
  }
}
.notice-item > .category {
  text-align: center;
  border-radius: 100px;
  background: #F4F4F7;
  font-size: 14px;
  line-height: 30px;
  width: 155px;
}
@media screen and (max-width: 767px) {
  .notice-item > .category {
    float: left;
  }
}
.notice-item > .category.info {
  color: #00AFF0;
}
.notice-item > .category.campaign {
  color: #EB7308;
}
.notice-item > .category.important {
  color: #fff;
  background: #FD9595;
}
.notice-item > .category.update {
  color: #1EBAA7;
}
@media screen and (min-width: 768px) {
  .notice-item > .category {
    margin-right: 35px;
  }
}
@media screen and (max-width: 767px) {
  .notice-item > .text {
    width: 100%;
    display: table;
    margin-top: 45px;
  }
}
.notice-link {
  color: #333;
}
@media screen and (min-width: 768px) {
  .notice-link {
    font-size: 16px;
    position: absolute;
    top: 20px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .notice-link {
    font-size: 14px;
    text-align: center;
  }
}
.notice-link > .link {
  position: relative;
  padding: 2px 25px 2px 0;
}
.notice-link > .link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(/serviceinfo/ana-pocket/images/common/ico_btn_arrow_02.svg) no-repeat center;
  width: 18px;
  height: 100%;
}

/*-------------------------------
About
-------------------------------*/
@media screen and (min-width: 768px) {
  .greatValue {
    background-image: url(/serviceinfo/ana-pocket/images/about/greatValue_bg_pc.png);
    background-repeat: no-repeat;
    background-position: center 287px;
    background-size: 1480px auto;
    min-height: 1430px;
  }
}
@media screen and (min-width: 768px) {
  .greatValue-txt-01 {
    padding: 200px 0 0;
    font-size: 42px;
    line-height: 1.4em;
    display: table;
    margin-left: auto;
    margin-bottom: 150px;
  }
  .greatValue-txt-01 > .txt {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .greatValue-txt-01 {
    padding: 60vw 0 0;
    font-size: 26px;
    text-align: center;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .greatValue {
    background-image: url(/serviceinfo/ana-pocket/images/about/greatValue_bg_sp.png);
    background-repeat: no-repeat;
    background-position: -22vw 28vw;
    background-size: 130% auto;
  }
}
@media screen and (min-width: 768px) {
  .greatValue-btnList {
    margin: 50px auto 0;
    max-width: 960px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .greatValue-btnList {
    padding: 0 20px;
    margin-top: 45px;
  }
}
@media screen and (min-width: 768px) {
  .greatValue-btnItem {
    max-width: 300px;
  }
  .greatValue-btnItem + * {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .greatValue-btnItem + * {
    margin-top: 30px;
  }
  .greatValue-btnItem img {
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .useGuide-txt {
    background: url(/serviceinfo/ana-pocket/images/about/useGuide_bg_pc.png) no-repeat center;
    background-size: cover;
    min-height: 320px;
    padding: 110px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .useGuide-txt {
    background: url(/serviceinfo/ana-pocket/images/about/useGuide_bg_sp.png) no-repeat 20% 70%;
    background-size: 60% auto;
    min-height: 50vw;
  }
}
@media screen and (min-width: 768px) {
  .useGuide-list {
    margin: 0 auto 90px;
    max-width: 960px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .useGuide-list {
    padding: 0 20px;
    margin-top: 45px;
  }
}
@media screen and (min-width: 768px) {
  .useGuide-listItem {
    max-width: 300px;
  }
  .useGuide-listItem + * {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .useGuide-listItem + * {
    margin-top: 30px;
  }
  .useGuide-list img {
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .coinMile-list {
    max-width: 960px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .coinMile-list {
    padding: 0 20px;
  }
}
.coinMile-item > .ttl {
  background: #D7E8F0;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.coinMile-item > .ttl > .ico {
  display: inline-block;
  margin-right: 10px;
}
.coinMile-item > .content {
  border-radius: 0 0 8px 8px;
  background: #F1F7FA;
  width: 100%;
}
.coinMile-item > .content > .point {
  color: #00AFF0;
  border-bottom: 3px solid;
  padding: 0 0 0.3em;
}
.coinMile-item > .content > .list > li {
  position: relative;
  padding: 0 0 0 15px;
  line-height: 1.8em;
}
.coinMile-item > .content > .list > li + * {
  margin-top: 0.5em;
}
.coinMile-item > .content > .list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #B2B2B2;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .coinMile-item + * {
    margin-left: 30px;
  }
  .coinMile-item > .ttl {
    height: 84px;
    font-size: 20px;
  }
  .coinMile-item > .content {
    padding: 30px 40px;
  }
  .coinMile-item > .content > .txt {
    margin-bottom: 25px;
  }
  .coinMile-item > .content > .point {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .coinMile-item > .content > .list {
    font-size: 16px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .coinMile-item + * {
    margin-top: 30px;
  }
  .coinMile-item > .ttl {
    height: 84px;
    font-size: 18px;
  }
  .coinMile-item > .content {
    padding: 28px 32px;
  }
  .coinMile-item > .content > .txt {
    margin-bottom: 24px;
  }
  .coinMile-item > .content > .point {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .coinMile-item > .content > .list {
    font-size: 14px;
    margin-bottom: 50px;
  }
}
.coinMile-center {
  text-align: center;
  line-height: 1.8em;
  margin: 0 auto 0.5em;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .coinMile-bottom {
    display: flex;
  }
  .coinMile-bottom > .text {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .coinMile-bottom > .image {
    margin-bottom: 32px;
    overflow: hidden;
    text-align: center;
  }
  .coinMile-bottom > .image > img {
    margin-right: -22%;
    display: inline-block;
    max-width: inherit;
  }
  .coinMile-bottom > .text {
    padding: 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .newMember-header {
    background: url(/serviceinfo/ana-pocket/images/about/newMember_bg_pc.svg) no-repeat top center;
    min-height: 340px;
  }
}
@media screen and (max-width: 767px) {
  .newMember {
    padding: 80px 30px;
  }
  .newMember .newMember-item {
    overflow: hidden;
    text-align: center;
  }
  .newMember .newMember-item img {
    display: inline;
    margin: 0 -5%;
    width: 120%;
  }
}

.anaPocketStart-menuList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .anaPocketStart-menuList {
    padding: 0 5px;
  }
}
.anaPocketStart-menuList > .item {
  width: calc( 100% / 3 - 15px);
}
@media screen and (max-width: 767px) {
  .anaPocketStart-menuList > .item {
    width: calc( 100% / 3 - 3px);
  }
}
.anaPocketStart-menuList > .item.active > .btn::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 8px;
  z-index: 3;
}
.anaPocketStart-menuList > .item.active > .btn.lite::before {
  background: url(/serviceinfo/ana-pocket/images/about/ico_arrow_lite.svg) no-repeat center bottom;
}
.anaPocketStart-menuList > .item.active > .btn.normal::before {
  background: url(/serviceinfo/ana-pocket/images/about/ico_arrow_normal.svg) no-repeat center bottom;
}
.anaPocketStart-menuList > .item.active > .btn.pro::before {
  background: url(/serviceinfo/ana-pocket/images/about/ico_arrow_pro.svg) no-repeat center bottom;
}
.anaPocketStart-menuList > .item.active > .btn.lite {
  background-color: #21A7BE;
}
.anaPocketStart-menuList > .item.active > .btn.normal {
  background-color: #1B6DD9;
}
.anaPocketStart-menuList > .item.active > .btn.pro {
  background-color: #06146E;
}
.anaPocketStart-menuList > .item > .btn {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 130px;
  color: #fff;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .anaPocketStart-menuList > .item > .btn {
    height: 58px;
    border-radius: 4px;
  }
}
.anaPocketStart-menuList > .item > .btn > * {
  width: 100%;
}
.anaPocketStart-menuList > .item > .btn.lite {
  background: url(/serviceinfo/ana-pocket/images/about/anaPocketStart_ico_lite.svg) #65C2D2 no-repeat center;
}
.anaPocketStart-menuList > .item > .btn.normal {
  background: url(/serviceinfo/ana-pocket/images/about/anaPocketStart_ico_normal.svg) #76A7E6 no-repeat center;
}
.anaPocketStart-menuList > .item > .btn.pro {
  background: url(/serviceinfo/ana-pocket/images/about/anaPocketStart_ico_pro.svg) #7882BE no-repeat center;
}
.anaPocketStart-menuList > .item > .btn .large {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .anaPocketStart-menuList > .item > .btn .large {
    font-size: 12px;
  }
}
.anaPocketStart-menuList > .item > .btn .small {
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .anaPocketStart-menuList > .item > .btn .small {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .anaPocketStart-menuList {
    max-width: 960px;
    margin: auto;
  }
}
.anaPocketStart-content .js-tabPnl {
 display: none;
}
.anaPocketStart-content .ttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .anaPocketStart-content .ttl {
    font-size: 24px;
    padding: 27px 0 37px;
  }
}
@media screen and (max-width: 767px) {
  .anaPocketStart-content .ttl {
    font-size: 20px;
    padding: 30px 0;
  }
}
.anaPocketStart-content .lite .ttl {
  color: #21A7BE;
}
.anaPocketStart-content .normal .ttl {
  color: #76A7E6;
}
.anaPocketStart-content .pro .ttl {
  color: #7882BE;
}
.anaPocketStart-slider .number {
  text-align: center;
  color: #00AFF0;
  font-size: 30px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .anaPocketStart-slider .image {
    text-align: center;
    margin: 0 auto 38px;
  }
  .anaPocketStart-slider .image img {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .anaPocketStart-slider .image {
    text-align: center;
    margin: 0 auto 20px;
  }
  .anaPocketStart-slider .image img {
    display: inline;
  }
}
.anaPocketStart-slider .text .main {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .anaPocketStart-slider .text .txt {
    display: table;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .anaPocketStart .slider-item {
    padding: 24px 24px 58px;
    background: #E3EFF5;
    border-radius: 8px;
    max-width: 300px;
    margin: 0 15px;
    min-height: 705px;
  }
}
@media screen and (max-width: 767px) {
  .anaPocketStart .slider-item {
    border-radius: 8px;
    margin: 0 15px;
    padding: 24px;
    background: #E3EFF5;
    min-height: 85vh;
  }
}
@media screen and (min-width: 768px) {
  .anaPocketStart .js-slider,
  .anaPocketStart .js-slider_02,
  .anaPocketStart .js-slider_03 {
    margin-left: 15%;
  }
}
.anaPocketStart .slick-prev {
  background: url(/serviceinfo/ana-pocket/images/about/slider_arrow.svg) no-repeat center;
  width: 60px;
  height: 60px;
  display: inline-block;
  font-size: 0;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: -30px;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .anaPocketStart .slick-prev {
    display: none !important;
  }
}
.anaPocketStart .slick-next {
  background: url(/serviceinfo/ana-pocket/images/about/slider_arrow.svg) no-repeat center;
  width: 60px;
  height: 60px;
  display: inline-block;
  font-size: 0;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  right: 15%;
  z-index: 9;
  transform: rotateY(180deg);
}
@media screen and (max-width: 767px) {
  .anaPocketStart .slick-next {
    display: none !important;
  }
}

/*-------------------------------
Pro
-------------------------------*/
.merit::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .merit {
    padding: 80px 20px;
  }
}

.cycle-item-01 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cycle-item-01 {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .cycle-item-01 {
    margin-bottom: 50px;
  }
}
.cycle-item-01 img {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .cycle-item-01 img {
    max-width: 760px;
  }
}
@media screen and (max-width: 767px) {
  .cycle-item-01 {
    padding: 0 20px 0 0;
  }
}
.cycle-item-02 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .cycle-item-02 > .txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 76%;
    text-align: center;
    color: #fff;
  }
  .cycle-item-02 > .txt a {
    color: #fff;
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .cycle-item-02 > .txt a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  .cycle-item-02 > .txt > .large {
    font-size: 24px;
    line-height: 1.6em;
    margin-bottom: 0.3em;
  }
}
@media screen and (min-width: 768px) {
  .cycle-item-02 > .txt > .small {
    line-height: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .cycle-item-02 > .txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 76%;
    text-align: center;
    color: #fff;
  }
  .cycle-item-02 > .txt a {
    color: #fff;
    text-decoration: underline;
  }
  .cycle-item-02 > .txt > .large {
    font-size: 4.5vw;
    line-height: 1.6em;
    margin-bottom: 0.3em;
  }
  .cycle-item-02 > .txt > .small {
    font-size: 2.5vw;
    line-height: 1.8em;
  }
}
.cycle-item-03 {
  position: relative;
}
@media screen and (min-width: 768px) {
  .cycle-item-03 > .txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 76%;
    text-align: center;
    color: #fff;
  }
  .cycle-item-03 > .txt a {
    color: #fff;
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .cycle-item-03 > .txt a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  .cycle-item-03 > .txt > .large {
    font-size: 24px;
    line-height: 1.6em;
    margin-bottom: 0.3em;
  }
}
@media screen and (min-width: 768px) {
  .cycle-item-03 > .txt > .small {
    line-height: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .cycle-item-03 > .txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 76%;
    text-align: center;
    color: #fff;
  }
  .cycle-item-03 > .txt a {
    color: #fff;
    text-decoration: underline;
  }
  .cycle-item-03 > .txt > .large {
    font-size: 4.5vw;
    line-height: 1.6em;
    margin-bottom: 0.3em;
  }
  .cycle-item-03 > .txt > .small {
    font-size: 2.5vw;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 767px) {
  .cycle-item-03 {
    padding: 0 3% 0 0;
  }
}
@media screen and (min-width: 768px) {
  .cycle-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .cycle-list img {
  	width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .cycle-list > * + * {
    margin-top: 40px;
  }
}

.application {
  background: url(/serviceinfo/ana-pocket/images/pro/application_bg.png) no-repeat center;
  background-size: 150% auto;
}
@media screen and (min-width: 768px) {
  .application {
    padding: 120px 20px 140px;
  }
  .application + .anaPocket-footer {
    margin-top: -170px;
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .application {
    background: url(/serviceinfo/ana-pocket/images/pro/application_bg.png) no-repeat center;
    background-size: auto 100%;
    padding: 60px 20px 100px;
  }
  .application + .anaPocket-footer {
    margin-top: -100px;
    position: relative;
    z-index: 2;
  }
}
.application-box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 8px 8px -3px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .application-box {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .application-box {
    padding: 40px 20px;
  }
}
.application-box > .text {
  text-align: center;
  margin-bottom: 15px;
}
.application-box > .text > .small {
  font-size: 16px;
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  .application-box > .text > .small {
    max-width: 525px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .application-box > .text > .small {
    font-size: 14px;
  }
}
.application-box > .text > .large {
  font-size: 36px;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .application-box > .text > .large {
    font-size: 20px;
  }
}

/*-------------------------------
Animate
-------------------------------*/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1 ;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
  }

  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*-------------------------------
mv
-------------------------------*/
.mv-block {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .mv-block {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .mv-block {
    padding: 0 0 20px;
  }
}
.mv-header {
  background-image: url(../images/mv_header_bg.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .mv-header {
    background-size: 1400px auto;
    height: 500px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .mv-header {
    background-position: top right;
    background-size: 200% auto;
    padding: 40vw 20px 0;
  }
}
.mv-box {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .mv-box {
    border-radius: 0 15px 15px 0;
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: flex-end;
    box-shadow: 3px 0 3px rgba(0, 0, 0, 0.14);
  }
  .mv-boxInner {
    padding: 95px 50px;
  }
}
@media screen and (max-width: 767px) {
  .mv-box {
    border-radius: 15px;
    padding: 40px 30px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
  }
}
.mv-ttl {
  color: #00146E;
  font-weight: bold;
  font-size: 38px;
  margin-bottom: 30px;
  font-family: "DIN 2014", "Myriad Pro", "Segoe UI", "Helvetica", "Arial", "Verdana", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Noto Sans CJK JP", "メイリオ", "Meiryo", "Roboto", "Droid Sans", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
@media screen and (max-width: 767px) {
  .mv-ttl {
    font-size: 26px;
  }
}
.mv-txt {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .mv-txt {
    font-size: 16px;
  }
}

/*-------------------------------
benefits
-------------------------------*/
.benefits-block {
  background: #EDF9FE;
}
@media screen and (min-width: 768px) {
  .benefits-block {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .benefits-block {
    padding: 80px 0;
  }
}
.benefits-header {
  margin-bottom: 70px;
}
.benefits-headerTtl {
  text-align: center;
  color: #00146E;
  font-size: 45px;
  margin-bottom: 10px;
}
.benefits-headerTxt {
  text-align: center;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .benefits-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .benefits-list {
    padding: 0 20px;
  }
}
.benefits-item {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (min-width: 768px) {
  .benefits-item {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 55px 40px;
    width: calc( (100% / 3) - 25px);
  }
}
@media screen and (max-width: 767px) {
  .benefits-item {
    padding: 30px 20px;
  }
  .benefits-item + .benefits-item {
    margin-top: 50px;
  }
}
.benefits-itemInner {
  width: 100%;
}
.benefits-itemNum {
  position: absolute;
  top: -15px;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .benefits-itemNum {
    left: 20px;
  }
}
.benefits-itemNum > img {
  height: 42px;
  width: auto;
}
.benefits-itemImg {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .benefits-itemImg {
    line-height: 115px;
    vertical-align: middle;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .benefits-itemImg {
    margin-bottom: 30px;
  }
}
.benefits-itemImg > img {
  margin: auto;
  display: inline;
  vertical-align: middle;
}
.benefits-itemImg > .type-01 {
  width: 123px;
}
.benefits-itemImg > .type-02 {
  width: 124px;
}
.benefits-itemImg > .type-03 {
  width: 112px;
}
.benefits-itemTxtBox {
  width: 100%;
}
.benefits-itemTtl {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
.benefits-itemTxt {
  font-size: 16px;
}

/* add 2021-12-01 */
@-webkit-keyframes fadeInRight_02 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(23%, 0, 0);
    transform: translate3d(23%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight_02 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(23%, 0, 0);
    transform: translate3d(23%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRight_02 {
  -webkit-animation-name: fadeInRight_02;
  animation-name: fadeInRight_02;
}

.charm-image {
  position: relative;
  display: block;
}
.charm-image > span {
  position: absolute;
}
.charm-image .item-car {
  top: 86%;
  left: 20%;
  width: 25%;
}
.charm-image .item-cycle {
  top: 94%;
  width: 13%;
  left: 48%;
}
.charm-image .item-train {
  width: 36%;
  top: 79%;
  left: 65%;
}
.charm-image .item-pIco {
  top: 36%;
  left: 71%;
  width: 8%;
}
.charm-image .item-ukiwa {
  top: -4%;
  left: 67%;
  width: 11%;
}
.charm-image .item-megane {
  top: 84%;
  left: 31%;
  width: 13%;
}
.charm-image .item-cycle02 {
  top: 69%;
  left: 29%;
  width: 23%;
}
.charm-image .item-tree {
  top: 62%;
  left: 78%;
  width: 16%;
}

@media screen and (max-width: 767px) {

  .cycle-item-03 > .txt > .large,
  .cycle-item-02 > .txt > .large {
    font-size: 3.5vw;
  }

  .cycle-item-03 > .txt > .small,
  .cycle-item-02 > .txt > .small {
    font-size: 3vw;
  }

  .anaPocketTop-mv .item-01 img {
    margin: auto;
    width: 60%;
  }

}

._link-target {
  display: inline-block;
}

._link-target::after {
  content: "";
  background: url(/serviceinfo/ana-pocket/images/common/ico_btn_target_blank.svg) no-repeat center;
  display: inline-block;
  width: 15px;
  height: 13px;
  margin: 0 0.5em;
}

.anaPocket-pageNav {
  margin: auto;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .charm-image .item-pIco {
    top: 37%;
    left: 75%;
    width: 8%;
  }
  .charm-image .item-car {
    top: 93%;
    left: -10%;
    width: 25%;
  }
  .charm-image .item-cycle {
    top: 117%;
    width: 10%;
    left: 6%;
  }
  .charm-image .item-train {
    width: 36%;
    top: 79%;
    left: 85%;
  }
  .charm-image .item-ukiwa {
    top: 0%;
    left: 81%;
    width: 11%;
  }
  .charm-image .item-megane {
    top: 88%;
    left: 1%;
    width: 13%;
  }
  .charm-image .item-cycle02 {
    top: 69%;
    left: 12%;
    width: 23%;
  }
  .charm-image .item-tree {
    top: 62%;
    left: 94%;
    width: 16%;
  }
}

@media screen and (max-width: 767px) {
  .charm-item > img {
    width: 140%;
    margin: 0 0 0 -32%;
  }
  .charm-item.type-02 img {
    width: 135%;
    margin: 0 0 0 -3%;
  }
  .charm-item.type-03 img {
    width: 145%;
    margin: 0 0 0 -34%;
  }
  .charm-item > .item {
    top: 53vw;
  }
  .charm-item > .text {
    margin: 40vw 0 0;
  }
  .charm-item > .text.type-02 {
    margin: 43vw 0 0;
  }
  .charm-item > .text.type-03 {
    margin: 43vw 0 0;
  }
}

._none-click {
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .useGuide-txt {
    background-position: center -40px;
    min-height: 360px;
  }
}

/* origin */

.anaPocket-originBox {
  padding: 0 20px;
}

/* add 2021-12-03 */

@media screen and (min-width: 768px) {
  .anaPocket-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .anaPocket-main {
    max-width: 850px;
    width: calc( 100% - 150px);
  }
  .anaPocket-main .text {
    width: 100%;
    margin-top: 10px;
    display: table;
  }
}
.anaPocket-main .notice-item {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .anaPocket-main .notice-item > .item {
    margin-top: 10px;
  }
}
.anaPocket-main .notice-item .date,
.anaPocket-main .notice-item .category {
  float: left;
}
@media screen and (max-width: 767px) {
  .anaPocket-main .notice-item > .text {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .anaPocket-side {
    padding-right: 20px;
  }
}
.anaPocket-sideList .item.active a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 3px;
  background: #00AFF0;
}
.anaPocket-sideList .item + * {
  margin-top: 20px;
}
.anaPocket-sideList .item a {
  font-weight: bold;
  position: relative;
  padding: 0 0 10px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .anaPocket-sideList .item a {
    font-size: 16px;
  }
  .anaPocket-sideList .item a:hover {
    text-decoration: none;
  }
  .anaPocket-sideList .item a:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 3px;
    background: #00AFF0;
  }
}
.anaPocket-sideSelect {
  margin: 40px 0;
  position: relative;
}
.anaPocket-sideSelect::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  background: url(/serviceinfo/ana-pocket/images/common/ico_select_arrow.svg) no-repeat center;
  background-size: contain;
  width: 14px;
  height: 100%;
}
.anaPocket-sideSelect select {
  width: 100%;
  border: 1px solid #ccc;
  padding: 20px;
  display: block;
  font-weight: bold;
  background: #fff;
}

.anaPocket-pageHeader.cpn,
.anaPocket-pageHeader.news {
  background-color: #fff;
}

.cpn-list {
  border-top: 1px solid #E5E5E5;
}
@media screen and (max-width: 767px) {
  .cpn-list {
    margin: 0 20px;
  }
}
.cpn-list > .item {
  border-bottom: 1px solid #E5E5E5;
  padding: 2em 0;
}
.cpn-list > .item * + * {
  margin-top: 10px;
}
.cpn-list > .item .ttl {
  font-size: 24px;
  margin-bottom: 10px;
}
.cpn-list > .item .date {
  background: #F1F7FA;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100px;
  color: #EB7308;
  padding: 10px 20px;
}
.cpn-list > .item .caution {
  padding-left: 1.5em;
  position: relative;
}
.cpn-list > .item .caution::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  ._sp-pad {
    padding: 0 20px;
  }
}

.faq-item > dt {
  position: relative;
  padding-left: 2em;
  font-size: 16px;
  line-height: 1.8em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .faq-item > dt {
    font-size: 18px;
  }
}
.faq-item > dt::before {
  content: "Q";
  color: #0C318E;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .faq-item > dt::before {
    font-size: 22px;
  }
}
.faq-item > dd {
  position: relative;
  padding-left: 2em;
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 1.0em;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .faq-item > dd {
    font-size: 14px;
  }
}
.faq-item > dd::before {
  content: "A";
  position: absolute;
  color: #1A73E7;
  font-size: 26px;
  top: 0;
  left: 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .faq-item > dd::before {
    font-size: 24px;
  }
}

.faq-item > dd {
  display: none;
}

.faq-item {
  width: 100%;
}
.faq-item > dt {
  padding-right: 30px;
}
.faq-item > dt::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 30px;
  font-weight: bold;
  color: #0C318E;
  line-height: 2em;
  margin-top: -1em;
}
.faq-item > dt.active::after {
  content: "";
  height: 3px;
  width: 17px;
  display: inline-block;
  vertical-align: middle;
  background: #0C318E;
  margin-top: -2px;
}

@media screen and (min-width: 768px) {
  .anaPocket-AppBtnList img {
    height: 70px;
  }
}

.cp-social-list .icon-facebook,
.cp-social-list .icon-twitter {
  display: none !important;
}

.cp-social-list .icon-line {
  display: none !important;
}


.cp-social-list .icon-line {
  margin-left: 20px !important;
}

@media screen and (max-width: 767px) {
  .cp-social-list .icon-line + .icon-facebook + .icon-twitter + .icon-line  {
    display: block !important;
  }
}

.cp-social-list .icon-line + .icon-facebook {
  display: block !important;
  margin-left: 0 !important;
  margin-right: 20px !important;
}

.cp-social-list .icon-line + .icon-facebook + .icon-twitter {
  display: block !important;  
  margin-left: 0 !important;
}
.logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin: 40px auto;
}
/* 最後の行のスペース調整 */
.logo-list.logo-list-space1,
.logo-list.logo-list-space2,
.logo-list.logo-list-space3,
.logo-list.logo-list-space4 {
  justify-content: space-between;
}
.logo-list.logo-list-space1:after,
.logo-list.logo-list-space2:after,
.logo-list.logo-list-space3:after,
.logo-list.logo-list-space4:after {
  content: "";
  display: block;
}
.logo-list.logo-list-space1:after {
  width: calc(100% / 5 - 15px);
}
.logo-list.logo-list-space2:after {
  width: calc(((100% / 5)*2) - 15px);
}
.logo-list.logo-list-space3:after {
  width: calc(((100% / 5)*3) - 10px);
}
.logo-list.logo-list-space4:after {
  width: calc(((100% / 5)*4) - 5px);
}

.logo-list > .logo-item {
  margin: 10px 0;
  width: calc(100% / 5 - 15px);
}
@media screen and (min-width: 768px) {
  .logo-list > .logo-item:not(:nth-child(5n)):not(:last-child) {
    margin-right: 18px;
  }  
}
@media screen and (max-width: 767px) {
  .logo-list {
    padding: 0 20px;
  }
  /* 最後の行のスペース調整 */
  .logo-list.logo-list-space1:after,
  .logo-list.logo-list-space2:after,
  .logo-list.logo-list-space3:after,
  .logo-list.logo-list-space4:after,
  .logo-list.logo-list-space5:after {
    width: calc(100% / 2 - 10px);
  }
  .logo-list > .logo-item {
    width: calc(100% / 2 - 10px);
  }
  .logo-list > .logo-item:nth-child(odd):not(:last-child){
    margin-right: 19px;
  }
}

@media screen and (max-width: 767px) {
  .logo-list > .logo-item img {
    width: 100%;
  }
}

.benefits-item._gray {
  position: relative;
}

.benefits-item._gray::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(67, 63, 62, 0.7);
  border-radius: 15px;
}

.benefits-item._gray::after {
  content: "Coming soon";
  color: #fff;
  font-size: 24px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  line-height: 2.0em;
  margin-top: -1.0em;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .anaPocket-sectionBtn.cpn {
    margin-right: auto !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}

.anaPocket-sectionBtn.cpn > .link {
  height: 50px;
}

@media screen and (max-width: 767px) {
  .benefits-block {
    padding-top: 40px;
  }
}
/* 日経トレンディロゴ追加_220113 */
.item.nikkei-tre.animate__fadeIn.animate__animated {
    top: 25px;
    right: -70px;
    z-index: 4;
}
@media screen and (max-width: 767px) {
.anaPocketTop-mv > .inner {
  padding: 105vw 15vw 0;
  text-align: center;
}
.anaPocketTop-mv {
  min-height: 220vw;
}
.anaPocketTop-mv .item.smartphone {
  right: 23vw;
}
.item.nikkei-tre.animate__fadeIn.animate__animated {
  width: 42vw;
  right: -5vw;
  top: 11vw;
}
}
/* 日経トレンディロゴ追加_220113--ここまで */
