@charset "UTF-8";
/*-----------------------------------------------------------
*** [ KDDI株式会社 共通 main] ***
------------------------------------------------------------*/
/* = [ 共通 ] ===========================================*/
html, body, div, ul, ol, li, dl, dt, dd, h1, p, figure, blockquote {
	margin: 0;
	padding: 0;
}
body {
	color: #333!important;
}
img {
	max-width: 100%;
	height: auto;
}
.f_color-pink {
	color: #E4007F;
}
.f_color-red {
	color: red;
}
.c-text-link {
	color: #0091d7;
	text-decoration: underline !important;
}
.c-text-link:hover {
	text-decoration: none !important;
}

/*
  additional-line
-------------------------*/
/* heading */
.additional-line-heading01 {
	font-weight: 900;
	font-size: 2.9rem;
	color: #0091d7;
	letter-spacing: 0.05em;
	text-align: center;
}
.additional-line-heading01 span {
	display: inline-block;
	position: relative;
	padding: 0 20px;
}
.additional-line-heading01 span::before,
.additional-line-heading01 span::after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2px;
	height: 36px;
	margin: auto;
	background-color: #0091d7;
	content: "";
}
.additional-line-heading01 span::before {
	left: 0;
	transform: rotate(-27deg);
}
.additional-line-heading01 span::after {
	right: 0;
	transform: rotate(27deg);
}
.additional-line-heading02 {
	margin: 70px 0 25px;
	font-weight: 900;
	font-size: 3.2rem;
	line-height: 1.38;
	letter-spacing: 0.13em;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.additional-line-heading01 {
		font-size: 1.9rem;
		letter-spacing: inherit;
	}
	.additional-line-heading01 span {
		padding: 0 15px;
	}
	.additional-line-heading01 span::before,
	.additional-line-heading01 span::after {
		width: 1px;
		height: 25px;
	}
	.additional-line-heading02 {
		margin: 55px 0 25px;
		font-size: 2.6rem;
	}
}

/* campaign */
.additional-line-campaign01 {
	padding-bottom: 12px;
	border: 4px solid #0091d7;
	border-radius: 12px;
}
.additional-line-campaign01__title {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	font-weight: 900;
	font-size: 3.8rem;
	text-align: center;
	letter-spacing: 0.07em;
	color: #fff;
	background-color: #0091d7;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
.additional-line-campaign01__title em {
	font-weight: 900;
	color: #fff532;
}
.additional-line-campaign01__lead {
	margin-top: 20px;
	font-weight: 500;
	font-size: 2.8rem;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1.6;
}
.additional-line-campaign01__lead em {
	font-weight: 900;
	font-size: 3.5rem;
	letter-spacing: 0.05em;
	color: #e4007f;
}
.additional-line-campaign01__lead sup {
	font-size: 1.6rem;
}
.additional-line-campaign01__amount {
	margin-top: 25px;
	text-align: center;
}
.additional-line-campaign01__notes {
	margin-top: 20px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.additional-line-campaign01 {
		padding-bottom: 8px;
		border: 2px solid #0091d7;
		border-radius: 8px;
	}
	.additional-line-campaign01__title {
		height: 76px;
		font-size: 2.2rem;
		letter-spacing: 0.05em;
		line-height: 1.364;
		border-top-right-radius: 3px;
		border-top-left-radius: 3px;
	}
	.additional-line-campaign01__lead {
		margin-top: 10px;
		padding: 0 10px;
		font-size: 1.7rem;
		line-height: 1.529;
	}
	.additional-line-campaign01__lead em {
		font-size: 2.1rem;
	}
	.additional-line-campaign01__lead sup {
		font-size: 1rem;
	}
	.additional-line-campaign01__amount {
		max-width: 267px;
		margin-top: 15px;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
	.additional-line-campaign01__notes {
		margin-top: 13px;
		padding: 0 10px;
		text-align: left;
	}
}

.additional-line-campaign02 {
	max-width: 620px;
	margin: 40px auto 0;
	padding: 28px 36.5px 18.33px;
	border: 1px solid #adadad;
}
.additional-line-campaign02__flex {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.additional-line-campaign02__lead {
	margin-top: 23px;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.4;
}
.additional-line-campaign02__amount {
	margin-top: 13px;
}
.additional-line-campaign02__detail {
	font-weight: 400;
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
	.additional-line-campaign02 {
		margin: 30px auto 0;
		padding: 29px 21.5px 22.36px;
	}
	.additional-line-campaign02__flex {
		flex-direction: column;
		align-items: center;
		column-gap: 0;
	}
	.additional-line-campaign02__lead {
		margin-top: 30px;
		font-size: 1.9rem;
	}
	.additional-line-campaign02__amount {
		margin-top: 11px;
	}
}

/* text */
.additional-line-text {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.75;
	font-feature-settings: normal;
}
.additional-line-text em {
	font-weight: 400;
}
.additional-line-notes {
	margin-top: 20px;
	font-weight: 400;
	font-size: 1.2rem;
}
.additional-line-notes-box {
	padding: 13px 30px 16px;
	border: 1px solid #ff0000;
}
@media screen and (max-width: 767px) {
	.additional-line-notes-box {
		padding: 7px 13px;
	}
}

/* link */
.additional-line-button {
	margin: 0 auto;
	max-width: 345px;
	height: 60px;
}
.additional-line-button__link {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.125;
	text-align: center;
	color: #e4007f;
	background-color: #fff;
	border: 1px solid #e4007f;
	border-radius: 100vw;
}
.additional-line-button__link::after {
	position: absolute;
	top: 0;
	bottom: 0;
	font-family: "Material Icons";
	line-height: 1;
	margin: auto;
}
.additional-line-button__link--arrow::after {
	right: 10px;
	width: 24px;
	height: 24px;
	font-size: 2.4rem;
	content: "\e5cc";
}
.additional-line-button__link--window::after {
	right: 40px;
	width: 20px;
	height: 20px;
	font-size: 2rem;
	content: "\e895";
}
@media screen and (max-width: 767px) {
	.additional-line-button__link--arrow::after {
		top: 2px;
	}
	.additional-line-button__link--window::after {
		right: 20px;
	}
}

/* notice */
.additional-line-notice__title {
	margin-top: 30px;
}
.additional-line-notice__title em {
	font-weight: 700;
}

/* cashback */
.additional-line-cashback {
	display: flex;
	border: 1px solid #adadad;
}
.additional-line-cashback__inner {
	width: 50%;
}
.additional-line-cashback__inner--01 {
	border-right: 1px solid #adadad;
}
.additional-line-cashback__inner--02 {
	display: flex;
	flex-direction: column;
}
.additional-line-cashback__title {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	color: #fff;
	font-weight: 700;
	font-size: 1.6rem;
	font-feature-settings: normal;
	text-align: center;
}
.additional-line-cashback__inner--01 .additional-line-cashback__title {
	background-color: #0091d7;
}
.additional-line-cashback__inner--02 .additional-line-cashback__title {
	background-color: #e4007f;
}
.additional-line-cashback__text {
	font-size: 1.6rem;
	padding: 15px 0 20px;
	background-color: #f0f0f0;
}
.additional-line-cashback__img {
	display: flex;
	flex: 1 0 auto;
	justify-content: center;
	align-items: center;
}
.additional-line-cashback__text,
.additional-line-cashback__list {
	font-weight: 500;
	line-height: 2.35;
	text-align: center;
}
@media screen and (max-width: 980px) {
	.additional-line-cashback {
		display: flex;
		flex-direction: column;
	}
	.additional-line-cashback__inner {
		width: 100%;
	}
	.additional-line-cashback__inner--01 {
		border-right: none;
		border-bottom: 1px solid #adadad;
	}
	.additional-line-cashback__text {
		padding: 12px 0 17px;
	}
	.additional-line-cashback__img {
		margin: 30px 0;
	}
	.additional-line-cashback__img img {
		width: 100%;
	}
}

/* slider */
.additional-line-slider {
	padding: 45px 40px;
	background-color: #f0f0f0;
	border-radius: 12px;
}
@media screen and (max-width: 1200px) {
	.additional-line-slider {
		padding: 20px 15px 25px;
	}
}

/* = [ スクロールバナー ] ===========================================*/
.scroll-banner {
	position: fixed;
	bottom: -100px;
	z-index: 100;
	width: calc(100% - 210px);
	padding: 10px 0;
	background: #e4007f;
	transition: bottom 0.5s ease-out;
}
.is-active.scroll-banner {
	bottom: 0;
}
.scroll-banner__item {
	max-width: 480px;
	height: 50px;
	margin: auto;
}
.scroll-button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background-color: #fff;
	color: #e4007f;
	font-weight: 700;
	font-size: 2rem;
	text-align: center;
	letter-spacing: 0.1em;
}
.scroll-button::after {
	position: absolute;
	top: 0;
	bottom: 0;
	font-family: "Material Icons";
	line-height: 1;
	margin: auto;
	right: 10px;
	width: 28px;
	height: 28px;
	font-size: 2.8rem;
	color: #333333;
	content: "\e5cc";
}
@media screen and (max-width: 767px) {
	.scroll-banner {
		width: 100%;
		padding: 15px;
	}
	.scroll-banner__item {
		max-width: 100%;
	}
}

/*-----------------------------------------------------------
*** [ /shop/cashback/のcss流用 ] ***
------------------------------------------------------------*/
/*
  p-frame-flow
-------------------------*/
.p-frame-flow {
	overflow: hidden;
	margin-top: 25px;
}
.p-frame-flow__container {
	position: relative;
	left: 68px;
	max-width: 760px;
	margin-left: 77px;
}
.p-frame-flow__container::before {
	position: absolute;
	top: 25px;
	left: -52px;
	height: 100%;
	border-left: 4px solid #0091d7;
	content: "";
}
.p-frame-flow__title {
	position: relative;
	font-weight: 900;
	font-size: 2.6rem;
}
.p-frame-flow__title::before {
	position: absolute;
	top: 0;
	left: -75px;
	width: 50px;
	height: 50px;
	background: #fff no-repeat 50% 0 / contain;
	content: "";
}
.p-frame-flow__title:not(:first-child) {
	margin-top: 35px;
}
.p-frame-flow__title--icon01::before {
	background-image: url("../img/additional-line_icon01.svg");
}
.p-frame-flow__title--icon02::before {
	background-image: url("../img/additional-line_icon02.svg");
}
.p-frame-flow__title--icon03::before {
	background-image: url("../img/additional-line_icon03.svg");
}
.p-frame-flow__title--icon04::before {
	top: -26px;
	height: 226px;
	box-sizing: content-box;
	background-image: url("../img/additional-line_icon04.svg");
	background-position: 50% 20px;
}
.p-frame-flow__content {
	margin-top: 20px;
}
.p-frame-flow__inner {
	padding: 20px 30px;
	border-radius: 12px;
	background-color: #f0f0f0;
}
@media screen and (max-width: 1200px) {
	.p-frame-flow {
		margin-top: 5px;
	}
	.p-frame-flow__container {
		left: 0;
		margin-left: 57px;
	}
	.p-frame-flow__container::before {
		left: -37px;
	}
	.p-frame-flow__title {
		font-size: 2.2rem;
		line-height: 1.273;
	}
	.p-frame-flow__title::before {
		left: -55px;
		width: 40px;
		height: 40px;
	}
	.p-frame-flow__title:not(:first-child) {
		margin-top: 30px;
	}
	.p-frame-flow__title--icon04::before {
		top: -16px;
		height: 264px;
		background-position: 50% 10px;
	}
	.p-frame-flow__content {
		margin-top: 12px;
	}
	.p-frame-flow__inner {
		padding: 13px 10px;
		border-radius: 12px;
	}
}

/*
  plan-carousel
-------------------------*/
.plan-carousel__item {
	margin: 0;
}
.plan-carousel__inner {
	position: relative;
	margin-top: 8px;
	padding-bottom: 75px;
	background-color: #fff;
}
.plan-carousel__heading {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 75px;
	margin: 0;
	color: #fff;
	font-weight: 900;
	font-size: 2.2rem;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.1em;
}
.plan-carousel__heading--color01 {
	background-color: #e4007f;
}
.plan-carousel__heading--color02 {
	background-color: #d8232a;
}
.plan-carousel__heading--color03 {
	background-color: #008ec4;
}
.plan-carousel__heading-small {
	display: block;
	margin-bottom: 6px;
	font-weight: 500;
	font-size: 1.4rem;
}
@media screen and (min-width: 767px) and (max-width: 1200px) {

}
.plan-carousel-content__lead {
	margin-top: 10px;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
}
.plan-carousel-content__img {
	max-width: 304px;
	margin: 10px auto 0;
}
.plan-carousel-content__table {
	margin-top: 20px;
	padding: 0 48px;
}
.plan-carousel-table {
	display: flex;
	border: 1px solid #3f3b39;
}
.plan-carousel-table__thead,
.plan-carousel-table__tbody {
	display: block;
	width: 100%;
}
.plan-carousel-table__thead tr,
.plan-carousel-table__tbody tr {
	display: block;
}
.plan-carousel-table__th,
.plan-carousel-table__td {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-align: center;
}
.plan-carousel-table__th:not(:last-child),
.plan-carousel-table__td:not(:last-child) {
	border-bottom: 1px solid #3f3b39;
}
.plan-carousel-table__th:nth-child(odd),
.plan-carousel-table__td:nth-child(odd) {
	height: 50px;
}
.plan-carousel-table__th:nth-child(even),
.plan-carousel-table__td:nth-child(even) {
	height: 30px;
}
.plan-carousel-table__th--large:nth-child(odd),
.plan-carousel-table__td--large:nth-child(odd) {
	height: 60px;
}
.plan-carousel-table__th--large:nth-child(even),
.plan-carousel-table__td--large:nth-child(even) {
	height: 40px;
}
.plan-carousel-table__th {
	border-right: 1px solid #3f3b39;
	background-color: #e5e5e5;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.2;
}
.plan-carousel-table__th span {
	position: relative;
	top: -3px;
	color: #e4007f;
	font-size: 60%;
}
.plan-carousel-table__th--color {
	background-color: #fce0f0;
	color: #e4007f;
}
.plan-carousel-table__td {
	font-weight: 500;
	font-size: 1.4rem;
}
.plan-carousel-table__td strong {
	font-weight: 700;
	font-size: 2rem;
}
.plan-carousel-table__td--color {
	color: #e4007f;
}
.plan-carousel-notes {
	padding: 0 10px;
}
.plan-carousel-notes__inner {
	display: inline-block;
}
.plan-carousel-notes__text {
	font-size: 1.05rem;
	line-height: 1.75;
	text-align: left;
}
.plan-carousel-notes__text strong {
	color: red;
	font-weight: 400;
}
.plan-carousel-content__text-link {
	margin-top: 30px;
	text-align: center;
}
.plan-carousel-content__text-link a {
	color: #0091d7;
	font-weight: 700;
	font-size: 1.4rem;
}
@media screen and (min-width: 1201px) {
	.plan-carousel__list {
		margin: auto;
	}
	.plan-carousel__item {
		width: 900px;
		margin: 0 20px;
	}
	.plan-carousel__inner {
		margin-top: 0;
		padding-bottom: 93px;
	}
	.plan-carousel__heading {
		height: 120px;
		font-size: 4.5rem;
	}
	.plan-carousel__heading-small {
		margin-bottom: 15px;
		font-size: 2.2rem;
	}
	.plan-carousel-content__lead {
		margin-top: 25px;
		font-size: 2.7rem;
		line-height: 1;
	}
	.plan-carousel-content__img {
		max-width: 100%;
		margin: 22px auto 0;
	}
	.plan-carousel-content__table {
		margin-top: 20px;
		padding: 0 75px;
	}
	.plan-carousel-table {
		display: table;
		width: 100%;
		border: 0;
	}
	.plan-carousel-table__thead {
		display: table-header-group;
	}
	.plan-carousel-table__tbody {
		display: table-row-group;
	}
	.plan-carousel-table__thead tr,
	.plan-carousel-table__tbody tr {
		display: table-row;
	}
	.plan-carousel-table__th:nth-child(odd),
	.plan-carousel-table__td:nth-child(odd) {
		height: 60px;
	}
	.plan-carousel-table__th:nth-child(even),
	.plan-carousel-table__td:nth-child(even) {
		height: 60px;
	}
	.plan-carousel-table__th--large:nth-child(odd),
	.plan-carousel-table__td--large:nth-child(odd) {
		height: 60px;
	}
	.plan-carousel-table__th--large:nth-child(even),
	.plan-carousel-table__td--large:nth-child(even) {
		height: 60px;
	}
	.plan-carousel-table__th,
	.plan-carousel-table__td {
		display: table-cell;
		width: auto;
		border: 1px solid #3f3b39;
	}
	.plan-carousel-table__th {
		font-size: 2.2rem;
	}
	.plan-carousel-table__th span {
		top: -8px;
	}
	.plan-carousel-table__td {
		font-size: 1.8rem;
	}
	.plan-carousel-table__td strong {
		font-size: 2.6rem;
	}
	.plan-carousel-notes {
		width: 740px;
		margin: auto;
		padding: 0;
	}
	.plan-carousel-notes__text {
		font-size: 1.2rem;
		font-feature-settings: normal;
	}
	.plan-carousel-content__text-link {
		bottom: 30px;
	}
	.plan-carousel-content__text-link a {
		font-size: 1.8rem;
	}
	.plan-carousel-content__text-link a:hover {
		text-decoration: none !important;
	}
}

/* slick */
.plan-carousel .slick-dotted.slick-slider {
	margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
	.plan-carousel__list .slick-dots {
		transform: scale(1);
	}
}
.plan-carousel__list .slick-dots li button:before {
	color: #b2b1b0;
	font-size: 1.4rem;
}
.plan-carousel__list .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #e4007f;
}
.plan-carousel__list .slick-dots {
	bottom: 0;
	padding-bottom: 25px;
	background-color: #fff;
}
.plan-carousel__list .slick-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	top: 500px;
	z-index: 1;
	transform: translate(0);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #000;
}
.plan-carousel__list .slick-arrow::before {
	opacity: 1;
	width: 15px;
	height: 15px;
	font-family: "";
	content: "";
}
.plan-carousel__list .slick-prev:before {
	transform: rotate(-45deg);
	margin-left: 5px;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
}
.plan-carousel__list .slick-next:before {
	transform: rotate(45deg);
	margin-left: -5px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}
.plan-carousel__list .slick-arrow:hover,
.plan-carousel__list .slick-arrow:focus {
	color: #fff;
	background-color: #000;
}
@media screen and (max-width: 1200px) {
	.plan-carousel__list .slick-prev {
		left: -10px;
	}
	.plan-carousel__list .slick-next {
		right: -10px;
	}
}
@media screen and (max-width: 1200px) {
	.plan-carousel__list .slick-dots li button:before {
		font-size: 1.4rem;
	}
	.plan-carousel__list .slick-arrow {
		top: 388px;
		width: 37px;
		height: 37px;
	}
	.plan-carousel__list .slick-arrow::before {
		width: 10px;
		height: 10px;
	}
	.plan-carousel__list .slick-prev:before {
		transform: rotate(-45deg);
		margin-left: 5px;
		border-top: 3px solid #fff;
		border-left: 3px solid #fff;
	}
}

.plan-carousel .slick-dots li button::before {
	display: none;
}

/*
  kurikoshi-content
-------------------------*/
.kurikoshi-content {
  position: relative;
}
.kurikoshi-content-heading {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
  margin: 0;
	background-color: #e4007f;
}
.kurikoshi-content-heading::after {
	position: absolute;
	margin: auto;
	right: 25px;
	content: "\e147";
	font-family: "Material Icons";
	font-size: 5rem;
	color: #000;
}
.kurikoshi-content-heading.is-open::after {
	content: "\e15c";
}
.kurikoshi-content-heading__text {
	margin-left: -1em;
	color: #fff;
	font-weight: 700;
	font-size: 4.1rem;
	line-height: 1.3;
	text-align: center;
}
.kurikoshi-content__inner {
  padding: 0 4.5rem 5rem;
	background-color: #fff;
}
.kurikoshi-content__lead {
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 1.464;
	text-align: left;
}
.kurikoshi-content__notes {
	max-width: 324px;
	margin-top: 10px;
	font-size: 1.5rem;
}
.kurikoshi-content__text {
	margin: 0;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.07em;
	text-align: center;
}
.kurikoshi-content__button-lead {
	font-weight: 700;
	font-size: 2rem;
	text-align: center;
}
.kurikoshi-content__button {
	width: 460px;
	height: 80px;
	margin: auto;
}
.kurikoshi-content__button-link {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 100vw;
	background-color: #E4007F;
	color: #fff;
	font-weight: 700;
	font-size: 2.2rem;
	letter-spacing: 0.02em;
	line-height: 1;
}
@media screen and (max-width: 1200px) {
  .kurikoshi-content__inner {
    padding: 15px 13px 3.5rem;
  }
	.kurikoshi-content__lead {
		font-size: 2.1rem;
	}
	.kurikoshi-content__notes {
		margin-top: 0;
		font-size: 1.1rem;
	}
	.kurikoshi-content__text {
		font-size: 1.3rem;
	}
	.kurikoshi-content__button-lead {
		font-size: 1.6rem;
	}
	.kurikoshi-content__button {
		max-width: 290px;
		height: 60px;
	}
	.kurikoshi-content__button-link {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 1200px) {
	.kurikoshi-content-heading {
		height: 88px;
	}
	.kurikoshi-content-heading__text {
		font-size: 2.6rem;
	}
	.kurikoshi-content-heading::after {
		right: 7px;
		font-size: 3.4rem;
	}
}

/* 2column */
.kurikoshi-content-2column {
  display: flex;
	align-items: center;
	margin: 0 29px;
}
.kurikoshi-content-2column__inner {
	flex: 1 0 auto;
	position: relative;
}
@media screen and (max-width: 1200px) {
  .kurikoshi-content-2column {
    flex-direction: column;
		margin: 0;
  }
	.kurikoshi-content-2column__inner {
		margin-top: 0;
		margin-left: 0;
	}
	.kurikoshi-content-2column-img {
		margin-top: 10px;
	}
}