@charset "UTF-8";
/* 共通 */
.indexsection-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1;
}

/* kv */
.indexkv {
  height: 530px;
  position: relative;
  overflow: hidden;
}
.indexkv-slider-item {
  width: 750px !important;
  height: 500px;
  background: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-indent: -99em;
  overflow: hidden;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.indexkv-slider-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.indexkv-slider-item a:hover {
  opacity: 1;
}
.indexkv-slider-item div {
  width: 100%;
  height: 100%;
}
.indexkv-slider-item div::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.indexkv-slider-item div img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.indexkv-slider-item.swiper-slide-active div::after {
  opacity: 0;
}
.indexkv .swiper-wrapper {
  margin-bottom: 0;
}
.indexkv .swiper-pagination {
  text-align: center;
  bottom: 0;
}
.indexkv .swiper-button-wrapper {
  width: 750px;
  height: 500px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.indexkv .swiper-button-prev, .indexkv .swiper-button-next {
  width: 25px;
  height: 42px;
  background-image: url(/common_c/images/common/icon/icon_arrow_white.svg);
  background-size: cover;
}
.indexkv .swiper-button-prev {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: -45px;
}
.indexkv .swiper-button-next {
  right: -45px;
}

/* tab */
.indextab {
  visibility: hidden;
}
.indextab.is-active {
  visibility: visible;
}
.indextab-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 750px;
  max-width: 100%;
  margin: 20px auto;
}
@media (max-width: 768px) {
  .indextab-btns {
    margin: 10px auto;
    width: 85%;
  }
}
.indextab-btn {
  /*padding: 0 1px;*/
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0;
}
.indextab-btn > a {
  background: #fff;
  border: 1px solid #e8e8e8;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .indextab-btn > a {
    font-size: 2.4vw;
    padding: 7px 0;
  }
}
.indextab-btn > a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/common_c/images/common/icon/icon_star_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 5px;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .indextab-btn > a:before {
    width: 12px;
    height: 12px;
    margin-right: 3px;
  }
}
.indextab-btn > a:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -8px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  border-color: #333333 transparent transparent transparent;
  display: none;
}
@media (max-width: 768px) {
  .indextab-btn > a:after {
    bottom: -5px;
  }
}
.indextab-btn > a.shop:before {
  background-image: url("/common_c/images/common/icon/icon_shop_white.svg");
}
.indextab-btn > a.ols:before {
  background-image: url("/common_c/images/common/icon/icon_cart_white.svg");
}
.indextab-btn:first-child > a {
  border-radius: 7px 0 0 7px;
}
.indextab-btn:last-child > a {
  border-radius: 0 7px 7px 0;
}
.indextab-btn + .indextab-btn > a {
  border-left: none;
}
.indextab-btn.is-active > a {
  background: #ff0000;
}
.indextab-btn.is-active > a:after {
  display: block;
  border-color: #ff0000 transparent transparent transparent;
}
.indextab-btn:not(.is-active) > a {
  color: #333;
}
.indextab-btn:not(.is-active) > a:before {
  background-image: url(/common_c/images/common/icon/icon_star.svg);
}
.indextab-btn:not(.is-active) > a.shop:before {
  background-image: url(/common_c/images/common/icon/icon_shop.svg);
}
.indextab-btn:not(.is-active) > a.ols:before {
  background-image: url(/common_c/images/common/icon/icon_cart.svg);
}
.indextab-body {
  max-height: 530px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .indextab-body {
    max-height: 61vw;
  }
}
.indextab-item {
  visibility: hidden;
  height: 0;
  opacity: 0;
}
.indextab-item.is-active {
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  visibility: visible;
  height: auto;
}

/* トピック */
.indextopic {
  max-width: 980px;
  margin: 0 auto;
}

/* トップバナー */
.indexbnr {
  padding: 20px 0px;
  background: #f6f6f6;
  font-size: 0px;
}
.indexbnr-wrapper {
  overflow: hidden;
  max-width: 1000px;
  margin: 0 auto;
}
.indexbnr-list {
  margin-bottom: 0;
}
.indexbnr-list li {
  display: inline-block;
  width: 25%;
  padding-right: 10px;
  padding-left: 10px;
}
.indexbnr-list li img {
  max-width: 100%;
}
.indexbnr .swiper-button-prev,
.indexbnr .swiper-button-next {
  display: none;
}

/* 目的から探す */
.indexpurpose {
  line-height: 1;
}
.indexpurpose .box-product {
  padding: 10px 5px 30px;
}
.indexpurpose .box-product-image {
  margin-bottom: 0px;
}
.indexpurpose-image-fee img {
  width: 85px;
  margin-left: 10px;
}
.indexpurpose-image-campaign img {
  width: 77px;
}
.indexpurpose-image-searchshop img {
  width: 95px;
  margin-left: 10px;
}
.indexpurpose-image-chat img {
  width: 90px;
}
.indexpurpose-image-confirm img {
  width: 75px;
  margin-left: 10px;
}
.indexpurpose-image-data img {
  width: 70px;
}
.indexpurpose-image-faq img {
  width: 90px;
}

/* 豊富な製品ラインアップ */
.indexlineup-list {
  text-align: center;
  font-size: 0px;
  padding: 0px 0 0px;
  margin-bottom: 60px;
}
.indexlineup-list-item {
  display: inline-block;
  font-size: 14px;
  padding: 0 4%;
  position: relative;
  vertical-align: top;
}
.indexlineup-list-item:after {
  display: block;
  content: "";
  background: #e8e8e8;
  width: 1px;
  height: 310px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.indexlineup-list-item a {
  display: block;
}
.indexlineup-list-item a:hover .btn {
  -webkit-box-shadow: 0px 0px 0px rgb(0, 0, 0);
          box-shadow: 0px 0px 0px rgb(0, 0, 0);
  padding: 10px 0;
  top: 3px;
}
.indexlineup-list-item a:hover .btn:hover {
  opacity: 1;
}
.indexlineup-title {
  height: 65px;
}
.indexlineup-message {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}
.indexlineup-image {
  padding-top: 10px;
  height: 265px;
}
.indexlineup-product {
  height: 265px;
}
.indexlineup-product img {
  width: 100px;
  display: inline-block;
  margin-bottom: 5px;
}
.indexlineup-product-link:hover .text-link-arrow {
  text-decoration: none;
}
.indexlineup-iphone {
  width: 28%;
}
.indexlineup-iphone:after {
  display: none;
}
.indexlineup-iphone .indexlineup-title img {
  width: 105px;
}
.indexlineup-iphone .indexlineup-image {
  padding-top: 0;
  height: 265px;
}
.indexlineup-iphone .indexlineup-image img {
  height: 190px;
  margin-bottom: 15px;
}
.indexlineup-android {
  width: 44%;
}
.indexlineup-android .indexlineup-title img {
  width: 172px;
}
.indexlineup-android .indexlineup-product img {
  height: 190px;
  width: auto;
  margin-bottom: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}
.indexlineup-sim {
  width: 28%;
  border-bottom: none;
}
.indexlineup-sim .indexlineup-title img {
  width: 75px;
}
.indexlineup-sim .indexlineup-image {
  padding-top: 30px;
  height: 197px;
}
.indexlineup-btn {
  text-align: center;
}

/* CMギャラリー */
.indexcm-list {
  overflow: hidden;
  margin-bottom: 40px;
}
.indexcm-list-item {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.indexcm-list-item:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 0%;
  padding-bottom: 57%;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 10px;
}
.indexcm-list-item:after {
  content: "";
  display: block;
  background: url(../images/common/icon/icon_play.svg) no-repeat center center;
  background-size: 50px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

/* よくある質問 */
.indexfaq {
  height: 100%;
  min-height: 534px;
  padding-bottom: 100px;
}
.indexfaq-more {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
}

/* お知らせ */
.indexinfo {
  height: 100%;
  padding-bottom: 80px;
}
.indexinfo-more {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.indexinfo .tab-list-item {
  font-size: 14px;
}
.indexinfo .tab-list-item span {
  padding: 5px 0;
}
.indexinfo .list-info-item:first-child {
  border-top: none;
}

/* 新規・既存の出し分け用 */
.js-purpose-revisit {
  display: none;
}

@media (max-width: 1180px) {
  .indexkv {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
@media (min-width: 450px) and (max-width: 768px) {
  .indexkv {
    height: 59vw !important;
  }
}
@media (max-width: 768px) {
  /* 共通 */
  .indexsection-title {
    font-size: 17px;
    margin-bottom: 20px;
  }
  /* kv */
  .indexkv {
    height: 61.5vw;
    max-height: 545px;
  }
  .indexkv-slider-item {
    width: 85% !important;
    height: calc(100% - 10px);
    background-size: cover;
    text-indent: -99em;
    overflow: hidden;
    /*div::after {content: none;}*/
  }
  .indexkv-slider-item a {
    padding-top: 67%;
  }
  .indexkv .swiper-pagination {
    margin: 0;
    text-align: center;
    background: #fff;
  }
  .indexkv .swiper-pagination {
    bottom: 3px;
  }
  .indexkv .swiper-button-wrapper {
    width: 100%;
    height: calc(100% - 20px);
  }
  .indexkv .swiper-button-prev,
  .indexkv .swiper-button-next {
    margin-top: -22px;
    width: 30px;
    height: 52px;
    background-size: 15px 26px;
  }
  .indexkv .swiper-button-prev {
    left: 0%;
  }
  .indexkv .swiper-button-next {
    right: 0%;
  }
  /* トピック */
  .indextopic {
    padding-left: 20px;
    width: auto;
  }
  /* トップバナー */
  .indexbnr {
    padding: 14px 0px;
    overflow: hidden;
  }
  .indexbnr-wrapper {
    position: relative;
    padding: 0 25px;
    max-width: 100%;
  }
  .indexbnr-wrapper .indexbnr-list {
    width: 100%;
  }
  .indexbnr-wrapper .indexbnr-list li {
    width: calc(50% - 5px);
    margin: 0 0px;
    padding: 0;
    max-width: 100%;
  }
  .indexbnr-wrapper .indexbnr-list li img {
    width: 100%;
  }
  .indexbnr-wrapper .indexbnr-list li:first-child {
    margin-right: 5px;
  }
  .indexbnr-wrapper .indexbnr-list li:nth-child(2) {
    margin-left: 5px;
  }
  .indexbnr-wrapper.swiper-container-horizontal .indexbnr-list li:first-child {
    margin-right: 0;
  }
  .indexbnr-wrapper.swiper-container-horizontal .indexbnr-list li:nth-child(2) {
    margin-left: 0;
  }
  .indexbnr-wrapper .swiper-button-next, .indexbnr-wrapper .swiper-button-prev {
    width: 25px;
    height: 100%;
    top: 0;
    margin-top: 0px;
    background-size: 8px 14px;
    background-color: #F6F6F6;
    display: block;
  }
  .indexbnr-wrapper .swiper-button-next {
    right: 0px;
  }
  .indexbnr-wrapper .swiper-button-prev {
    left: 0px;
  }
  .indexbnr-list.swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* 目的から探す */
  .indexpurpose .box-product {
    padding: 20px 5px 20px;
  }
  .indexpurpose .box-product-image {
    margin-bottom: 5px;
    height: 25vw;
  }
  .indexpurpose-image-fee img {
    width: 40%;
    margin-left: 2%;
  }
  .indexpurpose-image-campaign img {
    width: 41%;
  }
  .indexpurpose-image-searchshop img {
    width: 45%;
    margin-left: 2%;
  }
  .indexpurpose-image-chat img {
    width: 40%;
  }
  .indexpurpose-image-confirm img {
    width: 35%;
    margin-left: 2%;
  }
  .indexpurpose-image-data img {
    width: 30%;
  }
  .indexpurpose-image-faq img {
    width: 40%;
  }
  /* 選べるラインアップ */
  .indexlineup-list {
    margin-bottom: 30px;
    padding: 0;
  }
  .indexlineup-list-item {
    overflow: hidden;
    border-bottom: 1px solid #F0F0F0;
    padding: 10px 0;
    display: block;
    width: auto;
    text-align: left;
  }
  .indexlineup-list-item:after {
    display: none;
  }
  .indexlineup-list-item a:hover .btn {
    padding: 8px 0;
    top: 0px;
    -webkit-box-shadow: 0px 3px 0px rgb(202, 202, 202);
            box-shadow: 0px 3px 0px rgb(202, 202, 202);
  }
  .indexlineup-image {
    float: left;
    width: 49%;
    height: auto;
    text-align: center;
  }
  .indexlineup-title {
    text-align: center;
    margin-bottom: 20px;
    height: auto;
  }
  .indexlineup-message {
    float: right;
    width: 49%;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.6;
    height: auto;
  }
  .indexlineup-message p {
    margin: 14% auto;
    font-size: 14px;
  }
  .indexlineup-product {
    height: auto;
  }
  .indexlineup-product img {
    width: 44%;
    display: block;
    margin: 0 auto;
  }
  .indexlineup-product-link {
    text-align: center;
  }
  .indexlineup-product-link .text-link-arrow {
    text-decoration: none;
  }
  .indexlineup-iphone {
    padding: 10px 0 35px 0;
  }
  .indexlineup-iphone .indexlineup-title img {
    width: 110px;
  }
  .indexlineup-iphone .indexlineup-product img {
    width: 64%;
  }
  .indexlineup-iphone .indexlineup-btn {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .indexlineup-android {
    padding: 35px 0;
  }
  .indexlineup-android .indexlineup-title img {
    width: 161px;
  }
  .indexlineup-android .indexlineup-product img {
    height: auto;
    width: 64%;
    margin-bottom: 0;
  }
  .indexlineup-android .indexlineup-btn {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  .indexlineup-sim {
    padding: 40px 0 5px;
    border-bottom: none;
  }
  .indexlineup-sim .indexlineup-title img {
    width: 66px;
  }
  .indexlineup-sim .indexlineup-image {
    padding: 0;
    height: auto;
    min-height: 100px;
  }
  .indexlineup-sim .indexlineup-image img {
    width: 94%;
  }
  .indexlineup-sim .indexlineup-message p {
    margin: 3% 0 15px;
  }
  .indexlineup-sim .indexlineup-message img {
    display: block;
    margin: 0 auto;
    width: 62.7%;
  }
  .indexlineup-btn {
    float: right;
    width: 49%;
    padding-top: 10px;
  }
  .indexlineup-btn .btn {
    min-width: 0;
    width: 100%;
    padding: 8px 0;
    font-size: 12px;
  }
  /* CMギャラリー */
  .indexcm-list {
    margin-bottom: 10px;
  }
  .indexcm-list-item:after {
    background-size: 35px;
  }
  /* よくある質問 */
  .indexfaq {
    margin-bottom: 40px;
    padding: 0;
    min-height: 0;
  }
  .indexfaq-list {
    margin-bottom: 20px;
  }
  .indexfaq-list-item:last-child {
    border-bottom: none;
  }
  .indexfaq-list-item a {
    padding: 18px 20px 18px 0;
  }
  .indexfaq-list-title {
    line-height: 1.5;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .indexfaq-list-title:before {
    background: url(../images/common/icon/icon_faq_q.svg) no-repeat left top;
    background-size: 22px;
    width: 22px;
    height: 22px;
    margin-right: 8px;
  }
  .indexfaq-list-text {
    font-size: 12px;
    line-height: 1.8;
    margin: 0;
  }
  .indexfaq-more {
    position: static;
  }
  /* お知らせ */
  .indexinfo {
    margin: 0 -15px;
    padding: 40px 15px 40px;
  }
  .indexinfo-more {
    padding-top: 30px;
    position: static;
  }
  .indexinfofaq {
    padding-bottom: 0;
  }
}
/* icon-animation-2021-10-06 */
.box-product-image {
  margin: 0 auto;
  width: 90px;
  height: 90px;
  overflow: hidden;
  margin-top: 15px;
}
.box-product-image span {
  display: block;
  width: 90px;
  height: 90px;
  overflow: hidden;
  background-image: url(/common_c/images/index/purpose_fee.png);
  background-repeat: no-repeat;
  background-size: 90px 90px;
  background-position: 0 0;
}
.box-product-image span.icon_move {
  background-image: url(/common_c/images/index/purpose_fee_noloop.gif);
}

.indexpurpose-image-campaign span {
  background-image: url(/common_c/images/index/purpose_campaign.png);
}
.indexpurpose-image-campaign span.icon_move {
  background-image: url(/common_c/images/index/purpose_campaign_noloop.gif);
}
.indexpurpose-image-shop span {
  background-image: url(/common_c/images/index/purpose_shop.png);
}
.indexpurpose-image-shop span.icon_move {
  background-image: url(/common_c/images/index/purpose_shop_noloop.gif);
}
.indexpurpose-image-store span {
  background-image: url(/common_c/images/index/purpose_store.png);
}
.indexpurpose-image-store span.icon_move {
  background-image: url(/common_c/images/index/purpose_store_noloop.gif);
}

.box-block-link:hover {
  opacity: 1;
}
.box-block-link:hover .box-product-image span.icon_move {
  background-image: url(/common_c/images/index/purpose_fee_loop.gif);
}
.box-block-link:hover .indexpurpose-image-campaign span.icon_move {
  background-image: url(/common_c/images/index/purpose_campaign_loop.gif);
}
.box-block-link:hover .indexpurpose-image-shop span.icon_move {
  background-image: url(/common_c/images/index/purpose_shop_loop.gif);
}
.box-block-link:hover .indexpurpose-image-store span.icon_move {
  background-image: url(/common_c/images/index/purpose_store_loop.gif);
}

/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px) {
  .index3point ul li p {
    font-size: 11px;
  }
  .index3point ul li small {
    font-size: 9px;
  }
}
/* kv切り替え用 */
@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 目的から探す＆お手続きはこちらから_ABテスト用 */
/* 目的から探す */
.indexpurpose-image-ymotoku span {
  background-image: url(/common_c/images/index/purpose_ymotoku.png);
}
.indexpurpose-image-transfer span {
  background-image: url(/common_c/images/index/purpose_transfer.png);
}
.indexpurpose-image-kihen span {
  background-image: url(/common_c/images/index/purpose_kihen.png);
}
.indexpurpose-image-new span {
  background-image: url(/common_c/images/index/purpose_new.png);
}

@media (max-width: 768px) {
  .indexpurpose_b .box-product {
    padding: 5px;
  }
}
@media (max-width: 768px) {
  .indexpurpose_b .box-product-image {
    margin-top: 0;
    height: auto;
    margin-bottom: 2px;
  }
  .indexpurpose_b .box-product-image span {
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
    margin: 0 auto;
  }
}
.indexpurpose_b a.box-block-link:hover {
  opacity: 0.7;
}

/* お手続きはこちらから */
.procedures .box-product.d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 5px 20px;
}
@media (max-width: 768px) {
  .procedures .box-product.d-flex {
    padding: 5px;
  }
}
.procedures h3 {
  margin: 0 auto;
  padding-right: 40px;
}
@media (max-width: 768px) {
  .procedures h3 {
    padding-right: 15px;
  }
}
.procedures h3 span:before, .procedures h3 span:after {
  content: "";
  background: #ff0033;
  width: 2px;
  height: 1.25em;
  margin: 0 0.8em 4px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
}
.procedures h3 span:before {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.procedures h3 span:after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.procedures .box-product-image {
  width: 120px;
  height: 60px;
}
@media (max-width: 768px) {
  .procedures .box-product-image {
    width: 80px;
    padding-left: 10px;
  }
}
.procedures span {
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  margin: 0 auto;
}
.procedures a.box-block-link:hover {
  opacity: 0.7;
}

/* 20250123 お知らせ */
.ymoshirase {
  margin-left: 175px;
}
@media (max-width: 1180px) {
  .ymoshirase {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .ymoshirase {
    margin-left: 0;
  }
}