@charset "UTF-8";
@import "breadcrumb.css";
/*-----------------------------------------------------------
*** [ KDDI株式会社 共通 module] ***
------------------------------------------------------------*/
:root {
  --header-h: 53px;
}
[id^="anchor"]::before {
	content: "";
	display: block;
	height: var(--header-h);
	margin-top: calc(var(--header-h) * -1);
  visibility: hidden;
}

body {
  padding-top: 53px;
}
@media screen and (min-width: 767px) {
  body {
    padding-top: 0;
  }
}
.main {
  overflow: hidden;
}

@media screen and (min-width: 767px) {
  .main {
    border-left: 1px solid #C3C3C4;
  }
}

@media screen and (min-width: 767px) {
  .flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 767px) {
  .product__info--sim .flex-center {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .product__info--sim .flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 767px) {
  .flex-sb {
    display: flex;
    justify-content: space-between;
  }
}

.bg_wimax {
  width: 100%;
  background-color: #0091D7;
}

.tel-link[href^="tel:"] {
  color: #0091D7;
}

@media screen and (min-width: 767px) {
  .tel-link[href^="tel:"] {
    color: #3F3B39;
    pointer-events: none;
  }
}

.page-tit {
  margin-top: 34px;
  padding-bottom: 34px;
  text-align: center;
  line-height: 1.4;
  color: #0091D7;
  font-size: 2.7rem;
  border-bottom: 3px solid;
}

@media screen and (min-width: 767px) {
  .page-tit {
    margin-top: 80px;
    padding-bottom: 20px;
    padding-left: 75px;
    font-size: 3.2rem;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .page-tit--2line {
    margin-top: 15px;
    padding-bottom: 15px;
  }
}

.sec__tit {
  margin-top: 40px;
  position: relative;
  z-index: 10;
  line-height: 1.38;
  text-align: center;
  font-size: 2.6rem;
  letter-spacing: 5px;
}

@media screen and (min-width: 767px) {
  .sec__tit {
    margin-top: 50px;
    line-height: 1.45;
    font-size: 3.2rem;
  }
  .top .sec__tit {
    margin-top: 40px;
  }
}

.sec__tit::after {
  content: "";
  margin: 6px auto 0;
  display: block;
  width: 45px;
  height: 3px;
  background-color: #0091D7;
}

@media screen and (min-width: 767px) {
  .sec__tit::after {
    margin-top: 10px;
    width: 60px;
    height: 6px;
  }
}

.sec__inner {
  margin-top: 40px;
}

.sec--bg {
  padding: 30px 0;
  background-color: #EDF7FC;
}

.btn-a {
  height: 100%;
  overflow: hidden;
  background-color: #0091D7;
  border-radius: 6px;
}

.btn-a a {
  position: relative;
  display: block;
  height: 100%;
  line-height: 1;
  color: #ffffff;

}

@media screen and (min-width: 767px) {
  .btn-a a {
    transition: opacity .3s ease;
  }
  .btn-a a:hover {
    opacity: .5;
  }
}

.btn-a a:hover {
  text-decoration: none;
}

.btn-a__txt {
  margin: 0;
}

.btn-a--icon {
  margin-top: 10px;
}

.btn-a--icon a {
  display: flex;
  align-items: center;
  height: 44px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .btn-a--icon a {
    height: 100%;
    font-size: 1.8rem;
  }
}

.btn-a--icon a span {
  margin: 0 15px;
}

.btn-a--icon a::after {
  right: 10px;
}

.btn-a--icon a img {
  margin: 0 20px;
  width: 60px;
  height: 50px;
  object-fit: contain;
}

.btn-b a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  line-height: 1;
  background-color: #fff;
  border: 1px solid;
  border-radius: 44px;
}

@media screen and (min-width: 767px) {
  .btn-b a {
    height: 54px;
    font-size: 1.6rem;
    transition: opacity .3s ease;
  }
  .btn-b a:hover {
    text-decoration: none;
    opacity: .5;
  }
}

.btn-b a:hover {
  text-decoration: none;
}

.btn-b--main a {
  color: #0091D7;
  border-color: #0091D7;
}

.cons-top .btn-arrow--type-a::after {
    margin-top: -10.8px;
}

.btn-b--sub a {
  color: #3F3B39;
  border-color: #C3C3C4;
}

.btn-w01 {
  margin: auto;
  width: 280px;
}

@media screen and (min-width: 767px) {
  .btn-w01 {
    width: 447px;
  }
}

.cate-btn__list {
  display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 767px) {
  .cate-btn__list {
    padding: 0;
  }
}

.cate-btn__item {
  margin: 0 -5px;
  padding: 0 5px;
  width: 50%;
}
.cate-btn__item--change {
	margin: 20px auto 0;
	padding: 0;
	width: 100%;
	height: 68px;
}
@media screen and (min-width: 1024px) {
  .cate-btn__item,
	.cate-btn__item--change {
    margin: 0;
    padding: 0;
    max-width: calc(50% - 14px);
    height: 68px;
  }
	.cate-btn__item--change {
		margin: 20px auto 0;
	}
}

.cate-btn__item--01 img {
  width: 62.5px;
}

@media screen and (min-width: 767px) {
  .cate-btn__item--01 img {
    width: 53px;
  }
}

.cate-btn__item--02 img {
  width: 25px;
}

.cate-btn__icon {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 60px;
}
.cate-btn__icon--change {
	width: auto;
	height: auto;	
}
@media screen and (min-width: 1024px) {
  .cate-btn__icon {
    width: auto;
    height: auto;
  }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .cate-btn__icon {
		padding-left: 4%;
  }
}

.cate-btn__btn-a {
  text-align: center;
}

.cate-btn__btn-a a {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.cate-btn__btn-a a:after {
  font-size: 2.5rem;
}

@media screen and (min-width: 1024px) {
  .cate-btn__btn-a a {
    padding: 0;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
    
.cate-btn__btn-a a:after {
    margin-top: -12.4px;
    top: 50%;
}
}

.cate-btn__m-icons span:first-child {
  font-size: 6.5rem;
}

.cate-btn__m-icons span:last-child {
  font-size: 4.5rem;
}

.cate-btn__icon--change span {
  font-size: 5rem;
}


.cate-btn__item--01 .cate-btn__m-icons span:last-child {
    position: relative;
    bottom: 6.5px;
    margin-left: -3px;
}

@media screen and (min-width: 1024px) {
  .cate-btn__m-icons span:first-child {
    font-size: 5rem;
  }
  
  .cate-btn__m-icons span:last-child {
    font-size: 3.5rem;
  }
  .cate-btn__item--01 .cate-btn__m-icons span:last-child {
    bottom: 5px;
  }  
}

.cate-btn__txt {
  margin-top: 15px;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
}
.cate-btn__txt--change {
	width: auto;
	margin: 0 0 0 20px;
	line-height: 1;
	text-align: left;
}
@media screen and (min-width: 1024px) {
  .cate-btn__txt {
		width: auto;
    margin: 0 0 0 20px;
    text-align: left;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .cate-btn__txt {
		margin-left: 10px;
  }
}

.cate-btn__txt em {
  margin-top: 5px;
  display: block;
  font-size: 1.9rem;
  font-weight: bold;
}
.cate-btn__txt--change em {
	margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .cate-btn__txt em {
    margin: 0 0 0 7px;
    display: inline;
    vertical-align: -4px;
    font-size: 2.6rem;
  }
}

.plan-btn a {
  padding: 10px 15px;
  display: inline-block;
  min-width: 120px;
  height: 44px;
  color: #fff;
  font-size: 1.3rem;
  background-color: #0091D7;
  border-radius: 44px;
}

@media screen and (min-width: 767px) {
  .plan-btn a {
    min-width: 160px;
    height: 53px;
    font-size: 1.6rem;
    transition: opacity .3s ease;
  }
  .plan-btn a:hover {
    text-decoration: none;
    opacity: .5;
  }
}

.plan-btn--invalid {
  opacity: .5;
  pointer-events: none;
}

.btn-arrow::after {
  margin: auto;
  position: absolute;
  background: no-repeat 0 0 / contain;
}

.btn-arrow--type-a::after {
  content: "\e5cc";
    margin-top: -13.4px;
    top: 50%;
    right: 7px;
  font-family: 'Material Icons';
  font-size: 2.2rem;
}

.wrap .btn-arrow--type-a::after {
    margin-top: -10.8px;
}
.wrap .btn-exl--type-a::after {
    margin-top: -6.8px;
}
.btn-arrow--type-b::after {
  top: 0px;
  bottom: 0;
  width: 8px;
  height: 14px;
  background-image: url(../img/icon/link_icon01.svg);
}

@media screen and (min-width: 767px) {
  .btn-arrow--type-b::after {
    width: 6px;
    height: 10px;
  }
}

.btn-arrow--type-c::after {
  bottom: 3px;
  right: 0;
  left: 0;
  content: "\e5cf";
  font-family: 'Material Icons';
}

@media screen and (min-width: 1024px) {
  .btn-arrow--type-c::after {
    right: 10px;
    bottom: auto;
    left: auto;
  }
}

.btn-plus.is-open::after {
  top: 7px;
  background-image: url(../img/icon/link_icon08.svg);
}

.btn-plus::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  background: no-repeat 0 0 / contain;
}

.btn-plus--type-a::after {
  width: 13px;
  height: 13px;
  background-image: url(../img/icon/link_icon07.svg);
}

@media screen and (min-width: 767px) {
  .btn-plus--type-a::after {
    width: 9px;
    height: 9px;
  }
}

.btn-exl::after {
  margin: auto;
  position: absolute;
  background: no-repeat 0 0 / contain;
}

.btn-exl--type-a::after {
  content: "\e895";
    margin-top: -8.4px;
    top: 50%;
  right: 12px;
  font-family: "Material Icons";
  font-size: 1.4rem;
}

.btn-exl--type-b::after {
  width: 15px;
  height: 12px;
  background-image: url(../img/icon/link_icon05.svg);
}

@media screen and (min-width: 767px) {
  .btn-exl--type-b::after {
    width: 11px;
    height: 9px;
  }
}

button.btn-readmore {
  width: 260px;
  margin: 20px auto;
  display: block;
  padding: 10px 14px 12px;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 30px;
  outline: 0;
  transition: .1s;
  -erbkit-transition: .1s;
  position: relative;
  cursor: pointer;
}

button.btn-readmore span::after {
  content: "もっと見る"
}
button.btn-readmore.is-open span::after {
  content: "閉じる"
}

button.btn-readmore::after {
  position: absolute;
  margin-top: -10px;
  top: 50%;
  right: 7px;
  font-family: 'Material Icons';
  font-size: 2.2rem;

  content: "\e313";
}
button.btn-readmore.is-open::after {
  content: "\e316";
}

.link-txt-a {
  text-align: center;
}

.link-txt-a a {
  font-size: 1.3rem;
}

@media screen and (min-width: 767px) {
  .link-txt-a a {
    font-size: 1.6rem;
  }
  .fixedline .link-txt-a a {
    font-size: 1.3rem;
  }
}

.link-txt-a a::after {
  content: "";
  display: inline-block;
}

.link-txt-a--exl a::after {
  margin-left: 4px;
  width: 12px;
  height: 10px;
  background: url(../img/icon/link_icon05.svg) no-repeat 0 50%/contain;
}

@media screen and (min-width: 767px) {
  .link-txt-a--exl a::after {
    margin-left: 6px;
    width: 15px;
    height: 12px;
  }
}

.link-txt-a--plus a::after {
  content: "＋";
  margin-left: 3px;
}

@media screen and (min-width: 767px) {
  .heartwari-caption{
    margin-top: 10px;
    text-align: center;
  }
}

.heartwari-caption{
    margin: 10px;
}

.note__list {
  list-style: none;
}

.color-frame {
  overflow: hidden;
  border: 2px solid #0091D7;
  border-radius: 6px;
}

.tab__cnt {
  display: none;
}
.tab__cnt.show {
  display: block;
}

.tax-notice__txt {
  margin-top: 10px;
  line-height: 1;
  text-align: center;
  color: #99999b;
  font-size: 1rem;
}

@media screen and (min-width: 1180px) {
  .tax-notice__txt {
    margin: 30px auto 0;
    width: 980px;
    text-align: right;
  }
}

/*-----------------------------------------------------------
*** [ KDDI株式会社 header] ***
------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    min-height: 100%;
		max-height: 100%;
    width: auto;
    overflow: auto;
    border-right: 1px solid #C3C3C4;
  }
}

.header__inner {
  position: relative;
  border-bottom: 1px solid #C3C3C4;
}

@media screen and (min-width: 767px) {
  .header__inner {
    border: 0;
  }
}

.header__logo {
  /*margin-left: 18px; 20231211コメントアウト*/
  height: 52px;
  transition: opacity .5s ease;
}

@media screen and (min-width: 767px) {
  .header__logo {
    margin-left: 0;
		padding: 0;
    /*padding: 40px 0 25px; 20231211コメントアウト*/
    display: block;
    height: auto;
    text-align: center;
  }
}

.header__logo a {
  display: flex;
  align-items: center;
  height: 100%;
}

@media screen and (min-width: 767px) {
  .header__logo a {
    display: block;
  }
}

.header__logo a:hover {
  text-decoration: none;
  opacity: .5;
}

.header__logo img {
	width: 320px;
  /*width: 122px; 20231211コメントアウト*/
  height: auto;
}
@media screen and (min-width: 767px) {
	.header__logo img {
		width: 200px; /*20231211追加*/
	}
}

.header__txt {
  margin: 0 0 0 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 767px) {
  .header__txt {
    margin: 8px 0 0;
    font-size: 1.4rem;
  }
}

.mobile-hum {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1100;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 53px;
    flex-direction: column;
}

.is-open .mobile-hum {
  background-color: #727172;
}

.mobile-hum__toggle {
  padding: 0;
  position: relative;
  display: block;
  width: 25px;
  height: 20px;
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}

@media screen and (min-width: 767px) {
  .mobile-hum__toggle {
    display: none;
  }
}

.mobile-hum__toggle span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0091D7;
  transition: background-color 0.2s 0.5s;
}

.mobile-hum__toggle span:nth-child(1) {
  top: 0;
  transition: top 0.2s 0.5s, transform 0.2s 0s;
}

.mobile-hum__toggle span:nth-child(2) {
  top: 9px;
  transition: top 0.2s 0.5s, transform 0.2s 0s;
}

.mobile-hum__toggle span:nth-child(3) {
  bottom: 0;
  transition: bottom 0.2s 0.5s, transform 0.2s 0s;
}

.is-open .mobile-hum__toggle span {
  background-color: #fff;
}

.is-open .mobile-hum__toggle span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
  transition-delay: 0s, 0.5s;
}

.is-open .mobile-hum__toggle span:nth-child(2) {
  background-color: transparent;
}

.is-open .mobile-hum__toggle span:nth-child(3) {
  bottom: 9px;
  transform: rotate(-45deg);
  transition-delay: 0s, 0.5s;
}
.mobile-hum_menu {
    margin-top: 4px;
    font-size: 1.1rem;
    color: #0091D7;
    line-height: 1;
}
.is-open .mobile-hum_menu {
    color: #fff;
}
@media screen and (min-width: 767px) {
 .mobile-hum_menu {
    display: none;
  }
}

/*-----------------------------------------------------------
*** [ KDDI株式会社 gnav] ***
------------------------------------------------------------*/
.is-open {
  overflow: hidden;
}

.gnav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
	font-feature-settings: normal;
  background-color: rgba(63, 59, 57, 0);
  transition: transform 0s ease .3s, background .3s ease;
  transform: translate(-100%, 0);
}
@media screen and (min-width: 767px) {
  .gnav {
    position: relative;
    background-color: transparent;
    transform: translate(0, 0);
  }
}

.is-open .gnav {
  background-color: rgba(0, 0, 0, 0.8);
  transition: transform 0s ease, background .3s ease;
  transform: translate(0, 0);
}

.gnav__bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 767px) {
  .gnav__bg {
    display: none;
  }
}

.gnav__inner {
  padding-top: 13px;
  position: relative;
  z-index: 10;
  width: 82.66%;
  height: 100%;
  overflow-y: auto;
  background-color: #fff;
  transition: transform .3s ease;
  transform: translate(-100%, 0);
}
@media screen and (min-width: 767px) {
  .gnav__inner {
    padding-top: 0;
    width: 200px;
    transform: translate(0, 0);
  }
}

.is-open .gnav__inner {
  transform: translate(0, 0);
  transition: transform .3s ease;
}

.gnav__toplink {
	padding: 0 20px;
	text-align: right;
  font-weight: 300;
}
@media screen and (min-width: 767px) {
  .gnav__toplink {
    display: none;
  }
}

.gnav-menu {
	padding: 0 20px;
}
@media screen and (min-width: 767px) {
	.gnav-menu {
		padding: 0 16px;
	}
}
.gnav-application {
	margin-top: 23px;
	padding: 0 20px;
}
@media screen and (min-width: 767px) {
	.gnav-application {
		padding: 0 16px;
	}
}

.gnav-application__link {
	margin: 15px 0 0;
	padding: 11px 0;
	display: block;
	line-height: 1.5;
	text-align: center;
	color: #fff !important;
	font-size: 1.5rem;
	font-weight: 700;
	background-color: #e4007f;
	border-radius: 6px;
}
.gnav-application .gnav-menu__item:first-child {
	border: 0;
}
.gnav-application .gnav-menu__text {
	padding: 11px 0 11px;
	border-radius: 0;
}
.gnav-application .gnav-menu__text {
	margin: 0;
}
.gnav-application .gnav-sub-menu {
	border-bottom: 1px solid #e4007f;
}

.gnav-menu__list {
	margin-top: 15px;
}
@media screen and (min-width: 767px) {
	.gnav-menu__list {
		margin-top: 20px;
	}
}
.gnav-menu__item {
	line-height: 1;
	font-size: 1.4rem;
	border-bottom: 1px solid #d3d3d3;
}
@media screen and (min-width: 767px) {
	.gnav-menu__item {
		line-height: 1.5;
	}
}
.gnav-menu__item:first-child {
	border-top: 1px solid #d3d3d3;
}
.gnav-menu__text,
.gnav-menu__link {
	padding: 20px 0 20px 5px;
	position: relative;
	display: block;
	color: #0091D7;
	font-weight: 700;
	cursor: pointer;
}
@media screen and (min-width: 767px) {
	.gnav-menu__text,
	.gnav-menu__link {
		padding: 15px 0 13px 8px;
	}
	.gnav-menu__short-padding {
		padding: 20px 0 20px 8px;
	}
}

.gnav-menu__link:hover,
.gnav-sub-menu__link:hover {
	text-decoration: none;
}
.gnav-sub-menu__item {
	margin-left: 15px;
	font-size: 1.2rem;
}
.gnav-sub-menu__link {
	padding: 15px 0 15px 5px;
	position: relative;
	display: block;
	line-height: 1;
	color: #0091D7;
}
@media screen and (min-width: 767px) {
	.gnav-sub-menu__link {
		padding: 10px 0 10px 5px;
		line-height: 1.5;
	}
	.gnav-sub-menu__short-padding {
		padding: 10px 0;
	}
}

.gnav-sub-menu__item:not(:last-child) {
	border-bottom: 1px solid #d3d3d3;
}
.gnav-sub-menu__item:first-child {
	border-top: 1px solid #d3d3d3;
}
.gnav-menu__icon::after {
	content: "";
	margin: auto;
	position: absolute;
	top: 0;
	right: 5px;
	bottom: 0;
	display: block;
	width: 18px;
	height: 18px;
	background: no-repeat 0 50% / cover;
}
@media screen and (min-width: 767px) {
	.gnav-menu__icon::after {
		right: 8px;
		width: 16px;
		height: 16px;
	}
}
.gnav-menu__icon--arrow::after {
	background-image: url(/shop/common/img/all/gnav_icon_arrow.svg);
}
.gnav-menu__icon--plus::after {
	background-image: url(/shop/common/img/all/gnav_icon_plus.svg);
}
.nav-open.gnav-menu__icon--plus::after {
	background-image: url(/shop/common/img/all/gnav_icon_minus.svg);
}
.gnav-menu__icon--plus02::after {
	background-image: url(/shop/common/img/all/gnav_icon_plus02.svg);
}
.nav-open.gnav-menu__icon--plus02::after {
	background-image: url(/shop/common/img/all/gnav_icon_minus02.svg);
}



.gnav-exl {
  margin-top: 10px;
  padding: 20px;
	font-feature-settings: normal;
}

@media screen and (min-width: 767px) {
  .gnav-exl {
    margin-top: 10px;
    padding: 15px 15px 15px 14px;
    background-color: #fff;
  }
}

.gnav-exl__item:not(:first-child) {
  margin-top: 25px;
}

@media screen and (min-width: 767px) {
  .gnav-exl__item:not(:first-child) {
    margin-top: 10px;
  }
}

.gnav-exl__item a {
  padding-left: 5px;
  position: relative;
  display: block;
  border-radius: 6px;
}

@media screen and (min-width: 767px) {
  .gnav-exl__item a {
    padding: 7px 10px;
    font-size: 1.2rem;
    transition: opacity .3s ease;
  }
  .gnav-exl__item a:hover {
    text-decoration: none;
    opacity: 0.5;
  }
}

.gnav-exl__item a::after {
    top: 50%;
		right: 7px;
    margin-top: -12.5px;
}
@media screen and (min-width: 767px) {
	.gnav-exl__item a::after {
  	right: 8px;
  }
}

.gnav-exl__item a:hover {
  text-decoration: none;
}

@media screen and (min-width: 767px) {
  .gnav-exl__item:nth-child(n+3) a {
    padding-left: 1.5rem;
  }
}

.gnav-exl__item img {
  margin-right: 15px;
  width: 57px;
  height: auto;
  vertical-align: middle;
}

@media screen and (min-width: 767px) {
  .gnav-exl__item img {
    margin-right: 10px;
    width: 40px;
  }
}

.gnav-sns {
  margin: 20px 20px 40px;
}

@media screen and (min-width: 767px) {
  .gnav-sns {
    display: none;
  }
}

.gnav-sns__tit {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

.gnav-sns__list {
  margin-top: 25px;
  padding: 0 50px;
  display: flex;
  justify-content: space-around;
}

.gnav-sns__item {
  width: 50px;
  height: 50px;
}

.gnav-sns__item img {
  width: 100%;
}


/*-----------------------------------------------------------
*** [ KDDI株式会社 footer] ***
------------------------------------------------------------*/
.footer {
  margin-top: 40px;
}
.footer-notes {
	margin: 20px auto 0;
	font-weight: 400;
	font-size: 1.3rem;
	text-align: center;
}
.footer__nav {
  margin-top: 15px;
}
@media screen and (min-width: 767px) {
  .footer__nav {
    margin-top: 10px;
  }
}

.footer__list {
  text-align: center;
}

.footer__item {
  display: inline-block;
  line-height: 1.8;
  font-size: 1.1rem;
  font-size: 1.3rem;
}

.footer__item:not(:last-child)::after {
  content: "｜";
}

.footer__inner {
  margin-top: 15px;
  padding: 16px 0;
  background-color: #3F3B39;
}

@media screen and (min-width: 767px) {
  .footer__inner {
    padding: 40px 0;
  }
}

.footer__info, .footer__copy {
  margin: 0;
  line-height: 1.37;
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
}

@media screen and (min-width: 767px) {
  .footer__info {
    font-size: 1.5rem;
  }
}

.footer__info span {
  display: block;
}

@media screen and (min-width: 767px) {
  .footer__info span {
    margin-left: 1em;
    display: inline;
  }
}

.footer__copy {
  margin-top: 10px;
}

@media screen and (min-width: 767px) {
  .footer__copy {
    margin-top: 18px;
    font-size: 1.2rem;
  }
}

.page-top {
  position: fixed;
  bottom: -500px;
  z-index: 100;
  right: 30px;
  width: 57px;
  height: 57px;
}

.page-top a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #3F3B39;
  border-radius: 50%;
}

.page-top a::before, .page-top a::after {
  content: "";
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  border-color: #3F3B39;
  transition: opacity .5s ease;
}

.page-top a::before {
  top: 14px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(225deg);
}

.page-top a::after {
  top: 14px;
  display: inline-block;
  width: 2px;
  height: 30px;
  border-right: 2px solid;
}

.page-top a:hover::before, .page-top a:hover::after {
  opacity: 0.5;
}

.page-top span {
  display: none;
}

.contact {
  padding: 15px;
  border: 1px solid #3F3B39;
}
.contact__item:not(:first-child) {
  margin-top: 20px;
}
.contact__tit {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  background-color: #0091D7;
}
.contact__tel {
  line-height: 1.5;
  text-align: center;
}
.contact__tel span {
  margin-right: .5em;
  display: inline-block;
  min-width: 35px;
  vertical-align: 2px;
}
.contact__tel img {
  width: 100%;
}
.contact__num {
  font-size: 3rem;
  font-weight: 700;
}
.contact__num:hover {
  text-decoration: none;
}
.contact__time {
  margin: 0;
  text-align: center;
  font-size: 1.3rem;
}
.contact-note__inner {
  text-align: center;
  background-color: #E5E5E5;
}
.contact-note__list {
  padding: 5px 10px;
  display: inline-block;
  text-align: left;
}
.contact-note__item {
  font-size: 1.2rem;
}
.contact-note__item::before {
  content: "※";
}

@media screen and (min-width: 769px) {
  .contact {
    padding: 20px;
  }
  .contact__list {
    display: flex;
    justify-content: space-between;
  }
  .contact__item {
    min-width: 100%;
  }
  .contact__item:not(:first-child) {
    margin-top: 0;
  }
  .contact__tit {
    padding: 6px 0;
    line-height: 1;
    font-size: 1.8rem;
  }
  .contact__cnt {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact__tel {
    margin-top: 7px;
    line-height: 1.3;
  }
  .contact__tel span {
    margin-right: .5em;
    min-width: 47px;
    vertical-align:baseline;
  }
  .contact__num {
    font-size: 4.4rem;
    pointer-events: none;
  }
  .contact__time {
    position: relative;
    top: 5px;
    margin-left: 2em;
    font-size: 1.4rem;
  }
  .contact-note__inner {
    margin: 0 50px;
    background-color: #E5E5E5;
  }
  .contact-note__list {
    padding: 3px 10px;
    display: flex;
    justify-content: center;
  }
  .contact-note__item {
    margin: 0 1.5em;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact__tel span {
    min-width: 40px;
    vertical-align:baseline;
  }
  .contact__num {
    font-size: 3.8rem;
  }
  .contact-note__inner {
    margin: 0 18px;
  }
}

/*-----------------------------------------------------------
*** [ KDDI株式会社 top] ***
------------------------------------------------------------*/
.info-box {
  padding: 10px 15px 7px;
  position: relative;
  border-bottom: 1px solid #C3C3C4;
}

@media screen and (min-width: 767px) {
  .info-box {
    margin-bottom: 10px !important;
    padding: 14px 0 14px;
  }
}

.info-box a {
  padding-right: 43px;
  display: inline-block;
  line-height: 1.5;
  font-size: 1.2rem;
}

@media screen and (min-width: 767px) {
  .info-box a {
    font-size: 1.6rem;
    transition: opacity .5s ease;
  }
  .info-box a:hover {
    text-decoration: none;
    opacity: .5;
  }
}

.info-box a::after {
  right: 14px;
}

.carousel__list img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1180px) {
  .carousel__list img {
    width: auto;
		height: 415px;
  }
}

.carousel__list > li:not(:first-child), .mini-bnr__list > li:not(:first-child), .point-bnr__list > li:not(:first-child) {
  display: none;
}

.carousel .slick-arrow {
	top: auto;
	top: 0;
	bottom: 0;
	z-index: 1;
	transform: none;
	width: 30px;
	height: 100%;
	margin: auto;
}

.carousel .slick-arrow::before {
  color: #ffffff;
  font-family: "Material Icons";
  font-size: 3rem;
}

@media screen and (min-width: 767px) {
	.carousel .slick-arrow {
		right: 0;
		left: 0;
		width: 80px;
		height: 80px;
	}
	.carousel .slick-arrow::before {
		font-size: 8rem;
	}
}

.carousel .slick-prev {
  left: 0;
}

.carousel .slick-prev::before {
  content: "\e5cb";
}

@media screen and (min-width: 767px) {
  .carousel .slick-prev {
    transform: translateX(-505px);
  }
}

.carousel .slick-next {
  right: 0;
}

.carousel .slick-next::before {
  content: "\e5cc";
}

@media screen and (min-width: 767px) {
  .carousel .slick-next {
    transform: translateX(505px);
  }
}

.carousel .slick-dots li button:before {
  font-size: 0.7rem;
}

@media screen and (min-width: 767px) {
	.carousel .slick-dots li button:before {
		font-size: 1rem;
	}
}

.carousel .slick-dots li.slick-active button:before {
  color: #0091D7;
}

.carousel .slick-dots {
	bottom: -30px;
}

.carousel .slick-slide {
  background-color: #000;
}

.carousel .slick-slide img {
  opacity: .5;
  transition: opacity .5s ease;
}

.carousel .slick-slide.slick-current img {
  opacity: 1;
}

.cate-btn--top a {
  padding-bottom: 35px;
}
.cate-btn--change a {
	padding: 0;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 1024px) {
  .cate-btn--top a {
    padding: 0;
  }
}

.carousel__control {
	position: relative;
	top: 11px;
	left: 15px;
	padding: 0;
	width: 20px;
	height: 20px;
	border: none;
	background-color: transparent;
}
.carousel__btn {
	color: #0091D7;
}
@media screen and (min-width: 767px) {
	.carousel__btn {
		cursor: pointer;
	}
}

/* トップミニバナーカルーセル */
.mini-bnr {
  margin-top: 40px;
  padding: 20px 0;
  background-color: #EBECEC;
}
.mini-bnr__item {
  margin: 0 5px;
  width: calc(50% - 10px);
  height: auto;
}

.mini-bnr__inner img {
  width: 100%;
  height: auto;
}

.mini-bnr .slick-dots li button:before {
  font-size: 0.7rem;
}

@media screen and (min-width: 767px) {
	.mini-bnr .slick-dots li button:before {
		font-size: 1rem;
	}
}


@media screen and (min-width: 767px) {
  .mini-bnr {
    margin-top: 50px;
    padding: 15px 0 2px 0;
  }
    .mini-bnr__list {
    margin: auto;
    display: flex;
    justify-content: center;
  }
  .mini-bnr__item {
    margin: 0 10px;
		flex-shrink: 0;
    width: 230px;
  }
}

.all__btn {
  margin: 0;
  text-align: center;
}

.product__show-all {
  color: inherit;
  font-size: 1.3rem;
  border: 0;
  background: none;
  outline: none;
  cursor: pointer;
}

@media screen and (min-width: 767px) {
  .product__show-all {
    font-size: 1.6rem;
  }
}

.product__show-all::after {
  margin-left: 4px;
  content: "＋";
}

@media screen and (min-width: 767px) {
  .product__show-all::after {
    margin-left: 6px;
  }
}

.product__show-all.is-open::after {
  content: "ー";
}

.bnr {
  padding: 0 0 30px;
  display: flex;
  background-color: #ECEDED;
}

@media screen and (min-width: 767px) {
  .bnr {
    padding: 0 0 40px;
  }
}

.bnr__list {
  padding: 35px 15px;
}

@media screen and (min-width: 767px) {
  .bnr__list {
    margin: 0 auto;
    padding: 50px 0 35px;
    display: flex;
    justify-content: space-between;
    width: 980px;
  }
}

.bnr__item {
  line-height: 1;
}

@media screen and (min-width: 767px) {
  .bnr__item {
    width: 480px;
  }
}

.bnr__item a {
  display: block;
  text-decoration: none;
}

.bnr__item a img {
  border: 1px solid #C3C3C4;
  border-radius: 6px;
  overflow: hidden;
}

@media screen and (min-width: 767px) {
  .bnr__item a:hover {
    text-decoration: underline;
  }
}

.bnr__item a img {
  transition: opacity .5s ease;
}

@media screen and (min-width: 767px) {
  .bnr__item a img:hover {
    opacity: .5;
  }
}

.bnr__item img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .bnr__item:not(:first-child) {
    margin-top: 28px;
  }
}

.bnr__link-txt {
  margin: 15px 0 0;
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
}

.bnr__link-txt::after {
  content: "";
  margin-left: 6px;
  position: relative;
  top: -1px;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #3F3B39;
  border-right: 2px solid #3F3B39;
  transform: rotate(45deg);
}

.bnr__txt {
  margin: 10px 0 0;
  font-size: 1.4rem;
}

.top-merit {
  margin-top: 40px;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .top-merit img {
    width: 64px;
    height: 64px;
  }
}

@media screen and (min-width: 767px) {
  .top-merit {
    margin: 50px auto 0;
    padding: 0;
    max-width: 730px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-merit {
		padding: 0 20px;
  }
}

.top-merit__list {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-merit__lead {
  margin: 0 auto;
  line-height: 1.3;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (min-width: 767px) {
  .top-merit__lead {
    margin: 0 auto;
    line-height: 1.3;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
  }
}


.top-merit__lead span {
  padding: 0 30px;
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 767px) {
  .top-merit__lead span {
    padding: 0 180px;
  }
}

.top-merit__lead span::before,
.top-merit__lead span::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
  background-color: #C2C2C3;
}

@media screen and (min-width: 767px) {
  .top-merit__lead span::before,
  .top-merit__lead span::after {
    width: 160px;
  }
}

.top-merit__lead span::before {
  left: 0;
}
.top-merit__lead span::after {
  right: 0;
}
.top-merit__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #EDF7FC;
  border-radius: 40px;
}

@media screen and (min-width: 910px) {
  .top-merit__item {
    flex-direction: column;
    width: 160px;
    height: 160px;
    border-radius: 80px;
  }
}

.top-merit__txt {
  margin: 0;
  position: absolute;
  bottom: -38px;
  line-height: 1.3;
  text-align: center;
  font-size: 1.3rem;
}

@media screen and (min-width: 910px) {
  .top-merit__txt {
    margin: 13px 0 0;
    position: relative;
    bottom: auto;
    line-height: 1.3;
    font-size: 1.9rem;
  }
}

.top-merit__txt em {
  color: #0091D7;
}
.top-merit__item i {
  display: block;
  width: 80%;
  height: 80%;
}

@media screen and (min-width: 910px) {
  .top-merit__item i {
    margin-top: 5px;
    width: 50%;
    height: 50%;
  }
}
.top-merit__item img {
  width: 100%;
	height: auto;
}

/* 端末かSIMか選択テキスト（追加）*/
.device_or_sim_txt {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

/*-----------------------------------------------------------
*** [ UQコミュニケーションズ株式会社 product] ***
------------------------------------------------------------*/
.product-heading {
	position: relative;
	margin: 20px 0 0;
	font-weight: 700;
	font-size: 1.7rem;
	line-height: 1.75;
	text-align: center;
	letter-spacing: 0.06em;
}
.product-heading::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	margin: auto;
	border-bottom: 1px solid #B1B1B1;
	content: "";
}
.product-heading__inner {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 0.5em;
	background-color: #ECEDED;
}
@media screen and (min-width: 767px) {
	.product-heading {
		margin: 25px 0 0;
		font-size: 2.2rem;
	}
}

.product__list {
	position: relative;
  display: flex;
  flex-direction: column;
	width: 100%;
}
@media screen and (min-width: 930px) {
  .product__list {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		width: calc(100% + 16px);
		margin: 25px -8px 0;
  }
}

.product__item {
  padding: 40px 20px 0;
  position: relative;
}
@media screen and (min-width: 767px) {
	.product__item {
		padding: 50px 20px 0;
	}
}

.product__list-inner {
  width: 100%;
	overflow: hidden;
  background-color: #ffffff;
}
.product__list-inner {
	margin-top: 16px;
}

@media screen and (min-width: 930px) {
  .product__list-inner {
    width: calc(50% - 16px);
		margin: 16px 8px 0;
  }
}

.product__tit {
  margin: 0;
  font-size: 1.9rem;
	line-height: 1;
	text-align: center;
}
@media screen and (min-width: 767px) {
  .product__tit {
    font-size: 2.2rem;
  }
}

.product__img {
	display: block;
  width: 192px;
  height: 192px;
  margin: 15px auto 0;
	text-align: center;
}
.product__img img {
  max-width: 100%;
}
@media screen and (min-width: 769px) {
	.product__img {
		width: 256px;
		height: 256px;
		margin: 15px auto 0;
	}
	}

.product-color {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}
.product-color__variation {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	border-radius: 50%;
}
@media screen and (min-width: 769px) {
	.product-color__variation {
		width: 14px;
		height: 14px;
	}
}

.product__info--sim {
	margin-top: 40px;
}
@media screen and (min-width: 769px) {
	.product__info {
		margin-top: 35px;
	}
	.product__info--sim {
		margin-top: 43px;
	}
}

.product-price__heading {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3px 1em;
	border-radius: 2px;
	background-color: #083090; /* #0089cf */
	color: #fff;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.3;
	text-align: center;
}
@media screen and (min-width: 1185px) {
	.product-price {
		height: 52px;
		padding: 0 14px;
		border-radius: 4px;
	}
	.product-price__heading {
		padding: 6px 1em;
		border-radius: 4px;
		font-size: 1.4rem;
		line-height: 1;
	}
	.product-price--01 {
		padding: 75.42px 14px;
	}
	.product-price--02 {
		padding: 26px 14px;
	}
}

.product-price__content {
	display: flex;
	align-items: center;
	margin-left: 13px;
}
.product-price__list-price {
	position: relative;
	font-weight: 700;
	font-size: 1.4rem;
}
.product-price__list-price--small {
	font-size: 1.3rem;
	vertical-align: 0.5px;
}
.product-price__list-price::before {
	position: absolute;
	top: 12px;
	transform: rotate(18deg);
	width: 80%;
	height: 2px;
	background-color: #1F88CC;
	content: "";
}
@media screen and (min-width: 1185px) {
	.product-price__list-price {
		top: 0px;
		font-size: 1.8rem;
	}
	.product-price__list-price--small {
		font-size: 1.6rem;
		vertical-align: 0.5px;
	}
	.product-price__list-price::before {
		top: 16px;
		width: 80%;
		height: 3px;
	}
}

.product-price__discount-price {
	position: relative;
	margin-left: 10px;
	color:  #083090; /* #0089cf */
	font-weight: 700;
	font-size: 2.5rem;
}
.product-price__discount-price--small {
	margin-left: 0.25em;
	color: #3f3b39;
	font-size: 1.5rem;
	vertical-align: 4px;
}
.product-price__discount-price::before {
	display: inline-block;
	position: relative;
	top: -5px;
	left: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #222222;
	content: "";
}
@media screen and (min-width: 1185px) {
	.product-price__discount-price {
		margin-left: 15px;
		font-size: 3.3rem;
	}
	.product-price__discount-price--small {
		font-size: 1.9rem;
		vertical-align: 5px;
	}
	.product-price__discount-price::before {
		top: -5px;
		left: -7px;
		border-width: 8px 0 8px 10px;
	}	
}

.product-price__date {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 5px;
	bottom: 4px;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background-color: #ffee34;
	line-height: 1.4;
	text-align: center;
}
.product-price__date-month {
	margin: 0;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: 0.14em;
}
.product-price__date-time {
	margin: 0;
	font-weight: 700;
	font-size: 1rem;
}
@media screen and (min-width: 1185px) {
	.product-price__date {
		right: 16px;
		bottom: -6px;
		width: 75px;
		height: 75px;
		line-height: 1.3;
	}
	.product-price__date-month {
		font-size: 2.1rem;
		letter-spacing: 0.16em;
	}
	.product-price__date-time {
		font-size: 1.4rem;
	}
}

/* 20230627ここから */
.product-banner--01 {
	margin-top: -10px;
}
.product-banner-content {
	display: flex;
}
.product-banner-content .product-banner {
	width: calc(100% / 2);
	text-align: center;
}
.product-banner-content .product-banner__img {
	display: block;
	margin: 0 auto;
	width: 95%;
}
.product-banner-content .product-banner__img--01 {
	margin-top: -5px;
}

@media screen and (min-width: 930px) and (max-width: 1179px) {
	.product-price--03 {
		padding: 36% 14px 36% 14px;
	}
}
@media screen and (min-width: 1180px) {
	.product-price--03 {
		padding: 159.5px 14px 159.5px 14px;
	}
}

@media screen and (min-width: 1185px) {
	.product-banner-content {
		justify-content: space-between;
	}
}
/* 20230627ここまで */

.product-spec {
	margin-top: 2px;
}
.product-spec__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product-spec__item {
	display: flex;
	align-items: center;
	margin-top: 4.5px;
	padding: 0 3px;
	width: calc(50% - 1.1%);
	height: 34px;
	border: 1px solid #B2B2B2;
	border-radius: 3px;
	line-height: 1;
}
.product-spec__icon {
	flex-shrink: 0;
	width: 32px;
	height: 26px;
}
.product-spec__text {
	flex-basis: 100%;
	font-size: 1.2rem;
	text-align: center;
}
.product-spec__text--small {
	margin-right: 0.5em;
	font-size: 1rem;
	vertical-align: 1px;
}
.product-spec__text--sim {
	flex-basis: 100%;
	font-size: 1.1rem;
	text-align: center;
}
.product-spec__text--sup {
	margin-left: 0.25em;
	font-size: 60%;
}
@media screen and (min-width: 935px) {
	.product-spec {
		margin-top: 5px;
	}
	.product-spec__item {
		margin-top: 6px;
		padding: 0 4px;
		width: calc(50% - 6px / 2);
		height: 48px;
		border-radius: 4px;
	}
	.product-spec__icon {
		flex-shrink: 0;
		width: 46px;
		height: 38px;
	}
	.product-spec__text {
		font-size: 1.6rem;
	}
	.product-spec__text--small {
		font-size: 1.1rem;
		vertical-align: 2px;
	}
}
@media screen and (min-width: 1180px) {
	.product-spec__text--sim {
		font-size: 1.6rem;
	}
}

.product-sim {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
.product-sim__img {
	max-width: 79px;
}
.product-sim__img img {
	width: 100%;
}
.product-sim__5g {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 106px;
	height: 27px;
	margin-left: 28px;
	border-radius: 3px;
	background-color: #eff0f0;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1;
}
.product-sim-heading {
	margin: 0;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 0.14em;
}
@media screen and (min-width: 769px) {
	.product-sim {
		margin-top: 55px;
	}
	.product-sim__img {
		max-width: 104px;
	}
	.product-sim__5g {
		width: 130px;
		height: 33px;
		margin-left: 35px;
		border-radius: 4px;
		font-size: 2rem;
	}
	.product-sim-heading {
		font-size: 1.6rem;
	}	
}

.product-detail {
	position: relative;
	width: 215px;
	margin: 20px auto 0;
	font-size: 1.3rem;
}
.product-detail a::after {
	position: absolute;
	right: 36px;
	width: 10px;
	height: 10px;
	background: url("/shop/common/img/top/cashback_link-icon01.svg") no-repeat 0 0 / contain;
	content: "";
}
.product-application {
	margin: 20px -20px 0;
}
.product-application__link {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 50px;
	background-color: #1F88CC;
	color: #fff;
	font-weight: 700;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}
.product-application__link::after {
	display: inline-block;
	transform: rotate(45deg);
	width: 9px;
	height: 9px;
	margin-left: 0.5em;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
}
@media screen and (min-width: 769px) {
	.product-detail {
		width: 267px;
		margin-top: 25px;
		font-size: 1.5rem;
	}
	.product-detail a::after {
		right: 54px;
		width: 12px;
		height: 12px;
		margin-top: 2px;
	}
	.product-application__link {
		height: 60px;
		font-size: 1.8rem;
	}
	.product-application__link::after {
		width: 10px;
		height: 10px;
	}
}

.product__note {
  margin: 5px 0;
  text-align: right;
  font-size: 1.2rem;
}

.product-bnr {
  margin-top: 30px;
  border: 3px solid #fff;
}

.product-bnr img {
  width: 100%;
}

.product__bnr {
  margin-top: 15px;
  padding: 0 15px;
}

@media screen and (min-width: 767px) {
  .product__bnr {
    margin-top: 25px;
  }
}

.product__bnr a {
  display: inline-block;
}

.product__bnr img {
  width: 100%;
}

.product__bnr--iphone {
  margin: 10px 0;
  padding: 0;
}

.product__new {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
}

@media screen and (min-width: 767px) {
  .product__new {
    width: 120px;
    height: 120px;
  }
}
.product__new img {
  width: 100%;
}

.product-notes {
	margin-top: 15px;
	line-height: 1.75;
}
.product-notes__text {
	margin: 0;
	padding-left: 1.25em;
	font-size: 1.2rem;
	font-feature-settings: normal;
	text-indent: -1.25em;
}
.product-notes__text a {
	color: #fff;
	text-decoration: underline !important;
}
.product-notes__link::after {
	display: inline-block;
	transform: rotate(45deg);
	width: 7px;
	height: 7px;
	margin-left: 0.25em;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	content: "";
}
.product-notes__link--anchor::after {
	transform: rotate(135deg);
	margin-left: 0.35em;
	vertical-align: 3px;
}
.product-notes__text-link {
	margin-left: 0.25em;
	color: #0091D7;
	text-decoration: underline !important;
}
.product-notes__text a:hover {
	text-decoration: none !important;
}
@media screen and (min-width: 767px) {
	.product-notes__text {
		font-size: 1.4rem;
	}
}

.campaign__balloon {
	margin: 0;
}

@media screen and (max-width: 766px)  {
  .campaign__balloon img {
		max-width: 140px;
		max-height: 49px;
  }
}

@media screen and (min-width: 767px)  {
  .campaign__balloon img {
		max-width: 200px;
		max-height: 70px;
  }
}

.is-blank {
  list-style: none;
  border: 0;
  min-width: calc(50% - 8px);
}

@media screen and (min-width: 767px) {
  .is-blank {
    min-width: calc(25% - 8px);
  }
}

.campaign-banner {
	max-width: 1020px;
	margin: 25px auto 0;
	padding: 0 20px;
}
.campaign-banner img {
	width: 100%;
}
@media screen and (min-width: 767px) {
	.campaign-banner {
		margin-top: 50px;
	}
}

.p-area {
  max-width: 720px;
  margin: 0 auto;
}
.p-area__lead {
	margin: 0;
  font-weight: 900;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-area__lead {
    font-size: 1.4rem;
  }
}
.p-area__list {
  margin-top: 5px;
  border-top: 1px solid currentColor;
  counter-reset: li;
}
@media screen and (max-width: 767px) {
  .p-area__list {
    margin-top: 0;
  }
}
.p-area__item {
  display: flex;
  margin-top: 20px;
  font-weight: 400;
  font-size: 1.5rem;
}
.p-area__item span {
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-area__item {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
.p-area__item::before {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-color: #0091D7;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 18px;
  text-align: center;
  counter-increment: li;
  content: counter(li);
}
@media screen and (max-width: 767px) {
  .p-area__item::before {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    font-size: 1.1rem;
    line-height: 14px;
  }
}
.p-area__item-inner {
  margin-top: -4px;
}
.p-area__item-text {
	margin: 0;
}
.p-area__item-notes {
	margin: 0;
  font-weight: 300;
  font-size: 1.2rem;
}
.p-area__content {
  height: 700px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-area__content {
    margin-top: 15px;
    height: 420px;
  }
}
.p-area__content iframe {
  width: 100%;
  height: 100%;
}
.p-area__note {
  margin: 20px 0 0;
  font-weight: 300;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-area__note {
    margin-top: 10px;
  }
}

/*-----------------------------------------------------------
*** [ UQコミュニケーションズ株式会社 consideration] ***
------------------------------------------------------------*/
.cons-top {
  margin-top: -40px;
  padding: 80px 15px 40px;
  position: relative;
  z-index: auto;
  background-color: #EDF7FC;
}

.cons-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 177px 100vw;
  border-color: transparent transparent transparent #fff;
}

@media screen and (min-width: 1180px) {
  .cons-top__inner {
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 890px;
  }
}

.cons-top__img {
  position: relative;
  z-index: 50;
  display: block;
  background-color: #99999B;
}

@media screen and (min-width: 767px) {
  .cons-top__img {
		margin: auto;
    width: 425px;
    height: 312px;
  }
}

.cons-top__img > * {
  width: 100%;
}
@media screen and (max-width: 766px) {
  .cons-top__img > * {
    width: 100%;
    height: auto;
  }
}

.cons-top__txt {
  padding: 0 12px;
  position: relative;
  display: inline-block;
  line-height: 1.55;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (min-width: 767px) {
  .cons-top__txt {
    margin: 40px 0;
    font-size: 2.8rem;
  }
}

.cons-top__txt::before, .cons-top__txt::after {
  content: "";
  position: absolute;
  bottom: -3px;
  display: inline-block;
  width: 2px;
  height: 60px;
  background-color: #3F3B39;
}

@media screen and (min-width: 767px) {
  .cons-top__txt::before, .cons-top__txt::after {
    height: 83px;
  }
}

.cons-top__txt::before {
  left: 0;
  transform: rotate(-17deg);
}

.cons-top__txt::after {
  right: 0;
  transform: rotate(17deg);
}

.cons-top__txt em {
  color: #0091D7;
}

@media screen and (min-width: 767px) {
  .cons-top .btn-w01--cons {
    width: 400px;
  }
}

.cons-sel {
  margin: 20px 0;
}

@media screen and (min-width: 767px) {
  .cons-sel {
    margin-top: 40px;
  }
}

@media screen and (min-width: 767px) {
  .cons-sel__list {
    display: flex;
    justify-content: space-between;
  }
}

.cons-sel__item {
  list-style: none;
}

.cons-sel__item:not(:first-child) {
  margin-top: 25px;
}

@media screen and (min-width: 767px) {
  .cons-sel__item:not(:first-child) {
    margin-top: 0;
  }
}

@media screen and (min-width: 767px) {
  .cons-sel__item {
    width: 476px;
  }
}

.cons-sel__item a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  transition: opacity .5s ease;
}

@media screen and (min-width: 767px) {
  .cons-sel__item a {
    font-size: 2rem;
  }
}

.cons-sel__item a:hover {
  text-decoration: none;
}

@media screen and (min-width: 767px) {
  .cons-sel__item a:hover {
    opacity: 0.5;
  }
}

.cons-sel__item a img {
  width: 100%;
}

.cons-sel__item a span {
  margin-top: 10px;
  display: inline-block;
}

.cons--bg {
  margin-top: 30px;
  padding: 40px 0;
}

@media screen and (min-width: 767px) {
  .cons--bg {
    padding: 65px 0;
  }
}

.official__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.official__item {
  width: calc(50% - 6.5px);
  height: 130px;
}

@media screen and (min-width: 767px) {
  .official__item {
    margin-top: 28px;
    width: 308px;
    height: 110px;
  }
}

.official__item--phone {
  width: 100%;
}

@media screen and (min-width: 767px) {
  .official__item--phone {
    width: 476px;
  }
}

@media screen and (min-width: 767px) and (min-width: 767px) {
  .official__item--phone:nth-child(-n+2) {
    margin-top: 0;
  }
}

.official__item--phone:first-child {
  margin-top: 0;
}
.official a {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

@media screen and (min-width: 767px) {
  .official a {
    flex-direction: row;
    justify-content: start;
    align-items: center;
  }
}

.official a span {
  margin-bottom: 15px;
}

@media screen and (min-width: 767px) {
  .official a span {
    margin-bottom: 0;
  }
}

.official a::after {
  top: 10px;
  bottom: auto;
}
.wrap .official a::after {
    margin-top: 0px;
}

/*-----------------------------------------------------------
*** [ UQコミュニケーションズ株式会社 news] ***
------------------------------------------------------------*/
.news__inner:not(:first-child) {
  margin-top: 20px;
}

.news__list {
  display: flex;
  flex-wrap: wrap;
	flex-direction: column;
  font-size: 1.6rem;
}

@media screen and (min-width: 767px) {
  .news__list {
    display: block;
  }
}

@media screen and (min-width: 1156px) {
  .news__inner {
    display: flex;
    align-items: center;
  }
}

.news__date {
  font-weight: bold;
}

.news__icon {
  margin-right: 7px;
  padding: 3px 5px;
  display: inline-block;
  min-width: 75px;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  background-color: #3F3B39;
  border-radius: 4px;
}

@media screen and (min-width: 767px) {
  .news__icon {
    margin-right: 1em;
    min-width: 102px;
    font-size: 1.5rem;
  }
}

.news__content {
  margin-top: 8px;
  line-height: 1.5;
}

@media screen and (min-width: 1156px) {
  .news__content {
    margin: 0 0 0 2em;
  }
}

.news__rss {
  position: absolute;
  left: calc(100% - 30px - 58px);
  /*right: 0;*/
  font-size: 14px;
  top: calc(50% - 6px - 7px);
  letter-spacing: 2px;
}
.news__rss a {
  /*color: #F39800;*/
  color: #EE802F;
}

@media screen and (min-width: 767px) {
  .news__rss {
    right: 3%;
    font-size: 16px;
    top: calc(50% - 10px - 11px);
  }
}
@media screen and (max-width: 766px) {
  .news__rss img {
    width: 100%;
    height: 20px;
  }
}

/*-----------------------------------------------------------
*** [ UQコミュニケーションズ株式会社 melit] ***
------------------------------------------------------------*/
.melit__link {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 767px) {
  .melit__link {
    margin-top: 40px;
  }
}
.melit .btn-w01--merit {
  margin-top: 15px;
}

.merit {
  margin: 25px 0 80px;
}

@media screen and (min-width: 1180px) {
  .merit {
    margin: 50px auto 0;
    padding: 0;
    width: 980px;
  }
}

.merit__list {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.merit__item {
  padding-top: calc(25% - 5px);
  position: relative;
  align-items: center;
  width: calc(25% - 5px);
  height: 0;
  background-color: #EDF7FC;
  border-radius: 50%;
  overflow: visible;
}

@media screen and (min-width: 1180px) {
  .merit__item {
    padding-top: 0;
    flex-direction: column;
    width: 220px;
    height: 220px;
    border-radius: 50%;
  }
}

.melit__box {
  position: absolute;
  top: 90%;
  z-index: 100;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 1180px) {
  .melit__box {
    position: relative;
    top: 20px;
  }
}

.melit__num {
  padding: 4px 1em;
  display: inline-block;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  background-color: #0091D7;
  border-radius: 9px;
}

@media screen and (min-width: 1180px) {
  .melit__num {
    padding: 0 1em;
    height: 22px;
    line-height: 22px;
    color: currentColor;
    font-size: 1.2rem;
    background-color: #fff;
    border-radius: 11px;
  }
}

.melit__num span {
  margin-left: 3px;
  vertical-align: -1px;
  font-size: 1.3rem;
  font-weight: bold;
}

@media screen and (min-width: 1180px) {
  .melit__num span {
    font-size: 1.5rem;
  }
}

.merit__txt {
  margin: 5px 0 0;
  line-height: 1.3;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (min-width: 1180px) {
  .merit__txt {
    margin: 13px 0 0;
    position: relative;
    bottom: auto;
    line-height: 1.3;
    font-size: 2.3rem;
    letter-spacing: 0.1em;
  }
}

.merit__txt em {
  color: #0091D7;
}
.merit__item i {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 80%;
  height: 80%;
}

@media screen and (min-width: 1180px) {
  .merit__item i {
    top: auto;
    bottom: 20px;
    width: 35%;
    height: 35%;
  }
}

/*-----------------------------------------------------------
*** [ UQコミュニケーションズ株式会社 news] ***
------------------------------------------------------------*/
.sns__list {
  margin: auto;
  display: flex;
  justify-content: space-between;
  width: 140px;
  list-style: none;
}

.sns__item {
  width: 60px;
}

.sns__item img {
  width: 100%;
}

/*-----------------------------------------------------------
*** [ UQコミュニケーションズ株式会社 qa] ***
------------------------------------------------------------*/
.qa__list {
  border-top: 1px dashed #C3C3C4;
}

.qa__inner {
  padding: 15px 10px;
  border-bottom: 1px dashed #C3C3C4;
}

@media screen and (min-width: 767px) {
  .qa__inner {
    padding: 7px 20px;
  }
}

.qa__txt {
  padding-right: 45px;
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 767px) {
  .qa__txt {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 767px) {
  .qa__txt--q {
    cursor: pointer;
  }
}

.qa__txt--q::before, .qa__txt--q::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #0091D7;
}

.qa__txt--q::before {
  right: 9px;
  width: 2px;
  height: 20px;
}

.qa__txt--q::after {
  right: 0;
  width: 20px;
  height: 2px;
}

.qa__txt--q.is-open::before {
  width: 0;
}

.qa__txt--a {
  margin-top: 10px;
  padding-bottom: 10px;
  color: #0091D7;
}

.qa__txt--a a {
  text-decoration: underline;
}

.qa__txt--a a:hover {
  text-decoration: none;
}

.qa__txt--link {
  margin-left: 2em;
}

.qa__txt--link::after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 11px;
  height: 11px;
  background: url("../img/icon/link_icon01.svg") no-repeat 0 50%/contain;
}

.qa__txt--txt {
  margin: 0;
}

.qa__txt--list {
  margin-top: 15px;
}

.qa__txt--note {
  margin-top: 5px;
  padding-left: 1em;
  display: block;
  line-height: 1.6;
  text-indent: -1em;
  font-size: 1.3rem;
  list-style: none;
}

.qa__icon {
  margin-right: 12px;
  display: block;
  flex: 0 0 30px;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
}

@media screen and (min-width: 767px) {
  .qa__icon {
    margin-right: 20px;
    font-size: 3rem;
  }
}

/*-----------------------------------------------------------
*** [ KDDI株式会社 buy] ***
------------------------------------------------------------*/
.buy__item span {
  font-size: 3rem;
}
@media screen and (min-width: 1024px) {
  .buy__list {
    display: flex;
    justify-content: space-between;
  }
  .buy__item {
    margin-top: 0;
    width: calc((100% / 3) - 20px);
    height: 70px;
  }
  .buy__item span {
    font-size: 4rem;
  }
}

/*-----------------------------------------------------------
*** [ UQコミュニケーションズ株式会社 guide] ***
------------------------------------------------------------*/
.btn-exl--guide::after {
  top: 10px;
  right: 10px;
  bottom: auto;
}

/*-----------------------------------------------------------
*** [ UQコミュニケーションズ株式会社 pc] ***
------------------------------------------------------------*/
.p-kv img {
  width: 100%;
}

.t-cnts {
  margin-top: 20px;
  padding: 30px 24px 25px;
  background-color: #F3F3F3;
  border-radius: 6px;
}

@media screen and (min-width: 767px) {
  .t-cnts {
    margin: 45px auto 0;
    padding: 45px 80px;
    width: 776px;
    border-radius: 12px;
  }
}

.t-cnts__inner {
  margin-top: 20px;
}

@media screen and (min-width: 767px) {
  .t-cnts__inner {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
  }
}

.t-cnts__tit {
  margin: 0;
  line-height: 1;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: .2em;
}

@media screen and (min-width: 767px) {
  .t-cnts__tit {
    font-size: 2rem;
  }
}

.t-cnts__item {
  margin-top: 10px;
  line-height: 1.36;
  font-size: 1.4rem;
}

@media screen and (min-width: 767px) {
  .t-cnts__item {
    line-height: 2.5;
    font-size: 1.5rem;
  }
  .t-cnts__item--sim {
    list-style: disc;
  }
}

.t-cnts__item a:hover {
  text-decoration: none;
}

@media screen and (min-width: 767px) {
  .t-cnts__item a:hover {
    text-decoration: underline;
  }
}

.t-cnts__item em {
  font-weight: bold;
}

.sec__tit--point span {
  margin-bottom: 10px;
  position: relative;
  display: block;
  line-height: 1;
  color: #0091D7;
  font-size: 1.7rem;
  letter-spacing: 0;
}

.sec__tit--point span em {
  margin-left: 3px;
  position: relative;
  top: 3px;
  font-size: 2.9rem;
}

.point__lead {
  margin: 0;
  line-height: 1.3;
  text-align: center;
  color: #0091D7;
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 767px) {
  .point__lead {
    margin: 0;
    line-height: 1.25;
    font-size: 5.4rem;
  }
  .point__lead--small {
    font-size: 4.8rem;
  }
}

.point__lead span {
  margin-bottom: 5px;
  display: block;
  font-size: 1.8rem;
}

@media screen and (min-width: 767px) {
  .point__lead span {
    margin-bottom: 10px;
    font-size: 2.8rem;
  }
}

.point__lead span.inline {
  display: inline;
}

@media screen and (min-width: 767px) {
  .point__lead--01 {
    margin-top: 30px;
    min-height: 165px;
  }
}

.point__lead--04 span em {
  font-size: 3.4rem;
}

@media screen and (min-width: 767px) {
  .point__lead--04 span em {
    font-size: 5.4rem;
  }
}

.point__lead--04 span sup {
  position: relative;
  top: -10px;
  font-size: 60%;
}

@media screen and (min-width: 767px) {
  .point__lead--04 span sup {
    top: -15px;
    font-size: 50%;
  }
}

.point__lead--06 span:not(:first-child) {
  display: inline;
}

.point__lead--06 sup {
  position: relative;
  top: -10px;
  font-size: 60%;
  font-weight: normal;
}

.point__txt {
  margin: 15px 0;
  line-height: 1.4;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .05em;
}

@media screen and (min-width: 767px) {
  .point__txt {
    line-height: 1.48;
    font-size: 2.3rem;
  }
}

.point__txt em {
  color: #0091D7;
}

.point__txt sup {
  font-size: 60%;
  font-weight: normal;
}

.point-link__txt {
  margin: 30px 0 15px;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 767px) {
  .point-link__txt {
    margin: 37px 0 20px;
    font-size: 1.8rem;
  }
}

.point-img {
  margin: 25px 0 0;
  padding: 0 20px;
}

@media screen and (min-width: 767px) {
  .point-img {
    margin: 0;
    padding: 0;
  }
}

.point-img img {
  width: 100%;
}

.point-img--01 {
  padding: 0 44px;
}

@media screen and (min-width: 767px) {
  .point-img--02 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 767px) {
  .point-img--03 {
    margin: 45px auto 0;
    padding: 0;
    width: 642px;
  }
}

.point-img--04 {
  padding: 0 35px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (min-width: 767px) {
  .point-img--04 {
    margin-top: 30px;
    padding: 0 125px 0 90px;
    align-items: center;
  }
}

.point-img--04 p {
  margin: 0;
}

.point-img--04-01 {
  width: 140px;
}

@media screen and (min-width: 767px) {
  .point-img--04-01 {
    width: 368px;
  }
}

.point-img--04-02 {
  width: 99px;
}

@media screen and (min-width: 767px) {
  .point-img--04-02 {
    width: 280px;
  }
}

.point-img--04-03 {
  padding: 0 35px;
}

@media screen and (min-width: 767px) {
  .point-img--04-03 {
    padding: 0;
    width: 388px;
    order: -1;
  }
}

.point-img--04-04 {
  margin-top: 15px;
  padding: 0 20px;
}

@media screen and (min-width: 767px) {
  .point-img--04-04 {
    margin: 0;
    padding: 0;
    width: 360px;
  }
}

@media screen and (min-width: 767px) {
  .point-img--05 {
    margin-top: 40px !important;
    padding: 0 50px 0 30px;
  }
}

.point-img--05-01 {
  margin-top: 25px;
}

@media screen and (min-width: 767px) {
  .point-img--05-01 {
    margin: 25px auto 0;
    width: 403px;
  }
}

.point-img--05-02 {
  width: 140px !important;
}

@media screen and (min-width: 767px) {
  .point-img--05-02 {
    margin: 20px;
    width: 190px !important;
  }
}

.point-img--05-03 {
  margin-top: -3px !important;
  width: 140px !important;
}

@media screen and (min-width: 767px) {
  .point-img--05-03 {
    margin: 20px;
    width: 145px !important;
  }
}

@media screen and (min-width: 767px) {
  .point-img--06 {
    margin: 0;
    width: 410px;
  }
}

@media screen and (min-width: 767px) {
  .point-img--07 {
    margin: 0;
    width: 430px;
    order: -1;
  }
}

.point-note {
  margin-top: 10px;
}

@media screen and (min-width: 767px) {
  .point-note {
    margin-top: 12px;
  }
}

.point-note__txt {
  margin: 0;
  padding-left: 1em;
  line-height: 1.6;
  text-indent: -1em;
  font-size: 1.2rem;
}

@media screen and (min-width: 767px) {
  .point-note__txt {
    font-size: 1.3rem;
  }
}

.point-note__txt a {
  text-decoration: underline;
}

.point-note__txt a:hover {
  text-decoration: none;
}

.point-link__list {
  margin-top: 30px;
}

.point-link__item {
  margin-top: 15px;
}

.point-data {
  margin: 25px 40px 30px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 767px) {
  .point-data {
    margin: 25px 65px 30px 50px;
  }
}

.point-data__txt--01 {
  line-height: 1.38;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (min-width: 767px) {
  .point-data__txt--01 {
    line-height: 1.48;
    font-size: 2.3rem;
  }
}

@media screen and (min-width: 767px) {
  .point-data__txt--02 {
    font-size: 2rem;
  }
}

.point-flex {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.point-flex::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  width: 1px;
  height: 100%;
  background-color: #3F3B39;
}

.point-flex--01 {
  margin-top: 25px;
}

.point-flex__cnt {
  margin: 0;
}

.point-flex__cnt--01 {
  width: 46%;
}

@media screen and (min-width: 767px) {
  .point-flex--02 {
    margin: 0;
    width: 470px;
    box-sizing: content-box;
  }
}

.point-01__tit {
  margin: 10px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: #F6AED7;
  border-radius: 6px;
}

@media screen and (min-width: 767px) {
  .point-01__tit {
    margin-bottom: 0;
    font-size: 1.8rem;
  }
}

.point-01__list {
  padding: 25px 30px;
  background-color: #EDF7FC;
}

@media screen and (min-width: 767px) {
  .point-01__list {
    margin: 25px 0 0;
    padding: 30px 130px;
    display: flex;
    justify-content: space-between;
  }
}

.point-01__item {
  position: relative;
  display: flex;
  line-height: 1.53;
}

@media screen and (min-width: 767px) {
  .point-01__item {
    font-size: 1.9rem;
  }
}

.point-01__item:not(:first-child) {
  margin-top: 15px;
}

@media screen and (min-width: 767px) {
  .point-01__item:not(:first-child) {
    margin-top: 0;
  }
}

.point-01__item::before {
  content: "";
  margin-right: .5em;
  position: relative;
  top: 4px;
  left: -7px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #3F3B39;
}

@media screen and (min-width: 767px) {
  .point-01__item::before {
    width: 21px;
    height: 21px;
  }
}

.point-01__item::after {
  content: "";
  position: absolute;
  top: 4px;
  left: -4px;
  width: 16px;
  height: 7px;
  border-bottom: 2px solid #0091D7;
  border-left: 2px solid #0091D7;
  transform: rotate(-40deg);
}

@media screen and (min-width: 767px) {
  .point-01__item::after {
    top: 5px;
    left: -3px;
    width: 22px;
    height: 10px;
    border-bottom-width: 3px;
    border-left-width: 3px;
  }
}

@media screen and (min-width: 767px) {
  .point-02 .point-flex__cnt--01 {
    width: 211px;
  }
}

.color-frame {
  margin-top: 25px;
  padding: 25px 0 20px;
  overflow: hidden;
  border: 2px solid #0091D7;
  border-radius: 6px;
}

@media screen and (min-width: 767px) {
  .color-frame {
    margin-top: 0;
    padding: 0;
  }
  .color-frame--01 {
    width: 480px;
    height: 480px;
  }
  .color-frame--02 {
    padding: 0 44px 0 85px;
    height: 332px;
  }
  .color-frame--03 {
    padding-top: 45px;
    height: 554px;
  }
  .color-frame--04 {
    padding-top: 45px;
    height: 429px;
  }
  .color-frame--05 {
    padding: 0 100px 0 70px;
    height: 337px;
  }
  .color-frame--06 {
    padding: 0 65px 0 95px;
    height: 337px;
  }
  .color-frame--07 {
    padding: 30px 0 0;
    width: 480px;
    height: 430px;
  }
  .color-frame--08 {
    padding: 0 30px 0 45px;
    height: 340px;
  }
  .color-frame--09 {
    padding: 0 65px 0 50px;
    height: 320px;
  }
}

/*-----------------------------------------------------------
*** [ UQコミュニケーションズ株式会社 pc] ***
------------------------------------------------------------*/
.wrap {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media screen and (min-width: 767px) {
  .wrap {
    margin: auto;
    padding-right: 0;
    padding-left: 0;
    max-width: 980px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1180px) {
  .wrap {
    padding: 0 15px;
  }
}


/* ----------------------------------------------------------------------------
 * TOP画面下部テキストバナー
 * ------------------------------------------------------------------------- */
.top-bt__fixed {
  padding: 10px 24px;
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  background-color: #E4007F;
}
.top-bt__fixed[aria-expanded = true] {
  bottom: 0;
  transition: .5s;
}
.top-bt__fixed[aria-expanded = false] {
  bottom: -200px;
  transition: .5s;
}
.top-bt__txt {
	margin: 0;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}
.top-bt__item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  line-height: 1.75;
  color:  #E4007F;
  font-size: 1.3rem;
  font-weight: 400;
  background-color: #ffffff;
  border-radius: 8px;
  transition: background .5s ease;
}
.top-bt__item a:hover {
  text-decoration: none;
  background-color: #F499CC;
}

.top-bt__item em {
  margin-bottom: 7px;
  display: block;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 700;
}
.top-bt__list--pc {
  display: none;
}

@media screen and (min-width: 767px) {
  .top-bt__fixed {
    padding: 24px;
    display: block;
    width: calc(100% - 200px);
  }
  .top-bt__list {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    width: 960px;
  }
  .top-bt__item {
    margin: 0 10px;
  }
  .top-bt__item a {
    width: 300px;
    height: 70px;
    line-height: 1.85;  
    font-size: 1.6rem;
  }
  .top-bt__item em {
    margin-bottom: 6px;
    font-size: 2.1rem;
  }
  .top-bt__list--sp {
    display: none;
  }
}
/* ----------------------------------------------------------
 * 20230531_新端末登場
 * ----------------------------------------------------------*/
.new-products {
	margin-top: 22px;
	padding-top: 5px;/* 20230818追加 */
	padding-bottom: 33px;
	background-color: #083090;
}
@media screen and (min-width: 767px) {
	.new-products {
		padding-top: 33px;/* 20230818追加 */
	}
}

.new-products-inner {
	margin: 0 auto;
	display: block;
	max-width: 980px;
}
@media screen and (min-width: 930px) {
	.new-products-inner {
		display: flex;
	}
}
@media screen and (min-width: 930px) and (max-width: 1180px) {
	.new-products-inner {
		justify-content: center;
	}
}
@media screen and (min-width: 1181px) {
	.new-products-inner {
		justify-content: space-between;
	}
}
@media screen and (min-width: 930px) and (max-width: 1180px) {
	.new-products-inner__item {
		width: calc(50% - 16px);
		margin: 0 8px;
	}
}
.new-products .product-heading {
	color: #fff;
}
@media screen and (min-width: 767px) {
	.new-products .product-heading {
		margin: 0;
	}
}
.new-products .product-heading::before {
	border-bottom: 1px solid #fff;
}
.new-products .product-heading__inner {
	background-color: #083090;
}
.new-products-inner__item .product__list-inner {
	width: 100%;
	margin: 0;
}
@media screen and (min-width: 930px) {
	.new-products-inner__item .product__list-inner {
		margin: 0 8px;
		max-width: 482px;
	}
}
.new-products .product__img {
	margin: 10px auto 0;
	width: 294px;
	max-width: 100%;
	height: 192px;
}
@media screen and (min-width: 767px) {
	.new-products .product__img {
		width: 392px;
		height: 256px;
		margin: 25px auto 0;
	}
}
.new-products .product__list {
	margin-top: 16px;
	flex-direction: row;
	justify-content: center;
}
@media screen and (min-width: 767px) {
	.new-products .product__list {
		margin-top: 25px;
	}
}
.new-products .product__item {
	position: relative;
}
.new-products .product__new {
	position: absolute;
	width: 85px;
	height: 85px;
	top: 77px;
	left: 18px;
}
@media screen and (min-width: 930px) and (max-width: 1180px) {
	.new-products .product__new {
		width: 100px;
		height: 100px;
		top: 90px;
		left: 32px;
	}
}
@media screen and (min-width: 1181px) {
	.new-products .product__new {
		width: 120px;
		height: 120px;
		top: 90px;
		left: 32px;
	}
}
.exclusive-plan-box {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 7px 10px;
	font-weight: 500;
	font-size: 1.05rem;
	color: #E4007F;
	border: 1px solid #E4007F;
	border-radius: 3px;
	line-height: 1.5;
}
@media screen and (min-width: 767px) {
	.exclusive-plan-box {
		min-height: 48px;
		font-size: 1.55rem;
		border: 2px solid #E4007F;
		border-radius: 4px;
	}
}
.exclusive-plan-box02 {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3px 10px;
	font-weight: 500;
	font-size: 1.05rem;
	color: #fff;
	background-color: #083090;
	border-radius: 3px;
	line-height: 1.5;
}
@media screen and (min-width: 767px) {
	.exclusive-plan-box02 {
		min-height: 35px;
		font-size: 1.55rem;
		border-radius: 4px;
	}
}
.bnr--01 {
	display: block;
}
.sec__tit--01 {
	margin-top: 78px;
}
@media screen and (min-width: 767px) {
	.top .sec__tit--01 {
		margin-top: 93px;
	}
}
.balloon-heading {
	margin: 0;
}
.new-products .product-notes {
	margin-top: 15px;
	color: #fff;
}
@media screen and (min-width: 767px) {
	.new-products .product-notes {
		margin-top: 25px;
	}
}
.product--sim .product__info--sim {
	margin-top: 18px;
}
.product--sim .product__item {
	padding-top: 0;
}
.product--sim .product__tit {
	margin-top: 50px;
}
.product--sim .exclusive-plan-box {
	margin-top: 4.5px;
	width: 100%;
	font-size: 1.05rem;
	border: 1px solid #E4007F;
}
@media screen and (min-width: 1180px) {
	.product--sim .exclusive-plan-box {
		width: 442px;
		font-size: 1.55rem;
	}
}
@media screen and (min-width: 935px) {
	.product--sim .exclusive-plan-box {
		margin-top: 6px;
	}
}
@media screen and (min-width: 767px) {
	.product--sim .exclusive-plan-box {
		border: 2px solid #E4007F;
	}
}

.product-lead {
	margin: 15px 0 0;
	font-size: 1.5rem;
	text-align: center;
	letter-spacing: 0.075em;
}
.product-5g {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 135px;
	height: 32px;
	margin: 30px auto 0;
	background-color: #e8e9e9;
}
.product-5g__text {
	margin: 0;
	color: #083090;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
}
.product__info {
	margin-top: 22px;
	border-top: 1px solid #b1b1b1;
}
.product-date {
	margin: 13px 0 0;
	font-weight: 500;
	font-size: 1.1rem;
	line-height: 1;
	text-align: center;
}
.product-price {
	display: flex;
	justify-content: center;
	align-items: baseline;
	position: relative;
	margin: 10px 0 0;
	font-weight: 500;
	line-height: 1;
}
.product-price::after {
	position: absolute;
	bottom: -22px;
	width:0;
	height:0;
	border-style:solid;
	border-width: 10px 9px 0 9px;
	border-color: #CCCCCC transparent transparent transparent;		
	content: "";
}
.product-price__text {
	position: relative;
	top: -4px;
	font-size: 1.25rem;
}
.product-price__num {
	margin-left: 0.5em;
	font-weight: 700;
	font-size: 2.4rem;
}
.product-price__en {
	margin-left: 0.5em;
	font-size: 1.25rem;
}
.product-price__tax {
	font-size: 1rem;
}
.product-cashback-img {
	margin-top: 25px;
	width: 100%;
	text-align: center;
}
.product-cashback-img img {
	max-width: 100%;
}
.product-cashback {
	margin-top: 10px;
}
.product-cashback__list {
	overflow: hidden;
	border: 2px solid #1f87cb;
	border-radius: 8px;
}
.product-cashback__title {
	padding: 7px 0 14px;
	background-color: #1f87cb;
	color: #fff;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1;
	text-align: center;
}
.product-cashback__title span {
	margin-left: 2em;
	font-weight: 400;
	font-size: 0.8rem;
	text-align: center;
	vertical-align: 3px;
}
.product-cashback__content {
	padding: 10px 12px 0;
}
.product-cashback-price {
	margin: 0;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}
.product-cashback-price__text {
	font-size: 1.3rem;
	vertical-align: 5px;
}
.product-cashback-price__text sup {
	font-size: 70%;
	vertical-align: 4px;
}
.product-cashback-price__num {
	margin-left: 0.4em;
	color: #1f87cb;
	font-weight: 900;
	font-size: 3.2rem;
	vertical-align: -1px;
}
.product-cashback-price__en {
	margin-left: 0.3em;
	font-size: 1.3rem;
}
.product-cashback-price__tax {
	font-size: 1rem;
}
.product-cashback-details {
	margin-top: 14px;
	font-weight: 500;
	line-height: 1.32;
}
.product-cashback-details__title {
	min-width: 135px;
	margin: 0;
	font-size: 1.3rem;
}
.product-cashback-details__title span {
	vertical-align: -5px;
}
.product-cashback-details__title strong {
	color: #e4007f;
	font-weight: 500;
}
.product-cashback-details__title sup {
	font-size: 70%;
}
.product-cashback-details__list {
	margin-top: 3px;
}
.product-cashback-details__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	border-top: 1px solid #b1b1b1;
}
.product-cashback-details__ta-right {
	display: inline-block;
	min-width: 100px;
	text-align: right;
}
.product-cashback-details__num {
	font-weight: 700;
	font-size: 2rem;
}
.product-cashback-details__num strong {
	color: #e4007f;
}
.product-cashback-details__num span,
.product-cashback-details__en {
	font-weight: 500;
	font-size: 1.3rem;
}
.product-cashback-details__tax {
	display: inline-block;
	min-width: 4em;
	font-size: 1rem;
}
.product-cashback__notes {
	margin: 10px 0 0;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.5;
}
.product-cashback-about {
	margin-top: 23px;
}
.product-cashback-about__list {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}
.product-cashback-about__list::before {
	position: absolute;
	top: 8px;
	right: 20px;
	width: 68px;
	height: 47px;
	background: url("/shop/common/img/top/cashback_20231201_img02.svg") no-repeat 0 0 / contain;
	content: "";
}
.product-cashback-about__title {
	display: flex;
	align-items: center;
	height: 36px;
	padding: 0 20px;
	background-color: #ffe63c;
	font-size: 1.3rem;
	line-height: 1;
}
.product-cashback-about__title span {
	font-size: 1.1rem;
}
.product-cashback-about__title em {
	color: #e10000;
	font-weight: 900;
	font-size: 1.3rem;
}
.product-cashback-about__content {
	padding: 10px 20px;
	background-color: #f2f2f2;
}
.product-cashback-about__text {
	margin: 0;
	font-size: 1rem;
	line-height: 1.5;
}
.product-cashback-about__link {
	margin: 0;
	line-height: 1.5;
	text-align: right;
}
.product-cashback-about__link a {
	position: relative;
	color: #1f87cb;
	font-size: 1rem;
	text-decoration: underline;
}
.product-cashback-about__link a::after {
	display: inline-block;
	transform: rotate(45deg);
	width: 6px;
	height: 6px;
	margin-left: 0.25em;
	border-top: 1px solid #1f87cb;
	border-right: 1px solid #1f87cb;
	content: "";
}
.product-cashback-about__link a:hover {
	text-decoration: none;
}
@media screen and (min-width: 767px) {
	.product-lead {
		font-size: 1.7rem;
	}
	.product-5g {
		width: 150px;
		height: 36px;
		margin: 26px auto 0;
	}
	.product-5g__text {
		font-size: 1.6rem;
	}
	.product__info {
		margin-top: 25px;
	}
	.product-date {
		margin: 18px 0 0;
		font-size: 1.4rem;
	}
	.product-price {
		margin: 17px 0 0;
	}
	.product-price::after {
		bottom: -15px;
		border-width: 16px 13px 0 13px;
		border-color: #CCCCCC transparent transparent transparent;
	}
	.product-price__text {
		top: -5px;
		font-size: 1.8rem;
	}
	.product-price__num {
		font-size: 3.4rem;
	}
	.product-price__en {
		margin-left: 0.25em;
		font-size: 1.8rem;
	}
	.product-price__tax {
		font-size: 1.5rem;
	}
	.product-cashback {
		margin-top: 16px;
	}
	.product-cashback__list {
		border: 4px solid #1f87cb;
		border-radius: 12px;
	}
	.product-cashback__title {
		padding: 9px 0 17px;
		font-size: 2.2rem;
	}
	.product-cashback__title span {
		margin-left: 1.5em;
		font-size: 1.2rem;
		vertical-align: 3px;
	}
	.product-cashback__content {
		padding: 15px 16px 0;
	}
	.product-cashback-price__text {
		font-size: 1.8rem;
		vertical-align: 6px;
	}
	.product-cashback-price__text sup {
		font-size: 60%;
		vertical-align: 6px;
	}
	.product-cashback-price__num {
		margin-left: 0.3em;
		font-size: 4.4rem;
	}
	.product-cashback-price__en {
		margin-left: 0.3em;
		font-size: 1.8rem;
	}
	.product-cashback-price__tax {
		font-size: 1.5rem;
	}
	.product-cashback-details {
		margin-top: 14px;
	}
	.product-cashback-details__title {
		min-width: 135px;
		font-size: 1.8rem;
	}
	.product-cashback-details__title span {
		vertical-align: -9px;
	}
	.product-cashback-details__title sup {
		font-size: 60%;
	}
	.product-cashback-details__list {
		margin-top: 5px;
	}
	.product-cashback-details__inner {
		height: 70px;
	}
	.product-cashback-details__ta-right {
		min-width: 100px;
	}
	.product-cashback-details__num {
		font-size: 2.8rem;
	}
	.product-cashback-details__num span,
	.product-cashback-details__en {
		font-size: 1.8rem;
	}
	.product-cashback-details__tax {
		min-width: 4em;
		font-size: 1.5rem;
	}
	.product-cashback__notes {
		margin: 20px 0 0;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.product-cashback-about {
		margin-top: 23px;
	}
	.product-cashback-about__list {
		position: relative;
		overflow: hidden;
		border-radius: 8px;
	}
	.product-cashback-about__list::before {
		top: 11px;
		right: 30px;
		width: 98px;
		height: 69px;
	}
	.product-cashback-about__title {
		height: 52px;
		padding: 0 30px;
		font-size: 1.8rem;
	}
	.product-cashback-about__title span {
		font-size: 1.6rem;
	}
	.product-cashback-about__title em {
		font-size: 1.9rem;
	}
	.product-cashback-about__content {
		padding: 15px 30px;
	}
	.product-cashback-about__text {
		font-size: 1.4rem;
	}
	.product-cashback-about__link a {
		font-size: 1.4rem;
	}
	.product-cashback-about__link a::after {
		width: 8px;
		height: 8px;
		margin-left: 0.25em;
		vertical-align: 1px;
	}
	.product-cashback-about__link a:hover {
		text-decoration: none;
	}
}

/* ----------------------------------------------------------
 * SEO最適化
 * ----------------------------------------------------------*/
.cons-sel-footer__list {
	display: block;
}
@media screen and (min-width: 768px) {
	.cons-sel-footer__list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.cons-sel-footer__item {
	width: 100%;
	margin-top: 10px;
	font-size: 1.5rem;
	line-height: 1.38;
}
@media screen and (min-width: 768px) {
	.cons-sel-footer__item {
		width: calc((100% / 3 - 60px / 3));
		margin-top: 15px;
		font-size: 1.6rem;
		line-height: 1.48;
	}
}