@charset "UTF-8";

/*================================================================================
個別CSS 
=================================================================================*/

/*共通*/
.catalog-section {
    width: 100%;
}

.catalog-section__inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 10px;
}


@media screen and (max-width: 767px) {
  .catalog-section__inner{
    padding: 0;
  }
}

.catalog-section__ttl{
  margin-bottom: 40px;
}

.catalog-section__logo,
.catalog-section__subttl{
  display: block;
}

@media screen and (max-width: 767px) {
  .catalog-section__logo{
    width: 41.67vw;
    margin: auto;
  }
  .catalog-section__ttl{
    margin-bottom: 20px;
  }
  .catalog-section__subttl{
    width: 76vw;
    margin: auto;
  }
}

.catalog-section__bg-light-blue{
  background: radial-gradient(50% 50% at 50% 50%, rgba(202, 231, 253, 0.80) 22.12%, rgba(108, 188, 250, 0.80) 100%);
}

.catalog-section__bg-white_with-corner{
    background-color: #fff;
    border-radius: 20px;
}

.catalog-section__bg-white{
    background-color: #fff;
}

.catalog-section__bg-confetti-pc{
  background-image: url(/flcache_data/charge/docomo_mini2/images/bg_confetti_pc.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.catalog-section__bg-gradient-white{
  background: linear-gradient(180deg, #FFF 0%, #EBF6FF 99.52%);
}

.catalog-section__bg-dots{
  background-image: url(/flcache_data/charge/docomo_mini2/images/bg_dots_pc.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.catalog-section__bg-blue{
  background: #0068B7;
}

.font-color-white{
  color: #FFF;
}

.kv-area {
  max-width: min(1200px, 100%)!important;
  padding: 30px 0!important;
}

.img-common.add-up-img::before{
  content: "";
  display: block;
  margin: 0 auto 20px;
  width: 154px;
  height: 32px;
  background-image: url('/flcache_data/charge/promotion/eraberu/images/img_triangle_point_up.svg');
  background-repeat: no-repeat;
  background-position: center top;
}

@media screen and (max-width: 767px) {
  .kv-area{
    padding: 14px!important;
  }

  .catalog-section__bg-confetti-pc{
    background: none;
  }

  .catalog-section__bg-confetti-01-smt{
  position: relative;
  }

.catalog-section__bg-confetti-01-smt::before{
  content: '';
  position: absolute;
  background-image: url(/flcache_data/charge/docomo_mini2/images/bg_confetti_01_smt.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(100% + 20px);
  width: calc(100% + 20px);
  height: 100%;
  margin-left: -10px;
}

.catalog-section__bg-confetti-02-smt{
  background-image: url(/flcache_data/charge/docomo_mini2/images/bg_confetti_02_smt.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: calc(100% + 20px);
  width: calc(100% + 20px);
  height: 100%;
  margin-left: -10px;
}
  .catalog-section__bg-dots{
  background-image: url(/flcache_data/charge/docomo_mini2/images/bg_dots_smt.svg);
  }
}

/* --- smt 余白調整 --- */
@media screen and (max-width: 767px) {
  .catalog-section__inner{
    padding: 0 10px;
  }
}

/*east-to-use-section*/
.east-to-use-section__inner{
  padding: 50px;
}

.east-to-use-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 67px;
}

.east-to-use-section__ttl{
  margin-bottom: 30px;
}

.east-to-use-section__subttl{
  display: block;
}

.east-to-use-lists__ttl{
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.east-to-use-lists__ttl::before{
  content: "●";
  margin-right: 8px;
}

.east-to-use-lists__txt{
  font-size: 1.6rem;
  font-weight: 400;
}


@media screen and (max-width: 767px) {
  .east-to-use-section__inner{
    padding: 30px;
  }

  .east-to-use-flex{
    flex-direction: column-reverse;
    gap: 0;
  }

  .east-to-use-section__subttl{
    display: inline-block;
    height: 17px;
    text-align: left;
  }

  .east-to-use-section__subttl img{
    height: 100%;
  }

  .east-to-use-section__ttl{
    width: 68.614vw;
  }

  .catalog-section__bg-confetti-02-smt .east-to-use-section__ttl{
    width: 56.1vw;
  }

  .east-to-use-lists__ttl{
    font-size: 1.6rem;
    margin-bottom: 14px;
  }

  .east-to-use-lists__txt{
    font-size: 1.3rem;
  }

  .catalog-section__bg-confetti-02-smt .east-to-use-lists .east-to-use-lists__txt {
    text-align: left !important;
  }

}

/*more-close-flex*/
.more-close-flex{
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .more-close-flex{
    flex-direction: column;
    gap: 20px;
  }
}

.more-close-block{
  width: calc((100% - 40px) /2);
  padding: 49px 26px 49px 32px;
  border-radius: 10px;
  box-shadow: 0 2px 16px 0 #034694;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
}
@media (hover: hover) {
  .more-close-block:hover,
  .bnr-hover-opacity:hover{
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .more-close-block{
    width: 100%;
    padding: 34px 20px 20px;
  }
}

.more-close-block:first-of-type{
  background-image: url(/flcache_data/charge/docomo_mini2/images/bg_starlink.png);
  background-position: right;
}

.more-close-block:nth-of-type(2){
  background-image: url(/flcache_data/charge/docomo_mini2/images/bg_5g.png);
}

.more-close-strong-txt{
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 3%;
  color: #fff;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .more-close-strong-txt{
    margin-bottom: 7px;
    font-size: 2.2rem;
    letter-spacing: 8%;
  }
}

.more-close-txt{
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 3%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .more-close-txt{
    font-size: 1.4rem;
    letter-spacing: 11%;
  }
}

.more-close-flex .more-close-btn{
  display: flex;
  padding: 14px 36px;
  justify-content: center;
  margin-top: auto;
  align-items: center;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(10px);
  text-decoration: none;
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 1.5%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .more-close-flex .more-close-btn{
    padding: 9px 36px;
    font-size: 1.4rem;
    letter-spacing: 2%;
  }
}

.more-close-arrow{
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 20px;
}

/*catalog-discount-table*/
.catalog-discount-table {
  position: relative;
  width: 100%;
  aspect-ratio: 960 / 326;
  background: url(/flcache_data/charge/docomo_mini2/images/img_discount_table_base_pc.png) no-repeat center center;
  background-size: contain;
}
.catalog-discount-table::after {
  --s: 48px;
  content: "";
  position: absolute;
  top: -70px;
  left: calc(50% - var(--s) / 2);
  display: block;
  width: var(--s);
  height: var(--s);
  background: url(/flcache_data/charge/docomo_mini2/images/ico_plus_green.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .catalog-discount-table {
    aspect-ratio: 672 / 730;
    background: url(/flcache_data/charge/docomo_mini2/images/img_discount_table_base_smt.png) no-repeat center center;
    background-size: 99%;
    background-position: center;
    transform: translatey(10vw);
    margin-bottom: calc(10vw + 30px);
  }
  .catalog-discount-table::after {
    --s: 9.5vw;
    top: -11vw;
  }
}
.catalog-discount-table__list {
  position: absolute;
  top: 82px;
  left: 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .catalog-discount-table__list {
    top: calc((100vw - 20px) * 0.301);
    left: calc((100vw - 20px) * 0.035);
  }
}
.catalog-discount-table__list__item {
  display: flex;
  align-items: center;
  width: 422px;
  height: 41px;
  transition: 0.2s all;
}
.catalog-discount-table__list__item button{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 48px;
}
@media screen and (max-width: 768px) {
  .catalog-discount-table__list__item {
    width: calc((100vw - 20px) * 0.926);
    height: calc((100vw - 20px) * 0.19);
    transform-origin: center left;
  }
  .catalog-discount-table__list__item button{
    align-items: unset;
    padding-top: calc((100vw - 20px) * 0.028);
    padding-left: calc((100vw - 20px) * 0.032);
  }
}
.catalog-discount-table__list__item:hover {
  opacity: 0.7;
}
.catalog-discount-table__list__item.no-link:hover {
  opacity: 1;
}
.catalog-discount-table__list__item:nth-child(2) {
  height: 102px;
}
.catalog-discount-table__list__item:nth-child(3) {
  height: 41px;
}
.catalog-discount-table__list__item:nth-child(4) {
  height: 41px;
}
@media screen and (max-width: 768px) {
  .catalog-discount-table__list__item:nth-child(1) img {
    width: auto;
    height: calc((100vw - 20px) * 0.0704);
  }
  .catalog-discount-table__list__item:nth-child(2) {
    height: calc((100vw - 20px) * 0.329);
  }
  .catalog-discount-table__list__item:nth-child(2) button {
    padding-top: calc((100vw - 20px) * 0.0184);
  }
  .catalog-discount-table__list__item:nth-child(2) img {
    width: auto;
    height: calc((100vw - 20px) * 0.057);
  }
  .catalog-discount-table__list__item:nth-child(3) {
    height: calc((100vw - 20px) * 0.11);
  }
  .catalog-discount-table__list__item:nth-child(3) button {
    padding-top: calc((100vw - 20px) * 0.013);
  }
  .catalog-discount-table__list__item:nth-child(3) img {
    width: auto;
    height: calc((100vw - 20px) * 0.0826);
  }
  .catalog-discount-table__list__item:nth-child(4) {
    height: calc((100vw - 20px) * 0.105);
  }
  .catalog-discount-table__list__item:nth-child(4) button {
    padding-top: calc((100vw - 20px) * 0.018);
    padding-left: calc((100vw - 20px) * 0.036);
  }
  .catalog-discount-table__list__item:nth-child(4) img {
    width: auto;
    height: calc((100vw - 20px) * 0.0705);
  }
}

/* モーダル用 */
#catalog-modal-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
#catalog-modal-area.active {
  visibility: visible;
  opacity: 1;
}

.catalog-modal-area__content {
  width: 100%;
}

.catalog-modal-slider {
  width: 100%;
}
.catalog-modal-slider__item {
  position: relative;
  height: 100vh;
  display: flex!important;
  justify-content: center;
  align-items: center;
}
.slick-initialized .slick-slide {
  display: flex !important;
}
.catalog-modal-slider__item__body {
  --w: 980px;
  --h: 516px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: var(--w);
  margin: 0 auto;
  padding: 40px 87px;
  background-color: #fff;
  border-radius: 10px;
  background: url(/flcache_data/charge/docomo_mini2/images/bg_modal_pc.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .catalog-modal-slider__item__body {
    --w: 94vw;
    --h: 74.5vh;
    max-height: var(--h);
    padding: 32px 14px;
    background: url(/flcache_data/charge/docomo_mini2/images/bg_modal_smt.png);
    background-size: 120%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.catalog-modal-slider__item__body__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 62px 60px;
  background-color: #fff;
  border-radius: 10px;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .catalog-modal-slider__item__body__inner {
    padding: 31px 24px;
  }
}
.catalog-modal-slider__item__body__inner__ttl {
  color: #000;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .catalog-modal-slider__item__body__inner__ttl {
    font-size: 2rem;
  }
}
.catalog-modal-slider__item__body__inner__ttl + .catalog-modal-slider__item__inner__txt {
  margin-top: 20px;
}
.catalog-modal-slider__item__body__inner__txt {
  color: #000;
  font-size: 1.6rem;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .catalog-modal-slider__item__body__inner__txt {
    font-size: 1.5rem;
  }
}
.catalog-modal-slider__item__body__inner__txt strong {
  color: #C03;
  font-weight: bold;
}
.catalog-modal-slider__item__body__inner__btn-area {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: auto;
}
.catalog-modal-slider__item__body__inner__btn-area__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 310px;
  padding: 14px 40px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 16.8px;
  color: #fff;
  background: linear-gradient(90deg, #C03 0%, #F06789 100%);
  border-radius: 100vw;
  text-decoration: none;
  transition: 0.2s all;
}
.catalog-modal-slider__item__body__inner__btn-area__btn:visited, .catalog-modal-slider__item__body__inner__btn-area__btn:active {
  color: #fff;
}
.catalog-modal-slider__item__body__inner__btn-area__btn .ico-arrow {
  --s: 8px;
  content: "";
  position: relative;
  top: calc(var(--s) * -0.14);
  margin-left: 4px;
  width: var(--s);
  height: var(--s);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}
.catalog-modal-slider__item__body__inner__btn-area__btn:hover {
  opacity: 0.8;
  color: #fff;
}
.catalog-modal-slider__item__close-btn {
  --s: 40px;
  position: absolute;
  top: 21px;
  right: 33px;
  font-size: 0;
  width: var(--s);
  height: var(--s);
  background: url(/flcache_data/charge/docomo_mini2/images/ico_close_w.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .catalog-modal-slider__item__close-btn {
    top: -48px;
    right: 4px;
  }
}

.catalog-modal-slider .slick-list {
  overflow: unset !important;
}
.catalog-modal-slider .slick-prev, .catalog-modal-slider .slick-next {
  --s: 40px;
  position: absolute;
  top: calc(50% - var(--s) / 2);
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--s);
  height: var(--s);
  background-color: #fff;
  border-radius: 100vw;
  font-size: 0;
  border: none;
  cursor: pointer;
}
.catalog-modal-slider .slick-prev::before, .catalog-modal-slider .slick-next::before {
  --s: 11px;
  content: "";
  position: absolute;
  width: var(--s);
  height: var(--s);
  border-bottom: 4px solid #cc0033;
  border-right: 4px solid #cc0033;
  transform: rotate(-45deg);
}
.catalog-modal-slider .slick-prev {
  left: calc(50% - 504px);
}
@media screen and (max-width: 768px) {
  .catalog-modal-slider .slick-prev {
    left: 0;
  }
}
.catalog-modal-slider .slick-prev::before {
  right: 9px;
  transform: rotate(135deg);
}
.catalog-modal-slider .slick-next {
  right: calc(50% - 498px);
}
@media screen and (max-width: 768px) {
  .catalog-modal-slider .slick-next {
    right: 0;
  }
}
.catalog-modal-slider .slick-next::before {
  left: 9px;
}

.catalog-modal-slider .slick-prev,
.catalog-modal-slider .slick-prev {
  background: #fff !important;
  z-index: 100 !important;
}

.catalog-modal-slider .slick-prev:hover,
.catalog-modal-slider .slick-prev:focus,
.catalog-modal-slider .slick-next:hover,
.catalog-modal-slider .slick-next:focus {
  color: unset !important;
  background: #fff !important;
  z-index: 100 !important;
}

html:has(.catalog-modal-slider .slick-active[data-slick-index="0"]) .slick-prev {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}

html:has(.catalog-modal-slider .slick-active[data-slick-index="4"]) .slick-next {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
