@charset "UTF-8";
/*-----------------------------------------------------------
*** [ KDDI株式会社 共通 main] ***
------------------------------------------------------------*/

/*--------------------------------------
    カスタムプロパティ
--------------------------------------*/
:root {
  --page-main: #0099ff;
	--page-light: #e1f2f9;
  --uq-pink: #E4007F;
  --uq-blue: #0b308d;
	--au-orange: #EB5505;
	--text-normal: #333;
}
.font-color-uq {
	color: var(--uq-pink);
}
.font-color-wimax {
	color: var(--uq-blue);
}
.font-color-au {
	color: var(--au-orange);
}

/* = [ レイアウト ] ===========================================*/
#wrapper {
	background-color: #fff;
}
.l-main {
	overflow: hidden;
}
.l-section--02 {
	padding: 30px 0 42px;
}
.l-section--03 .p-content-bg {
	padding-top: 13px;
	padding-bottom: 20px;
}
.l-section--04 {
	padding: 20px 0 25px;
}
.l-section--05 .p-content-bg {
	padding-top: 32px;
	padding-bottom: 20px;
}
.l-section--06 {
	padding-top: 30px;
}
.l-section--07 {
	padding: 30px 0 40px;
}
.l-section--08 .p-content-bg {
	padding-top: 32px;
	padding-bottom: 34px;
}
.l-section--09 {
	padding: 30px 0 27px;
}
.p-dock01 {
	max-width: 750px;
	margin: 0 auto;
}
.p-dock01__inner {
	max-width: 375px;
	margin: auto;
}
.c-section-wrap {
	padding: 0 15px;
}
.p-content-bg {
	margin: 0 calc(50% - 50vw);
	padding: 0 calc(50vw - 50%);
	background-color: var(--page-light);
}
@media screen and (min-width: 979px) {
	.l-section--02 {
		padding: 42px 0 58px;
	}
	.l-section--03 .p-content-bg {
		padding-top: 18px;
		padding-bottom: 28px;
	}
	.l-section--04 {
		padding: 28px 0 35px;
	}
	.l-section--05 .p-content-bg {
		padding-top: 44px;
		padding-bottom: 28px;
	}
	.l-section--06 {
		padding-top: 42px;
	}
	.l-section--07 {
		padding: 42px 0 56px;
	}
	.l-section--08 .p-content-bg {
		padding-top: 44px;
		padding-bottom: 47px;
	}
	.l-section--09 {
		padding: 42px 0 37px;
	}
	.p-dock01__inner {
		max-width: 750px;
	}
	.c-section-wrap {
		padding: 0 21px;
	}
}

/* = [ 見出し ] ===========================================*/
.p-section-headeing {
	position: relative;
	max-width: 750px;
	text-align: center;
}
.p-section-headeing__text {
	font-weight: 900;
	font-size: 2.6rem;
	line-height: 1.42;
	letter-spacing: 0.03em;
}
.l-section--09 .p-section-headeing__text {
	letter-spacing: 0;
}
.p-section-headeing__detail {
	font-weight: 500;
	font-size: 1.4rem;
}
.p-section-headeing__detail sup {
	font-size: 0.9rem;
}
.p-section-headeing__text em {
	font-size: 1.8rem;
}
.p-section-headeing__text strong {
	font-size: 3.4rem;
	line-height: 1;
}
.p-section-headeing-sub {
	font-weight: 700;
	font-size: 1.8rem;
	text-align: center;
}
.p-beard-heading__text {
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.4;
	text-align: center;
}
.p-beard-heading__text span {
	display: inline-block;
	position: relative;
	padding: 0 0.75em;
}
.p-beard-heading__text span::before,
.p-beard-heading__text span::after {
	position: absolute;
	top: -1px;
	bottom: 0;
	width: 2px;
	height: 80%;
	margin: auto;
	background-color: currentColor;
	content: "";
}
.p-beard-heading__text span::before {
	left: 0;
	transform: rotate(-21deg);
}
.p-beard-heading__text span::after {
	right: 0;
	transform: rotate(21deg);
}
.p-beard-heading__text--blue {
	color: var(--page-main);
}
@media screen and (min-width: 979px) {
	.p-section-headeing__text {
		font-size: 3.6rem;
	}
	.p-section-headeing__detail {
		font-size: 1.9rem;
	}
	.p-section-headeing__detail sup {
		font-size: 1.2rem;
	}
	.p-section-headeing__text em {
		font-size: 2.5rem;
	}
	.p-section-headeing__text strong {
		font-size: 4.7rem;
	}
	.p-section-headeing-sub {
		font-size: 2.5rem;
	}
	.p-beard-heading__text {
		font-size: 2.1rem;
		line-height: 1.4;
	}
}

/* = [ テキスト ] ===========================================*/
.c-text-main {
	font-size: 1.5rem;
	font-feature-settings: normal;
	line-height: 1.6;
}
.c-text-notes,
.c-text-notes-heading {
	font-size: 1.2rem;
	line-height: 1.65;
	word-break: break-all;
}
.c-text-notes-heading {
	font-weight: 700;
}
.c-text-link {
	color: var(--page-main);
	text-decoration: underline !important;
}
.c-text-link:hover {
	text-decoration: none !important;
}
.right-arrow::after,
.bottom-arrow::after {
	display: inline-block;
	position: relative;
	top: 3px;
	font-size: 1.5rem;
	font-family: "Material Icons";
	line-height: 1;
	text-decoration: none;
	content: "\e313";
}
.right-arrow::after {
	transform: rotate(-90deg);
}
.external::after {
	display: inline-block;
	position: relative;
	top: 1px;
	margin-left: 0.2em;
	font-size: 1.2rem;
	font-family: "Material Icons";
	line-height: 1;
	text-decoration: none;
	content: "\e89e";
}
.pdf::after {
	display: inline-block;
	position: relative;
	top: 1px;
	margin-left: 0.2em;
	font-size: 1.2rem;
	font-family: "Material Icons";
	line-height: 1;
	text-decoration: none;
	content: "\e415";
}
@media screen and (min-width: 979px) {
	.c-text-main {
		font-size: 2.1rem;
	}
	.c-text-notes,
	.c-text-notes-heading {
		font-size: 1.6rem;
	}
}

/* = [ CTA ] ===========================================*/
.c-cta-button__item {
	width: 255px;
	height: 54px;
	margin: 15px auto 0;
}
.c-cta-button__item:first-child {
	margin: 0 auto;
}
.c-cta-button__link {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 100vh;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.2;
	text-align: center;
}
.c-cta-button__link--01 {
	border: 1px solid var(--text-normal);
	background: #fff;
	color: var(--text-normal);
}
.c-cta-button__link--02 {
	border: 1px solid var(--uq-pink);
	background: var(--uq-pink);
	color: #fff;
}
.c-cta-button__link--03 {
	border: 1px solid var(--page-main);
	background: var(--page-main);
	color: #fff;
}
.c-cta-button__link::after {
	position: absolute;
	right: 7px;
	font-size: 2.6rem;
	font-family: "Material Icons";
	content: "\e5cc";
}
@media screen and (min-width: 979px) {
	.c-cta-button__item {
		width: 357px;
		height: 75px;
		margin: 21px auto 0;
	}
	.c-cta-button__link {
		font-size: 2.1rem;
	}
	.c-cta-button__link::after {
		right: 9px;
		font-size: 3.6rem;
	}
}

/* = [ 画像 ] ===========================================*/
.p-img-container {
	margin-top: 20px;
	text-align: center;
}
.p-img-container img {
	width: 100%;
}
.p-frame-container {
	max-width: 375px;
	margin: auto;
	border: 1px solid #cececd;
	text-align: center;
}
.p-frame-container img {
	max-width: 100%;
}

/* = [ ヘッダー ] ===========================================*/
img {
  max-width: 100%;
	height: auto;
}
.l-header {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #c3c3c4;
}
.c-header {
	margin-left: 18px;
	height: 52px;
	line-height: 1.2;
	transition: opacity .5s ease;
}
.c-header__link {
	display: flex;
	align-items: center;
	height: 100%;
}
.c-header__logo img {
	width: 122px;
	height: auto;
}
.c-header__text {
  margin: 0 0 0 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 767px) {
	img {
		width: 100%;
	}
	.l-header {
		justify-content: center;
		border-bottom: none;
	}
	.c-header {
		margin-left: 0;
		padding: 40px 0 25px;
		display: block;
		height: auto;
		text-align: center;
	}
	.c-header__link {
		display: block;
	}
  .c-header__text {
    margin: 8px 0 0;
    font-size: 1.4rem;
  }
}

/* = [ ページナビゲーション ] ===========================================*/
.p-pagenav {
	margin-top: 18px;
}
.p-pagenav__inner {
	padding: 12px 0 18px;
}
.p-pagenav__list {
	display: flex;
	flex-wrap: wrap;
	row-gap: 15px;
	justify-content: space-between;
	margin-top: 7px;
}
.p-pagenav__item:nth-child(1) {
	width: 100%;
}
.p-pagenav__item:nth-child(n+2) {
	width: calc(50% - 15px / 2);
}
.p-pagenav__link {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 44px;
	border: 1px solid #5c5c5c;
	border-bottom-width: 5px;
	border-radius: 10px;
	background-color: #fff;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.05em;
}
.p-pagenav__link::after {
	position: absolute;
	right: 2px;
	font-size: 2.4rem;
	font-family: "Material Icons";
	content: "\e313";
}
@media screen and (min-width: 979px) {
	.p-pagenav__link {
		height: 60px;
		font-size: 2rem;
	}
	.p-pagenav__link::after {
		position: absolute;
		right: 2px;
		font-size: 2.4rem;
		font-family: "Material Icons";
		content: "\e313";
	}
}

/* = [ キービジュアル ] ===========================================*/
.p-kv-img {
	max-width: 237px;
	margin: 10px auto 0;
}
.p-kv-logo {
	max-width: 345px;
	margin: 15px auto 0;
}
.p-kv-merit {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 3px;
	margin-top: 15px;
}
.p-kv-merit__text {
	padding: 4px 13px 5px;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.02em;
	background: #7a7a7a;
	color: #fff;
	border-radius: 12px;
}
.p-kv-merit__text sup {
	font-size: 0.7rem;
}
.p-kv-notes .c-text-notes {
	font-size: 1rem;
	line-height: 1.6;
}
@media screen and (min-width: 979px) {
	.p-kv-img {
		max-width: 331px;
		margin: 14px auto 0;
	}
	.p-kv-logo {
		max-width: 483px;
		margin: 21px auto 0;
	}
	.p-kv-merit {
		column-gap: 4px;
		margin-top: 21px;
	}
	.p-kv-merit__text {
		padding: 5px 18px 7px;
		font-size: 1.9rem;
		border-radius: 16px;
	}
	.p-kv-merit__text sup {
		font-size: 0.9rem;
	}
	.p-kv-notes .c-text-notes {
		font-size: 1.4rem;
	}
}

/* = [ p-point ] ===========================================*/
.p-point {
	margin-top: 17px;
}
.p-point__inner:first-child {
	margin-top: 0;
}
.p-point__inner {
	margin-top: 25px;
}
.p-point-heading {
	display: flex;
	align-items: center;
	column-gap: 18px;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.4;
	color: var(--page-main);
}
.p-point-heading::before {
	position: relative;
	display: block;
	width: 54px;
	height: 54px;
	content: "";
}
.p-point-heading--01::before {
	background: url("../img/products_detail_icon01.svg") no-repeat 0 0 / contain;
}
.p-point-heading--02::before {
	background: url("../img/products_detail_icon02.svg") no-repeat 0 0 / contain;
}
.p-point-heading--03::before {
	background: url("../img/products_detail_icon03.svg") no-repeat 0 0 / contain;
}
.p-point-heading sup {
	font-size: 1rem;
}
.p-point-img {
	margin-top: 10px;
}
@media screen and (min-width: 979px) {
	.p-point {
		margin-top: 23px;
	}
	.p-point__inner {
		margin-top: 35px;
	}
	.p-point-heading {
		column-gap: 25px;
		font-size: 2.5rem;
	}
	.p-point-heading::before {
		width: 75px;
		height: 75px;
	}
	.p-point-heading sup {
		font-size: 1.4rem;
	}
	.p-point-img {
		margin-top: 14px;
	}
}

/* = [ p-merit ] ===========================================*/
.p-merit {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	margin-top: 15px;
}
.p-merit__inner {
	background: #fff;
	border-radius: 10px;
}
.p-merit-heading {
	text-align: center;
}
.p-merit-heading span {
	display: block;
	margin-top: 15px;
	font-weight: 700;
	font-size: 2rem;
	text-align: center;
	line-height: 1.3;
}
.p-merit-heading sup {
	font-size: 1rem;
}
.p-merit-text {
	padding: 0 20px 15px;
	margin-top: 15px;
}
.p-merit-link {
	display: inline-block;
	margin-top: 5px;
	font-size: 1.2rem;
	line-height: 1.4;
}
@media screen and (min-width: 979px) {
	.p-merit {
		row-gap: 14px;
	}
	.p-merit__inner {
		border-radius: 14px;
	}
	.p-merit-heading span {
		margin-top: 21px;
		font-size: 2.8rem;
	}
	.p-merit-heading sup {
		font-size: 1.4rem;
	}
	.p-merit-text {
		padding: 0 28px 21px;
		margin-top: 21px;
	}
	.p-merit-link {
		margin-top: 7px;
		font-size: 1.6rem;
	}
}

/* = [ スペック ] ===========================================*/
.p-spec-container {
	margin-top: 12px;
}
.p-spec-main__list {
	display: flex;
	flex-wrap: wrap;
	row-gap: 8px;
	justify-content: space-between;
}
.p-spec-detail {
	margin-top: 27px;
}
.p-spec-detail__table {
	width: 100%;
	border: 1px solid #ccc;
	border-top: 0;
}
.p-spec-detail__title,
.p-spec-detail__title button {
	display: flex;
	align-items: center;
	position: relative;
	height: 50px;
	border: 1px solid #ccc;
	font-weight: 700;
	font-size: 1.6rem;
	cursor: pointer;
}
.p-spec-detail__title button {
	width: 100%;
	padding: 0 20px;
	border: none;
	background: none;
}
.p-spec-detail__title::after {
	position: absolute;
	right: 15px;
	font-size: 2.4rem;
	font-family: "Material Icons";
	content: "\e313";
}
.is-open.p-spec-detail__title::after {
	content: "\e316";
}
.p-spec-detail__table {
	font-size: 1.2rem;
	line-height: 1.58;
}
.p-spec-detail__table--small {
	font-size: 1.1rem;
}
.p-spec-detail__table sup {
	font-size: 70%;
}
.p-spec-detail__table tr:not(:last-child) {
	border-bottom: 1px solid #ccc;
}
.p-spec-detail__table th,
.p-spec-detail__table td {
	padding: 2px 8px;
	vertical-align: top;
}
.p-spec-detail__table th {
	background-color: #f0f0f0;
	font-weight: 400;
}
.p-spec-detail__table td {
	border-left: 1px solid #ccc;
}
.p-spec-detail__table--01 th {
	width: 173px;
}
.p-spec-notes {
	margin-top: 15px;
}
@media screen and (min-width: 979px) {
	.p-spec-main__list {
		gap: 10px;
	}
	.p-spec-main__item {
		width: calc(100% / 3 - 20px / 3);
	}
	.p-spec-detail__title button {
		font-size: 2rem;
		cursor: pointer;
	}
	.p-spec-detail__table {
		font-size: 1.4rem;
	}
	.p-spec-detail__table th,
	.p-spec-detail__table td {
		padding: 5px 10px;
	}
	.p-spec-detail__table--01 th {
		width: 210px;
	}
}

/* = [ 比較 ] ===========================================*/
.p-comparison__table {
	width: 100%;
	margin-top: 15px;
}
.p-comparison__table sup {
	font-size: 70%;
}
.p-comparison__table tr {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.p-comparison__table th,
.p-comparison__table td {
	padding: 3px 5px;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
	text-align: center;
}
.p-comparison__table th:not(:first-child),
.p-comparison__table td {
	border-left: 1px solid #ccc;
}
.p-comparison__table th:first-child {
	width: 75px;
}
.p-comparison__table td.p-comparison--small {
	font-size: 0.8rem;
}
.p-comparison__text02 {
	color: var(--page-main);
	font-weight: 700;
	font-size: 1.4rem;
}
.p-comparison__img {
	max-width: 96px;
	margin: 6px auto 10px;
}
@media screen and (min-width: 979px) {
	.p-comparison__table th,
	.p-comparison__table td {
		padding: 3px 5px;
		font-size: 1.4rem;
	}
	.p-comparison__table th:first-child {
		width: 120px;
	}
	.p-comparison__table td.p-comparison--small {
		font-size: 1.4rem;
	}
	.p-comparison__img {
		max-width: 134px;
	}
}

/* = [ p-privilege ] ===========================================*/
.p-privilege {
	margin-top: 40px;
	padding: 0 21px 30px;
	background: #fff;
	border-radius: 10px;
}
.p-privilege-lead01 span {
	display: flex;
	justify-content: center;
	align-items: center;
}
.p-privilege-lead01__text01 {
	position: relative;
	top: -14px;
	margin: 0 auto;
	font-weight: 700;
	font-size: 2rem;
	letter-spacing: 0.03em;
	width: 233px;
	height: 34px;
	background: var(--page-main);
	color: #fff;
	border-radius: 10px;
}
.p-privilege-lead01__text01::after {
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
	width:0;
	height:0;
	margin: auto;
	border-style:solid;
	border-width: 15px 14.5px 0 14.5px;
	border-color: var(--page-main) transparent transparent transparent;
	content: "";
}
.p-privilege-lead01__text02 {
	font-weight: 700;
	font-size: 1.5rem;
}
.p-privilege-lead01__wrap {
	font-weight: 900;
	line-height: 1;
}
.p-privilege-lead01__text03 {
	font-size: 4.9rem;
	color: var(--page-main);
}
.p-privilege-lead01__text04 {
	position: relative;
	top: 7px;
	margin: 0 5px;
	font-size: 2.4rem;
}
.p-privilege-lead01__text05 {
	position: relative;
	top: 4px;
	font-size: 3.2rem;
}
.p-privilege-lead01__text06 {
	position: relative;
	top: 4px;
	font-size: 3.9rem;
}
@media screen and (min-width: 979px) {
	.p-privilege {
		margin-top: 56px;
		padding: 0 29px 42px;
		border-radius: 14px;
	}
	.p-privilege-lead01__text01 {
		top: -19px;
		font-size: 2.8rem;
		width: 326px;
		height: 47px;
		border-radius: 14px;
	}
	.p-privilege-lead01__text01::after {
		bottom: -14px;
		border-width: 21px 20px 0 20px;
	}
	.p-privilege-lead01__text02 {
		font-size: 2.1rem;
	}
	.p-privilege-lead01__text03 {
		font-size: 6.8rem;
	}
	.p-privilege-lead01__text04 {
		top: 9px;
		margin: 0 7px;
		font-size: 3.3rem;
	}
	.p-privilege-lead01__text05 {
		top: 5px;
		font-size: 4.4rem;
	}
	.p-privilege-lead01__text06 {
		top: 5px;
		font-size: 5.4rem;
	}
}

.p-privilege-lead02 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 23px;
	margin: 15px auto 0;
	font-weight: 700;
	font-size: 1.3rem;
	background: var(--uq-pink);
	color: #fff;
	border-radius: 12px;
}
.p-privilege-lead03 {
	margin-top: 15px;
}
.p-privilege-heading {
	position: relative;
	text-align: center;
	margin-top: 15px;
}
.p-privilege-heading::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	margin: auto;
	background: var(--page-main);
	content: "";
}
.p-privilege-heading span {
	position: relative;
	display: inline-block;
	padding: 0 5px;
	font-weight: 700;
	font-size: 1.7rem;
	letter-spacing: 0.16em;
	color: var(--page-main);
	background: #fff;
	z-index: 1;
}
.p-privilege-period {
	margin-top: 5px;
	font-weight: 700;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.5;
}
.p-privilege-period span {
	font-weight: 700;
	font-size: 2rem;
}
.p-privilege-period strong {
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 1;
}
.p-privilege-cta {
	margin-top: 15px;
}
@media screen and (min-width: 979px) {
	.p-privilege-lead02 {
		height: 32px;
		margin: 21px auto 0;
		font-size: 1.8rem;
		border-radius: 16px;
	}
	.p-privilege-lead03 {
		margin-top: 21px;
	}
	.p-privilege-heading {
		margin-top: 21px;
	}
	.p-privilege-heading span {
		padding: 0 7px;
		font-size: 2.3rem;
	}
	.p-privilege-period {
		margin-top: 7px;
		font-size: 2.2rem;
	}
	.p-privilege-period span {
		font-size: 2.8rem;
	}
	.p-privilege-period strong {
		font-size: 3.6rem;
	}
	.p-privilege-cta {
		margin-top: 21px;
	}
}

/* = [ p-price ] ===========================================*/
/* content */
.p-price {
	margin-top: 25px;
}
.p-price-content {
	position: relative;
	margin-top: 10px;
	padding: 20px 15px 30px;
	border-radius: 10px;
	background-color: #fff;
}
.p-price-product {
	margin-top: 20px;
}
.p-price-content__title {
	max-width: 315px;
	margin: 0 auto;
}
.p-price-product__img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 160px;
	margin: 0 auto;
	border: 1px solid #d6d6d6;
	border-radius: 10px;
}
.p-price-product__img img {
	max-width: 120px;
}
.product-cashback {
	margin-top: 20px;
}
.product-cashback__list {
	border: none;
	border-radius: 0;
}
.product-cashback__title {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 27px;
	padding: 0;
	background: #7a7a7a;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1;
	border-radius: 8px;
}
.product-cashback__content {
	padding: 0;
}
.product-cashback-details {
	margin-top: 0;
}
.product-cashback-details__title {
	line-height: 1.2;
}
.product-cashback-details__list {
	margin-top: 0;
}
.product-cashback-details__inner {
	height: 44px;
	border-top: none;
	border-bottom: 1px solid #c2c2c2;
}
.product-cashback-details__ta-right {
	min-width: 100px;
}
.product-cashback-details__num {
	font-weight: 900;
	font-size: 2.4rem;
}
.product-cashback-details__en {
	margin-left: 5px;
	font-size: 1.4rem;
}
.p-price-notes {
	margin-top: 25px;
}
.p-price-notes__heading {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	margin: 0;
	background: #7a7a7a;
	color: #fff;
	font-weight: 700;
	font-size: 1.6rem;
	text-align: center;
	border-radius: 8px;
}
@media screen and (min-width: 979px) {
	.p-price {
		margin-top: 35px;
	}
	.p-price-content {
		margin-top: 14px;
		padding: 28px 21px 42px;
		border-radius: 14px;
	}
	.p-price-product {
		margin-top: 28px;
	}
	.p-price-content__title {
		max-width: 441px;
	}
	.p-price-product__img {
		width: 224px;
		height: 224px;
		border-radius: 14px;
	}
	.p-price-product__img img {
		max-width: 168px;
	}
	.product-cashback {
		margin-top: 28px;
	}
	.product-cashback__title {
		height: 37px;
		font-size: 2.2rem;
		border-radius: 11px;
	}
	.product-cashback-details__inner {
		height: 61px;
	}
	.product-cashback-details__ta-right {
		min-width: 140px;
	}
	.product-cashback-details__num {
		font-size: 3.3rem;
	}
	.product-cashback-details__en {
		margin-left: 7px;
		font-size: 1.9rem;
	}
	.p-price-notes {
		margin-top: 35px;
	}
	.p-price-notes__heading {
		height: 42px;
		font-size: 2.2rem;
		border-radius: 11px;
	}
}

/* tab */
.tab-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
}
.tab-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 4px;
	position: relative;
	width: calc(50% - 3px);
	height: 60px;
	color: #8b8c8e;
	font-weight: 700;
	line-height: 1;
	font-feature-settings: normal;
	text-align: center;
	border-radius: 10px 10px 0 0;
	border-top: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	cursor: pointer;
}
.tab-item.is-active {
	background-color: var(--page-light);
	border-top: 1px solid var(--page-light);
	border-right: 1px solid var(--page-light);
	border-left: 1px solid var(--page-light);
	color: var(--page-main);
}
.tab-item.is-active::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	content: "";
}
.tab-item__text01 {
	font-size: 1rem;
}
.tab-item__text02 {
	font-size: 1.6rem;
}
.tab-item__text03 {
	font-size: 1.2rem;
}
.tab-contents-wrap {
	position: relative;
	margin: 0 calc(50% - 50vw);
	padding: 12px calc(50vw - 50%) 23px;
	background-color: var(--page-light);
}
.tab-contents-wrap .tab-contents { 
	display: none;
}
.tab-contents.is-active { 
	display: block;
}
@media screen and (min-width: 979px) {
	.tab-item {
		row-gap: 5px;
		width: calc(50% - 4px);
		height: 84px;
		border-radius: 14px 14px 0 0;
	}
	.tab-item__text01 {
		font-size: 1.4rem;
	}
	.tab-item__text02 {
		font-size: 2.2rem;
	}
	.tab-item__text03 {
		font-size: 1.6rem;
	}
	.tab-contents-wrap {
		padding: 16px calc(50vw - 50%) 32px;
	}
}

/* = [ p-info ] ===========================================*/
.p-info__inner {
	margin-top: 25px;
}
.p-info-img {
	max-width: 315px;
	margin: 10px auto 0;
}
@media screen and (min-width: 979px) {
	.p-info__inner {
		margin-top: 35px;
	}
	.p-info-img {
		max-width: 441px;
		margin: 14px auto 0;
	}
}

/* = [ p-qa ] ===========================================*/
.p-qa {
	margin-top: 25px;
}
.p-qa__list {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
.p-qa__q {
  align-items: center;
	position: relative;
	min-height: 68px;
	padding: 14px 57px 10px 13px;
	cursor: pointer;
	background: #fff;
	border-radius: 10px;
}
.p-qa__q button {
	display: flex;
	align-items: center;
	column-gap: 10px;
	width: 100%;
	min-height: 42px;
	padding: 0;
	border: none;
	background: #fff;
	cursor: pointer;
}
.p-qa__q::after {
	position: absolute;
	top: 0;
	right: 18px;
	bottom: 0;
	width: 22px;
	height: 22px;
	margin: auto;
	line-height: 1;
	font-family: 'Material Icons';
	font-size: 2.2rem;
	transform: rotate(90deg);
	content: "\e5cc";
}
.p-qa__q.is-open::after {
	transform: rotate(-90deg);
}
.p-qa__a {
	display: flex;
	column-gap: 10px;
	padding: 15px 7px 15px 13px;
}
.p-qa__icon {
	width: 100%;
	max-width: 32px;
}
.p-qa__q-text {
	font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.3;
	text-align: left;
}
.p-qa__a-text {
	align-self: center;
  font-size: 1.4rem;
  line-height: 1.65;
}
.p-qa__a-text sup {
  font-size: 0.8rem;
}
.p-qa__a-text em {
	font-size: 0.8rem;
	margin-right: 5px;
	vertical-align: 2px;
	color: #0091d7;
}
.p-qa-cta {
	margin-top: 27px;
}
@media screen and (min-width: 979px) {
	.p-qa {
		margin-top: 35px;
	}
	.p-qa__list {
		row-gap: 14px;
	}
	.p-qa__q {
		min-height: 95px;
		padding: 19px 79px 14px 18px;
		border-radius: 14px;
	}
	.p-qa__q button {
		column-gap: 14px;
		min-height: 58px;
	}
	.p-qa__q::after {
		right: 25px;
		width: 30px;
		height: 30px;
		font-size: 3rem;
	}
	.p-qa__a {
		column-gap: 14px;
		padding: 21px 9px 21px 18px;
	}
	.p-qa__icon {
		max-width: 44px;
	}
	.p-qa__q-text {
		font-size: 2.2rem;
	}
	.p-qa__a-text {
		font-size: 1.9rem;
	}
	.p-qa__a-text sup {
		font-size: 1.1rem;
	}
	.p-qa__a-text em {
		font-size: 1.1rem;
		margin-right: 7px;
	}
	.p-qa-cta {
		margin-top: 37px;
	}
}

/* = [ p-guide ] ===========================================*/
.p-guide {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}
.p-guide__inner {
	padding: 30px 20px 22px;
	border-radius: 10px;
}
.p-guide__inner--01 {
	margin-top: 10px;
	background: #dff1f1 url("../img/products_detail_guide-bg01.svg") no-repeat bottom / cover;
}
.p-guide__inner--02 {
	background: #e5e8f7 url("../img/products_detail_guide-bg02.svg") no-repeat bottom / cover;
}
.p-guide__inner--03 {
	background: #f1eaf7 url("../img/products_detail_guide-bg03.svg") no-repeat bottom / cover;
}
.p-guide-heading {
	font-weight: 700;
	font-size: 2rem;
	font-feature-settings: normal;
	text-align: center;
	line-height: 1;
}
.p-guide__inner--01 .p-guide-heading {
	color: #038a8c;
}
.p-guide__inner--02 .p-guide-heading {
	color: #3e5cc8;
}
.p-guide__inner--03 .p-guide-heading {
	color: #8039b6;
}
.p-guide-cta {
	margin-top: 20px;
}
.otokuwari-other-banner {
	max-width: 345px;
	margin: 0 auto;
}
@media screen and (min-width: 979px) {
	.p-guide {
		row-gap: 14px;
	}
	.p-guide__inner {
		padding: 42px 28px 30px;
		border-radius: 14px;
	}
	.p-guide__inner--01 {
		margin-top: 14px;
	}
	.p-guide-heading {
		font-size: 2.8rem;
	}
	.p-guide-cta {
		margin-top: 28px;
	}
	.otokuwari-other-banner {
		max-width: 441px;
	}
}

/* = [ エリア確認 ] ===========================================*/
.bg-color {
	width: 100vw;
	margin: 0 calc(50% - 50vw) 35px;
	padding: 70px calc(50vw - 50%) 50px;
	background-color: #5c5c5c;
}
.p-area-title {
	color: #fff;
	font-weight: 900;
	font-size: 3.6rem;
	text-align: center;
}
.p-area--plan {
	margin: 15px auto 0!important;
	text-align: center;
}
.p-area--plan .p-area__lead {
	display: inline-block;
	width: 280px;
	height: 52px;
	background-color: #5c5c5c;
	font-weight: 900;
	font-size: 2.5rem;
	color: #fff;
	text-align: center;
}
.p-area--plan .p-area__list {
	margin-top: -29px;
	padding: 58px 47px 43px;
	border: 2px solid #fff;
	border-radius: 14px;
	color: #fff;
	text-align: left;
}
.p-area--plan .p-area__item {
	margin-top: 0;
	font-size: 2rem;
}
.p-area--plan .p-area__item:nth-child(n+2) {
	margin-top: 12px;
}
.p-area--plan .p-area__item-inner {
	margin-top: 0;
}
.p-area--plan .p-area__item::before {
	position: relative;
	top: 5px;
	width: 29px;
	height: 29px;
	margin-right: 10px;
	background-color: #fff;
	color: #5c5c5c;
	font-size: 1.7rem;
	line-height: 27px;
}
.p-area--plan .p-area__item-notes {
	font-weight: 400;
	font-size: 1.6rem;
}
.p-area--plan .p-area__content {
	margin-top: 39px;
}
.p-area--plan .p-area__note {
	margin: 35px auto 0;
	text-align: left;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.bg-color {
		padding: 20px calc(50vw - 50%);
	}
	.p-area-title {
		font-size: 2.5rem;
	}
	.p-area--plan {
		margin: 10px auto 0!important;
		text-align: center;
	}
	.p-area--plan .p-area__lead {
		width: 191px;
		height: 40px;
		font-size: 1.9rem;
	}
	.p-area--plan .p-area__list {
		margin-top: -22px;
		padding: 30px 25px 25px;
		border-radius: 8px;
	}
	.p-area--plan .p-area__item {
		font-size: 1.7rem;
	}
	.p-area--plan .p-area__item:nth-child(n+2) {
		margin-top: 15px;
	}
	.p-area--plan .p-area__item::before {
		width: 24px;
		height: 24px;
		font-size: 1.4rem;
		line-height: 24px;
	}
	.p-area--plan .p-area__item-notes {
		font-size: 1.5rem;
	}
	.p-area--plan .p-area__content {
		margin-top: 21px;
		height: 337px;
	}
	.p-area--plan .p-area__note {
		margin: 17px auto 0;
	}
}

/* = [ 追従バナー ] ===========================================*/
.p-scroll-banner {
	padding: 10px;
	position: fixed;
	left: 0;
	bottom: -200px;
	z-index: 99;
	width: 100%;
	background: var(--page-main);
	text-align: center;
	transition: bottom 0.5s ease-out;
}
.p-scroll-banner.is-active {
  bottom: 0;
}
.p-scroll-banner__list {
  margin: 5px auto 0;
  display: flex;
  justify-content: center;
}
.p-scroll-banner__item {
  width: 345px;
  height: 34px;
}
.c-scroll-button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1px solid #5c5c5c;
	border-bottom-width: 5px;
	border-radius: 10px;
}
.c-scroll-button::after {
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 0;
	margin: auto;
	font-size: 2.4rem;
	font-family: "Material Icons";
	line-height: 1;
	transform: rotate(-90deg);
	color: #333333;
	content: "\e313";
}
.c-scroll-button em {
	font-weight: 900;
	font-size: 1.7rem;
	letter-spacing: 0.05em;
}
.p-scroll-banner__lead {
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1;
	color: #fff;
}
@media screen and (min-width: 767px) {
	.p-scroll-banner {
		padding: 14px 0px 14px 201px;
	}
	.p-scroll-banner__list {
		margin: 7px auto 0;
	}
	.p-scroll-banner__item {
		width: 483px;
		height: 47px;
	}
	.c-scroll-button {
		border-bottom-width: 7px;
		border-radius: 14px;
	}
	.c-scroll-button::after {
		font-size: 3.3rem;
	}
	.c-scroll-button em {
		font-size: 2.3rem;
	}
	.p-scroll-banner__lead {
		font-size: 1.8rem;
	}
}
